tomwij 14/05/03 20:45:45 Modified: ChangeLog Added: joni-2.1.0.ebuild Log: Version bump to 2.1.0. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.12 dev-java/joni/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/joni/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/joni/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/joni/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/joni/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 17 Oct 2010 12:30:57 -0000 1.11 +++ ChangeLog 3 May 2014 20:45:45 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/joni -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/joni/ChangeLog,v 1.11 2010/10/17 12:30:57 caster Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/joni/ChangeLog,v 1.12 2014/05/03 20:45:45 tomwij Exp $ + +*joni-2.1.0 (03 May 2014) + + 03 May 2014; Tom Wijsman <[email protected]> +joni-2.1.0.ebuild: + Version bump to 2.1.0. 17 Oct 2010; Vlastimil Babka <[email protected]> -joni-1.1.3.ebuild: Remove old. @@ -39,4 +44,3 @@ 22 May 2009; Vlastimil Babka <[email protected]> +joni-1.1.3.ebuild, +metadata.xml: New package, jruby dependency. Ebuild provided by chewi in java-overlay. - 1.1 dev-java/joni/joni-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/joni/joni-2.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/joni/joni-2.1.0.ebuild?rev=1.1&content-type=text/plain Index: joni-2.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/joni/joni-2.1.0.ebuild,v 1.1 2014/05/03 20:45:45 tomwij Exp $ EAPI="5" JAVA_PKG_IUSE="source" inherit base java-pkg-2 java-ant-2 DESCRIPTION="Java port of the Oniguruma regular expression engine" HOMEPAGE="http://jruby.codehaus.org/" SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="2.1" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" CDEPEND="dev-java/asm:3 dev-java/jcodings:1" RDEPEND="${CDEPEND} >=virtual/jre-1.5" DEPEND="${CDEPEND} >=virtual/jdk-1.5" S="${WORKDIR}/${PN}-${PN}-${PV}" JAVA_ANT_REWRITE_CLASSPATH="true" EANT_BUILD_TARGET="build" EANT_GENTOO_CLASSPATH="asm-3 jcodings-1" src_install() { java-pkg_dojar target/${PN}.jar use source && java-pkg_dosrc src/* }
