summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-12-27 12:26:48 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-12-27 12:26:48 +0000
commit560c6ba039721405aac2b44f3c21ea9e7fda63cc (patch)
tree6d9800af75025fefd7a8075f810b67f84771c8ba /app-crypt
parentFix gcc-2.95.4 compat, bug #36556. (diff)
downloadgentoo-2-560c6ba039721405aac2b44f3c21ea9e7fda63cc.tar.gz
gentoo-2-560c6ba039721405aac2b44f3c21ea9e7fda63cc.tar.bz2
gentoo-2-560c6ba039721405aac2b44f3c21ea9e7fda63cc.zip
minor updates
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gnupg/ChangeLog5
-rw-r--r--app-crypt/gnupg/Manifest4
-rw-r--r--app-crypt/gnupg/gnupg-1.2.4.ebuild17
3 files changed, 16 insertions, 10 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index f4a9a6549021..9c6b7083798e 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gnupg
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.43 2003/12/26 18:17:03 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.44 2003/12/27 12:26:38 taviso Exp $
+
+ 27 Dec 2003; Tavis Ormandy <taviso@gentoo.org> gnupg-1.2.4.ebuild:
+ minor changes
26 Dec 2003; Tavis Ormandy <taviso@gentoo.org> gnupg-1.2.4.ebuild:
updating LICENSE
diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 029144cff484..f7fc77e30858 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -1,7 +1,7 @@
MD5 214e363428f355b0d3e2179faafab0d5 gnupg-1.2.3-r5.ebuild 3305
-MD5 2d2486272d3e82597ad9012dde7d013a gnupg-1.2.4.ebuild 3867
+MD5 b4fcf99de71ac7a6f90f5a06f8af695e gnupg-1.2.4.ebuild 3881
MD5 b1b8b51a3ba07896162db22ca158d07d gnupg-1.2.3-r2.ebuild 1638
-MD5 3092295daefda263ff468f2f327e285e ChangeLog 6974
+MD5 2e2b8b675ec7243aae11b6945ee46faa ChangeLog 7060
MD5 ad53378ee0bb633bb019209272913196 metadata.xml 484
MD5 eecb1b58574b61ddac7c3d12b0143b7d files/digest-gnupg-1.2.3-r2 65
MD5 eecb1b58574b61ddac7c3d12b0143b7d files/digest-gnupg-1.2.3-r5 65
diff --git a/app-crypt/gnupg/gnupg-1.2.4.ebuild b/app-crypt/gnupg/gnupg-1.2.4.ebuild
index 3f8f375dcdbe..3681ca0c578a 100644
--- a/app-crypt/gnupg/gnupg-1.2.4.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.2 2003/12/26 18:17:03 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.3 2003/12/27 12:26:38 taviso Exp $
inherit eutils
@@ -100,6 +100,8 @@ src_install() {
dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS \
README THANKS TODO VERSION doc/{FAQ,HACKING,DETAILS,ChangeLog,OpenPGP,faq.raw}
+ use idea && dodoc ${S}/cipher/idea.c
+
docinto sgml
dodoc doc/*.sgml
@@ -118,18 +120,19 @@ pkg_postinst() {
fi
echo
if use idea; then
- einfo "you have compiled gnupg with support for the IDEA algorithm, this code"
+ einfo "you have compiled ${PN} with support for the IDEA algorithm, this code"
einfo "is distributed under the GPL in countries where it is permitted to do so"
einfo "by law."
+ einfo
einfo "Please read http://www.gnupg.org/why-not-idea.html for more information."
einfo
einfo "If you are in a country where the IDEA algorithm is patented, you are permitted"
- einfo "to use it freely (FAIB) for non revenue generating data transfer between private"
- einfo "individuals only."
+ einfo "to use it at no cost for 'non revenue generating data transfer between private"
+ einfo "individuals'."
einfo
- einfo "Special conditions are applicable to European research projects, who may also be"
- einfo "permitted FAIB use within the scope of their project."
+ einfo "Countries where the patent applies are listed here"
+ einfo "http://www.mediacrypt.com/engl/Content/patent_info.htm"
einfo
- einfo "Other licenses and further information is availble from http://www.mediacrypt.com"
+ einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
fi
}