Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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, 25 Nov 2013 20:48:36
Message-Id: 20131125204827.28D9D2004B@flycatcher.gentoo.org
1 pacho 13/11/25 20:48:27
2
3 Modified: libxcrypt-2.4.ebuild ChangeLog
4 Log:
5 Fix building against glibc-2.16 (#429656 by Mario Fetka (geos_one) and Christian Hagau)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 sys-libs/libxcrypt/libxcrypt-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild?r1=1.2&r2=1.3
15
16 Index: libxcrypt-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libxcrypt-2.4.ebuild 26 Apr 2010 11:25:53 -0000 1.2
23 +++ libxcrypt-2.4.ebuild 25 Nov 2013 20:48:27 -0000 1.3
24 @@ -1,10 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild,v 1.2 2010/04/26 11:25:53 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.4.ebuild,v 1.3 2013/11/25 20:48:27 pacho Exp $
30
31 -EAPI=2
32 -
33 -inherit multilib
34 +EAPI=5
35 +inherit eutils multilib
36
37 DESCRIPTION="A replacement for libcrypt with DES, MD5 and blowfish support"
38 SRC_URI="mirror://debian/pool/main/libx/${PN}/${PN}_${PV}.orig.tar.gz"
39 @@ -15,14 +14,16 @@
40 KEYWORDS="~amd64 ~x86"
41 IUSE=""
42
43 +src_prepare() {
44 + epatch "${FILESDIR}/${PN}-2.4-glibc-2.16.patch"
45 +}
46 +
47 src_configure() {
48 # Do not install into /usr so that tcb and pam can use us.
49 econf --libdir=/$(get_libdir) --disable-static
50 }
51
52 src_install() {
53 - emake DESTDIR="${D}" install || die "emake failed"
54 -
55 - # Remove unneeded files from /
56 - rm -f "${D}"/$(get_libdir)/"${PN}".la || die "rm failed"
57 + default
58 + prune_libtool_files
59 }
60
61
62
63 1.10 sys-libs/libxcrypt/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libxcrypt/ChangeLog?rev=1.10&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libxcrypt/ChangeLog?rev=1.10&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libxcrypt/ChangeLog?r1=1.9&r2=1.10
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v
72 retrieving revision 1.9
73 retrieving revision 1.10
74 diff -u -r1.9 -r1.10
75 --- ChangeLog 26 Apr 2010 11:25:53 -0000 1.9
76 +++ ChangeLog 25 Nov 2013 20:48:27 -0000 1.10
77 @@ -1,6 +1,11 @@
78 # ChangeLog for sys-libs/libxcrypt
79 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.9 2010/04/26 11:25:53 flameeyes Exp $
81 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.10 2013/11/25 20:48:27 pacho Exp $
83 +
84 + 25 Nov 2013; Pacho Ramos <pacho@g.o>
85 + +files/libxcrypt-2.4-glibc-2.16.patch, libxcrypt-2.4.ebuild:
86 + Fix building against glibc-2.16 (#429656 by Mario Fetka (geos_one) and
87 + Christian Hagau)
88
89 26 Apr 2010; Diego E. Pettenò <flameeyes@g.o>
90 libxcrypt-2.4.ebuild:
91 @@ -33,4 +38,3 @@
92
93 20 Jan 2004; Joshua Brindle <method@g.o> libxcrypt-2.0.ebuild:
94 initial import
95 -