summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-05-09 19:49:52 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-05-10 00:25:19 +0200
commite2aa7106f2d56917c6b26221326d864fd9d17c8e (patch)
tree018c0de8df736fa594d0abf290d8bd6a562327f8 /media-sound
parentx11-libs/gtk+: depend on split gtk-update-icon-cache (diff)
downloadgnome-e2aa7106f2d56917c6b26221326d864fd9d17c8e.tar.gz
gnome-e2aa7106f2d56917c6b26221326d864fd9d17c8e.tar.bz2
gnome-e2aa7106f2d56917c6b26221326d864fd9d17c8e.zip
media-sound/girl: initial ebuild
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/girl/Manifest11
-rw-r--r--media-sound/girl/girl-5.0.0.ebuild35
-rw-r--r--media-sound/girl/metadata.xml5
3 files changed, 51 insertions, 0 deletions
diff --git a/media-sound/girl/Manifest b/media-sound/girl/Manifest
new file mode 100644
index 00000000..094ce389
--- /dev/null
+++ b/media-sound/girl/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST girl-5.0.0.tar.xz 1348212 SHA256 19a81e4809d512d255b3a5c4140e9a6668eb9827c1d20103b16a5482ba576df6 SHA512 8dae26c90cc57149f86f598d17470972712e7b2cf33e7a1d7198e674114199fc25bc0c67fee2e30e4a3f2c032703a6a26655bb424b149b3619c0839c120fca32 WHIRLPOOL 4edb603a5ad65716acbd0a0806a5161aa1eb88386f086cd6a54ff5bd82dd3747b39dec020f5f4474eb00c11456fb13a4cfaf4aa7b0dd961d1d7300eca3ac6228
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iEYEAREKAAYFAlVOSMAACgkQ1fmVwcYIWAY3CACgu56TunA6Rib+iTv7C3vcPv7C
+cTQAoIPx6eTd9pUmDpDyBKl6pTMYU7Yz
+=C5mc
+-----END PGP SIGNATURE-----
diff --git a/media-sound/girl/girl-5.0.0.ebuild b/media-sound/girl/girl-5.0.0.ebuild
new file mode 100644
index 00000000..1512d295
--- /dev/null
+++ b/media-sound/girl/girl-5.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Easily find and record live radio programs on the Internet"
+HOMEPAGE="https://download.gnome.org/sources/girl"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2:2
+ >=gnome-base/gnome-vfs-2:2
+ >=gnome-base/libgnomeui-2
+ >=x11-libs/gtk+-2.24:2
+ dev-libs/libxml2:2
+ media-video/totem
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=dev-util/gtk-doc-am-1.16
+ >=dev-util/intltool-0.50.1
+ virtual/pkgconfig
+"
+
+src_configure() {
+ gnome2_src_configure --without-recording
+}
diff --git a/media-sound/girl/metadata.xml b/media-sound/girl/metadata.xml
new file mode 100644
index 00000000..6e0e2ecb
--- /dev/null
+++ b/media-sound/girl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+</pkgmetadata>