summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-09-24 18:18:22 +0000
committerSven Wegener <swegener@gentoo.org>2004-09-24 18:18:22 +0000
commit343aec8d662d1c603a4cd88eb0c9716da5df0e5c (patch)
tree23d24970b9479c86d70c462aa4e85cbeb84b1fe1 /app-crypt/shash
parentFixed ChangeLog header. (diff)
downloadhistorical-343aec8d662d1c603a4cd88eb0c9716da5df0e5c.tar.gz
historical-343aec8d662d1c603a4cd88eb0c9716da5df0e5c.tar.bz2
historical-343aec8d662d1c603a4cd88eb0c9716da5df0e5c.zip
Added a patch that corrects some manpage errors. Closes bug #64491.
Diffstat (limited to 'app-crypt/shash')
-rw-r--r--app-crypt/shash/ChangeLog6
-rw-r--r--app-crypt/shash/Manifest13
-rw-r--r--app-crypt/shash/files/0.2.6-manpage-fixes.patch30
-rw-r--r--app-crypt/shash/shash-0.2.6.ebuild13
4 files changed, 53 insertions, 9 deletions
diff --git a/app-crypt/shash/ChangeLog b/app-crypt/shash/ChangeLog
index 102d785b8d23..3cc0d404d4f7 100644
--- a/app-crypt/shash/ChangeLog
+++ b/app-crypt/shash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/shash
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.4 2004/07/15 19:10:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.5 2004/09/24 18:18:22 swegener Exp $
+
+ 24 Sep 2004; Sven Wegener <swegener@gentoo.org>
+ +files/0.2.6-manpage-fixes.patch, shash-0.2.6.ebuild:
+ Added a patch that corrects some manpage errors. Closes bug #64491.
15 Jul 2004; Sven Wegener <swegener@gentoo.org> metadata.xml:
Taking over primary maintainership.
diff --git a/app-crypt/shash/Manifest b/app-crypt/shash/Manifest
index 9bdd784a79fc..e50471ab8c93 100644
--- a/app-crypt/shash/Manifest
+++ b/app-crypt/shash/Manifest
@@ -1,14 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 d34389949b7f37b78c6ae2a21e39e1d9 ChangeLog 612
+MD5 de18a44e16c41b5c2025c59f7c63d244 ChangeLog 789
MD5 5aa9af147b815004b0cf0a2dfd88124a metadata.xml 445
-MD5 aadad587bbeda61f8d77fce251430109 shash-0.2.6.ebuild 827
+MD5 5ce5611c08ee4449c1671fe0f357973b shash-0.2.6.ebuild 933
MD5 d49dfbc3613b62886594562719104b4a files/digest-shash-0.2.6 63
+MD5 6a686d232cbb0eeadba51ea32851c8a9 files/0.2.6-manpage-fixes.patch 1451
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
+Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFA9tcC04iMKjbTpdgRAgT2AKCmyYYtKz2vVL/NPPGl9phFZyRbyACgwcTD
-t8PsqcNdXDDia4BjaJ9j48A=
-=v0B9
+iD8DBQFBVGT2I1lqEGTUzyQRAtCyAKCP7DIN4nNviOsgZowHLAYnEeqRFQCgv6gF
+wdfI6zJYBlj6y3DsmVjCuvE=
+=hZg5
-----END PGP SIGNATURE-----
diff --git a/app-crypt/shash/files/0.2.6-manpage-fixes.patch b/app-crypt/shash/files/0.2.6-manpage-fixes.patch
new file mode 100644
index 000000000000..0376e15c3572
--- /dev/null
+++ b/app-crypt/shash/files/0.2.6-manpage-fixes.patch
@@ -0,0 +1,30 @@
+diff -pruN shash-0.2.6/doc/shash.1 shash-0.2.6-r1/doc/shash.1
+--- shash-0.2.6/doc/shash.1 2004-09-18 09:51:04.004647112 +0100
++++ shash-0.2.6-r1/doc/shash.1 2004-09-18 09:57:26.062565480 +0100
+@@ -31,7 +31,7 @@ Because of this shash also supports HMAC
+ a mechanism for message authentication using cryptographic hash functions.
+ So shash can use a key with a hash algorithm to produce hashes that can only
+ be verified with the key. This way you can securely check (i.e. you are sure
+-that nobody can modify the mac, without beeing detected)
++that nobody can modify the mac, without being detected)
+ if files in a filesystem were altered.
+
+ If the list of files and digests, that shash produces, is stored as
+@@ -72,7 +72,7 @@ Suppress some not critical warnings.
+ .TP
+ .B \-b
+ Use binary mode. In unix environment, only difference between this and
+-the normal mode is an asterix preceding the filename in the output.
++the normal mode is an asterisk preceding the filename in the output.
+ .TP
+ .B \-c
+ Check the checksum of all files listed in
+@@ -94,7 +94,7 @@ Enter the keyword via the command line.
+ keyword instead of prompting for it. Keep in mind that someone
+ may see the command you are executing and so your key.
+ .TP
+-.B \-c --config FILE
++.B \-i --config FILE
+ Use the specified configuration file. The default is .shashrc
+ in your home directory. The format of the configuration
+ file is the same as the parameters. An example file is:
diff --git a/app-crypt/shash/shash-0.2.6.ebuild b/app-crypt/shash/shash-0.2.6.ebuild
index 856e04d06fcc..a1a7ff65618e 100644
--- a/app-crypt/shash/shash-0.2.6.ebuild
+++ b/app-crypt/shash/shash-0.2.6.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.5 2004/06/27 21:36:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.6 2004/09/24 18:18:22 swegener Exp $
+
+inherit eutils
DESCRIPTION="Generate or check digests or MACs of files"
HOMEPAGE="http://mcrypt.hellug.gr/shash/"
@@ -19,8 +21,15 @@ DEPEND="${RDEPEND}
sys-devel/autoconf
sys-apps/gawk"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/0.2.6-manpage-fixes.patch
+}
+
src_compile() {
- econf `use_enable static static-link` || die "econf failed"
+ econf $(use_enable static static-link) || die "econf failed"
emake || die "emake failed"
}