diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-30 16:06:39 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-30 16:06:39 +0000 |
commit | 514deabd3f5ff1291b754c45c1faaa5cc2508c6d (patch) | |
tree | 53567e7049cf39c470d3b26a809c1ba20aaab051 /games-arcade | |
parent | Add ~ia64/~sparc (diff) | |
download | gentoo-2-514deabd3f5ff1291b754c45c1faaa5cc2508c6d.tar.gz gentoo-2-514deabd3f5ff1291b754c45c1faaa5cc2508c6d.tar.bz2 gentoo-2-514deabd3f5ff1291b754c45c1faaa5cc2508c6d.zip |
rm old version
(Portage version: 2.1.4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sdljump/files/digest-sdljump-0.91.1 | 3 | ||||
-rw-r--r-- | games-arcade/sdljump/files/sdljump-0.91.1-configure.patch | 11 | ||||
-rw-r--r-- | games-arcade/sdljump/sdljump-0.91.1.ebuild | 50 | ||||
-rw-r--r-- | games-arcade/sdljump/sdljump-1.0.0.ebuild | 6 |
4 files changed, 3 insertions, 67 deletions
diff --git a/games-arcade/sdljump/files/digest-sdljump-0.91.1 b/games-arcade/sdljump/files/digest-sdljump-0.91.1 deleted file mode 100644 index 929b251086dd..000000000000 --- a/games-arcade/sdljump/files/digest-sdljump-0.91.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 45eae4ac39c8eb153ac037c84b5df859 sdljump-0.91-1.tar.gz 1798832 -RMD160 c4cb0dd7d6c5949edf6cd718078d38942b830a8f sdljump-0.91-1.tar.gz 1798832 -SHA256 0fbfa36f23fa3d4b0e49572db20f069d29229986498417b59f1ec8cc6d75547d sdljump-0.91-1.tar.gz 1798832 diff --git a/games-arcade/sdljump/files/sdljump-0.91.1-configure.patch b/games-arcade/sdljump/files/sdljump-0.91.1-configure.patch deleted file mode 100644 index 5a62d5d38763..000000000000 --- a/games-arcade/sdljump/files/sdljump-0.91.1-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2006-02-05 15:57:58.000000000 -0500 -+++ configure 2006-02-05 15:58:34.000000000 -0500 -@@ -5227,7 +5227,7 @@ - packageprefix=${prefix} - fi - --CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$packageprefix/share\\\"" -+CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$datadir\\\"" - - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' diff --git a/games-arcade/sdljump/sdljump-0.91.1.ebuild b/games-arcade/sdljump/sdljump-0.91.1.ebuild deleted file mode 100644 index b51d29c2220d..000000000000 --- a/games-arcade/sdljump/sdljump-0.91.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdljump/sdljump-0.91.1.ebuild,v 1.4 2006/09/25 08:13:04 blubb Exp $ - -inherit versionator eutils games - -MY_PV=$(replace_version_separator 2 '-') - -DESCRIPTION="XJump clone" -HOMEPAGE="http://www.nongnu.org/sdljump/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="sys-libs/zlib - >=media-libs/jpeg-6b-r5 - >=media-libs/libpng-1.2.8 - >=media-libs/libsdl-1.2.8-r1 - >=media-libs/sdl-image-1.2.3-r1 - >=media-libs/tiff-3.7.3 - virtual/opengl - media-libs/mesa - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXext" - -S=${WORKDIR}/${PN}-$(get_version_component_range 1-2) - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's/\\n//' sdljump.6 \ - || die "sed failed" - epatch "${FILESDIR}"/${P}-configure.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - - newicon skins/xjump/hero1.0.png ${PN}.png - make_desktop_entry ${PN} "SDL Jump" - - prepgamesdirs -} diff --git a/games-arcade/sdljump/sdljump-1.0.0.ebuild b/games-arcade/sdljump/sdljump-1.0.0.ebuild index c2eff7bfdb5d..6799541b744c 100644 --- a/games-arcade/sdljump/sdljump-1.0.0.ebuild +++ b/games-arcade/sdljump/sdljump-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdljump/sdljump-1.0.0.ebuild,v 1.3 2007/01/30 20:21:29 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdljump/sdljump-1.0.0.ebuild,v 1.4 2008/01/30 16:06:39 nyhm Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/gnujump/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="media-libs/libsdl |