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/pam: ChangeLog pam-1.1.3.ebuild
Date: Thu, 30 Dec 2010 18:15:48
Message-Id: 20101230181523.572B420054@flycatcher.gentoo.org
1 flameeyes 10/12/30 18:15:23
2
3 Modified: ChangeLog pam-1.1.3.ebuild
4 Log:
5 Remove the libtool workarounds as it can from time to time cause rpath issues. Bug #350138 by Dan Wallis.
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.289 sys-libs/pam/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.289&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.289&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.288&r2=1.289
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
19 retrieving revision 1.288
20 retrieving revision 1.289
21 diff -u -r1.288 -r1.289
22 --- ChangeLog 12 Dec 2010 06:02:39 -0000 1.288
23 +++ ChangeLog 30 Dec 2010 18:15:23 -0000 1.289
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-libs/pam
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.288 2010/12/12 06:02:39 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.289 2010/12/30 18:15:23 flameeyes Exp $
29 +
30 + 30 Dec 2010; Diego E. Pettenò <flameeyes@g.o> pam-1.1.3.ebuild:
31 + Remove the libtool workarounds as it can from time to time cause rpath
32 + issues. Bug #350138 by Dan Wallis.
33
34 12 Dec 2010; Diego E. Pettenò <flameeyes@g.o> pam-1.1.3.ebuild,
35 -files/Linux-PAM-1.1.3-intralinking.patch:
36
37
38
39 1.13 sys-libs/pam/pam-1.1.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild?r1=1.12&r2=1.13
44
45 Index: pam-1.1.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- pam-1.1.3.ebuild 12 Dec 2010 06:02:39 -0000 1.12
52 +++ pam-1.1.3.ebuild 30 Dec 2010 18:15:23 -0000 1.13
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild,v 1.12 2010/12/12 06:02:39 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.3.ebuild,v 1.13 2010/12/30 18:15:23 flameeyes Exp $
58
59 EAPI="3"
60
61 @@ -13,8 +13,7 @@
62 DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
63
64 SRC_URI="mirror://kernel/linux/libs/pam/library/${MY_P}.tar.bz2
65 - mirror://kernel/linux/libs/pam/documentation/${MY_P}-docs.tar.bz2
66 - http://dev.gentoo.org/~flameeyes/patches/pam/${MY_P}-intralinking.patch.bz2"
67 + mirror://kernel/linux/libs/pam/documentation/${MY_P}-docs.tar.bz2"
68
69 LICENSE="|| ( BSD GPL-2 )"
70 SLOT="0"
71 @@ -81,9 +80,6 @@
72 }
73
74 src_prepare() {
75 - epatch "${WORKDIR}"/${MY_P}-intralinking.patch
76 - eautoreconf
77 -
78 elibtoolize
79 }
80
81 @@ -116,11 +112,6 @@
82 --with-db-uniquename=-$(db_findver sys-libs/db) \
83 --disable-prelude \
84 ${myconf}
85 -
86 - # This is a dirty dirty hack, but ensures that relinking is _not_
87 - # applied, which could cause the package to link against a
88 - # pre-installed copy of libpam rather than the one just built.
89 - sed -i -e 's/need_relink=yes/need_relink=no/' libtool || die
90 }
91
92 src_compile() {