diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 14:46:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 14:46:34 +0000 |
commit | 74fbfc8bf9cf27508664af059365625209d265f5 (patch) | |
tree | 755a2c4a10751c961f8eada3df1090fcec54bb94 /games-emulation | |
parent | remove gtk2 use flag (diff) | |
download | historical-74fbfc8bf9cf27508664af059365625209d265f5.tar.gz historical-74fbfc8bf9cf27508664af059365625209d265f5.tar.bz2 historical-74fbfc8bf9cf27508664af059365625209d265f5.zip |
remove gtk2 use flag
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/goosnes/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/goosnes/Manifest | 14 | ||||
-rw-r--r-- | games-emulation/goosnes/goosnes-0.5.2.ebuild | 10 |
3 files changed, 11 insertions, 20 deletions
diff --git a/games-emulation/goosnes/ChangeLog b/games-emulation/goosnes/ChangeLog index e8caa77e3e7a..8625615373ab 100644 --- a/games-emulation/goosnes/ChangeLog +++ b/games-emulation/goosnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/goosnes -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.6 2004/11/11 01:37:04 josejx Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.7 2005/09/20 14:46:34 mr_bones_ Exp $ + + 20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> goosnes-0.5.2.ebuild: + remove gtk2 use flag 11 Nov 2004; Joseph Jezak <josejx@gentoo.org> goosnes-0.5.2.ebuild: Marked ppc stable. diff --git a/games-emulation/goosnes/Manifest b/games-emulation/goosnes/Manifest index 3e8b83449667..096c7f70dbb1 100644 --- a/games-emulation/goosnes/Manifest +++ b/games-emulation/goosnes/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 f02c8c72c4a2241a3f853bcca00cac87 goosnes-0.5.2.ebuild 1009 -MD5 b6f7513345945133a29fb71dd978183e ChangeLog 665 +MD5 de5e96bb8c0292ebb4c0fb013753aa4c goosnes-0.5.2.ebuild 936 +MD5 c5ff15fbe582ae7f1ce2ef329302377d ChangeLog 769 MD5 87d989b20945dd0075a356c8e5562956 files/digest-goosnes-0.5.2 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC4Dm2gIKl8Uu19MoRAgVMAJ4lK25rjcS3OR+TkdloE3+M7qJOZwCfbDJE -DHNGwSUX1J5qMg/uuC2964Q= -=FpGH ------END PGP SIGNATURE----- diff --git a/games-emulation/goosnes/goosnes-0.5.2.ebuild b/games-emulation/goosnes/goosnes-0.5.2.ebuild index 00f366d6779c..9ab9a140d6e3 100644 --- a/games-emulation/goosnes/goosnes-0.5.2.ebuild +++ b/games-emulation/goosnes/goosnes-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.8 2005/07/22 00:11:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.9 2005/09/20 14:46:34 mr_bones_ Exp $ inherit games @@ -11,11 +11,10 @@ SRC_URI="http://bard.sytes.net/debian/dists/unstable/main/source/${PN}_${PV}-1.t LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="gtk2" +IUSE="" DEPEND="dev-libs/libxml2 - gtk2? ( =x11-libs/gtk+-2* ) - !gtk2? ( =x11-libs/gtk+-1* )" + =x11-libs/gtk+-2*" RDEPEND="${DEPEND} games-emulation/snes9x" DEPEND="${DEPEND} @@ -29,8 +28,7 @@ src_unpack() { } src_compile() { - use gtk2 && myconf="--with-gtk-version=2.0" - egamesconf ${myconf} || die + egamesconf --with-gtk-version=2.0 || die emake || die "emake failed" } |