commit: 332e48712b6521697f992f923c9c985482dd1c36 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 23 08:37:42 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 23 12:52:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332e4871
profiles: Remove profiles for sparc-fbsd The sparc-fbsd architecture is completely unmaintained in Gentoo. The profiles were stuck at the old 8.2 version, with little keywording ever done and no working hardware left. This commit removes the profiles but leaves the arch/keyword until all packages are clean of it. profiles/arch/sparc-fbsd/eapi | 1 - profiles/arch/sparc-fbsd/make.defaults | 11 -------- profiles/arch/sparc-fbsd/package.use.force | 7 ----- profiles/arch/sparc-fbsd/parent | 1 - profiles/arch/sparc-fbsd/use.force | 2 -- profiles/arch/sparc-fbsd/use.mask | 33 ----------------------- profiles/default/bsd/fbsd/sparc/8.2/eapi | 1 - profiles/default/bsd/fbsd/sparc/8.2/make.defaults | 4 --- profiles/default/bsd/fbsd/sparc/8.2/parent | 2 -- profiles/default/bsd/fbsd/sparc/eapi | 1 - profiles/default/bsd/fbsd/sparc/parent | 2 -- profiles/profiles.desc | 1 - 12 files changed, 66 deletions(-) diff --git a/profiles/arch/sparc-fbsd/eapi b/profiles/arch/sparc-fbsd/eapi deleted file mode 100644 index 7ed6ff82de6..00000000000 --- a/profiles/arch/sparc-fbsd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/arch/sparc-fbsd/make.defaults b/profiles/arch/sparc-fbsd/make.defaults deleted file mode 100644 index bab6ea3e125..00000000000 --- a/profiles/arch/sparc-fbsd/make.defaults +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# System-wide defaults for the G/FBSD Portage system - -ARCH="sparc-fbsd" -CFLAGS="-O2 -pipe" -CXXFLAGS="${CFLAGS}" -FFLAGS="${CFLAGS}" -FCFLAGS="${CFLAGS}" - -ACCEPT_KEYWORDS="~sparc-fbsd sparc-fbsd" diff --git a/profiles/arch/sparc-fbsd/package.use.force b/profiles/arch/sparc-fbsd/package.use.force deleted file mode 100644 index dbbc8446318..00000000000 --- a/profiles/arch/sparc-fbsd/package.use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Michał Górny <mgo...@gentoo.org> (24 Sep 2016) -# Force the host target to avoid dependency hell -sys-devel/clang llvm_targets_Sparc -sys-devel/llvm llvm_targets_Sparc diff --git a/profiles/arch/sparc-fbsd/parent b/profiles/arch/sparc-fbsd/parent deleted file mode 100644 index eb001c6e8ab..00000000000 --- a/profiles/arch/sparc-fbsd/parent +++ /dev/null @@ -1 +0,0 @@ -../base diff --git a/profiles/arch/sparc-fbsd/use.force b/profiles/arch/sparc-fbsd/use.force deleted file mode 100644 index 0520964ebe4..00000000000 --- a/profiles/arch/sparc-fbsd/use.force +++ /dev/null @@ -1,2 +0,0 @@ -# Force the flag which corresponds to ARCH. -sparc-fbsd diff --git a/profiles/arch/sparc-fbsd/use.mask b/profiles/arch/sparc-fbsd/use.mask deleted file mode 100644 index b76d06524ff..00000000000 --- a/profiles/arch/sparc-fbsd/use.mask +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 - -# Unmask the flag which corresponds to ARCH. --sparc-fbsd - -acpi - -# guile fails to build on sparc -# Even with the patch from FreeBSD Ports it core dumps :/ -guile - -# valgrind hasn't been ported to sparc-fbsd yet -valgrind - -# These should work one day -avahi -cairo -dbus -gnome -gnome-keyring -gtk -mono -opengl -php -qt4 -tk -xpm -X - -# Ryan Hill <dirtye...@gentoo.org> -# Needs sci-mathematics/glpk -lpsol diff --git a/profiles/default/bsd/fbsd/sparc/8.2/eapi b/profiles/default/bsd/fbsd/sparc/8.2/eapi deleted file mode 100644 index 7ed6ff82de6..00000000000 --- a/profiles/default/bsd/fbsd/sparc/8.2/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/bsd/fbsd/sparc/8.2/make.defaults b/profiles/default/bsd/fbsd/sparc/8.2/make.defaults deleted file mode 100644 index eaba730f9dd..00000000000 --- a/profiles/default/bsd/fbsd/sparc/8.2/make.defaults +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 - -CHOST="sparc64-gentoo-freebsd8.2" diff --git a/profiles/default/bsd/fbsd/sparc/8.2/parent b/profiles/default/bsd/fbsd/sparc/8.2/parent deleted file mode 100644 index 43010996613..00000000000 --- a/profiles/default/bsd/fbsd/sparc/8.2/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../releases/freebsd-8.2 diff --git a/profiles/default/bsd/fbsd/sparc/eapi b/profiles/default/bsd/fbsd/sparc/eapi deleted file mode 100644 index 7ed6ff82de6..00000000000 --- a/profiles/default/bsd/fbsd/sparc/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/bsd/fbsd/sparc/parent b/profiles/default/bsd/fbsd/sparc/parent deleted file mode 100644 index 134cc7a3840..00000000000 --- a/profiles/default/bsd/fbsd/sparc/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../arch/sparc-fbsd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 134989d457e..d323534ffc4 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -262,7 +262,6 @@ amd64-fbsd default/bsd/fbsd/amd64/9.1 exp amd64-fbsd default/bsd/fbsd/amd64/11.1 dev amd64-fbsd default/bsd/fbsd/amd64/9.1/clang exp amd64-fbsd default/bsd/fbsd/amd64/11.1/clang exp -sparc-fbsd default/bsd/fbsd/sparc/8.2 exp x86-fbsd default/bsd/fbsd/x86/9.1 exp x86-fbsd default/bsd/fbsd/x86/11.1 exp