public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jline: ChangeLog jline-1.0.ebuild
@ 2011-04-28  7:22 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Bush (ali_bush) @ 2011-04-28  7:22 UTC (permalink / raw
  To: gentoo-commits

ali_bush    11/04/28 07:22:10

  Modified:             ChangeLog
  Added:                jline-1.0.ebuild
  Log:
  Version Bump.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-java/jline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 Jan 2010 21:02:33 -0000	1.22
+++ ChangeLog	28 Apr 2011 07:22:10 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jline
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.22 2010/01/03 21:02:33 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.23 2011/04/28 07:22:10 ali_bush Exp $
+
+*jline-1.0 (28 Apr 2011)
+
+  28 Apr 2011; Alistair Bush <ali_bush@gentoo.org> +jline-1.0.ebuild:
+  Version Bump.
 
   03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> jline-0.9.94.ebuild:
   Transfer Prefix keywords



1.1                  dev-java/jline/jline-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.1&content-type=text/plain

Index: jline-1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.1 2011/04/28 07:22:10 ali_bush Exp $

EAPI=2
JAVA_PKG_IUSE="source test"
inherit java-pkg-2 java-ant-2

DESCRIPTION="A Java library for handling console input"
HOMEPAGE="http://jline.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

DEPEND=">=virtual/jdk-1.4
	app-arch/unzip
	test? ( dev-java/ant-junit )"
RDEPEND=">=virtual/jre-1.4"

S="${WORKDIR}/${P}/src"

java_prepare() {
	rm -fv "${WORKDIR}"/${P}/*.jar || die

	# we don't support maven for building yet. this build.xml was generated by:
	# - mvn ant:ant
	# - tweak build.xml to not load properties from home dir
	# - tweak the test target to match the test cases
	# - change maven.repo.local from ~/.maven to "lib" in .properties
	# - change classpath definitions to "*.jar"
	cp "${FILESDIR}/maven-build.xml" build.xml || die
	cp "${FILESDIR}/maven-build.properties" . || die
	java-ant_ignore-system-classes

	mkdir lib && cd lib || die
	use test && java-pkg_jar-from --build-only junit
}

src_compile() {
	# precompiled javadocs (needs maven to generate)
	# -Dmaven.build.finalName is needed to override the one defined in the
	# build.xml, which because it was generated with 0.9.9, defaults to
	# jline-0.9.9 -nichoj
	eant package -Dmaven.build.finalName=${P}
}

src_test() {
	ANT_TASKS="ant-junit" eant test -Djunit.present=true
}

src_install() {
	java-pkg_newjar target/${P}.jar
	#no api docs in this release
	#use doc && java-pkg_dojavadoc ../apidocs
	use source && java-pkg_dosrc src/main/java
}






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

* [gentoo-commits] gentoo-x86 commit in dev-java/jline: ChangeLog jline-1.0.ebuild
@ 2011-05-29 17:27 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-29 17:27 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/29 17:27:19

  Modified:             ChangeLog jline-1.0.ebuild
  Log:
  Stable on amd64 wrt bug #368989
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-java/jline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Apr 2011 07:22:10 -0000	1.23
+++ ChangeLog	29 May 2011 17:27:18 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jline
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.23 2011/04/28 07:22:10 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.24 2011/05/29 17:27:18 hwoarang Exp $
+
+  29 May 2011; Markos Chandras <hwoarang@gentoo.org> jline-1.0.ebuild:
+  Stable on amd64 wrt bug #368989
 
 *jline-1.0 (28 Apr 2011)
 



1.2                  dev-java/jline/jline-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?r1=1.1&r2=1.2

Index: jline-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jline-1.0.ebuild	28 Apr 2011 07:22:10 -0000	1.1
+++ jline-1.0.ebuild	29 May 2011 17:27:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.1 2011/04/28 07:22:10 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.2 2011/05/29 17:27:18 hwoarang Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4






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

* [gentoo-commits] gentoo-x86 commit in dev-java/jline: ChangeLog jline-1.0.ebuild
@ 2011-06-02 13:40 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-06-02 13:40 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/02 13:40:38

  Modified:             ChangeLog jline-1.0.ebuild
  Log:
  x86 stable, bug #368989
  
  (Portage version: 2.1.9.50/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-java/jline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	29 May 2011 17:27:18 -0000	1.24
+++ ChangeLog	2 Jun 2011 13:40:38 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jline
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.24 2011/05/29 17:27:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.25 2011/06/02 13:40:38 maekke Exp $
+
+  02 Jun 2011; Markus Meier <maekke@gentoo.org> jline-1.0.ebuild:
+  x86 stable, bug #368989
 
   29 May 2011; Markos Chandras <hwoarang@gentoo.org> jline-1.0.ebuild:
   Stable on amd64 wrt bug #368989



1.3                  dev-java/jline/jline-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?r1=1.2&r2=1.3

Index: jline-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jline-1.0.ebuild	29 May 2011 17:27:18 -0000	1.2
+++ jline-1.0.ebuild	2 Jun 2011 13:40:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.2 2011/05/29 17:27:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.3 2011/06/02 13:40:38 maekke Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4






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

* [gentoo-commits] gentoo-x86 commit in dev-java/jline: ChangeLog jline-1.0.ebuild
@ 2011-06-23 17:10 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-06-23 17:10 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/23 17:10:18

  Modified:             ChangeLog jline-1.0.ebuild
  Log:
  Marking jline-1.0 ppc for bug 368989
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.26                 dev-java/jline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Jun 2011 13:40:38 -0000	1.25
+++ ChangeLog	23 Jun 2011 17:10:18 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jline
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.25 2011/06/02 13:40:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/ChangeLog,v 1.26 2011/06/23 17:10:18 ranger Exp $
+
+  23 Jun 2011; Brent Baude <ranger@gentoo.org> jline-1.0.ebuild:
+  Marking jline-1.0 ppc for bug 368989
 
   02 Jun 2011; Markus Meier <maekke@gentoo.org> jline-1.0.ebuild:
   x86 stable, bug #368989



1.4                  dev-java/jline/jline-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jline/jline-1.0.ebuild?r1=1.3&r2=1.4

Index: jline-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jline-1.0.ebuild	2 Jun 2011 13:40:38 -0000	1.3
+++ jline-1.0.ebuild	23 Jun 2011 17:10:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.3 2011/06/02 13:40:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jline/jline-1.0.ebuild,v 1.4 2011/06/23 17:10:18 ranger Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4






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

end of thread, other threads:[~2011-06-23 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 17:10 [gentoo-commits] gentoo-x86 commit in dev-java/jline: ChangeLog jline-1.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-02 13:40 Markus Meier (maekke)
2011-05-29 17:27 Markos Chandras (hwoarang)
2011-04-28  7:22 Alistair Bush (ali_bush)

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