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 | 5ee8f90297b91ff536fb5a438d488f57de3ec6b1 (patch) | |
tree | 61076986fa50bdabe0f3dbf5afde812fa07158fb /sys-libs/libxcrypt | |
parent | Added ~sparc, #50389 (Manifest recommit) (diff) | |
download | gentoo-2-5ee8f90297b91ff536fb5a438d488f57de3ec6b1.tar.gz gentoo-2-5ee8f90297b91ff536fb5a438d488f57de3ec6b1.tar.bz2 gentoo-2-5ee8f90297b91ff536fb5a438d488f57de3ec6b1.zip |
Removed S=
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r-- | sys-libs/libxcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-2.0.ebuild | 5 |
2 files changed, 5 insertions, 5 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/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 |