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-libs/gupnp-av/
Date: Sat, 20 Feb 2016 13:55:40
Message-Id: 1455976369.1d83916a90b18c34ca273dbed3291f12967369ee.pacho@gentoo
1 commit: 1d83916a90b18c34ca273dbed3291f12967369ee
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 13:18:05 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 13:52:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d83916a
7
8 net-libs/gupnp-av: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 net-libs/gupnp-av/Manifest | 1 -
13 net-libs/gupnp-av/gupnp-av-0.12.6.ebuild | 44 --------------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/net-libs/gupnp-av/Manifest b/net-libs/gupnp-av/Manifest
17 index f047682..99df2a1 100644
18 --- a/net-libs/gupnp-av/Manifest
19 +++ b/net-libs/gupnp-av/Manifest
20 @@ -1,2 +1 @@
21 -DIST gupnp-av-0.12.6.tar.xz 348264 SHA256 e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44 SHA512 0eee23c8b30eae445cb9732d030d89dd6538f2683ed57482ceebc611b8a0524b60760bc76a1b26a9d2d8845dfa836183c636a798c165102f0ecdcd3ba7d9121e WHIRLPOOL c401829e74395697a6ed1e5d9e183794f3875d718517ee3ccd50f83bd30e4f69190cc7396b87f48a3add8c2384164c3141d3cead6b1eeb695c185d0b41a29f2d
22 DIST gupnp-av-0.12.7.tar.xz 349292 SHA256 35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8 SHA512 21af09a74409c696124b7d92746ba72a46f804df65ca968034cbfe10f0c73b18446b7cceceb8e62e4d1689f699ef9a785c465cb8caf9294ec8e9bc38e86d16c2 WHIRLPOOL 4c102cb8ebab50e377159b12e0d633718fa60365f2099a8e7c0680367c41e3d7dbace96abb4790600ad2d5d1c67123883ad50e2dd978f9a0e3be16b08af56f60
23
24 diff --git a/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild
25 deleted file mode 100644
26 index fd60afe..0000000
27 --- a/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -VALA_MIN_API_VERSION="0.22" #532568
37 -VALA_USE_DEPEND="vapigen"
38 -
39 -inherit eutils gnome2 vala
40 -
41 -DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles"
42 -HOMEPAGE="http://gupnp.org/"
43 -
44 -LICENSE="LGPL-2"
45 -SLOT="0/2" # subslot: soname version
46 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
47 -IUSE="+introspection"
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.16:2
51 - >=net-libs/gssdp-0.9.2[introspection?]
52 - >=net-libs/libsoup-2.28.2:2.4[introspection?]
53 - dev-libs/libxml2
54 - >=net-libs/gupnp-0.19[introspection?]
55 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
56 - !net-libs/gupnp-vala
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-util/gtk-doc-am-1.10
60 - virtual/pkgconfig
61 - introspection? ( $(vala_depend) )
62 -"
63 -
64 -src_prepare() {
65 - use introspection && vala_src_prepare
66 - gnome2_src_prepare
67 -}
68 -
69 -src_configure() {
70 - gnome2_src_configure \
71 - $(use_enable introspection) \
72 - --disable-static
73 -}