diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2008-04-09 17:27:25 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2008-04-09 17:27:25 +0000 |
commit | 2ae2c15996647d3a3576c9ceb1437d32ea36fd24 (patch) | |
tree | 5f7a302b5e5a2281b1855a8079dff2a658e10814 /app-crypt/bcwipe | |
parent | Stable on ppc wrt bug #216987 (diff) | |
download | gentoo-2-2ae2c15996647d3a3576c9ceb1437d32ea36fd24.tar.gz gentoo-2-2ae2c15996647d3a3576c9ceb1437d32ea36fd24.tar.bz2 gentoo-2-2ae2c15996647d3a3576c9ceb1437d32ea36fd24.zip |
Fix license reference, bug#216864, thanks to Philippe Chaintreuil
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.7_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index f89ca4f570bc..0d0b8d3d037f 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.29 2008/03/22 10:23:16 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.30 2008/04/09 17:27:25 alonbl Exp $ + + 09 Apr 2008; Alon Bar-Lev <alonbl@gentoo.org> bcwipe-1.7_p2.ebuild: + Fix license reference, bug#216864, thanks to Philippe Chaintreuil 22 Mar 2008; Alon Bar-Lev <alonbl@gentoo.org> -bcwipe-1.6_p8.ebuild: Cleanup diff --git a/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild index 09a67180ae5c..7a0718eaf470 100644 --- a/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild,v 1.4 2008/03/22 10:10:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.7_p2.ebuild,v 1.5 2008/04/09 17:27:25 alonbl Exp $ inherit toolchain-funcs eutils @@ -40,5 +40,5 @@ src_install() { pkg_postinst() { ewarn "The BestCrypt drivers are not free - Please purchace a license from " ewarn "http://www.jetico.com/" - ewarn "full details /usr/share/doc/${PF}/wu_licen.htm" + ewarn "full details /usr/share/doc/${PF}/html/bcwipe-help/wu_licen.htm" } |