From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fusion-icon/
Date: Wed, 28 Oct 2015 13:36:02 +0000 (UTC) [thread overview]
Message-ID: <1446039359.d583f8c9ee328a82c2e7391c4f056260a720f27c.jlec@gentoo> (raw)
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>
next reply other threads:[~2015-10-28 13:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-28 13:36 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-09 14:14 [gentoo-commits] repo/gentoo:master commit in: x11-apps/fusion-icon/ Michael Palimaka
2017-09-09 14:14 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1446039359.d583f8c9ee328a82c2e7391c4f056260a720f27c.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox