diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-19 06:13:10 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-19 06:13:10 +0000 |
commit | 0a793b6e9283b30d4c37d42a8d58d9606a4d4908 (patch) | |
tree | 3b34d7a67f4443016957a6e3dbdf2cedce259691 /dev-python/py-bcrypt | |
parent | Fix up boehm-gc dependency, build system fix was applied already upstream (diff) | |
download | gentoo-2-0a793b6e9283b30d4c37d42a8d58d9606a4d4908.tar.gz gentoo-2-0a793b6e9283b30d4c37d42a8d58d9606a4d4908.tar.bz2 gentoo-2-0a793b6e9283b30d4c37d42a8d58d9606a4d4908.zip |
removing bad py-bcrypt for bug 488228
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/py-bcrypt')
-rw-r--r-- | dev-python/py-bcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/py-bcrypt/py-bcrypt-0.2.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-python/py-bcrypt/ChangeLog b/dev-python/py-bcrypt/ChangeLog index 80c81a8e3eed..5ef769c468e9 100644 --- a/dev-python/py-bcrypt/ChangeLog +++ b/dev-python/py-bcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/py-bcrypt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-bcrypt/ChangeLog,v 1.4 2013/11/18 02:45:10 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-bcrypt/ChangeLog,v 1.5 2013/11/19 06:13:10 prometheanfire Exp $ + + 19 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> -py-bcrypt-0.2.ebuild: + removing bad py-bcrypt for bug 488228 18 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> py-bcrypt-0.4.ebuild: and 2_6... diff --git a/dev-python/py-bcrypt/py-bcrypt-0.2.ebuild b/dev-python/py-bcrypt/py-bcrypt-0.2.ebuild deleted file mode 100644 index dc341738c050..000000000000 --- a/dev-python/py-bcrypt/py-bcrypt-0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2011-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-bcrypt/py-bcrypt-0.2.ebuild,v 1.1 2013/09/10 06:29:40 patrick Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="py-bcrypt is an implementation of the OpenBSD Blowfish password hashing algorithm" -HOMEPAGE="http://www.mindrot.org/projects/py-bcrypt -https://code.google.com/p/py-bcrypt/" -SRC_URI="http://www.mindrot.org/files/${PN}/${P}.tar.gz -http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCS=( ChangeLog LICENSE README TODO ) |