app-crypt/bcrypt: remove from tree
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 3 Oct 2016 23:10:08 +0000 (02:10 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 3 Oct 2016 23:11:00 +0000 (02:11 +0300)
 # Alon Bar-Lev <alonbl@gentoo.org (09 Sep 2016)
 # Weak cryptography (bug #592114)
 # Package will be removed from Gentoo in 30 days.
 app-crypt/bcrypt

Bug: 592114

app-crypt/bcrypt/Manifest [deleted file]
app-crypt/bcrypt/bcrypt-1.1.ebuild [deleted file]
app-crypt/bcrypt/files/bcrypt-1.1-Makefile.patch [deleted file]
app-crypt/bcrypt/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-crypt/bcrypt/Manifest b/app-crypt/bcrypt/Manifest
deleted file mode 100644 (file)
index 2e9b9ad..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST bcrypt-1.1.tar.gz 36781 SHA256 b9c1a7c0996a305465135b90123b0c63adbb5fa7c47a24b3f347deb2696d417d SHA512 4cc939e997b125b48a66c20469d9743ec227dbee080d89b1ab2515a3c41749c6e8fb6d2d4276cd23eaf6bed0614989431f1f87c23220a94ad595024f8985d68b WHIRLPOOL 9ff061cb2aba0e7cca7ba131ee2789b4136b9251a6704f3713eb897a549a6619e38b9efcced9647d17aa4eb9baea80cb477af53cbfdc9e21cc96079127412a94
diff --git a/app-crypt/bcrypt/bcrypt-1.1.ebuild b/app-crypt/bcrypt/bcrypt-1.1.ebuild
deleted file mode 100644 (file)
index 07266aa..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A file encryption utility using Paul Kocher's implementation of the blowfish algorithm"
-HOMEPAGE="http://bcrypt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bcrypt/${P}.tar.gz"
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="alpha amd64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       epatch "${FILESDIR}"/${P}-Makefile.patch
-}
-
-src_compile() {
-       tc-export CC
-       emake || die
-}
-
-src_install() {
-       dobin bcrypt || die
-       dodoc README || die
-       doman bcrypt.1 || die
-}
diff --git a/app-crypt/bcrypt/files/bcrypt-1.1-Makefile.patch b/app-crypt/bcrypt/files/bcrypt-1.1-Makefile.patch
deleted file mode 100644 (file)
index 1b21039..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.old       2006-11-23 13:58:19.000000000 +0100
-+++ Makefile   2006-11-23 13:59:52.000000000 +0100
-@@ -1,13 +1,12 @@
- DEFAULTS = Makefile includes.h blowfish.h functions.h config.h
--CC = gcc
--CFLAGS = -O2 -Wall 
-+CFLAGS += -Wall
- COMPILE = ${CC} ${CFLAGS}
- OBJS = main.o blowfish.o rwfile.o keys.o wrapbf.o endian.o wrapzl.o
--LDFLAGS = -L/usr/local/lib -lz 
-+LIBS = -lz 
- PREFIX = /usr/local
- bcrypt:       ${OBJS} Makefile
--      ${COMPILE} -o bcrypt ${OBJS} ${LDFLAGS}
-+      ${COMPILE} ${LDFLAGS} -o bcrypt ${OBJS} ${LIBS}
- install:      bcrypt Makefile
-       mkdir -p ${PREFIX}/bin;\
diff --git a/app-crypt/bcrypt/metadata.xml b/app-crypt/bcrypt/metadata.xml
deleted file mode 100644 (file)
index 71c6151..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>crypto@gentoo.org</email>
-               <name>Crypto</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">bcrypt</remote-id>
-       </upstream>
-</pkgmetadata>
index ac31c18f19e72ca0eea6395654d8a01c814fdd02..50664ed013e936e7b383688cdd37c1d141817d0d 100644 (file)
@@ -162,11 +162,6 @@ dev-libs/vrb
 # Removal in 30 days.
 app-misc/subsurface
 
-# Alon Bar-Lev <alonbl@gentoo.org (09 Sep 2016)
-# Weak cryptography (bug #592114)
-# Package will be removed from Gentoo in 30 days.
-app-crypt/bcrypt
-
 # Lars Wendler <polynomial-c@gentoo.org> (06 Sep 2016)
 # Breaks samba's nmbd process (bug #592502)
 =sys-libs/tevent-0.9.30