commit:     4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jan 24 13:48:22 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 13:48:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce10ce3

sci-libs/libecpint: Remove old

Closes: https://github.com/gentoo/gentoo/pull/19180
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/libecpint/Manifest               |  1 -
 sci-libs/libecpint/libecpint-1.0.2.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/sci-libs/libecpint/Manifest b/sci-libs/libecpint/Manifest
index 7f62c72e8e0..b8a71480926 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 40c0946f299..00000000000
--- 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
-}

Reply via email to