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, 22 Jan 2020 18:22:19
Message-Id: 1579717322.f3f69c56dbfb9e9bab75c8546ee7e2a3d25d0870.johu@gentoo
1 commit: f3f69c56dbfb9e9bab75c8546ee7e2a3d25d0870
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 18:21:40 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 18:22:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f69c56
7
8 media-sound/lollypop: Remove 1.2.19
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 media-sound/lollypop/Manifest | 1 -
14 media-sound/lollypop/lollypop-1.2.19.ebuild | 66 -----------------------------
15 2 files changed, 67 deletions(-)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index 606a5f66424..d18406ac562 100644
19 --- a/media-sound/lollypop/Manifest
20 +++ b/media-sound/lollypop/Manifest
21 @@ -1,3 +1,2 @@
22 DIST lollypop-1.1.4.16.tar.xz 455312 BLAKE2B 358fae45a4332c10ba59d65d09ae51f28fb7fc026e137289c47951536753796e0b7efa9f3713bccde68e6260f79b1132eb00357be8c53fba04f3c827e97851cf SHA512 08b8ec7c1fbe5f1b8f95f95677012eeb9bd83951ee320470a0da852e0a446818e48ede7de045f6d7b98dff8be139fa69d780dbf03e65904c773f8ec1493f9915
23 -DIST lollypop-1.2.19.tar.xz 483188 BLAKE2B 3c727878b90c8c48505becb47575d295c7623a086ab965def468554c385b956fd346ec22b460fa74964231e04d1310af93b286c6896b34e90104386b8d768536 SHA512 ef73fd592e2375456099365b429b04d5239d913f0c7e7f969b8d06352de8d4f8b8580ea1f0f43a5a0ca420324873c78e48d4f35cc791514b18461a744ecbcd02
24 DIST lollypop-1.2.20.tar.xz 486920 BLAKE2B b4ce120935dbdd6392ff9b6ffa8acc6cceba33953d6595163cb0774adfeef9ca901f00d19101367d43d7edd3b8ebdfb15c43179de5780a0c56c825bc60ec9e72 SHA512 a5e17135a0d7ab3cc074c3fac49e76c22358d704e1b7bd5e2d554b426d9872947625c37d490f2859841b53d3c6d38e934efd8b1cf5a75b4fc76a2c5fbdf8fb82
25
26 diff --git a/media-sound/lollypop/lollypop-1.2.19.ebuild b/media-sound/lollypop/lollypop-1.2.19.ebuild
27 deleted file mode 100644
28 index fe1a81740e3..00000000000
29 --- a/media-sound/lollypop/lollypop-1.2.19.ebuild
30 +++ /dev/null
31 @@ -1,66 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -PYTHON_REQ_USE="sqlite"
39 -HASH="5918e6040337c71b8b88932301c7de0e"
40 -inherit python-r1 gnome2-utils meson xdg-utils
41 -
42 -DESCRIPTION="Modern music player for GNOME"
43 -HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
44 -SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz"
45 -KEYWORDS="~amd64"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
50 -
51 -DEPEND="${PYTHON_DEPS}
52 - dev-libs/appstream-glib[introspection]
53 - dev-libs/glib:2
54 - dev-libs/gobject-introspection[cairo]
55 - dev-python/pycairo[${PYTHON_USEDEP}]
56 - dev-python/pygobject:3[${PYTHON_USEDEP}]
57 - gnome-base/gnome-common
58 - x11-libs/gtk+:3
59 -"
60 -BDEPEND="${DEPEND}
61 - dev-python/pkgconfig[${PYTHON_USEDEP}]
62 - dev-util/desktop-file-utils
63 - dev-util/itstool
64 - dev-util/intltool
65 -"
66 -RDEPEND="${DEPEND}
67 - app-crypt/libsecret[introspection]
68 - dev-libs/totem-pl-parser
69 - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
70 - dev-python/dbus-python
71 - dev-python/pillow[${PYTHON_USEDEP}]
72 - >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
73 - media-libs/gst-plugins-base:1.0[introspection]
74 -"
75 -
76 -RESTRICT="test"
77 -
78 -pkg_preinst() {
79 - gnome2_schemas_savelist
80 -}
81 -
82 -src_install() {
83 - meson_src_install
84 - python_foreach_impl python_optimize
85 -}
86 -
87 -pkg_postinst() {
88 - gnome2_gconf_install
89 - gnome2_schemas_update
90 - xdg_desktop_database_update
91 -}
92 -
93 -pkg_postrm() {
94 - gnome2_gconf_uninstall
95 - gnome2_schemas_update
96 - xdg_desktop_database_update
97 -}