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.2.ebuild ChangeLog gupnp-av-0.12.1.ebuild
Date: Sun, 02 Jun 2013 09:57:57
Message-Id: 20130602095750.F14BF2171D@flycatcher.gentoo.org
1 pacho 13/06/02 09:57:50
2
3 Modified: gupnp-av-0.12.2.ebuild ChangeLog
4 Removed: gupnp-av-0.12.1.ebuild
5 Log:
6 Remove unneeded DOCS variable, letting PM to handle installation (that will also stop installing empty file), drop old.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.2 net-libs/gupnp-av/gupnp-av-0.12.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild?r1=1.1&r2=1.2
16
17 Index: gupnp-av-0.12.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gupnp-av-0.12.2.ebuild 30 May 2013 19:20:05 -0000 1.1
24 +++ gupnp-av-0.12.2.ebuild 2 Jun 2013 09:57:50 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild,v 1.1 2013/05/30 19:20:05 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild,v 1.2 2013/06/02 09:57:50 pacho Exp $
30
31 EAPI="5"
32 VALA_MIN_API_VERSION="0.14"
33 @@ -32,7 +32,6 @@
34 "
35
36 src_configure() {
37 - DOCS="AUTHORS ChangeLog NEWS README"
38 econf \
39 $(use_enable introspection) \
40 --disable-static \
41
42
43
44 1.31 net-libs/gupnp-av/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.31&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.31&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.30&r2=1.31
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
53 retrieving revision 1.30
54 retrieving revision 1.31
55 diff -u -r1.30 -r1.31
56 --- ChangeLog 30 May 2013 19:20:05 -0000 1.30
57 +++ ChangeLog 2 Jun 2013 09:57:50 -0000 1.31
58 @@ -1,6 +1,11 @@
59 # ChangeLog for net-libs/gupnp-av
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.30 2013/05/30 19:20:05 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.31 2013/06/02 09:57:50 pacho Exp $
63 +
64 + 02 Jun 2013; Pacho Ramos <pacho@g.o> -gupnp-av-0.12.1.ebuild,
65 + gupnp-av-0.12.2.ebuild:
66 + Remove unneeded DOCS variable, letting PM to handle installation (that will
67 + also stop installing empty file), drop old.
68
69 *gupnp-av-0.12.2 (30 May 2013)