summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: drop x86-macosFabian Groffen2021-01-061-1/+0
| | | | | | | | | | Reality is, people having access to a machine that supports this are rare, bootstrapping to such machines is broken, and even if it would work, the usefulness is zero. So drop it, 32-bits Intel macOS is dead. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: drop ppc-aix, m68k-mintFabian Groffen2020-12-271-2/+0
| | | | | | | This marks the end of an era of fun. From now on, the Prefix keywords/targets ppc-aix and m68k-mint are no more. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/arch.list: fix repoman, add arm64-macos, drop x86-cygwinFabian Groffen2020-12-181-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: remove SuperH profilesMikle Kolyada2020-03-261-1/+0
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* profiles: new arch and profile for x64-winntMichael Haubenwallner2020-03-111-0/+1
| | | | | | | | | | | | | | | | New profile prefix/windows/winnt/x64, for new ARCH=x64-winnt. This profile is designed for use as Stacked Prefix, set up using prefix-stack-setup (app-portage/prefix-toolkit) from with a Cygwin Prefix (Guest only), having sys-devel/parity installed (wraps MSVC). CHOST is left unset on purpose. It is set by prefix-stack-setup using some --chost=x86_64-msvc16-winnt argument, selecting the Visual Studio version and runtime variant (static|debug) to use. Adding same comments to prefix/windows/winnt/x86 profile as well. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/arch.list: Remove *-fbsdMichał Górny2019-10-111-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Declare new arch keyword "riscv"Andreas K. Hüttel2019-05-031-0/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Remove riscv archMichał Górny2018-02-111-1/+0
| | | | Closes: https://bugs.gentoo.org/644754
* profiles: Remove nios2 archMichał Górny2018-02-111-1/+0
| | | | Closes: https://bugs.gentoo.org/644754
* profiles: Remove sparc-fbsd arch and keywordsMichał Górny2018-01-231-1/+0
| | | | | Closes: https://bugs.gentoo.org/644756 Closes: https://github.com/gentoo/gentoo/pull/6935
* remove NetBSD keyword x86-netbsdFabian Groffen2017-01-301-1/+0
| | | | Note this is the Prefix keyword, not the Gentoo/BSD one.
* remove Interix keyword x86-interixFabian Groffen2017-01-301-1/+0
|
* remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsdFabian Groffen2017-01-301-3/+0
| | | | Note, these are the Prefix keywords, not Gentoo/BSD ones.
* remove OpenBSD keywords ppc-openbsd, x86-openbsd and x64-openbsdFabian Groffen2017-01-301-3/+0
|
* remove HPUX keywords ia64-hpux and hppa-hpuxFabian Groffen2017-01-301-2/+0
|
* drop ia64-linux keywordFabian Groffen2017-01-301-1/+0
|
* Revert "profiles: Add arm64-linux to arch list"Johannes Huber2017-01-111-1/+0
| | | | This reverts commit ac837b05ee964516a893a466ac80d5b8eacc344c.
* arch.list: add arm64-linux prefix arch.Benda Xu2017-01-111-0/+1
|
* profiles: Add arm64-linux to arch listJohannes Huber2017-01-101-0/+1
| | | | Unbreaks repoman.
* profiles: initial RISC-V arch/profile supportMike Frysinger2015-08-281-0/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+47
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