From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FCAE13835C for ; Sun, 24 Jan 2021 13:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EABBE0A68; Sun, 24 Jan 2021 13:49:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25B92E0A63 for ; Sun, 24 Jan 2021 13:49:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 260A7341215 for ; Sun, 24 Jan 2021 13:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60304AE for ; Sun, 24 Jan 2021 13:49:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1611496102.4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libecpint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libecpint/Manifest sci-libs/libecpint/libecpint-1.0.2.ebuild X-VCS-Directories: sci-libs/libecpint/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af X-VCS-Branch: master Date: Sun, 24 Jan 2021 13:49:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e339087-0d5d-49b1-9266-e96756e4a975 X-Archives-Hash: 5feaa3465f09a6faf96bed6db45bd013 commit: 4ce10ce37d2daa9c585bd2e79d8955f3c8aed1af Author: Jakov Smolic sartura hr> AuthorDate: Sun Jan 24 13:48:22 2021 +0000 Commit: David Seifert gentoo 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 sartura.hr> Signed-off-by: David Seifert 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 -}