From ec7079c0c95dd1dac40e7b67fba9383a5498dcb8 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 29 Apr 2018 20:13:13 +0200 Subject: Remove masked for removal package --- games-server/cyphesis/Manifest | 1 - games-server/cyphesis/cyphesis-0.6.2-r1.ebuild | 62 ---------------------- .../cyphesis/files/cyphesis-0.6.2-gentoo.patch | 32 ----------- .../cyphesis/files/cyphesis-0.6.2-makefile.patch | 11 ---- games-server/cyphesis/metadata.xml | 19 ------- 5 files changed, 125 deletions(-) delete mode 100644 games-server/cyphesis/Manifest delete mode 100644 games-server/cyphesis/cyphesis-0.6.2-r1.ebuild delete mode 100644 games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch delete mode 100644 games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch delete mode 100644 games-server/cyphesis/metadata.xml (limited to 'games-server') diff --git a/games-server/cyphesis/Manifest b/games-server/cyphesis/Manifest deleted file mode 100644 index 09c067d9b712..000000000000 --- a/games-server/cyphesis/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cyphesis-0.6.2.tar.bz2 932099 BLAKE2B 8f7034feb33874cccdc2cd8117fc92e64218b1f7f0dd0621e1b549577e009f4aad80e6434a320c9701e4e7617a7a78e8a8ebb88f50eb246504cdb2dc11bb7189 SHA512 07783a99a47f105cd492b033fb1ded1c5fef089d01fa50d90103dc62c6e94dc58394f082674d9261db5fe9779d4694579119769de50177bfc2ead055c5740b2f diff --git a/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild b/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild deleted file mode 100644 index 89985a0bdf7a..000000000000 --- a/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit toolchain-funcs autotools python-single-r1 eutils - -DESCRIPTION="WorldForge server running small games" -HOMEPAGE="http://worldforge.org/index.php/components/cyphesis/" -SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="test" - -RDEPEND="${PYTHON_DEPS} - dev-db/postgresql:= - >=dev-games/mercator-0.3.3 - >=dev-games/wfmath-1.0.1 - dev-libs/libgcrypt:0 - dev-libs/libsigc++:2 - sys-libs/ncurses:0 - sys-libs/readline:0 - >=media-libs/atlas-c++-0.6.3 - >=media-libs/skstream-0.3.9 - >=media-libs/varconf-0.6.4 - " -DEPEND="${RDEPEND} - >=dev-libs/boost-1.40 - dev-libs/libxml2 - virtual/pkgconfig" - -pkg_setup() { - python-single-r1_pkg_setup -} - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-makefile.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf --localstatedir=/var -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" install - dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO -} diff --git a/games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch b/games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch deleted file mode 100644 index 69aac409ba8d..000000000000 --- a/games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -ru cyphesis-0.6.0.orig/Makefile.am cyphesis-0.6.0/Makefile.am ---- cyphesis-0.6.0.orig/Makefile.am 2012-10-02 06:23:10.000000000 -0400 -+++ cyphesis-0.6.0/Makefile.am 2012-11-12 16:54:19.306892135 -0500 -@@ -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 - -diff -ru cyphesis-0.6.0.orig/configure.ac cyphesis-0.6.0/configure.ac ---- cyphesis-0.6.0.orig/configure.ac 2012-11-09 16:39:13.000000000 -0500 -+++ cyphesis-0.6.0/configure.ac 2012-11-12 16:53:51.622839335 -0500 -@@ -381,17 +381,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]) -- AC_MSG_NOTICE([Ommiting DNS-SD functionality.]) -- ]) -- - AM_PATH_PSQL(7.1.0, - [ - if test "$PG_CFLAGS" != "-I/usr/include"; then diff --git a/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch b/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch deleted file mode 100644 index 7fde1eb12135..000000000000 --- a/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am 2013-09-25 14:26:30.518751250 +0200 -+++ b/Makefile.am 2013-09-25 14:27:21.846257911 +0200 -@@ -13,8 +13,6 @@ - - # FIXME Remove the mkdir hack if it gets fixed in a future automake - install-data-hook: -- mkdir -p $(DESTDIR)$(socketdir) -- chmod 1777 $(DESTDIR)$(socketdir) - @echo - @echo "Cyphesis is not yet ready to run." - @echo "Unless you have configured the server to run without a database, Cyphesis" diff --git a/games-server/cyphesis/metadata.xml b/games-server/cyphesis/metadata.xml deleted file mode 100644 index cd73040ff777..000000000000 --- a/games-server/cyphesis/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -Cyphesis is an NPC engine using AI/A-Life techniques. It is the Artificial -Intelligence and Artificial Life server used by STAGE and also is filling in as -its first fully functional game server, featured in Acorn. Cyphesis is a -prototype server designed to explore the possibilities of complex NPC -interaction and scripting. Efficiency and support for large numbers of players -are foregone in the quest for a more realistic and dynamic world framework. - - - worldforge - - -- cgit v1.2.3