diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-02-12 16:44:28 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-02-12 16:44:28 +0000 |
commit | dac071342e6d2c7b32b456a20efa2789961d1175 (patch) | |
tree | 6b4c05d5a044e030f77a0c8d64a1d5280b14e8e7 /net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild | |
parent | Reverted the dep change on cyrus-sasl as reported to be working on several sy... (diff) | |
download | gentoo-2-dac071342e6d2c7b32b456a20efa2789961d1175.tar.gz gentoo-2-dac071342e6d2c7b32b456a20efa2789961d1175.tar.bz2 gentoo-2-dac071342e6d2c7b32b456a20efa2789961d1175.zip |
Version bump. Add missing libsoup dependency, bug #399673.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild')
-rw-r--r-- | net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild new file mode 100644 index 000000000000..67210826e945 --- /dev/null +++ b/net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gupnp-tools/gupnp-tools-0.8.4.ebuild,v 1.1 2012/02/12 16:44:28 eva Exp $ + +EAPI=4 + +inherit gnome.org + +DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP." +HOMEPAGE="http://gupnp.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16:2 + >=x11-libs/gtk+-3:3 + >=x11-libs/gtksourceview-3:3.0 + >=x11-themes/gnome-icon-theme-2.20 + >=net-libs/gssdp-0.10 + >=net-libs/gupnp-0.13 + >=net-libs/gupnp-av-0.5.5 + net-libs/libsoup:2.4 + sys-apps/util-linux +" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext +" + +DOCS=(AUTHORS ChangeLog NEWS README) |