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-video/parole/
Date: Tue, 06 Jun 2017 09:23:33
Message-Id: 1496741004.5dcc5db950fba3e7c09fd77f5dc26010ceba6b88.mgorny@gentoo
1 commit: 5dcc5db950fba3e7c09fd77f5dc26010ceba6b88
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 6 08:06:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 09:23:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcc5db9
7
8 media-video/parole: Drop old
9
10 media-video/parole/Manifest | 1 -
11 media-video/parole/parole-0.8.0-r1.ebuild | 50 -------------------------------
12 2 files changed, 51 deletions(-)
13
14 diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
15 index b5da58ad35c..12e96c063ec 100644
16 --- a/media-video/parole/Manifest
17 +++ b/media-video/parole/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST parole-0.8.0.tar.bz2 813553 SHA256 2d966aeb426de81d992829e33b3f66185b19fd031a1891968b3a40d6d50239cc SHA512 d8c3d6ee411e8bb05e3b03408da56d80154313e1f4817cdd1d75fb0ae25f2761362255ba55b513d551383f8a2808603dbd4949c847d815c0a41516edeb673afe WHIRLPOOL 239d1b616d1ce7282cf818164276a93c669c54d4682c8cb47fcf6089b1f51eb9a77ef8dfe65423dfaae9eb11c95b37d9b761d47a27ff1a54c4389e61a3a26765
20 DIST parole-0.8.1.tar.bz2 814827 SHA256 4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fcbd80f4 SHA512 73c27022331828adb7b5805245ce97f03f4848c569125529436e82651da61e28f4d4a834468d6e4c165754f2fd9664eded9a7e15fc86f067d9b2c7c54afff3ee WHIRLPOOL b1b7d422abdc293361199e1aaef9b98cb883503e1289da3d71933dfcb32d5e5b5f8bc1fbbb5fa41305b2753d5527b92fc2e952c20742676d3da7ebe43edcace5
21 DIST parole-0.9.1.tar.bz2 911699 SHA256 a596b0add40294258dcd87b73317273e5060c76c201a0a33e8e78a514a6b4baf SHA512 ac47e81cea6cf1172805c46ae318b72752b5fa5ee14b33c1745e9c2b1ea0221962ba570b0c2bebd6bdb07834861d9b4eda7bcd733d2e48e3eae5db12933ddba7 WHIRLPOOL fa27766e78b64ca6710ee3b0d93bdf536104e314cebf017c526f94eb833bae6ad6d9e5a84c73e3cb95bea0eba31a12e83e8e02029cede379f86fb256075b1fa9
22
23 diff --git a/media-video/parole/parole-0.8.0-r1.ebuild b/media-video/parole/parole-0.8.0-r1.ebuild
24 deleted file mode 100644
25 index 4513ebadfad..00000000000
26 --- a/media-video/parole/parole-0.8.0-r1.ebuild
27 +++ /dev/null
28 @@ -1,50 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -inherit xfconf
34 -
35 -DESCRIPTION="a simple media player based on the GStreamer framework for the Xfce4 desktop"
36 -HOMEPAGE="https://docs.xfce.org/apps/parole/start"
37 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~mips x86"
42 -IUSE="clutter debug libnotify taglib"
43 -
44 -COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
45 - >=dev-libs/glib-2.32:2=
46 - media-libs/gstreamer:1.0=
47 - media-libs/gst-plugins-base:1.0=
48 - sys-apps/dbus:0=
49 - >=x11-libs/gtk+-3.2:3=
50 - x11-libs/libX11:0=
51 - >=xfce-base/libxfce4ui-4.11:0=[gtk3(+)]
52 - >=xfce-base/libxfce4util-4.11:0=
53 - >=xfce-base/xfconf-4.10:0=
54 - clutter? (
55 - >=media-libs/clutter-1.16.4:1.0=
56 - >=media-libs/clutter-gtk-1.4.4:1.0=
57 - )
58 - libnotify? ( >=x11-libs/libnotify-0.7:0= )
59 - taglib? ( >=media-libs/taglib-1.6:0= )"
60 -RDEPEND="${COMMON_DEPEND}
61 - media-plugins/gst-plugins-meta:1.0"
62 -DEPEND="${COMMON_DEPEND}
63 - dev-util/intltool
64 - sys-devel/gettext
65 - virtual/pkgconfig
66 - x11-proto/xproto"
67 -
68 -pkg_setup() {
69 - XFCONF=(
70 - $(use_enable clutter)
71 - $(use_enable taglib)
72 - $(use_enable libnotify notify-plugin)
73 - $(xfconf_use_debug)
74 - --with-gstreamer=1.0
75 - )
76 -
77 - DOCS=( AUTHORS ChangeLog README THANKS TODO )
78 -}