commit:     70cdff75c8946fbae837f3f7dd50c51c75cd7302
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 11:38:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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=""

Reply via email to