commit: 624259413079087b8c887dc6ea0655c774e99bba Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> AuthorDate: Sun May 10 14:40:20 2015 +0000 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> CommitDate: Sun May 10 14:40:20 2015 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=62425941
remove outdated ebuild dev-python/keyczar/Manifest | 2 -- dev-python/keyczar/keyczar-0.6b.ebuild | 32 -------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/keyczar/Manifest b/dev-python/keyczar/Manifest deleted file mode 100644 index 9b23ba1..0000000 --- a/dev-python/keyczar/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD keyczar-0.6b.ebuild 675 RMD160 b73ddea0d1712358036eb95ac3ce296490036298 SHA1 d0e7e50c223f889918d8bbd9f2f57ae9259da2ef SHA256 4a52cadbd5a81e5ba94bc24a169e4cee85228cf992f93dece469b6eb83976e43 -DIST python-keyczar-0.6b.061709.tar.gz 216342 RMD160 d14ef6cf1e6b7bb641c0a3ad0d1226a6ed939149 SHA1 6373bf2c52fbf1a88519389f476c0691034257a6 SHA256 8ac73c0efa4bd14867e4ea7dab1add057b76b887486e756f613d4148e853ce79 diff --git a/dev-python/keyczar/keyczar-0.6b.ebuild b/dev-python/keyczar/keyczar-0.6b.ebuild deleted file mode 100644 index 4279451..0000000 --- a/dev-python/keyczar/keyczar-0.6b.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Tiziano Müller -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit distutils - -DATETAG="061709" -MY_P="python-${P}" - -DESCRIPTION="Toolkit for safe and simple cryptography (pure-python implementation)." -HOMEPAGE="http://code.google.com/p/keyczar/" -SRC_URI="http://keyczar.googlecode.com/files/${MY_P}.${DATETAG}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/pycrypto - dev-python/pyasn1" -RDEPEND="${DEPEND} - !dev-libs/keyczar[python]" - -S="${WORKDIR}/${MY_P}" - -src_test() { - cd tests/keyczar - PYTHONPATH="../../build/lib" "${python}" alltests.py || die "tests failed" -} -