summaryrefslogtreecommitdiff
path: root/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
AgeCommit message (Collapse)Author
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-02-13dev-embedded/avr-libc: fix DeprecatedInsintoConrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@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-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