summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/attr: drop obsolete LFS flags #760857Mike Frysinger2022-12-111-8/+1
| | | | | | | | The upstream 2.5.0 release includes LFS support by default via a configure option, so there's no need to force compiler flags. Bug: https://bugs.gentoo.org/760857 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-apps/attr: sync liveSam James2022-10-281-8/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/attr: update EAPI 7 -> 8; use real symbol versioning (fix lld, etc)Sam James2022-06-201-18/+26
| | | | | | | | | | | | | This should finally let us fix compatibility with LLD and.. pretty much anything other than gcc + bfd + -fno-lto (and even then it wasn't technically correct). Big thanks to Alexander Miller for sorting it out. Closes: https://bugs.gentoo.org/644048 Closes: https://bugs.gentoo.org/700116 Thanks-to: Alexander Miller <alex.miller@gmx.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/attr: forward ~loongWANG Xuerui2022-05-081-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-apps/attr: migrate to xzSam James2022-04-121-1/+1
| | | | | | Smaller tarballs. Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/attr: Add BDEPEND on binutilsAndreas K. Hüttel2022-03-241-2/+5
| | | | | | | | If we force ld.bfd usage, we also need to make sure it's present. Needed for clang stage builds. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-apps/attr: force use of bfd all the time #644048Mike Frysinger2021-09-241-1/+1
| | | | | | | | Force use of the bfd linker instead of just disabling gold since lld is also buggy when handling quoted symbols in linker scripts. Bug: https://bugs.gentoo.org/644048 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-apps/attr: enable LFS supportMike Gilbert2020-12-201-0/+1
| | | | | Closes: https://bugs.gentoo.org/760857 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/attr: drop obsolete variablesMike Gilbert2020-12-201-4/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/attr: move flags handling to src_configureMike Gilbert2020-12-201-7/+8
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/attr: EAPI 7David Michael2020-09-071-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/739304 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/attr: Don't call readelf directlyLars Wendler2020-06-061-2/+2
| | | | | | | Thanks-to: Kent Fredric <kentnl@gentoo.org> Closes: https://bugs.gentoo.org/727296 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/attr: [QA] Fix UnnecessarySlashStripDavid Seifert2020-02-081-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-apps/attr: add live ebuild for easier bisectThomas Deutschmann2019-11-151-0/+100
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>