summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* java-ant-2.eclass: Remove dead eclassVolkmar W. Pogatzki2024-11-051-440/+0
| | | | | | | | | Bug: https://bugs.gentoo.org/268313 Bug: https://bugs.gentoo.org/318625 Bug: https://bugs.gentoo.org/539958 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39180 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-ant-2.eclass: Mark as deadVolkmar W. Pogatzki2024-10-081-0/+1
| | | | | | | | | | | The last ebuilds using it were media-libs/opencv-{4.8.1-r2,4.9.0-r1} Bug: https://bugs.gentoo.org/268313 Bug: https://bugs.gentoo.org/318625 Bug: https://bugs.gentoo.org/539958 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38851 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-ant-2.eclass: fix eclassdoc issuesSam James2024-09-011-1/+1
| | | | | | eclass-to-manpage noticed these. Signed-off-by: Sam James <sam@gentoo.org>
* java-ant-2.eclass: mark java-ant-2 eclass as deprecatedVolkmar W. Pogatzki2024-09-011-0/+1
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38203 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* java-ant-2.eclass: drop EAPI 6Volkmar W. Pogatzki2024-04-111-2/+2
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36199 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* java-ant-2.eclass: change JAVA_ANT_E_DEPEND to dev-java/antVolkmar W. Pogatzki2024-03-101-8/+6
| | | | | | | | Also removes unused eclass variable JAVA_ANT_DISABLE_ANT_CORE_DEP which becomes obsolete by removal of old dev-java/ant-core-1.10.9-r5. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* java-ant-2.eclass: Drop redundant EAPI conditionalUlrich Müller2023-12-091-3/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* java-ant-2.eclass: unset variables at end of useSam James2023-05-261-0/+1
| | | | | | | | Reported by Arfrever. Followup to 8835e26e29c3bda8d491297adc06d91dcf264515. Signed-off-by: Sam James <sam@gentoo.org>
* java-ant-2.eclass: drop invalid local in global scopeSam James2023-05-261-1/+0
| | | | | | | Thanks to radhermit for reporting. Portage doesn't notice this because it does sourcing in function-scope. Signed-off-by: Sam James <sam@gentoo.org>
* java-ant-2.eclass: fix spellingSam James2023-03-261-1/+1
| | | | | | | Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass: standardize prologue/epilogueDavid Seifert2023-03-171-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/30061 Signed-off-by: David Seifert <soap@gentoo.org>
* java-ant-2.eclass: drop support for EAPI 5Volkmar W. Pogatzki2023-02-171-5/+5
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-9/+9
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass/java-ant-2.eclass: added eapi8 supportMiroslav Šulc2021-12-281-3/+3
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* java-ant-2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* java-ant-2.eclass: fix @SUPPORTED_EAPIS eclassdocSam James2021-06-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* java-ant-2.eclass: [QA] add EAPI guardSam James2021-06-201-5/+13
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* eclass: normalise email format in @AUTHORSam James2021-03-311-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass/java-{ant,utils}: updated for new javatoolkit layoutMiroslav Šulc2019-10-301-5/+10
| | | | | Bug: https://bugs.gentoo.org/627440 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* java-ant-2.eclass: Drop sys-apps/portage build dependencyJames Le Cuirot2018-11-121-4/+2
| | | | | | | This comes via java-utils-2.eclass. It originates from 2006 and should arguably have never been added. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* 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