diff options
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/henplus/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/henplus/Manifest | 4 | ||||
-rw-r--r-- | dev-db/henplus/files/digest-henplus-0.9.5 | 1 | ||||
-rw-r--r-- | dev-db/henplus/henplus-0.9.5.ebuild | 34 | ||||
-rw-r--r-- | dev-db/henplus/metadata.xml | 5 |
5 files changed, 52 insertions, 0 deletions
diff --git a/dev-db/henplus/ChangeLog b/dev-db/henplus/ChangeLog new file mode 100644 index 000000000000..36dcae8f1719 --- /dev/null +++ b/dev-db/henplus/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-db/henplus +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.1 2004/02/16 18:43:55 zx Exp $ + + 16 Feb 2004; Chris Aniszczyk <zx@gentoo.org> : + Initial Import. + Thanks to Marco Hennings <m.hennings@gmx.de> for the initial ebuild. Bug #40197 + diff --git a/dev-db/henplus/Manifest b/dev-db/henplus/Manifest new file mode 100644 index 000000000000..09273af67720 --- /dev/null +++ b/dev-db/henplus/Manifest @@ -0,0 +1,4 @@ +MD5 28426b6404ec33e8e735e5b89a7be3da henplus-0.9.5.ebuild 1056 +MD5 4ace9be065e2663f44ca096fbfae56a4 ChangeLog 355 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 cde5d89f324a87299196a42dfffaf617 files/digest-henplus-0.9.5 65 diff --git a/dev-db/henplus/files/digest-henplus-0.9.5 b/dev-db/henplus/files/digest-henplus-0.9.5 new file mode 100644 index 000000000000..7db26f4124e9 --- /dev/null +++ b/dev-db/henplus/files/digest-henplus-0.9.5 @@ -0,0 +1 @@ +MD5 135e00fddd80ec0cf903171760c02a1b henplus-0.9.5.tar.gz 106161 diff --git a/dev-db/henplus/henplus-0.9.5.ebuild b/dev-db/henplus/henplus-0.9.5.ebuild new file mode 100644 index 000000000000..05b47d63de6f --- /dev/null +++ b/dev-db/henplus/henplus-0.9.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.5.ebuild,v 1.1 2004/02/16 18:43:55 zx Exp $ + +inherit java-pkg + +DESCRIPTION="HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database connect via JDBC." +HOMEPAGE="http://www.sourceforge.net/projects/henplus" +SRC_URI="mirror://sourceforge/henplus/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="jikes" + +DEPEND=">=virtual/jdk-1.3 + >=dev-java/ant-1.4.1 + dev-java/libreadline-java + jikes? ( >=dev-java/jikes-1.17 )" + +RDEPEND=">=virtual/jdk-1.3" + +src_compile() { + local antflags="jar" + use jikes && antflags="${antflags} -Dbuild.compiler=jikes" + export CLASSPATH="$CLASSPATH:`java-config --classpath=libreadline-java`" + + ant ${antflags} || die "compile problem" +} + +src_install () { + java-pkg_dojar build/*.jar + dodoc README +} + diff --git a/dev-db/henplus/metadata.xml b/dev-db/henplus/metadata.xml new file mode 100644 index 000000000000..838c00a4a448 --- /dev/null +++ b/dev-db/henplus/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>java</herd> +</pkgmetadata> |