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
commitb33f0d60ad724dbde4631de06f3ff5c1b3c19989 (patch)
tree132e1ab7316b6980142e76b8909790cb764eae37 /net-mail/checkpassword
parentFixed DESCRIPTION/HOMEPAGE and made sure more docs get installed. (diff)
downloadgentoo-2-b33f0d60ad724dbde4631de06f3ff5c1b3c19989.tar.gz
gentoo-2-b33f0d60ad724dbde4631de06f3ff5c1b3c19989.tar.bz2
gentoo-2-b33f0d60ad724dbde4631de06f3ff5c1b3c19989.zip
Fixed DESCRIPTION/HOMEPAGE and made sure more docs get installed.
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r--net-mail/checkpassword/ChangeLog5
-rw-r--r--net-mail/checkpassword/Manifest4
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r1.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/net-mail/checkpassword/ChangeLog b/net-mail/checkpassword/ChangeLog
index 27ca58349345..cfe4129635ec 100644
--- a/net-mail/checkpassword/ChangeLog
+++ b/net-mail/checkpassword/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-mail/checkpassword
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.6 2003/03/16 23:13:47 wwoods Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.7 2003/05/14 03:51:16 robbat2 Exp $
*checkpassword-0.90-r1 (05 Mar 2003)
+ 13 May 2003; Robin Johnson <robbat2@gentoo.org> checkpassword-0.90-r1.ebuild:
+ Fixed DESCRIPTION and HOMEPAGE, added more docs to install list.
+
16 Mar 2003; Will Woods <wwoods@gentoo.org> checkpassword-0.90-r1.ebuild:
Added alpha to KEYWORDS
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
}