summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/binutils-apple-8.2.1-r100: drop non-TAPI versionFabian Groffen2021-01-102-101/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple: drop x86-macosFabian Groffen2021-01-065-10/+10
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-8.2.1-r101: bump for tapiliteFabian Groffen2020-12-312-0/+121
| | | | | | | | | | | With built-in tapilite, we can now read .tbd archives, thus performing a link on platforms without dylibs available in their SDKs, such as Catalina and Big Sur. This release of binutils-apple is fully functional on macOS Big Sur. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple: cleanup overshadowed versionsFabian Groffen2020-12-2212-3601/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-8.2.1-r100: fix strip's linkage to libprunetrieFabian Groffen2020-12-211-0/+11
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-8.2.1-r100: install man-pagesFabian Groffen2020-12-211-0/+5
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-8.2.1-r100: unbreak as to find its implsFabian Groffen2020-12-201-6/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-8.2.1-r100: revbump darwin-xtools based versionFabian Groffen2020-12-202-0/+90
| | | | | | | | | | darwin-xtools compiles with FSF GCC, and supports ppc and ppc64 targets TAPI support needs validation, this seems to work fine on non-TAPI macOS releases, e.g. ppc-macos. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-11.3.1-r1: update patchset, thanks Jacob FloydFabian Groffen2020-12-192-5/+5
| | | | | | Closes: https://bugs.gentoo.org/631862 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-11.3.1: fix compilation on newer macOSJacob Floyd2020-12-191-0/+4
| | | | | | | | | | | | | | In the version of private header (dyld_priv.h) copied from DYLD sources, It uses TARGET_OS_BRIDGE which is not defined in the latest MacOSX.sdk. We don't care about BridgeOS, so we just disable that. This only hits during stage3 and later once we've compiled our own clang so that clang starts injecting -Werror,-Wundef-prefix=TARGET_OS_ (Apple must have that disabled in their version of clang). Bug: https://bugs.gentoo.org/758167 Signed-off-by: Jacob Floyd <cognifloyd@gmail.com> Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/binutils-apple-11.3.1: version bump by Jacob Floyd, #693444Fabian Groffen2020-11-272-0/+378
| | | | | | Closes: https://bugs.gentoo.org/693444 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-1112-71/+59
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-1110-0/+10
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/binutils-apple: fix HOMEPAGE, thanks yuLya in bug #680548Fabian Groffen2019-03-1612-23/+23
| | | | | | Closes: https://bugs.gentoo.org/680548 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sys-devel/binutils-apple: introduce latest version from 3.2 Xcode branchFabian Groffen2019-01-282-0/+269
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/binutils-apple: cleanup and fix PPC patchFabian Groffen2018-12-2213-1849/+27
| | | | | | | | | Cleanup old versions, fix PPC patch in all affected ebuilds, only revbump 6.3 as that's the only unmasked version for PPC (where it applies) to avoid unnecessary rebuilds. Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/binutils-apple: drop patch which was included in updated distfileFabian Groffen2018-12-131-1/+0
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/binutils-apple: force gcc-apple usage if necessaryFabian Groffen2018-12-131-1/+7
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/binutils-apple: update digestFabian Groffen2018-12-131-1/+1
| | | | | | | cctools-750.tar.gz was changed upstream Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* binutils-apple: enable build of 6.3 on ppc-macosFabian Groffen2018-12-101-2/+10
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/binutils-apple: set forgotten CTARGET in 3.2Fabian Groffen2018-01-041-1/+9
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/binutils-apple: fix llvm slot-depFabian Groffen2018-01-0315-38/+38
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/binutils-apple: restore 3.2 for bootstrapping 10.5Fabian Groffen2018-01-032-0/+231
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/binutils-apple: patchbump for llvm 4/5 by Michael WeiserFabian Groffen2017-12-292-0/+367
| | | | | Closes: https://bugs.gentoo.org/642292 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel: Update Manifest hashes.Ulrich Müller2017-12-091-38/+38
|
* sys-devel/binutils-apple: use HTTPS for links to dev.gentoo.orgFrancesco Turco2017-09-0614-76/+76
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-2812-12/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-devel/binutils-apple: version bumps for Xcode 8.1 and 8.2.1 by Michael ↵Fabian Groffen2017-02-264-0/+676
| | | | | | Weiser, bug #609436 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-devel/binutils-apple: workaround llvm-3.9.{0,1} bugFabian Groffen2017-01-011-1/+7
| | | | Package-Manager: portage-2.2.28-prefix
* sys-devel/binutils-apple: properly fix case-mismatch, bug #601804Fabian Groffen2016-12-222-3/+3
| | | | Package-Manager: portage-2.3.0
* sys-devel/binutils-apple: fix 7.3.1 on case-sensitive filesystems, bug #601804Fabian Groffen2016-12-151-2/+4
| | | | Package-Manager: portage-2.3.0
* sys-devel/binutils-apple: bump to EAPI=5 and remove all conditional code ↵Fabian Groffen2016-09-1012-207/+219
| | | | | | from global scope, bug #593392 Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: remove cross-compile SLOT magic once copied from ↵Fabian Groffen2016-09-1012-60/+12
| | | | | | binutils/toolchain.eclass, bug #593392 Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: WhitespacePatrick Lauer2016-07-102-2/+0
| | | | Package-Manager: portage-2.3.0
* sys-devel/binutils-apple: cleanup oldFabian Groffen2016-07-1092-14043/+12
| | | | Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: fix LTO for 7.x series, thanks Michael Weiser, bug ↵Fabian Groffen2016-07-106-0/+1907
| | | | | | #587622 Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: update 5.1 patchset to apply, re-enable, bug #582782Fabian Groffen2016-05-207-9/+9
| | | | Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: bump patchsets for missing patchesFabian Groffen2016-05-168-36/+36
| | | | Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: add ppc support and updates for testing, bug #582782Fabian Groffen2016-05-1610-1/+2629
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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.
* 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-246-11/+11
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/binutils-apple: version bump to Xcode 6.3 by Michael Weiser, bug ↵Fabian Groffen2015-08-104-0/+2642
| | | | | | #556814 Package-Manager: portage-2.2.20-prefix
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0878-0/+11410
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