Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-av: gupnp-av-0.4.1.ebuild ChangeLog gupnp-av-0.1.ebuild gupnp-av-0.2.1.ebuild
Date: Thu, 18 Jun 2009 07:43:40
Message-Id: E1MHCHZ-0004H7-Tn@stork.gentoo.org
1 ssuominen 09/06/18 07:43:37
2
3 Modified: ChangeLog
4 Added: gupnp-av-0.4.1.ebuild
5 Removed: gupnp-av-0.1.ebuild gupnp-av-0.2.1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-libs/gupnp-av/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 24 Nov 2008 18:26:02 -0000 1.2
24 +++ ChangeLog 18 Jun 2009 07:43:37 -0000 1.3
25 @@ -1,12 +1,15 @@
26 # ChangeLog for net-libs/gupnp-av
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.2 2008/11/24 18:26:02 ssuominen Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.3 2009/06/18 07:43:37 ssuominen Exp $
31
32 - 24 Nov 2008; <ssuominen@g.o> metadata.xml:
33 - Re-assign to net-p2p herd.
34 +*gupnp-av-0.4.1 (18 Jun 2009)
35 +
36 + 18 Jun 2009; Samuli Suominen <ssuominen@g.o>
37 + +gupnp-av-0.4.1.ebuild:
38 + Version bump wrt #274453, thanks to Alex Legler for reporting.
39
40 *gupnp-av-0.1 (24 Apr 2008)
41
42 - 24 Apr 2008; Samuli Suominen <drac@g.o> +gupnp-av-0.1.ebuild:
43 + 24 Apr 2008; Samuli Suominen <ssuominen@g.o> +gupnp-av-0.1.ebuild:
44 Initial commit.
45
46
47
48
49 1.1 net-libs/gupnp-av/gupnp-av-0.4.1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.4.1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.4.1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: gupnp-av-0.4.1.ebuild
55 ===================================================================
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.4.1.ebuild,v 1.1 2009/06/18 07:43:37 ssuominen Exp $
59
60 EAPI=2
61
62 DESCRIPTION="a small utility library that aims to ease the handling UPnP A/V profiles."
63 HOMEPAGE="http://gupnp.org"
64 SRC_URI="http://gupnp.org/sources/${PN}/${P}.tar.gz"
65
66 LICENSE="LGPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND=">=dev-libs/glib-2:2
72 >=net-libs/gupnp-0.8.99"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 src_configure() {
77 econf \
78 --disable-dependency-tracking \
79 --disable-gtk-doc
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "emake install failed"
84 dodoc AUTHORS ChangeLog NEWS README
85 }