diff options
author | 2004-12-21 03:05:19 +0000 | |
---|---|---|
committer | 2004-12-21 03:05:19 +0000 | |
commit | 2b3b5b0e67858cc60286c0c5b57879a5bf4239f4 (patch) | |
tree | 59d3c660a5042cbe46c462001281973ed9ac1594 /games-emulation/mamory | |
parent | Add a missing patch. Oops. (Manifest recommit) (diff) | |
download | gentoo-2-2b3b5b0e67858cc60286c0c5b57879a5bf4239f4.tar.gz gentoo-2-2b3b5b0e67858cc60286c0c5b57879a5bf4239f4.tar.bz2 gentoo-2-2b3b5b0e67858cc60286c0c5b57879a5bf4239f4.zip |
clean old ebuilds
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.11 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.12 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.14 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.15 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.11.ebuild | 30 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.12.ebuild | 30 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.14.ebuild | 32 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.15.ebuild | 32 |
9 files changed, 5 insertions, 129 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index 1edad2199cb6..7f1d4c94c634 100644 --- a/games-emulation/mamory/ChangeLog +++ b/games-emulation/mamory/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mamory # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.8 2004/12/21 03:04:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.9 2004/12/21 03:05:19 mr_bones_ Exp $ + + 20 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> -mamory-0.2.11.ebuild, + -mamory-0.2.12.ebuild, -mamory-0.2.14.ebuild, -mamory-0.2.15.ebuild: + clean old ebuilds *mamory-0.2.17 (20 Dec 2004) diff --git a/games-emulation/mamory/files/digest-mamory-0.2.11 b/games-emulation/mamory/files/digest-mamory-0.2.11 deleted file mode 100644 index cf55be5621c2..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 97e35c4f32e715e84861ec0b3cf2de91 mamory-0.2.11.tar.gz 328098 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.12 b/games-emulation/mamory/files/digest-mamory-0.2.12 deleted file mode 100644 index febb81791ed7..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 c151712e03176001708c4bf3eec0367f mamory-0.2.12.tar.gz 363221 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.14 b/games-emulation/mamory/files/digest-mamory-0.2.14 deleted file mode 100644 index 641879ad2e5f..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 c7219f899a172e4adb6c1f7976015486 mamory-0.2.14.tar.gz 475137 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.15 b/games-emulation/mamory/files/digest-mamory-0.2.15 deleted file mode 100644 index 7d01722eff64..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d2b88d7d3c9db23fab02bd4695110fe mamory-0.2.15.tar.gz 483372 diff --git a/games-emulation/mamory/mamory-0.2.11.ebuild b/games-emulation/mamory/mamory-0.2.11.ebuild deleted file mode 100644 index eb1a2bfc7f44..000000000000 --- a/games-emulation/mamory/mamory-0.2.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.11.ebuild,v 1.6 2004/07/14 14:34:54 agriffis Exp $ - -inherit games - -DESCRIPTION="rom management tools and library" -HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - egamesconf || die - emake CFLAGS="${CFLAGS} -DNDEBUG" || die "emake failed" -} - -src_install() { - egamesinstall || die - mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ || die "mv failed" - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html - prepgamesdirs -} diff --git a/games-emulation/mamory/mamory-0.2.12.ebuild b/games-emulation/mamory/mamory-0.2.12.ebuild deleted file mode 100644 index 95da181477e9..000000000000 --- a/games-emulation/mamory/mamory-0.2.12.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.12.ebuild,v 1.3 2004/06/24 22:30:42 agriffis Exp $ - -inherit games - -DESCRIPTION="rom management tools and library" -HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - egamesconf || die - emake CFLAGS="${CFLAGS} -DNDEBUG" || die "emake failed" -} - -src_install() { - egamesinstall || die - mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ || die "mv failed" - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html - prepgamesdirs -} diff --git a/games-emulation/mamory/mamory-0.2.14.ebuild b/games-emulation/mamory/mamory-0.2.14.ebuild deleted file mode 100644 index 7c2a62669040..000000000000 --- a/games-emulation/mamory/mamory-0.2.14.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.14.ebuild,v 1.2 2004/10/17 09:54:06 dholm Exp $ - -inherit games - -DESCRIPTION="rom management tools and library" -HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - egamesconf \ - --disable-debug \ - --disable-dependency-tracking \ - --includedir=/usr/include || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html - prepgamesdirs -} diff --git a/games-emulation/mamory/mamory-0.2.15.ebuild b/games-emulation/mamory/mamory-0.2.15.ebuild deleted file mode 100644 index 1d6af5c2c6b6..000000000000 --- a/games-emulation/mamory/mamory-0.2.15.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.15.ebuild,v 1.1 2004/12/01 11:48:28 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="rom management tools and library" -HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - egamesconf \ - --disable-debug \ - --disable-dependency-tracking \ - --includedir=/usr/include || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html - prepgamesdirs -} |