diff options
author | Joshua Brindle <method@gentoo.org> | 2004-01-20 23:10:30 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2004-01-20 23:10:30 +0000 |
commit | 9193ab6cd49abec478ed2fbe4f1f00a4e57a1590 (patch) | |
tree | 298759ed4b9a16c64934078f57242a90948f6631 | |
parent | initial import (diff) | |
download | gentoo-2-9193ab6cd49abec478ed2fbe4f1f00a4e57a1590.tar.gz gentoo-2-9193ab6cd49abec478ed2fbe4f1f00a4e57a1590.tar.bz2 gentoo-2-9193ab6cd49abec478ed2fbe4f1f00a4e57a1590.zip |
initial import
-rw-r--r-- | sys-libs/libxcrypt/ChangeLog | 9 | ||||
-rw-r--r-- | sys-libs/libxcrypt/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/libxcrypt/files/digest-libxcrypt-2.0 | 1 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-2.0.ebuild | 35 | ||||
-rw-r--r-- | sys-libs/libxcrypt/metadata.xml | 17 |
5 files changed, 65 insertions, 1 deletions
diff --git a/sys-libs/libxcrypt/ChangeLog b/sys-libs/libxcrypt/ChangeLog new file mode 100644 index 000000000000..b93ca7c13052 --- /dev/null +++ b/sys-libs/libxcrypt/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-libs/libxcrypt +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.1 2004/01/20 23:10:23 method Exp $ + +*libxcrypt-2.0 (20 Jan 2004) + + 20 Jan 2004; Joshua Brindle <method@gentoo.org> libxcrypt-2.0.ebuild: + initial import + diff --git a/sys-libs/libxcrypt/Manifest b/sys-libs/libxcrypt/Manifest index 12aa3feefbc9..ce5ac81f2122 100644 --- a/sys-libs/libxcrypt/Manifest +++ b/sys-libs/libxcrypt/Manifest @@ -1,2 +1,4 @@ -MD5 bcd299225c3abbe485ed8fedeff59f2b libxcrypt-2.0.ebuild 748 +MD5 f60c4c53fb94c498a5a23dd6117cca79 libxcrypt-2.0.ebuild 753 +MD5 3e1471967d884fff52ed126161926977 ChangeLog 338 +MD5 b631fdbc12856dd67816db640abe536c metadata.xml 523 MD5 1cafd0c372aaba855d7b2bb02cd06576 files/digest-libxcrypt-2.0 66 diff --git a/sys-libs/libxcrypt/files/digest-libxcrypt-2.0 b/sys-libs/libxcrypt/files/digest-libxcrypt-2.0 new file mode 100644 index 000000000000..3c56814b0399 --- /dev/null +++ b/sys-libs/libxcrypt/files/digest-libxcrypt-2.0 @@ -0,0 +1 @@ +MD5 765f3cfab674479530455bea3b882f53 libxcrypt-2.0.tar.bz2 255228 diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild new file mode 100644 index 000000000000..f212cc276035 --- /dev/null +++ b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild @@ -0,0 +1,35 @@ +# 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.1 2004/01/20 23:10:23 method 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." + +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" +IUSE="" + +DEPEND="" + +#RDEPEND="" +S=${WORKDIR}/${P} + +src_unpack() { + + unpack ${P}.tar.bz2 + cd ${S} + +} + +src_compile() { + econf + emake + +} + +src_install() { + make install DESTDIR=${D} +} diff --git a/sys-libs/libxcrypt/metadata.xml b/sys-libs/libxcrypt/metadata.xml new file mode 100644 index 000000000000..da13c2441aa3 --- /dev/null +++ b/sys-libs/libxcrypt/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>hardened</herd> +<maintainer> + <email>method@gentoo.org</email> + <name>Joshua Brindle</name> + <description>Primary Maintainer</description> +</maintainer> +<longdescription> +Crypt library for DES, MD5, and blowfish + +Libxcrypt is a replacement for libcrypt, which comes with the GNU C +Library. It supports DES crypt, MD5, and passwords with blowfish +encryption. +</longdescription> +</pkgmetadata> |