summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-24 14:48:22 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-24 14:48:22 +0100
commit4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af (patch)
treee00fe6daa7772c0241b9744d701fcf84d54c6185
parentsci-libs/libecpint: Bump to 1.0.4 (diff)
downloadgentoo-4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af.tar.gz
gentoo-4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af.tar.bz2
gentoo-4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af.zip
sci-libs/libecpint: Remove old
Closes: https://github.com/gentoo/gentoo/pull/19180 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--sci-libs/libecpint/Manifest1
-rw-r--r--sci-libs/libecpint/libecpint-1.0.2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sci-libs/libecpint/Manifest b/sci-libs/libecpint/Manifest
index 7f62c72e8e0f..b8a71480926f 100644
--- a/sci-libs/libecpint/Manifest
+++ b/sci-libs/libecpint/Manifest
@@ -1,2 +1 @@
-DIST libecpint-1.0.2.tar.gz 1161801 BLAKE2B 98b9264055bc9dab86ad54921f65380bca6cf96a2e6000bc061998367b3eeaffe122fa03ed83c75deb568ee7cce49ff85b97909bd57ae057a189025421dee82e SHA512 adf9394628a39d1e07e4f02bf4fad1c3d19cbfd9a9aa123d6151dddb78c7ef2c2cab07bc7060dba1d5114756c03964c2bd237c82203a1efb38b9facaaa24c74a
DIST libecpint-1.0.4.tar.gz 1313698 BLAKE2B 63f7ce2001ae9bdc975af083735f82fd03e133e880061d3c8659bf18d8236d09a7337049977cea6867a4e0e586d4112ccef6a8ee098903869111551364f614fb SHA512 ff38b598351e4499cd2d270a15e8c2dedcb0a6bc6aafcfc7a88ed8053199356e209bdb630713370aacbc3bba2a169050520405f7003feea7b064140d6d5337b6
diff --git a/sci-libs/libecpint/libecpint-1.0.2.ebuild b/sci-libs/libecpint/libecpint-1.0.2.ebuild
deleted file mode 100644
index 40c0946f2990..000000000000
--- a/sci-libs/libecpint/libecpint-1.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Efficient evaluation of integrals over ab initio effective core potentials"
-HOMEPAGE="https://github.com/robashaw/libecpint"
-SRC_URI="https://github.com/robashaw/libecpint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/pugixml
- test? ( dev-cpp/gtest )"
-
-src_configure() {
- mycmakeargs=(
- -DLIBECPINT_BUILD_TESTS=$(usex test)
- )
- cmake_src_configure
-}