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: Sun, 21 Oct 2018 10:32:28
Message-Id: 1540117931.fb900f1948970f93dc1a2046a53778d123b0c3ce.johu@gentoo
1 commit: fb900f1948970f93dc1a2046a53778d123b0c3ce
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 10:31:24 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 10:32:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb900f19
7
8 media-sound/lollypop: Remove 0.9.605 (r0)
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-sound/lollypop/lollypop-0.9.605.ebuild | 58 ----------------------------
14 1 file changed, 58 deletions(-)
15
16 diff --git a/media-sound/lollypop/lollypop-0.9.605.ebuild b/media-sound/lollypop/lollypop-0.9.605.ebuild
17 deleted file mode 100644
18 index b1844921fbc..00000000000
19 --- a/media-sound/lollypop/lollypop-0.9.605.ebuild
20 +++ /dev/null
21 @@ -1,58 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python3_6 )
28 -PYTHON_REQ_USE="sqlite"
29 -HASH="7e56defb7152c6cd7140e9ea98df4ce7"
30 -inherit python-r1 gnome2-utils meson xdg-utils
31 -
32 -DESCRIPTION="Modern music player for GNOME"
33 -HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
34 -SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz"
35 -KEYWORDS="~amd64"
36 -
37 -LICENSE="GPL-3"
38 -SLOT="0"
39 -
40 -CDEPEND="${PYTHON_DEPS}
41 - dev-libs/appstream-glib[introspection]
42 - dev-libs/glib:2
43 - dev-libs/gobject-introspection[cairo]
44 - dev-python/pycairo[${PYTHON_USEDEP}]
45 - dev-python/pygobject:3[${PYTHON_USEDEP}]
46 - gnome-base/gnome-common
47 - x11-libs/gtk+:3
48 -"
49 -DEPEND="${CDEPEND}
50 - dev-python/pkgconfig[${PYTHON_USEDEP}]
51 - dev-util/desktop-file-utils
52 - dev-util/itstool
53 - dev-util/intltool
54 -"
55 -RDEPEND="${CDEPEND}
56 - app-crypt/libsecret
57 - dev-libs/totem-pl-parser
58 - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
59 - dev-python/dbus-python
60 - >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
61 -"
62 -
63 -RESTRICT="test"
64 -
65 -pkg_preinst() {
66 - gnome2_schemas_savelist
67 -}
68 -
69 -pkg_postinst() {
70 - gnome2_gconf_install
71 - gnome2_schemas_update
72 - xdg_desktop_database_update
73 -}
74 -
75 -pkg_postrm() {
76 - gnome2_gconf_uninstall
77 - gnome2_schemas_update
78 - xdg_desktop_database_update
79 -}