public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/octopus: octopus-3.0.1-r1.ebuild ChangeLog
@ 2007-11-13 12:27 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-11-13 12:27 UTC (permalink / raw
  To: gentoo-commits

opfer       07/11/13 12:27:28

  Modified:             octopus-3.0.1-r1.ebuild ChangeLog
  Log:
  filtered jikes and quoted some variables
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.8                  dev-db/octopus/octopus-3.0.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?r1=1.7&r2=1.8

Index: octopus-3.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- octopus-3.0.1-r1.ebuild	20 Aug 2007 16:19:10 -0000	1.7
+++ octopus-3.0.1-r1.ebuild	13 Nov 2007 12:27:27 -0000	1.8
@@ -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 @@
 	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 @@
 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



1.12                 dev-db/octopus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	20 Aug 2007 16:19:10 -0000	1.11
+++ ChangeLog	13 Nov 2007 12:27:27 -0000	1.12
@@ -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



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/octopus: octopus-3.0.1-r1.ebuild ChangeLog
@ 2008-01-10 21:59 Vlastimil Babka (caster)
  0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2008-01-10 21:59 UTC (permalink / raw
  To: gentoo-commits

caster      08/01/10 21:59:10

  Modified:             octopus-3.0.1-r1.ebuild ChangeLog
  Log:
  Restrict junit dependency.
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.9                  dev-db/octopus/octopus-3.0.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild?r1=1.8&r2=1.9

Index: octopus-3.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- octopus-3.0.1-r1.ebuild	13 Nov 2007 12:27:27 -0000	1.8
+++ octopus-3.0.1-r1.ebuild	10 Jan 2008 21:59:09 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.8 2007/11/13 12:27:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.9 2008/01/10 21:59:09 caster Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -20,7 +20,7 @@
 	>=dev-java/xerces-2.7
 	>=dev-java/log4j-1.2.8
 	=dev-java/rhino-1.6*
-	dev-java/junit
+	=dev-java/junit-3.8*
 	>=dev-java/ant-core-1.4"
 
 # Does not like org.w3c.dom.Node



1.13                 dev-db/octopus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/octopus/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Nov 2007 12:27:27 -0000	1.12
+++ ChangeLog	10 Jan 2008 21:59:09 -0000	1.13
@@ -1,6 +1,9 @@
 # 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.12 2007/11/13 12:27:27 opfer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.13 2008/01/10 21:59:09 caster Exp $
+
+  10 Jan 2008; Vlastimil Babka <caster@gentoo.org> octopus-3.0.1-r1.ebuild:
+  Restrict junit dependency.
 
   13 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
   octopus-3.0.1-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-10 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10 21:59 [gentoo-commits] gentoo-x86 commit in dev-db/octopus: octopus-3.0.1-r1.ebuild ChangeLog Vlastimil Babka (caster)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-13 12:27 Christian Faulhammer (opfer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox