diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-28 12:32:00 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-28 14:35:59 +0100 |
commit | d583f8c9ee328a82c2e7391c4f056260a720f27c (patch) | |
tree | 959309c3dd566493adcb4a509d530d0b83def1f5 /x11-apps | |
parent | net-libs/signon-oauth2: avoid build failure when unused dependency is not ins... (diff) | |
download | gentoo-d583f8c9ee328a82c2e7391c4f056260a720f27c.tar.gz gentoo-d583f8c9ee328a82c2e7391c4f056260a720f27c.tar.bz2 gentoo-d583f8c9ee328a82c2e7391c4f056260a720f27c.zip |
x11-apps/fusion-icon: Drop old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild | 57 | ||||
-rw-r--r-- | x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild | 62 | ||||
-rw-r--r-- | 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 79515c6a8030..000000000000 --- 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 2c1bf38c3768..000000000000 --- 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 b19d78282b3f..36b9293a2f3e 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> |