summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-09-12 08:10:54 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-09-12 08:27:28 +0200
commit14af4a99715ac451fdde8bc159ffa007f2cf2631 (patch)
tree74373ea23202586252d820ff0ef4f6b2986dfe1a
parentdev-libs/libgnome-games-support: version bump 1.2.2 → 1.2.3 (diff)
downloadgentoo-14af4a99715ac451fdde8bc159ffa007f2cf2631.tar.gz
gentoo-14af4a99715ac451fdde8bc159ffa007f2cf2631.tar.bz2
gentoo-14af4a99715ac451fdde8bc159ffa007f2cf2631.zip
net-misc/gupnp-tools: version bump 0.8.13 → 0.8.14
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--net-misc/gupnp-tools/Manifest1
-rw-r--r--net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest
index e9facc094ea1..8534d3b615b4 100644
--- a/net-misc/gupnp-tools/Manifest
+++ b/net-misc/gupnp-tools/Manifest
@@ -1 +1,2 @@
DIST gupnp-tools-0.8.13.tar.xz 560756 SHA256 aa3decb9d532c0e2e505adc592f431fd81c0231ded2981129e87da13712479ed SHA512 1616348b21ebce98253168e328239cbe113fa7f22b3fb1a771ab8d08f1aa5b2cf89c1f6c37d9b73dab074c448d90ac1cef546dc1ab221449cd187d0183ab67e0 WHIRLPOOL 21a8578232f86ffb9a61477aa26eb50ed4f2cec79580bdf7071fd8f12223f047173940e33dcc8e2ae9ff9bc1f36bbfd9b0357eb5a3a9e3a71fc600eb8671fe34
+DIST gupnp-tools-0.8.14.tar.xz 558552 SHA256 682b952b3cf43818c7d27549c152ea52e43320500820ab3392cf5a29a95e7efa SHA512 746f12728c7d06d6fb2cab3f015c5d145ba8df45fb0ca8462a0d1c53db081f62ae7c39001604e73c2596f1584318680bf387a6f7751af7146b2b9c5c28651739 WHIRLPOOL 3e9ce7164aedb78a3fca092041a7dffa4a6bfa66362a596684fc42f415d4c71624da01f8d71f7c8817fc213c345cfc582b819a2b025edb0ae68b96cb04d907d0
diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
new file mode 100644
index 000000000000..208799cca94a
--- /dev/null
+++ b/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit gnome2
+
+DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
+HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.24:2
+ >=dev-libs/libxml2-2.4:2
+ >=net-libs/gssdp-0.13.3:0=
+ >=net-libs/gupnp-0.20.14:0=
+ >=net-libs/gupnp-av-0.5.5:0=
+ >=net-libs/libsoup-2.42:2.4
+ >=x11-libs/gtk+-3.10:3
+ >=x11-libs/gtksourceview-3.2:3.0
+"
+DEPEND="${RDEPEND}
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+"