From 77e749a2e94c9e967e4b57f7e463ed4c4dd34cc1 Mon Sep 17 00:00:00 2001 From: Victor Kustov Date: Thu, 18 May 2023 00:10:18 +0300 Subject: [PATCH 1/3] media-gfx/lxdm-themes-calculate: remove ~9-years old dependency (OutdatedBlocker) --- .../lxdm-themes-calculate-13.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/media-gfx/lxdm-themes-calculate/lxdm-themes-calculate-13.ebuild b/media-gfx/lxdm-themes-calculate/lxdm-themes-calculate-13.ebuild index 72fd337cc..41f23ff73 100644 --- a/media-gfx/lxdm-themes-calculate/lxdm-themes-calculate-13.ebuild +++ b/media-gfx/lxdm-themes-calculate/lxdm-themes-calculate-13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=7 +EAPI=8 DESCRIPTION="Lxdm theme for Calculate Linux" HOMEPAGE="https://www.calculate-linux.org/packages/media-gfx/lxdm-themes-calculate" @@ -14,10 +14,7 @@ IUSE="" SRC_URI="https://mirror.calculate-linux.org/themes/lxdm/lxdm-calculate-${PV}.tar.bz2" -REQUIRED_USE="" - -RDEPEND="!media-gfx/cldx-themes - media-gfx/dm-themes-calculate" +RDEPEND="media-gfx/dm-themes-calculate" DEPEND="${RDEPEND}" From 41edb3474ba78e8c70bfeb8f3c63b7a479cf964c Mon Sep 17 00:00:00 2001 From: Victor Kustov Date: Thu, 18 May 2023 00:41:02 +0300 Subject: [PATCH 2/3] net-dns/bind: add use flags in metadata Signed-off-by: Victor Kustov --- net-dns/bind/metadata.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/net-dns/bind/metadata.xml b/net-dns/bind/metadata.xml index ee8676aae..fd24c7aed 100644 --- a/net-dns/bind/metadata.xml +++ b/net-dns/bind/metadata.xml @@ -6,4 +6,15 @@ Mir Calculate Calculate Overlay + + Enables dnstap packet logging + Enable the DNS Response Policy Service (DNSRPS) API, a mechanism to allow an external response policy provider + Enables dynamic loaded zones, 3rd party extension + Enables fixed rrset-order option + Enable GeoIP2 API from MaxMind + Enable gssapi support + Enable JSON statistics channel + Enable LMDB support to store configuration for 'addzone' zones + Use LDAP backend + From 8b8264397bea1240816c562ce7a2e644eba1e04f Mon Sep 17 00:00:00 2001 From: Victor Kustov Date: Thu, 18 May 2023 00:59:29 +0300 Subject: [PATCH 3/3] sys-apps/calculate-server: make less warnings (pkgcheck) Signed-off-by: Victor Kustov --- .../calculate-server-2.3.9999.ebuild | 34 ++++++------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/sys-apps/calculate-server/calculate-server-2.3.9999.ebuild b/sys-apps/calculate-server/calculate-server-2.3.9999.ebuild index 14f62ef9a..81d7fde4b 100644 --- a/sys-apps/calculate-server/calculate-server-2.3.9999.ebuild +++ b/sys-apps/calculate-server/calculate-server-2.3.9999.ebuild @@ -4,6 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_11 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 git-r3 @@ -23,40 +24,27 @@ calculate_nonamed calculate_nosamba calculate_noproxy" -DEPEND="!sys-apps/calculate-lib - >=net-nds/openldap-2.3[-minimal] +DEPEND=">=net-nds/openldap-2.3[-minimal] >=sys-auth/pam_ldap-180[ssl] >=sys-auth/nss_ldap-239 - !=net-fs/samba-4[acl,client,cups,ldap,pam] - ) - ) - !calculate_nomail? ( - || ( =net-mail/dovecot-1.2.0[ldap,pam,ssl(+)] - ) + sys-apps/calculate-utils:3 + !calculate_nosamba? ( net-fs/samba[acl,client,cups,ldap,pam] ) + !calculate_nomail? ( + net-mail/dovecot[ldap,pam,ssl(+)] >=mail-filter/procmail-3.22 || ( dev-python/pymilter[python_targets_python3_11] dev-python/pymilter[python_targets_python3_11] ) >=mail-mta/postfix-2.2[ldap,pam,ssl,sasl,dovecot-sasl] ) - !calculate_noftp? ( - || ( =net-ftp/proftpd-1.3.3[-acl,ident,ldap,ncurses,nls,pam,ssl] - ) - ) + !calculate_noftp? ( net-ftp/proftpd[-acl,ident,ldap,ncurses,nls,pam,ssl] ) !calculate_nojabber? ( - || ( >=net-im/ejabberd-2.1.8[mod_pubsub,ldap] - >=net-im/ejabberd-16.04-r1[ldap] ) + >=net-im/ejabberd-16.04-r1[ldap] || ( media-gfx/imagemagick media-gfx/graphicsmagick ) ) - !calculate_nonamed? ( >=net-dns/bind-9.6.1_p1[sdb-ldap] ) - !calculate_noproxy? ( >=net-proxy/squid-3.0.14[ldap,pam,ssl] ) - !calculate_nodhcp? ( >=net-misc/dhcp-3.1.2_p1 ) + !calculate_nonamed? ( net-dns/bind[sdb-ldap] ) + !calculate_noproxy? ( >=net-proxy/squid-3.0.14[ldap,pam,ssl] ) + !calculate_nodhcp? ( >=net-misc/dhcp-3.1.2_p1 ) || ( dev-python/python-ldap[ssl,python_targets_python3_11] dev-python/python-ldap[ssl,python_targets_python3_11] ) || ( dev-python/lxml[python_targets_python3_11]