diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2002-06-12 12:26:06 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2002-06-12 12:26:06 +0000 |
commit | 3f3bdf916cd5f81f501ae595e5eeac6eeee5fd4c (patch) | |
tree | dfe206c8d3cce39594736fa87d01b6cfb180b11d /app-admin/makepasswd | |
parent | Updated dep to the new gtkhtml revision. (diff) | |
download | gentoo-2-3f3bdf916cd5f81f501ae595e5eeac6eeee5fd4c.tar.gz gentoo-2-3f3bdf916cd5f81f501ae595e5eeac6eeee5fd4c.tar.bz2 gentoo-2-3f3bdf916cd5f81f501ae595e5eeac6eeee5fd4c.zip |
Adding makepasswd Bug#3601 -- Simple Password Generator in perl
Diffstat (limited to 'app-admin/makepasswd')
-rw-r--r-- | app-admin/makepasswd/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/makepasswd/files/digest-makepasswd-1.10 | 1 | ||||
-rw-r--r-- | app-admin/makepasswd/makepasswd-1.10.ebuild | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/app-admin/makepasswd/ChangeLog b/app-admin/makepasswd/ChangeLog new file mode 100644 index 000000000000..ef63fdac4353 --- /dev/null +++ b/app-admin/makepasswd/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-admin/makepasswd +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/makepasswd/ChangeLog,v 1.1 2002/06/12 12:26:06 carpaski Exp $ + +*makepasswd-1.10 (12 Jun 2002) + + 12 Jun 2002; N.Jones <carpaski@gentoo.org> makepasswd-1.10.ebuild: + Initial ChangeLog. Ebuild submitted by Robert Coie <rac@intrigue.com>. + diff --git a/app-admin/makepasswd/files/digest-makepasswd-1.10 b/app-admin/makepasswd/files/digest-makepasswd-1.10 new file mode 100644 index 000000000000..02c68413e980 --- /dev/null +++ b/app-admin/makepasswd/files/digest-makepasswd-1.10 @@ -0,0 +1 @@ +MD5 55842bb4c064ebcdedffb4afd5f0945a makepasswd_1.10.orig.tar.gz 12382 diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild new file mode 100644 index 000000000000..95d3788df97e --- /dev/null +++ b/app-admin/makepasswd/makepasswd-1.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp + +DESCRIPTION="Random password generator" + +LICENSE="GPL2" + +DEPEND="" +RDEPEND="perl" + +SRC_URI="http://ftp.debian.org/debian/dists/stable/main/source/admin/makepasswd_${PV}.orig.tar.gz" + +src_install () { + into /usr + dobin makepasswd + doman makepasswd.1 + dodoc README CHANGES COPYING-2.0 +} |