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:33
Message-Id: 1540117930.3792a7377e7705a142796b7a074c1dde89521632.johu@gentoo
1 commit: 3792a7377e7705a142796b7a074c1dde89521632
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 10:30:35 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 10:32:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3792a737
7
8 media-sound/lollypop: Remove 0.9.601
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/Manifest | 1 -
14 media-sound/lollypop/lollypop-0.9.601.ebuild | 58 ----------------------------
15 2 files changed, 59 deletions(-)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index 4105a8d789e..9446a84eebf 100644
19 --- a/media-sound/lollypop/Manifest
20 +++ b/media-sound/lollypop/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST lollypop-0.9.601.tar.xz 376712 BLAKE2B d3747a1e994cd8de816eed49d87a8f279394981f14e2de82785203ba5ec0e71604a569f5f3e8e57da55f9bf62066da15232d46a0d117d094c6638b6608491620 SHA512 d13bd50f6b591a0f6491010817833d345a7fe1e63ef0eaab2ebad7c877990cf5e2dfba62911a690d223d912750a150fda40be81ca9a094968ed4796c1ed66f65
23 DIST lollypop-0.9.604.tar.xz 384080 BLAKE2B 6262af52ad75e6fbdc128b5c0b6ae7c7156b5f7b1d29e96ebf22f8e966f3c6f803b56dd18841606e3f3198d2d962f6b08ef03825716c4492e72ab0b28a8e8a96 SHA512 20176713c36430c3bc9bb02fc885221efaca9f19b43c7511bce88162aa54fdcd3caf3e7c7c98ee1b72f9f795dce093650c2976f85006011bbd5354361acb7c83
24 DIST lollypop-0.9.605.tar.xz 451556 BLAKE2B 520cb54398839c24bebf3cd53b69de07174d5c674f1e6c72a100949bbd1cb04045b8f87799fd6f118af9191b1a552b9db098c6a72d6af5fdea604ec4970c29ea SHA512 0f377e7f1db1becf2edc7d15a1bae01665e11f87adc693118e778bf85659968de210912db7618f022cf123a458b156fd7fafbfdadbb2cb905dc1049a436d4d96
25
26 diff --git a/media-sound/lollypop/lollypop-0.9.601.ebuild b/media-sound/lollypop/lollypop-0.9.601.ebuild
27 deleted file mode 100644
28 index 2e53e4c81d5..00000000000
29 --- a/media-sound/lollypop/lollypop-0.9.601.ebuild
30 +++ /dev/null
31 @@ -1,58 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -PYTHON_REQ_USE="sqlite"
39 -HASH="93d895a6c74c64aaa9d4cdc4d58bd6e6"
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 -
50 -CDEPEND="${PYTHON_DEPS}
51 - dev-libs/appstream-glib[introspection]
52 - dev-libs/glib:2
53 - dev-libs/gobject-introspection[cairo]
54 - dev-python/pycairo[${PYTHON_USEDEP}]
55 - dev-python/pygobject:3[${PYTHON_USEDEP}]
56 - gnome-base/gnome-common
57 - x11-libs/gtk+:3
58 -"
59 -DEPEND="${CDEPEND}
60 - dev-python/pkgconfig[${PYTHON_USEDEP}]
61 - dev-util/desktop-file-utils
62 - dev-util/itstool
63 - dev-util/intltool
64 -"
65 -RDEPEND="${CDEPEND}
66 - app-crypt/libsecret
67 - dev-libs/totem-pl-parser
68 - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
69 - dev-python/dbus-python
70 - >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
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 -}