From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 927AE13888F for ; Wed, 28 Oct 2015 13:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345AB21C048; Wed, 28 Oct 2015 13:36:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABD0321C048 for ; Wed, 28 Oct 2015 13:36:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A703B340B10 for ; Wed, 28 Oct 2015 13:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B307DE07 for ; Wed, 28 Oct 2015 13:36:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446039359.d583f8c9ee328a82c2e7391c4f056260a720f27c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fusion-icon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild x11-apps/fusion-icon/metadata.xml X-VCS-Directories: x11-apps/fusion-icon/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d583f8c9ee328a82c2e7391c4f056260a720f27c X-VCS-Branch: master Date: Wed, 28 Oct 2015 13:36:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ab81806-a75c-4a83-bf34-49d32f6579b3 X-Archives-Hash: 596f14171765d2063b576a6846e06075 commit: d583f8c9ee328a82c2e7391c4f056260a720f27c Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 28 11:32:00 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 28 13:35:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d583f8c9 x11-apps/fusion-icon: Drop old Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild | 57 ----------------------- x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild | 62 -------------------------- x11-apps/fusion-icon/metadata.xml | 4 +- 3 files changed, 2 insertions(+), 121 deletions(-) diff --git a/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild b/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild deleted file mode 100644 index 79515c6..0000000 --- a/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -PYTHON_DEPEND="2" - -inherit distutils gnome2-utils - -MINIMUM_COMPIZ_RELEASE=0.6.0 - -DESCRIPTION="Compiz Fusion Tray Icon and Manager" -HOMEPAGE="http://compiz.org" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+gtk qt4" - -REQUIRED_USE="|| ( gtk qt4 )" - -RDEPEND=" - >=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE} - >=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE} - x11-apps/xvinfo - gtk? ( >=dev-python/pygtk-2.10:2 ) - qt4? ( dev-python/PyQt4[X] )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -PYTHON_MODNAME="FusionIcon" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_install() { - distutils_src_install - - use gtk || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_gtk" - use qt4 || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_qt4" -} - -pkg_postinst() { - distutils_pkg_postinst - - use gtk && gnome2_icon_cache_update -} - -pkg_postrm() { - distutils_pkg_postrm - - use gtk && gnome2_icon_cache_update -} diff --git a/x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild b/x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild deleted file mode 100644 index 2c1bf38..0000000 --- a/x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -PYTHON_DEPEND="2" - -inherit distutils eutils gnome2-utils - -MINIMUM_COMPIZ_RELEASE=0.6.0 - -DESCRIPTION="Compiz Fusion Tray Icon and Manager" -HOMEPAGE="http://compiz.org" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+gtk qt4" - -REQUIRED_USE="|| ( gtk qt4 )" - -RDEPEND=" - >=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE} - >=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE} - x11-apps/xvinfo - gtk? ( >=dev-python/pygtk-2.10:2 ) - qt4? ( dev-python/PyQt4[X] )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -PYTHON_MODNAME="FusionIcon" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-qt4-interface-subprocess-call.patch - distutils_src_prepare -} - -src_install() { - distutils_src_install - - use gtk || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_gtk" - use qt4 || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_qt4" -} - -pkg_postinst() { - distutils_pkg_postinst - - use gtk && gnome2_icon_cache_update -} - -pkg_postrm() { - distutils_pkg_postrm - - use gtk && gnome2_icon_cache_update -} diff --git a/x11-apps/fusion-icon/metadata.xml b/x11-apps/fusion-icon/metadata.xml index b19d782..36b9293 100644 --- a/x11-apps/fusion-icon/metadata.xml +++ b/x11-apps/fusion-icon/metadata.xml @@ -1,6 +1,6 @@ -desktop-effects -Compiz Fusion Tray Icon and Manager. + desktop-effects + Compiz Fusion Tray Icon and Manager.