diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 21:23:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 21:23:00 +0000 |
commit | 547eb115c8cbde4ca37f885e3bdbc832b0bee666 (patch) | |
tree | 6676ef52fe713c476de4f0460d220fe57522ef72 /games-emulation/gngb | |
parent | don't set DEPEND="${RDEPEND}" (bug #45343); IUSE; tidy (diff) | |
download | historical-547eb115c8cbde4ca37f885e3bdbc832b0bee666.tar.gz historical-547eb115c8cbde4ca37f885e3bdbc832b0bee666.tar.bz2 historical-547eb115c8cbde4ca37f885e3bdbc832b0bee666.zip |
remove older versions
Diffstat (limited to 'games-emulation/gngb')
-rw-r--r-- | games-emulation/gngb/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/gngb/Manifest | 7 | ||||
-rw-r--r-- | games-emulation/gngb/files/digest-gngb-20020819 | 1 | ||||
-rw-r--r-- | games-emulation/gngb/files/digest-gngb-20030809 | 1 | ||||
-rw-r--r-- | games-emulation/gngb/gngb-20020819.ebuild | 27 | ||||
-rw-r--r-- | games-emulation/gngb/gngb-20030809.ebuild | 26 |
6 files changed, 7 insertions, 61 deletions
diff --git a/games-emulation/gngb/ChangeLog b/games-emulation/gngb/ChangeLog index 62b345830fc8..82afb221df5e 100644 --- a/games-emulation/gngb/ChangeLog +++ b/games-emulation/gngb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/gngb # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.4 2004/03/02 09:35:53 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.5 2004/03/24 21:23:00 mr_bones_ Exp $ + + 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> gngb-20020819.ebuild, + gngb-20030809.ebuild: + remove older versions 02 Mar 2004; David Holm <dholm@gentoo.org> gngb-20040115.ebuild: Latest release seems to work on ~ppc. Unmasking. diff --git a/games-emulation/gngb/Manifest b/games-emulation/gngb/Manifest index 2d5a87173425..79aaea66ec37 100644 --- a/games-emulation/gngb/Manifest +++ b/games-emulation/gngb/Manifest @@ -1,7 +1,4 @@ -MD5 e21d39262e6a0323b29d9d2dd9393d4a ChangeLog 1567 -MD5 b6d32ea976219bd413aea68080503316 gngb-20020819.ebuild 721 -MD5 945269982d1681bdad57dc1448375325 gngb-20030809.ebuild 689 +MD5 a543b4bdfbaabec0e0ab2516b6a4d391 ChangeLog 1697 MD5 76641ce9a7ade9e9ba692bbc60d22690 gngb-20040115.ebuild 754 -MD5 e949fd04257d079a1affb6c599f8323f files/digest-gngb-20020819 65 -MD5 1a7bbe91fd5d28454619684fc7c5ece4 files/digest-gngb-20030809 65 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 34c7ec5a6fc7c5a29049c8704a9449e3 files/digest-gngb-20040115 65 diff --git a/games-emulation/gngb/files/digest-gngb-20020819 b/games-emulation/gngb/files/digest-gngb-20020819 deleted file mode 100644 index 21d07e31e1d2..000000000000 --- a/games-emulation/gngb/files/digest-gngb-20020819 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d5635ab7f7af84705f052db2b6751db gngb-20020819.tar.gz 130855 diff --git a/games-emulation/gngb/files/digest-gngb-20030809 b/games-emulation/gngb/files/digest-gngb-20030809 deleted file mode 100644 index 8e8478981a8d..000000000000 --- a/games-emulation/gngb/files/digest-gngb-20030809 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d5cffb4b12ca47389ae3013da96a340 gngb-20030809.tar.gz 134587 diff --git a/games-emulation/gngb/gngb-20020819.ebuild b/games-emulation/gngb/gngb-20020819.ebuild deleted file mode 100644 index b8b8e153b779..000000000000 --- a/games-emulation/gngb/gngb-20020819.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20020819.ebuild,v 1.2 2004/02/05 11:30:05 mr_bones_ Exp $ - -DESCRIPTION="gngb - Gameboy / Gameboy Color emulator" -HOMEPAGE="http://membres.lycos.fr/frogus/gngb/" -SRC_URI="http://membres.lycos.fr/frogus/gngb/download/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86 -ppc" -SLOT="0" -IUSE="opengl" - -RDEPEND="media-libs/libsdl - opengl? ( virtual/opengl )" -DEPEND="${RDEPEND}" - -src_compile() { - use opengl || myconf=" --with-gl " - econf ${myconf} - emake || die -} - -src_install() { - dodoc NEWS README TODO INSTALL AUTHORS - make DESTDIR=${D} install || die -} diff --git a/games-emulation/gngb/gngb-20030809.ebuild b/games-emulation/gngb/gngb-20030809.ebuild deleted file mode 100644 index 7ba994c46446..000000000000 --- a/games-emulation/gngb/gngb-20030809.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20030809.ebuild,v 1.3 2004/02/05 11:30:05 mr_bones_ Exp $ - -DESCRIPTION="gngb - Gameboy / Gameboy Color emulator" -HOMEPAGE="http://m.peponas.free.fr/gngb/" -SRC_URI="http://m.peponas.free.fr/gngb/download/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86 -ppc" -SLOT="0" -IUSE="opengl" - -RDEPEND="media-libs/libsdl - opengl? ( virtual/opengl )" - -src_compile() { - use opengl || myconf=" --with-gl " - econf ${myconf} - emake || die -} - -src_install() { - dodoc NEWS README TODO INSTALL AUTHORS - make DESTDIR=${D} install || die -} |