From ee0169837b1cabecfcfbc58dd528379e4d562947 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Wed, 10 Jul 2002 18:13:33 +0000 Subject: New package. Submitted by Robert Coie. Fixes #4732 --- app-crypt/cli-crypt/ChangeLog | 13 +++++++++++++ app-crypt/cli-crypt/cli-crypt-1.0.ebuild | 20 ++++++++++++++++++++ app-crypt/cli-crypt/files/digest-cli-crypt-1.0 | 1 + 3 files changed, 34 insertions(+) create mode 100644 app-crypt/cli-crypt/ChangeLog create mode 100644 app-crypt/cli-crypt/cli-crypt-1.0.ebuild create mode 100644 app-crypt/cli-crypt/files/digest-cli-crypt-1.0 (limited to 'app-crypt/cli-crypt') diff --git a/app-crypt/cli-crypt/ChangeLog b/app-crypt/cli-crypt/ChangeLog new file mode 100644 index 000000000000..b2ca4ce97ab3 --- /dev/null +++ b/app-crypt/cli-crypt/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-crypt/cli-crypt +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cli-crypt/ChangeLog,v 1.1 2002/07/10 18:13:33 rphillips Exp $ + +*cli-crypt-1.0 (10 Jul 2002) + + 10 Jul 2002; Ryan Phillips ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-crypt/cli-crypt/cli-crypt-1.0.ebuild b/app-crypt/cli-crypt/cli-crypt-1.0.ebuild new file mode 100644 index 000000000000..11c996b7276f --- /dev/null +++ b/app-crypt/cli-crypt/cli-crypt-1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cli-crypt/cli-crypt-1.0.ebuild,v 1.1 2002/07/10 18:13:33 rphillips Exp $ + +DESCRIPTION="Command-line interface to crypt(3)" +HOMEPAGE="http://freshmeat.net/projects/cli-crypt/" +LICENSE="GPL" +DEPEND="virtual/glibc" +RDEPEND="virtual/glibc" +SRC_URI="http://www.xjack.org/downloads/${P}.tar.gz" + +src_compile() { + set ${CC:=gcc} + make CC="${CC}" CFLAGS="${CFLAGS} -lcrypt" +} + +src_install() { + insinto /usr + dobin crypt +} diff --git a/app-crypt/cli-crypt/files/digest-cli-crypt-1.0 b/app-crypt/cli-crypt/files/digest-cli-crypt-1.0 new file mode 100644 index 000000000000..fbf573f1dff9 --- /dev/null +++ b/app-crypt/cli-crypt/files/digest-cli-crypt-1.0 @@ -0,0 +1 @@ +MD5 d7ca31ef6503bd360306f25769a1a84c cli-crypt-1.0.tar.gz 1796 -- cgit v1.2.3-65-gdbad