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 1Qdz9x-0000ks-Fo for garchives@archives.gentoo.org; Tue, 05 Jul 2011 06:31:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E0C921C0E7; Tue, 5 Jul 2011 06:30:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2B07B21C0E7 for ; Tue, 5 Jul 2011 06:30:44 +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 B4AD21B4007 for ; Tue, 5 Jul 2011 06:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 153798003D for ; Tue, 5 Jul 2011 06:30:43 +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: 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: a4888028803c5b5729f8f345b8b29a14b03a0f93 Date: Tue, 5 Jul 2011 06:30:43 +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: b03ac6e3a5abbe2de0c89fe7e1b4cd89 commit: a4888028803c5b5729f8f345b8b29a14b03a0f93 Author: Christoph Mende gentoo org> AuthorDate: Tue Jul 5 06:26:57 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Tue Jul 5 06:26:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3Da4888028 exo: Python bindings were moved to pyxfce (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/exo/exo-9999.ebuild | 36 ++++++-----------------------------= - 1 files changed, 6 insertions(+), 30 deletions(-) diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuil= d index b8adddf..e69cc96 100644 --- a/xfce-base/exo/exo-9999.ebuild +++ b/xfce-base/exo/exo-9999.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.1 = 2011/06/10 18:38:28 angelos Exp $ =20 -EAPI=3D3 -PYTHON_DEPEND=3D"python? 2" -inherit python xfconf +EAPI=3D4 +inherit xfconf =20 DESCRIPTION=3D"Extensions, widgets and framework library with session ma= nagement support" HOMEPAGE=3D"http://www.xfce.org/projects/exo/" @@ -12,30 +11,24 @@ HOMEPAGE=3D"http://www.xfce.org/projects/exo/" LICENSE=3D"GPL-2 LGPL-2" SLOT=3D"0" KEYWORDS=3D"" -IUSE=3D"debug python" +IUSE=3D"debug" =20 RDEPEND=3D">=3Ddev-lang/perl-5.6 dev-perl/URI >=3Ddev-libs/glib-2.18:2 >=3Dx11-libs/gtk+-2.14:2 - >=3Dxfce-base/libxfce4util-4.8 - python? ( >=3Ddev-python/pygtk-2.4 )" + x11-libs/libX11 + >=3Dxfce-base/libxfce4ui-4.8 + >=3Dxfce-base/libxfce4util-4.8" DEPEND=3D"${RDEPEND} dev-util/pkgconfig dev-util/intltool sys-devel/gettext" =20 pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi - XFCONF=3D( --docdir=3D"${EPREFIX}"/usr/share/doc/${PF} - --disable-dependency-tracking --disable-static - $(use_enable python) $(xfconf_use_debug) --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html ) @@ -43,20 +36,3 @@ pkg_setup() { =20 DOCS=3D( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) } - -src_prepare() { - rm -f py-compile - ln -s $(type -P true) py-compile - - xfconf_src_prepare -} - -pkg_postinst() { - xfconf_pkg_postinst - use python && python_mod_optimize exo-0.6 pyexo.py -} - -pkg_postrm() { - xfconf_pkg_postrm - use python && python_mod_cleanup exo-0.6 pyexo.py -}