Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-av: gupnp-av-0.12.5.ebuild ChangeLog gupnp-av-0.10.3.ebuild gupnp-av-0.12.2.ebuild
Date: Thu, 06 Feb 2014 22:37:31
Message-Id: 20140206223728.4A5502004C@flycatcher.gentoo.org
1 eva 14/02/06 22:37:28
2
3 Modified: ChangeLog
4 Added: gupnp-av-0.12.5.ebuild
5 Removed: gupnp-av-0.10.3.ebuild gupnp-av-0.12.2.ebuild
6 Log:
7 Version bump. Clean up old revision.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.36 net-libs/gupnp-av/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.36&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.36&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.35&r2=1.36
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
21 retrieving revision 1.35
22 retrieving revision 1.36
23 diff -u -r1.35 -r1.36
24 --- ChangeLog 8 Dec 2013 19:23:56 -0000 1.35
25 +++ ChangeLog 6 Feb 2014 22:37:28 -0000 1.36
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/gupnp-av
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.35 2013/12/08 19:23:56 pacho Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.36 2014/02/06 22:37:28 eva Exp $
32 +
33 +*gupnp-av-0.12.5 (06 Feb 2014)
34 +
35 + 06 Feb 2014; Gilles Dartiguelongue <eva@g.o> -gupnp-av-0.10.3.ebuild,
36 + -gupnp-av-0.12.2.ebuild, +gupnp-av-0.12.5.ebuild:
37 + Version bump. Clean up old revision.
38
39 08 Dec 2013; Pacho Ramos <pacho@g.o> gupnp-av-0.12.4.ebuild:
40 x86 stable, bug #478252
41
42
43
44 1.1 net-libs/gupnp-av/gupnp-av-0.12.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gupnp-av-0.12.5.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.5.ebuild,v 1.1 2014/02/06 22:37:28 eva Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 VALA_MIN_API_VERSION="0.14"
58 VALA_USE_DEPEND="vapigen"
59
60 inherit eutils gnome2 vala
61
62 DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles"
63 HOMEPAGE="http://gupnp.org/"
64
65 LICENSE="LGPL-2"
66 SLOT="0/2" # subslot: soname version
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 IUSE="+introspection"
69
70 RDEPEND="
71 >=dev-libs/glib-2.16:2
72 >=net-libs/gssdp-0.9.2[introspection?]
73 >=net-libs/libsoup-2.28.2:2.4[introspection?]
74 dev-libs/libxml2
75 >=net-libs/gupnp-0.19[introspection?]
76 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
77 !net-libs/gupnp-vala
78 "
79 DEPEND="${RDEPEND}
80 >=dev-util/gtk-doc-am-1.10
81 virtual/pkgconfig
82 introspection? ( $(vala_depend) )
83 "
84
85 src_prepare() {
86 use introspection && vala_src_prepare
87 gnome2_src_prepare
88 }
89
90 src_configure() {
91 gnome2_src_configure \
92 $(use_enable introspection) \
93 --disable-static
94 }