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 F38471382C5 for ; Sat, 30 Jan 2021 11:38:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEAC2E0903; Sat, 30 Jan 2021 11:38:43 +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 47CACE0903 for ; Sat, 30 Jan 2021 11:38:43 +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 BFA8E340EFD for ; Sat, 30 Jan 2021 11:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22C3F4C for ; Sat, 30 Jan 2021 11:38:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1612006709.70cdff75c8946fbae837f3f7dd50c51c75cd7302.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/vxl/vxl-2.0.2.ebuild sci-libs/vxl/vxl-9999.ebuild X-VCS-Directories: sci-libs/vxl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 70cdff75c8946fbae837f3f7dd50c51c75cd7302 X-VCS-Branch: master Date: Sat, 30 Jan 2021 11:38:40 +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: afc3e8e4-2f18-4db9-b559-0382277057ae X-Archives-Hash: e1af1ea1a0a60d26cbacf0edd5d08e65 commit: 70cdff75c8946fbae837f3f7dd50c51c75cd7302 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 30 11:38:29 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Jan 30 11:38:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=70cdff75 sci-libs/vxl: version bump, EAPI bump, add keywords Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/vxl/vxl-2.0.2.ebuild | 23 +++++++++++++++++++++++ sci-libs/vxl/vxl-9999.ebuild | 16 ---------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/sci-libs/vxl/vxl-2.0.2.ebuild b/sci-libs/vxl/vxl-2.0.2.ebuild new file mode 100644 index 000000000..0680cceb3 --- /dev/null +++ b/sci-libs/vxl/vxl-2.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake multilib + +DESCRIPTION="C++ computer vision research libraries" +HOMEPAGE="https://vxl.github.io/" +SRC_URI="https://github.com/vxl/vxl/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="sci-libs/libgeotiff" +RDEPEND="${DEPEND}" + +src_install() { + cmake_src_install + # install lib files to correct dir + mv "${ED}/usr/lib" "${ED}/usr/$(get_libdir)" +} diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild deleted file mode 100644 index ab92e482e..000000000 --- a/sci-libs/vxl/vxl-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils git-r3 - -DESCRIPTION="C++ computer vision research libraries" -HOMEPAGE="http://vxl.sourceforge.net" -SRC_URI="" -EGIT_REPO_URI="http://git.code.sf.net/p/vxl/git" - -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS=""