summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/automake: add Python 3.9 to 9999 tooSam James2021-02-281-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/automake: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/automake: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/automake: Minor adjustments for live ebuildLars Wendler2020-09-241-3/+2
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-devel/automake: Synced live ebuildLars Wendler2020-03-221-5/+1
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/automake: Remove py2 where possibleMichał Górny2020-02-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/automake: Add Python 3.7 supportAndreas K. Hüttel2020-01-201-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/automake: Enable Python 3 supportAndreas K. Hüttel2020-01-201-2/+2
| | | | | | Closes: https://bugs.gentoo.org/705514 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/automake: Fix remaining tests broken with py3Andreas K. Hüttel2020-01-201-0/+4
| | | | | | Bug: https://bugs.gentoo.org/705514 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/automake: Fix most tests with python-3 (2 FAIL remaining)Andreas K. Hüttel2020-01-171-1/+6
| | | | | | | Bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32088 Bug: https://bugs.gentoo.org/705514 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/automake: Fixed overzealous quotingLars Wendler2019-12-101-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/automake: Don't fail if rm failsLars Wendler2019-11-121-1/+1
| | | | | | Closes: https://bugs.gentoo.org/699932 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/automake: EAPI-7 bumpsLars Wendler2019-11-081-14/+24
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/automake: RESTRICT="!test? ( test )"Mike Gilbert2019-05-051-1/+2
| | | | | Package-Manager: Portage-2.3.66_p2, Repoman-2.3.12_p111 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-devel/automake: Bump to fix DEPEND on corresp. automake-wrapperThomas Deutschmann2018-03-141-1/+1
| | | | | Reported-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/automake: Bump to v1.16.1Thomas Deutschmann2018-03-121-2/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/automake: Provide pkg_setup to call python_setup only when ↵Thomas Deutschmann2018-03-011-6/+4
| | | | | | | | | | | | | | FEATURES=test is set Previous attempt cfaa5ec192519a74951fd57f05c483984e408e4b was reverted in commit cd0e6915f3f7a02915bc7029026bfe2f53dc7f68 to avoid unnecessary mass rebuild for "--changed-deps=y" users which was possible because dependencies were fine. Package was only failing at build time in pkg_setup when Python 2.7 wasn't available because eclass exports pkg_setup. Bug: https://bugs.gentoo.org/648940 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* Revert "sys-devel/automake: Rev bump to remove Python 2.7 dependency for ↵Thomas Deutschmann2018-03-011-4/+6
| | | | | | | | FEATURES=-test" This reverts commit cfaa5ec192519a74951fd57f05c483984e408e4b. No rev bump required. Reverting to avoid mass rebuild.
* sys-devel/automake: Rev bump to remove Python 2.7 dependency for FEATURES=-testThomas Deutschmann2018-03-011-6/+4
| | | | | | Reported-by: Francesco Riosa <vivo75@gmail.com> Closes: https://bugs.gentoo.org/648940 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/automake: Rev bump to address several issuesThomas Deutschmann2018-02-251-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ebuild changes: =============== - EAPI bumped to EAPI=6 (1.9.x-1.14.x). - Avoid (low risk) race in /tmp (1.10.x-1.15.x). [Bug 522638] - Avoid makeinfo requirement when bootstraping (1.14.x-1.15.x). [Bug 628912] - Fix man4.test failure (1.11.x). [Bug 583108] - Add Python 2.7 requirement for test suite. [Bug 483358, 623432] - Fix test failures when using >=app-arch/gzip-1.8 (1.14.x). [Bug 604570] - Updated GIT/SRC_URI to use HTTPS (1.14.x-1.15.x). - Live ebuild updated with changes from above (9999). Closes: https://bugs.gentoo.org/583108 Closes: https://bugs.gentoo.org/483358 Closes: https://bugs.gentoo.org/623432 Closes: https://bugs.gentoo.org/604570 Bug: https://bugs.gentoo.org/522638 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* sys-devel/automake: Bump to EAPI=6 and sync with -9999Craig Andrews2017-08-181-29/+37
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: #4964
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-devel/automake: rework --docdir flag for automatic prefix support #582734Mike Frysinger2016-05-131-1/+1
|
* sys-devel/automake: respect $ED #582734Benda Xu2016-05-131-2/+2
|
* sys-devel/automake: force latest wrapper version for consistencyMike Frysinger2015-12-161-1/+1
|
* sys-devel/automake: Fix license of 9999 ebuild from GPL-3 to GPL-2.Matt Turner2015-09-021-2/+2
| | | | Bug: https://bugs.gentoo.org/559466
* Use https for most gnu.org URLsJustin Lecher2015-08-241-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+91
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