diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-06-25 15:49:52 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-06-25 15:49:52 +0000 |
commit | 8c8f803e7ea8f83b2fedc774eb5e8bc1ef7c43de (patch) | |
tree | 8cabc81ecffed00d4ede65ee4db6bf32d45ce6d7 /app-crypt | |
parent | again manifest (diff) | |
download | gentoo-2-8c8f803e7ea8f83b2fedc774eb5e8bc1ef7c43de.tar.gz gentoo-2-8c8f803e7ea8f83b2fedc774eb5e8bc1ef7c43de.tar.bz2 gentoo-2-8c8f803e7ea8f83b2fedc774eb5e8bc1ef7c43de.zip |
add documentation
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bestcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bestcrypt/Manifest | 8 | ||||
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild | 11 | ||||
-rw-r--r-- | app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5 | 1 |
4 files changed, 18 insertions, 7 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog index e405396eeabe..fd2b9789cc6a 100644 --- a/app-crypt/bestcrypt/ChangeLog +++ b/app-crypt/bestcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bestcrypt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.4 2003/06/16 07:31:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.5 2003/06/25 15:49:46 lostlogic Exp $ + + 25 Jun 2003; Brandon Low <lostlogic@gentoo.org> bestcrypt-1.2_p5.ebuild: + Make it install documentation too *bestcrypt-1.2_p5 (16 Jun 2003) diff --git a/app-crypt/bestcrypt/Manifest b/app-crypt/bestcrypt/Manifest index d49c6f5a43c2..5bce238c3d91 100644 --- a/app-crypt/bestcrypt/Manifest +++ b/app-crypt/bestcrypt/Manifest @@ -1,6 +1,6 @@ +MD5 b5947c091afc07676f63762c20080787 bestcrypt-1.2_p5.ebuild 1854 +MD5 1087988464d34f7be8aac91917cc1b40 bestcrypt-1.2_p2.ebuild 1634 +MD5 726ba3945490df7e2866d2e53f5c4b33 ChangeLog 927 MD5 4d55e7543ba2eec5715d0a6aae4b811c files/bcrypt 2736 MD5 da7493ab01dda1aa1011a445088054ad files/digest-bestcrypt-1.2_p2 67 -MD5 83df9190b222c5212824d5823487b812 files/digest-bestcrypt-1.2_p5 67 -MD5 1087988464d34f7be8aac91917cc1b40 bestcrypt-1.2_p2.ebuild 1634 -MD5 3a18ea382d01ab44495271d352d1ad6c ChangeLog 810 -MD5 518646e5e9cfe9c008af791220aaa5b9 bestcrypt-1.2_p5.ebuild 1629 +MD5 7e7bf1160a8f121d840033a20498e564 files/digest-bestcrypt-1.2_p5 129 diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild index f2668fd0cdcd..b4883717f916 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild,v 1.1 2003/06/16 07:31:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild,v 1.2 2003/06/25 15:49:46 lostlogic Exp $ MY_PN="bcrypt" KEYWORDS="~x86" -SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz" +SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz + http://www.jetico.com/linux/BestCrypt.doc.tgz" HOMEPAGE="http://www.jetico.com" DESCRIPTION="Transparent filesystem encryption. This is a Commercially Licensed Package, please read the license and ChangeLog for more information." S=${WORKDIR}/${MY_PN} @@ -29,6 +30,12 @@ src_compile() { } src_install() { + #Install docs + dohtml ${WORKDIR}/bchelp/* + dodir /usr/share/doc/bestcrypt-1.2_p5/html/img + insinto /usr/share/doc/bestcrypt-1.2_p5/html/img + doins ${WORKDIR}/bchelp/img/* + exeinto /etc/rc.d/init.d doexe ${FILESDIR}/bcrypt dodir /usr/bin \ diff --git a/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5 index 95584538bc2e..a507c2f38f1b 100644 --- a/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5 +++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5 @@ -1 +1,2 @@ MD5 68ec813b23c402119d585cd92e97aa22 BestCrypt-1.2-5.tar.gz 159516 +MD5 657f778dc5113b359d788cef4507928e BestCrypt.doc.tgz 134173 |