Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
Date: Sat, 30 Jan 2021 11:38:44
Message-Id: 1612006709.70cdff75c8946fbae837f3f7dd50c51c75cd7302.andrewammerlaan@gentoo
1 commit: 70cdff75c8946fbae837f3f7dd50c51c75cd7302
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 30 11:38:29 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Jan 30 11:38:29 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=70cdff75
7
8 sci-libs/vxl: version bump, EAPI bump, add keywords
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-libs/vxl/vxl-2.0.2.ebuild | 23 +++++++++++++++++++++++
14 sci-libs/vxl/vxl-9999.ebuild | 16 ----------------
15 2 files changed, 23 insertions(+), 16 deletions(-)
16
17 diff --git a/sci-libs/vxl/vxl-2.0.2.ebuild b/sci-libs/vxl/vxl-2.0.2.ebuild
18 new file mode 100644
19 index 000000000..0680cceb3
20 --- /dev/null
21 +++ b/sci-libs/vxl/vxl-2.0.2.ebuild
22 @@ -0,0 +1,23 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit cmake multilib
29 +
30 +DESCRIPTION="C++ computer vision research libraries"
31 +HOMEPAGE="https://vxl.github.io/"
32 +SRC_URI="https://github.com/vxl/vxl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 +
34 +LICENSE="BSD"
35 +SLOT="0"
36 +KEYWORDS="~amd64"
37 +
38 +DEPEND="sci-libs/libgeotiff"
39 +RDEPEND="${DEPEND}"
40 +
41 +src_install() {
42 + cmake_src_install
43 + # install lib files to correct dir
44 + mv "${ED}/usr/lib" "${ED}/usr/$(get_libdir)"
45 +}
46
47 diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
48 deleted file mode 100644
49 index ab92e482e..000000000
50 --- a/sci-libs/vxl/vxl-9999.ebuild
51 +++ /dev/null
52 @@ -1,16 +0,0 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -
58 -inherit cmake-utils git-r3
59 -
60 -DESCRIPTION="C++ computer vision research libraries"
61 -HOMEPAGE="http://vxl.sourceforge.net"
62 -SRC_URI=""
63 -EGIT_REPO_URI="http://git.code.sf.net/p/vxl/git"
64 -
65 -LICENSE="BSD"
66 -SLOT="0"
67 -IUSE=""
68 -KEYWORDS=""