commit: e2aa7106f2d56917c6b26221326d864fd9d17c8e Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat May 9 17:49:52 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat May 9 22:25:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e2aa7106
media-sound/girl: initial ebuild media-sound/girl/girl-5.0.0.ebuild | 35 +++++++++++++++++++++++++++++++++++ media-sound/girl/metadata.xml | 5 +++++ 2 files changed, 40 insertions(+) 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 0000000..1512d29 --- /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 0000000..6e0e2ec --- /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>