summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* java-ant-2.eclass: Drop unused and banned java-ant_remove-taskdefsJames Le Cuirot2018-03-241-35/+1
| | | | It's been on the scrapheap long enough now.
* java-ant-2.eclass: Bump copyright year to 2017James Le Cuirot2017-03-111-1/+1
|
* java-ant-2.eclass: Fix #612284 by making bsfix_extra_args an arrayJames Le Cuirot2017-03-111-9/+9
| | | | This was broken by mgorny's anti-eval change in b8fd8d31.
* java-ant-2.eclass: Remove code obsoleted by javatoolkit 0.3.0James Le Cuirot2017-03-111-44/+2
| | | | This could have been removed over 8 years ago. :|
* java-ant-2.eclass: Replace unnecessary evals with arraysMichał Górny2017-03-081-22/+18
| | | | | | Replace the horrifying use of evals along with quoting to pass multiple filenames whitespace-safe with much simpler bash arrays. While at it, also simplify the find-read loop.
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* java-ant-2.eclass: Prefix support.Benda Xu2016-09-091-5/+5
| | | | Bug: 591160
* java-ant-2.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-251-2/+2
| | | | | Reviewed-By: James Le Cuirot <chewi@gentoo.org> Reviewed-By: Patrice Clement <monsieurp@gentoo.org>
* fix broken headers in a few random filesMike Frysinger2015-10-051-16/+2
|
* java-ant-2.eclass: Add explicit ant-core SLOT for QAJames Le Cuirot2015-08-161-3/+4
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+522
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