summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* toolchain.eclass: stop installing /usr/bin/c89 and /usr/bin/c99Sergei Trofimovich2020-08-192-41/+0
| | | | | | | | Ownership of /usr/bin/c89 and /usr/bin/c99 was switched to sys-devel/gcc-config-2.3.1. Closes: https://bugs.gentoo.org/728722 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/gnat-gpl: backport libatomic/libitm -Werror fix to 2017Sergei Trofimovich2020-06-212-0/+38
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/gnat-gpl: backport libgomp -Werror fix to 2017Sergei Trofimovich2020-06-211-0/+20
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/gnat-gpl: backport libsanitizer fix to 2018Sergei Trofimovich2020-06-212-0/+91
| | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/726752 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* toolchain.eclass: drop fix_libtool_files.shSergei Trofimovich2020-06-192-400/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixlafiles.awk can mangle two things in .la fils: 1. patch reference 'from .../libstdc++.la' to '-lstdc++' 2. change ${CHOST} when user switches CHOST and rebuilds the system [1.] is not relevant since gcc-4 in Gentoo where we started deleting libstdc++.la on gcc installation. Nothing should embed libstdc++.la paths anymore. [2.] is a rare one-off step that has a lot more caveats than just .la file patching. Generally .la files are tracked by package manager and should not be changed after they are installed on disk. 'fix_libtool_files.sh' breaks that invariant. On top of that portage's FEATURES=fixlafiles removes nested .la files references. Let's remove 'fix_libtool_files.sh' and 'fixlafiles.awk' completely. If really needed we can reintroduce it as a separate tool. Closes: https://bugs.gentoo.org/722554 Closes: https://bugs.gentoo.org/657330 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/gnat-gpl: make gcc-configure-texinfo.patch -p1 friendlySergei Trofimovich2020-02-011-2/+2
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/gnat-gpl: remove unused patchMichael Mair-Keimberger2019-12-081-31/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13921 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-lang/gnat-gpl: EAPI 6Tupone Alfredo2019-11-211-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-lang/gnat-gpl: EAPI 6Tupone Alfredo2019-11-202-16/+16
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-lang/gnat-gpl: EAPI 6Tupone Alfredo2019-11-201-4/+4
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-lang/gnat-gpl: fix gnatmake using gcc-8.3.1 instead of gccTupone Alfredo2019-05-311-0/+18
| | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-lang/gnat-gpl: Bump to 2019Tupone Alfredo2019-05-291-0/+24
| | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-lang/gnat-gpl: Fix build withouy ustatTupone Alfredo2019-04-201-0/+31
| | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-lang/gnat-gpl: Fix missing ustat.h for gnat-gpl-2016Tupone Alfredo2019-04-191-0/+31
| | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-lang/gnat-gpl: Add some profile definitions from 2017Tupone Alfredo2018-11-181-0/+113
| | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-lang/gnat-gpl: Add Finalization_Size su gnatcoll-2017 can buildTupone Alfredo2018-11-171-0/+220
| | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-lang/gnat-gpl: Version bump to gnat-gpl-2018Tupone Alfredo2018-06-091-0/+18
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/gnat-gpl: Work with glibc-2.26. Bug #639808Tupone Alfredo2017-12-081-0/+66
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-lang/gnat-gpl: align gnat-gpl-2016 ebuild to gcc-4.9.4Tupone Alfredo2017-11-261-0/+66
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-lang/gnat-gpl: Fix gnat-gpl-2017 when using gnatmake-6.3.0Tupone Alfredo2017-10-031-0/+18
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lang/gnat-gpl: Remove usage of PORTDIR. Fix bug #629764Tupone Alfredo2017-09-046-0/+521
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-lang/gnat-gpl: Remove tool description file (to be put on gprbuild)Tupone Alfredo2017-06-221-94/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* dev-lang/gnat-gpl: Adding version 2017Tupone Alfredo2017-06-171-0/+14
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* dev-lang/gnat-gpl: Set the gnatbind executable for gprbindTupone Alfredo2017-03-291-0/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/gnat-gpl: Add compiler description for gprbuildTupone Alfredo2017-03-261-0/+93
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/gnat-gpl: Fix build when using something like ADA=gcc-4.9.4Tupone Alfredo2017-03-111-0/+18
| | | | Package-Manager: portage-2.3.3
* dev-lang/gnat-gpl: Add gnat-gpl-2016Tupone Alfredo2017-03-112-0/+126
| | | | Package-Manager: portage-2.3.3
* package.mask: remove some masked for removal packagesPacho Ramos2016-10-014-90/+0
|
* sourceforge: switch to https:// URIsMike Frysinger2016-07-271-1/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+90
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