summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-11-13 12:27:27 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-11-13 12:27:27 +0000
commit26f603f54251fd91d818112c68021aeabce3e50b (patch)
tree7de5776f44e36837c46a5819c3fe9ea7fa885333 /dev-db/octopus
parentfiltered jikes and quoted some variables (diff)
downloadgentoo-2-26f603f54251fd91d818112c68021aeabce3e50b.tar.gz
gentoo-2-26f603f54251fd91d818112c68021aeabce3e50b.tar.bz2
gentoo-2-26f603f54251fd91d818112c68021aeabce3e50b.zip
filtered jikes and quoted some variables
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-db/octopus')
-rw-r--r--dev-db/octopus/ChangeLog6
-rw-r--r--dev-db/octopus/octopus-3.0.1-r1.ebuild11
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-db/octopus/ChangeLog b/dev-db/octopus/ChangeLog
index 840c2af9b15b..3929130a8ba7 100644
--- a/dev-db/octopus/ChangeLog
+++ b/dev-db/octopus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/octopus
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.11 2007/08/20 16:19:10 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.12 2007/11/13 12:27:27 opfer Exp $
+
+ 13 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+ octopus-3.0.1-r1.ebuild:
+ filtered jikes and quoted some variables
20 Aug 2007; Vlastimil Babka <caster@gentoo.org> octopus-3.0.1-r1.ebuild:
Restrict jdk in DEPEND to 1.4 only for added abstract API in 1.5+, reported
diff --git a/dev-db/octopus/octopus-3.0.1-r1.ebuild b/dev-db/octopus/octopus-3.0.1-r1.ebuild
index 5678282ea54e..53f1207e81a5 100644
--- a/dev-db/octopus/octopus-3.0.1-r1.ebuild
+++ b/dev-db/octopus/octopus-3.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.7 2007/08/20 16:19:10 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.8 2007/11/13 12:27:27 opfer Exp $
JAVA_PKG_IUSE="doc source"
@@ -41,14 +41,15 @@ src_unpack() {
mv xmls "${S}"/modules/Octopus
cd "${S}"/modules
- cp ${FILESDIR}/${P}-gentoo-build.xml build.xml
+ cp "${FILESDIR}/${P}-gentoo-build.xml" build.xml
java-ant_rewrite-classpath build.xml
+ java-pkg_filter-compiler jikes
}
EANT_GENTOO_CLASSPATH="xerces-2,rhino-1.6,ant-core,junit,log4j"
src_compile() {
- cd ${S}/modules
+ cd "${S}/modules"
use source && antflags="${antflags} sourcezip-all"
@@ -65,12 +66,12 @@ RESTRICT="test"
src_install() {
dodoc ChangeLog.txt ReleaseNotes.txt
- cd ${S}/modules
+ cd "${S}/modules"
java-pkg_dojar dist/*.jar
if use source; then
dodir /usr/share/doc/${PF}/source
- cp dist/*-src.zip ${D}usr/share/doc/${PF}/source
+ cp dist/*-src.zip "${D}usr/share/doc/${PF}/source"
fi
if use doc; then
docinto html/api