diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-01-08 10:03:36 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-01-08 10:03:36 +0000 |
commit | e9c8a9fc8f998c6f3e00bedd31de4a0a4c2907bd (patch) | |
tree | f59e7751267a7fb0b241dd73914ba5992579aea7 /games-server | |
parent | Fix SRC_URI (diff) | |
download | gentoo-2-e9c8a9fc8f998c6f3e00bedd31de4a0a4c2907bd.tar.gz gentoo-2-e9c8a9fc8f998c6f3e00bedd31de4a0a4c2907bd.tar.bz2 gentoo-2-e9c8a9fc8f998c6f3e00bedd31de4a0a4c2907bd.zip |
Removing old (0.5.26)
(Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/cyphesis/ChangeLog | 8 | ||||
-rw-r--r-- | games-server/cyphesis/cyphesis-0.5.26.ebuild | 52 | ||||
-rw-r--r-- | games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch | 41 |
3 files changed, 6 insertions, 95 deletions
diff --git a/games-server/cyphesis/ChangeLog b/games-server/cyphesis/ChangeLog index 2fc4681dd6a8..47d2a98d6a5a 100644 --- a/games-server/cyphesis/ChangeLog +++ b/games-server/cyphesis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/cyphesis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.31 2012/12/26 01:24:54 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.32 2013/01/08 10:03:36 tupone Exp $ + + 08 Jan 2013; Tupone Alfredo <tupone@gentoo.org> -cyphesis-0.5.26.ebuild, + -files/cyphesis-0.5.26-gentoo.patch: + Removing old (0.5.26) 26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> cyphesis-0.6.0.ebuild: marked x86 per bug 447710 diff --git a/games-server/cyphesis/cyphesis-0.5.26.ebuild b/games-server/cyphesis/cyphesis-0.5.26.ebuild deleted file mode 100644 index 348c66e2f078..000000000000 --- a/games-server/cyphesis/cyphesis-0.5.26.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.5 2012/08/04 10:51:53 ago Exp $ - -EAPI=2 -PYTHON_DEPEND=2 -inherit autotools python eutils games - -DESCRIPTION="WorldForge server running small games" -HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis" -SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=media-libs/skstream-0.3.8 - >=dev-games/wfmath-0.3.11 - >=dev-games/mercator-0.3.0 - dev-libs/libgcrypt - dev-libs/libsigc++:2 - sys-libs/ncurses - sys-libs/readline - =media-libs/atlas-c++-0.6* - >=media-libs/varconf-0.6.4 - dev-db/postgresql-base" -DEPEND="${RDEPEND} - dev-libs/libxml2 - virtual/pkgconfig" - -pkg_setup() { - python_set_active_version 2 - games_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - eautoreconf -} - -src_configure() { - egamesconf \ - --localstatedir=/var -} - -src_install() { - emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \ - install || die "emake install failed" - dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO - prepgamesdirs -} diff --git a/games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch b/games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch deleted file mode 100644 index 73e65966fe94..000000000000 --- a/games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -ur cyphesis-0.5.20.orig/configure.ac cyphesis-0.5.20/configure.ac ---- cyphesis-0.5.20.orig/configure.ac 2009-05-11 15:23:20.000000000 +0300 -+++ cyphesis-0.5.20/configure.ac 2009-08-15 12:33:01.000000000 +0300 -@@ -342,26 +342,6 @@ - libraries required and where to obtain them.]) - ]) - --PKG_CHECK_MODULES(AVAHI, avahi-client, -- [ -- CPPFLAGS="$CPPFLAGS $AVAHI_CFLAGS" -- MDNS_LIBS="$MDNS_LIBS $AVAHI_LIBS" -- AC_DEFINE(HAVE_AVAHI, 1, [Define to 1 if you have avahi libs.]) -- ], -- [ -- AC_MSG_RESULT([no]) -- PKG_CHECK_MODULES(HOWL, howl, -- [ -- CPPFLAGS="$CPPFLAGS $HOWL_CFLAGS" -- MDNS_LIBS="$MDNS_LIBS $HOWL_LIBS" -- AC_DEFINE(HAVE_LIBHOWL, 1, [Define to 1 if you have howl libs.]) -- ], -- [ -- AC_MSG_RESULT([no]) -- AC_MSG_NOTICE([Ommiting DNS-SD functionality.]) -- ]) -- ]) -- - AM_PATH_PSQL(7.1.0, - [ - if test "$PG_CFLAGS" != "-I/usr/include"; then -diff -ur cyphesis-0.5.20.orig/Makefile.am cyphesis-0.5.20/Makefile.am ---- cyphesis-0.5.20.orig/Makefile.am 2009-05-11 15:23:20.000000000 +0300 -+++ cyphesis-0.5.20/Makefile.am 2009-08-15 12:33:45.000000000 +0300 -@@ -3,7 +3,6 @@ - tools tests man dox - - docdir = $(datadir)/doc/cyphesis-$(VERSION) --dist_doc_DATA = README COPYING AUTHORS THANKS NEWS FIXME - - rulesetdir = $(datadir)/cyphesis/rulesets - |