summaryrefslogtreecommitdiff
path: root/profiles/desc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /profiles/desc
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/abi_riscv.desc2
-rw-r--r--profiles/desc/apache2_modules.desc1
-rw-r--r--profiles/desc/collectd_plugins.desc1
-rw-r--r--profiles/desc/lua_targets.desc9
4 files changed, 13 insertions, 0 deletions
diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc
index 708fc8666fb8..f11a1dad60b4 100644
--- a/profiles/desc/abi_riscv.desc
+++ b/profiles/desc/abi_riscv.desc
@@ -7,3 +7,5 @@
# on gentoo-dev.
lp64d - 64-bit (rv64) double hard-float libraries
lp64 - 64-bit (rv64) soft-float libraries
+ilp32d - 32-bit (rv32) double hard-float libraries
+ilp32 - 32-bit (rv32) soft-float libraries
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc
index 630aa0a522da..1b3ff2610ada 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -89,6 +89,7 @@ session_cookie - Provides support for the storage of user sessions on the remote
session_dbd - Provides support for the storage of user sessions within a SQL database using the mod_dbd module
setenvif - Allows the setting of environment variables based on characteristics of the request
slotmem_shm - Slot-based shared memory provider
+socache_memcache - A shared object cache provider using memcached
socache_shmcb - A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment
speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
status - Provides information on server activity and performance
diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index ef2d2d9f415f..11d1b8eb96b3 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -41,6 +41,7 @@ filecount - Build the filecount input plugin (counts the number of files in a di
fscache - Build the fscache input plugin (collects information about the file-system based caching infrastructure for network file-systems and other slow media)
gmond - Build the gmond input plugin (receives data from gmond, the client daemon of the Ganglia project)
gps - Build the gps input plugin (collects number of satellites seen by a GPS receiver using sci-geosciences/gpsd)
+gpu_nvidia - Build the NVIDIA GPU input plugin (collects stats from NVIDIA GPU)
hddtemp - Build the hddtemp input plugin (collects the temperature of disks from hddtemp daemon)
hugepages - Build the hugepages input plugin (collects the number of used and free hugepages on Linux)
interface - Build the interface input plugin (collects information about the traffic, packets per second and errors of interfaces)
diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc
new file mode 100644
index 000000000000..2575de0bcfd8
--- /dev/null
+++ b/profiles/desc/lua_targets.desc
@@ -0,0 +1,9 @@
+# Copyright 1999-2020 Gentoo Authors.
+# Distributed under the terms of the GNU General Public License v2
+
+# This file contains descriptions of LUA_TARGETS USE_EXPAND flags.
+
+lua5-1 - Build with Lua 5.1
+lua5-2 - Build with Lua 5.2
+lua5-3 - Build with Lua 5.3
+lua5-4 - Build with Lua 5.4