Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/
Date: Mon, 08 Apr 2019 19:17:41
Message-Id: 1554751044.eeadebcfc2b1cadf8c93c12242eca7e3a6c365ac.mgorny@gentoo
1 commit: eeadebcfc2b1cadf8c93c12242eca7e3a6c365ac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:52:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeadebcf
7
8 media-sound/pragha: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-sound/pragha/Manifest | 1 -
13 media-sound/pragha/pragha-1.3.3.ebuild | 87 ----------------------------------
14 2 files changed, 88 deletions(-)
15
16 diff --git a/media-sound/pragha/Manifest b/media-sound/pragha/Manifest
17 index 743bcaf1538..4670ce21950 100644
18 --- a/media-sound/pragha/Manifest
19 +++ b/media-sound/pragha/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST pragha-1.3.3.tar.bz2 679754 BLAKE2B e9e785998d5ae805aa8427d18d1cbdcdd1e23224ce18b3927933c0986fd8793dec9457eedcb005be498b37940cc3c7e36e68940ccaa675f4b350931315c3d997 SHA512 3dc87d4e75cd9f145c3921af4c09140a705611d72176fd80db2d89048bc22c8edda5f87bce75f26e0cce4f6934c927e814e5c54fec7820116485cf4e04e876a9
22 DIST pragha-1.3.4.tar.bz2 691256 BLAKE2B af1455633a4f9d3c40f6b97051692fa301cfb763d0ca5f03c3ae932513556ff7a6fed5c68cdd3f7e86dbca305598cb9495221e1b2c841f7e1cb56905fa742130 SHA512 65aadf68f427f03ea7ca07d2002806eb94019c8091a80320da7d8ff4c2f0cd912e9c346956188b42d2b7a68c56c79ee5af8e8327c69ad69f4a1fa5b9e3b3ca58
23 DIST pragha-1.3.99.tar.bz2 781892 BLAKE2B 9d73dd2859db0c7ab7ac66fdafe873bd78b019408682828ddd05aa18a1591576df667e326037a7ca28eaed227fcbce943209fad16c9f55bb38c0c2c808275104 SHA512 df032fe16932ad464417306d8d01373b8e415f5f810a06b1baff647a395b10bdee5c912f36a3f6e3ea6a0e04d399257e202112c1838444d23dfc17b5fd34e12b
24
25 diff --git a/media-sound/pragha/pragha-1.3.3.ebuild b/media-sound/pragha/pragha-1.3.3.ebuild
26 deleted file mode 100644
27 index c1ea92fc6b3..00000000000
28 --- a/media-sound/pragha/pragha-1.3.3.ebuild
29 +++ /dev/null
30 @@ -1,87 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome2-utils xdg-utils
37 -
38 -DESCRIPTION="A lightweight music player (for Xfce)"
39 -HOMEPAGE="https://github.com/pragha-music-player/pragha"
40 -SRC_URI="https://github.com/pragha-music-player/${PN}/releases/download/v${PV}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="cdda +glyr grilo +keybinder lastfm libnotify mtp +peas +playlist rygel soup +udev"
46 -
47 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3=
48 - >=dev-libs/glib-2.36:=
49 - media-libs/gstreamer:1.0=
50 - media-libs/gst-plugins-base:1.0=
51 - >=media-libs/taglib-1.8:=
52 - >=x11-libs/gtk+-3.8:3=
53 - >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
54 - cdda? ( >=dev-libs/libcdio-0.90:=
55 - >=dev-libs/libcdio-paranoia-0.90:=
56 - >=media-libs/libcddb-1.3.0:= )
57 - glyr? ( >=media-libs/glyr-1.0.1:= )
58 - grilo? ( >=media-libs/grilo-0.2.10:= )
59 - keybinder? ( >=dev-libs/keybinder-0.2.0:3= )
60 - lastfm? ( >=media-libs/libclastfm-0.5:= )
61 - libnotify? ( >=x11-libs/libnotify-0.7.5:= )
62 - mtp? ( >=media-libs/libmtp-1.1.0:= )
63 - peas? ( >=dev-libs/libpeas-1.0.0:=[gtk] )
64 - playlist? ( >=dev-libs/totem-pl-parser-2.26:= )
65 - rygel? ( >=net-misc/rygel-0.20:= )
66 - soup? ( >=net-libs/libsoup-2.38:= )
67 - udev? ( virtual/libgudev:= )"
68 -RDEPEND="${COMMON_DEPEND}
69 - media-plugins/gst-plugins-meta:1.0"
70 -DEPEND="${COMMON_DEPEND}
71 - dev-util/intltool
72 - >=dev-util/xfce4-dev-tools-4.10
73 - sys-devel/gettext
74 - virtual/pkgconfig"
75 -REQUIRED_USE="glyr? ( peas )
76 - grilo? ( peas )
77 - libnotify? ( peas )
78 - mtp? ( udev )
79 - rygel? ( peas )
80 - soup? ( peas )
81 - udev? ( peas )"
82 -
83 -src_configure() {
84 - local myconf=(
85 - $(use_enable peas libpeas-1.0)
86 - $(use_enable glyr libglyr)
87 - $(use_enable lastfm libclastfm)
88 - $(use_enable cdda libcdio)
89 - $(use_enable cdda libcdio_paranoia)
90 - $(use_enable cdda libcddb)
91 - $(use_enable playlist totem-plparser)
92 -
93 - $(use_enable libnotify)
94 - $(use_enable keybinder)
95 - $(use_enable udev gudev-1.0)
96 - $(use_enable mtp libmtp)
97 - $(use_enable soup libsoup-2.4)
98 - $(use_enable rygel rygel-server-2.2)
99 - $(use_enable grilo grilo-0.2)
100 - )
101 - econf "${myconf[@]}"
102 -}
103 -
104 -src_install() {
105 - default
106 - find "${D}" -name '*.la' -delete || die
107 -}
108 -
109 -pkg_postinst() {
110 - gnome2_icon_cache_update
111 - xdg_desktop_database_update
112 -}
113 -
114 -pkg_postrm() {
115 - gnome2_icon_cache_update
116 - xdg_desktop_database_update
117 -}