Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gupnp-tools/
Date: Sat, 28 May 2016 15:50:14
Message-Id: 1464450550.f7d6bf281c5490be46a0c2f5a019e0b0395503f2.pacho@gentoo
1 commit: f7d6bf281c5490be46a0c2f5a019e0b0395503f2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 15:18:33 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:49:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d6bf28
7
8 net-misc/gupnp-tools: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-misc/gupnp-tools/Manifest | 1 +
13 net-misc/gupnp-tools/gupnp-tools-0.8.12.ebuild | 30 ++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest
17 index cd92b86..9401b25 100644
18 --- a/net-misc/gupnp-tools/Manifest
19 +++ b/net-misc/gupnp-tools/Manifest
20 @@ -1 +1,2 @@
21 DIST gupnp-tools-0.8.11.tar.xz 496740 SHA256 f4ce8799cf32077eb2ab8076c3420d6b8fc3dcdc3fffbfe84a2ac59764ec8d3d SHA512 5531f290688d547fdb29714c573e1e4aac69617fd7ffc4ac13a408206272572fc3eb4ef91184f0d0cc06d24efd1630c3ca91d78e578f8c3d856dd051be11a525 WHIRLPOOL 54a160a183aeb6378da0f74ccb8f85e69a97bf38ba096e6127e26aece477b3bbf4ea7e6a7d1c05ee5b4d46ffd23892b0bc1719140cd23c2ae82d32e51b0f5126
22 +DIST gupnp-tools-0.8.12.tar.xz 557472 SHA256 658de96953608c4b1f47578ae563a7066d1f1983565daf22ad52b7b328ef97b1 SHA512 a41d7decf4bf93464291ef1a1e67b976448a30915dae121e3b3608b5f2c408812d6c67df4a2193d8aa7331b032eab8810a3d9312a2f9980e8f2b1bc07150cc10 WHIRLPOOL c1c308daa28d493ba9f17722726289ef7d673155c6e1dffd4fadb0da927efdf9ad0ee292a923ebb6c11064a4053eafd363442504119ac00c361cca69a2c9dd99
23
24 diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.12.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.8.12.ebuild
25 new file mode 100644
26 index 0000000..1cb236e
27 --- /dev/null
28 +++ b/net-misc/gupnp-tools/gupnp-tools-0.8.12.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI="6"
35 +inherit gnome2
36 +
37 +DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
38 +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~ppc ~x86"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + >=dev-libs/glib-2.24:2
47 + >=dev-libs/libxml2-2.4:2
48 + >=net-libs/gssdp-0.13.3
49 + >=net-libs/gupnp-0.20.14
50 + >=net-libs/gupnp-av-0.5.5
51 + net-libs/libsoup:2.4
52 + >=x11-libs/gtk+-3.10:3
53 + >=x11-libs/gtksourceview-3.2:3.0
54 +"
55 +DEPEND="${RDEPEND}
56 + >=dev-util/intltool-0.40.6
57 + sys-devel/gettext
58 + virtual/pkgconfig
59 +"