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 | f5e4cac79aa0a2fd48b7dbff7252984125c9ce8d (patch) | |
tree | 7ad3232626b8e5bec6c04b480900e384c1f14ecf /games-emulation | |
parent | version bump; add ~amd64 (diff) | |
download | gentoo-2-f5e4cac79aa0a2fd48b7dbff7252984125c9ce8d.tar.gz gentoo-2-f5e4cac79aa0a2fd48b7dbff7252984125c9ce8d.tar.bz2 gentoo-2-f5e4cac79aa0a2fd48b7dbff7252984125c9ce8d.zip |
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation')
-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 |
4 files changed, 0 insertions, 66 deletions
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 -} |