Showing with 42 additions and 0 deletions.
  1. +14 −0 sci-libs/vxl/ChangeLog
  2. +11 −0 sci-libs/vxl/metadata.xml
  3. +17 −0 sci-libs/vxl/vxl-9999.ebuild
@@ -0,0 +1,14 @@
# ChangeLog for sci-libs/vxl
# 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; Horea Christian <h.chr@mail.ru> vxl-9999.ebuild:
dropped emty dep, sorted eclasses

*vxl-9999 (25 May 2015)

25 May 2015; Horea Christian <h.chr@mail.ru> +metadata.xml, +vxl-9999.ebuild:
new ebuild
@@ -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>
@@ -0,0 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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