summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/cli-crypt/ChangeLog13
-rw-r--r--app-crypt/cli-crypt/cli-crypt-1.0.ebuild20
-rw-r--r--app-crypt/cli-crypt/files/digest-cli-crypt-1.01
3 files changed, 34 insertions, 0 deletions
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 <rphillips@gentoo.org> 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