dev-java/jackcess: New package

Jackcess is a pure Java library for reading and writing MS Access
databases. It provides a robust, cross-platform backend API allowing other
developers to integrate MS Access support into their Java applications.

This package is needed for >=sci-libs/gdal-2.0.3[mdb].

Package-Manager: portage-2.3.2
This commit is contained in:
Thomas Deutschmann
2016-12-04 21:37:38 +01:00
parent a6890f3c83
commit fab2ed732c
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST jackcess-1.2.14.3-sources.jar 541095 SHA256 016cae78d8567ac8aa9349d2481f7c20d856fc7e0b9a1503d33a201a465d6557 SHA512 a0ccc39187ee94f550760d5640b736cf54d7523bad4eed715166608e18b30acad82a8db2d78f4c9da381c04876571c3d9fdb0418ee2585568c5da18b000f3b1b WHIRLPOOL 7c6ff3f291d2757feda3cdc5e8aa4605dc972717cd0751a0abf9c6d76884df84e3395667f7fd436fe9eb9aa1381c8fecde9e9430f565d52865886e3b2a343e2d

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Pure Java library for reading from and writing to MS Access databases"
HOMEPAGE="http://jackcess.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
LICENSE="Apache-2.0"
SLOT="1"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
CP_DEPEND=">=dev-java/commons-lang-2.6:2.1
>=dev-java/commons-logging-1.1.3:0
>=dev-java/log4j-1.2.7:0"
DEPEND=">=virtual/jdk-1.7
app-arch/unzip
${CP_DEPEND}"
RDEPEND=">=virtual/jre-1.7
${CP_DEPEND}"
src_compile() {
java-pkg-simple_src_compile
java-pkg_addres "${PN}.jar" .
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<longdescription>
Lightweight Java cryptography APIs that work with everything
from the J2ME to the JDK 1.6
</longdescription>
</pkgmetadata>