public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2021-12-16 10:57 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-12-16 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     701f5c2569197dc2d495fc32fcbf2187e92c1020
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:49:17 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:49:17 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=701f5c25

sci-libs/vxl: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/vxl/vxl-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/vxl/vxl-2.0.2.ebuild b/sci-libs/vxl/vxl-2.0.2.ebuild
index 0680cceb3..4db9621f4 100644
--- a/sci-libs/vxl/vxl-2.0.2.ebuild
+++ b/sci-libs/vxl/vxl-2.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake multilib
+inherit cmake
 
 DESCRIPTION="C++ computer vision research libraries"
 HOMEPAGE="https://vxl.github.io/"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2021-01-30 11:38 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 11:38 UTC (permalink / raw
  To: gentoo-commits

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=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2015-06-21 10:15 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-21 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     69cde36b5ee1f2bf41b062091d6e0c056397f6fc
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Jun 17 07:17:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 07:17:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=69cde36b

fixed email address

 sci-libs/vxl/ChangeLog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog
index 72f3d3f..a9ef744 100644
--- a/sci-libs/vxl/ChangeLog
+++ b/sci-libs/vxl/ChangeLog
@@ -5,10 +5,10 @@
   17 Jun 2015; Horea Christian <h.chr@mail.ru> vxl-9999.ebuild:
   fixed trailing whitepace
 
-  25 May 2015;  <chymera@gentoo.org> vxl-9999.ebuild:
+  25 May 2015; Horea Christian <h.chr@mail.ru> vxl-9999.ebuild:
   dropped emty dep, sorted eclasses
 
 *vxl-9999 (25 May 2015)
 
-  25 May 2015;  <chymera@gentoo.org> +metadata.xml, +vxl-9999.ebuild:
+  25 May 2015; Horea Christian <h.chr@mail.ru> +metadata.xml, +vxl-9999.ebuild:
   new ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2015-06-21 10:15 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-21 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     44576a92841c113b60479263b54f6ae6bef789b1
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon May 25 18:33:45 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May 25 18:35:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=44576a92

new ebuild

Package-Manager: portage-2.2.18

 sci-libs/vxl/ChangeLog       |  8 ++++++++
 sci-libs/vxl/metadata.xml    | 11 +++++++++++
 sci-libs/vxl/vxl-9999.ebuild | 20 ++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog
new file mode 100644
index 0000000..94c0653
--- /dev/null
+++ b/sci-libs/vxl/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/vxl
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*vxl-9999 (25 May 2015)
+
+  25 May 2015;  <chymera@gentoo.org> +metadata.xml, +vxl-9999.ebuild:
+  new ebuild

diff --git a/sci-libs/vxl/metadata.xml b/sci-libs/vxl/metadata.xml
new file mode 100644
index 0000000..1cdbde2
--- /dev/null
+++ b/sci-libs/vxl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <longdescription lang="en">
+  VXL (the Vision-something-Libraries) is a collection of C++ libraries designed 
+  for computer vision research and implementation. It was created from TargetJr
+  and the IUE with the aim of making a light, fast and consistent system. VXL is
+  written in ANSI/ISO C++ and is designed to be portable over many platforms.
+</longdescription>
+</pkgmetadata>

diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
new file mode 100644
index 0000000..056c928
--- /dev/null
+++ b/sci-libs/vxl/vxl-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit git-r3 cmake-utils
+
+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=""
+
+RDEPEND=""
+


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2015-06-21 10:15 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-21 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     773fb65f48d8b78d998b98996d19c3a627e3048a
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Jun 17 07:15:37 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 07:15:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=773fb65f

fixed trailing whitepace

Package-Manager: portage-2.2.20

 sci-libs/vxl/ChangeLog       | 3 +++
 sci-libs/vxl/vxl-9999.ebuild | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog
index 14352e1..72f3d3f 100644
--- a/sci-libs/vxl/ChangeLog
+++ b/sci-libs/vxl/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Jun 2015; Horea Christian <h.chr@mail.ru> vxl-9999.ebuild:
+  fixed trailing whitepace
+
   25 May 2015;  <chymera@gentoo.org> vxl-9999.ebuild:
   dropped emty dep, sorted eclasses
 

diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
index 96ee188..63a3b8d 100644
--- a/sci-libs/vxl/vxl-9999.ebuild
+++ b/sci-libs/vxl/vxl-9999.ebuild
@@ -15,5 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 KEYWORDS=""
-
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2015-06-21 10:15 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-21 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     64b5f81865b3fe22bf9ef2ae94bedc72c8126cef
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon May 25 20:32:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May 25 20:32:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=64b5f818

dropped emty dep, sorted eclasses

Package-Manager: portage-2.2.18

 sci-libs/vxl/ChangeLog       | 3 +++
 sci-libs/vxl/vxl-9999.ebuild | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog
index 94c0653..14352e1 100644
--- a/sci-libs/vxl/ChangeLog
+++ b/sci-libs/vxl/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 May 2015;  <chymera@gentoo.org> vxl-9999.ebuild:
+  dropped emty dep, sorted eclasses
+
 *vxl-9999 (25 May 2015)
 
   25 May 2015;  <chymera@gentoo.org> +metadata.xml, +vxl-9999.ebuild:

diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
index 056c928..96ee188 100644
--- a/sci-libs/vxl/vxl-9999.ebuild
+++ b/sci-libs/vxl/vxl-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit git-r3 cmake-utils
+inherit cmake-utils git-r3
 
 DESCRIPTION="C++ computer vision research libraries"
 HOMEPAGE="http://vxl.sourceforge.net"
@@ -16,5 +16,4 @@ SLOT="0"
 IUSE=""
 KEYWORDS=""
 
-RDEPEND=""
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2015-06-07 18:33 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-07 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e4f2c0361e445d712f69c2dcd3f1837635f2b8e3
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Fri May 29 00:22:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri May 29 00:22:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4f2c036

Revert "new ebuild"

This reverts commit 8c5c71439ebcaa2b97f9d481cffa838d58385588.

 sci-libs/vxl/ChangeLog       |  8 --------
 sci-libs/vxl/metadata.xml    | 11 -----------
 sci-libs/vxl/vxl-9999.ebuild | 20 --------------------
 3 files changed, 39 deletions(-)

diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog
deleted file mode 100644
index 94c0653..0000000
--- a/sci-libs/vxl/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for sci-libs/vxl
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*vxl-9999 (25 May 2015)
-
-  25 May 2015;  <chymera@gentoo.org> +metadata.xml, +vxl-9999.ebuild:
-  new ebuild

diff --git a/sci-libs/vxl/metadata.xml b/sci-libs/vxl/metadata.xml
deleted file mode 100644
index 1cdbde2..0000000
--- a/sci-libs/vxl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>sci</herd>
-  <longdescription lang="en">
-  VXL (the Vision-something-Libraries) is a collection of C++ libraries designed 
-  for computer vision research and implementation. It was created from TargetJr
-  and the IUE with the aim of making a light, fast and consistent system. VXL is
-  written in ANSI/ISO C++ and is designed to be portable over many platforms.
-</longdescription>
-</pkgmetadata>

diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
deleted file mode 100644
index 056c928..0000000
--- a/sci-libs/vxl/vxl-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit git-r3 cmake-utils
-
-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=""
-
-RDEPEND=""
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/
@ 2015-06-07 18:33 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-07 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8c5c71439ebcaa2b97f9d481cffa838d58385588
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon May 25 18:33:45 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May 25 18:33:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c5c7143

new ebuild

Package-Manager: portage-2.2.18

 sci-libs/vxl/ChangeLog       |  8 ++++++++
 sci-libs/vxl/metadata.xml    | 11 +++++++++++
 sci-libs/vxl/vxl-9999.ebuild | 20 ++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog
new file mode 100644
index 0000000..94c0653
--- /dev/null
+++ b/sci-libs/vxl/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/vxl
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*vxl-9999 (25 May 2015)
+
+  25 May 2015;  <chymera@gentoo.org> +metadata.xml, +vxl-9999.ebuild:
+  new ebuild

diff --git a/sci-libs/vxl/metadata.xml b/sci-libs/vxl/metadata.xml
new file mode 100644
index 0000000..1cdbde2
--- /dev/null
+++ b/sci-libs/vxl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <longdescription lang="en">
+  VXL (the Vision-something-Libraries) is a collection of C++ libraries designed 
+  for computer vision research and implementation. It was created from TargetJr
+  and the IUE with the aim of making a light, fast and consistent system. VXL is
+  written in ANSI/ISO C++ and is designed to be portable over many platforms.
+</longdescription>
+</pkgmetadata>

diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
new file mode 100644
index 0000000..056c928
--- /dev/null
+++ b/sci-libs/vxl/vxl-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit git-r3 cmake-utils
+
+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=""
+
+RDEPEND=""
+


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-16 10:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 10:57 [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-30 11:38 Andrew Ammerlaan
2015-06-21 10:15 Justin Lecher
2015-06-21 10:15 Justin Lecher
2015-06-21 10:15 Justin Lecher
2015-06-21 10:15 Justin Lecher
2015-06-07 18:33 Justin Lecher
2015-06-07 18:33 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox