From 7980a116a48e6eaecfde50d79555daf82c92ed6f Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 8 Jun 2009 06:13:44 +0000 Subject: Remove loading of obsolete modules. (Portage version: 13634-svn/cvs/Linux x86_64) --- app-crypt/bestcrypt/ChangeLog | 6 +++++- app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'app-crypt') 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 + 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 } -- cgit v1.2.3-65-gdbad