commit: 7951079f1a64016fc24f2d0e1196baa330048c64 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Tue Sep 22 12:10:29 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Tue Sep 22 12:10:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7951079f
sci-libs/givaro: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-libs/givaro/givaro-3.2.13.ebuild | 26 -------------------------- sci-libs/givaro/givaro-3.3.0.ebuild | 26 -------------------------- sci-libs/givaro/givaro-3.8.0.ebuild | 20 -------------------- sci-libs/givaro/metadata.xml | 9 --------- 4 files changed, 81 deletions(-) diff --git a/sci-libs/givaro/givaro-3.2.13.ebuild b/sci-libs/givaro/givaro-3.2.13.ebuild deleted file mode 100644 index d1dee7b59..000000000 --- a/sci-libs/givaro/givaro-3.2.13.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="C++ library for arithmetic and algebraic computations" -HOMEPAGE="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/" -SRC_URI="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/Downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/gmp-4.1-r1:0=" -DEPEND="${RDEPEND}" - -src_configure(){ - econf "--enable-shared" -} - -pkg_postinst() { - elog "The givaro ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=227803" -} diff --git a/sci-libs/givaro/givaro-3.3.0.ebuild b/sci-libs/givaro/givaro-3.3.0.ebuild deleted file mode 100644 index b7eaf2412..000000000 --- a/sci-libs/givaro/givaro-3.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="C++ library for arithmetic and algebraic computations" -HOMEPAGE="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/" -SRC_URI="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/Downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/gmp-4.1-r1:0=" -DEPEND="${RDEPEND}" - -src_configure(){ - econf "--enable-shared" -} - -pkg_postinst() { - elog "The givaro ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=227803" -} diff --git a/sci-libs/givaro/givaro-3.8.0.ebuild b/sci-libs/givaro/givaro-3.8.0.ebuild deleted file mode 100644 index 42dabbab8..000000000 --- a/sci-libs/givaro/givaro-3.8.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="C++ library for arithmetic and algebraic computations" -HOMEPAGE="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/" -SRC_URI="https://forge.imag.fr/frs/download.php/592/${P}.tar.gz" - -LICENSE="CeCILL-B" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/gmp-4.1-r1:0=" -DEPEND="${RDEPEND}" - -src_configure(){ - econf "--enable-shared" -} diff --git a/sci-libs/givaro/metadata.xml b/sci-libs/givaro/metadata.xml deleted file mode 100644 index 90d08b5bf..000000000 --- a/sci-libs/givaro/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription>Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities: Primes fields, Extensions Fields, Finite Fields, Finite Rings, Polynomials, Algebraic numbers, Arbitrary precision integers and rationals (C++ wrappers over gmp) It also provides data-structures and templated classes for the manipulation of basic algebraic objects, such as vectors, matrices (dense, sparse, structured), univariate polynomials (and therefore recursive multivariate).</longdescription> -</pkgmetadata>
