diff options
Diffstat (limited to 'dev-libs/beecrypt')
-rw-r--r-- | dev-libs/beecrypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild | 61 | ||||
-rw-r--r-- | dev-libs/beecrypt/files/beecrypt-3.1.0-alpha.patch | 11 | ||||
-rw-r--r-- | dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff | 11 | ||||
-rw-r--r-- | dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch | 25 | ||||
-rw-r--r-- | dev-libs/beecrypt/files/digest-beecrypt-3.1.0-r2 | 3 |
6 files changed, 6 insertions, 112 deletions
diff --git a/dev-libs/beecrypt/ChangeLog b/dev-libs/beecrypt/ChangeLog index 61bf24a44f5c..1ae7ab2a9ec0 100644 --- a/dev-libs/beecrypt/ChangeLog +++ b/dev-libs/beecrypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/beecrypt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.56 2007/06/02 03:18:38 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.57 2007/06/02 07:34:14 alonbl Exp $ + + 02 Jun 2007; Alon Bar-Lev <alonbl@gentoo.org> + -files/beecrypt-3.1.0-alpha.patch, -files/beecrypt-3.1.0-athlon.diff, + -files/beecrypt-3.1.0-python2.3.patch, -beecrypt-3.1.0-r2.ebuild: + Remove old ebuilds 02 Jun 2007; Joshua Kinard <kumba@gentoo.org> beecrypt-4.1.2-r1.ebuild: Stable on mips, per #157858. diff --git a/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild b/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild deleted file mode 100644 index 64d264d2deff..000000000000 --- a/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild,v 1.16 2006/01/18 23:28:23 vapier Exp $ - -inherit flag-o-matic eutils multilib - -DESCRIPTION="Beecrypt is a general-purpose cryptography library." -HOMEPAGE="http://sourceforge.net/projects/beecrypt" -SRC_URI="mirror://sourceforge/beecrypt/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="python" - -DEPEND="python? ( >=dev-lang/python-2.2 ) - !<app-arch/rpm-4.2.1" - -src_unpack() { - unpack ${A} - cd ${S} - - if use alpha; then - # Prevent usage of lib64 on alpha where it isn't appropriate. - # We only have one execution model, so all libraries install - # in /usr/lib. Note: This patch modifies configure, not - # configure.ac, because this package's Makefile is too smart - # and screws up mpopt.s when configure.ac is modified. - # (11 Nov 2003 agriffis) - epatch ${FILESDIR}/beecrypt-3.1.0-alpha.patch - fi - # fix for python paths (#39282) - epatch ${FILESDIR}/beecrypt-3.1.0-python2.3.patch - - # Athlons are i686 - epatch ${FILESDIR}/beecrypt-3.1.0-athlon.diff -} - -src_compile() { - conf="" - if ! use amd64; then - arch=`get-flag march` - [ -n "$arch" ] && conf="--with-arch=$arch" - cpu=`get-flag mcpu` - [ -n "$cpu" ] && conf="$conf --with-cpu=$cpu" - fi - - econf \ - `use_with python` \ - --enable-shared \ - --enable-static \ - $conf || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - # Not needed - rm -f ${D}/usr/$(get_libdir)/python*/site-packages/_bc.*a - dodoc BUGS README BENCHMARKS NEWS || die "dodoc failed" -} diff --git a/dev-libs/beecrypt/files/beecrypt-3.1.0-alpha.patch b/dev-libs/beecrypt/files/beecrypt-3.1.0-alpha.patch deleted file mode 100644 index 6c736583c6e6..000000000000 --- a/dev-libs/beecrypt/files/beecrypt-3.1.0-alpha.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- beecrypt-3.1.0/configure.old 2003-08-17 02:46:57.000000000 -0400 -+++ beecrypt-3.1.0/configure 2003-11-11 18:31:44.000000000 -0500 -@@ -17780,7 +17780,7 @@ - case $target_os in - linux*) - case $bc_target_arch in -- alpha* | powerpc64 | s390x | x86_64) -+ powerpc64 | s390x | x86_64) - bc_libalt="64" - ;; - esac diff --git a/dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff b/dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff deleted file mode 100644 index eb3cf41a9600..000000000000 --- a/dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- beecrypt-3.1.0/configure.jj 2004-04-15 10:48:27.527384248 +0100 -+++ beecrypt-3.1.0/configure 2004-04-15 10:48:47.568337560 +0100 -@@ -12965,7 +12965,7 @@ - CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ARM" - ;; - athlon*) -- CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386 -DOPTIMIZE_MMX" -+ CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I686 -DOPTIMIZE_MMX" - ;; - i386) - CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386" diff --git a/dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch b/dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch deleted file mode 100644 index 7b92fdecfe0e..000000000000 --- a/dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -ru beecrypt.orig/python/Makefile.in beecrypt/python/Makefile.in ---- beecrypt.orig/python/Makefile.in 2003-08-17 08:57:46.000000000 +0200 -+++ beecrypt/python/Makefile.in 2004-01-24 21:32:32.000000000 +0100 -@@ -163,11 +163,11 @@ - - LINT = splint - --PYVER = 2.2 -+PYVER = $(shell python -c 'import sys; print ".".join(sys.version.split()[0].split(".")[0:2])') - - SUBDIRS = test - --pylibdir = $(shell python -c 'import sys; print sys.path[1]') -+pythondir = $(shell python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1,0)') - pyincdir = $(prefix)/include/python${PYVER} - - EXTRA_DIST = debug-py.c -@@ -183,7 +183,6 @@ - - LDADD = - --pythondir = $(pylibdir)/site-packages - python_LTLIBRARIES = _bc.la - - _bc_la_SOURCES = _bc-py.c mpw-py.c rng-py.c diff --git a/dev-libs/beecrypt/files/digest-beecrypt-3.1.0-r2 b/dev-libs/beecrypt/files/digest-beecrypt-3.1.0-r2 deleted file mode 100644 index 89b4d6802bff..000000000000 --- a/dev-libs/beecrypt/files/digest-beecrypt-3.1.0-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1472cada46e2ab9f532f984de9740386 beecrypt-3.1.0.tar.gz 452555 -RMD160 da5f1ad11f8724ee75c2860252a881d1591ccb43 beecrypt-3.1.0.tar.gz 452555 -SHA256 50b574d330fecbc9faed81746a1abfcec903c264ae753ac64d4edf22c701519f beecrypt-3.1.0.tar.gz 452555 |