summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-10-29 05:06:32 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-10-29 05:06:32 +0000
commit1212e45c1dbaa1e48d55cd1019a17908349a9139 (patch)
treed89a4748e0809a36713cd91faa7357421a576d77 /app-arch
parentFixes to properly work with seamonkey, and make compile with -gtkhtml (diff)
downloadgentoo-2-1212e45c1dbaa1e48d55cd1019a17908349a9139.tar.gz
gentoo-2-1212e45c1dbaa1e48d55cd1019a17908349a9139.tar.bz2
gentoo-2-1212e45c1dbaa1e48d55cd1019a17908349a9139.zip
add gnome useflag (bug #139236)
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/ChangeLog6
-rw-r--r--app-arch/file-roller/file-roller-2.16.1.ebuild10
2 files changed, 12 insertions, 4 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 0ec5f175ca6f..3b7930399e0f 100644
--- a/app-arch/file-roller/ChangeLog
+++ b/app-arch/file-roller/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/file-roller
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.179 2006/10/19 15:13:02 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.180 2006/10/29 05:06:32 compnerd Exp $
+
+ 29 Oct 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+ file-roller-2.16.1.ebuild:
+ Add gnome useflag to file-roller (bug #139236)
19 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
file-roller-2.14.3.ebuild:
diff --git a/app-arch/file-roller/file-roller-2.16.1.ebuild b/app-arch/file-roller/file-roller-2.16.1.ebuild
index 8f0021927212..a5624cf2d84f 100644
--- a/app-arch/file-roller/file-roller-2.16.1.ebuild
+++ b/app-arch/file-roller/file-roller-2.16.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.16.1.ebuild,v 1.1 2006/10/12 20:10:41 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.16.1.ebuild,v 1.2 2006/10/29 05:06:32 compnerd Exp $
inherit eutils gnome2
@@ -10,7 +10,7 @@ HOMEPAGE="http://fileroller.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="gnome"
RDEPEND=">=dev-libs/glib-2.12
>=x11-libs/gtk+-2.10
@@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/glib-2.12
>=gnome-base/libglade-2.4
>=gnome-base/libbonobo-2.6
>=gnome-base/libbonoboui-2.6
- >=gnome-base/nautilus-2.10
+ gnome? ( >=gnome-base/nautilus-2.10 )
>=gnome-base/gconf-2"
DEPEND="${RDEPEND}
@@ -33,6 +33,10 @@ DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
pkg_setup() {
G2CONF="${G2CONF} --disable-scrollkeeper"
+
+ if ! use gnome ; then
+ G2CONF="${G2CONF} --disable-nautilus-actions"
+ fi
}
src_unpack() {