Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/girl/
Date: Sun, 03 Sep 2017 22:12:26
Message-Id: 1504476609.aa53a0645d25e076e4fa1fd026ec54720e603407.eva@gentoo
1 commit: aa53a0645d25e076e4fa1fd026ec54720e603407
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 22:10:09 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 22:10:09 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=aa53a064
7
8 media-sound/girl: drop old revision
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 media-sound/girl/girl-9.5.1.ebuild | 35 -----------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/media-sound/girl/girl-9.5.1.ebuild b/media-sound/girl/girl-9.5.1.ebuild
17 deleted file mode 100644
18 index 3e170f71..00000000
19 --- a/media-sound/girl/girl-9.5.1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=6
27 -
28 -inherit gnome2
29 -
30 -DESCRIPTION="Easily find and record live radio programs on the Internet"
31 -HOMEPAGE="https://download.gnome.org/sources/girl"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="~amd64"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - >=dev-libs/glib-2.40:2
40 - >=gnome-base/gnome-vfs-2:2
41 - >=gnome-base/libgnome-2
42 - >=gnome-base/libgnomeui-2
43 - >=x11-libs/gtk+-2.24:2
44 - dev-libs/libxml2:2
45 - media-video/totem
46 -"
47 -DEPEND="${RDEPEND}
48 - app-text/yelp-tools
49 - >=dev-util/gtk-doc-am-1.16
50 - >=dev-util/intltool-0.50.1
51 - virtual/pkgconfig
52 -"
53 -
54 -src_configure() {
55 - gnome2_src_configure --without-recording
56 -}