summaryrefslogtreecommitdiff
path: root/dev-embedded/avr-libc
AgeCommit message (Collapse)Author
2025-01-03dev-embedded/avr-libc: HTTPSify HOMEPAGESam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-01-02dev-embedded/avr-libc: add github upstream metadataSam James
Per https://www.nongnu.org/avr-libc/, moved to github. Signed-off-by: Sam James <sam@gentoo.org>
2022-06-08dev-embedded/avr-libc: Drop the old package with EAPI=5Nils Freydank
Closes: https://bugs.gentoo.org/837146 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-06-08dev-embedded/avr-libc: Bump to 2.1.0, drop IUSE="doc"Nils Freydank
Bump to the new version and EAPI 8. There is an issue with upstream's distfile signature for the HTML documentation, so dropping for now. IMHO we should restore the flag and doc installation as soon as upstream's signature is fixed. Man pages are not affected as they are part of the main distfiles archive. Bug: https://bugs.gentoo.org/837146 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-02-13dev-embedded/avr-libc: fix DeprecatedInsintoConrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-04-21dev-embedded/avr-libc: eutils->epatchSam James
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
2018-01-07dev-embedded/avr-libc: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich
USE=headers-only 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
2017-12-24dev-embedded/avr-libc: Remove 1.8.1Johannes Huber
Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-24dev-embedded/avr-libc: Remove 1.8.0Johannes Huber
Uses deprecated EAPI 4. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-24dev-embedded/avr-libc: Remove 1.7.1Johannes Huber
Uses deprecated EAPI 4. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-24dev-embedded/avr-libc: Remove 1.7.0Johannes Huber
Uses deprecated EAPI 2. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-24dev-embedded/avr-libc: Remove 1.6.8Johannes Huber
Uses deprecated EAPI 0. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-24dev-embedded/avr-libc: Remove 1.6.4Johannes Huber
Uses deprecated EAPI 0. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-24dev-embedded/avr-libc: Remove 1.6.2Johannes Huber
Uses deprecated EAPI 0. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-09dev-embedded/*: Update Manifest hashesMichał Górny
2017-10-30dev-embedded/avr-libc: stable 2.0.0 for amd64, bug #620316 (thanks to ↵Sergei Trofimovich
Richard Kenney) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="amd64"
2017-10-30dev-embedded/avr-libc: drop all keywords except amd64, bug #620316Sergei Trofimovich
dev-embedded/avr-libc is not installable as-is on any ARCH gentoo currently supports. It should have been a KEYWORDS=avr but there is no ARCH=avr profiles (at least yet). To explain meaning of KEYWORDS let's look at a concrete example: When cross-toolchain is installed with crossdev as 'crossdev -t avr' on ia64 (as an example ARCH without existing KEYWORDS) crossdev injects the following 'package.keywords': cross-avr/avr-libc * ~* -ia64 -~ia64 (as 'man 5 portage' says:) * package is visible if it is stable on any architecture ~* package is visible if it is in testing on any architecture Basically we need something (anything) in KEYWORDS to act as a bearer of stable/unstable sign. Let it be amd64. Bug: https://bugs.gentoo.org/620316 Package-Manager: Portage-2.3.13, Repoman-2.3.4
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-06-04savannah: switch to https URLsMike Frysinger
2016-03-29dev-embedded/avr-libc: version bumpBjørn Kagelmacher
2016-03-29dev-embedded/avr-libc: version bumpBjørn Kagelmacher
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-24Replace all herds with appropriate projects (GLEP 67)Michał Górny
Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
2015-11-23dev-embedded/avr-libc: re-add keywords to 1.8.1 now that it is testedZero_Chaos
Package-Manager: portage-2.2.25
2015-11-23dev-embedded/avr-libc: proposed ebuild for bug #540922Zero_Chaos
Package-Manager: portage-2.2.25
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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