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: ChangeLog gupnp-av-0.12.1.ebuild
Date: Sun, 31 Mar 2013 16:46:10
Message-Id: 20130331164606.C757A2171D@flycatcher.gentoo.org
1 eva 13/03/31 16:46:06
2
3 Modified: ChangeLog gupnp-av-0.12.1.ebuild
4 Log:
5 Cosmetic + QA fixes.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.29 net-libs/gupnp-av/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 28 Mar 2013 17:51:32 -0000 1.28
23 +++ ChangeLog 31 Mar 2013 16:46:06 -0000 1.29
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/gupnp-av
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.28 2013/03/28 17:51:32 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.29 2013/03/31 16:46:06 eva Exp $
29 +
30 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o> gupnp-av-0.12.1.ebuild:
31 + Cosmetic + QA fixes.
32
33 *gupnp-av-0.12.1 (28 Mar 2013)
34
35
36
37
38 1.2 net-libs/gupnp-av/gupnp-av-0.12.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild?r1=1.1&r2=1.2
43
44 Index: gupnp-av-0.12.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gupnp-av-0.12.1.ebuild 28 Mar 2013 17:51:32 -0000 1.1
51 +++ gupnp-av-0.12.1.ebuild 31 Mar 2013 16:46:06 -0000 1.2
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild,v 1.1 2013/03/28 17:51:32 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild,v 1.2 2013/03/31 16:46:06 eva Exp $
57
58 EAPI="5"
59 -VALA_MIN_API_VERSION=0.14
60 -VALA_USE_DEPEND=vapigen
61 +VALA_MIN_API_VERSION="0.14"
62 +VALA_USE_DEPEND="vapigen"
63
64 inherit eutils gnome.org vala
65
66 @@ -12,18 +12,24 @@
67 HOMEPAGE="http://gupnp.org/"
68
69 LICENSE="LGPL-2"
70 -SLOT="0"
71 +SLOT="0/2" # subslot: soname version
72 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
73 IUSE="+introspection"
74
75 -RDEPEND=">=dev-libs/glib-2.16:2
76 +RDEPEND="
77 + >=dev-libs/glib-2.16:2
78 >=net-libs/gssdp-0.9.2[introspection?]
79 >=net-libs/libsoup-2.28.2:2.4[introspection?]
80 dev-libs/libxml2
81 - >=net-libs/gupnp-0.19.0[introspection?]
82 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
83 + >=net-libs/gupnp-0.19[introspection?]
84 + introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
85 + !net-libs/gupnp-vala
86 +"
87 DEPEND="${RDEPEND}
88 - virtual/pkgconfig"
89 + >=dev-util/gtk-doc-am-1.10
90 + virtual/pkgconfig
91 + introspection? ( $(vala_depend) )
92 +"
93
94 src_configure() {
95 DOCS="AUTHORS ChangeLog NEWS README"