diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-06-08 06:13:44 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-06-08 06:13:44 +0000 |
commit | 7980a116a48e6eaecfde50d79555daf82c92ed6f (patch) | |
tree | 0a15772115402900f17eccc98fc776ebd9ffaf0d /app-crypt | |
parent | Updated with additional C++ include for bug #270916. (diff) | |
download | gentoo-2-7980a116a48e6eaecfde50d79555daf82c92ed6f.tar.gz gentoo-2-7980a116a48e6eaecfde50d79555daf82c92ed6f.tar.bz2 gentoo-2-7980a116a48e6eaecfde50d79555daf82c92ed6f.zip |
Remove loading of obsolete modules.
(Portage version: 13634-svn/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bestcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog index 171bec71a153..71bb54ace59b 100644 --- a/app-crypt/bestcrypt/ChangeLog +++ b/app-crypt/bestcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/bestcrypt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.67 2009/05/02 17:27:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.68 2009/06/08 06:13:44 arfrever Exp $ + + 08 Jun 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + bestcrypt-1.7.0.ebuild: + Remove loading of obsolete modules. *bestcrypt-1.7.0 (02 May 2009) diff --git a/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild b/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild index 77b0fc3f6196..2e9a924d7b54 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild,v 1.1 2009/05/02 17:27:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild,v 1.2 2009/06/08 06:13:44 arfrever Exp $ EAPI="2" @@ -68,6 +68,7 @@ src_install() { insinto /etc newins etc/bc.conf bc.conf newinitd "${FILESDIR}/bcrypt3" bcrypt + sed -e '/\(bc_rc6\|bc_serpent\)/d' -i "${D}etc/init.d/bcrypt" dodoc HIDDEN_PART README doman man/bctool.8 } |