summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-06-13 20:51:14 +0200
committerChristoph Mende <angelos@gentoo.org>2011-06-13 20:51:14 +0200
commit3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f (patch)
tree7df0af43664dd1364ebb8cf870d21af634e16edf /xfce-base/exo
parentxfce4-dev-tools: Convert to xfconf, drop keywords (diff)
downloadxfce-3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f.tar.gz
xfce-3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f.tar.bz2
xfce-3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f.zip
exo: Convert to xfconf, drop keywords
(Portage version: 2.2.0_alpha40/git/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'xfce-base/exo')
-rw-r--r--xfce-base/exo/Manifest18
-rw-r--r--xfce-base/exo/exo-9999.ebuild10
2 files changed, 19 insertions, 9 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index f2279c9..a490c31 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,12 +1,22 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-EBUILD exo-9999.ebuild 1575 RMD160 fca6bcfa96a17504d90fed4f2202021d3e1f6e8f SHA1 939f9a3ba43c8e86d1c30164e5c65fefacb5806a SHA256 26e4e6e3a7934d39cbcf1db1f2d113d0fa8f8361fdf61dfd827590eeb18c8f04
+- -----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD exo-9999.ebuild 1415 RMD160 ae25a3800326ad2c4f6ab90911a0f28bbb3100c6 SHA1 be6d63743d993ca0e6b184474bb21e3703c8c88f SHA256 7f10a108771702627513492bbf0b9985bd8cb8e9bf34de259249b07b58cb4359
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
+- -----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk32W48ACgkQmWq1bYTyC0OwJgD/dzNe5EgdwfuxA4uyYp+HEdLT
+k+/tXMtUIONN1Ub5v2QBAI8PWsAZV7+kKM/bnCVTAbuJJqEp2VPIMDJ8C+Z8c/0t
+=JWuc
+- -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk3zncwACgkQmWq1bYTyC0ORpwD/bOa1eE5v9X2alSgZOifRTuV+
-x6wH4rz+bLPhjrhDRuoA/3PF3ptJ0EYrXDiGbGNzxfp5c3vEp9vew9cLU8k0Iz2/
-=Scmg
+iF4EAREIAAYFAk32XCIACgkQmWq1bYTyC0NqLQEAkxv5gIeryvYoivoGUxVxlD+v
+4uzs7P3J8sT5jxyv31AA/0Y2zwgg3BZ0KjzAySjtmbf0Aoo/PLnng9jUL3MI3eBo
+=o2ps
-----END PGP SIGNATURE-----
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index a962de8..b8adddf 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -4,14 +4,14 @@
EAPI=3
PYTHON_DEPEND="python? 2"
-inherit python xfconf-live
+inherit python xfconf
DESCRIPTION="Extensions, widgets and framework library with session management support"
HOMEPAGE="http://www.xfce.org/projects/exo/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS=""
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
@@ -48,15 +48,15 @@ src_prepare() {
rm -f py-compile
ln -s $(type -P true) py-compile
- xfconf-live_src_prepare
+ xfconf_src_prepare
}
pkg_postinst() {
- xfconf-live_pkg_postinst
+ xfconf_pkg_postinst
use python && python_mod_optimize exo-0.6 pyexo.py
}
pkg_postrm() {
- xfconf-live_pkg_postrm
+ xfconf_pkg_postrm
use python && python_mod_cleanup exo-0.6 pyexo.py
}