diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-10-04 02:10:08 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-10-04 02:11:00 +0300 |
commit | 15d6cfa59d824a2f23345554edc30502fee2c07e (patch) | |
tree | b76ab8f8d87ae940d03a46beebd4a71c8e33b6ba /app-crypt | |
parent | app-crypt/scl011-bin: remove from tree (diff) | |
download | gentoo-15d6cfa59d824a2f23345554edc30502fee2c07e.tar.gz gentoo-15d6cfa59d824a2f23345554edc30502fee2c07e.tar.bz2 gentoo-15d6cfa59d824a2f23345554edc30502fee2c07e.zip |
app-crypt/bcrypt: remove from tree
# 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
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcrypt/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/bcrypt/bcrypt-1.1.ebuild | 33 | ||||
-rw-r--r-- | app-crypt/bcrypt/files/bcrypt-1.1-Makefile.patch | 19 | ||||
-rw-r--r-- | app-crypt/bcrypt/metadata.xml | 11 |
4 files changed, 0 insertions, 64 deletions
diff --git a/app-crypt/bcrypt/Manifest b/app-crypt/bcrypt/Manifest deleted file mode 100644 index 2e9b9ad082e3..000000000000 --- a/app-crypt/bcrypt/Manifest +++ /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 index 07266aa2a6a8..000000000000 --- a/app-crypt/bcrypt/bcrypt-1.1.ebuild +++ /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 index 1b210392427e..000000000000 --- a/app-crypt/bcrypt/files/bcrypt-1.1-Makefile.patch +++ /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 index 71c61515eae3..000000000000 --- a/app-crypt/bcrypt/metadata.xml +++ /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> |