Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/resid: resid-0.16_p2.ebuild metadata.xml ChangeLog
Date: Mon, 01 Jun 2009 16:07:46
Message-Id: E1MBA35-0003Ld-QV@stork.gentoo.org
1 ssuominen 09/06/01 16:07:43
2
3 Modified: resid-0.16_p2.ebuild metadata.xml ChangeLog
4 Log:
5 USE static-libs,, no need to use them so minimal installation size unless requested.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-libs/resid/resid-0.16_p2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild?r1=1.3&r2=1.4
14
15 Index: resid-0.16_p2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- resid-0.16_p2.ebuild 1 Jun 2009 12:56:21 -0000 1.3
22 +++ resid-0.16_p2.ebuild 1 Jun 2009 16:07:43 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild,v 1.3 2009/06/01 12:56:21 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild,v 1.4 2009/06/01 16:07:43 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools versionator
31 @@ -14,7 +14,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="amd64 ~ppc ~sparc x86"
35 -IUSE=""
36 +IUSE="static-libs"
37
38 RDEPEND=""
39 DEPEND=""
40 @@ -31,7 +31,7 @@
41 econf \
42 --disable-dependency-tracking \
43 --enable-shared \
44 - --enable-static \
45 + $(use_enable static-libs static) \
46 --enable-resid-install
47 }
48
49
50
51
52 1.3 media-libs/resid/metadata.xml
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/metadata.xml?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/metadata.xml?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/metadata.xml?r1=1.2&r2=1.3
57
58 Index: metadata.xml
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-libs/resid/metadata.xml,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- metadata.xml 30 May 2009 10:56:08 -0000 1.2
65 +++ metadata.xml 1 Jun 2009 16:07:43 -0000 1.3
66 @@ -2,4 +2,7 @@
67 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 <herd>sound</herd>
70 + <use>
71 + <flag name='static-libs'>Compile static archives</flag>
72 + </use>
73 </pkgmetadata>
74
75
76
77 1.19 media-libs/resid/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/ChangeLog?rev=1.19&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/ChangeLog?rev=1.19&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/resid/ChangeLog?r1=1.18&r2=1.19
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v
86 retrieving revision 1.18
87 retrieving revision 1.19
88 diff -u -r1.18 -r1.19
89 --- ChangeLog 1 Jun 2009 12:56:21 -0000 1.18
90 +++ ChangeLog 1 Jun 2009 16:07:43 -0000 1.19
91 @@ -1,6 +1,11 @@
92 # ChangeLog for media-libs/resid
93 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v 1.18 2009/06/01 12:56:21 maekke Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v 1.19 2009/06/01 16:07:43 ssuominen Exp $
96 +
97 + 01 Jun 2009; Samuli Suominen <ssuominen@g.o> resid-0.16_p2.ebuild,
98 + metadata.xml:
99 + USE static-libs,, no need to use them so minimal installation size unless
100 + requested.
101
102 01 Jun 2009; Markus Meier <maekke@g.o> resid-0.16_p2.ebuild:
103 x86 stable, bug #271857