Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libxcrypt: libxcrypt-2.4.ebuild ChangeLog
Date: Mon, 26 Apr 2010 11:25:58
Message-Id: 20100426112553.DD0292C04C@corvid.gentoo.org
1 flameeyes 10/04/26 11:25:53
2
3 Modified: libxcrypt-2.4.ebuild ChangeLog
4 Log:
5 Disable static libraries, since they would get removed anyway.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-libs/libxcrypt/libxcrypt-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild?r1=1.1&r2=1.2
14
15 Index: libxcrypt-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libxcrypt-2.4.ebuild 12 Jan 2010 11:42:33 -0000 1.1
22 +++ libxcrypt-2.4.ebuild 26 Apr 2010 11:25:53 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild,v 1.1 2010/01/12 11:42:33 phajdan.jr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild,v 1.2 2010/04/26 11:25:53 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -17,12 +17,12 @@
32
33 src_configure() {
34 # Do not install into /usr so that tcb and pam can use us.
35 - econf --libdir=/$(get_libdir)
36 + econf --libdir=/$(get_libdir) --disable-static
37 }
38
39 src_install() {
40 emake DESTDIR="${D}" install || die "emake failed"
41
42 # Remove unneeded files from /
43 - rm -f "${D}"/$(get_libdir)/"${PN}".{a,la} || die "rm failed"
44 + rm -f "${D}"/$(get_libdir)/"${PN}".la || die "rm failed"
45 }
46
47
48
49 1.9 sys-libs/libxcrypt/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libxcrypt/ChangeLog?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libxcrypt/ChangeLog?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libxcrypt/ChangeLog?r1=1.8&r2=1.9
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- ChangeLog 12 Jan 2010 11:42:33 -0000 1.8
62 +++ ChangeLog 26 Apr 2010 11:25:53 -0000 1.9
63 @@ -1,6 +1,10 @@
64 # ChangeLog for sys-libs/libxcrypt
65 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.8 2010/01/12 11:42:33 phajdan.jr Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.9 2010/04/26 11:25:53 flameeyes Exp $
68 +
69 + 26 Apr 2010; Diego E. Pettenò <flameeyes@g.o>
70 + libxcrypt-2.4.ebuild:
71 + Disable static libraries, since they would get removed anyway.
72
73 *libxcrypt-2.4 (12 Jan 2010)