Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/
Date: Wed, 01 May 2019 09:32:09
Message-Id: 1556703120.3bb74374d5627c364adf1ac04800f75671745eff.johu@gentoo
1 commit: 3bb74374d5627c364adf1ac04800f75671745eff
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 09:31:29 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 09:32:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb74374
7
8 media-sound/lollypop: Remove 0.9.908
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 media-sound/lollypop/Manifest | 1 -
14 media-sound/lollypop/lollypop-0.9.908.ebuild | 59 ----------------------------
15 2 files changed, 60 deletions(-)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index 31265d66344..55693c91239 100644
19 --- a/media-sound/lollypop/Manifest
20 +++ b/media-sound/lollypop/Manifest
21 @@ -1,2 +1 @@
22 -DIST lollypop-0.9.908.tar.xz 468260 BLAKE2B 126ba0cf76f733cf05d50fc2e23e926e1e380c4f1bd6e2c100a2b2d3c25df4e1cad8cc8382021f80050dd1be3c0cb879fab829abf02acbfc18b960e8a49598c3 SHA512 a066e9d0854869b0d0ee3b0fb84b40a9a768934d475cf7c8bb3f88537eb18027b719660d717766b6ba2fd5ba0a2a25ff7adbda0219e99811e928150b448e6d7f
23 DIST lollypop-1.0.7.tar.xz 436000 BLAKE2B 8b41a3378e39b0cba59323bbd7946226bcce29f80c878833ac920f337c036fcaca9c81caca2e360972295c6446c67d79e201093f86cad0685f7365a332d0e116 SHA512 ce537e60e3f1c678fcbf26d1305a178a3f2299abd4f75bb3c3a2cf717295e14aa73a8f21fb88d0c1fc790a80a572dbce84d01a0fe3229879124f89f8a5fa8305
24
25 diff --git a/media-sound/lollypop/lollypop-0.9.908.ebuild b/media-sound/lollypop/lollypop-0.9.908.ebuild
26 deleted file mode 100644
27 index 9f651d4b424..00000000000
28 --- a/media-sound/lollypop/lollypop-0.9.908.ebuild
29 +++ /dev/null
30 @@ -1,59 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_6 )
37 -PYTHON_REQ_USE="sqlite"
38 -HASH="d4818489885029d33e909e92e7c45c1f"
39 -inherit python-r1 gnome2-utils meson xdg-utils
40 -
41 -DESCRIPTION="Modern music player for GNOME"
42 -HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
43 -SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz"
44 -KEYWORDS="~amd64"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -
49 -CDEPEND="${PYTHON_DEPS}
50 - dev-libs/appstream-glib[introspection]
51 - dev-libs/glib:2
52 - dev-libs/gobject-introspection[cairo]
53 - dev-python/pycairo[${PYTHON_USEDEP}]
54 - dev-python/pygobject:3[${PYTHON_USEDEP}]
55 - gnome-base/gnome-common
56 - x11-libs/gtk+:3
57 -"
58 -DEPEND="${CDEPEND}
59 - dev-python/pkgconfig[${PYTHON_USEDEP}]
60 - dev-util/desktop-file-utils
61 - dev-util/itstool
62 - dev-util/intltool
63 -"
64 -RDEPEND="${CDEPEND}
65 - app-crypt/libsecret[introspection]
66 - dev-libs/totem-pl-parser
67 - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
68 - dev-python/dbus-python
69 - >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
70 - media-libs/gst-plugins-base:1.0[introspection]
71 -"
72 -
73 -RESTRICT="test"
74 -
75 -pkg_preinst() {
76 - gnome2_schemas_savelist
77 -}
78 -
79 -pkg_postinst() {
80 - gnome2_gconf_install
81 - gnome2_schemas_update
82 - xdg_desktop_database_update
83 -}
84 -
85 -pkg_postrm() {
86 - gnome2_gconf_uninstall
87 - gnome2_schemas_update
88 - xdg_desktop_database_update
89 -}