summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-05-14 03:51:19 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-05-14 03:51:19 +0000
commit17a2957718ef2e4ffdef97b4bf952dcd44d5a26f (patch)
tree1327876acbe8dcec3e8acc205b69b6c731239dd4 /net-mail/checkpassword
parentFixed DESCRIPTION/HOMEPAGE and made sure more docs get installed. (diff)
downloadhistorical-17a2957718ef2e4ffdef97b4bf952dcd44d5a26f.tar.gz
historical-17a2957718ef2e4ffdef97b4bf952dcd44d5a26f.tar.bz2
historical-17a2957718ef2e4ffdef97b4bf952dcd44d5a26f.zip
Fixed DESCRIPTION/HOMEPAGE and made sure more docs get installed.
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r--net-mail/checkpassword/Manifest4
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r1.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/checkpassword/Manifest b/net-mail/checkpassword/Manifest
index 5ffc73c90a64..cfe67fb9c2c8 100644
--- a/net-mail/checkpassword/Manifest
+++ b/net-mail/checkpassword/Manifest
@@ -1,4 +1,4 @@
-MD5 a4eb10df47d73b933f7e9ee13f2ee8c4 checkpassword-0.90-r1.ebuild 730
-MD5 93bda30908dcf992ae4e871e8618d2fb ChangeLog 1093
+MD5 7e1a318fc4ceee45f1b6baa2dedd4804 checkpassword-0.90-r1.ebuild 731
+MD5 7b0105976f62acb5331ec94a1352e758 ChangeLog 1094
MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r1 69
MD5 760d73c8b3091ca1cae9a1ae5b6fab8f files/0.90-errno.patch 243
diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild
index e0be286801ae..4e49cd94cf99 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.2 2003/03/16 23:13:47 wwoods Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.3 2003/05/14 03:51:16 robbat2 Exp $
inherit eutils
-DESCRIPTION="A modern replacement for sendmail which uses maildirs"
+DESCRIPTION="A uniform password checking interface for root applications"
SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz"
-HOMEPAGE="http://www.qmail.org/"
+HOMEPAGE="http://cr.yp.to/checkpwd.html"
SLOT="0"
LICENSE="as-is"
@@ -26,5 +26,5 @@ src_compile() {
src_install() {
into /
dobin checkpassword
- dodoc CHANGES README TODO VERSION
+ dodoc CHANGES README TODO VERSION FILES SYSDEPS TARGETS
}