commit: ddf0cf45e6c9e042dc792d28874b2c1918b5efa5
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 13 11:21:14 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 13 11:21:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ddf0cf45
Revert "{metadata,profiles}: add the ability to mask per profile in overlay"
revert this until I figure out why it doesn't work
This reverts commit 3f7fad2f7170cd44f1019865604c6ed196f5b03c.
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
metadata/layout.conf | 4 ----
profiles/arch.list | 4 ----
profiles/arches.desc | 4 ----
profiles/default/linux/amd64/17.0/x32/parent | 9 ---------
profiles/profiles.desc | 6 ------
.../{ => profiles}/default/linux/amd64/17.0/x32/package.mask | 0
6 files changed, 27 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index a65ab94ad..91f5b7f8c 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -48,7 +48,3 @@ thin-manifests = true
# Sign Git commits, and NOT Manifests
sign-commits = true
sign-manifests = false
-
-# Part of ability to mask features in overlays
-# https://trofi.github.io/posts/201-masking-a-package-in-gentoo-overlay.html
-profile-formats = portage-2
diff --git a/profiles/arch.list b/profiles/arch.list
deleted file mode 100644
index 5ed7343ce..000000000
--- a/profiles/arch.list
+++ /dev/null
@@ -1,4 +0,0 @@
-# Theo Anderson <[email protected]> (2021-01-06)
-# New arch created for the purpose of hiding profiles.
-# Assuming no one sets KEYWORDS="~hidden"
-hidden
diff --git a/profiles/arches.desc b/profiles/arches.desc
deleted file mode 100644
index 99924d624..000000000
--- a/profiles/arches.desc
+++ /dev/null
@@ -1,4 +0,0 @@
-# Theo Anderson <[email protected]> (2021-01-06)
-# Masked the new hidden arch as testing to keep
-# in line with no stable packages in ::guru
-hidden testing
diff --git a/profiles/default/linux/amd64/17.0/x32/parent
b/profiles/default/linux/amd64/17.0/x32/parent
deleted file mode 100644
index 9f3a62d88..000000000
--- a/profiles/default/linux/amd64/17.0/x32/parent
+++ /dev/null
@@ -1,9 +0,0 @@
-# Theo Anderson <[email protected]> (2021-01-06)
-# Paths relative to `profiles`. The first line denotes the
-# parent profile which should inherit any changes we make here.
-# The second line points to the location where the appropriate
-# masks or forces(?) are. It is important to keep the
-# changes separated per profile/feature in case a
-# parent profile picks up on changes intended for a different profile.
-gentoo:default/linux/amd64/17.0/x32
-:default/linux/amd64/17.0/x32
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
deleted file mode 100644
index f2ac76066..000000000
--- a/profiles/profiles.desc
+++ /dev/null
@@ -1,6 +0,0 @@
-# Theo Anderson <[email protected]> (2021-01-06)
-# Create profiles with the hidden arch where dependency conflicts
-# arise and masks are needed. They must match :gentoo profiles.
-# Using parent files within the profiles allows gentoo: profiles
-# to inherit any ::guru masks we choose.
-hidden default/linux/amd64/17.0/x32 dev
diff --git a/profiles/default/linux/amd64/17.0/x32/package.mask
b/profiles/profiles/default/linux/amd64/17.0/x32/package.mask
similarity index 100%
rename from profiles/default/linux/amd64/17.0/x32/package.mask
rename to profiles/profiles/default/linux/amd64/17.0/x32/package.mask