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.7.1.ebuild ChangeLog
Date: Tue, 22 Feb 2011 22:01:44
Message-Id: 20110222220133.A2B4B20054@flycatcher.gentoo.org
1 eva 11/02/22 22:01:33
2
3 Modified: ChangeLog
4 Added: gupnp-av-0.7.1.ebuild
5 Log:
6 Version bump. Required for recent rygel releases, with permission from herd.
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.11 net-libs/gupnp-av/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 10 Jan 2011 12:19:40 -0000 1.10
24 +++ ChangeLog 22 Feb 2011 22:01:33 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/gupnp-av
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.10 2011/01/10 12:19:40 ford_prefect Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.11 2011/02/22 22:01:33 eva Exp $
30 +
31 +*gupnp-av-0.7.1 (22 Feb 2011)
32 +
33 + 22 Feb 2011; Gilles Dartiguelongue <eva@g.o> +gupnp-av-0.7.1.ebuild:
34 + Version bump. Required for recent rygel releases, with permission from herd.
35
36 *gupnp-av-0.6.3 (10 Jan 2011)
37
38
39
40
41 1.1 net-libs/gupnp-av/gupnp-av-0.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gupnp-av-0.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.7.1.ebuild,v 1.1 2011/02/22 22:01:33 eva Exp $
51
52 EAPI=3
53
54 DESCRIPTION="a small utility library that aims to ease the handling UPnP A/V profiles."
55 HOMEPAGE="http://gupnp.org/"
56 SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz"
57
58 LICENSE="LGPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="+introspection"
62
63 RDEPEND=">=dev-libs/glib-2.16:2
64 >=net-libs/gupnp-0.13[introspection?]
65 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_configure() {
70 econf \
71 $(use_enable introspection) \
72 --disable-dependency-tracking \
73 --disable-gtk-doc \
74 --disable-gtk-doc-html \
75 --disable-gtk-doc-pdf
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake failed"
80 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
81 }