commit: 94a6bc89aaec292db8fd9f1a5ec2fa37ab5a8dae Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Oct 30 10:43:02 2016 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 10:43:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=94a6bc89
media-sound/girl: 9.5.1 → 9.5.2 media-sound/girl/girl-9.5.2.ebuild | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/media-sound/girl/girl-9.5.2.ebuild b/media-sound/girl/girl-9.5.2.ebuild new file mode 100644 index 0000000..2c36822 --- /dev/null +++ b/media-sound/girl/girl-9.5.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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.40:2 + >=gnome-base/gnome-vfs-2:2 + >=gnome-base/libgnome-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 +}
