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, 30 Oct 2016 11:44:43
Message-Id: 1477824182.94a6bc89aaec292db8fd9f1a5ec2fa37ab5a8dae.eva@gentoo
1 commit: 94a6bc89aaec292db8fd9f1a5ec2fa37ab5a8dae
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 10:43:02 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 10:43:02 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=94a6bc89
7
8 media-sound/girl: 9.5.1 → 9.5.2
9
10 media-sound/girl/girl-9.5.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
11 1 file changed, 35 insertions(+)
12
13 diff --git a/media-sound/girl/girl-9.5.2.ebuild b/media-sound/girl/girl-9.5.2.ebuild
14 new file mode 100644
15 index 0000000..2c36822
16 --- /dev/null
17 +++ b/media-sound/girl/girl-9.5.2.ebuild
18 @@ -0,0 +1,35 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit gnome2
26 +
27 +DESCRIPTION="Easily find and record live radio programs on the Internet"
28 +HOMEPAGE="https://download.gnome.org/sources/girl"
29 +
30 +LICENSE="GPL-2+"
31 +SLOT="0"
32 +KEYWORDS="~amd64"
33 +IUSE=""
34 +
35 +RDEPEND="
36 + >=dev-libs/glib-2.40:2
37 + >=gnome-base/gnome-vfs-2:2
38 + >=gnome-base/libgnome-2
39 + >=gnome-base/libgnomeui-2
40 + >=x11-libs/gtk+-2.24:2
41 + dev-libs/libxml2:2
42 + media-video/totem
43 +"
44 +DEPEND="${RDEPEND}
45 + app-text/yelp-tools
46 + >=dev-util/gtk-doc-am-1.16
47 + >=dev-util/intltool-0.50.1
48 + virtual/pkgconfig
49 +"
50 +
51 +src_configure() {
52 + gnome2_src_configure --without-recording
53 +}