diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-29 18:18:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-29 18:18:55 +0000 |
commit | 103267a095852a7fb46f104f03036a4bb4b2ff97 (patch) | |
tree | 3341bce7542916a4202f0f81586948f6a74953ab /games-emulation/mamory | |
parent | update to latest (diff) | |
download | gentoo-2-103267a095852a7fb46f104f03036a4bb4b2ff97.tar.gz gentoo-2-103267a095852a7fb46f104f03036a4bb4b2ff97.tar.bz2 gentoo-2-103267a095852a7fb46f104f03036a4bb4b2ff97.zip |
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.22 | 3 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.22.ebuild | 52 |
2 files changed, 0 insertions, 55 deletions
diff --git a/games-emulation/mamory/files/digest-mamory-0.2.22 b/games-emulation/mamory/files/digest-mamory-0.2.22 deleted file mode 100644 index e48bba07108c..000000000000 --- a/games-emulation/mamory/files/digest-mamory-0.2.22 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bda24c8ddf0ddf7e9c125bec38840c9f mamory-0.2.22.tar.gz 512255 -RMD160 1e541cb990daaafdf48c69cc8ac24d6768e32648 mamory-0.2.22.tar.gz 512255 -SHA256 4ca26c89f517b726220c27463ce8b214e475129e56184006429b2ace9d53354f mamory-0.2.22.tar.gz 512255 diff --git a/games-emulation/mamory/mamory-0.2.22.ebuild b/games-emulation/mamory/mamory-0.2.22.ebuild deleted file mode 100644 index 625e25a5d171..000000000000 --- a/games-emulation/mamory/mamory-0.2.22.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.22.ebuild,v 1.2 2007/01/05 20:30:55 nyhm Exp $ - -WANT_AUTOCONF=latest -WANT_AUTOMAKE=latest -inherit autotools games - -DESCRIPTION="ROM management tools and library" -HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Remove hardcoded CFLAGS options - sed -i \ - -e '/AC_ARG_ENABLE(debug,/ {N;N;N;d}' \ - configure.in \ - || die "sed failed" - - # Make it possible for eautoreconf to fix fPIC etc. - sed -i \ - -e '/libcommon_la_LDFLAGS= -static/d' \ - common/Makefile.am \ - || die "sed failed" - - AT_M4DIR="config" eautoreconf || die -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --includedir=/usr/include || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html - prepgamesdirs -} |