From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 635EF158094 for ; Wed, 22 Jun 2022 08:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87DB4E0845; Wed, 22 Jun 2022 08:41:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65A35E0845 for ; Wed, 22 Jun 2022 08:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 203CD340BB9 for ; Wed, 22 Jun 2022 08:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3909C50E for ; Wed, 22 Jun 2022 08:41:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655886961.b5663d79274d9a68e76bd5adf3f89f3a6089fed5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/apache2_modules.desc profiles/desc/php_targets.desc profiles/desc/qemu_user_targets.desc profiles/desc/ruby_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5663d79274d9a68e76bd5adf3f89f3a6089fed5 X-VCS-Branch: master Date: Wed, 22 Jun 2022 08:41:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8f2556c-2f50-4d02-b9e5-d9a5a35a0202 X-Archives-Hash: 2ec8f70c5be8b77f46bb2baf7bdc94c3 commit: b5663d79274d9a68e76bd5adf3f89f3a6089fed5 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 22 08:34:43 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 22 08:36:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5663d79 profiles/desc: UnusedGlobalUseExpand cleanup Signed-off-by: Michał Górny gentoo.org> profiles/desc/apache2_modules.desc | 1 - profiles/desc/php_targets.desc | 5 +---- profiles/desc/qemu_user_targets.desc | 1 - profiles/desc/ruby_targets.desc | 1 - 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index 7a7e5e061080..f9eab8d33ac7 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -11,7 +11,6 @@ asis - Sends files that contain their own HTTP headers auth_basic - Basic authentication auth_digest - User authentication using MD5 Digest Authentication auth_form - Allows the use of an HTML login form to restrict access by looking up users in the given providers -authn_alias - Provides the ability to create extended authentication providers based on actual providers 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 diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index 76a65f23514a..301a3e58a8ff 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags @@ -8,6 +8,3 @@ php8-0 - Build against PHP 8.0 php7-4 - Build against PHP 7.4 php7-3 - Build against PHP 7.3 php7-2 - Build against PHP 7.2 -php7-1 - Build against PHP 7.1 -php7-0 - Build against PHP 7.0 -php5-6 - Build against PHP 5.6 diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 899ca398b63f..aa37a655f686 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -25,7 +25,6 @@ mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target nios2 - userspace emulation target or1k - OpenRISC system emulation target -ppc64abi32 - userspace emulation target ppc64le - PowerPC 64-bit little endian userspace emulation target ppc64 - PowerPC 64-bit big endian userspace emulation target ppc - PowerPC 32-bit big endian userspace emulation target diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index ee184a5a6842..06e59b7bd430 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -3,7 +3,6 @@ # This file contains descriptions of RUBY_TARGETS USE_EXPAND flags. -ruby24 - Build with MRI Ruby 2.4.x ruby25 - Build with MRI Ruby 2.5.x ruby26 - Build with MRI Ruby 2.6.x ruby27 - Build with MRI Ruby 2.7.x