summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/ecj-gcj/ChangeLog')
-rw-r--r--dev-java/ecj-gcj/ChangeLog91
1 files changed, 91 insertions, 0 deletions
diff --git a/dev-java/ecj-gcj/ChangeLog b/dev-java/ecj-gcj/ChangeLog
new file mode 100644
index 00000000..e5bb5166
--- /dev/null
+++ b/dev-java/ecj-gcj/ChangeLog
@@ -0,0 +1,91 @@
+# ChangeLog for dev-java/ecj-gcj
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ecj-gcj/ChangeLog,v 1.12 2015/07/11 09:21:21 chewi Exp $
+
+ 11 Jul 2015; James Le Cuirot <chewi@gentoo.org> ecj-gcj-3.5.2-r3.ebuild,
+ ecj-gcj-3.6-r1.ebuild, ecj-gcj-4.2.1-r2.ebuild, ecj-gcj-4.4.2.ebuild:
+ Drop java on ia64.
+
+ 20 Jun 2015; James Le Cuirot <chewi@gentoo.org> ecj-gcj-3.5.2-r3.ebuild,
+ ecj-gcj-3.6-r1.ebuild, ecj-gcj-4.2.1-r2.ebuild, ecj-gcj-4.4.2.ebuild:
+ Remove or'd dependency on eselect-ecj and fix repoman warning about gcc SLOT
+ in earlier versions.
+
+ 31 Mar 2015; Ulrich Müller <ulm@gentoo.org> ecj-gcj-3.5.2-r3.ebuild,
+ ecj-gcj-3.6-r1.ebuild, ecj-gcj-4.2.1-r2.ebuild, ecj-gcj-4.4.2.ebuild:
+ Update dependency after package move of eselect modules to app-eselect.
+
+ 17 Mar 2015; James Le Cuirot <chewi@gentoo.org> ecj-gcj-4.4.2.ebuild:
+ Turns out gcj does support @Override annotations if you specify -fsource=1.6.
+ Why don't we install the gcj man page? :(
+
+*ecj-gcj-4.4.2 (17 Mar 2015)
+
+ 17 Mar 2015; James Le Cuirot <chewi@gentoo.org> +ecj-gcj-4.4.2.ebuild:
+ Version bump and general clean up. gcj doesn't support the recently-added
+ @Override annotations so strip these out for the bootstrap stage. Creating a
+ jar at the bootstrap stage is not necessary. The new annotations mean that
+ -source 1.6 is now needed when building with ecj so use java-pkg_javac-args.
+
+*ecj-gcj-4.2.1-r2 (14 Jul 2014)
+
+ 14 Jul 2014; Ralph Sennhauser <sera@gentoo.org> -ecj-gcj-3.5.2-r2.ebuild,
+ -ecj-gcj-3.6.ebuild, +ecj-gcj-4.2.1-r2.ebuild, -files/ecj-gcj-3.5,
+ -files/ecj-gcj-3.6:
+ Version bump
+ Remove old
+
+*ecj-gcj-3.6-r1 (14 Dec 2012)
+*ecj-gcj-3.5.2-r3 (14 Dec 2012)
+
+ 14 Dec 2012; Ralph Sennhauser <sera@gentoo.org> +ecj-gcj-3.5.2-r3.ebuild,
+ +ecj-gcj-3.6-r1.ebuild, +files/ecj-gcj.in:
+ Respect LDFLAGS. #355057
+ Integrate prefix changes by Benda Xu <heroxbd@gentoo.org>. #416373
+ Stop using xargs, drop userland_GNU from IUSE and the dependency on
+ findutils.
+ Allow eselect-java be used instead of eselect-ecj.
+ EAPI bump, cleanup, add missing die.
+ Use same launcher for all slots, update rational for gcc-config lookup.
+
+ 16 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ ecj-gcj-3.6.ebuild:
+ Keyword ~arm, bug #305773.
+
+ 12 May 2012; Ralph Sennhauser <sera@gentoo.org> +files/ecj-gcj-3.6:
+ Add missing ecj-gcj-3.6. Thanks to genstorm
+
+*ecj-gcj-3.6 (06 May 2012)
+
+ 06 May 2012; Ralph Sennhauser <sera@gentoo.org> +ecj-gcj-3.6.ebuild:
+ Version bump. Import from java-overlay.
+
+ 15 Apr 2012; Mike Frysinger <vapier@gentoo.org> ecj-gcj-3.5.2-r2.ebuild:
+ Add back ia64 love #349020 by Dennis Schridde.
+
+*ecj-gcj-3.5.2-r2 (31 Oct 2010)
+
+ 31 Oct 2010; Vlastimil Babka <caster@gentoo.org> +files/ecj-gcj-3.5,
+ +ecj-gcj-3.5.2-r2.ebuild, +metadata.xml:
+ Move from java-overlay.
+
+ 14 Sep 2010; Vlastimil Babka <caster@gentoo.org> +files/ecj-gcj-3.5-r1,
+ +ecj-gcj-3.5.2-r2.ebuild:
+ Revbump to fix CLASSPATH handling, fixes e.g. build of ant-core.
+
+ 01 Apr 2010; Vlastimil Babka <caster@gentoo.org> ecj-gcj-3.5.2-r1.ebuild:
+ Block the former eclipse-ecj:3.5[gcj] ebuild to prevent file collisions.
+ Downgrade eclipse-ecj:3.5 to the main tree version if you hit the block.
+
+ 01 Apr 2010; Vlastimil Babka <caster@gentoo.org> +ecj-gcj-3.5.2-r1.ebuild:
+ Revbump to ensure everyone gets the changes. Remove dependencies on jdk/jre
+ and use gcj manually to compile, to break circular deps. Put back the native
+ flag (enabled by default) for troubleshooting / low memory cases.
+
+ 01 Apr 2010; Andrew John Hughes <andrew@gentoo.org> -ecj-gcj-3.5.2.ebuild:
+ Use new ecj-3.5 ebuild as basis, not old native binary version.
+
+ 22 Mar 2010; Vlastimil Babka <caster@gentoo.org> +ecj-gcj-3.5.2.ebuild,
+ +files/ecj-gcj, +metadata.xml:
+ New package, a subset of eclipse-ecj that can be compiled and used with
+ gcj-jdk.