From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QWCID-0000gM-Rt for garchives@archives.gentoo.org; Mon, 13 Jun 2011 18:55:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C711B1C056; Mon, 13 Jun 2011 18:54:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 80EC91C039 for ; Mon, 13 Jun 2011 18:54:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F8691B401D for ; Mon, 13 Jun 2011 18:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C602080040 for ; Mon, 13 Jun 2011 18:54:27 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/exo/exo-9999.ebuild X-VCS-Directories: xfce-base/exo/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f Date: Mon, 13 Jun 2011 18:54:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6d8819bac23a754fe303841cd7db2ac6 commit: 3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f Author: Christoph Mende gentoo org> AuthorDate: Mon Jun 13 18:51:14 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon Jun 13 18:51:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D3ef0ce50 exo: Convert to xfconf, drop keywords (Portage version: 2.2.0_alpha40/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/exo/exo-9999.ebuild | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuil= d index a962de8..b8adddf 100644 --- a/xfce-base/exo/exo-9999.ebuild +++ b/xfce-base/exo/exo-9999.ebuild @@ -4,14 +4,14 @@ =20 EAPI=3D3 PYTHON_DEPEND=3D"python? 2" -inherit python xfconf-live +inherit python xfconf =20 DESCRIPTION=3D"Extensions, widgets and framework library with session ma= nagement support" HOMEPAGE=3D"http://www.xfce.org/projects/exo/" =20 LICENSE=3D"GPL-2 LGPL-2" SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-= solaris" +KEYWORDS=3D"" IUSE=3D"debug python" =20 RDEPEND=3D">=3Ddev-lang/perl-5.6 @@ -48,15 +48,15 @@ src_prepare() { rm -f py-compile ln -s $(type -P true) py-compile =20 - xfconf-live_src_prepare + xfconf_src_prepare } =20 pkg_postinst() { - xfconf-live_pkg_postinst + xfconf_pkg_postinst use python && python_mod_optimize exo-0.6 pyexo.py } =20 pkg_postrm() { - xfconf-live_pkg_postrm + xfconf_pkg_postrm use python && python_mod_cleanup exo-0.6 pyexo.py }