summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-28 18:02:53 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-28 18:02:53 +0000
commit35b6231af2af2b13d3317b84f5407cc1c6cc5a88 (patch)
treed10c93872b8804356b6173eaece21d6dc49b789d /sci-libs
parentalpha stable wrt bug #551068 (diff)
downloadgentoo-2-35b6231af2af2b13d3317b84f5407cc1c6cc5a88.tar.gz
gentoo-2-35b6231af2af2b13d3317b84f5407cc1c6cc5a88.tar.bz2
gentoo-2-35b6231af2af2b13d3317b84f5407cc1c6cc5a88.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/cln/ChangeLog7
-rw-r--r--sci-libs/cln/cln-1.3.2-r1.ebuild56
-rw-r--r--sci-libs/cln/cln-1.3.3.ebuild4
-rw-r--r--sci-libs/cln/files/cln-1.2.2-gcc-4.4.patch11
-rw-r--r--sci-libs/cln/files/cln-1.3.2-s390x.patch20
-rw-r--r--sci-libs/cln/metadata.xml4
6 files changed, 10 insertions, 92 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog
index ef84dbbf5b52..b18a2ad05137 100644
--- a/sci-libs/cln/ChangeLog
+++ b/sci-libs/cln/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/cln
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.74 2015/06/27 12:35:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.75 2015/06/28 18:02:52 jlec Exp $
+
+ 28 Jun 2015; Justin Lecher <jlec@gentoo.org> -cln-1.3.2-r1.ebuild,
+ -files/cln-1.2.2-gcc-4.4.patch, -files/cln-1.3.2-s390x.patch,
+ cln-1.3.3.ebuild, metadata.xml:
+ Drop old
27 Jun 2015; Markus Meier <maekke@gentoo.org> cln-1.3.3.ebuild:
arm stable, bug #545420
diff --git a/sci-libs/cln/cln-1.3.2-r1.ebuild b/sci-libs/cln/cln-1.3.2-r1.ebuild
deleted file mode 100644
index 9c46ad65e8e7..000000000000
--- a/sci-libs/cln/cln-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.10 2013/01/01 08:25:29 ago Exp $
-
-EAPI=4
-
-inherit autotools-utils flag-o-matic
-
-DESCRIPTION="Class library (C++) for numbers"
-HOMEPAGE="http://www.ginac.de/CLN/"
-SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
-
-DEPEND="dev-libs/gmp
- doc? ( virtual/latex-base )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-s390x.patch
- "${FILESDIR}"/${P}-arm.patch
- )
-
-pkg_setup() {
- use sparc && append-cppflags "-DNO_ASM"
- use hppa && append-cppflags "-DNO_ASM"
- use arm && append-cppflags "-DNO_ASM"
-}
-
-src_prepare() {
- # avoid building examples
- # do it in Makefile.in to avoid time consuming eautoreconf
- sed -i -e '/^SUBDIRS.*=/s/examples doc benchmarks/doc/' Makefile.in || die
- autotools-utils_src_prepare
-}
-
-src_configure () {
- local myeconfargs=( --datadir="${EPREFIX}"/usr/share/doc/${PF} )
- autotools-utils_src_configure
-}
-src_compile() {
- autotools-utils_src_compile
- use doc && autotools-utils_src_compile html pdf
-}
-
-src_install () {
- use doc && DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/cln.pdf") && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/")
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.cc
- fi
-}
diff --git a/sci-libs/cln/cln-1.3.3.ebuild b/sci-libs/cln/cln-1.3.3.ebuild
index b7fbf72b7c37..15ea607ba387 100644
--- a/sci-libs/cln/cln-1.3.3.ebuild
+++ b/sci-libs/cln/cln-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v 1.11 2015/06/27 12:35:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v 1.12 2015/06/28 18:02:52 jlec Exp $
EAPI=5
@@ -15,7 +15,7 @@ SLOT="1"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs"
-RDEPEND="dev-libs/gmp"
+RDEPEND="dev-libs/gmp:0="
DEPEND="${RDEPEND}
doc? ( virtual/latex-base )"
diff --git a/sci-libs/cln/files/cln-1.2.2-gcc-4.4.patch b/sci-libs/cln/files/cln-1.2.2-gcc-4.4.patch
deleted file mode 100644
index b874d46c87b4..000000000000
--- a/sci-libs/cln/files/cln-1.2.2-gcc-4.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/cln/io.h
-+++ include/cln/io.h
-@@ -16,6 +16,8 @@
- #include <iostream>
- #endif
-
-+#include <cstdio>
-+
- namespace cln {
-
- // compatibility:
diff --git a/sci-libs/cln/files/cln-1.3.2-s390x.patch b/sci-libs/cln/files/cln-1.3.2-s390x.patch
deleted file mode 100644
index c0b1082ca096..000000000000
--- a/sci-libs/cln/files/cln-1.3.2-s390x.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/cln/types.h 2009-06-14 15:49:32.000000000 -0400
-+++ include/cln/types.h.new 2009-12-29 09:01:31.751401399 -0500
-@@ -48,7 +48,7 @@
- #undef HAVE_LONGLONG
- #endif
- #endif
-- #if defined(HAVE_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__mips64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__x86_64__))
-+ #if defined(HAVE_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__mips64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__sparc64__) || defined(__x86_64__))
- // 64 bit registers in hardware
- #define HAVE_FAST_LONGLONG
- #endif
-@@ -127,7 +127,7 @@
- typedef int sintD;
- typedef unsigned int uintD;
- #else // we are not using GMP, so just guess something reasonable
-- #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__)))
-+ #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__x86_64__)))
- #define intDsize 64
- typedef sint64 sintD;
- typedef uint64 uintD;
diff --git a/sci-libs/cln/metadata.xml b/sci-libs/cln/metadata.xml
index 66e000d46f88..91b9559a615a 100644
--- a/sci-libs/cln/metadata.xml
+++ b/sci-libs/cln/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <longdescription lang="en">
A Class Library for Numbers is a library for computations with all
kinds of numbers in arbitrary precision. It has a set of number
classes, including integers (with unlimited precision), reals with