summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/newlib: don't use c++ _nano libs, bug #723756Sergei Trofimovich2020-05-203-0/+187
| | | | | | | | | | | | Gentoo's and upstream gccs don't install _nano variants of stdc++ and supc++. Let's not refer to them in nano specs of newlib until we do (or better yet upstream does) have these libraries. Reported-by: David Flogeras Closes: https://bugs.gentoo.org/723756 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: drop old, bug #713284Sergei Trofimovich2020-05-172-142/+0
| | | | | | Bug: https://bugs.gentoo.org/713284 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: allow gcc-10.1 for msp430-elf targets, bug #717610Sergei Trofimovich2020-05-172-2/+13
| | | | | | Closes: https://bugs.gentoo.org/717610 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: add early error for msp430Sergei Trofimovich2020-04-161-0/+7
| | | | | | | Reported-by: tomtom69 Bug: https://bugs.gentoo.org/717610 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: restore newlib-3.1.0 for msp430Sergei Trofimovich2020-04-162-0/+142
| | | | | | | | | | | newlib-3.3.0 is not compatible with any released gcc. https://sourceware.org/legacy-ml/newlib/2019/msg00343.html This partially reverts commit ae8fe4521b047d71437f98218ff595715f41cfc9. Reported-by: tomtom69 Bug: https://bugs.gentoo.org/717610 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: drop old, bug #713284Sergei Trofimovich2020-03-314-364/+0
| | | | | | Bug: https://bugs.gentoo.org/713284 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: drop stable keywords, bug #713284Sergei Trofimovich2020-03-311-1/+1
| | | | | | | | | | The package is only used to bootstrap embedded cross-compilers. Stable keywords don't make much sense. Let users manage keywords themselves. Bug: https://bugs.gentoo.org/713284 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-265-5/+5
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/newlib: Use https:// for git repository.Arfrever Frehtes Taifersar Arahesis2020-03-165-9/+9
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: bump up to 3.3.0Sergei Trofimovich2020-03-052-0/+142
| | | | | Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: remove unused patch(es)Michael Mair-Keimberger2019-11-291-41/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13760 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-libs/newlib: fux comment typo: s/conter/counter/Sergei Trofimovich2019-11-242-2/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: drop old EAPIAaron Bauman2019-11-136-391/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-libs/newlib: bump up to 3.1.0, bug #656018Sergei Trofimovich2019-10-233-7/+151
| | | | | | | Reported-by: David Flogeras Closes: https://bugs.gentoo.org/656018 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: drop comment mentioning prepallstrip()Sergei Trofimovich2018-11-258-16/+8
| | | | | | | | The comment still manages to confuse people. Let's drop it. Bug: https://bugs.gentoo.org/587298 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/newlib: Add support for newlib-nanoJason Zaman2018-03-153-11/+130
| | | | | Closes: https://bugs.gentoo.org/532390 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/newlib: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-078-16/+16
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs: Update Manifest hashes.Ulrich Müller2017-12-091-7/+7
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/newlib: version bump to 2.5.0Mike Frysinger2017-01-023-8/+86
|
* sys-libs/newlib: build with --disable-newlib-supplied-syscallsMike Frysinger2016-06-232-8/+18
| | | | Switch myconf to an array at the same time to clean things up a bit.
* sourceware: convert to https:// URIsMike Frysinger2016-06-237-7/+7
|
* sys-libs/newlib: drop old <2.0.0 versionsMike Frysinger2016-06-236-292/+0
|
* sys-libs/newlib: version bump to 2.4.0Mike Frysinger2016-03-292-0/+83
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* sys-libs/newlib: update git repo location #572250Mike Frysinger2016-01-184-7/+7
|
* sys-libs/newlib: version bump to 2.3.0.20160104Mike Frysinger2016-01-042-0/+83
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0813-0/+737
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