* [gentoo-commits] gentoo-x86 commit in dev-java/ant-eclipse-ecj: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
@ 2014-11-02 9:01 Johann Schmitz (ercpe)
0 siblings, 0 replies; 5+ messages in thread
From: Johann Schmitz (ercpe) @ 2014-11-02 9:01 UTC (permalink / raw
To: gentoo-commits
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 <ercpe@gentoo.org> +ant-eclipse-ecj-4.4.1.ebuild,
+ +files/ecj-4.4:
+ Version bump for eclipse-ecj
04 Jun 2014; Chema Alonso <nimiux@gentoo.org> 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}
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-eclipse-ecj: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
@ 2014-11-13 10:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-13 10:03 UTC (permalink / raw
To: gentoo-commits
ago 14/11/13 10:03:00
Modified: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #519590
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 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.2&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.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild?r1=1.1&r2=1.2
Index: ant-eclipse-ecj-4.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-eclipse-ecj-4.4.1.ebuild 2 Nov 2014 09:01:57 -0000 1.1
+++ ant-eclipse-ecj-4.4.1.ebuild 13 Nov 2014 10:03:00 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v 1.2 2014/11/13 10:03:00 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@
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"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="4.4"
IUSE=""
1.43 dev-java/ant-eclipse-ecj/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 2 Nov 2014 09:01:57 -0000 1.42
+++ ChangeLog 13 Nov 2014 10:03:00 -0000 1.43
@@ -1,6 +1,9 @@
# 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.42 2014/11/02 09:01:57 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v 1.43 2014/11/13 10:03:00 ago Exp $
+
+ 13 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
+ Stable for amd64, wrt bug #519590
*ant-eclipse-ecj-4.4.1 (02 Nov 2014)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-eclipse-ecj: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
@ 2014-11-13 10:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-13 10:03 UTC (permalink / raw
To: gentoo-commits
ago 14/11/13 10:03:52
Modified: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #519590
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 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.3&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.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild?r1=1.2&r2=1.3
Index: ant-eclipse-ecj-4.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-eclipse-ecj-4.4.1.ebuild 13 Nov 2014 10:03:00 -0000 1.2
+++ ant-eclipse-ecj-4.4.1.ebuild 13 Nov 2014 10:03:52 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2014/11/13 10:03:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v 1.3 2014/11/13 10:03:52 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@
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"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="4.4"
IUSE=""
1.44 dev-java/ant-eclipse-ecj/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 13 Nov 2014 10:03:00 -0000 1.43
+++ ChangeLog 13 Nov 2014 10:03:52 -0000 1.44
@@ -1,6 +1,9 @@
# 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.43 2014/11/13 10:03:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v 1.44 2014/11/13 10:03:52 ago Exp $
+
+ 13 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
+ Stable for x86, wrt bug #519590
13 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
Stable for amd64, wrt bug #519590
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-eclipse-ecj: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
@ 2014-11-29 13:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-29 13:35 UTC (permalink / raw
To: gentoo-commits
ago 14/11/29 13:35:21
Modified: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #519590
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 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.4&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.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild?r1=1.3&r2=1.4
Index: ant-eclipse-ecj-4.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-eclipse-ecj-4.4.1.ebuild 13 Nov 2014 10:03:52 -0000 1.3
+++ ant-eclipse-ecj-4.4.1.ebuild 29 Nov 2014 13:35:21 -0000 1.4
@@ -1,6 +1,6 @@
# 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.3 2014/11/13 10:03:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v 1.4 2014/11/29 13:35:21 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@
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"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="4.4"
IUSE=""
1.45 dev-java/ant-eclipse-ecj/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 13 Nov 2014 10:03:52 -0000 1.44
+++ ChangeLog 29 Nov 2014 13:35:21 -0000 1.45
@@ -1,6 +1,9 @@
# 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.44 2014/11/13 10:03:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v 1.45 2014/11/29 13:35:21 ago Exp $
+
+ 29 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
+ Stable for ppc, wrt bug #519590
13 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
Stable for x86, wrt bug #519590
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-eclipse-ecj: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
@ 2014-11-29 13:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-29 13:35 UTC (permalink / raw
To: gentoo-commits
ago 14/11/29 13:35:52
Modified: ant-eclipse-ecj-4.4.1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #519590
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 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.5&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.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild?r1=1.4&r2=1.5
Index: ant-eclipse-ecj-4.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-eclipse-ecj-4.4.1.ebuild 29 Nov 2014 13:35:21 -0000 1.4
+++ ant-eclipse-ecj-4.4.1.ebuild 29 Nov 2014 13:35:52 -0000 1.5
@@ -1,6 +1,6 @@
# 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.4 2014/11/29 13:35:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.1.ebuild,v 1.5 2014/11/29 13:35:52 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@
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"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="4.4"
IUSE=""
1.46 dev-java/ant-eclipse-ecj/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 29 Nov 2014 13:35:21 -0000 1.45
+++ ChangeLog 29 Nov 2014 13:35:52 -0000 1.46
@@ -1,6 +1,9 @@
# 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.45 2014/11/29 13:35:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ChangeLog,v 1.46 2014/11/29 13:35:52 ago Exp $
+
+ 29 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
+ Stable for ppc64, wrt bug #519590
29 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ant-eclipse-ecj-4.4.1.ebuild:
Stable for ppc, wrt bug #519590
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-29 13:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 10:03 [gentoo-commits] gentoo-x86 commit in dev-java/ant-eclipse-ecj: ant-eclipse-ecj-4.4.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-11-29 13:35 Agostino Sarubbo (ago)
2014-11-29 13:35 Agostino Sarubbo (ago)
2014-11-13 10:03 Agostino Sarubbo (ago)
2014-11-02 9:01 Johann Schmitz (ercpe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox