summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-09-10 07:39:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-09-10 07:39:12 +0000
commit4d360a006a13927762b6c0faea2ac0acc8de4f4b (patch)
treeb4b4318d7fe3821a735db0f93451f7f0b5cf4270 /xfce-extra
parentRespect LDFLAGS. Bug #336111 (diff)
downloadhistorical-4d360a006a13927762b6c0faea2ac0acc8de4f4b.tar.gz
historical-4d360a006a13927762b6c0faea2ac0acc8de4f4b.tar.bz2
historical-4d360a006a13927762b6c0faea2ac0acc8de4f4b.zip
clean up
Package-Manager: portage-2.2_rc78/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-places-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-places-plugin/Manifest b/xfce-extra/xfce4-places-plugin/Manifest
index 37f84af7d3f0..b791df241340 100644
--- a/xfce-extra/xfce4-places-plugin/Manifest
+++ b/xfce-extra/xfce4-places-plugin/Manifest
@@ -1,4 +1,4 @@
DIST xfce4-places-plugin-1.2.0.tar.bz2 295239 RMD160 5911c724ccd0f171cacaba4f914ffc5b46867614 SHA1 24aebeccb3d45c511762bc4174dfc075f082e3d9 SHA256 a77c0a85d03cbf149ba518c46927fe314b8ef39e0f5d040a849f1b05996f62b0
-EBUILD xfce4-places-plugin-1.2.0.ebuild 1043 RMD160 4cd99954b828105566c507655826197dcf41e952 SHA1 2142abb1bb1c87b76babac030be1a46d1874f0a5 SHA256 8fed810c0d30d9bb9f6d48c8e3ba8d5f8192259325dc60ff742945b262b49b0c
+EBUILD xfce4-places-plugin-1.2.0.ebuild 1043 RMD160 f1971c29e6ca2595b10e3f8e715612ee8046127f SHA1 7271b8dcd61238f4aedc880ad9b54acc9bd9dbd2 SHA256 b3749e7e85fa0fdf1583e320c4a208f7e51d796f7f48c608ca97aa2ed14ead61
MISC ChangeLog 1587 RMD160 ac25829e016476f84512865e8c1a55f5dea285bc SHA1 cc1f293308379ac8994315b931cefbe40fa0b55d SHA256 14651f314d233d60a0db936180e015e152ed123f09df9feb9a74519ca52466be
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
index 7ae9eac4f4a4..5f65adfaf98e 100644
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
+++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.11 2010/03/26 09:33:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.12 2010/09/10 07:39:12 ssuominen Exp $
EAPI=2
inherit xfconf
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
dev-util/intltool"
pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ $(xfconf_use_debug)"
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
}