Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/files/, media-sound/pithos/
Date: Sat, 02 May 2020 00:08:56
Message-Id: 1588378097.3c9e09cb3f3bf8f03c37de1719f4ace2e25660d4.chutzpah@gentoo
1 commit: 3c9e09cb3f3bf8f03c37de1719f4ace2e25660d4
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 00:07:30 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 00:08:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e09cb
7
8 media-sound/pithos: remove old and 9999
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 media-sound/pithos/Manifest | 1 -
14 ...ithos-1.3.1-dont-try-to-update-icon-cache.patch | 20 -----
15 media-sound/pithos/pithos-1.3.1.ebuild | 93 ----------------------
16 media-sound/pithos/pithos-9999.ebuild | 93 ----------------------
17 4 files changed, 207 deletions(-)
18
19 diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
20 index c6d92b6185b..1c11e496cf1 100644
21 --- a/media-sound/pithos/Manifest
22 +++ b/media-sound/pithos/Manifest
23 @@ -1,2 +1 @@
24 -DIST pithos-1.3.1.tar.gz 119658 BLAKE2B 0d6e1c4e48a4beb1082f8788d4e016371660667dbe32ee925aa4b904f60a25e6664a94cefbc62dd9323a6e69338c03fc4080517e842102fd6eeca144f568c984 SHA512 c06715516992e4aa8bb3b200035ee10ef8dcec9491d32af0fb3f4e176d0ad5313a437f228747d5d716a29d2fe5b93ddd3704aa4fe674ce3be5a17eaad13b0da4
25 DIST pithos-1.5.0.tar.gz 123047 BLAKE2B 6f93a41bdda6c3e9baf4d71248748d4e798f9426377fcdf5dded0bdbfec92278f98c215fe818b4d1fc5378d47275539d3a559f7b9d9d8c920f5218431b77c3b3 SHA512 eec2d2fa2fec7f87decc5934d4e1c2f8e11754cb1e042e749be102b27353811a6868636b51b8b9f88ad6f649a12347b82da98d81a476ad3b610ef1049155b657
26
27 diff --git a/media-sound/pithos/files/pithos-1.3.1-dont-try-to-update-icon-cache.patch b/media-sound/pithos/files/pithos-1.3.1-dont-try-to-update-icon-cache.patch
28 deleted file mode 100644
29 index 5e1b5da91c9..00000000000
30 --- a/media-sound/pithos/files/pithos-1.3.1-dont-try-to-update-icon-cache.patch
31 +++ /dev/null
32 @@ -1,20 +0,0 @@
33 -diff --git a/Makefile.am b/Makefile.am
34 -index 0c5e1cb..b413774 100644
35 ---- a/Makefile.am
36 -+++ b/Makefile.am
37 -@@ -85,13 +85,11 @@ ubuntu_light_DATA = data/icons/ubuntu-mono-light/16x16/apps/io.github.Pithos-tra
38 - ubuntu_darkdir = $(datadir)/icons/ubuntu-mono-dark/16x16/apps
39 - ubuntu_dark_DATA = data/icons/ubuntu-mono-dark/16x16/apps/io.github.Pithos-tray.svg
40 -
41 --UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :
42 --
43 - install-data-hook:
44 -- $(UPDATE_ICON_CACHE);
45 -+ :;
46 -
47 - uninstall-hook:
48 -- $(UPDATE_ICON_CACHE);
49 -+ :;
50 -
51 - BUILT_SOURCES = pithos.gresource
52 - SUBDIRS = po
53
54 diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild
55 deleted file mode 100644
56 index 102dfd5bf50..00000000000
57 --- a/media-sound/pithos/pithos-1.3.1.ebuild
58 +++ /dev/null
59 @@ -1,93 +0,0 @@
60 -# Copyright 1999-2020 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -PYTHON_COMPAT=( python3_6 )
65 -inherit autotools gnome2-utils python-r1
66 -
67 -if [[ ${PV} =~ [9]{4,} ]]; then
68 - inherit git-2
69 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
70 -else
71 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
72 -fi
73 -
74 -DESCRIPTION="Pandora.com client for the GNOME desktop"
75 -HOMEPAGE="https://pithos.github.io/"
76 -
77 -LICENSE="GPL-3"
78 -SLOT="0"
79 -KEYWORDS="~amd64"
80 -IUSE="libnotify appindicator +keybinder"
81 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
82 -
83 -RDEPEND="
84 - ${PYTHON_DEPS}
85 - dev-python/pylast[${PYTHON_USEDEP}]
86 - dev-python/dbus-python[${PYTHON_USEDEP}]
87 - >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
88 - dev-libs/appstream-glib[introspection]
89 - x11-libs/pango[introspection]
90 - media-libs/gstreamer:1.0[introspection]
91 - media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
92 - >=x11-libs/gtk+-3.14:3[introspection]
93 - x11-themes/gnome-icon-theme-symbolic
94 - libnotify? ( x11-libs/libnotify[introspection] )
95 - appindicator? ( dev-libs/libappindicator:3[introspection] )
96 - keybinder? ( dev-libs/keybinder:3[introspection] )"
97 -DEPEND="${RDEPEND}
98 - dev-python/setuptools[${PYTHON_USEDEP}]"
99 -
100 -PATCHES=(
101 - "${FILESDIR}/${PN}-1.3.1-dont-try-to-update-icon-cache.patch"
102 -)
103 -
104 -src_prepare() {
105 - default
106 - eautoreconf
107 - python_copy_sources
108 -}
109 -
110 -pithos_src_configure() {
111 - pushd "${BUILD_DIR}" || die
112 - econf UPDATE_ICON_CACHE=":"
113 - popd || die
114 -}
115 -
116 -src_configure() {
117 - python_foreach_impl pithos_src_configure
118 -}
119 -
120 -pithos_src_compile() {
121 - pushd "${BUILD_DIR}" || die
122 - emake
123 - popd || die
124 -}
125 -
126 -src_compile() {
127 - python_foreach_impl pithos_src_compile
128 -}
129 -
130 -pithos_src_install() {
131 - pushd "${BUILD_DIR}" || die
132 - emake DESTDIR="${D}" install
133 - python_doscript "${D}"/usr/bin/pithos
134 - popd || die
135 -}
136 -
137 -src_install() {
138 - python_foreach_impl pithos_src_install
139 -}
140 -
141 -pkg_preinst() {
142 - gnome2_icon_savelist
143 - gnome2_schemas_savelist
144 -}
145 -pkg_postinst() {
146 - gnome2_icon_cache_update
147 - gnome2_schemas_update
148 -}
149 -pkg_postrm() {
150 - gnome2_icon_cache_update
151 - gnome2_schemas_update
152 -}
153
154 diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
155 deleted file mode 100644
156 index 1f2906dd601..00000000000
157 --- a/media-sound/pithos/pithos-9999.ebuild
158 +++ /dev/null
159 @@ -1,93 +0,0 @@
160 -# Copyright 1999-2020 Gentoo Authors
161 -# Distributed under the terms of the GNU General Public License v2
162 -
163 -EAPI=6
164 -PYTHON_COMPAT=( python3_6 )
165 -inherit autotools gnome2-utils python-r1
166 -
167 -if [[ ${PV} =~ [9]{4,} ]]; then
168 - inherit git-r3
169 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
170 -else
171 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
172 -fi
173 -
174 -DESCRIPTION="Pandora.com client for the GNOME desktop"
175 -HOMEPAGE="https://pithos.github.io/"
176 -
177 -LICENSE="GPL-3"
178 -SLOT="0"
179 -KEYWORDS=""
180 -IUSE="libnotify appindicator +keybinder"
181 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
182 -
183 -RDEPEND="
184 - ${PYTHON_DEPS}
185 - dev-python/pylast[${PYTHON_USEDEP}]
186 - dev-python/dbus-python[${PYTHON_USEDEP}]
187 - >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
188 - dev-libs/appstream-glib[introspection]
189 - x11-libs/pango[introspection]
190 - media-libs/gstreamer:1.0[introspection]
191 - media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
192 - >=x11-libs/gtk+-3.14:3[introspection]
193 - x11-themes/gnome-icon-theme-symbolic
194 - libnotify? ( x11-libs/libnotify[introspection] )
195 - appindicator? ( dev-libs/libappindicator:3[introspection] )
196 - keybinder? ( dev-libs/keybinder:3[introspection] )"
197 -DEPEND="${RDEPEND}
198 - dev-python/setuptools[${PYTHON_USEDEP}]"
199 -
200 -PATCHES=(
201 - "${FILESDIR}/${PN}-1.3.1-dont-try-to-update-icon-cache.patch"
202 -)
203 -
204 -src_prepare() {
205 - default
206 - eautoreconf
207 - python_copy_sources
208 -}
209 -
210 -pithos_src_configure() {
211 - pushd "${BUILD_DIR}" || die
212 - econf UPDATE_ICON_CACHE=":"
213 - popd || die
214 -}
215 -
216 -src_configure() {
217 - python_foreach_impl pithos_src_configure
218 -}
219 -
220 -pithos_src_compile() {
221 - pushd "${BUILD_DIR}" || die
222 - emake
223 - popd || die
224 -}
225 -
226 -src_compile() {
227 - python_foreach_impl pithos_src_compile
228 -}
229 -
230 -pithos_src_install() {
231 - pushd "${BUILD_DIR}" || die
232 - emake DESTDIR="${D}" install
233 - python_doscript "${D}"/usr/bin/pithos
234 - popd || die
235 -}
236 -
237 -src_install() {
238 - python_foreach_impl pithos_src_install
239 -}
240 -
241 -pkg_preinst() {
242 - gnome2_icon_savelist
243 - gnome2_schemas_savelist
244 -}
245 -pkg_postinst() {
246 - gnome2_icon_cache_update
247 - gnome2_schemas_update
248 -}
249 -pkg_postrm() {
250 - gnome2_icon_cache_update
251 - gnome2_schemas_update
252 -}