diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-12-27 12:26:48 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-12-27 12:26:48 +0000 |
commit | 3b1dd0b5f15136756b7e94c1322bc9167c2896c5 (patch) | |
tree | 492637d5957a7baac6400dda53694b44e51255df /app-crypt | |
parent | Fix gcc-2.95.4 compat, bug #36556. (diff) | |
download | historical-3b1dd0b5f15136756b7e94c1322bc9167c2896c5.tar.gz historical-3b1dd0b5f15136756b7e94c1322bc9167c2896c5.tar.bz2 historical-3b1dd0b5f15136756b7e94c1322bc9167c2896c5.zip |
minor updates
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gnupg/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.4.ebuild | 17 |
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 } |