Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-av: gupnp-av-0.12.1.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:51:36
Message-Id: 20130328175132.C147C2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:51:32
2
3 Modified: ChangeLog
4 Added: gupnp-av-0.12.1.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.28 net-libs/gupnp-av/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 2 Feb 2013 23:03:39 -0000 1.27
24 +++ ChangeLog 28 Mar 2013 17:51:32 -0000 1.28
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/gupnp-av
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.27 2013/02/02 23:03:39 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.28 2013/03/28 17:51:32 pacho Exp $
30 +
31 +*gupnp-av-0.12.1 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gupnp-av-0.12.1.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> gupnp-av-0.10.3.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 net-libs/gupnp-av/gupnp-av-0.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gupnp-av-0.12.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI="5"
53 VALA_MIN_API_VERSION=0.14
54 VALA_USE_DEPEND=vapigen
55
56 inherit eutils gnome.org vala
57
58 DESCRIPTION="A small utility library that aims to ease the handling UPnP A/V profiles"
59 HOMEPAGE="http://gupnp.org/"
60
61 LICENSE="LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="+introspection"
65
66 RDEPEND=">=dev-libs/glib-2.16:2
67 >=net-libs/gssdp-0.9.2[introspection?]
68 >=net-libs/libsoup-2.28.2:2.4[introspection?]
69 dev-libs/libxml2
70 >=net-libs/gupnp-0.19.0[introspection?]
71 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
72 DEPEND="${RDEPEND}
73 virtual/pkgconfig"
74
75 src_configure() {
76 DOCS="AUTHORS ChangeLog NEWS README"
77
78 econf \
79 $(use_enable introspection) \
80 --disable-static \
81 --disable-gtk-doc
82 }
83
84 src_install() {
85 default
86 prune_libtool_files
87 }