diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-13 13:14:03 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-13 13:14:03 +0000 |
commit | 1ba13589c4a65d14065a52b6d4255522e00882f4 (patch) | |
tree | 7d4f14b84863c7dac6383a95573202fc61d8fc18 /sys-libs | |
parent | add patches (diff) | |
download | gentoo-2-1ba13589c4a65d14065a52b6d4255522e00882f4.tar.gz gentoo-2-1ba13589c4a65d14065a52b6d4255522e00882f4.tar.bz2 gentoo-2-1ba13589c4a65d14065a52b6d4255522e00882f4.zip |
update patch to fix late night mishaps
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/files/digest-pam-0.75-r8 | 2 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.75-r8.ebuild | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-libs/pam/files/digest-pam-0.75-r8 b/sys-libs/pam/files/digest-pam-0.75-r8 index b691b21355b7..6a1a3638053b 100644 --- a/sys-libs/pam/files/digest-pam-0.75-r8 +++ b/sys-libs/pam/files/digest-pam-0.75-r8 @@ -1,2 +1,2 @@ MD5 513088e0374c235e3b109119862e6bd4 Linux-PAM-0.75.tar.gz 874549 -MD5 9c93a200d2eb3b74145953d5c6073ecb pam-0.75-r8-gentoo.tbz2 125012 +MD5 8912eb2013c7b13fe14d9d4677919e5f pam-0.75-r8.1-gentoo.tbz2 125043 diff --git a/sys-libs/pam/pam-0.75-r8.ebuild b/sys-libs/pam/pam-0.75-r8.ebuild index af5d9704e0b5..9ede218fe6f7 100644 --- a/sys-libs/pam/pam-0.75-r8.ebuild +++ b/sys-libs/pam/pam-0.75-r8.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r8.ebuild,v 1.1 2002/10/13 09:35:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r8.ebuild,v 1.2 2002/10/13 13:14:03 azarah Exp $ IUSE="berkdb" inherit gcc +PATCH_LEVEL=".1" + S=${WORKDIR}/Linux-PAM-${PV} S2=${WORKDIR}/pam DESCRIPTION="Pluggable Authentication Modules" SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-${PV}.tar.gz - mirror://gentoo/pam-${PVR}-gentoo.tbz2" + mirror://gentoo/pam-${PVR}${PATCH_LEVEL}-gentoo.tbz2" HOMEPAGE="http://www.redhat.com/linux-info/pam/" LICENSE="PAM" @@ -29,10 +31,6 @@ DEPEND=">=sys-libs/cracklib-2.7-r3 src_unpack() { unpack ${A} -# cd ${WORKDIR} -# tar -jxf ${FILESDIR}/pam-${PVR}-gentoo.tbz2 || \ -# die "Failed to unpack patches" - cd ${S} tar -jxf ${S2}/pam-redhat-0.75-41.1.tar.bz2 || \ die "Failed to unpack pam-redhat-0.75-41.1.tar.bz2" |