From: Joshua Nichols Date: Sat, 6 Jan 2007 19:10:50 +0000 (+0000) Subject: Added IUSE=debug, which was dropped when \'inherit debug\' was removed from xfce44... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52bad49328b239d65695a8f92853d568dfaa443d;p=gentoo.git Added IUSE=debug, which was dropped when \'inherit debug\' was removed from xfce44.eclass. Pruned old revisions. Package-Manager: portage-2.1.2_rc4-r4 --- diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 81191878fc76..720d406baa48 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for xfce-base/thunar -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.10 2006/12/28 02:12:43 nichoj Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.11 2007/01/06 19:10:50 nichoj Exp $ + + 06 Jan 2007; Joshua Nichols -thunar-0.5.0_rc2.ebuild, + -thunar-0.5.0_rc2-r1.ebuild, -thunar-0.5.0_rc2-r2.ebuild, + thunar-0.5.0_rc2-r3.ebuild: + Added IUSE=debug, which was dropped when 'inherit debug' was removed from + xfce44.eclass. Pruned old revisions. + + 06 Jan 2007; Joshua Nichols + thunar-0.5.0_rc2-r3.ebuild: + Added IUSE=debug, which was dropped when 'inherit debug' was removed from + xfce44.eclass. *thunar-0.5.0_rc2-r3 (28 Dec 2006) diff --git a/xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild b/xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild index c1a2e9f3681c..74b7b0f636bc 100644 --- a/xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild +++ b/xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild @@ -1,6 +1,6 @@ -# 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/xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild,v 1.1 2006/12/28 02:12:43 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild,v 1.2 2007/01/06 19:10:50 nichoj Exp $ inherit xfce44 versionator @@ -18,7 +18,7 @@ DESCRIPTION="Xfce 4 file manager" HOMEPAGE="http://thunar.xfce.org" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc dbus exif hal pcre startup-notification thumbnail trash-panel-plugin" +IUSE="doc dbus debug exif hal pcre startup-notification thumbnail trash-panel-plugin" # The order of RDEPEND is based on the list in README, by: # required packages @@ -62,7 +62,6 @@ DEPEND="${RDEPEND} # when those are fixed, we make IUSE="jpeg freetype" XFCE_CONFIG=" $(use_enable dbus) \ - $(use_enable debug) \ $(use_enable doc gtk-doc) \ $(use_enable doc xsltproc) \ $(use_enable exif) \