Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fusion-icon/
Date: Wed, 28 Oct 2015 13:36:14
Message-Id: 1446039359.d583f8c9ee328a82c2e7391c4f056260a720f27c.jlec@gentoo
1 commit: d583f8c9ee328a82c2e7391c4f056260a720f27c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 11:32:00 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 13:35:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d583f8c9
7
8 x11-apps/fusion-icon: Drop old
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild | 57 -----------------------
14 x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild | 62 --------------------------
15 x11-apps/fusion-icon/metadata.xml | 4 +-
16 3 files changed, 2 insertions(+), 121 deletions(-)
17
18 diff --git a/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild b/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild
19 deleted file mode 100644
20 index 79515c6..0000000
21 --- a/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild
22 +++ /dev/null
23 @@ -1,57 +0,0 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Id$
27 -
28 -EAPI="4"
29 -PYTHON_DEPEND="2"
30 -
31 -inherit distutils gnome2-utils
32 -
33 -MINIMUM_COMPIZ_RELEASE=0.6.0
34 -
35 -DESCRIPTION="Compiz Fusion Tray Icon and Manager"
36 -HOMEPAGE="http://compiz.org"
37 -SRC_URI="mirror://gentoo/${P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE="+gtk qt4"
43 -
44 -REQUIRED_USE="|| ( gtk qt4 )"
45 -
46 -RDEPEND="
47 - >=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE}
48 - >=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE}
49 - x11-apps/xvinfo
50 - gtk? ( >=dev-python/pygtk-2.10:2 )
51 - qt4? ( dev-python/PyQt4[X] )"
52 -DEPEND="${RDEPEND}"
53 -
54 -S="${WORKDIR}/${PN}"
55 -
56 -PYTHON_MODNAME="FusionIcon"
57 -
58 -pkg_setup() {
59 - python_set_active_version 2
60 - python_pkg_setup
61 -}
62 -
63 -src_install() {
64 - distutils_src_install
65 -
66 - use gtk || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_gtk"
67 - use qt4 || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_qt4"
68 -}
69 -
70 -pkg_postinst() {
71 - distutils_pkg_postinst
72 -
73 - use gtk && gnome2_icon_cache_update
74 -}
75 -
76 -pkg_postrm() {
77 - distutils_pkg_postrm
78 -
79 - use gtk && gnome2_icon_cache_update
80 -}
81
82 diff --git a/x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild b/x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild
83 deleted file mode 100644
84 index 2c1bf38..0000000
85 --- a/x11-apps/fusion-icon/fusion-icon-0.1-r3.ebuild
86 +++ /dev/null
87 @@ -1,62 +0,0 @@
88 -# Copyright 1999-2012 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -# $Id$
91 -
92 -EAPI="4"
93 -PYTHON_DEPEND="2"
94 -
95 -inherit distutils eutils gnome2-utils
96 -
97 -MINIMUM_COMPIZ_RELEASE=0.6.0
98 -
99 -DESCRIPTION="Compiz Fusion Tray Icon and Manager"
100 -HOMEPAGE="http://compiz.org"
101 -SRC_URI="mirror://gentoo/${P}.tar.gz"
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="+gtk qt4"
107 -
108 -REQUIRED_USE="|| ( gtk qt4 )"
109 -
110 -RDEPEND="
111 - >=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE}
112 - >=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE}
113 - x11-apps/xvinfo
114 - gtk? ( >=dev-python/pygtk-2.10:2 )
115 - qt4? ( dev-python/PyQt4[X] )"
116 -DEPEND="${RDEPEND}"
117 -
118 -S="${WORKDIR}/${PN}"
119 -
120 -PYTHON_MODNAME="FusionIcon"
121 -
122 -pkg_setup() {
123 - python_set_active_version 2
124 - python_pkg_setup
125 -}
126 -
127 -src_prepare() {
128 - epatch "${FILESDIR}"/${P}-qt4-interface-subprocess-call.patch
129 - distutils_src_prepare
130 -}
131 -
132 -src_install() {
133 - distutils_src_install
134 -
135 - use gtk || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_gtk"
136 - use qt4 || rm -fr "${ED}$(python_get_sitedir)/FusionIcon/interface_qt4"
137 -}
138 -
139 -pkg_postinst() {
140 - distutils_pkg_postinst
141 -
142 - use gtk && gnome2_icon_cache_update
143 -}
144 -
145 -pkg_postrm() {
146 - distutils_pkg_postrm
147 -
148 - use gtk && gnome2_icon_cache_update
149 -}
150
151 diff --git a/x11-apps/fusion-icon/metadata.xml b/x11-apps/fusion-icon/metadata.xml
152 index b19d782..36b9293 100644
153 --- a/x11-apps/fusion-icon/metadata.xml
154 +++ b/x11-apps/fusion-icon/metadata.xml
155 @@ -1,6 +1,6 @@
156 <?xml version="1.0" encoding="UTF-8"?>
157 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
158 <pkgmetadata>
159 -<herd>desktop-effects</herd>
160 -<longdescription lang="en">Compiz Fusion Tray Icon and Manager.</longdescription>
161 + <herd>desktop-effects</herd>
162 + <longdescription lang="en">Compiz Fusion Tray Icon and Manager.</longdescription>
163 </pkgmetadata>