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 65DC0138350 for ; Wed, 12 Feb 2020 15:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F213E0845; Wed, 12 Feb 2020 15:27:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B89CE0845 for ; Wed, 12 Feb 2020 15:27:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C43F34EBF8 for ; Wed, 12 Feb 2020 15:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD6010B for ; Wed, 12 Feb 2020 15:27:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581521151.ce7ee526adbe74cac8f11f7538ef5d6fdb6f084d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libnova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libnova/Manifest sci-libs/libnova/libnova-0.15.0.ebuild X-VCS-Directories: sci-libs/libnova/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce7ee526adbe74cac8f11f7538ef5d6fdb6f084d X-VCS-Branch: master Date: Wed, 12 Feb 2020 15:27:00 +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: a9841d9c-602a-4395-b99b-276470ed6eb4 X-Archives-Hash: 2663b2d0911b3019aeb8fa33e8deb9aa commit: ce7ee526adbe74cac8f11f7538ef5d6fdb6f084d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 12 15:25:26 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 12 15:25:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7ee526 sci-libs/libnova: Drop 0.15.0 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/libnova/Manifest | 1 - sci-libs/libnova/libnova-0.15.0.ebuild | 50 ---------------------------------- 2 files changed, 51 deletions(-) diff --git a/sci-libs/libnova/Manifest b/sci-libs/libnova/Manifest index 344cba8f312..23aa8e94f86 100644 --- a/sci-libs/libnova/Manifest +++ b/sci-libs/libnova/Manifest @@ -1,2 +1 @@ -DIST libnova-0.15.0.tar.gz 1533794 BLAKE2B e87ffd3b8a895ca7ac9913ad3aacff526718442546df5687f2156718f721665ffff27e69af4bcb65bac5df1fda89fc6fc8fe9876a4b74392986771cf157dc48c SHA512 77ab0ccbfe462c03a21e88656cb4d6389994ea1da0ee8da997f19a83d24ad8fd9e505e70e1580b75332e826e5b7859b5f2af4417f65eb811440493ba586f2574 DIST libnova-0.16.0.tar.xz 909212 BLAKE2B ae7efef8295dafd3715c37506d7403fc38a951c9a7c43e41e3c6ca3c922243a396052bbb71f07901bbd3aae2b2bee183efbd9e3e9c50dce72379f6ced80d5701 SHA512 f1c33421b7f09097223afe1bd5c31fa9a4591e4c965ba8a5ae1f164367717aa03986970ffe9c01e400b27aea43843fbb67cfbfe6ef44ec2c519f524aab9ea86f diff --git a/sci-libs/libnova/libnova-0.15.0.ebuild b/sci-libs/libnova/libnova-0.15.0.ebuild deleted file mode 100644 index a0f7d8f6be4..00000000000 --- a/sci-libs/libnova/libnova-0.15.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Celestial Mechanics and Astronomical Calculation Library" -HOMEPAGE="http://libnova.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="doc examples static-libs" - -DEPEND="doc? ( app-doc/doxygen )" -RDEPEND="" - -src_prepare() { - default - sed -i -e '/CFLAGS=-Wall/d' configure.in || die - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_compile() { - default - use doc && emake -C doc doc -} - -src_install() { - use doc && HTML_DOCS=( doc/html/. ) - default - - if use examples; then - emake clean - rm examples/Makefile* || die - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - if ! use static-libs; then - find "${D}" -name '*.la' -delete || die - fi -}