summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: downgrade m68k down to ~m68kSergei Trofimovich2020-04-211-1/+1
| | | | | | | | | m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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>
* */*: [QA] Remove redundant --docdir/--htmldirDavid Seifert2020-02-231-4/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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-0/+1
| | | | | Package-Manager: Portage-2.3.66_p2, Repoman-2.3.12_p111 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-devel/automake: Drop ~riscv from some versions againAndreas K. Hüttel2019-05-051-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/automake: Add ~riscv keywordMikle Kolyada2019-05-041-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sys-devel/automake: mark ↵Mike Frysinger2018-03-281-1/+1
| | | | 1.9.6-r5/1.10.3-r3/1.11.6-r3/1.12.6-r2/1.13.4-r2/1.14.1-r2/1.15.1-r2 arm64/m68k/s390/sh stable
* sys-devel/automake: hppa stable wrt bug #522638Mikle Kolyada2018-03-141-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/automake: arm stable, bug #522638Markus Meier2018-03-131-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* sys-devel/automake: stable 1.14.1-r2 for ppc64, bug #522638Sergei Trofimovich2018-03-071-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* sys-devel/automake-1.14.1-r2: alpha stableTobias Klausmann2018-03-051-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/522638
* sys-devel/automake: stable 1.14.1-r2 for ia64, bug #522638Sergei Trofimovich2018-03-041-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* sys-devel/automake: stable 1.14.1-r2 for sparc, bug #522638Rolf Eike Beer2018-03-041-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* sys-devel/automake: amd64 stableJason Zaman2018-03-041-1/+1
| | | | | Gentoo-bug: 522638 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/automake: stable 1.14.1-r2 for ppc, bug #522638Sergei Trofimovich2018-03-041-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* sys-devel/automake: x86 stable (bug #522638)Thomas Deutschmann2018-03-041-1/+1
| | | | 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-0/+112
| | | | | | | | 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-112/+0
| | | | | | 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-0/+112
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