diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:27:19 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:27:19 +0000 |
commit | 23c7e94ab583295744e0a8db78b0c3e834577b28 (patch) | |
tree | 7ea7552b837ef4dd28c165062ab31075eacf1bcc /sys-libs/libxcrypt | |
parent | Added ~sparc, #50389 (diff) | |
download | historical-23c7e94ab583295744e0a8db78b0c3e834577b28.tar.gz historical-23c7e94ab583295744e0a8db78b0c3e834577b28.tar.bz2 historical-23c7e94ab583295744e0a8db78b0c3e834577b28.zip |
Removed S=
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r-- | sys-libs/libxcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libxcrypt/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-2.0.ebuild | 5 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-libs/libxcrypt/ChangeLog b/sys-libs/libxcrypt/ChangeLog index b40e9fbb3695..1f0af857e42f 100644 --- a/sys-libs/libxcrypt/ChangeLog +++ b/sys-libs/libxcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libxcrypt # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.2 2004/04/26 14:40:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.3 2004/05/07 20:27:19 tseng Exp $ + + 07 May 2004; Brandon Hale <tseng@gentoo.org> libxcrypt-2.0.ebuild: + Removed S= 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> libxcrypt-2.0.ebuild: Add die following econf for bug 48950 diff --git a/sys-libs/libxcrypt/Manifest b/sys-libs/libxcrypt/Manifest index fc439b600e34..a2ab406e255c 100644 --- a/sys-libs/libxcrypt/Manifest +++ b/sys-libs/libxcrypt/Manifest @@ -1,4 +1,4 @@ -MD5 5178924a10a3c45cda4784b6dc8e6161 libxcrypt-2.0.ebuild 777 -MD5 83055ccdccbead250e0d5f7cb575994b ChangeLog 453 +MD5 71da9169269f9e075ff20213372b0fc7 ChangeLog 533 +MD5 2793a609b8e2e79a07abc421ffad1b5a libxcrypt-2.0.ebuild 743 MD5 b631fdbc12856dd67816db640abe536c metadata.xml 523 MD5 1cafd0c372aaba855d7b2bb02cd06576 files/digest-libxcrypt-2.0 66 diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild index f509a391c8b2..ee09639206c1 100644 --- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.2 2004/04/26 14:40:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.3 2004/05/07 20:27:19 tseng Exp $ DESCRIPTION="Libxcrypt is a replacement for libcrypt, which comes with the GNU C \ Library. It supports DES crypt, MD5, and passwords with blowfish encryption." @@ -14,9 +14,6 @@ IUSE="" DEPEND="" -#RDEPEND="" -S=${WORKDIR}/${P} - src_unpack() { unpack ${P}.tar.bz2 |