diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 19:55:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 19:55:54 +0000 |
commit | d6541fbf634abcaa3d3cbaf97a7f33841b59e7c3 (patch) | |
tree | eba9992c832073ee6c9cbc096cae5c9979feca59 /xfce-extra/xfswitch-plugin | |
parent | Convert to EAPI4 (diff) | |
download | historical-d6541fbf634abcaa3d3cbaf97a7f33841b59e7c3.tar.gz historical-d6541fbf634abcaa3d3cbaf97a7f33841b59e7c3.tar.bz2 historical-d6541fbf634abcaa3d3cbaf97a7f33841b59e7c3.zip |
EAPI4
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfswitch-plugin')
-rw-r--r-- | xfce-extra/xfswitch-plugin/Manifest | 12 | ||||
-rw-r--r-- | xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 20 |
2 files changed, 19 insertions, 13 deletions
diff --git a/xfce-extra/xfswitch-plugin/Manifest b/xfce-extra/xfswitch-plugin/Manifest index 666e93138cb3..0d10285ad649 100644 --- a/xfce-extra/xfswitch-plugin/Manifest +++ b/xfce-extra/xfswitch-plugin/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + DIST xfswitch-plugin-0.0.1.tar.gz 314589 RMD160 555632725ec9bdfea19cea24ef6abfdb6c58ecd1 SHA1 98d48a836493fbbf72188d74afba7c2505579b4a SHA256 44fede57f181b507277ae406a6e56f215bb4ba29b60442e6ccd166e7df98a738 -EBUILD xfswitch-plugin-0.0.1.ebuild 878 RMD160 31c1dcf9a5985d5de21e6de6152e28fec7e3d8a4 SHA1 beb1ade1bdacd6be10abca668f92812b38f1ebbc SHA256 1c960767338a75b3bbcefc88223b0e257b24014a1f156fd10e09ed762395db7d +EBUILD xfswitch-plugin-0.0.1.ebuild 842 RMD160 c245ba85199062699ddb81a8a0d73a68f0364d2e SHA1 d32d1c4d8b31b573bdb62f103590f4755f661c5d SHA256 4d6e3d72711231c68a60253464a7c7a616735243406cd0f6a119ca24e39881d5 MISC ChangeLog 660 RMD160 5b48bf603894c7b3e88c1149fd05ccc59bc9f341 SHA1 5085b008b320fad45e70a613aad587f22633b775 SHA256 30f592169c7baf0428b4a1ca31d4712ee05cf74085fc8955758d673574ae9dbd MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iF4EAREIAAYFAk3VdYIACgkQXkR9YqOcLPEWuwD/W64x5pOoK/fpZY4uvRwZBaEQ +Fu8H1+50QAPHAx5uFyEA/R+7eJBBzlflSitAvnJSEuY3DVoag1Hzu8Y8FczxBc08 +=pfqF +-----END PGP SIGNATURE----- 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 3ee1c84fc2e3..fcf9add5985a 100644 --- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild +++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.6 2010/12/25 10:45:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.7 2011/05/19 19:55:54 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="User switching plugin for the Xfce Panel" @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 @@ -21,14 +21,10 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 RDEPEND="${COMMON_DEPEND} gnome-base/gdm" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig - dev-util/intltool" + dev-util/intltool + dev-util/pkgconfig" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS ChangeLog NEWS README" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |