From 4e581e061c15d0e8f7e6b9703f1beaf7387b8151 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Wed, 1 Dec 2010 07:50:03 +0000 Subject: old Package-Manager: portage-2.1.9.24/cvs/Linux i686 --- games-action/xpilot/Manifest | 12 -------- games-action/xpilot/xpilot-4.5.4.ebuild | 53 --------------------------------- 2 files changed, 65 deletions(-) delete mode 100644 games-action/xpilot/xpilot-4.5.4.ebuild (limited to 'games-action/xpilot') diff --git a/games-action/xpilot/Manifest b/games-action/xpilot/Manifest index 890376c751d2..ca95052335b8 100644 --- a/games-action/xpilot/Manifest +++ b/games-action/xpilot/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST xpilot-4.5.4.tar.gz 1384615 RMD160 db8e62fbfa7a7ba19abeb41da651ae4b0298bbc2 SHA1 d295977be8c27c3b9aecf8e69061a451bf8d7e4b SHA256 2545953726f5eeba3d628970db13c9e1d1d6f14302420e0e74d4ee0ea72e3008 DIST xpilot-4.5.5.tar.bz2 1115502 RMD160 d1176abc6c6c0a73ba0f8e5887037a5c0504bca2 SHA1 7a7b94ecaeb729cb7c7d163fa7f51beb90e07ff7 SHA256 5e40424d093c8b712170a5dff3396df63302775f42da829b8832840f359cd92a -EBUILD xpilot-4.5.4.ebuild 1342 RMD160 74d1c3c0a40aaf548fb6c767c9bbae592ea15cf3 SHA1 7313fc6d0c223334d118e278ca0522ceb5fe49a5 SHA256 da6407c87fbb5208f28641a40a538d66b2d6cd76d31321eb1f87a74c7f0f3926 EBUILD xpilot-4.5.5.ebuild 1407 RMD160 730846c0e784fb25fadf11ad8893d7c2efc35fcc SHA1 a7cd3f4d49fe5a1b2e09ff3d2ef3e019d918cbeb SHA256 e351861880c29ca70caa82d7f4c3bef677f2eecca8877d68c4b72348f13b3bfc MISC ChangeLog 2090 RMD160 abdd819631f538daafefe5b88447bb4d0f33cc2b SHA1 fb3c5f5eea5f32dfc09b9f52a2861172831dc90d SHA256 88ad34aeda9941b957374d62d9ad3059529838bbd18d6bd7855e717bb45fe7cc MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.15 (GNU/Linux) - -iEYEARECAAYFAkwfx6IACgkQkKaRLQcq0GKfgQCeKLvGjxNUJX2yuoGru3PY7Hqz -Y3wAoIFV5do5diu+L+B8xD6n5evZ4P/b -=yPb5 ------END PGP SIGNATURE----- diff --git a/games-action/xpilot/xpilot-4.5.4.ebuild b/games-action/xpilot/xpilot-4.5.4.ebuild deleted file mode 100644 index ce1f59361d6b..000000000000 --- a/games-action/xpilot/xpilot-4.5.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.11 2006/12/01 20:17:34 wolf31o2 Exp $ - -DESCRIPTION="A multi-player 2D client/server space game" -HOMEPAGE="http://www.xpilot.org/" -SRC_URI="http://xpilot.org/pub/xpilot/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-proto/xproto - x11-misc/gccmakedep - x11-misc/imake - app-text/rman" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s:/usr/local:/usr:" \ - -e "s:/man/man:/share/man/man:" \ - Local.config \ - || die "sed failed" -} - -src_compile() { - # the stuff xpilot puts it /usr/lib should go - # in /usr/share , but I'm leaving it for now. - - xmkmf || die "xmkmf Makefile creation failed" - make Makefiles || die "Makefiles problem" - local f - for f in $(find . -type f -regex .*Makefile); do - sed -i \ - -e "s:CDEBUGFLAGS = -O:CDEBUGFLAGS = ${CFLAGS}:" $f \ - || die "sed $f failed" - done - make includes || die "includes problem" - make depend || die "depend problem" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install problem" - make DESTDIR="${D}" install.man || die "install.man problem" -} -- cgit v1.2.3-65-gdbad