Gentoo Archives: gentoo-commits

From: Chris Reffett <geekboy72@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-jdbc/
Date: Mon, 09 Jul 2012 23:16:24
Message-Id: 1341875671.05d1a178b7f65bc3d6cccfe59ee247cab79eb9e5.creffett@gentoo
1 commit: 05d1a178b7f65bc3d6cccfe59ee247cab79eb9e5
2 Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 9 23:14:31 2012 +0000
4 Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
5 CommitDate: Mon Jul 9 23:14:31 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=05d1a178
7
8 [dev-db/virtuoso-jdbc] Version bump to 6.1.5
9
10 (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.5.ebuild | 38 +++++++++++++++++++++++
14 1 files changed, 38 insertions(+), 0 deletions(-)
15
16 diff --git a/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.5.ebuild b/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.5.ebuild
17 new file mode 100644
18 index 0000000..7ee873d
19 --- /dev/null
20 +++ b/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.5.ebuild
21 @@ -0,0 +1,38 @@
22 +# Copyright 1999-2012 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +inherit virtuoso java-pkg-2
29 +
30 +DESCRIPTION="JDBC driver for OpenLink Virtuoso Open-Source Edition"
31 +
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE=""
34 +
35 +DEPEND="
36 + >=virtual/jdk-1.6.0
37 +"
38 +RDEPEND="
39 + >=virtual/jre-1.6.0
40 +"
41 +
42 +VOS_EXTRACT="
43 + libsrc/JDBCDriverType4
44 +"
45 +
46 +src_prepare() {
47 + java-pkg-2_src_prepare
48 + virtuoso_src_prepare
49 +}
50 +
51 +src_configure() {
52 + myconf+="
53 + --with-jdk4=$(java-config-2 -O)
54 + "
55 +
56 + MAKEOPTS=-j1
57 +
58 + virtuoso_src_configure
59 +}