summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-27 21:19:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-27 21:19:01 +0000
commit6fdc803b8db149390d63c9b86342484dbb8254b2 (patch)
tree34a52d81b47e9f04992277baaf8530edb92a439f /dev-python/pycrypto
parentVersion bump. Also fix bug 329497. (diff)
downloadgentoo-2-6fdc803b8db149390d63c9b86342484dbb8254b2.tar.gz
gentoo-2-6fdc803b8db149390d63c9b86342484dbb8254b2.tar.bz2
gentoo-2-6fdc803b8db149390d63c9b86342484dbb8254b2.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha10_p9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r--dev-python/pycrypto/ChangeLog6
-rw-r--r--dev-python/pycrypto/pycrypto-2.1.0.ebuild61
-rw-r--r--dev-python/pycrypto/pycrypto-2.2.ebuild61
3 files changed, 5 insertions, 123 deletions
diff --git a/dev-python/pycrypto/ChangeLog b/dev-python/pycrypto/ChangeLog
index feb70dae17c8..6f623c0b8719 100644
--- a/dev-python/pycrypto/ChangeLog
+++ b/dev-python/pycrypto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pycrypto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.102 2010/12/27 21:01:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.103 2010/12/27 21:19:01 arfrever Exp $
+
+ 27 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pycrypto-2.1.0.ebuild, -pycrypto-2.2.ebuild:
+ Delete.
27 Dec 2010; Brent Baude <ranger@gentoo.org> pycrypto-2.3.ebuild:
Marking pycrypto-2.3 ppc64 for bug 341321
diff --git a/dev-python/pycrypto/pycrypto-2.1.0.ebuild b/dev-python/pycrypto/pycrypto-2.1.0.ebuild
deleted file mode 100644
index 11ac2c244162..000000000000
--- a/dev-python/pycrypto/pycrypto-2.1.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.1.0.ebuild,v 1.11 2010/07/06 19:28:45 ssuominen Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils eutils flag-o-matic
-
-DESCRIPTION="Python Cryptography Toolkit"
-HOMEPAGE="http://www.dlitz.net/software/pycrypto/ http://pypi.python.org/pypi/pycrypto"
-SRC_URI="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${P}.tar.gz"
-
-LICENSE="public-domain PSF-2.2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc +gmp"
-
-RDEPEND="gmp? ( dev-libs/gmp )"
-DEPEND="${RDEPEND}
- doc? ( dev-python/docutils dev-python/epydoc )"
-
-DOCS="ACKS ChangeLog README TODO"
-PYTHON_MODNAME="Crypto"
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${PN}-2.1.0-gmp.patch"
-}
-
-src_configure() {
- use gmp \
- && export USE_GMP="1" \
- || export USE_GMP="0"
-}
-
-src_compile() {
- # Some tests fail with some limit of inlining of functions.
- # Avoid warnings about breaking strict-aliasing rules.
- append-flags -fno-inline-functions -fno-strict-aliasing
-
- distutils_src_compile
-
- if use doc; then
- rst2html.py Doc/pycrypt.rst > Doc/index.html
-
- PYTHONPATH="$(ls -d build-$(PYTHON --ABI -f)/lib.*)" epydoc --config=Doc/epydoc-config --exclude-introspect="^Crypto\.(Random\.OSRNG\.nt|Util\.winrandom)$" || die "Generation of documentation failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml Doc/index.html || die "dohtml failed"
- dohtml Doc/apidoc/* || die "dohtml failed"
- fi
-}
diff --git a/dev-python/pycrypto/pycrypto-2.2.ebuild b/dev-python/pycrypto/pycrypto-2.2.ebuild
deleted file mode 100644
index fc6fe421d898..000000000000
--- a/dev-python/pycrypto/pycrypto-2.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.2.ebuild,v 1.1 2010/09/12 18:43:08 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils eutils
-
-DESCRIPTION="Python Cryptography Toolkit"
-HOMEPAGE="http://www.dlitz.net/software/pycrypto/ http://pypi.python.org/pypi/pycrypto"
-SRC_URI="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${P}.tar.gz"
-
-LICENSE="public-domain PSF-2.2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc +gmp"
-
-RDEPEND="gmp? ( dev-libs/gmp )"
-DEPEND="${RDEPEND}
- doc? ( dev-python/docutils dev-python/epydoc )"
-
-# Some tests fail with some limit of inlining of functions.
-# Avoid warnings about breaking strict-aliasing rules.
-PYTHON_CFLAGS=("2.* + -fno-inline-functions -fno-strict-aliasing")
-
-DOCS="ACKS ChangeLog README TODO"
-PYTHON_MODNAME="Crypto"
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${PN}-2.1.0-gmp.patch"
-}
-
-src_configure() {
- use gmp \
- && export USE_GMP="1" \
- || export USE_GMP="0"
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc; then
- einfo "Generation of documentation"
- rst2html.py Doc/pycrypt.rst > Doc/index.html
- PYTHONPATH="$(ls -d build-$(PYTHON --ABI -f)/lib.*)" epydoc --config=Doc/epydoc-config --exclude-introspect="^Crypto\.(Random\.OSRNG\.nt|Util\.winrandom)$" || die "Generation of documentation failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml Doc/index.html || die "dohtml failed"
- dohtml Doc/apidoc/* || die "dohtml failed"
- fi
-}