154 lines
5.4 KiB
Text
154 lines
5.4 KiB
Text
# ChangeLog for dev-java/antlr
|
|
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
|
# (auto-generated from git log)
|
|
|
|
*antlr-4.4 (09 Aug 2015)
|
|
*antlr-3.1.3-r3 (09 Aug 2015)
|
|
*antlr-2.7.7-r6 (09 Aug 2015)
|
|
*antlr-2.7.7-r5 (09 Aug 2015)
|
|
|
|
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +antlr-2.7.7-r5.ebuild,
|
|
+antlr-2.7.7-r6.ebuild, +antlr-3.1.3-r3.ebuild, +antlr-4.4.ebuild,
|
|
+files/2.7.7-gcc-4.3.patch, +files/2.7.7-gcc-4.4.patch,
|
|
+files/2.7.7-makefixes.patch, +files/2.7.7-static-libs-fix.patch,
|
|
+files/antlr-3.1.3-jdk-8.patch, +files/antlr-4.4-build.xml.patch,
|
|
+files/antlr.pc.in, +metadata.xml:
|
|
proj/gentoo: Initial commit
|
|
|
|
This commit represents a new era for Gentoo:
|
|
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
|
|
|
This commit is the start of the NEW history.
|
|
Any historical data is intended to be grafted onto this point.
|
|
|
|
Creation process:
|
|
1. Take final CVS checkout snapshot
|
|
2. Remove ALL ChangeLog* files
|
|
3. Transform all Manifests to thin
|
|
4. Remove empty Manifests
|
|
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
|
5.1. Do not touch files with -kb/-ko keyword flags.
|
|
|
|
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
|
tests
|
|
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
|
project
|
|
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
|
developer, wrote Git features for the migration
|
|
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
|
cvs2svn
|
|
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
|
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
|
work in migration
|
|
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
|
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
|
the bikeshed
|
|
|
|
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
|
Use https by default
|
|
|
|
Convert all URLs for sites supporting encrypted connections from http to
|
|
https
|
|
|
|
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
|
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
|
|
|
repoman does not yet accept the https version.
|
|
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
|
|
|
Bug: https://bugs.gentoo.org/552720
|
|
|
|
*antlr-2.7.7-r7 (14 Oct 2015)
|
|
|
|
14 Oct 2015; James Le Cuirot <chewi@gentoo.org> +antlr-2.7.7-r7.ebuild:
|
|
v2 ebuild that only builds the tool and Java runtime
|
|
|
|
The old ANTLR 2 ebuild tried to cram all the runtimes together, which
|
|
was messy. The C++ runtime has been split into dev-cpp/antlr-cpp. The
|
|
other runtimes have been dropped due to lack of use. v2 is really
|
|
ancient anyway.
|
|
|
|
Package-Manager: portage-2.2.20.1
|
|
|
|
14 Oct 2015; James Le Cuirot <chewi@gentoo.org> -antlr-2.7.7-r6.ebuild:
|
|
Remove old
|
|
|
|
I believe bug #555300, which created 2.7.7-r6, was bogus anyway.
|
|
|
|
Package-Manager: portage-2.2.20.1
|
|
|
|
*antlr-3.2 (05 Dec 2015)
|
|
|
|
05 Dec 2015; James Le Cuirot <chewi@gentoo.org> +antlr-3.2.ebuild,
|
|
+files/3.2-java-8.patch, +files/3.2-test-fixes.patch:
|
|
Version bump for SLOT 3, should fix #567560
|
|
|
|
I initially wanted to add 3.3 but despite it being less disruptive
|
|
than 3.4, I found compatibility issues with the revdeps. We will
|
|
hopefully never need 3.3.
|
|
|
|
This is a total rewrite from the previous version, which uses the new
|
|
simplified antlr-2 ebuild and adds a very large test suite that is
|
|
passing with a little patching.
|
|
|
|
Package-Manager: portage-2.2.26
|
|
|
|
*antlr-3.5.2 (05 Dec 2015)
|
|
|
|
05 Dec 2015; James Le Cuirot <chewi@gentoo.org> +antlr-3.5.2.ebuild,
|
|
+files/3.5.2-test-fixes.patch:
|
|
Version bump into new SLOT 3.5
|
|
|
|
Primarily needed to unbundle ANTLR 4. This release seems to have more
|
|
in common with 4 than it does with 3.2, hence the new SLOT.
|
|
|
|
I have excluded the output=template feature to draw a firm dividing
|
|
line between 0/3 and 3.5/4 SLOTs, otherwise 4 would pull in 3 previous
|
|
versions!
|
|
|
|
Package-Manager: portage-2.2.26
|
|
|
|
*antlr-4.5.1 (06 Dec 2015)
|
|
|
|
06 Dec 2015; James Le Cuirot <chewi@gentoo.org> +antlr-4.5.1.ebuild:
|
|
Version bump to 4.5.1 (closes bug #545384)
|
|
|
|
This is a rewrite as the 4.4 ebuild bundled a lot of prebuilt stuff
|
|
and didn't include any tests. gunit support has been dropped because
|
|
no one uses it and it is not worth the hassle.
|
|
|
|
Nothing in the tree truly needs at present this as the existing
|
|
dependencies are bogus but no doubt something will before long.
|
|
|
|
Package-Manager: portage-2.2.26
|
|
|
|
14 Jan 2016; James Le Cuirot <chewi@gentoo.org> antlr-2.7.7-r7.ebuild,
|
|
antlr-3.2.ebuild:
|
|
Mark 2.7.7-r7 and 3.2 stable using ALLARCHES policy
|
|
|
|
Package-Manager: portage-2.2.26
|
|
|
|
14 Jan 2016; James Le Cuirot <chewi@gentoo.org> -antlr-2.7.7-r5.ebuild,
|
|
-antlr-3.1.3-r3.ebuild, metadata.xml:
|
|
Remove old
|
|
|
|
Package-Manager: portage-2.2.26
|
|
|
|
16 Jan 2016; James Le Cuirot <chewi@gentoo.org> antlr-2.7.7-r7.ebuild,
|
|
antlr-3.2.ebuild, antlr-3.5.2.ebuild, antlr-4.4.ebuild, antlr-4.5.1.ebuild:
|
|
Drop support for Java on ppc across the tree
|
|
|
|
Sorry! *sniff*
|
|
|
|
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
Replace all herds with appropriate projects (GLEP 67)
|
|
|
|
Replace all uses of herd with appropriate project maintainers, or no
|
|
maintainers in case of herds requested to be disbanded.
|
|
|
|
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
|
|