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 D45F9158016 for ; Mon, 27 Sep 2021 07:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAFFE0954; Mon, 27 Sep 2021 07:09:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D649E0951 for ; Mon, 27 Sep 2021 07:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40684342EF6 for ; Mon, 27 Sep 2021 07:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68DC129 for ; Mon, 27 Sep 2021 07:09:00 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632726538.01b3be18dfc5c037b5f39fd73a8b8cbc390b6c8f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/ann/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/ann/ann-1.1.2_p7-r1.ebuild sci-libs/ann/ann-1.1.2_p7-r2.ebuild sci-libs/ann/ann-1.1.2_p7.ebuild X-VCS-Directories: sci-libs/ann/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 01b3be18dfc5c037b5f39fd73a8b8cbc390b6c8f X-VCS-Branch: dev Date: Mon, 27 Sep 2021 07:09: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: 79eaa076-b332-494f-803b-9447adb267c8 X-Archives-Hash: 30cd1c0c3a198bf3a2f821ba0471352f commit: 01b3be18dfc5c037b5f39fd73a8b8cbc390b6c8f Author: Alessandro Barbieri gmail com> AuthorDate: Mon Sep 27 07:04:27 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Sep 27 07:08:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01b3be18 sci-libs/ann: eapi bump, drop old Signed-off-by: Alessandro Barbieri gmail.com> ...n-1.1.2_p7-r1.ebuild => ann-1.1.2_p7-r2.ebuild} | 2 +- sci-libs/ann/ann-1.1.2_p7.ebuild | 73 ---------------------- 2 files changed, 1 insertion(+), 74 deletions(-) diff --git a/sci-libs/ann/ann-1.1.2_p7-r1.ebuild b/sci-libs/ann/ann-1.1.2_p7-r2.ebuild similarity index 99% rename from sci-libs/ann/ann-1.1.2_p7-r1.ebuild rename to sci-libs/ann/ann-1.1.2_p7-r2.ebuild index 794d59bf3..52ec0de6a 100644 --- a/sci-libs/ann/ann-1.1.2_p7-r1.ebuild +++ b/sci-libs/ann/ann-1.1.2_p7-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 MY_PV="${PV//_p*/}" MY_P="${PN}-${MY_PV}" diff --git a/sci-libs/ann/ann-1.1.2_p7.ebuild b/sci-libs/ann/ann-1.1.2_p7.ebuild deleted file mode 100644 index b13f224cb..000000000 --- a/sci-libs/ann/ann-1.1.2_p7.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit autotools eutils flag-o-matic - -MY_PV="${PV//_p*/}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="A Library for Approximate Nearest Neighbor Searching" -HOMEPAGE="https://www.cs.umd.edu/~mount/ANN/" -SRC_URI="http://cdn-fastly.deb.debian.org/debian/pool/main/a/${PN}/${PN}_${MY_PV}+doc.orig.tar.gz -http://cdn-fastly.deb.debian.org/debian/pool/main/a/${PN}/${PN}_${MY_PV}+doc-${PV##*p}.debian.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="debug test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="" -BDEPEND="dev-util/quilt" - -S="${WORKDIR}/${MY_P}+doc" - -DOCS=( doc/ANNmanual.pdf doc/ReadMe.txt ) - -src_prepare() { - export QUILT_PATCHES="${WORKDIR}/debian/patches" - export QUILT_SERIES="${QUILT_PATCHES}/series" - quilt push -a || die - eapply_user - - eautoreconf -} - -src_configure() { - use debug && append-cxxflags -DANN_PERF - econf --disable-static -} - -src_test() { - cd test - ./ann_test < test1.in > /dev/null || die - ./ann_test < test2.in > /dev/null || die - cd .. -} - -src_install() { - default - - insinto /usr/include/ANN - doins -r include/ANN/. - - insinto "/usr/share/${P}/sample" - doins sample/query.pts - doins sample/sample.save - doins sample/data.pts - - cd "${WORKDIR}/debian" - pod2man --center="User Commands" ann2fig.pod ann2fig.1 - pod2man --center="User Commands" ann_sample.pod ann_sample.1 - pod2man --center="User Commands" ann_test.pod ann_test.1 - doman ann_sample.1 - doman ann_test.1 - doman ann2fig.1 - cd "${S}" - - find "${D}" -name '*.la' -delete || die -}