From 2f8db31405fac68eea6f7257d58529243815033b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Apr 2018 21:33:31 +0100 Subject: gentoo resync : 30.04.2018 --- games-server/Manifest.gz | Bin 2054 -> 1888 bytes games-server/cyphesis/Manifest | 5 -- 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 ------- 6 files changed, 129 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/Manifest.gz b/games-server/Manifest.gz index a7bdf170f050..8f2d8d5ac072 100644 Binary files a/games-server/Manifest.gz and b/games-server/Manifest.gz differ diff --git a/games-server/cyphesis/Manifest b/games-server/cyphesis/Manifest deleted file mode 100644 index 6cb6ad148426..000000000000 --- a/games-server/cyphesis/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX cyphesis-0.6.2-gentoo.patch 1099 BLAKE2B de359f228c91a25a46858f6c9074f44a5e9c0ba98dd2414392d4785a7bb113cd7b2e6fdfbab56714f083bd00f945d1b84a459c1b1abbcc114b7bb00f2caf3ca7 SHA512 9a4b30bb21b562a1242b519f95bd0b274de596d8263afa034037ea423c6d0ce5349029c718410bae0411525f2e8d72bff6f2c480f80c7df7bae7ba0d3b31c4fe -AUX cyphesis-0.6.2-makefile.patch 424 BLAKE2B 14c1b0b55d68d5de8eea6d572fc47ef29b37a15f37c0d524e0ecf50db8d33b8c4e99885d661127087f31c6c8417a3da9602f1983188486ac70f535722b31e47c SHA512 adb1a92f80fc5d881ab1aefd34aa3124df68b93c64dd2878d4e03263f4e0c161e6abc14b4f56a709b1dedb56a0bb5c70129f180955e9ca34037961aa0b965be9 -DIST cyphesis-0.6.2.tar.bz2 932099 BLAKE2B 8f7034feb33874cccdc2cd8117fc92e64218b1f7f0dd0621e1b549577e009f4aad80e6434a320c9701e4e7617a7a78e8a8ebb88f50eb246504cdb2dc11bb7189 SHA512 07783a99a47f105cd492b033fb1ded1c5fef089d01fa50d90103dc62c6e94dc58394f082674d9261db5fe9779d4694579119769de50177bfc2ead055c5740b2f -EBUILD cyphesis-0.6.2-r1.ebuild 1247 BLAKE2B 0a4b727f70355065345bd6c0bc9c66a8981f115a9e96a68cc1e09c32e19c1cba71dff2ba9fefaf983d692e25443e3d32f6a1eec2788d52a0b328597eea04640e SHA512 e20be935b9d7bb3df0c6c3a9fef9dee440840fe042801e97ce159e57cbe6e1ad476427340dabfbddb5051d6fcb998a8a5c381c3bd331284d693ad8107a945156 -MISC metadata.xml 834 BLAKE2B 036245a7a9fc60226310956f413ade00534a73da4b8479402ea6ed0c0f34dc4c13f2b661f447ba7f28b24203a906873bac2dde34ee33c52e055227eef92f5f6f SHA512 1bfac6a9205e2088ce20bf650f48ce92e37ba346c756fa30c5c3201edcc516ba4fcf38043c3b21ffce620ab1f9a1b51e266d2969f13ae63bd66bbec5d8d255e2 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