diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:33:01 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:33:01 +0000 |
commit | 5fa04d01f337cec70356f90c366be680ec875d78 (patch) | |
tree | 26ccbfa1b1068aa0c7eaa4533833e174beb7914e /sys-devel/subterfugue | |
parent | fix typo and add pydict (diff) | |
download | gentoo-2-5fa04d01f337cec70356f90c366be680ec875d78.tar.gz gentoo-2-5fa04d01f337cec70356f90c366be680ec875d78.tar.bz2 gentoo-2-5fa04d01f337cec70356f90c366be680ec875d78.zip |
drop gtk useflag for gnome-1.x removal
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'sys-devel/subterfugue')
-rw-r--r-- | sys-devel/subterfugue/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/subterfugue/files/digest-subterfugue-0.2.1a | 2 | ||||
-rw-r--r-- | sys-devel/subterfugue/subterfugue-0.2.1a.ebuild | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-devel/subterfugue/ChangeLog b/sys-devel/subterfugue/ChangeLog index 35c179dd09c5..9339ed466708 100644 --- a/sys-devel/subterfugue/ChangeLog +++ b/sys-devel/subterfugue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/subterfugue -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/subterfugue/ChangeLog,v 1.3 2005/09/08 15:20:26 blubb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/subterfugue/ChangeLog,v 1.4 2006/11/18 22:33:01 compnerd Exp $ + + 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> + subterfugue-0.2.1a.ebuild: + Drop gtk useflag for gnome-1.x removal 08 Sep 2005; Simon Stelling <blubb@gentoo.org> subterfugue-0.2.1a.ebuild: setting -amd64 diff --git a/sys-devel/subterfugue/files/digest-subterfugue-0.2.1a b/sys-devel/subterfugue/files/digest-subterfugue-0.2.1a index 820519d6e0e4..29d32176ff4f 100644 --- a/sys-devel/subterfugue/files/digest-subterfugue-0.2.1a +++ b/sys-devel/subterfugue/files/digest-subterfugue-0.2.1a @@ -1 +1,3 @@ MD5 e55cbdc6fc532f1f49bfb6ecfc5e5ad0 subterfugue-0.2.1a.tgz 77845 +RMD160 5d3e24d50f9f54b90d9d6e60f800e9f19a22997e subterfugue-0.2.1a.tgz 77845 +SHA256 e806fda6a371696a0059f5ac2f10bf65b21b4c2840944873f998e4b91cc13e4d subterfugue-0.2.1a.tgz 77845 diff --git a/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild b/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild index 48798ca11d78..5bbadb16d01d 100644 --- a/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild +++ b/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild,v 1.2 2005/09/08 15:20:26 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild,v 1.3 2006/11/18 22:33:01 compnerd Exp $ inherit distutils eutils -IUSE="gtk" +IUSE="" DESCRIPTION="strace meets expect" SRC_URI="mirror://sourceforge/subterfugue/${P}.tgz" @@ -13,9 +13,7 @@ KEYWORDS="-amd64 -ppc x86" SLOT="0" LICENSE="GPL-2" -DEPEND=">=dev-lang/python-2.0 - gtk? ( =x11-libs/gtk+-1.2* - =dev-python/pygtk-0.6* )" +DEPEND=">=dev-lang/python-2.0" src_unpack() { unpack ${A} |