summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/libtool: fix applying eprefix patch, bug #651670Fabian Groffen2018-03-271-2/+2
| | | | | Closes: https://bugs.gentoo.org/651670 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/libtool: Revbump to add pthread patch.Lars Wendler2018-03-263-3/+67
| | | | | Bug: https://bugs.gentoo.org/650876 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/libtool: add Prefix keywords and patchesFabian Groffen2017-03-234-0/+97
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-devel/libtool: fix target linkage for ppc64le systems #581314Mike Frysinger2017-02-211-0/+111
|
* sys-devel/libtool: remove unused patchMichael Mair-Keimberger (asterix)2017-02-041-53/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3791
* sys-devel/libtool: Removed old.Lars Wendler2016-12-091-38/+0
| | | | Package-Manager: portage-2.3.3
* sys-devel/libtool: add various upstream patches #542252 #573744 #574550Mike Frysinger2016-02-136-0/+608
| | | | | | | Three sets of fixes here, mostly from upstream: - speed up libtool/libtoolize #542252 - update some set of flags accepted at link time #573744 - make $SED look up use $PATH at runtime #574550
* sys-devel/libtool: force disable help2man w/releases #556512Mike Frysinger2015-09-111-1/+20
| | | | | | | | | | We want to make sure that help2man isn't run inadvertently (since we explicitly do not depend on it w/releases), so set HELP2MAN to `false` so it hard fails immediately. We also fix the build-aux/ltmain.in patch as it triggers rebuilding of build-aux/ltmain.sh which triggers rebuilding of doc/libtool.1 which requires `help2man`.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+110
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