ercpe 14/11/02 09:01:57 Modified: ChangeLog Added: ant-eclipse-ecj-4.4.1.ebuild Log: Version bump for eclipse-ecj (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.42 dev-java/ant-eclipse-ecj/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 4 Jun 2014 10:44:47 -0000 1.41 +++ ChangeLog 2 Nov 2014 09:01:57 -0000 1.42 @@ -1,6 +1,12 @@ # ChangeLog for dev-java/ant-eclipse-ecj # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v 1.41 2014/06/04 10:44:47 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v 1.42 2014/11/02 09:01:57 ercpe Exp $ + +*ant-eclipse-ecj-4.4.1 (02 Nov 2014) + + 02 Nov 2014; Johann Schmitz <[email protected]> +ant-eclipse-ecj-4.4.1.ebuild, + +files/ecj-4.4: + Version bump for eclipse-ecj 04 Jun 2014; Chema Alonso <[email protected]> ant-eclipse-ecj-3.7.2.ebuild: Stable for amd64 wrt bug #503890 1.1 dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild?rev=1.1&content-type=text/plain Index: ant-eclipse-ecj-4.4.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v 1.1 2014/11/02 09:01:57 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple prefix DMF="R-${PV}-201409250400" S="${WORKDIR}" DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF/.0}/ecjsrc-${PV}.jar" LICENSE="EPL-1.0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.4" IUSE="" RDEPEND=">=virtual/jre-1.6 ~dev-java/eclipse-ecj-${PV} >=dev-java/ant-core-1.7" DEPEND="${RDEPEND} app-arch/unzip >=virtual/jdk-1.6" JAVA_PKG_FILTER_COMPILER="jikes" JAVA_GENTOO_CLASSPATH="ant-core,eclipse-ecj-4.4" java_prepare() { rm build.xml || die } src_compile() { java-pkg-simple_src_compile find -name "*.properties" | xargs jar uvf "${S}/${PN}.jar" || die "jar update failed" } src_install() { java-pkg-simple_src_install insinto /usr/share/java-config-2/compiler doins "${FILESDIR}/ecj-${SLOT}" eprefixify "${D}"/usr/share/java-config-2/compiler/ecj-${SLOT} }
