diff options
author | 2010-12-18 19:00:47 +0000 | |
---|---|---|
committer | 2010-12-18 19:00:47 +0000 | |
commit | 6885e6289ad3de7d441d13ccf7ffb9384dd5098a (patch) | |
tree | b95ae6e1a14ef04de125e40f48647d5563b832e8 | |
parent | Fix building with Jython. (diff) | |
download | historical-6885e6289ad3de7d441d13ccf7ffb9384dd5098a.tar.gz historical-6885e6289ad3de7d441d13ccf7ffb9384dd5098a.tar.bz2 historical-6885e6289ad3de7d441d13ccf7ffb9384dd5098a.zip |
tidy
Package-Manager: portage-2.2.0_alpha9/cvs/Linux x86_64
-rw-r--r-- | xfce-extra/xfswitch-plugin/Manifest | 2 | ||||
-rw-r--r-- | xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/xfce-extra/xfswitch-plugin/Manifest b/xfce-extra/xfswitch-plugin/Manifest index 496dffcf465e..da0f7692fdbb 100644 --- a/xfce-extra/xfswitch-plugin/Manifest +++ b/xfce-extra/xfswitch-plugin/Manifest @@ -1,4 +1,4 @@ DIST xfswitch-plugin-0.0.1.tar.gz 314589 RMD160 555632725ec9bdfea19cea24ef6abfdb6c58ecd1 SHA1 98d48a836493fbbf72188d74afba7c2505579b4a SHA256 44fede57f181b507277ae406a6e56f215bb4ba29b60442e6ccd166e7df98a738 -EBUILD xfswitch-plugin-0.0.1.ebuild 867 RMD160 2b64223000fb0e7ec2cfb96f9f2c2b76018c3b37 SHA1 1952145de95386d669a3ade665ab239addb5eef5 SHA256 b9dc6fc98fc1d07151de10b82f4331fdfc6538c09cc924320697f35b4c700dbf +EBUILD xfswitch-plugin-0.0.1.ebuild 878 RMD160 3a7cd1aacd45104a8b864521b32658647f0cc48d SHA1 4ce4fc5c8fc9a5399af995809a5806795885028e SHA256 2abf4b14e16fca4c48ff657e75963891a53f9e8b4992c72c7b29cbf218246421 MISC ChangeLog 660 RMD160 5b48bf603894c7b3e88c1149fd05ccc59bc9f341 SHA1 5085b008b320fad45e70a613aad587f22633b775 SHA256 30f592169c7baf0428b4a1ca31d4712ee05cf74085fc8955758d673574ae9dbd MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 diff --git a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild index f4a23885a826..e96ab208617e 100644 --- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild +++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.4 2009/10/03 15:10:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.5 2010/12/18 19:00:47 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf -DESCRIPTION="User switching plugin for the Xfce4 Panel" +DESCRIPTION="User switching plugin for the Xfce Panel" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfswitch-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="debug" COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 @@ -25,7 +25,10 @@ DEPEND="${COMMON_DEPEND} dev-util/intltool" pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" } |