diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-08 21:51:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-08 21:51:34 +0000 |
commit | 1878737b403c882f443e6115f1d924b9c2fa3cf7 (patch) | |
tree | 15494023dcbb66e4d89c0aedf4f45dc46d1f7a90 /games-emulation | |
parent | version bump; add ~amd64 (diff) | |
download | historical-1878737b403c882f443e6115f1d924b9c2fa3cf7.tar.gz historical-1878737b403c882f443e6115f1d924b9c2fa3cf7.tar.bz2 historical-1878737b403c882f443e6115f1d924b9c2fa3cf7.zip |
old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mamory/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.17 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.18 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.17.ebuild | 32 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.18.ebuild | 32 |
5 files changed, 0 insertions, 70 deletions
diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest index 9985a4ed1c76..159bd2e4f514 100644 --- a/games-emulation/mamory/Manifest +++ b/games-emulation/mamory/Manifest @@ -1,8 +1,4 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 0bf8ea569956656a274b9bdc5223eca2 mamory-0.2.18.ebuild 760 -MD5 cf672d4f28257c72fd2f70079d2113f2 mamory-0.2.17.ebuild 764 MD5 89f73a0f98171201ef269a21f025ff48 mamory-0.2.19.ebuild 763 MD5 bbc51f3c06bb2345cbb45944c596ebda ChangeLog 1633 -MD5 40031d09f6a9850cabd22f3172c0e771 files/digest-mamory-0.2.17 65 -MD5 dfc65132a1943d7c5e79571d6ae100a3 files/digest-mamory-0.2.18 65 MD5 443aa46a1059b6341a9e4b9eb1eb9d7b files/digest-mamory-0.2.19 65 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.17 b/games-emulation/mamory/files/digest-mamory-0.2.17 deleted file mode 100644 index 45fec5d3b49a..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 57e296243093a098099daae965042615 mamory-0.2.17.tar.gz 486144 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.18 b/games-emulation/mamory/files/digest-mamory-0.2.18 deleted file mode 100644 index a6a4a0e73273..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 10237d8239c1e998dae70a8ade006ae3 mamory-0.2.18.tar.gz 493895 diff --git a/games-emulation/mamory/mamory-0.2.17.ebuild b/games-emulation/mamory/mamory-0.2.17.ebuild deleted file mode 100644 index 07d20f2d4a90..000000000000 --- a/games-emulation/mamory/mamory-0.2.17.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.17.ebuild,v 1.2 2005/03/17 06:27:36 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 -} diff --git a/games-emulation/mamory/mamory-0.2.18.ebuild b/games-emulation/mamory/mamory-0.2.18.ebuild deleted file mode 100644 index d947cc2e0bce..000000000000 --- a/games-emulation/mamory/mamory-0.2.18.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.18.ebuild,v 1.2 2005/05/01 17:24:35 hansmi 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="ppc x86" -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 -} |