diff options
author | 2006-11-18 02:12:15 +0000 | |
---|---|---|
committer | 2006-11-18 02:12:15 +0000 | |
commit | 6bc7848c9f356f956ff11f3de8dc377d65645d70 (patch) | |
tree | 911bc85aa6c5948ab738d3100a9ad8e03dde5e95 /media-sound/soundtracker | |
parent | dropping gnome useflag for gnome-1.x removal (diff) | |
download | gentoo-2-6bc7848c9f356f956ff11f3de8dc377d65645d70.tar.gz gentoo-2-6bc7848c9f356f956ff11f3de8dc377d65645d70.tar.bz2 gentoo-2-6bc7848c9f356f956ff11f3de8dc377d65645d70.zip |
drop gnome useflag for gnome-1.x removal
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r-- | media-sound/soundtracker/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild | 7 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/media-sound/soundtracker/ChangeLog b/media-sound/soundtracker/ChangeLog index 71fc482491f7..ebc80376a1fe 100644 --- a/media-sound/soundtracker/ChangeLog +++ b/media-sound/soundtracker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/soundtracker # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.21 2006/04/28 12:08:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.22 2006/11/18 02:12:15 compnerd Exp $ + + 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> + soundtracker-0.6.7.ebuild, soundtracker-0.6.7-r1.ebuild: + Drop gnome useflag for gnome-1.x removal 28 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> +files/soundtracker-0.6.7-execstack.patch, soundtracker-0.6.7-r1.ebuild: diff --git a/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild b/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild index c39a1dbfe3a3..ccb7f1148e90 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild,v 1.3 2006/04/28 12:08:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild,v 1.4 2006/11/18 02:12:15 compnerd Exp $ -IUSE="nls esd gnome oss alsa jack" +IUSE="nls esd oss alsa jack" inherit eutils flag-o-matic @@ -18,7 +18,6 @@ RDEPEND="sys-libs/zlib media-libs/libsndfile alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) jack? ( media-sound/jack-audio-connection-kit ) nls? ( virtual/libintl )" @@ -51,7 +50,7 @@ src_compile() { use esd || myconf="${myconf} --disable-esd" use nls || myconf="${myconf} --disable-nls" use alsa || myconf="${myconf} --disable-alsa" - use gnome || myconf="${myconf} --disable-gnome" + myconf="${myconf} --disable-gnome" use x86 || myconf="${myconf} --disable-asm" econf ${myconf} || die "configure failed" diff --git a/media-sound/soundtracker/soundtracker-0.6.7.ebuild b/media-sound/soundtracker/soundtracker-0.6.7.ebuild index c79f474e6e67..328bb4d3890a 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.13 2006/02/16 08:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.14 2006/11/18 02:12:15 compnerd Exp $ -IUSE="nls esd gnome oss alsa jack" +IUSE="nls esd oss alsa jack" inherit eutils flag-o-matic @@ -18,7 +18,6 @@ RDEPEND="sys-libs/zlib media-libs/libsndfile alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) jack? ( media-sound/jack-audio-connection-kit ) nls? ( virtual/libintl )" @@ -47,7 +46,7 @@ src_compile() { use esd || myconf="${myconf} --disable-esd" use nls || myconf="${myconf} --disable-nls" use alsa || myconf="${myconf} --disable-alsa" - use gnome || myconf="${myconf} --disable-gnome" + myconf="${myconf} --disable-gnome" use x86 || myconf="${myconf} --disable-asm" econf ${myconf} || die "configure failed" |