summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-03 23:16:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-03 23:16:27 +0000
commit6ce39831d16e07fb32baced77e756d0927e7b8ed (patch)
tree5d2d3b69f865869dfd7539e9e55aa0f931063271 /sci-libs
parentRemove old. (diff)
downloadgentoo-2-6ce39831d16e07fb32baced77e756d0927e7b8ed.tar.gz
gentoo-2-6ce39831d16e07fb32baced77e756d0927e7b8ed.tar.bz2
gentoo-2-6ce39831d16e07fb32baced77e756d0927e7b8ed.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libcore/ChangeLog8
-rw-r--r--sci-libs/libcore/libcore-1.8.ebuild60
-rw-r--r--sci-libs/libcore/libcore-2.0.8.ebuild72
3 files changed, 6 insertions, 134 deletions
diff --git a/sci-libs/libcore/ChangeLog b/sci-libs/libcore/ChangeLog
index 493ce184e879..bf21f65f506f 100644
--- a/sci-libs/libcore/ChangeLog
+++ b/sci-libs/libcore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libcore
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.9 2012/08/03 19:34:54 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.10 2015/08/03 23:16:27 mrueg Exp $
+
+ 03 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -libcore-1.8.ebuild,
+ -libcore-2.0.8.ebuild:
+ Remove old.
03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> libcore-2.1.1-r1.ebuild:
Keyword amd64-linux x86-linux
diff --git a/sci-libs/libcore/libcore-1.8.ebuild b/sci-libs/libcore/libcore-1.8.ebuild
deleted file mode 100644
index 789549c7763f..000000000000
--- a/sci-libs/libcore/libcore-1.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.8.ebuild,v 1.1 2009/02/02 23:01:37 bicatali Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-MYP="${PN/lib}_v${PV}"
-
-DESCRIPTION="Robust numerical and geometric computation library"
-HOMEPAGE="http://www.cs.nyu.edu/exact/core_pages/"
-SRC_URI="http://cs.nyu.edu/exact/core/download/${MYP}/${MYP}.tgz
- doc? ( http://cs.nyu.edu/exact/core/download/${MYP}/${MYP}_doc.tgz )"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-libs/gmp"
-RDEPEND=""
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.7.patch
- sed -i \
- -e "s/-O2/${CXXFLAGS}/g" \
- -e "s/-shared/-shared ${LDFLAGS}/g" \
- Make.config || die
-}
-
-src_compile(){
- emake LINKAGE=shared corelib corex || die "emake shared failed"
- emake -C src clean && emake -C ext clean
- emake corelib corex || die "emake static failed"
- if use doc; then
- cd "${S}/doc"
- emake -j1 all || die "doc creation failed"
- emake -j1 -C doxy/latex pdf || die "pdf doc creation failed"
- fi
-}
-
-src_install(){
- dolib lib/*.a lib/*.so || die "Unable to find libraries"
- for i in $(find "${D}/usr/$(get_libdir)" -name "*so" | sed "s:${D}::g"); do
- dosym $i $i.1 && dosym $i $i.1.0.0 || die "Unable to sym $i"
- done
-
- dodir /usr/include || die "Unable to create include dir"
- cp -r ./inc/* "${D}/usr/include/" || die "Unable to copy headers"
-
- dodoc FAQs README || die "Unable to install default doc"
- if use doc; then
- dodoc doc/*.txt
- insinto /usr/share/doc/${PF}
- doins doc/papers/* doc/tutorial/tutorial.pdf || die
- doins -r doc/doxy/html doc/doxy/latex/*pdf || die
- fi
-}
diff --git a/sci-libs/libcore/libcore-2.0.8.ebuild b/sci-libs/libcore/libcore-2.0.8.ebuild
deleted file mode 100644
index f0b1fea85f91..000000000000
--- a/sci-libs/libcore/libcore-2.0.8.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-2.0.8.ebuild,v 1.1 2009/08/13 00:28:42 bicatali Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs versionator
-
-MYPN=core
-DOCPV="$(get_version_component_range 1-2)"
-
-DESCRIPTION="Robust numerical and geometric computation library"
-HOMEPAGE="http://www.cs.nyu.edu/exact/core_pages/"
-SRC_URI="http://cs.nyu.edu/exact/core/download/${MYPN}/${MYPN}-${PV}.tgz
- doc? ( http://cs.nyu.edu/exact/core/download/${MYPN}/${MYPN}-${DOCPV}.doc.tgz )"
-
-LICENSE="QPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-libs/mpfr
- dev-libs/gmp
- doc? ( app-doc/doxygen[latex] )"
-
-S="${WORKDIR}/${MYPN}-${PV}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-makefiles.patch
- sed -i \
- -e "s/-O2/${CXXFLAGS}/g" \
- -e "s/-shared/-shared ${LDFLAGS}/g" \
- Make.config || die
- sed -i -e 's/-lgmp/-lgmp -lgmpxx/g' progs/Make.options || die
- # missing input file in gaussian test and buggy test in tutorial
- sed -i -e '/gaussian/d' -e '/tutorial/d' progs/Makefile || die
-}
-
-src_compile(){
- emake VAR= LINKAGE=shared corelib corex USE_GMPXX=1 || die "emake shared failed"
- rm -f src/*.o ext/*.o
- emake VAR="" corelib corex USE_GMPXX=1 || die "emake static failed"
- if use doc; then
- cd "${S}/doc"
- export VARTEXFONTS="${T}/fonts"
- emake -j1 all || die "doc creation failed"
- emake -j1 -C doxy/latex pdf || die "pdf doc creation failed"
- fi
-}
-
-src_test() {
- LD_LIBRARY_PATH="${S}/lib" emake VAR="" test || die "emake test failed"
-}
-
-src_install(){
- dolib lib/*.a lib/*.so* || die "Unable to find libraries"
- for i in $(find "${D}/usr/$(get_libdir)" -name "*so" | sed "s:${D}::g"); do
- dosym $i.2.0.0 $i.2 && dosym $i.2 $i || die "Unable to sym $i"
- done
-
- dodir /usr/include || die "Unable to create include dir"
- cp -r ./inc/* "${D}/usr/include/" || die "Unable to copy headers"
-
- dodoc FAQs README
- if use doc; then
- dodoc doc/*.txt
- insinto /usr/share/doc/${PF}
- doins doc/papers/* doc/tutorial/tutorial.pdf || die
- doins -r doc/doxy/html doc/doxy/latex/*pdf || die
- fi
-}