commit:     0ec88c05b00cb59ece4a1987d80adb21123b7764
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 27 16:23:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 16:53:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec88c05

sci-libs/libqalculate: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libqalculate/Manifest                     |  1 -
 .../libqalculate/libqalculate-3.15.0-r1.ebuild     | 65 ----------------------
 2 files changed, 66 deletions(-)

diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index 0e8cd361b6e..d2597cb4130 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -1,2 +1 @@
-DIST libqalculate-3.15.0.tar.gz 1747863 BLAKE2B 
eed4cf8f11546b80e9556cfdf09e48d8c4c29948e6bdc02b3f9efd9aa6dce8e6c5eecf440bf4b6243ddcdb59cb7176f1eb054a3ef73cc91444d86ed7645f3a37
 SHA512 
b8f2af83218a3f90326cb7f679b71cac328cf0591178ed718920cd491d682cf7341c702934b3a232bea5a67ec2d2e09b4321a7ac938c5bc1e221bee086ae4c36
 DIST libqalculate-3.16.1.tar.gz 1756176 BLAKE2B 
b09e06a4d89249bb3e38a47ed47acc7598bc62e966673a1eb175641b1018021199dbbcd38266301ec8b2d3c55747378adfde3db4e25e58771be162905cb493dc
 SHA512 
3cc7ba66493252015b9d33835188c236b10afdce5f23021a5e686609609265aed81d592815ee6a172c269a0f144a3203c954435fea8ddb82637453d5c98cd05a

diff --git a/sci-libs/libqalculate/libqalculate-3.15.0-r1.ebuild 
b/sci-libs/libqalculate/libqalculate-3.15.0-r1.ebuild
deleted file mode 100644
index 35672fd3c7e..00000000000
--- a/sci-libs/libqalculate/libqalculate-3.15.0-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A modern multi-purpose calculator library"
-HOMEPAGE="https://qalculate.github.io/";
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="curl icu gnuplot readline"
-
-DEPEND="
-       dev-libs/gmp:0=
-       dev-libs/libxml2:2
-       dev-libs/mpfr:0=
-       virtual/libiconv
-       curl? ( net-misc/curl )
-       icu? ( dev-libs/icu:= )
-       readline? ( sys-libs/readline:0= )"
-RDEPEND="${DEPEND}
-       gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
-BDEPEND="
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-src_prepare() {
-       default
-
-       cat >po/POTFILES.skip <<-EOF || die
-               # Required by make check
-               data/currencies.xml.in
-               data/datasets.xml.in
-               data/elements.xml.in
-               data/functions.xml.in
-               data/planets.xml.in
-               data/prefixes.xml.in
-               data/units.xml.in
-               data/variables.xml.in
-               src/defs2doc.cc
-       EOF
-}
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_with curl libcurl) \
-               $(use_with gnuplot gnuplot-call) \
-               $(use_with icu) \
-               $(use_with readline)
-}
-
-src_install() {
-       # docs/reference/Makefile.am -> referencedir=
-       emake \
-               DESTDIR="${D}" \
-               referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
-               install
-       einstalldocs
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to