From fc3a2c8c1d789abc690a153a7e45bd3f13d5e5ab Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Fri, 5 Jan 2007 20:30:55 +0000 Subject: Set WANT_AUTOCONF and WANT_AUTOMAKE Package-Manager: portage-2.1.2_rc4-r6 --- games-emulation/mamory/ChangeLog | 7 +++++-- games-emulation/mamory/mamory-0.2.22.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'games-emulation/mamory') diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index 76828173de5f..549be7405295 100644 --- a/games-emulation/mamory/ChangeLog +++ b/games-emulation/mamory/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mamory -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.17 2006/12/28 21:59:20 mr_bones_ Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.18 2007/01/05 20:30:55 nyhm Exp $ + + 05 Jan 2007; Tristan Heaven mamory-0.2.22.ebuild: + Set WANT_AUTOCONF and WANT_AUTOMAKE *mamory-0.2.22 (28 Dec 2006) diff --git a/games-emulation/mamory/mamory-0.2.22.ebuild b/games-emulation/mamory/mamory-0.2.22.ebuild index 431c77be1449..625e25a5d171 100644 --- a/games-emulation/mamory/mamory-0.2.22.ebuild +++ b/games-emulation/mamory/mamory-0.2.22.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.1 2006/12/28 21:59:20 mr_bones_ Exp $ +# $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" +DESCRIPTION="ROM management tools and library" HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -18,7 +20,6 @@ RDEPEND="" src_unpack() { unpack ${A} - cd "${S}" # Remove hardcoded CFLAGS options -- cgit v1.2.3-65-gdbad