switch metadatas to https, revert profile eapi (no change, really) bump froxlor ebuild to eapi8

This commit is contained in:
Robert Förster (Dessa) 2022-03-20 02:28:10 +01:00
parent 3ad232f3c9
commit 43a428de63
6 changed files with 58 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# For details on this file, see the layout.conf section of the # For details on this file, see the layout.conf section of the
# portage(5) man page. # portage(5) man page.
# Allow specific PROPERTIES and RESTRICT values in ebuilds. # Allow specific PROPERTIES and RESTRICT values in ebuilds.
properties-allowed = interactive live properties-allowed = interactive live test_network
restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv
# manifest-hashes specify hashes used for new/updated entries # manifest-hashes specify hashes used for new/updated entries
@ -25,8 +25,14 @@ manifest-required-hashes = BLAKE2B
# 2016-01-10 council meeting banned EAPIs 0 and 3. # 2016-01-10 council meeting banned EAPIs 0 and 3.
# 2018-04-08 council meeting banned EAPI 4. # 2018-04-08 council meeting banned EAPI 4.
# 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
# 2021-07-11 council meeting deprecated EAPI 6.
eapis-banned = 0 1 2 3 4 eapis-banned = 0 1 2 3 4
eapis-deprecated = 5 eapis-deprecated = 5 6
# EAPIs 0 to 4 are banned for profiles
# EAPIs 6 and 7 do not include any profile related changes
profile-eapis-banned = 0 1 2 3 4 6 7
profile-eapis-deprecated =
# Bug #337853 - gentoo's council says to enable # Bug #337853 - gentoo's council says to enable
# --echangelog by default for the "gentoo" repo # --echangelog by default for the "gentoo" repo

View File

@ -1 +1 @@
7 5

44
sys-auth/metadata.xml Normal file
View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<catmetadata>
<longdescription lang="en">
The sys-auth category contains applications and libraries to support
authentication and authorization facilities.
Here belongs PAM modules, NSS modules and login apps.
</longdescription>
<longdescription lang="ja">
sys-authカテゴリには確認を採用するアプリケーションとライブラリが
含まれます。これはPAMとNSSモジュールとログインアプリケーションの場所です。
</longdescription>
<longdescription lang="vi">
Nhóm sys-auth chứa các ứng dụng và thư viện hỗ trợ xác thực và phân quyền.
Ở đây bao gồm các module PAM, NSS và các ứng dụng đăng nhập.
</longdescription>
<longdescription lang="de">
Die Kategorie sys-auth enthält Programme und Bibliotheken die Funktionen
zur Authentifizierung und Authorisierung zur Verfügung stellen. Module für PAM
und NSS sowie Loginapplikationen finden sich hier.
</longdescription>
<longdescription lang="it">
La categoria sys-auth contiene applicazioni e librerie di supporto per
gli strumenti di autenticazione e autorizzazione. Appartengono a questa categoria
i moduli PAM, i moduli NSS e le applicazioni di login.
</longdescription>
<longdescription lang="pt">
A categoria sys-auth contém aplicações e bibliotecas para
suportar instrumentos de autenticação e autorização.
Nesta categoria pertencem módulos de PAM, módulos de NSS e
aplicações de login.
</longdescription>
<longdescription lang="pl">
Kategoria sys-auth zawiera biblioteki oraz programy związane z
autoryzacją i uwierzytelnianiem. Znajdują się tu moduły PAM, NSS oraz
aplikacje służące do logowania.
</longdescription>
<longdescription lang="es">
La categoría sys-auth contiene aplicaciones y librerías para dar
soporte a los servicios de autenticación y autorización.
A esta categoría pertenecen los módulos PAM, NSS y las aplicaciones
para ingresar en el sistema.
</longdescription>
</catmetadata>

View File

@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="8"
if [[ ${PV} == *9999 ]] ; then if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git" EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git"
@ -19,7 +19,7 @@ HOMEPAGE="https://www.froxlor.org/"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
IUSE="awstats bind +dovecot fcgid ftpquota fpm lighttpd +log mailquota nginx pdns pureftpd quota ssl" IUSE="awstats bind +dovecot fcgid fpm ftpquota lighttpd +log mailquota nginx pdns pureftpd quota ssl"
DEPEND=" DEPEND="
virtual/mysql virtual/mysql

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="person"> <maintainer type="person">
<email>release@froxlor.org</email> <email>release@froxlor.org</email>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<catmetadata> <catmetadata>
<longdescription lang="en"> <longdescription lang="en">
The www-apps category contains various world wide web applications. The www-apps category contains various world wide web applications.
@ -38,4 +38,3 @@
Kategoria www-apps zawiera programy związane z przeglądaniem WWW. Kategoria www-apps zawiera programy związane z przeglądaniem WWW.
</longdescription> </longdescription>
</catmetadata> </catmetadata>