public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alistair Bush (ali_bush)" <ali_bush@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jline: ChangeLog jline-1.0.ebuild
Date: Thu, 28 Apr 2011 07:22:10 +0000 (UTC)	[thread overview]
Message-ID: <20110428072210.53F2B20054@flycatcher.gentoo.org> (raw)

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
}






             reply	other threads:[~2011-04-28  7:22 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110428072210.53F2B20054@flycatcher.gentoo.org \
    --to=ali_bush@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox