summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* autotools.eclass: reorder sysroot M4 include dir optionDavid Michael2020-03-151-2/+2
| | | | | | | | | | The old autoconf-2.13 version requires options to be specified before the file name argument, so packages with WANT_AUTOCONF="2.1" would fail to build in a sysroot with the -l option at the end. Closes: https://bugs.gentoo.org/710792 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* autotools.eclass: drop outdated sys-devel/gettext blockerThomas Deutschmann2019-11-091-4/+1
| | | | | | | | All <sys-devel/gettext-0.18.1.1-r3 versions are gone. Reported-by: Jory Pratt <anarchy@gentoo.org> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* eclass: autotools - Mark compatible EAPIs and introduce BDEPENDBrian Evans2018-09-101-1/+10
| | | | | | | | | | The autotools commands are run on the build host. As such, their packages needs to be in BDEPEND for EAPI 7. Also taking this opportunity to list compatible EAPIs to consider future adjustments. Signed-off-by: Brian Evans <grknight@gentoo.org>
* eclass/autotools.eclass: Use proper arguments to has_version checking for ↵Alexis Ballier2018-05-161-3/+10
| | | | | | automake in /. Bug: https://bugs.gentoo.org/655326
* autotools.eclass: Added v1.16.1 to _LATEST_AUTOMAKE array.Lars Wendler2018-05-131-1/+1
| | | | Closes: https://bugs.gentoo.org/655326
* autotools.eclass: Adjust and clarify _LATEST_AUTOMAKE orderThomas Deutschmann2018-02-261-7/+12
|
* autotools.eclass: bump min automake to 1.15.1Thomas Deutschmann2018-02-261-1/+1
|
* autotools.eclass: Add new sys-devel/automake-1.16Thomas Deutschmann2018-02-261-2/+2
|
* autotools.eclass: fix typo for clarify.Robin H. Johnson2017-10-041-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* autotools.eclass: support AM_GNU_GETTEXT_REQUIRE_VERSIONMichał Bartoszkiewicz2015-10-081-2/+2
| | | | | gettext 0.19.6 supports AM_GNU_GETTEXT_REQUIRE_VERSION in addition to AM_GNU_GETTEXT_VERSION.
* autotools.eclass: run libtoolize with --ltdl automatically #534088Mike Frysinger2015-09-291-2/+8
|
* autotools.eclass: Update dependency for autoconf-2.13.Ulrich Müller2015-09-141-1/+1
| | | | Bug: 560484
* autotools.eclass: autotools_run_tool: allow full paths to tools #549268Mike Frysinger2015-09-021-2/+3
| | | | | | In some cases we want to pass the full path to the autotool program. Since the wrapper doesn't really care about this part, normalize the program name to its basename when creating the stderr file.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+607
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