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; <[email protected]> +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="" +
