Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.14.ebuild ChangeLog
Date: Wed, 29 Jul 2009 20:07:13
Message-Id: E1MWFQY-0004wS-1g@stork.gentoo.org
1 ssuominen 09/07/29 20:07:06
2
3 Modified: popt-1.14.ebuild ChangeLog
4 Log:
5 Don't remove .la files so this can be unmasked.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-libs/popt/popt-1.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/popt/popt-1.14.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/popt/popt-1.14.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/popt/popt-1.14.ebuild?r1=1.2&r2=1.3
14
15 Index: popt-1.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.14.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- popt-1.14.ebuild 23 Mar 2009 18:11:03 -0000 1.2
22 +++ popt-1.14.ebuild 29 Jul 2009 20:07:05 -0000 1.3
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/dev-libs/popt/popt-1.14.ebuild,v 1.2 2009/03/23 18:11:03 jsbronder Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.14.ebuild,v 1.3 2009/07/29 20:07:05 ssuominen Exp $
28
29 inherit eutils
30
31 @@ -27,6 +27,4 @@
32 src_install() {
33 emake install DESTDIR="${D}" || die
34 dodoc CHANGES README
35 -
36 - find "${D}" -name '*.la' -delete
37 }
38
39
40
41 1.64 dev-libs/popt/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/popt/ChangeLog?rev=1.64&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/popt/ChangeLog?rev=1.64&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/popt/ChangeLog?r1=1.63&r2=1.64
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
50 retrieving revision 1.63
51 retrieving revision 1.64
52 diff -u -r1.63 -r1.64
53 --- ChangeLog 23 Mar 2009 18:11:03 -0000 1.63
54 +++ ChangeLog 29 Jul 2009 20:07:05 -0000 1.64
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-libs/popt
57 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.63 2009/03/23 18:11:03 jsbronder Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.64 2009/07/29 20:07:05 ssuominen Exp $
60 +
61 + 29 Jul 2009; Samuli Suominen <ssuominen@g.o> popt-1.14.ebuild:
62 + Don't remove .la files so this can be unmasked.
63
64 23 Mar 2009; Justin Bronder <jsbronder@g.o> popt-1.10.7.ebuild,
65 popt-1.12.ebuild, popt-1.13.ebuild, popt-1.14.ebuild: