summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-12 17:27:58 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-12 17:49:59 +0100
commitc35c1bf5949b16de6668faf38d73e67f5b23cf3a (patch)
treeb558bad3e559183064a5b27962dbdc1e39b0139e /profiles/desc
parentmedia-libs/openimageio: Revert "try harder to avoid OpenEXR 2" (diff)
downloadgentoo-c35c1bf5949b16de6668faf38d73e67f5b23cf3a.tar.gz
gentoo-c35c1bf5949b16de6668faf38d73e67f5b23cf3a.tar.bz2
gentoo-c35c1bf5949b16de6668faf38d73e67f5b23cf3a.zip
profiles: Clean up obsolete entries
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/abi_ppc.desc9
-rw-r--r--profiles/desc/apache2_modules.desc4
-rw-r--r--profiles/desc/apache2_mpms.desc2
-rw-r--r--profiles/desc/collectd_plugins.desc1
-rw-r--r--profiles/desc/curl_ssl.desc1
-rw-r--r--profiles/desc/l10n.desc6
-rw-r--r--profiles/desc/openmpi_fabrics.desc3
-rw-r--r--profiles/desc/openmpi_ofed_features.desc2
-rw-r--r--profiles/desc/qemu_softmmu_targets.desc3
-rw-r--r--profiles/desc/qemu_user_targets.desc1
-rw-r--r--profiles/desc/ruby_targets.desc4
-rw-r--r--profiles/desc/video_cards.desc1
12 files changed, 0 insertions, 37 deletions
diff --git a/profiles/desc/abi_ppc.desc b/profiles/desc/abi_ppc.desc
deleted file mode 100644
index 9a15bfecd8ad..000000000000
--- a/profiles/desc/abi_ppc.desc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2013-2014 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# This file contains descriptions of ABI_PPC USE_EXPAND flags.
-
-# Keep it sorted. Please do not add anything without prior discussion
-# on gentoo-dev.
-32 - 32-bit (ppc) libraries
-64 - 64-bit (ppc64) libraries
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc
index 2688f2796ca4..155877761912 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -16,13 +16,11 @@ authn_anon - Allows "anonymous" user access to authenticated areas
authn_core - Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions)
authn_dbd - User authentication using an SQL database
authn_dbm - User authentication using DBM files
-authn_default - Authentication fallback module
authn_file - User authentication using text files
authn_socache - Maintains a cache of authentication credentials, so that a new backend lookup is not required for every authenticated request
authz_core - Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user
authz_dbd - Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership
authz_dbm - Group authorization using DBM files
-authz_default - Authorization fallback module
authz_groupfile - Group authorization using plaintext files
authz_host - Group authorizations based on host (name or IP address)
authz_owner - Authorization based on file ownership
@@ -42,7 +40,6 @@ dav_lock - generic locking module for mod_dav
dbd - Manages SQL database connections
deflate - Compress content before it is delivered to the client
dir - Provides for "trailing slash" redirects and serving directory index files
-disk_cache - Content cache storage manager keyed to URIs
dumpio - Dumps all I/O to error log as desired
env - Modifies the environment which is passed to CGI scripts and SSI pages
expires - Generation of Expires and Cache-Control HTTP headers according to user-specified criteria
@@ -65,7 +62,6 @@ logio - Logging of input and output bytes per request
lua - Provides Lua hooks into various portions of the httpd request processing
macro - Macros for the Apache config file
md - Managing domains across virtual hosts, certificate provisioning via the ACME protocol
-mem_cache - Content cache keyed to URIs
mime - Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding)
mime_magic - Determines the MIME type of a file by looking at a few bytes of its contents
negotiation - Provides for content negotiation
diff --git a/profiles/desc/apache2_mpms.desc b/profiles/desc/apache2_mpms.desc
index 0bcdba8e489e..96762f4b18b0 100644
--- a/profiles/desc/apache2_mpms.desc
+++ b/profiles/desc/apache2_mpms.desc
@@ -5,7 +5,5 @@
# Keep it sorted.
event - An experimental variant of the standard worker MPM
-itk - Allows to run each virtual host under a separate uid and gid
-peruser - Peruser is a working implementation of the perchild MPM allowing to run each apache child process as its own user and group, each handling its own set of virtual hosts
prefork - Implements a non-threaded, pre-forking web server
worker - Multi-Processing Module implementing a hybrid multi-threaded multi-process web server
diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index d09d2099ee5f..b104710000ea 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -56,7 +56,6 @@ logfile - Build the logfile output plugin (receives log messages from collectd a
logparser - Build the logparser plugin (allows for filtering and parsing log messages)
log_logstash - Build the Logstash output plugin (writes collectd logs and events as Logstash JSON formatted events)
lua - Build the LUA language binding plugin (uses dev-lang/lua) for writing plugins
-lvm - Build the LVM input plugin (collects the size of logical volumes (LV) and free space inside a volume group (VG) from Linux' Logical Volume Manager (LVM))
madwifi - Build the madwifi input plugin (collects information about Atheros wireless LAN chipsets from the MadWifi driver)
match_empty_counter - Build the match_empty_counter filter plugin
match_hashed - Build the match_hashed filter plugin
diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc
index bbc771ff950e..bdca43e38232 100644
--- a/profiles/desc/curl_ssl.desc
+++ b/profiles/desc/curl_ssl.desc
@@ -4,7 +4,6 @@
# This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl
# spnego - Use SPNEGO fbopenssl - to be added
-axtls - Use axTLS
gnutls - Use GnuTLS
mbedtls - Use mbed TLS
nss - Use Mozilla's Network Security Services
diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index 13b8ef19c097..428850bed5f9 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -34,9 +34,7 @@ az - Azerbaijani
be - Belarusian
bea - Beaver
bg - Bulgarian
-bla - Siksika
bn - Bengali
-bn-BD - Bengali (Bangladesh)
bn-IN - Bengali (India)
bo - Tibetan
br - Breton
@@ -49,7 +47,6 @@ ceb - Cebuano
ch - Chamorro
chr - Cherokee
ckb - Central Kurdish
-cnr - Montenegrin
cop - Coptic
co - Corsican
cs - Czech
@@ -60,7 +57,6 @@ da - Danish
de - German
de-1901 - German (traditional orthography)
de-CH - German (Switzerland)
-de-DE - German (Germany)
dgo - Dogri (individual language)
doi - Dogri (macrolanguage)
dsb - Lower Sorbian
@@ -71,7 +67,6 @@ en - English
en-AU - English (Australia)
en-CA - English (Canada)
en-GB - English (United Kingdom)
-en-NZ - English (New Zealand)
en-US - English (United States)
en-ZA - English (South Africa)
eo - Esperanto
@@ -209,7 +204,6 @@ syc - Classical Syriac
syr - Syriac
szl - Silesian
ta - Tamil
-ta-LK - Tamil (Sri Lanka)
te - Telugu
tet - Tetum
tg - Tajik
diff --git a/profiles/desc/openmpi_fabrics.desc b/profiles/desc/openmpi_fabrics.desc
index d5fcbf2a7f82..8c32d42335ae 100644
--- a/profiles/desc/openmpi_fabrics.desc
+++ b/profiles/desc/openmpi_fabrics.desc
@@ -5,8 +5,5 @@
# Keep it sorted.
-dapl - Direct Access Provider Library
ofed - OFED RDMA stack (InfiniBand and iWARP)
knem - High-Performance Intra-Node MPI Communication
-open-mx - Myrinet Express over Generic Ethernet Hardware
-sctp - Stream Control Transmission Protocol
diff --git a/profiles/desc/openmpi_ofed_features.desc b/profiles/desc/openmpi_ofed_features.desc
index 43fe578e527e..0a786dd37cf8 100644
--- a/profiles/desc/openmpi_ofed_features.desc
+++ b/profiles/desc/openmpi_ofed_features.desc
@@ -6,8 +6,6 @@
# Keep it sorted.
control-hdr-padding - Add padding bytes to the openib control header
-connectx-xrc - Enable ConnectX XRC support
rdmacm - Enable Open Fabrics RDMACM support in openib BTL
udcm - Enable Open Fabrics UDCM support in openib BTL
dynamic-sl - Enable openib BTL to query Subnet Manager for IB SL
-failover - enable openib BTL failover (for multiport adapters
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc
index 124e0d38f0db..cd386c56455e 100644
--- a/profiles/desc/qemu_softmmu_targets.desc
+++ b/profiles/desc/qemu_softmmu_targets.desc
@@ -12,7 +12,6 @@ avr - system emulation target
cris - system emulation target
hppa - system emulation target
i386 - system emulation target
-lm32 - LatticeMico32 system emulation target
m68k - system emulation target
microblazeel - system emulation target
microblaze - system emulation target
@@ -20,7 +19,6 @@ mips64el - system emulation target
mips64 - system emulation target
mipsel - system emulation target
mips - system emulation target
-moxie - moxielogic system emulation target
nios2 - system emulation target
or1k - OpenRISC system emulation target
ppc64 - system emulation target
@@ -34,7 +32,6 @@ sh4 - system emulation target
sparc - system emulation target
sparc64 - system emulation target
tricore - system emulation target
-unicore32 - system emulation target
x86_64 - system emulation target
xtensaeb - system emulation target
xtensa - system emulation target
diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
index 286a4688d077..bb696ba2ee4c 100644
--- a/profiles/desc/qemu_user_targets.desc
+++ b/profiles/desc/qemu_user_targets.desc
@@ -37,7 +37,6 @@ sh4 - userspace emulation target
sparc32plus - userspace emulation target
sparc64 - userspace emulation target
sparc - userspace emulation target
-tilegx - TILE-Gx 64-bit userspace emulation target
x86_64 - userspace emulation target
xtensaeb - userspace emulation target
xtensa - userspace emulation target
diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index 6f42774686af..647df6062c67 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -3,10 +3,6 @@
# This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
-rbx - Build with Rubinius
-ruby21 - Build with MRI Ruby 2.1.x
-ruby22 - Build with MRI Ruby 2.2.x
-ruby23 - Build with MRI Ruby 2.3.x
ruby24 - Build with MRI Ruby 2.4.x
ruby25 - Build with MRI Ruby 2.5.x
ruby26 - Build with MRI Ruby 2.6.x
diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc
index e4c6adc63271..1d771118596b 100644
--- a/profiles/desc/video_cards.desc
+++ b/profiles/desc/video_cards.desc
@@ -16,7 +16,6 @@ geode - VIDEO_CARDS setting to build driver for AMD Geode GX and LX video cards
glint - VIDEO_CARDS setting to build driver for glint video cards
i915 - VIDEO_CARDS setting to build driver for Intel i915 video cards
i965 - VIDEO_CARDS setting to build driver for Intel i965 video cards
-imx - VIDEO_CARDS setting to build driver for Freescale i.MX video cards
intel - VIDEO_CARDS setting to build driver for Intel video cards
iris - VIDEO_CARDS setting to build driver for Intel video cards Gen8 / Broadwell or newer
lima - VIDEO_CARDS setting to build driver for Mali 200/400 video cards