summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-13 13:36:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-13 13:36:57 +0000
commit40f4918a7f8822c483d8d8ac8e0eeb162e50f49b (patch)
tree8389ae29eeac7b1268b32205faed342fad1ebd56 /sys-libs
parentFix quoting (diff)
downloadgentoo-2-40f4918a7f8822c483d8d8ac8e0eeb162e50f49b.tar.gz
gentoo-2-40f4918a7f8822c483d8d8ac8e0eeb162e50f49b.tar.bz2
gentoo-2-40f4918a7f8822c483d8d8ac8e0eeb162e50f49b.zip
Fix repoman issues
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild28
1 files changed, 6 insertions, 22 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
index 11a13fd10537..1c1983873026 100644
--- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
@@ -1,32 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# 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.5 2004/10/20 21:12:16 kugelfang 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."
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.6 2009/10/13 13:36:57 ssuominen Exp $
+DESCRIPTION="A replacement for libcrypt with DES, MD5 and blowfish support"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://www.suse.de/us/private/products/suse_linux/i386/packages_personal/libxcrypt.html"
+
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-
-src_unpack() {
-
- unpack ${P}.tar.bz2
- cd ${S}
-
-}
-
-src_compile() {
- econf || die "econf failed"
- emake
-
-}
-
src_install() {
- make install DESTDIR=${D}
+ emake DESTDIR="${D}" install || die
}