summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-07-11 16:57:09 +0000
committerHanno Böck <hanno@gentoo.org>2008-07-11 16:57:09 +0000
commitc13cc0d8680d5c611127bcbceeaa13508a79eb09 (patch)
tree7f09a15382df9d097aad47f32f32912b12d63421
parentVersion bump (diff)
downloadgentoo-2-c13cc0d8680d5c611127bcbceeaa13508a79eb09.tar.gz
gentoo-2-c13cc0d8680d5c611127bcbceeaa13508a79eb09.tar.bz2
gentoo-2-c13cc0d8680d5c611127bcbceeaa13508a79eb09.zip
remove old/broken openssl-blacklist versions
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
-rw-r--r--app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild23
-rw-r--r--app-crypt/openssl-blacklist/openssl-blacklist-0.3.2.ebuild24
-rw-r--r--app-crypt/openssl-blacklist/openssl-blacklist-0.3.ebuild23
3 files changed, 0 insertions, 70 deletions
diff --git a/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild
deleted file mode 100644
index ef40649abee0..000000000000
--- a/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild,v 1.2 2008/05/21 03:10:48 jer Exp $
-
-DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
-SRC_URI="https://launchpadlibrarian.net/14520224/${PN}_${PV}-0ubuntu0.8.04.2.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-DEPEND="dev-lang/python"
-
-src_compile() {
- einfo nothing to compile
-}
-
-src_install() {
- dobin openssl-vulnkey || die "dobin failed"
- doman openssl-vulnkey.1 || die "doman failed"
- insinto /usr/share/openssl-blacklist/
- doins blacklist.RSA-* || die "installing blacklist failed"
-}
diff --git a/app-crypt/openssl-blacklist/openssl-blacklist-0.3.2.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.3.2.ebuild
deleted file mode 100644
index b0e4f1da1074..000000000000
--- a/app-crypt/openssl-blacklist/openssl-blacklist-0.3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.3.2.ebuild,v 1.1 2008/06/03 13:47:50 hanno Exp $
-
-DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
-SRC_URI="https://launchpad.net/ubuntu/intrepid/+source/openssl-blacklist/${PV}/+files/${PN}_${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND="dev-lang/python"
-S="${WORKDIR}/trunk"
-
-src_compile() {
- einfo nothing to compile
-}
-
-src_install() {
- dobin openssl-vulnkey || die "dobin failed"
- doman openssl-vulnkey.1 || die "doman failed"
- insinto /usr/share/openssl-blacklist/
- doins blacklist.RSA-* || die "installing blacklist failed"
-}
diff --git a/app-crypt/openssl-blacklist/openssl-blacklist-0.3.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.3.ebuild
deleted file mode 100644
index 192ae6521ab0..000000000000
--- a/app-crypt/openssl-blacklist/openssl-blacklist-0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.3.ebuild,v 1.2 2008/05/31 14:51:30 aballier Exp $
-
-DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
-SRC_URI="https://launchpad.net/ubuntu/intrepid/+source/openssl-blacklist/${PV}/+files/${PN}_${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND="dev-lang/python"
-
-src_compile() {
- einfo nothing to compile
-}
-
-src_install() {
- dobin openssl-vulnkey || die "dobin failed"
- doman openssl-vulnkey.1 || die "doman failed"
- insinto /usr/share/openssl-blacklist/
- doins blacklist.RSA-* || die "installing blacklist failed"
-}