commit: d583f8c9ee328a82c2e7391c4f056260a720f27c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Oct 28 11:32:00 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>desktop-effects</herd> -<longdescription lang="en">Compiz Fusion Tray Icon and Manager.</longdescription> + <herd>desktop-effects</herd> + <longdescription lang="en">Compiz Fusion Tray Icon and Manager.</longdescription> </pkgmetadata>
