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: metadata.xml ChangeLog gupnp-av-0.10.3.ebuild gupnp-av-0.10.1.ebuild
Date: Fri, 24 Aug 2012 17:43:42
Message-Id: 20120824174327.C90A6205D0@flycatcher.gentoo.org
1 eva 12/08/24 17:43:27
2
3 Modified: metadata.xml ChangeLog
4 Added: gupnp-av-0.10.3.ebuild
5 Removed: gupnp-av-0.10.1.ebuild
6 Log:
7 Version bump. Drop old revision. Add gnome to metadata.xml.
8
9 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 net-libs/gupnp-av/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/metadata.xml?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/metadata.xml?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/metadata.xml?r1=1.3&r2=1.4
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/metadata.xml,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- metadata.xml 21 Jul 2010 10:51:29 -0000 1.3
25 +++ metadata.xml 24 Aug 2012 17:43:27 -0000 1.4
26 @@ -2,6 +2,7 @@
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 <herd>net-p2p</herd>
30 + <herd>gnome</herd>
31 <use>
32 <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
33 for introspection</flag>
34
35
36
37 1.18 net-libs/gupnp-av/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.18&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.18&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.17&r2=1.18
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
46 retrieving revision 1.17
47 retrieving revision 1.18
48 diff -u -r1.17 -r1.18
49 --- ChangeLog 22 Jul 2012 21:08:01 -0000 1.17
50 +++ ChangeLog 24 Aug 2012 17:43:27 -0000 1.18
51 @@ -1,6 +1,12 @@
52 # ChangeLog for net-libs/gupnp-av
53 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.17 2012/07/22 21:08:01 eva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.18 2012/08/24 17:43:27 eva Exp $
56 +
57 +*gupnp-av-0.10.3 (24 Aug 2012)
58 +
59 + 24 Aug 2012; Gilles Dartiguelongue <eva@g.o -gupnp-av-0.10.1.ebuild,
60 + +gupnp-av-0.10.3.ebuild, metadata.xml:
61 + Version bump. Drop old revision. Add gnome to metadata.xml.
62
63 *gupnp-av-0.10.2 (22 Jul 2012)
64
65
66
67
68 1.1 net-libs/gupnp-av/gupnp-av-0.10.3.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild?rev=1.1&content-type=text/plain
72
73 Index: gupnp-av-0.10.3.ebuild
74 ===================================================================
75 # Copyright 1999-2012 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild,v 1.1 2012/08/24 17:43:27 eva Exp $
78
79 EAPI="4"
80
81 inherit gnome.org
82
83 DESCRIPTION="A small utility library that aims to ease the handling UPnP A/V profiles"
84 HOMEPAGE="http://gupnp.org/"
85
86 LICENSE="LGPL-2"
87 SLOT="0"
88 KEYWORDS="~amd64 ~ppc ~x86"
89 IUSE="+introspection"
90
91 RDEPEND=">=dev-libs/glib-2.16:2
92 >=net-libs/gssdp-0.9.2[introspection?]
93 >=net-libs/libsoup-2.28.2:2.4[introspection?]
94 >=net-libs/gupnp-0.17[introspection?]
95 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
96 DEPEND="${RDEPEND}
97 virtual/pkgconfig"
98
99 DOCS="AUTHORS ChangeLog NEWS README"
100
101 src_configure() {
102 econf \
103 $(use_enable introspection) \
104 --disable-dependency-tracking \
105 --disable-static \
106 --disable-gtk-doc
107 }
108
109 src_install() {
110 default
111 # Remove pointless .la files
112 find "${D}" -name '*.la' -delete
113 }