From 44576a92841c113b60479263b54f6ae6bef789b1 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 25 May 2015 20:33:45 +0200 Subject: 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(+) create mode 100644 sci-libs/vxl/ChangeLog create mode 100644 sci-libs/vxl/metadata.xml create mode 100644 sci-libs/vxl/vxl-9999.ebuild diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog new file mode 100644 index 000000000..94c0653ef --- /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; +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 000000000..1cdbde283 --- /dev/null +++ b/sci-libs/vxl/metadata.xml @@ -0,0 +1,11 @@ + + + + sci + + 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. + + diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild new file mode 100644 index 000000000..056c92801 --- /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="" + -- cgit v1.2.3-65-gdbad From 64b5f81865b3fe22bf9ef2ae94bedc72c8126cef Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 25 May 2015 22:32:07 +0200 Subject: 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 94c0653ef..14352e185 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; vxl-9999.ebuild: + dropped emty dep, sorted eclasses + *vxl-9999 (25 May 2015) 25 May 2015; +metadata.xml, +vxl-9999.ebuild: diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild index 056c92801..96ee188c7 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="" -- cgit v1.2.3-65-gdbad From 773fb65f48d8b78d998b98996d19c3a627e3048a Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 17 Jun 2015 09:15:37 +0200 Subject: 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 14352e185..72f3d3fc3 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 vxl-9999.ebuild: + fixed trailing whitepace + 25 May 2015; 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 96ee188c7..63a3b8d27 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="" - - -- cgit v1.2.3-65-gdbad From 69cde36b5ee1f2bf41b062091d6e0c056397f6fc Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 17 Jun 2015 09:17:06 +0200 Subject: 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 72f3d3fc3..a9ef744d0 100644 --- a/sci-libs/vxl/ChangeLog +++ b/sci-libs/vxl/ChangeLog @@ -5,10 +5,10 @@ 17 Jun 2015; Horea Christian vxl-9999.ebuild: fixed trailing whitepace - 25 May 2015; vxl-9999.ebuild: + 25 May 2015; Horea Christian vxl-9999.ebuild: dropped emty dep, sorted eclasses *vxl-9999 (25 May 2015) - 25 May 2015; +metadata.xml, +vxl-9999.ebuild: + 25 May 2015; Horea Christian +metadata.xml, +vxl-9999.ebuild: new ebuild -- cgit v1.2.3-65-gdbad