diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 19:10:50 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 19:10:50 +0000 |
commit | 62d333650e8769d88322303290dc9835761ac6c7 (patch) | |
tree | f27f0dc5e9ffe038b7cf2fd914604b78eda130b6 /xfce-base | |
parent | Fixed the dependencies in the original ebuild, produced a patch for 0.2.1 to ... (diff) | |
download | gentoo-2-62d333650e8769d88322303290dc9835761ac6c7.tar.gz gentoo-2-62d333650e8769d88322303290dc9835761ac6c7.tar.bz2 gentoo-2-62d333650e8769d88322303290dc9835761ac6c7.zip |
Added IUSE=debug, which was dropped when \'inherit debug\' was removed from xfce44.eclass. Pruned old revisions.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 15 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-0.5.0_rc2-r3.ebuild | 7 |
2 files changed, 16 insertions, 6 deletions
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 <nichoj@gentoo.org> -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 <nichoj@gentoo.org> + 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) \ |