[gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/, app-admin/eselect/files/

2023-07-18 Thread Ulrich Müller
commit: 0fcfe6d7d82c2327faa92252c400ef768dc281ef
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jul 19 05:54:36 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jul 19 05:54:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcfe6d7

app-admin/eselect: drop 1.4.22-r1

Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/eselect/Manifest |  1 -
 app-admin/eselect/eselect-1.4.22-r1.ebuild | 60 --
 .../eselect/files/eselect-1.4.22-env-module.patch  | 19 ---
 3 files changed, 80 deletions(-)

diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest
index 1d143b6bd8fc..9c9b1e0d75aa 100644
--- a/app-admin/eselect/Manifest
+++ b/app-admin/eselect/Manifest
@@ -1,2 +1 @@
-DIST eselect-1.4.22.tar.xz 183480 BLAKE2B 
8f86bdddaf98bc075694bdf7283cbd366e0ef93635472b3bbac11fdd9765984cd82e493b16836bae66e4b2c42a9cb33ad0d2aacaaf8529b59e4898e11f172d26
 SHA512 
73a10278d604f462aefa099df398eec2b08aee33da69419351ff2faf1cf4c0f3de0f301d92015e52da63046fe7e2c1c388e11ac84b7deb3def505a59fa291dac
 DIST eselect-1.4.25.tar.xz 184300 BLAKE2B 
630fe27338bee0c921a2f90e42d0a8abbb60a141a82bc2c4e7cf43d37582c24b06986ae1cbd341f8d3e69d011edc6c29675bf91ceaf1dcbc2593086f451b8f5f
 SHA512 
98f2752d61e2c31ff6d735d5df0e7d98c3cc51d51c26b71d796948b141ccbc017002185022e6e1e48660ae0012bfc9cd383dd5ac50f644b35bb0893b9271121b

diff --git a/app-admin/eselect/eselect-1.4.22-r1.ebuild 
b/app-admin/eselect/eselect-1.4.22-r1.ebuild
deleted file mode 100644
index 6b4aa0da4bcc..
--- a/app-admin/eselect/eselect-1.4.22-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1
-
-DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
-SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
-
-LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="doc emacs vim-syntax"
-
-DEPEND="sys-apps/sed
-   || (
-   sys-apps/coreutils
-   app-misc/realpath
-   )"
-RDEPEND="${DEPEND}
-   sys-apps/file
-   sys-libs/ncurses:0"
-BDEPEND="doc? ( dev-python/docutils )"
-PDEPEND="emacs? ( app-emacs/eselect-mode )
-   vim-syntax? ( app-vim/eselect-syntax )"
-
-PATCHES=( "${FILESDIR}/${P}-env-module.patch" )
-
-src_compile() {
-   emake
-   use doc && emake html
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   newbashcomp misc/${PN}.bashcomp ${PN}
-   dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
-   if use doc; then
-   docinto html
-   dodoc *.html doc/*.html doc/*.css
-   fi
-
-   # needed by news module
-   keepdir /var/lib/gentoo/news
-   if ! use prefix; then
-   fowners root:portage /var/lib/gentoo/news
-   fperms g+w /var/lib/gentoo/news
-   fi
-}
-
-pkg_postinst() {
-   # fowners in src_install doesn't work for the portage group:
-   # merging changes the group back to root
-   if ! use prefix; then
-   chgrp portage "${EROOT}/var/lib/gentoo/news" \
-   && chmod g+w "${EROOT}/var/lib/gentoo/news"
-   fi
-}

diff --git a/app-admin/eselect/files/eselect-1.4.22-env-module.patch 
b/app-admin/eselect/files/eselect-1.4.22-env-module.patch
deleted file mode 100644
index 54eb20692d14..
--- a/app-admin/eselect/files/eselect-1.4.22-env-module.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-env.eselect: More robust file type detection
-https://bugs.gentoo.org/908401
-
 a/modules/env.eselect
-+++ b/modules/env.eselect
-@@ -46,9 +46,10 @@ is_envfile() {
-   [[ -n ${envfile##*~} ]] || return 1
-   [[ ${envfile##*.} != bak ]] || return 1
- 
--  mime=$(POSIXLY_CORRECT=1 file -i "${envfile}" \
--  | cut -d ' ' -f 2 | sed -e 's/;$//')
--  if ! has ${mime} ${MIME_WHITELIST}; then
-+  mime=$(POSIXLY_CORRECT=1 file -bi -e soft "${envfile}") \
-+  || die "'file' command failed"
-+  mime=${mime%%;*}
-+  if ! has "${mime}" ${MIME_WHITELIST}; then
-   echo "Skipping non-text file ${envfile}."
-   return 1
-   fi



[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/

2023-07-18 Thread Ulrich Müller
commit: 18940e1fdd6817fea3af454a600724ffbb52b307
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jul 19 05:52:16 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jul 19 05:52:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18940e1f

app-editors/emacs: drop 28.2-r8

Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/emacs/Manifest |   1 -
 app-editors/emacs/emacs-28.2-r8.ebuild | 519 -
 2 files changed, 520 deletions(-)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index 3e764968ded1..5300b4f5caac 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -6,7 +6,6 @@ DIST emacs-26.3-patches-5.tar.xz 5484 BLAKE2B 
dc2011b35d948d6106cfa4fd7f2ca5d459
 DIST emacs-26.3.tar.xz 44415140 BLAKE2B 
aa8434e6431992ee40402f03a890dd2c49784ee76f437888efe61d66b9aa2bdb816eb0bfe1055e9e154a8bb3ed065fee71623741b474d465a96964618ec775e3
 SHA512 
4d5a4319253afb081e105a3697eb6eeb8d8a0da18cd41346e376ca5af1e180a26e641f76c64fad1b0253168f14a511f0a4d9d4141524fb1cf4d04f25b05a76e9
 DIST emacs-27.2-patches-6.tar.xz 11600 BLAKE2B 
ed8bfb8b2c086423e7bf9f8de5ffb929aa63d8b2781361a8a9d274124a9df52ececdb38c3d4d7d0f0d0fa3a8eaea337c0078929967b073a70209ecdb2bb4cb58
 SHA512 
11f8af976148c957aebaa5fd2edd46b12ffe24036c09c20a61c47e65d8a2febe6480636be2a7f8f3f7c70a8da7091c2a7c254fd853bde56ec45d7db6a9ca94f5
 DIST emacs-27.2.tar.xz 44624480 BLAKE2B 
245ea96004b90f81ac74de74521cbbe086caf1176937e08157eae12cdde5a0f35fc77f7119272ed812974358e5e95abb05e1c2e4f3b501cf5401ea9274f62156
 SHA512 
0f63a5a8709b113ef790c1a64845dad05ead096f93f62164ff221c517a35b91ea7bced75a992d794981a85382cda03cca7338da2f5ef8f6ef1459b88018a4ce9
-DIST emacs-28.2-patches-3.tar.xz 5416 BLAKE2B 
c361fdebf375427cf25c4ac206161b5b55d8d6de88752de35491c778ba90eedf277159a8c317ccda7aaf5e35d6e33d8e70282436d6e03fa311c4576abe03
 SHA512 
acae15b577af831bc94e102323836f3fa5b0d51ec1096b84063c81c58f1087b67487507c05d93ba5ddacfce0fea4f3e755906a9ec582b061b65095ee7d693eac
 DIST emacs-28.2-patches-4.tar.xz 6168 BLAKE2B 
d2968c5f96dcf285f987d32aa8e2ad38c8c2cc7757f9dd83a1faa75efc20c1ac44d6944cf9bcbafbfaa34caae2e7ec24a28fa250d8f5206e4d27649cc2719cec
 SHA512 
94be2c6f715b073ab76a1b3f36194ba6f9c299599b4ba4292a14970f1a2974634ed961d20f62b3939a18347d02fb8025628a7622910f64df0b9879f98dcf5c14
 DIST emacs-28.2.tar.xz 47722600 BLAKE2B 
a7e4990658b5e7306510f8dded93aaf0b82cdd9306df8b786526d038c3249ef9579287075f2235eb01a71ae1699db555254f137b86ab2d2305b45895053df552
 SHA512 
a7cec7e3e82367815a1442f69af54102dbfc434069810a9dec5938a6660cb8b076e6f1fb0bfff9695b15603dbbe05eb9c7dfd92e90cf40fc4d1e5746bce83bd8
 DIST emacs-28.3-patches-2.tar.xz 3064 BLAKE2B 
052ae1cbf0f04d4f2e99a7be91920bdbb7cd41b8c3a47ffc54523dd5d35800374db1c420a709e5ae4c102809887bebc8a32b2c4e4e96b91ed0965d3f1b800f5e
 SHA512 
e448ab9ffe8d24773d9557262283d2fd3b79544bce8837df8b97729cee4f6c19d95bd3a7a6f0e3c6a477e4d7b6ec5215cf4d1911525f62fe0143f3990466864f

diff --git a/app-editors/emacs/emacs-28.2-r8.ebuild 
b/app-editors/emacs/emacs-28.2-r8.ebuild
deleted file mode 100644
index 3478daa22fc0..
--- a/app-editors/emacs/emacs-28.2-r8.ebuild
+++ /dev/null
@@ -1,519 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs
-
-if [[ ${PV##*.} =  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git;
-   EGIT_BRANCH="emacs-28"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
-   S="${EGIT_CHECKOUT_DIR}"
-   SLOT="${PV%%.*}-vcs"
-else
-   # FULL_VERSION keeps the full version number, which is needed in
-   # order to determine some path information correctly for copy/move
-   # operations later on
-   FULL_VERSION="${PV%%_*}"
-   SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
-   S="${WORKDIR}/emacs-${FULL_VERSION}"
-   # PV can be in any of the following formats:
-   # 27.1 released version (slot 27)
-   # 27.1_rc1 upstream release candidate (27)
-   # 27.0.live ebuild (slot 27-vcs)
-   # 27.0.90  upstream prerelease snapshot (27-vcs)
-   # 27.0.50_pre20191223  snapshot by Gentoo developer (27-vcs)
-   if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
-   S="${WORKDIR}/emacs"
-   elif [[ ${PV//[0-9]} != "." ]]; then
-   
SRC_URI="https://alpha.gnu.org/gnu/emacs/pretest/${PN}-${PV/_/-}.tar.xz;
-   fi
-   # Patchset from proj/emacs-patches.git
-   SRC_URI+=" https://dev.gentoo.org/~ulm/emacs/${P}-patches-3.tar.xz;
-   PATCHES=("${WORKDIR}/patch")
-   SLOT="${PV%%.*}"
-   [[ ${PV} == *.*.* ]] && SLOT+="-vcs"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv sparc x86 ~amd64-linux 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/WebService-MusicBrainz/

2023-07-18 Thread Miroslav Šulc
commit: 1715d1867deb14410a57d418f44938da0a0886b0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Jul 19 05:49:23 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jul 19 05:49:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1715d186

dev-perl/WebService-MusicBrainz: dropped obsolete 1.0.5

Bug: https://bugs.gentoo.org/910468
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-perl/WebService-MusicBrainz/Manifest |  1 -
 .../WebService-MusicBrainz-1.0.5.ebuild  | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/WebService-MusicBrainz/Manifest 
b/dev-perl/WebService-MusicBrainz/Manifest
index 64aad3b3ec70..a96e68e05c4c 100644
--- a/dev-perl/WebService-MusicBrainz/Manifest
+++ b/dev-perl/WebService-MusicBrainz/Manifest
@@ -1,2 +1 @@
-DIST WebService-MusicBrainz-1.0.5.tar.gz 10029 BLAKE2B 
52e9e09f4b0c68fb26391cbfca2ba092fece7ebd1ead2b09a243718da1876209a4c12e723fdaf5ea8a3c796ec65b10481aeddba6297ef40812f61fca935f743e
 SHA512 
b1dfa497b460fb56702905518d3f2de0f5af0f4003be9ce983954673b0abc8a67215a77079a2989fca2c0228409788ff3f767302659003f544e6bbd56ab6df24
 DIST WebService-MusicBrainz-1.0.6.tar.gz 10018 BLAKE2B 
f7a1e038ae60c44193c4551b2acc135e8f54fd4b7c4c7de68390c63b5b81b3c14585eaa0163de699a9bb440736570fdacd30fda194086a1c52bff787c318aabb
 SHA512 
b9cb8a4873c0a32575afbeaa57068a2b533dd3213d747b3577a378da2844b325e9b50477ccb3c5461b34a319078a59cf802be93f1cc094cb6f12c13c92c9611a

diff --git 
a/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.5.ebuild 
b/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.5.ebuild
deleted file mode 100644
index 25e96ecfb98a..
--- a/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=BFAIST
-inherit perl-module
-
-DESCRIPTION="Web service API to MusicBrainz database"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv x86"
-PATCHES=( "${FILESDIR}/1.0.2-no-network-testing.patch" )
-
-RDEPEND="
-   >=dev-perl/Mojolicious-7.130.0
-"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.420.0
-"



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/

2023-07-18 Thread Hans de Graaff
commit: 26b75dac7be210d0887a71a7bd8d6fef698eed12
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:44:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:49:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b75dac

dev-db/mysql-workbench: add 8.0.34

Closes: https://bugs.gentoo.org/829876
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-db/mysql-workbench/Manifest|   1 +
 .../mysql-workbench/mysql-workbench-8.0.34.ebuild  | 116 +
 2 files changed, 117 insertions(+)

diff --git a/dev-db/mysql-workbench/Manifest b/dev-db/mysql-workbench/Manifest
index 12dacd5cabb0..a868b842c79f 100644
--- a/dev-db/mysql-workbench/Manifest
+++ b/dev-db/mysql-workbench/Manifest
@@ -1,2 +1,3 @@
 DIST antlr-4.11.1-complete.jar 3547867 BLAKE2B 
24e9799a402302fd13ebd91028a8e3b8141af50b446bc06bb4df3f7619cad956e9b681c0908b870a1f9d6701049e89099906cdc6038dc007984b19f7a8cc756b
 SHA512 
a445bb71e4470ffa7bbb382a873fe5c5737b96b2c68b57593c1151ed9944ec701ce0c299ea5c3b593bd33916d384d598e2538a9b0b11b41c77a399beca4aab88
 DIST mysql-workbench-community-8.0.33-src.tar.gz 27900614 BLAKE2B 
fd1fd53eec882c1cdc42ac1f56bfec034e1e3266768f12d41306464e87e81008008b5a467bbad251f49d2c3c9e7737440c4c9d9a00020a7fa603c6f5c5fbe107
 SHA512 
cd251d7eb6aa0e1d8a1ee5c5cd7c7422979172b333420fbd30c626b1acc9563e34cf537374888365e3001277b4dcd7adffbb2f14f0dccc219ba1ef5f2d44b292
+DIST mysql-workbench-community-8.0.34-src.tar.gz 27906155 BLAKE2B 
3a05e1763eddba5c72242eb3d79100fee43915a96fc0198ad5624f14f5228cc11040d424ccd484ee312d8bcd2372c5197ae0136e8d33f3fd45b3ed429ff9ee20
 SHA512 
e031f6a0cadab528d64160113539535e93aea4631e0139256f6b3e812fa6d12a35c71f16f78d60ceeb004edb3a67bbd4db6ac3e5c286df23491d3f0b410f1c77

diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.34.ebuild 
b/dev-db/mysql-workbench/mysql-workbench-8.0.34.ebuild
new file mode 100644
index ..f2473fcbfa84
--- /dev/null
+++ b/dev-db/mysql-workbench/mysql-workbench-8.0.34.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GCONF_DEBUG="no"
+
+PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_REQ_USE="sqlite"
+
+ANTLR_VERSION=4.11.1
+
+inherit gnome2 flag-o-matic python-single-r1 cmake
+
+MY_P="${PN}-community-${PV}-src"
+
+DESCRIPTION="MySQL Workbench"
+HOMEPAGE="https://www.mysql.com/products/workbench/;
+SRC_URI="https://cdn.mysql.com/Downloads/MySQLGUITools/${MY_P}.tar.gz
+   https://www.antlr.org/download/antlr-${ANTLR_VERSION}-complete.jar;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# glibc: deprecated mutex functions, removed in 2.36.0
+CDEPEND="${PYTHON_DEPS}
+   app-crypt/libsecret
+   dev-libs/glib:2
+   >=dev-cpp/antlr-cpp-4.11.1:4
+   dev-cpp/atkmm:*
+   dev-cpp/pangomm:1.4
+   >=dev-cpp/glibmm-2.14:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/atk
+   >=net-libs/libssh-0.9.5[server]
+   x11-libs/pango
+   x11-libs/gtk+:3
+   >=x11-libs/cairo-1.5.12[glib,svg(+)]
+   >=dev-libs/rapidjson-1.1.0
+   dev-libs/libsigc++:2
+   dev-libs/boost[nls]
+   >=dev-cpp/ctemplate-0.95
+   >=dev-libs/libxml2-2.6.2:2
+   dev-libs/libzip
+   dev-libs/libpcre[cxx]
+   >=sci-libs/gdal-1.11.1-r1:=
+   virtual/opengl
+   || ( sys-fs/e2fsprogs dev-libs/ossp-uuid )
+   dev-libs/tinyxml[stl]
+   >=dev-db/mysql-connector-c++-8.0.27-r1
+   dev-db/vsqlite++
+   || ( dev-db/libiodbc >=dev-db/unixODBC-2.3.11 )
+   dev-python/pexpect
+   >=dev-python/paramiko-1.7.4
+"
+
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/net-tools-1.60_p20120127084908"
+
+DEPEND="${CDEPEND}
+   dev-lang/swig
+   >=virtual/jre-11
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/"${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-6.2.5-wbcopytables.patch"
+   "${FILESDIR}/${PN}-8.0.19-mysql-connector-8.patch"
+   "${FILESDIR}/${PN}-8.0.33-gcc13.patch"
+)
+
+src_unpack() {
+   unpack ${PN}-community-${PV}-src.tar.gz
+}
+
+src_prepare() {
+   ## remove hardcoded CXXFLAGS
+   sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die
+   ## And avoid -Werror
+   sed -i -e 's/-Werror//' CMakeLists.txt || die
+   ## Fix doc install directory
+   sed -i -e "/WB_INSTALL_DOC_DIR/ s/mysql-workbench/${P}/ ; 
/WB_INSTALL_DOC_DIR/ s/-community//" CMakeLists.txt || die
+
+   ## package is very fragile...
+   strip-flags
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   if has_version dev-db/libiodbc ; then
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/android-udev-rules/

2023-07-18 Thread Joonas Niilola
commit: 2e45ff12859ec926724f0e79b45f707a03da8dd5
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul 19 05:47:12 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 19 05:47:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e45ff12

dev-util/android-udev-rules: mark ALLARCHES

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/android-udev-rules/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/android-udev-rules/metadata.xml 
b/dev-util/android-udev-rules/metadata.xml
index 6fe12059e54f..a2501c00ff48 100644
--- a/dev-util/android-udev-rules/metadata.xml
+++ b/dev-util/android-udev-rules/metadata.xml
@@ -12,4 +12,5 @@

M0Rf30/android-udev-rules

+   
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/

2023-07-18 Thread Joonas Niilola
commit: 2d8214e8979f62a1810e447cb8d5801f430a98ab
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul 19 05:46:29 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 19 05:46:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8214e8

app-admin/pwgen: stabilize 2.08-r2 for x86

Bug: https://bugs.gentoo.org/910516
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/pwgen/pwgen-2.08-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pwgen/pwgen-2.08-r2.ebuild 
b/app-admin/pwgen/pwgen-2.08-r2.ebuild
index 75a5977e135b..aa9ee53d0682 100644
--- a/app-admin/pwgen/pwgen-2.08-r2.ebuild
+++ b/app-admin/pwgen/pwgen-2.08-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="livecd"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-util/android-udev-rules/

2023-07-18 Thread Joonas Niilola
commit: 164b79f687fcca774a82190916ccd60c271030de
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul 19 05:42:33 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 19 05:45:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164b79f6

dev-util/android-udev-rules: stabilize 20230614 for amd64, x86

Closes: https://bugs.gentoo.org/910523
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/android-udev-rules/android-udev-rules-20230614.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-udev-rules/android-udev-rules-20230614.ebuild 
b/dev-util/android-udev-rules/android-udev-rules-20230614.ebuild
index 62f49b941ae8..cd857f96ca8c 100644
--- a/dev-util/android-udev-rules/android-udev-rules-20230614.ebuild
+++ b/dev-util/android-udev-rules/android-udev-rules-20230614.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/${PV}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 # No tests
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/

2023-07-18 Thread Hans de Graaff
commit: 363b5e831c159d3c0774aaac8adf46000eb99416
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:05:43 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:05:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363b5e83

dev-ruby/flog: add 4.7.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/flog/Manifest  |  1 +
 dev-ruby/flog/flog-4.7.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index ac87a44f3923..2a08979cadf8 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,2 @@
 DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64
+DIST flog-4.7.0.gem 27136 BLAKE2B 
da3fa3d443b5652259080c7d1a6f2e14b63234eaa0d22892a08c4e9cb1e31acd6e25c23907bee602df11abf3a754707b823aeb1a2babbaacb8ed2b628eef40b2
 SHA512 
4e4c10971ec1207ee0b83ecafc0159634c4929b9c5c169fe8c192ab7301b947c1e36320ebce710b8db2f7800596680622734514bd6722a2832e6f1076f30d48e

diff --git a/dev-ruby/flog/flog-4.7.0.ebuild b/dev-ruby/flog/flog-4.7.0.ebuild
new file mode 100644
index ..c39d289b9277
--- /dev/null
+++ b/dev-ruby/flog/flog-4.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
+HOMEPAGE="https://ruby.sadi.st/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+   dev-ruby/path_expander:1
+   >dev-ruby/ruby_parser-3.1.0:3
+   >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_flog.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/lumberjack/

2023-07-18 Thread Hans de Graaff
commit: 15b1637f5454e0cbc3fdc17df7f0886c7631174d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:07:22 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:07:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b1637f

dev-ruby/lumberjack: add 1.2.9

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/lumberjack/Manifest|  1 +
 dev-ruby/lumberjack/lumberjack-1.2.9.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/lumberjack/Manifest b/dev-ruby/lumberjack/Manifest
index 67eb3c13f241..033d3b019db0 100644
--- a/dev-ruby/lumberjack/Manifest
+++ b/dev-ruby/lumberjack/Manifest
@@ -1 +1,2 @@
 DIST lumberjack-1.2.8.tar.gz 40896 BLAKE2B 
5a2ee1ff750e29c0869ddc8991fd58e2b4dbf69132e2a1c16e414c5373eebb0249ada7fe922666a3cfcd6875aa98e8b2e0f5f73b391ece2fe75e13fb2968b29f
 SHA512 
8b1d9a402112ae3279e3f2b0d498e6d40faca3ed9046bab1b35d3e863dd0d8f143700f0b7039c8d6b24bde517fceeb9d1b7a8b4259a97908a34a94338f1fd995
+DIST lumberjack-1.2.9.tar.gz 43739 BLAKE2B 
0e8dc56be40fd8a48d1db49902144d875cfbe41b19299369c845b11ec70f1edf5184b87a50efd7f628ed772a5420ac642db10b99574a1ff8c17dea45b51b2061
 SHA512 
e161e09e5cec45dafdf91adbd301b393bb858293baeca4c6cd557cd652bc86505b0f6b2dce7a872d2e48d1ae7eb065f0f9035d8eb0469a20c62d42dbeb08fdc0

diff --git a/dev-ruby/lumberjack/lumberjack-1.2.9.ebuild 
b/dev-ruby/lumberjack/lumberjack-1.2.9.ebuild
new file mode 100644
index ..541a955c45da
--- /dev/null
+++ b/dev-ruby/lumberjack/lumberjack-1.2.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="lumberjack.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple, powerful, and very fast logging utility"
+HOMEPAGE="https://github.com/bdurand/lumberjack;
+SRC_URI="https://github.com/bdurand/lumberjack/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.8 )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' -e 's/__dir__/"."/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/

2023-07-18 Thread Hans de Graaff
commit: e8183377fe675a8e6281d1a5161b7e996ec62d75
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:25:17 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:25:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8183377

dev-ruby/rack-cache: add 1.14.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-cache/Manifest |  1 +
 dev-ruby/rack-cache/rack-cache-1.14.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/rack-cache/Manifest b/dev-ruby/rack-cache/Manifest
index 4218b279ef62..ad725d150f50 100644
--- a/dev-ruby/rack-cache/Manifest
+++ b/dev-ruby/rack-cache/Manifest
@@ -1 +1,2 @@
 DIST rack-cache-1.13.0.tar.gz 262945 BLAKE2B 
ea0dafe105c8c1e10815c39b928c5a86bf77a0cf3a31f085169028cb6333db761138fb85b7f5da6c3374e749e898d97622994ad3a7b4972befbd46d31e3b
 SHA512 
049302994663703ea593e01194e1c5c3b95afc889e628906e65302dd1fe64fc280bac9d26855db2fc7af1e287201a47c7f6a52329a3151b3efc775c0585d837c
+DIST rack-cache-1.14.0.tar.gz 263917 BLAKE2B 
1d8a95bcb4d4d3c5a61282fa7466a728c234d9b39e1fa7db27c3804e665618bb13a5a797d2b989768f51b1d0d4b0f1cdec44f6e3bd3f4cfae4e9e530d12c701a
 SHA512 
258d8b9f8daf282e6614b8cb10d44e747a29e4d1ff4b5acf0c57546f0714161fd4b9fc8ff5b2ca7b175b4f9158337ee1281d46c2238a158ee06a07ed79c71636

diff --git a/dev-ruby/rack-cache/rack-cache-1.14.0.ebuild 
b/dev-ruby/rack-cache/rack-cache-1.14.0.ebuild
new file mode 100644
index ..f36440096e15
--- /dev/null
+++ b/dev-ruby/rack-cache/rack-cache-1.14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+# no documentation is generable, it needs hanna, which is broken
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
+
+RUBY_FAKEGEM_GEMSPEC="rack-cache.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Enable HTTP caching for Rack-based applications that produce 
freshness info"
+HOMEPAGE="https://github.com/rack/rack-cache;
+SRC_URI="https://github.com/rack/rack-cache/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.2"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/maxitest-3.4.0
+   >=dev-ruby/minitest-5.7.0:5
+   >=dev-ruby/mocha-2 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' \
+   test/test_helper.rb || die
+}
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files/find */' -e "s:_relative ': './:" 
${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true ${RUBY} -I.:lib:test -e 
'Dir["test/*_test.rb"].each{|f| require f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_portile2/

2023-07-18 Thread Hans de Graaff
commit: a9e4c879d3fbf2aa193ee770beb24087c2dedd62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:12:17 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:12:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e4c879

dev-ruby/mini_portile2: add 2.8.4

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mini_portile2/Manifest   |  1 +
 dev-ruby/mini_portile2/mini_portile2-2.8.4.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/mini_portile2/Manifest b/dev-ruby/mini_portile2/Manifest
index 38d83ffa1f87..bc72760ba9c6 100644
--- a/dev-ruby/mini_portile2/Manifest
+++ b/dev-ruby/mini_portile2/Manifest
@@ -1,2 +1,3 @@
 DIST mini_portile2-2.8.1.gem 28672 BLAKE2B 
b0ee9b2326260d9f0dab630da104443d23a696f1c2083d5f26acb0950991c0697ae4a62e4dae33fe5fd1cc0244b1094d002e8fff8ced037677be9a64f74699ef
 SHA512 
600c25aa092993709842024006ba013308ca471c070134cc727184456871a4d8d3363448803cc513835b57de89e97fe536b6974ece50ff866b6d5e00b7edc308
 DIST mini_portile2-2.8.2.gem 28672 BLAKE2B 
f2c914e708d4e6a535cf821d52f7094627ab2d2e9f02f41a3d38b932d6cc97c452a597237d475014cf541c932f884292184aef85b853a6116326e1cc04460487
 SHA512 
a24131400bda6460dcd21cc9e6700eb9d79c6174ac2074b4b7c253ea7180d9f1c636342e1b9390c2ff4e35625079c988aed081ddf78ddd54a429eab4a892b1d7
+DIST mini_portile2-2.8.4.gem 30720 BLAKE2B 
33f5e67e1ef647c781cf4f5a4b04a2164b27fb6846e0d76ad42f1cdbdd04cae69c4e14cde4ce5bc36c392de74d256770f693485e896b443aab8cceb0a6cc28e9
 SHA512 
19e3e4908e54fb73d695f0674a5c95d96bfa2cf6f87c0d59c32f8a68941b729adc065b3bea2d5eaada489340d8c76e098b9db839d075cac5d183f47d2cee7d9c

diff --git a/dev-ruby/mini_portile2/mini_portile2-2.8.4.ebuild 
b/dev-ruby/mini_portile2/mini_portile2-2.8.4.ebuild
new file mode 100644
index ..74cab14f42f8
--- /dev/null
+++ b/dev-ruby/mini_portile2/mini_portile2-2.8.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simplistic port-like solution for developers"
+HOMEPAGE="https://github.com/flavorjones/mini_portile;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos"
+IUSE=""
+
+BDEPEND="test? ( dev-util/cmake )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitar
+   dev-ruby/minitest-hooks
+   dev-ruby/net-ftp
+   dev-ruby/webrick
+)"
+
+each_ruby_test() {
+   ${RUBY} -w -W2 -I. -Ilib -e 'Dir["test/test_*.rb"].map{|f| require f}' 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/

2023-07-18 Thread Hans de Graaff
commit: cb1a2fbb61b2523a549ee5ef9126d0bb76e2a74e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 19 05:17:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 19 05:17:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1a2fbb

dev-ruby/msgpack: add 1.7.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/msgpack/Manifest |  1 +
 dev-ruby/msgpack/msgpack-1.7.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 13f8cb5e1e16..1d48369ddda1 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,2 +1,3 @@
 DIST msgpack-1.6.1.tar.gz 88601 BLAKE2B 
2ddb84afde00240cf446b06d8e7445cfd14fa3dabe67b96035ff09629884523df049d42c4e5250e275648d2bcad0fa56179994c9ea096a1ffc6c86b594968eba
 SHA512 
b8a268a9c357ad5d2fec3fcee3d1a3e818708a51e5035105f245ee0d7cbafc145c6cac5e8bc3bfd12efa967f8ed275e2dfacedb5f3556166ba8e2354260f51ee
 DIST msgpack-1.7.1.tar.gz 89373 BLAKE2B 
c8f1a9312e8a3610ecb3d41aa5f375efb0f059af29419f8be8879865e5b67578c6ea5e684ea4828aac4c7f636e613b720cb79e5e092500f72210fb783c457cc5
 SHA512 
31d9262f4f9b2537e6982aa72b3d7c50d90a95422f8636425448eb160412eb39e34888d584eb5286cf3f69317c0c81c2a2360f6b633f771701603a6cec7849e4
+DIST msgpack-1.7.2.tar.gz 90108 BLAKE2B 
e5630ed36b9e6574bdd6c823afc15958d3b2a58e0e43738c84595d017274d7fc2761d0b4baac2fc8b5ba5ef0f6e1bf78e8c448ef81aa9841c8b3f875bb67c90e
 SHA512 
c7ecf8031644c87debf6fab7d6b358a80cccefe4c0c795695056e5e82b1138641a5b94ea05b2b6edf20de2621ac59c059dce6a627a254742fbca8f73f0110c10

diff --git a/dev-ruby/msgpack/msgpack-1.7.2.ebuild 
b/dev-ruby/msgpack/msgpack-1.7.2.ebuild
new file mode 100644
index ..8126b1988a4b
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.7.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTENSIONS=(ext/msgpack/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/msgpack"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="https://msgpack.org/;
+SRC_URI="https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="${PN}-ruby-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove jruby-specific specs that are run also for other rubies.
+   rm -rf spec/jruby || die
+
+   sed -i -e 's/git ls-files -z/find * -print0/' msgpack.gemspec || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-sound-recorder/

2023-07-18 Thread Matt Turner
commit: d9a410073932310b471aa083522fd16c703177f2
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 19 02:49:12 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 03:24:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a41007

media-sound/gnome-sound-recorder: Update remote-id

Signed-off-by: Matt Turner  gentoo.org>

 media-sound/gnome-sound-recorder/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-sound-recorder/metadata.xml 
b/media-sound/gnome-sound-recorder/metadata.xml
index ff769354e51b..92689050ea84 100644
--- a/media-sound/gnome-sound-recorder/metadata.xml
+++ b/media-sound/gnome-sound-recorder/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo GNOME Desktop
   
   
-GNOME/gnome-sound-recorder
+World/vocalis
   
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/

2023-07-18 Thread Matt Turner
commit: 32844735e4a3b62e3926394d73a79340ad074ac3
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 19 02:48:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 03:24:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32844735

gnome-extra/mousetweaks: Update remote-id

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/mousetweaks/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/mousetweaks/metadata.xml 
b/gnome-extra/mousetweaks/metadata.xml
index 935902a101c7..89a8b7ebdd24 100644
--- a/gnome-extra/mousetweaks/metadata.xml
+++ b/gnome-extra/mousetweaks/metadata.xml
@@ -20,6 +20,6 @@
 * hardware not only for the computer
   
   
-GNOME/mousetweaks
+Archive/mousetweaks
   
 



[gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/

2023-07-18 Thread Joshua Kinard
commit: 3b97bc94f093bfd6cce2368cf12ee77a5bd01167
Author: Joshua Kinard  gentoo  org>
AuthorDate: Wed Jul 19 01:50:11 2023 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Wed Jul 19 01:50:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b97bc94

sys-process/lsof: Added ~mips to KEYWORDS

Closes: https://bugs.gentoo.org/891241
Signed-off-by: Joshua Kinard  gentoo.org>

 sys-process/lsof/lsof-4.98.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/lsof/lsof-4.98.0.ebuild 
b/sys-process/lsof/lsof-4.98.0.ebuild
index 37f7da6b225a..c87eb6b1158c 100644
--- a/sys-process/lsof/lsof-4.98.0.ebuild
+++ b/sys-process/lsof/lsof-4.98.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/audiofile/

2023-07-18 Thread Matt Turner
commit: e73d571809bc3477877e9f0cf7c7155772d5cdfb
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 19 01:13:24 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 01:13:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73d5718

media-libs/audiofile: Drop gnome@ as a maintainer

No gnome@-maintained packages depend on this.

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/audiofile/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-libs/audiofile/metadata.xml 
b/media-libs/audiofile/metadata.xml
index 84388a991c82..727539b2 100644
--- a/media-libs/audiofile/metadata.xml
+++ b/media-libs/audiofile/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   

so...@gentoo.org
Gentoo Sound project



[gentoo-commits] repo/gentoo:master commit in: x11-misc/alacarte/

2023-07-18 Thread Matt Turner
commit: 35c573aa886164ec955f29bfeb892c99a6bd5ace
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 22:40:43 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:54:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c573aa

x11-misc/alacarte: Version bump to 3.44.3

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/alacarte/Manifest   |  1 +
 x11-misc/alacarte/alacarte-3.44.3.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest
index 635e21745e23..12cd113b92b8 100644
--- a/x11-misc/alacarte/Manifest
+++ b/x11-misc/alacarte/Manifest
@@ -1 +1,2 @@
 DIST alacarte-3.44.2.tar.xz 253580 BLAKE2B 
206eea28b50ef6d0cf228031ff72c16c6ebd130dfa623b96eb727ef62aad3db0003f3a97bc188f4b8a0e9d18cc184a9230fb332131d37afb0abe71dc3d13ee1e
 SHA512 
b62c15ca37717e988b1d64f0ab565970ae15a4bc11a3f31da8574a0b4f10a9cf8b94d0a85be34d871c106ab34c63b2dfbf535b46eb630829e73c14023b99053e
+DIST alacarte-3.44.3.tar.xz 248692 BLAKE2B 
bb418aebb595935028b5bec9b08b516d90c6488ef4201b184f51420c5918f986d3dda20c2eb8d7666bb3fa7d4249af59afb00777d93d5715ef54d604943ef952
 SHA512 
2e10b79527b3343379f7b58efa9ae3a4428d05fee11279ae95e0514712ec97489b1152cabcdf2abcaa3d1e396218e2708b0c47e20e6e55e2d34b848e7e2d9ee2

diff --git a/x11-misc/alacarte/alacarte-3.44.3.ebuild 
b/x11-misc/alacarte/alacarte-3.44.3.ebuild
new file mode 100644
index ..e37452553a19
--- /dev/null
+++ b/x11-misc/alacarte/alacarte-3.44.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Simple GNOME menu editor"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/alacarte;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
+   >=gnome-base/gnome-menus-3.5.3:3[introspection]
+"
+RDEPEND="${DEPEND}
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/gtk+:3[introspection]
+"
+BDEPEND="
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_install() {
+   gnome2_src_install
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/

2023-07-18 Thread Sam James
commit: 582ee5778ecaf0fae6a0bcb36211d11092ba2c6b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:51:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:51:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582ee577

dev-vcs/gitolite: add 3.6.13

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/gitolite/Manifest   |   1 +
 dev-vcs/gitolite/gitolite-3.6.13.ebuild | 101 
 2 files changed, 102 insertions(+)

diff --git a/dev-vcs/gitolite/Manifest b/dev-vcs/gitolite/Manifest
index f7ed02172682..47048999541b 100644
--- a/dev-vcs/gitolite/Manifest
+++ b/dev-vcs/gitolite/Manifest
@@ -1,3 +1,4 @@
 DIST gitolite-2.3.1.tar.gz 255807 BLAKE2B 
b51a664d6e786702cad999fa8df6d86f80eb9cc908ed092b55272c59a4bd52145302e638612f1788d68b2445b8c665f025b24c47d50992dd3f6ef2fd6eb63ee7
 SHA512 
a658104b54ff6668022a6010b961fbe13b8e7a66242d547e0e4cf685574d8a1fd60065112095b0d73b826f6346973cb3a5db307d84fd5aceba852f2ddd0c86ee
 DIST gitolite-3.6.11.tar.gz 198340 BLAKE2B 
9daf1e2cb2ebdca652d87aaa67b433174d35ece2ad859de6c6d6295f453b6fa86d15240e964fdc58fc4ee5b1018b935b7032e6bacef9743487189857782220cd
 SHA512 
7c11b3dfde9ecf9ef66185aab175d78302c42cc24f13e3e855fa27ffaee65b5887bdd7f96b00b6eed944b91af2b86993b284d1a09fe5a5a3cce82acd33631212
 DIST gitolite-3.6.12.tar.gz 203704 BLAKE2B 
b70bd8108f6c9d0e6d8776ab4338c523b0f27db305974fa40a0e074908302f8a8803fcf2f88a4c3e9972311b400142d7e3f9569d7ebd86f7343e2b70e3701d6e
 SHA512 
f6a7f4daf8a6f73db823a95cd677c1c436e04a05460a239b5844468cf0f3e6f8da1b1cd86d98c84bb8e80e5ca446c9afd0ca221cce622398c0d0a3ce18062c22
+DIST gitolite-3.6.13.tar.gz 204615 BLAKE2B 
f4a6f5ea106695371b75837fc8ff39a62f0464247781abcaa79bc779cd72a2c2483c2436cbd9cb1091689e51b09a3a9ee17bcce5bdab02b6cb641b1c8bab7066
 SHA512 
95c232dd117b8849b205946b6427422abadbfb0d59fdb72f1de75813cbe3fbf63cbc0f5f5f2de4e761797c0cf5423c94805a55af87b7ff78a2d9ea9f2406dfcb

diff --git a/dev-vcs/gitolite/gitolite-3.6.13.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.13.ebuild
new file mode 100644
index ..5b07820b7a75
--- /dev/null
+++ b/dev-vcs/gitolite/gitolite-3.6.13.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DESCRIPTION="Highly flexible server for git directory version tracker"
+HOMEPAGE="https://github.com/sitaramc/gitolite;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git;
+else
+   SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="selinux tools"
+# TODO: At some point, wire it up safely.
+# See https://gitolite.com/gitolite/testing.html and t/README first!
+RESTRICT="test"
+
+DEPEND="
+   dev-lang/perl
+   >=dev-vcs/git-1.6.6
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/git
+   acct-user/git[gitolite]
+   !app-vim/gitolite-syntax
+   !dev-vcs/gitolite-gentoo
+   selinux? ( sec-policy/selinux-gitosis )
+   dev-perl/JSON
+"
+
+src_prepare() {
+   default
+   echo ${PF} > src/VERSION || die
+}
+
+src_install() {
+   local uexec=/usr/libexec/${PN}
+
+   rm -rf src/lib/Gitolite/Test{,.pm}
+   insinto $VENDOR_LIB
+   doins -r src/lib/Gitolite
+
+   dodoc README.markdown CHANGELOG
+   # These are meant by upstream as examples, you are strongly recommended 
to
+   # customize them for your needs.
+   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
+
+   insinto /usr/share/vim/vimfiles
+   doins -r contrib/vim/*
+
+   insopts -m0755
+   insinto $uexec
+   doins -r src/{commands,syntactic-sugar,triggers,VREF}/
+   doins -r contrib/{commands,triggers,hooks}
+
+   insopts -m0644
+   doins src/VERSION
+
+   exeinto $uexec
+   doexe src/gitolite{,-shell}
+
+   dodir /usr/bin
+   for bin in gitolite{,-shell}; do
+   dosym ../libexec/${PN}/${bin} /usr/bin/${bin}
+   done
+
+   if use tools; then
+   dobin check-g2-compat convert-gitosis-conf
+   dobin contrib/utils/rc-format-v3.4
+   fi
+
+   fperms 0644 ${uexec}/VREF/MERGE-CHECK # It's meant as example only
+}
+
+pkg_postinst() {
+   local old_ver
+   for old_ver in ${REPLACING_VERSIONS}; do
+   if ver_test ${old_ver} -lt "3" ; then
+   ewarn
+   elog "***NOTE*** This is a major upgrade and will 
likely break your existing gitolite-2.x setup!"
+   elog "Please read 
http://gitolite.com/gitolite/migr/index.html first!"
+   fi
+   done
+
+   # bug 352291
+   ewarn
+   elog "Please make sure that your 'git' user has the correct homedir 
(/var/lib/gitolite)."
+   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/

2023-07-18 Thread Sam James
commit: f5bd9a131476d5972a2c4bf8009bdcff9a974750
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:40:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:41:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bd9a13

sys-apps/baselayout: add gentoo upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sys-apps/baselayout/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/baselayout/metadata.xml b/sys-apps/baselayout/metadata.xml
index 46609925fe80..035853bc0d4c 100644
--- a/sys-apps/baselayout/metadata.xml
+++ b/sys-apps/baselayout/metadata.xml
@@ -11,6 +11,7 @@
 
 
 
+   proj/baselayout
gentoo/baselayout
 
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/

2023-07-18 Thread Sam James
commit: d80bbdf6f6c2bd347be27dd05dc601ffc21b2cad
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:40:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:41:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80bbdf6

sys-apps/baselayout: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sys-apps/baselayout/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/baselayout/metadata.xml b/sys-apps/baselayout/metadata.xml
index 4bd3a8b6d8f0..46609925fe80 100644
--- a/sys-apps/baselayout/metadata.xml
+++ b/sys-apps/baselayout/metadata.xml
@@ -9,5 +9,8 @@
base-sys...@gentoo.org
Gentoo Base System
 
-   
+
+
+   gentoo/baselayout
+
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/

2023-07-18 Thread Sam James
commit: 6d31f9249d8befc9285ed08449c2225455c075dd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:40:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:41:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d31f924

sys-apps/baselayout: fix metadata indentation

Signed-off-by: Sam James  gentoo.org>

 sys-apps/baselayout/metadata.xml | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/sys-apps/baselayout/metadata.xml b/sys-apps/baselayout/metadata.xml
index 035853bc0d4c..6a97f0c772f0 100644
--- a/sys-apps/baselayout/metadata.xml
+++ b/sys-apps/baselayout/metadata.xml
@@ -1,17 +1,17 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   willi...@gentoo.org
-   William Hubbs
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
-
-   proj/baselayout
-   gentoo/baselayout
-
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   base-sys...@gentoo.org
+   Gentoo Base System
+   
+   
+   
+   proj/baselayout
+   gentoo/baselayout
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2023-07-18 Thread Matt Turner
commit: a096813af657b90eebdeff63e99ad0d5ec3f1b5c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 22:38:46 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:38:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a096813a

media-video/cheese: Version bump to 44.1

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest   |   1 +
 media-video/cheese/cheese-44.1.ebuild | 100 ++
 2 files changed, 101 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 20b7c412ce76..ac2dd1070542 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-44.0.1.tar.xz 1096012 BLAKE2B 
53723346eb917002b3a05edfa7bad4f83f4754f321bad6bd6a275aa48786fcf5b7ce78159b226621fcf36d21abd4b07e18f64aa17214e69ba3414b0cb254ff58
 SHA512 
27154db0b19a7c2f70ced4f750570b1ce0af6d8d18450d57c5a85d83f06ea041247c549e6fc73ecfb531df8a789d6f8527878e004b4c35077ef2b14badf4907a
+DIST cheese-44.1.tar.xz 1095916 BLAKE2B 
7558b43a28bc5323a6ccd6e50c86611ee572d32cf190dde401c5d347b70b269ce05875e8a0d2d59e174a66d2cf5330b2530890969445eab00d7da0b4f02ce3e7
 SHA512 
106f02c0bd6e21039e3d1cdbcb8111c8d76638666b3a3ee65bc81295deaf50acf49023f3f7bf2ca244a9b7f4ac95d04fbc5864c1ded8698c52665c23c3640dc1

diff --git a/media-video/cheese/cheese-44.1.ebuild 
b/media-video/cheese/cheese-44.1.ebuild
new file mode 100644
index ..4b21283de386
--- /dev/null
+++ b/media-video/cheese/cheese-44.1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
+HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
+
+LICENSE="GPL-2+"
+SLOT="0/8" # subslot = libcheese soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   media-libs/clutter-gst:3.0
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+
+   media-libs/cogl:1.0=[introspection?]
+
+"
+RDEPEND="${DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   || (
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   media-video/pipewire[gstreamer,v4l]
+   )
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-43.0-buildfix.patch
+)
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-text-editor/, profiles/

2023-07-18 Thread Matt Turner
commit: 828a255921fa055537de34bc438ec2ffb110f366
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jul  2 00:02:44 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828a2559

app-editors/gnome-text-editor: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31701
Signed-off-by: Matt Turner  gentoo.org>

 app-editors/gnome-text-editor/Manifest |  1 +
 .../gnome-text-editor-45_alpha.ebuild  | 57 ++
 profiles/package.mask  |  1 +
 3 files changed, 59 insertions(+)

diff --git a/app-editors/gnome-text-editor/Manifest 
b/app-editors/gnome-text-editor/Manifest
index c20a629f81d4..28f2b6de87fe 100644
--- a/app-editors/gnome-text-editor/Manifest
+++ b/app-editors/gnome-text-editor/Manifest
@@ -1 +1,2 @@
 DIST gnome-text-editor-44.0.tar.xz 610996 BLAKE2B 
02ab81055402df584a448d0e611b608e5fa10d6f4a600755cbab9f730aa1806268f7277dafb4fd3aa95ff2be64d2894806c6038ad81dae7cfb87b28dccc7da24
 SHA512 
bca373a124c3e648fa28da1a493163d768488fa3645fcfbfa7a115e195c0c971dc98e007c9c0fdf7fe415df64e76071fc83e33831707bb31154e66355948bbb3
+DIST gnome-text-editor-45.alpha.tar.xz 605412 BLAKE2B 
fc8504e85a40bae866576325e5599ed274cc14bf9ac4391538419ca5afcd8bf51302948079f4bc52da16422ed46a13e93fe4d4f11f56d79f729c65847b175dcc
 SHA512 
a4ba779a8454f13079a9e653272ed7aabca0df574acb22fd5271614f72569006186bd965db90a03c14a751fb15a2bb52a04b6d3338c487e0fcae5a26d88bbeba

diff --git a/app-editors/gnome-text-editor/gnome-text-editor-45_alpha.ebuild 
b/app-editors/gnome-text-editor/gnome-text-editor-45_alpha.ebuild
new file mode 100644
index ..cd243ed2cd77
--- /dev/null
+++ b/app-editors/gnome-text-editor/gnome-text-editor-45_alpha.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A simple text editor for the GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-text-editor;
+S="${WORKDIR}/gnome-text-editor-${PV/_/.}"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+
+IUSE="spell"
+
+KEYWORDS="~amd64 ~riscv"
+
+DEPEND="
+   >=dev-libs/glib-2.73.0:2
+   >=gui-libs/gtk-4.7:4
+   >=gui-libs/gtksourceview-5.5.0:5
+   >=gui-libs/libadwaita-1.4_alpha:1
+   app-text/editorconfig-core-c
+   x11-libs/cairo
+   spell? (
+   >=app-text/enchant-2.2.0:2
+   dev-libs/icu:=
+   )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.21
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature spell enchant)
+   -Dbugreport_url="https://bugs.gentoo.org;
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 1b0132a231f7..012ba30e6c2c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -209,6 +209,7 @@ dev-perl/Gtk2-Notify
 
 # Matt Turner  (2023-07-06)
 # GNOME 45 mask
+>=app-editors/gnome-text-editor-45_alpha
 >=app-misc/tracker-3.6_alpha
 >=app-misc/tracker-miners-3.6_alpha
 >=dev-libs/gjs-1.77



[gentoo-commits] repo/gentoo:master commit in: profiles/, gnome-extra/sushi/

2023-07-18 Thread Matt Turner
commit: cf2e836ecadd27a586ccb3ecfe067cce44eb93d3
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jul  2 19:07:13 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2e836e

gnome-extra/sushi: Version bump to 45_alpha2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31717
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/sushi/Manifest   |  1 +
 gnome-extra/sushi/sushi-45_alpha2.ebuild | 58 
 profiles/package.mask|  1 +
 3 files changed, 60 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 9fc23c622888..b4862fa011a5 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-43.0.tar.xz 81552 BLAKE2B 
13ca7ec446aeaae454bb0a8c874a786914211a9b27d423189846aba9adb844b224a7f0cb6d95b2e6c4d71043a2b592d14ce9998a9732150517aa18b14b4f2c25
 SHA512 
0a909f685e49bbddb7fc2cf17338eba08723a796e1e42f09ed404487620437b36c2bdaede3efbb6bd49cd7efde0141e971ac9869f73c0c30bea9b6658978b19e
 DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
+DIST sushi-45.alpha.2.tar.xz 83288 BLAKE2B 
587043020f59c1d1747393f8ad139e68764b1e98b89ad926f910f19b95504c166ec6fa340ee5a881c8643edd2c697c75843d3260cd9ac54c6cddd6e421862d02
 SHA512 
a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed

diff --git a/gnome-extra/sushi/sushi-45_alpha2.ebuild 
b/gnome-extra/sushi/sushi-45_alpha2.ebuild
new file mode 100644
index ..8c11aac1b315
--- /dev/null
+++ b/gnome-extra/sushi/sushi-45_alpha2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson optfeature xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   net-libs/webkit-gtk:4.1[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland)
+   $(meson_feature X X11)
+   -Dprofile=default
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}
+
+pkg_postinst() {
+   optfeature "Support viewing file formats such as generated by 
LibreOffice" \
+  app-office/libreoffice app-office/libreoffice-bin
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 66557faf16d7..57631a290388 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -224,6 +224,7 @@ dev-perl/Gtk2-Notify
 >=gnome-extra/gnome-software-45_alpha
 >=gnome-extra/gnome-system-monitor-45_alpha
 >=gnome-extra/gnome-weather-45_alpha
+>=gnome-extra/sushi-45_alpha
 >=gui-libs/gtk-4.11
 >=gui-libs/libadwaita-1.4_alpha
 >=media-gfx/gnome-font-viewer-45_alpha



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libdex/, profiles/

2023-07-18 Thread Matt Turner
commit: d2f4a9fc0eef6893f867570da65ccecf35d87c87
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Jul  1 20:52:22 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f4a9fc

dev-libs/libdex: Version bump to 0.3.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31694
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libdex/Manifest|  1 +
 dev-libs/libdex/libdex-0.3.0.ebuild | 60 +
 profiles/package.mask   |  1 +
 3 files changed, 62 insertions(+)

diff --git a/dev-libs/libdex/Manifest b/dev-libs/libdex/Manifest
index b60b4a63c716..e62d47d2fae1 100644
--- a/dev-libs/libdex/Manifest
+++ b/dev-libs/libdex/Manifest
@@ -1 +1,2 @@
 DIST libdex-0.2.0.tar.xz 91648 BLAKE2B 
258193b29082024cce30d5e20903f1ba6a3c8e566652d341845178797126796fcc1cf628636de02ba9776cb9d8ff5d38c24f10f269fcd9acbc0cdbb1c0918d8b
 SHA512 
db54fa974af97e59e7a21c19be73db8fec6565377ce313a3532435845d3571216d6617f9a8db500019390d85677ca6f30be3f9a36c60240c8130ae0834826a65
+DIST libdex-0.3.0.tar.xz 94572 BLAKE2B 
1c5ac31b71b076592aeeec8a8005dc429495bd2ee00918d3a2b9d63a8f48b94f2b4bad1b09b5ebaeb7c1799e90e91e6d8c56cc92c4874ae247013d9bba9a489b
 SHA512 
04093447a77e972074425acb38876c62473bf6f609938fa2d7ec36fc944972547c7e8bebfe279273f530f90e18c45ed190ccbf602846c0d783af7fd0c9ac08ce

diff --git a/dev-libs/libdex/libdex-0.3.0.ebuild 
b/dev-libs/libdex/libdex-0.3.0.ebuild
new file mode 100644
index ..f0d86d8a55dd
--- /dev/null
+++ b/dev-libs/libdex/libdex-0.3.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala
+
+DESCRIPTION="Deferred Execution library for GNOME and GTK"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libdex;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk-doc +introspection sysprof test vala"
+REQUIRED_USE="
+   gtk-doc? ( introspection )
+   vala? ( introspection )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.68:2
+   >=sys-libs/liburing-0.7:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   sysprof? ( dev-util/sysprof-capture:4 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   vala? ( $(vala_depend) )
+   dev-util/glib-utils
+   virtual/pkgconfig
+   gtk-doc? ( dev-util/gi-docgen )
+"
+
+src_prepare() {
+   default
+   use vala && vala_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dexamples=false
+   $(meson_use vala vapi)
+   $(meson_feature introspection)
+   -Dsysprof=false
+   $(meson_use test tests)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   if use gtk-doc; then
+   mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
+   mv "${ED}"/usr/share/doc/${PN}-1 
"${ED}"/usr/share/gtk-doc/html/ || die
+   fi
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f4c485232d9..1b0132a231f7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -212,6 +212,7 @@ dev-perl/Gtk2-Notify
 >=app-misc/tracker-3.6_alpha
 >=app-misc/tracker-miners-3.6_alpha
 >=dev-libs/gjs-1.77
+>=dev-libs/libdex-0.3.0
 >=gnome-base/gnome-settings-daemon-45_alpha
 >=gnome-base/gnome-shell-45_alpha
 >=gnome-base/gsettings-desktop-schemas-45_alpha



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/, profiles/

2023-07-18 Thread Matt Turner
commit: 48a9004be9074bb8a512c58f04d91fa0ea1426bc
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jul  2 19:00:24 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a9004b

gnome-base/nautilus: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31716
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/nautilus/Manifest |   1 +
 gnome-base/nautilus/metadata.xml |   1 +
 gnome-base/nautilus/nautilus-45_alpha.ebuild | 121 +++
 profiles/package.mask|   1 +
 4 files changed, 124 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index 46a8acc86477..2e6536874603 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,2 +1,3 @@
 DIST nautilus-44.1.tar.xz 3192400 BLAKE2B 
dfd02c6cdd23a723ba65a93953e80a859a22c6104cb1faeb24a81d9031b99ffc4cc9b3dd10743f928b36da3bf7c33500dc23f9f37530845b54cb250660513b9c
 SHA512 
fa7c029db1c8c7e13d22e692e4e107dbadb136aa8313de1bc07b826bf681af012d9a4a70c3ad4def0f348b2acb103455edcb2f7b1c804f525e337b4417fb6db2
 DIST nautilus-44.2.1.tar.xz 3190824 BLAKE2B 
159abd8fbaea3f372febb4c7f68f95d97b50ac19e31d6108c9588aa849f92ea82a2a04402c8ee78f223339ffe929ed3fc95e4606db7753adacf6edb49f340910
 SHA512 
35974f9d2d785c69d4199287f1b79aa83397b37b3ad3ebe97894ee5e5d9aa4a981808fa443d5c04d2c7223c290a2cad87e3eeb62787b1d241486c39d5e061769
+DIST nautilus-45.alpha.tar.xz 3195844 BLAKE2B 
d320a4e120d9d7d090edbdfd21fc029f4b54ca6bdbde78025f7c9c4e46b09f3aac335339d92507bf5f2db1c9cd74a33e9bbfbe0579d6edf22b05e352c8d052b3
 SHA512 
7d3635ca65502fe272258771916613681f2969296a810b1c2c0e5192e8a4f54f05d9dd4a06fbc5d17d68e5158b5111c5edf272daaf4e0f3d582f3db4fc817ace

diff --git a/gnome-base/nautilus/metadata.xml b/gnome-base/nautilus/metadata.xml
index b5a2039ba906..b905953fa288 100644
--- a/gnome-base/nautilus/metadata.xml
+++ b/gnome-base/nautilus/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo GNOME Desktop
   
   
+Enable the cloudproviders support
 Enable the Audio/Video file properties page
 Use gnome-extra/sushi to preview files 
from the file mananger
 Enable the nautilus-sendto extension to send files to 
various locations/devices

diff --git a/gnome-base/nautilus/nautilus-45_alpha.ebuild 
b/gnome-base/nautilus/nautilus-45_alpha.ebuild
new file mode 100644
index ..79050d9ac113
--- /dev/null
+++ b/gnome-base/nautilus/nautilus-45_alpha.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg
+
+DESCRIPTION="Default file manager for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
+
+LICENSE="GPL-3+ LGPL-2.1+"
+SLOT="0"
+IUSE="+cloudproviders gnome +gstreamer gtk-doc +introspection +previewer 
selinux sendto"
+REQUIRED_USE="gtk-doc? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.74.0:2
+   >=media-libs/gexiv2-0.14.0
+   >=x11-libs/gdk-pixbuf-2.30.0:2
+   gstreamer? ( media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0 )
+   >=app-arch/gnome-autoar-0.4.4
+   >=gnome-base/gnome-desktop-43:4=
+   >=gnome-base/gsettings-desktop-schemas-42
+   >=gui-libs/gtk-4.11.2:4[introspection?]
+   >=gui-libs/libadwaita-1.4_alpha:1
+   >=dev-libs/libportal-0.5:=[gtk]
+   >=x11-libs/pango-1.28.3
+   selinux? ( >=sys-libs/libselinux-2.0 )
+   >=app-misc/tracker-3.0:3
+   >=dev-libs/libxml2-2.7.8:2
+   cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   >=app-misc/tracker-miners-3.0:3=
+" # uses org.freedesktop.Tracker.Miner.Files gsettings schema from 
tracker-miners
+BDEPEND="
+   >=dev-util/gdbus-codegen-2.51.2
+   dev-util/glib-utils
+   gtk-doc? (
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gi-docgen
+   )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+PDEPEND="
+   gnome? ( x11-themes/adwaita-icon-theme )
+   previewer? ( >=gnome-extra/sushi-0.1.9 )
+   sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
+   >=gnome-base/gvfs-1.14[gtk(+)]
+" # Need gvfs[gtk] for recent:/// support; always built (without USE=gtk) 
since gvfs-1.34
+
+PATCHES=(
+   "${FILESDIR}"/43.0-optional-gstreamer.patch # Allow controlling 
audio-video-properties build
+)
+
+src_prepare() {
+   default
+   xdg_environment_reset
+
+   # Disable -Werror
+   sed -e '/-Werror=/d' -i meson.build ||  die
+
+   if use previewer; then
+   DOC_CONTENTS="nautilus uses gnome-extra/sushi to 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/, profiles/

2023-07-18 Thread Matt Turner
commit: e84550bd9a157e24281010391ca1252a14001939
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Jul  1 16:11:34 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84550bd

gnome-extra/gnome-software: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31689
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-software/Manifest|   1 +
 .../gnome-software/gnome-software-45_alpha.ebuild  | 106 +
 profiles/package.mask  |   1 +
 3 files changed, 108 insertions(+)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index 0ebf86afd800..e9ea9e5f212e 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-software-44.2.tar.xz 2423844 BLAKE2B 
6dfbefb71a4d8c83bdc2ef293fa11379523fc966a58bef80f72fc1106b332594c06c6749702e07547c5dd4e3412ac57c309fd7d45bdabe94be5139474d6a76f6
 SHA512 
0f053d1d92285239d7edd62a5dcc5c8ce9e991103e3987808ef82406e2dc665a13e0cd14b043d66dfd420459a6aa7c83e7db2fd6a16a8f3b41a6e93498820251
 DIST gnome-software-44.3.tar.xz 2426180 BLAKE2B 
1c88803cd86d383990c5e79f1721a454a9168d0872f257922d2a14ef3e345757477e8222eb891121ddaca883c3da8ad7c0afe815157eb578ba50775411470176
 SHA512 
33d2429597ab48fe27d772e88669569fba11c81a8cba33d17a0e00d8027079d178d97172a088fcd2167f895380ae1b4ad56244da9ca0a15b1acc096e3f048e3f
+DIST gnome-software-45.alpha.tar.xz 2440740 BLAKE2B 
20a6c467072af7c75fffc5e79d10d87178b4c561215718561d69f018aa8cda92a0dedaca8a6631d12a91d38d8599316ff4151bb043d937cfa77866ffa5708966
 SHA512 
1a2c5e6eec249fdeb726b6cdd58c47ccbdefd6c9bc7278c6d30f1350cc62d3e1231e12b5b2cd9acee8deff269346171d427fd389194f04ca641825bd32ddaa2a

diff --git a/gnome-extra/gnome-software/gnome-software-45_alpha.ebuild 
b/gnome-extra/gnome-software/gnome-software-45_alpha.ebuild
new file mode 100644
index ..3ae5fd156fec
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-45_alpha.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Gnome install & update software"
+HOMEPAGE="https://wiki.gnome.org/Apps/Software 
https://gitlab.gnome.org/GNOME/gnome-software;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="flatpak +firmware gnome gtk-doc sysprof udev test"
+
+RDEPEND="
+   >=dev-libs/appstream-0.14.0:0=
+   >=x11-libs/gdk-pixbuf-2.32.0:2
+   >=dev-libs/libxmlb-0.1.7:=
+   >=gui-libs/gtk-4.10.0:4
+   >=dev-libs/glib-2.70.0:2
+   >=dev-libs/json-glib-1.6.0
+   >=net-libs/libsoup-3.0:3.0
+   >=gui-libs/libadwaita-1.3_rc:1
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+   gnome? ( >=gnome-base/gsettings-desktop-schemas-3.18.0 )
+   sys-auth/polkit
+   firmware? ( >=sys-apps/fwupd-1.5.6 )
+   flatpak? (
+   >=sys-apps/flatpak-1.14.0-r1
+   dev-util/ostree
+   )
+   udev? ( dev-libs/libgudev )
+   >=gnome-base/gsettings-desktop-schemas-3.11.5
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libglib-testing )
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gtk-doc? (
+   dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.3
+   )
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+
+   sed -i -e '/install_data.*README\.md.*share\/doc\/gnome-software/d' 
meson.build || die
+   # We don't need language packs download support, and it fails tests in 
3.34.2 for us (if they are enabled)
+   sed -i -e '/subdir.*fedora-langpacks/d' plugins/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_feature gnome gsettings_desktop_schemas) # Honoring of 
GNOME date format settings.
+   -Dman=true
+   -Dpackagekit=false
+   # -Dpackagekit_autoremove
+   -Dpolkit=true
+   -Deos_updater=false # Endless OS updater
+   $(meson_use firmware fwupd)
+   $(meson_use flatpak)
+   -Dmalcontent=false
+   -Drpm_ostree=false
+   -Dwebapps=true
+   -Dhardcoded_foss_webapps=true
+   -Dhardcoded_proprietary_webapps=true
+   $(meson_use udev gudev)
+   -Dapt=false
+   -Dsnap=false
+   -Dexternal_appstream=false
+   $(meson_use gtk-doc gtk_doc)
+   -Dhardcoded_curated=true
+   # TODO: Will this be beneficial to us with flatpak at least? If
+   # enabled, it shows some apps 

[gentoo-commits] repo/gentoo:master commit in: profiles/, sci-geosciences/gnome-maps/

2023-07-18 Thread Matt Turner
commit: d25a19ba3ab20b997df9ba9671092618fe19190b
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jul  2 00:24:21 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25a19ba

sci-geosciences/gnome-maps: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31704
Signed-off-by: Matt Turner  gentoo.org>

 profiles/package.mask  |  1 +
 sci-geosciences/gnome-maps/Manifest|  1 +
 .../gnome-maps/gnome-maps-45_alpha.ebuild  | 49 ++
 3 files changed, 51 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 012ba30e6c2c..57a4c8eb9022 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -227,6 +227,7 @@ dev-perl/Gtk2-Notify
 >=gui-libs/libadwaita-1.4_alpha
 >=media-gfx/gnome-font-viewer-45_alpha
 >=net-misc/gnome-remote-desktop-45_alpha
+>=sci-geosciences/gnome-maps-45_alpha
 >=sys-apps/baobab-45_alpha
 >=x11-themes/gnome-backgrounds-45_alpha
 >=x11-wm/mutter-45_alpha

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index 830b23f2a43a..67d4080f897e 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-maps-44.1.tar.xz 2349152 BLAKE2B 
e544427972f98d13c5c072c234006c081fc48956cdd795f47225bc73771d655f048bd3ca7d2478f9afd23d50b6f26df95a08ec24b92c1d80a2280a9d2f60
 SHA512 
918a490491b86aa2648dae844dd910be5e4dff339544a6286d35c341bb11acfa1587de04fe2f2b3aff46c57c4175fc0bad50c28a253ffea8bacf274c0ca42f72
 DIST gnome-maps-44.2.tar.xz 2349116 BLAKE2B 
52fd29cfa89ab76c6b041d9ae77453b75e5f9d2fe2de12d0ba1f283c4d16920156e9dffd54dfd0add9a37e66c3a4c49bb4ad43d4733f41301325f281e15fe458
 SHA512 
ea435f3a5a3ed9e4c3054e3fbb2f3dad253f0150f7555c734d06db3a039ece356c61294a664945b5165b004001d8724428aaed527ba0ca55fae2f7d37833e6a7
 DIST gnome-maps-44.3.tar.xz 2348292 BLAKE2B 
1e66780eaf5ea86e25438702ed8602801d31b128e40e48b30d01b9aecb9366168447f6d47efdc3198d4c8598dbcd439ae9a8c80e3810fc22faf1a3f1a44ea1b3
 SHA512 
a193b27474a3b62b3dc5ddbe082ea9718c5225d4939d939cf0050c46016fa1c173091d7a6087aa7be53e8369867b200de793a91f87971b8696207a12ec50c682
+DIST gnome-maps-45.alpha.tar.xz 2948332 BLAKE2B 
93b5ddc81f061a5adf24eff4e39435a3564554df7abadef3a567394006fe17904e5fd5dd4253f3bf31ecbe9c2504ae835bece43a164154d1e08c12192910a904
 SHA512 
b7032eef2a67436ad4bc3de87a01a2435141a976e7a77f4ddd9ae5c58ee39f923807409697f8131b89ce749336b6e3305d0da1f429267451c8eab706ae495dfb

diff --git a/sci-geosciences/gnome-maps/gnome-maps-45_alpha.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-45_alpha.ebuild
new file mode 100644
index ..b7701c61f77d
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-45_alpha.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A map application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Pure introspection dependencies found by grepping imports in ${S}
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   >=dev-libs/gjs-1.69.2
+   >=dev-libs/gobject-introspection-0.10.1:=
+   gui-libs/gtk:4[introspection]
+   >=app-misc/geoclue-0.12.99:2.0[introspection]
+   >=gui-libs/libadwaita-1.0:1[introspection]
+   >=dev-libs/libgweather-4.2.0:4=[introspection]
+   >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
+   >=media-libs/libshumate-1.0:1.0=[introspection]
+   dev-libs/libxml2:2
+   >=net-libs/rest-0.9.1:1.0[introspection]
+
+   app-crypt/libsecret[introspection]
+   media-libs/graphene[introspection]
+   net-libs/libsoup:3.0[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2023-07-18 Thread Sam James
commit: f3d9bcb3c09e86f6e54c25200f758e6e5bdc61d7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:33:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:33:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d9bcb3

sys-kernel/genkernel: Stabilize 4.3.5 arm64, #910520

Signed-off-by: Sam James  gentoo.org>

 sys-kernel/genkernel/genkernel-4.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild 
b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
index baa2fd02ecef..296cb3a148f5 100644
--- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
@@ -92,7 +92,7 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2023-07-18 Thread Sam James
commit: 13cfad9b8c723893af1beb3fd16f7f790a159d53
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:33:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:33:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cfad9b

sys-kernel/genkernel: Stabilize 4.3.5 amd64, #910520

Signed-off-by: Sam James  gentoo.org>

 sys-kernel/genkernel/genkernel-4.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild 
b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
index 5731a0f09c15..5b6e496c4525 100644
--- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
@@ -92,7 +92,7 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



[gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/

2023-07-18 Thread Sam James
commit: 18b3187ecda7143be5a0ff25a8276bd1d7a22889
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:24:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:24:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b3187e

app-portage/genlop: sync live deux

Signed-off-by: Sam James  gentoo.org>

 app-portage/genlop/genlop-.ebuild | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/app-portage/genlop/genlop-.ebuild 
b/app-portage/genlop/genlop-.ebuild
index 49ff1a470e61..a17ddee040e7 100644
--- a/app-portage/genlop/genlop-.ebuild
+++ b/app-portage/genlop/genlop-.ebuild
@@ -3,11 +3,18 @@
 
 EAPI=8
 
-inherit git-r3 bash-completion-r1
+inherit bash-completion-r1
 
-EGIT_REPO_URI="https://github.com/gentoo-perl/genlop.git;
-DESCRIPTION="A nice emerge.log parser"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl;
+DESCRIPTION="Nice emerge.log parser"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl 
https://github.com/gentoo-perl/genlop;
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/gentoo-perl/genlop;
+   inherit git-r3
+else
+   
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,7 +22,8 @@ SLOT="0"
 DEPEND="
dev-lang/perl
dev-perl/Date-Manip
-   dev-perl/libwww-perl"
+   dev-perl/libwww-perl
+"
 RDEPEND="${DEPEND}"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2023-07-18 Thread Sam James
commit: 4b03454e5bfe8b97ca00777971bd006cd03e8798
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:33:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:33:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b03454e

sys-kernel/genkernel: Stabilize 4.3.5 ppc64, #910520

Signed-off-by: Sam James  gentoo.org>

 sys-kernel/genkernel/genkernel-4.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild 
b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
index 5426f3fc1047..5731a0f09c15 100644
--- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
@@ -92,7 +92,7 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2023-07-18 Thread Sam James
commit: 02ef1b0f474ea836127b72a48053f1cf939a086e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:33:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:33:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ef1b0f

sys-kernel/genkernel: Stabilize 4.3.5 ppc, #910520

Signed-off-by: Sam James  gentoo.org>

 sys-kernel/genkernel/genkernel-4.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild 
b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
index 5b6e496c4525..baa2fd02ecef 100644
--- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
@@ -92,7 +92,7 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2023-07-18 Thread Sam James
commit: d94b2df224dab37d075e146e0fa4c8cc23fccd03
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:33:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:33:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94b2df2

sys-kernel/genkernel: Stabilize 4.3.5 arm, #910520

Signed-off-by: Sam James  gentoo.org>

 sys-kernel/genkernel/genkernel-4.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild 
b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
index 0a90921d0699..5426f3fc1047 100644
--- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild
@@ -92,7 +92,7 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/equery/

2023-07-18 Thread Sam James
commit: 637bfbfb27d2104a81d80e5c67a7878d2e874966
Author: Rafał Mużyło  o2  pl>
AuthorDate: Tue Jul 18 22:28:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:28:44 2023 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=637bfbfb

equery: list: correctly handle installed packages no longer in tree

Closes: https://bugs.gentoo.org/369581
Signed-off-by: Sam James  gentoo.org>

 pym/gentoolkit/equery/list_.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/gentoolkit/equery/list_.py b/pym/gentoolkit/equery/list_.py
index 1e03d91..9b38c3e 100644
--- a/pym/gentoolkit/equery/list_.py
+++ b/pym/gentoolkit/equery/list_.py
@@ -233,10 +233,10 @@ def main(input_args):
 )
 
 if QUERY_OPTS["in_porttree"] and not QUERY_OPTS["in_overlay"]:
-if not "P" in pkgstr.location:
+if not ("P" in pkgstr.location or (QUERY_OPTS['in_installed'] 
and 'I' in pkgstr.location)):
 continue
 if QUERY_OPTS["in_overlay"] and not QUERY_OPTS["in_porttree"]:
-if not "O" in pkgstr.location:
+if not ("O" in pkgstr.location or (QUERY_OPTS['in_installed'] 
and 'I' in pkgstr.location)):
 continue
 pp.uprint(pkgstr)
 



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/equery/

2023-07-18 Thread Sam James
commit: 9eeff3399b23df1e4eed6f782e77c28b30347c9a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:26:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:26:50 2023 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9eeff339

equery: depgraph: Fix --linear shortopt (-l)

Closes: https://bugs.gentoo.org/709816
Signed-off-by: Sam James  gentoo.org>

 pym/gentoolkit/equery/depgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/equery/depgraph.py 
b/pym/gentoolkit/equery/depgraph.py
index 9003a47..d9e3901 100644
--- a/pym/gentoolkit/equery/depgraph.py
+++ b/pym/gentoolkit/equery/depgraph.py
@@ -197,7 +197,7 @@ def main(input_args):
 """Parse input and run the program"""
 
 short_opts = "hAMUl"
-long_opts = ("help", "no-atom", "no-useflags", "no-mask", "depth=")
+long_opts = ("help", "no-atom", "no-useflags", "no-mask", "depth=", 
"linear")
 
 try:
 module_opts, queries = gnu_getopt(input_args, short_opts, long_opts)



[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/

2023-07-18 Thread Sam James
commit: a5a41cb5350ce551909bdecb63e71ba73dd38687
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:14:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:14:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a41cb5

net-irc/irssi: drop now-upstream patch from 

Signed-off-by: Sam James  gentoo.org>

 net-irc/irssi/irssi-.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-irc/irssi/irssi-.ebuild b/net-irc/irssi/irssi-.ebuild
index 8a4c76701256..40772b5198b3 100644
--- a/net-irc/irssi/irssi-.ebuild
+++ b/net-irc/irssi/irssi-.ebuild
@@ -39,10 +39,6 @@ BDEPEND="dev-lang/perl
virtual/pkgconfig"
 RDEPEND+=" selinux? ( sec-policy/selinux-irc )"
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.4-fix-usage-of-type-in-ExtUtils.patch
-)
-
 src_configure() {
local emesonargs=(
-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}



[gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/

2023-07-18 Thread Sam James
commit: 784e0cddc47130412c37569deb120e542767f4ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:06:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:09:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784e0cdd

app-portage/genlop: add 0.30.11

Closes: https://bugs.gentoo.org/283628
Closes: https://bugs.gentoo.org/447436
Closes: https://bugs.gentoo.org/540050
Closes: https://bugs.gentoo.org/658940
Closes: https://bugs.gentoo.org/677890
Closes: https://bugs.gentoo.org/697504
Signed-off-by: Sam James  gentoo.org>

 app-portage/genlop/Manifest  |  1 +
 app-portage/genlop/genlop-0.30.11.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-portage/genlop/Manifest b/app-portage/genlop/Manifest
index 78315f8b102a..89f7ef80f812 100644
--- a/app-portage/genlop/Manifest
+++ b/app-portage/genlop/Manifest
@@ -1 +1,2 @@
 DIST genlop-0.30.10.tar.gz 20872 BLAKE2B 
e06088678598464c67b78cf10a7472d7bf7b22d69c85fc072064b7a90fe57e2015fddba30edaa85574381cd59367b81c7bf514c269d5dc186fbcc367bba0cca4
 SHA512 
eab59d7dc012fbbdbe7de509deba66e6c7d0c5a37064e79c25a37c64becc259ee5206194615b60b3363022fa59e458356547edca307ceb4e19eeeaf4b146c593
+DIST genlop-0.30.11.tar.xz 19588 BLAKE2B 
c185daa3d88f7f73e5f4cd1d7f531c8825b89061371ec715d5e9368edca1c583d16def57e31c4ead1780b7c4947bad57b45111cfa701de750b8622a66a5d62ba
 SHA512 
15632e800ad884f63550a030ad1c7b482044fed6ca40bc524ae9a9daa978ad1a4e6d9266aeb1e39179d41ec74170d82c2839389dd6f508475b05b4baf10b4fa5

diff --git a/app-portage/genlop/genlop-0.30.11.ebuild 
b/app-portage/genlop/genlop-0.30.11.ebuild
new file mode 100644
index ..7359447fca5a
--- /dev/null
+++ b/app-portage/genlop/genlop-0.30.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Nice emerge.log parser"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl;
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+DEPEND="
+   dev-lang/perl
+   dev-perl/Date-Manip
+   dev-perl/libwww-perl
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dobin genlop
+   dodoc README Changelog
+   doman genlop.1
+   newbashcomp genlop.bash-completion genlop
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/

2023-07-18 Thread Sam James
commit: 3f04885c7276ca4daf2b5455c5768ed5eb026c74
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:07:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:09:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f04885c

app-portage/genlop: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-portage/genlop/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/genlop/metadata.xml b/app-portage/genlop/metadata.xml
index 128ec12874f7..9057dc1657d3 100644
--- a/app-portage/genlop/metadata.xml
+++ b/app-portage/genlop/metadata.xml
@@ -9,4 +9,7 @@
p...@gentoo.org
Gentoo Perl Project

+   
+   gentoo-perl/genlop
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/

2023-07-18 Thread Sam James
commit: 84c16c1f456adf0810b9178a9a804ebdba4ba963
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 22:07:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 22:09:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c16c1f

app-portage/genlop: sync live

Signed-off-by: Sam James  gentoo.org>

 app-portage/genlop/genlop-0.30.11.ebuild | 12 +---
 app-portage/genlop/genlop-.ebuild|  4 ++--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/app-portage/genlop/genlop-0.30.11.ebuild 
b/app-portage/genlop/genlop-0.30.11.ebuild
index 7359447fca5a..a17ddee040e7 100644
--- a/app-portage/genlop/genlop-0.30.11.ebuild
+++ b/app-portage/genlop/genlop-0.30.11.ebuild
@@ -6,12 +6,18 @@ EAPI=8
 inherit bash-completion-r1
 
 DESCRIPTION="Nice emerge.log parser"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl;
-SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl 
https://github.com/gentoo-perl/genlop;
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/gentoo-perl/genlop;
+   inherit git-r3
+else
+   
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="
dev-lang/perl

diff --git a/app-portage/genlop/genlop-.ebuild 
b/app-portage/genlop/genlop-.ebuild
index fe9a088ea8af..49ff1a470e61 100644
--- a/app-portage/genlop/genlop-.ebuild
+++ b/app-portage/genlop/genlop-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit git-r3 bash-completion-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/tracker-miners/, profiles/

2023-07-18 Thread Matt Turner
commit: 8852e3b2314025021e23ddaace6f67e99f2c9a16
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Jul  5 01:02:34 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:04:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8852e3b2

app-misc/tracker-miners: Version bump to 3.6_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31858
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/tracker-miners/Manifest   |   1 +
 .../tracker-miners/tracker-miners-3.6_alpha.ebuild | 174 +
 profiles/package.mask  |   1 +
 3 files changed, 176 insertions(+)

diff --git a/app-misc/tracker-miners/Manifest b/app-misc/tracker-miners/Manifest
index 2d739c40f169..a02dd7a4e7ad 100644
--- a/app-misc/tracker-miners/Manifest
+++ b/app-misc/tracker-miners/Manifest
@@ -1 +1,2 @@
 DIST tracker-miners-3.5.2.tar.xz 7513024 BLAKE2B 
6f144bb5e263c08c32b940dd18f98faa4201cfa1c40fa9c97b7e0406b6ed1c9547b1925337e0b3a7e5448dd7c2518b78f62e04e5beab221a55f464506baa151b
 SHA512 
adb29549c94c68a46e2c5ede8a51bac2d014f772a5dc1c63f5cc6950da7f941e735bf5858c3306d2ad988ce2f60126bc97e5db746afe757b9b7cbc4f90518648
+DIST tracker-miners-3.6.alpha.tar.xz 7514772 BLAKE2B 
80b720a41d11c8d12b530c614f9501390d8b9b61d706b715add8f92577b04fa51dcc4415abaddb4dac107ecf26c337d004627d5d636fc37b20d1212a125df4a3
 SHA512 
cb6f1d48882d3198ac5de24830f3d4c94a49b1d42ff91afdfaa29dc8a4e1e987ea4bd77d829a8a110d535f45ed17614545eb98784552fd713b34abd20c139a76

diff --git a/app-misc/tracker-miners/tracker-miners-3.6_alpha.ebuild 
b/app-misc/tracker-miners/tracker-miners-3.6_alpha.ebuild
new file mode 100644
index ..cb2dc607fb85
--- /dev/null
+++ b/app-misc/tracker-miners/tracker-miners-3.6_alpha.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg
+
+DESCRIPTION="Collection of data extractors for Tracker/Nepomuk"
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3"
+IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf 
+playlist raw +rss seccomp test +tiff upower +xml xmp xps"
+
+REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+# tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead); so choose ICU over enca always here for the time being 
(ICU is preferred)
+RDEPEND="
+   >=dev-libs/glib-2.70:2
+   >=app-misc/tracker-3.5.0:3
+
+   >=sys-apps/dbus-1.3.1
+   xmp? ( >=media-libs/exempi-2.1.0:= )
+   raw? ( media-libs/gexiv2 )
+   cue? ( media-libs/libcue:= )
+   exif? ( >=media-libs/libexif-0.6 )
+   gsf? ( >=gnome-extra/libgsf-1.14.24:= )
+   xps? ( app-text/libgxps )
+   iptc? ( media-libs/libiptcdata )
+   jpeg? ( media-libs/libjpeg-turbo:0= )
+   iso? ( >=sys-libs/libosinfo-1.10.0-r1 )
+   >=media-libs/libpng-1.2:0=
+   seccomp? ( >=sys-libs/libseccomp-2.0 )
+   tiff? ( media-libs/tiff:= )
+   xml? ( >=dev-libs/libxml2-2.6 )
+   pdf? ( >=app-text/poppler-0.16.0:=[cairo] )
+   playlist? ( >=dev-libs/totem-pl-parser-3:= )
+   sys-apps/util-linux
+
+   gif? ( media-libs/giflib:= )
+
+   networkmanager? ( net-misc/networkmanager )
+
+   rss? ( >=net-libs/libgrss-0.7:0 )
+   app-arch/gzip
+
+   upower? ( >=sys-power/upower-0.9.0:= )
+
+   >=dev-libs/icu-4.8.1.1:=
+
+   gstreamer? (
+   >=media-libs/gstreamer-1.20:1.0
+   >=media-libs/gst-plugins-base-1.20:1.0
+   >=media-plugins/gst-plugins-meta-1.20:1.0 )
+   !gstreamer? (
+   ffmpeg? ( media-video/ffmpeg:0= ) )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/asciidoc
+   dev-libs/libxslt
+   dev-util/glib-utils
+   dev-util/gdbus-codegen
+
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
+   $(python_gen_any_dep 'dev-python/tappy[${PYTHON_USEDEP}]')
+   gstreamer? (
+   media-libs/gstreamer:1.0[introspection]
+   || (
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-openh264:1.0
+   )
+   )
+   )
+"
+
+python_check_deps() {
+   python_has_version -b \
+   "dev-python/pygobject[${PYTHON_USEDEP}]" \
+   "dev-python/tappy[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/

2023-07-18 Thread Matt Turner
commit: cf86340152c1b0456b65ed7e6887976b5712d7ca
Author: fcanlnony <76856769+fcanlnony  users  noreply  github 
 com>
AuthorDate: Wed Jan 25 08:49:12 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:04:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf863401

gnome-extra/gnome-tweaks: Version bump to 42_beta

Signed-off-by: fcanlnony <76856769+fcanlnony  users.noreply.github.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-tweaks/Manifest  |  1 +
 .../gnome-tweaks/gnome-tweaks-42_beta.ebuild   | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/gnome-extra/gnome-tweaks/Manifest 
b/gnome-extra/gnome-tweaks/Manifest
index cc8eeb239175..0d1c52c6fead 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1 +1,2 @@
 DIST gnome-tweaks-40.10.tar.xz 251712 BLAKE2B 
7e9e04b86ffcff25cafd2a6dfc0c7be14c8caa4ae003369c34ed2c40c36ce857b05de9994f7c2187cbdd535f464b92f782ec91b835318c2b5d2219ad817fbe56
 SHA512 
1247933ad2f93bd7817af367d715468591840df4840d45641033ca19ea26c64239828ba3e24fafb8694014a98024b911266c314172ba8e37d6c4165e7e6e8a29
+DIST gnome-tweaks-42.beta.tar.xz 250480 BLAKE2B 
a9ff92c9927faad54128b969587a3e074bc9bc94a57d454f72807b7cadfa7fe15992c1370c4c9957c0f816aff73c9e432624060d5dacadffa067d6cdce6d0899
 SHA512 
f641d62891efd8f198f520fd467e6b3c73540e54a506d07a4a4578ae793d273ee76844f5da7581c3562c6cfeb5bcb6e2d86b49db5f7a09d506e6d17fe6b32a14

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild
new file mode 100644
index ..8190cc2f881f
--- /dev/null
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit gnome.org gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="Customize advanced GNOME options"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks;
+
+LICENSE="GPL-3+ CC0-1.0"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="${PYTHON_DEPS}"
+# See README.md for list of deps
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   ')
+   >=gnome-base/gnome-settings-daemon-3
+   x11-themes/sound-theme-freedesktop
+
+   >=dev-libs/glib-2.58:2
+   >=x11-libs/gtk+-3.12:3[introspection]
+   >=gnome-base/gnome-desktop-3.30:3[introspection]
+   gui-libs/libhandy:1[introspection]
+   x11-libs/libnotify[introspection]
+   x11-libs/pango[introspection]
+   >=gnome-base/gsettings-desktop-schemas-40.0
+   >=gnome-base/gnome-shell-3.24
+   x11-wm/mutter
+"
+BDEPEND=">=sys-devel/gettext-0.19.8"
+
+src_install() {
+   meson_src_install
+   python_optimize
+   python_fix_shebang "${ED}"/usr/bin/
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/, profiles/

2023-07-18 Thread Matt Turner
commit: b70508c5b914f684a62fbecc42935f0252ee914c
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Jun 29 22:50:54 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:04:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70508c5

gnome-extra/gnome-calculator: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31673
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-calculator/Manifest  |  1 +
 .../gnome-calculator-45_alpha.ebuild   | 74 ++
 profiles/package.mask  |  1 +
 3 files changed, 76 insertions(+)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index 9a37ca02ab29..f7b79dd7fcff 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1 +1,2 @@
 DIST gnome-calculator-44.0.tar.xz 1075480 BLAKE2B 
a4e7af52e06a59a1a07baf3e34dbfc90dc8852cab3f44fe2018e3279cf7dab7c9cffe23bff2d7cc8b9b3708b652b9b8ae2fa65ff403c559fc1bfd060e4645575
 SHA512 
7c1428873c00a2052b966a0687f2a944dce67e889c8e113a794a7d5f0bafe9ff52562e2b1985bcf48d05a5a0a2f4ff97e490a43810b5243367fce9c6ada79fa6
+DIST gnome-calculator-45.alpha.tar.xz 1090752 BLAKE2B 
7db9b24e74b19b1c12ad404a11565685d4f7eddd2659cd0705b328ac8f3de477baab094be4d1b592899beb9d1f5069e18c702df22d630b464db47f4b47fe
 SHA512 
51b6e09921b80121493a559774296243452e780a794d2a8b50f391879fcf13cea458ce34e8a2f6e90c0edfd8e8a553b73b5e17a9b4ab735b4d12ce059e7d

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-45_alpha.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-45_alpha.ebuild
new file mode 100644
index ..d2baf4a89433
--- /dev/null
+++ b/gnome-extra/gnome-calculator/gnome-calculator-45_alpha.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+DESCRIPTION="A calculator application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="+introspection test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# gtksourceview vapi definitions in dev-lang/vala itself are too old, and 
newer vala removes them
+# altogether, thus we need them installed by gtksourceview[vala]
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   dev-libs/libxml2:2
+   net-libs/libsoup:3.0
+   >=dev-libs/libgee-0.20.0:0.8
+   dev-libs/mpc:=
+   dev-libs/mpfr:0=
+   >=gui-libs/gtk-4.4.1:4
+   >=gui-libs/libadwaita-1.2.0:1
+   >=gui-libs/gtksourceview-5.3.0:5
+   introspection? ( >=dev-libs/gobject-introspection-1.58:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   net-libs/libsoup:3.0[vala]
+   gui-libs/gtksourceview:5[vala]
+   gui-libs/libhandy:1[vala]
+"
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddisable-ui=false
+   #-Dvala-version # doesn't do anything in 3.34
+   $(meson_use !introspection disable-introspection)
+   $(meson_use test ui-tests)
+   -Dgcalc=true
+   -Dgci=true
+   -Dapp=true
+   -Ddoc=false
+   )
+   meson_src_configure
+}
+
+src_test() {
+   XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C 
"${BUILD_DIR}" || die 'tests failed'
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 695b54a62c31..326049890e59 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -215,6 +215,7 @@ dev-perl/Gtk2-Notify
 >=gnome-base/gnome-settings-daemon-45_alpha
 >=gnome-base/gnome-shell-45_alpha
 >=gnome-base/gsettings-desktop-schemas-45_alpha
+>=gnome-extra/gnome-calculator-45_alpha
 >=gnome-extra/gnome-characters-45_alpha
 >=gnome-extra/gnome-shell-extensions-45_alpha
 >=gnome-extra/gnome-system-monitor-45_alpha



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/, profiles/

2023-07-18 Thread Matt Turner
commit: e1c7de3b5752e1e2da27f01f18273016c288eb34
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Jul  5 00:36:14 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:04:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c7de3b

gnome-base/gnome-settings-daemon: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31748
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-settings-daemon/Manifest  |   1 +
 .../gnome-settings-daemon-45_alpha.ebuild  | 140 +
 profiles/package.mask  |   1 +
 3 files changed, 142 insertions(+)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index 6fe7267159d2..008a13fc924a 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1 +1,2 @@
 DIST gnome-settings-daemon-44.1.tar.xz 1458612 BLAKE2B 
86a66087c899c583a3ff77f1268d83af6ebc6e703cc31c76d21fcc3482ad2e54cf46c07af27f79126b26c0720eb1ecbaaf65c9a13b5a04edeb014511a4f7
 SHA512 
a955d74a594d49f67a5c27ac60d6f1e9b4aba7b12cbd0af8d3be02c4b2e8385f1abfbe08b62177b69851e9202960a17429373bf5533adbd73699232fefea6c79
+DIST gnome-settings-daemon-45.alpha.tar.xz 1451892 BLAKE2B 
18d988d15839e70fe94050eda412e7c2fc0b3a0c0e1a9faa31434bc38034dba76840628c10449dc346ea0907a1cc1e88ee701b022f3cf7cc95ebf7469fb09f47
 SHA512 
f9c96648e73e034a23f12e7663043b955d1fe785815faa50941ed099ba8a027fd6045389b7240a97e779b0baeb3874a34b44e2ef6cb32091d59ebb9f3fa09a22

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-45_alpha.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-45_alpha.ebuild
new file mode 100644
index ..e25b31c991b6
--- /dev/null
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-45_alpha.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg
+
+DESCRIPTION="Gnome Settings Daemon"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="+colord +cups debug elogind input_devices_wacom modemmanager 
networkmanager smartcard systemd test wayland"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="^^ ( elogind systemd )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+   >=sci-geosciences/geocode-glib-3.10:2
+   >=dev-libs/glib-2.58:2
+   >=gnome-base/gnome-desktop-3.37.1:3=
+   >=gnome-base/gsettings-desktop-schemas-42
+   >=x11-libs/gtk+-3.15.3:3[X,wayland?]
+   >=dev-libs/libgweather-4.2.0:4=
+   colord? ( >=x11-misc/colord-1.4.5:= )
+   media-libs/libcanberra[gtk3]
+   >=app-misc/geoclue-2.3.1:2.0
+   >=x11-libs/libnotify-0.7.3
+   >=media-libs/libpulse-16.1[glib]
+   >=sys-auth/polkit-0.114
+   >=sys-power/upower-0.99.12:=
+   x11-libs/libX11
+   >=x11-libs/libXfixes-6.0.0
+   dev-libs/libgudev:=
+   wayland? ( dev-libs/wayland )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7:=
+   >=x11-libs/pango-1.20.0
+   x11-libs/gdk-pixbuf:2
+   )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   modemmanager? (
+   >=app-crypt/gcr-3.90.0:4=
+   >=net-misc/modemmanager-1.0:=
+   )
+   networkmanager? ( >=net-misc/networkmanager-1.0 )
+   media-libs/alsa-lib
+   x11-libs/libXi
+   x11-libs/libXext
+   media-libs/fontconfig
+   systemd? (
+   >=sys-apps/systemd-243
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+# logind needed for power and session management, bug #464944
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/dconf
+   elogind? ( sys-auth/elogind )
+"
+# rfkill requires linux/rfkill.h, thus linux-headers dep, not os-headers.
+# If this package wants to work on other kernels, we need to make rfkill 
conditional instead
+BDEPEND="
+   sys-kernel/linux-headers
+   dev-util/glib-utils
+   dev-util/gdbus-codegen
+   ${PYTHON_DEPS}
+   test? (
+   $(python_gen_any_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gnome-session
+   )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   
"${FILESDIR}"/42.1-build-Make-wacom-optional-and-controllable-via-meson.patch
+   "${FILESDIR}"/${PN}-3.38.1-build-Allow-NM-optional-on-Linux.patch
+)
+
+python_check_deps() {
+   if use test; then
+   python_has_version 

[gentoo-commits] repo/gentoo:master commit in: app-misc/tracker/, profiles/

2023-07-18 Thread Matt Turner
commit: a3e1e5f543d1bbb00cbc328cfdf90df1e78410ab
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Jul  5 00:55:04 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:04:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e1e5f5

app-misc/tracker: Version bump to 3.6_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/tracker/Manifest |   1 +
 app-misc/tracker/tracker-3.6_alpha.ebuild | 106 ++
 profiles/package.mask |   1 +
 3 files changed, 108 insertions(+)

diff --git a/app-misc/tracker/Manifest b/app-misc/tracker/Manifest
index 6e72288daf92..211daa8cef8f 100644
--- a/app-misc/tracker/Manifest
+++ b/app-misc/tracker/Manifest
@@ -1,2 +1,3 @@
 DIST tracker-3.5.2.tar.xz 2566540 BLAKE2B 
53b8e26bf3f11c202b03a181b8817e931130b77648410ddf59e4d454bc60a209648779c5e1cbe1203b2529ebfe3fa9c5f39c6f862264e7807776c466cba26012
 SHA512 
e7162116c1089f4e1a06c6bf60e515b9dd9ce174a3ab8862d52c638004a1df7feb1d69c7b958051bdcff60202eaa58c29023e9a0012c0511d75d26e76a27cd10
 DIST tracker-3.5.3.tar.xz 2569412 BLAKE2B 
8e35234f74eb4ae22c23661fedf6b3898e6daa41868d18473a9cbf998a7edbff893e63f15573585c130b8b7c40c65a4f5df8e057fd14dfe76dcfe2a9abed4cdb
 SHA512 
ed75f7cbb75daab6597bab58937554b531bc2c32581148c2d828cb313644b198a057024c5202d0990237bc01119d1789f0fbc87868919fc2f00bcb40e76f7b23
+DIST tracker-3.6.alpha.tar.xz 2570268 BLAKE2B 
3fc175457daecfd6733039d10b6724b47853fb06194fc2248b1643b765284ebfb0c56eeb56d8a2019bc289f0ca320c1db0d84e20a0e1b7a26fbb57ee24a2d14b
 SHA512 
d74c2ca4b8b34e4addf232c0be76478c1034828d04d0ea24528d845492287b08e68dfc5a5e34e0d2feda5c0630792ef1171db87a0140072ba60c9e56b56f6d3e

diff --git a/app-misc/tracker/tracker-3.6_alpha.ebuild 
b/app-misc/tracker/tracker-3.6_alpha.ebuild
new file mode 100644
index ..97894df16c02
--- /dev/null
+++ b/app-misc/tracker/tracker-3.6_alpha.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info 
meson python-any-r1 systemd vala xdg
+
+DESCRIPTION="A tagging metadata database, search tool and indexer"
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker 
https://gitlab.gnome.org/GNOME/tracker;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3/0" # libtracker-sparql-3.0 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+IUSE="gtk-doc +miners stemmer test vala"
+RESTRICT="!test? ( test )"
+
+PV_SERIES=$(ver_cut 1-2)
+
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=sys-apps/dbus-1.3.2
+   >=dev-libs/gobject-introspection-1.54:=
+   >=dev-libs/icu-4.8.1.2:=
+   >=dev-libs/json-glib-1.4
+   >=net-libs/libsoup-2.99.2:3.0
+   >=dev-libs/libxml2-2.7
+   >=dev-db/sqlite-3.29.0:3
+   stemmer? ( dev-libs/snowball-stemmer:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   app-text/asciidoc
+   dev-libs/libxslt
+   $(vala_depend)
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
+   $(python_gen_any_dep 'dev-python/tappy[${PYTHON_USEDEP}]')
+   )
+   ${PYTHON_DEPS}
+"
+PDEPEND="miners? ( >=app-misc/tracker-miners-3.6_alpha )"
+
+python_check_deps() {
+   python_has_version -b \
+   "dev-python/pygobject[${PYTHON_USEDEP}]" \
+   "dev-python/tappy[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   local CONFIG_CHECK="~INOTIFY_USER"
+   linux-info_pkg_setup
+
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   append-cflags -DTRACKER_DEBUG -DG_DISABLE_CAST_CHECKS
+
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dman=true
+   $(meson_feature stemmer)
+   -Dunicode_support=icu
+   -Dbash_completion_dir="$(get_bashcompdir)"
+   -Dsystemd_user_services_dir="$(systemd_get_userunitdir)"
+   $(meson_use test tests)
+   -Dintrospection=enabled
+   $(meson_feature vala vapi)
+   -Dsoup=soup3
+   )
+   meson_src_configure
+}
+
+src_test() {
+   dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
+}
+
+src_install() {
+   meson_src_install
+
+   if use gtk-doc; then
+   mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
+   mv "${ED}"/usr/share/doc/Tracker-3.0 
"${ED}"/usr/share/gtk-doc/html/ || die
+   fi
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   

[gentoo-commits] repo/proj/guru:dev commit in: net-p2p/dogecoin-qt/

2023-07-18 Thread Victor Skovorodnikov
commit: 199ce48627261ee2a01f2641c1dc48838a6a09bc
Author: Victor Skovorodnikov  yandex  com>
AuthorDate: Tue Jul 18 21:58:22 2023 +
Commit: Victor Skovorodnikov  yandex  com>
CommitDate: Tue Jul 18 22:03:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=199ce486

net-p2p/dogecoin-qt: implemented optional 'dogecoind' and 'utils' USE flags.

Signed-off-by: Victor Skovorodnikov  yandex.com>

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 4 +++-
 net-p2p/dogecoin-qt/metadata.xml  | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild 
b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index d40a1d8f7..d4acd2cd3 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -12,7 +12,7 @@ LICENSE="MIT"
 SLOT="0"
 DB_VER="5.3"
 KEYWORDS="~amd64"
-IUSE="cpu_flags_x86_avx2 tests +wallet +prune zmq"
+IUSE="cpu_flags_x86_avx2 dogecoind tests utils +wallet +prune zmq"
 DOGEDIR="/opt/${PN}"
 DEPEND="
sys-libs/db:"${DB_VER}"=[cxx]
@@ -66,6 +66,8 @@ src_configure() {
--with-qt-incdir="/usr/include/qt5"
--disable-bench
$(use_with cpu_flags_x86_avx2 intel-avx2)
+   $(use_with dogecoind daemon)
+   $(use_with utils utils)
$(use_enable wallet)
$(use_enable zmq)
$(use_enable tests tests)

diff --git a/net-p2p/dogecoin-qt/metadata.xml b/net-p2p/dogecoin-qt/metadata.xml
index 06d2598d8..8743999c2 100644
--- a/net-p2p/dogecoin-qt/metadata.xml
+++ b/net-p2p/dogecoin-qt/metadata.xml
@@ -13,8 +13,10 @@


Build with Advanced Vector 
Extensions instructions support (if CPU model supports it)
+   Build with dogecoind daemon
Enables automatic pruning of old blocks to 
stay below 2.2GB target size (if ran from desktop)
Build Dogecoin Core Qt with tests 
option
+   Build with client utilities dogecoin-cli and 
dogecoin-tx 
Build Dogecoin Core Qt with wallet
Enables ZeroMQ notifications




[gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/

2023-07-18 Thread Sam James
commit: d577c4f634796172801d0a4fe9086ec82f8fa652
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:52:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:52:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d577c4f6

dev-libs/libwacom: Stabilize 2.7.0 ppc64, #910514

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libwacom/libwacom-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libwacom/libwacom-2.7.0.ebuild 
b/dev-libs/libwacom/libwacom-2.7.0.ebuild
index 42ff7ed290ad..392795e0511c 100644
--- a/dev-libs/libwacom/libwacom-2.7.0.ebuild
+++ b/dev-libs/libwacom/libwacom-2.7.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/9" # libwacom SONAME
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISBN-Data/

2023-07-18 Thread Sam James
commit: 34fd00affd414082c36642e03e934ff56a9c201d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:48:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fd00af

dev-perl/Business-ISBN-Data: add 20230718.1.0

Signed-off-by: Sam James  gentoo.org>

 .../Business-ISBN-Data-20230718.1.0.ebuild | 37 ++
 dev-perl/Business-ISBN-Data/Manifest   |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230718.1.0.ebuild 
b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230718.1.0.ebuild
new file mode 100644
index ..02db74c6b98f
--- /dev/null
+++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230718.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=20230718.001
+inherit perl-module
+
+DESCRIPTION="Data pack for Business::ISBN"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+"
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   >=virtual/perl-Test-Simple-1
+   )
+"
+
+PERL_RM_FILES=(
+   "make_data.pl"
+   "t/pod.t"
+   "t/pod_coverage.t"
+)
+
+src_prepare() {
+   sed -r -i '/^pod(|_coverage)\.t$/d' "${S}/t/test_manifest" || die
+   perl-module_src_prepare
+}

diff --git a/dev-perl/Business-ISBN-Data/Manifest 
b/dev-perl/Business-ISBN-Data/Manifest
index 5fb272052908..d06f1d89a2b8 100644
--- a/dev-perl/Business-ISBN-Data/Manifest
+++ b/dev-perl/Business-ISBN-Data/Manifest
@@ -4,3 +4,4 @@ DIST Business-ISBN-Data-20230528.001.tar.gz 31366 BLAKE2B 
c8bf7f9ff9d864549a0084
 DIST Business-ISBN-Data-20230626.001.tar.gz 31464 BLAKE2B 
c3f62c577331186c2c332a6f0506bfbef5681ba07c33631d24039f30e91e33dc9ff0761bd848116c0880fc35c80096d0d835cfaa73987f78e334a76993ce7133
 SHA512 
e13e7f129ee1738de4fb44e1bb521d30f6c544b334b6b58b70e0e0b8d70cc582fcf12e5cbde8cd84fa0f8bad08ca75bb4626a8c3e27a94c2ffb08acdc5fedb14
 DIST Business-ISBN-Data-20230707.001.tar.gz 31469 BLAKE2B 
c4740f8efba6a974bdbfc622e56656c190d606f06000a0744600533c0a64113b8e793f48e9e5a9357e3ac9f5329c5027e10301ff53900f43cef0aeba047858a8
 SHA512 
f8664846966188637816072de6a0f9713163ae83e1e2a6bd8e15872654db4df51c98f9ad4a30ec1a2e78e069ef8242fccf67daecdc722d03db6c5d02381df780
 DIST Business-ISBN-Data-20230714.001.tar.gz 31503 BLAKE2B 
b22d1b13bc4467244c4e5d04a51a8e1e02e715caa00b46d691b9ecee64f756eb26786c1daf99358b17399524b8c09548b8df84cc93d54893187f4c9cfdec55e0
 SHA512 
50ad626ec57a2a8ce2682b5568f82904f74d9661cb05aca654b6e7680b51fd572676683a5e6184db50533d57cb05c2ad66be0bdc1f62cb0fea8b312b0e4d8fe1
+DIST Business-ISBN-Data-20230718.001.tar.gz 31520 BLAKE2B 
33cbad1be65817b2df80d5118ef36d6c52af3df984a263e40298f54cec577a31feeb47886d52959617c083b31bd3dc27eb140b2d177e444e2a3e0addc9e1fa1a
 SHA512 
c1df68b70294148e2567339dc8116c217ad240217a8a1c6768a8623c6d4ed71b2995cc48f89d2c36d17858f3d1c09139ec50696864d0e69106ea1a39b229b2b8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box/

2023-07-18 Thread Sam James
commit: 3bf3b568b3198f784cc7f7846e03c594eb7567fb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:40:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:52:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf3b568

dev-perl/Mail-Box: add 3.10.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Mail-Box/Mail-Box-3.10.0.ebuild | 35 
 dev-perl/Mail-Box/Manifest   |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mail-Box/Mail-Box-3.10.0.ebuild 
b/dev-perl/Mail-Box/Mail-Box-3.10.0.ebuild
new file mode 100644
index ..099c906dc1d9
--- /dev/null
+++ b/dev-perl/Mail-Box/Mail-Box-3.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=3.010
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Mail folder manager and MUA backend"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+PDEPEND="
+   dev-perl/Mail-Box-IMAP4
+   dev-perl/Mail-Box-POP3
+"
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/TimeDate
+   >=dev-perl/Devel-GlobalDestruction-0.90.0
+   >=dev-perl/File-Remove-0.200.0
+   >=virtual/perl-File-Spec-0.700.0
+   dev-perl/IO-stringy
+   >=dev-perl/Mail-Message-3.13.0
+   >=dev-perl/Mail-Transport-3.3.0
+   >=dev-perl/Object-Realize-Later-0.190.0
+   >=virtual/perl-Scalar-List-Utils-1.130.0
+   !!

[gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/

2023-07-18 Thread Sam James
commit: 7bebc5ffbfa8e952a3b394bea74b94ec8fe058bd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:52:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:52:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bebc5ff

sys-apps/dbus: Stabilize 1.15.6 ppc64, #910512

Signed-off-by: Sam James  gentoo.org>

 sys-apps/dbus/dbus-1.15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.15.6.ebuild b/sys-apps/dbus/dbus-1.15.6.ebuild
index d64b793c55f6..ac1b25f92b51 100644
--- a/sys-apps/dbus/dbus-1.15.6.ebuild
+++ b/sys-apps/dbus/dbus-1.15.6.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.xz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="debug doc elogind selinux static-libs systemd test valgrind X"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/

2023-07-18 Thread Sam James
commit: 2e8e295adf98bd7f8fd70aee0195435ee921c472
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:50:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8e295a

dev-perl/Test-Compile: add 3.3.1

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Compile/Manifest  |  1 +
 dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index fba86c90a405..ca6743d60236 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -2,3 +2,4 @@ DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 
6bc8dbd692087ccbf41b227c417f1cb8a1
 DIST Test-Compile-v3.0.1.tar.gz 18490 BLAKE2B 
d472567065549a6a00c668aa5d7af1597f5d3fe0f06a849b374fe0b6757ef5a591ddb5834c894c64c48d9eabe5112803509dba9b4698afed6e028a5010ae4b5f
 SHA512 
a8e5d0fabaaa0c8d4de716da85279c8d4abdcfb8e453159f5b47d10e1845d2f80164d099bcd3906d74afae1137fd9d4430d47b8bdcb3afc6d81b8043bd585715
 DIST Test-Compile-v3.2.2.tar.gz 19612 BLAKE2B 
e6a14624c1aaf70e5228d46ed33313e07ecfd2632ef8e369c2046317dac5ff83f48efe853f06436d71b98721cb8f5b5e6354a4d62c67351297b512a1be1152a7
 SHA512 
68a18cee66cc8eb2bf10b3d7f97244ee49d7162284957a8f34226846f3afda1872c809b4cdd7494286afea255313eeba27f392e3827ed127d39bbdf406be8151
 DIST Test-Compile-v3.3.0.tar.gz 20143 BLAKE2B 
701b72181807a44bb46944e0e505644521b10b16a4180e6f4e1ce3a2e41a185a4471e9bc9b1d1e8aefd6485d5db898fa408dd7f09fff22ff7d33f980898a2123
 SHA512 
41c05d70e2913905d886651e1f882bd145c0f4c9ed433e8541cb9cf33e622f7c34ebe5c9eb875161782cf8a7bafc6bdc2f03b60c8bbef7f9ff0381d833f5205a
+DIST Test-Compile-v3.3.1.tar.gz 20205 BLAKE2B 
5a1b52447eb8e1f92903e3eae09f3b91fef4ba9bb7962edc854629a730dc8c0e622aaf78a13e6ec26a002749cfd9d112f4d2aa33acfb6a2775ce5b77a026ff04
 SHA512 
d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3

diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild 
b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
new file mode 100644
index ..7577d8d71c55
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+   >=virtual/perl-Exporter-5.680.0
+   >=virtual/perl-parent-0.225.0
+   >=virtual/perl-version-0.770.0
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-perl/Module-Build-0.380.0
+   test? (
+   dev-perl/Test-Exception
+   dev-perl/Test-Warnings
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=(
+   t/999-has-version.t
+   t/999-perlcritic.t
+   t/999-pod-coverage.t
+   t/999-pod.t
+   t/999-portability.t
+   t/999-synopsis.t
+   t/999-version.t
+)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-07-18 Thread Sam James
commit: 0ddd936403c0af4960938ca544238515c424e2ee
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:37:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:52:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddd9364

dev-perl/libwww-perl: add 6.720.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/libwww-perl/Manifest   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index ec7246691563..6318172388a4 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -2,3 +2,4 @@ DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 
5952f311024357f8601e0e5583ae4cf9e181
 DIST libwww-perl-6.58.tar.gz 178862 BLAKE2B 
e4312abeccfa5220f45f7d152b3d9d6ab3a22a1d40b54e640498e82027ab70a21d5c52635785a90b03f8a1187048e9b24eb99734b5fbdec34f2c1bd2e5daa2da
 SHA512 
a8891b07ca3f2c3a49a11226051d6fa252667328a427140335719e16475de936b5b0287af56f4e5b26acaaf8fec75306b6ac9fd22388690f86cf3b923ba1306b
 DIST libwww-perl-6.60.tar.gz 179043 BLAKE2B 
e6a5f4186b8f7ef707c7150bac734572948b14fb6200920ba7acee1ab4b31bdaa6856bcbd1a50622c73cd5a1482792b0447513107f8f60d4d585d448a81cf4c4
 SHA512 
9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544
 DIST libwww-perl-6.71.tar.gz 184513 BLAKE2B 
175523f0b5bb5f964c27ef574185ef1e630e5f41fcd636d8c952d2e85cae45e13745c98be0b8447f5050f32e50df226efec08fe65c15d8037333be7c3b7d
 SHA512 
f6b3065e777ef12fcf093dbed83699b3832dd344be07d007eb56fafb7dec2983e4661cb121766254ffd75e18841a6f3ecf019787a9e345ee415bbdb653e11d15
+DIST libwww-perl-6.72.tar.gz 184644 BLAKE2B 
20e58a888d46dc7e35b59bf7f5be29f5e0039ee15d81656ffa5c494b62a5e755eb7048d110a6a8fa2e2a33ed51a016e3aaa48898f9d8513aff3d74f1f3a4bd37
 SHA512 
2dd7052e2105b7bc8abe81742707e6a9aa9891316755171c275e8f547c65f97354a133027eeac93f1a1657ae986bdd9a74a9c887518acb8b5ea634e96910e57d

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
new file mode 100644
index ..d5a531aa378a
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.72
+inherit perl-module
+
+DESCRIPTION="Collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   >=virtual/perl-Encode-2.120.0
+   dev-perl/Encode-Locale
+   >=dev-perl/File-Listing-6.0.0
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   >=dev-perl/HTML-Parser-3.340.0
+   dev-perl/HTTP-CookieJar
+   >=dev-perl/HTTP-Cookies-6.0.0
+   >=dev-perl/HTTP-Date-6.0.0
+   >=dev-perl/HTTP-Negotiate-6.0.0
+   >=dev-perl/HTTP-Message-6.70.0
+   virtual/perl-IO
+   >=dev-perl/LWP-MediaTypes-6.0.0
+   >=virtual/perl-MIME-Base64-2.100.0
+   virtual/perl-Module-Load
+   >=virtual/perl-libnet-2.580.0
+   >=dev-perl/Net-HTTP-6.180.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Try-Tiny
+   >=dev-perl/URI-1.100.0
+   >=dev-perl/WWW-RobotRules-6.0.0
+   >=virtual/perl-parent-0.217.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Getopt-Long
+   test? (
+   virtual/perl-File-Spec
+   >=dev-perl/HTTP-Daemon-6.120.0
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Test-Needs
+   dev-perl/Test-RequiresInternet
+   )
+"
+PDEPEND="
+   ssl? (
+   >=dev-perl/LWP-Protocol-https-6.20.0
+   )
+"
+
+pkg_postinst() {
+   # Perform a check to see if the live filesystem is case-INsensitive
+   # or not.  If it is, the symlinks GET, POST and in particular HEAD
+   # will collide with e.g. head from coreutils.  While under Linux
+   # having a case-INsensitive filesystem is really unusual, most Mac
+   # OS X users are on it, and also Interix users deal with
+   # case-INsensitivity since Windows is underneath.
+
+   # bash should always be there, if we can find it in capitals, we're
+   # on a case-INsensitive filesystem.
+   if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+   ln -s lwp-request "${EROOT}"/usr/bin/GET
+   ln -s lwp-request "${EROOT}"/usr/bin/POST
+   ln -s lwp-request "${EROOT}"/usr/bin/HEAD
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2023-07-18 Thread Matt Turner
commit: 48cb3e3a78459f1fe321a605de6648d082da6dcb
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 21:35:34 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 21:37:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cb3e3a

dev-libs/libpthread-stubs: Version bump to 0.5

And drop keywords for not-Darwin. The only reverse dependency of
libpthread-stubs is x11-libs/libxcb, and even its dependence on
libpthread-stubs has been removed upstream.

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libpthread-stubs/Manifest|  1 +
 dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-libs/libpthread-stubs/Manifest 
b/dev-libs/libpthread-stubs/Manifest
index e567241773e4..b56c3f887397 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1 +1,2 @@
 DIST libpthread-stubs-0.4.tar.bz2 57565 BLAKE2B 
0c59ba509aa24ce0d255790363d78d670be0bae5fd9556798f276466ecaf70c4d93064b531dd9870da8f934da6660fba71a7f0b402bb6ba5420fd6ee5ca546df
 SHA512 
0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
+DIST libpthread-stubs-0.5.tar.xz 56980 BLAKE2B 
df84742e6695c64b33c82130765fa4bc3f908874aa868ae6543008a569ef79e384b562a6946e25b45331898d5df55c3bfd2e907a03bda15aca3993917baf6e50
 SHA512 
a24f7c40dcaf5f6ca0085972117fed5ad0851f6fc1972fdab799d27236afaaa4f7baa93e40532f93984d313d94456819aaf4ec8f8d1bbb2e5c4fc76c31891d82

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild
new file mode 100644
index ..da0c91b70a8d
--- /dev/null
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=lib/
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Pthread functions stubs for platforms missing them"
+KEYWORDS="~ppc-macos ~x64-macos"
+
+# there is nothing to compile for this package, all its contents are produced 
by
+# configure. the only make job that matters is make install
+multilib_src_compile() { true; }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-07-18 Thread Marc Schiffbauer
commit: 9623e8c5d3a8eed2cfc077925410b4bada092125
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Jul 18 21:25:00 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Jul 18 21:25:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9623e8c5

sci-geosciences/opencpn: add 5.8.4, drop 5.8.2-r2

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/Manifest| 2 +-
 .../opencpn/{opencpn-5.8.2-r2.ebuild => opencpn-5.8.4.ebuild}   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 93cfb53e9477..94454a639566 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,3 +1,3 @@
 DIST opencpn-5.6.2.tar.gz 82919992 BLAKE2B 
a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337
 SHA512 
6d90b21448b2d2a58685592e92647108978012cbaa25999d98855dca222e013784ca4e351eb08efd0a18980cccffb28b0d3c171ea9207e5fb37889e3a3b377e3
-DIST opencpn-5.8.2.tar.gz 87960698 BLAKE2B 
ecce27972a00af412283923a1720b9d74c80905101f383815e801691ab9dacb7c60328f6cd597811d4538bccf383e66465e08e2094420187272298151327b717
 SHA512 
c23bb322c2dcfb017347427cf6041d28fc0c1b8101f21d5cafc9b9306a4d265156ded90af09c385086e99a462a26787e7f4bb817ad19efa50624c952ba89c726
+DIST opencpn-5.8.4.tar.gz 82696698 BLAKE2B 
0235d87daec97008b58dc9916d4250b33c0c4158be6ba4853bf30c5876af7d382eb1c02e2cd3748229775305cc90f86d5743b9951909043588e2096fcd207af5
 SHA512 
08231d95ca80a5e6b85b279be2912d3e9f390f879a780823f8ee9c64371eb0605484f697328217027c7caf18cb1151b617d42d22951672c1a9508750e97f109a
 DIST opencpn-doc_4.8.2.0.orig.tar.xz 22302480 BLAKE2B 
2bcd2ac01340cde0d0be80537321c8c3e829a8e664944c34f3f3112f931c45746059b5c173402982601ccf88926241741c7fb44f251e9fe48b83aa5f3e8d7727
 SHA512 
678317c77feb3b0bf695e337e7e95083df1d488e0a5ad3bad41bad11dc87271d6fc0ac194a6b63b603d5c1f1184e6c9f91de895a7db01017ef2a7068a62404eb

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
similarity index 98%
rename from sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
rename to sci-geosciences/opencpn/opencpn-5.8.4.ebuild
index 82736045e5a4..6f8e39b49c29 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2-r2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.4.ebuild
@@ -22,6 +22,7 @@ IUSE="doc lzma"
 
 RDEPEND="
app-arch/bzip2
+   dev-libs/openssl:=
dev-libs/tinyxml
lzma? ( app-arch/xz-utils )
media-libs/freetype:2



[gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/

2023-07-18 Thread Sam James
commit: 9563397d1737d94c050b429f0d18d2ed5e52c9ce
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9563397d

media-libs/libopenraw: Stabilize 0.3.6 ppc64, #910515

Signed-off-by: Sam James  gentoo.org>

 media-libs/libopenraw/libopenraw-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenraw/libopenraw-0.3.6.ebuild 
b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
index ba994ff7d526..4fc378317923 100644
--- a/media-libs/libopenraw/libopenraw-0.3.6.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz;
 # MPL-2.0 for mp4parse 
(https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15)
 LICENSE="GPL-3 LGPL-3 MPL-2.0"
 SLOT="0/9"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/

2023-07-18 Thread Sam James
commit: c81daf9404a65c1f0dd758b80e815b86b5c31ca6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81daf94

app-admin/pwgen: Stabilize 2.08-r2 amd64, #910516

Signed-off-by: Sam James  gentoo.org>

 app-admin/pwgen/pwgen-2.08-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/pwgen/pwgen-2.08-r2.ebuild 
b/app-admin/pwgen/pwgen-2.08-r2.ebuild
index 5cb76dffc4e1..06fc7a9a0b84 100644
--- a/app-admin/pwgen/pwgen-2.08-r2.ebuild
+++ b/app-admin/pwgen/pwgen-2.08-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="livecd"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/

2023-07-18 Thread Sam James
commit: 63bac2b874eb3f155809e14f620b25cb7ac9df92
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bac2b8

app-admin/pwgen: Stabilize 2.08-r2 arm64, #910516

Signed-off-by: Sam James  gentoo.org>

 app-admin/pwgen/pwgen-2.08-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pwgen/pwgen-2.08-r2.ebuild 
b/app-admin/pwgen/pwgen-2.08-r2.ebuild
index 9bceeda24ddf..75a5977e135b 100644
--- a/app-admin/pwgen/pwgen-2.08-r2.ebuild
+++ b/app-admin/pwgen/pwgen-2.08-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="livecd"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/

2023-07-18 Thread Sam James
commit: 46d676040a04031fbe2fe663fd1621f62083a640
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d67604

media-libs/libopenraw: Stabilize 0.3.6 arm, #910515

Signed-off-by: Sam James  gentoo.org>

 media-libs/libopenraw/libopenraw-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenraw/libopenraw-0.3.6.ebuild 
b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
index 4fc378317923..a3c452554cad 100644
--- a/media-libs/libopenraw/libopenraw-0.3.6.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz;
 # MPL-2.0 for mp4parse 
(https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15)
 LICENSE="GPL-3 LGPL-3 MPL-2.0"
 SLOT="0/9"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/

2023-07-18 Thread Sam James
commit: 540cacb78457cf4c112b9ee70fbf376b52e4b903
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540cacb7

app-admin/pwgen: Stabilize 2.08-r2 arm, #910516

Signed-off-by: Sam James  gentoo.org>

 app-admin/pwgen/pwgen-2.08-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pwgen/pwgen-2.08-r2.ebuild 
b/app-admin/pwgen/pwgen-2.08-r2.ebuild
index 3bb427151265..9bceeda24ddf 100644
--- a/app-admin/pwgen/pwgen-2.08-r2.ebuild
+++ b/app-admin/pwgen/pwgen-2.08-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="livecd"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/

2023-07-18 Thread Sam James
commit: ad83cbed7bffbfeec3909db648cbcc7bff4eaf1f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad83cbed

app-admin/pwgen: Stabilize 2.08-r2 ppc64, #910516

Signed-off-by: Sam James  gentoo.org>

 app-admin/pwgen/pwgen-2.08-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pwgen/pwgen-2.08-r2.ebuild 
b/app-admin/pwgen/pwgen-2.08-r2.ebuild
index 06fc7a9a0b84..3bb427151265 100644
--- a/app-admin/pwgen/pwgen-2.08-r2.ebuild
+++ b/app-admin/pwgen/pwgen-2.08-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="livecd"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/

2023-07-18 Thread Sam James
commit: 544565b3120526c832f65868938fe44a0486a03d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:24:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544565b3

sys-apps/dbus: Stabilize 1.15.6 arm, #910512

Signed-off-by: Sam James  gentoo.org>

 sys-apps/dbus/dbus-1.15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.15.6.ebuild b/sys-apps/dbus/dbus-1.15.6.ebuild
index 44fe8cd91578..bd82280b43c4 100644
--- a/sys-apps/dbus/dbus-1.15.6.ebuild
+++ b/sys-apps/dbus/dbus-1.15.6.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.xz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="debug doc elogind selinux static-libs systemd test valgrind X"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/

2023-07-18 Thread Sam James
commit: ba5726010eaaabfb1057ae45c3beafa6f223373b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba572601

dev-libs/libwacom: Stabilize 2.7.0 arm, #910514

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libwacom/libwacom-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libwacom/libwacom-2.7.0.ebuild 
b/dev-libs/libwacom/libwacom-2.7.0.ebuild
index a69dd1b62a85..42ff7ed290ad 100644
--- a/dev-libs/libwacom/libwacom-2.7.0.ebuild
+++ b/dev-libs/libwacom/libwacom-2.7.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/9" # libwacom SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/

2023-07-18 Thread Sam James
commit: 71b64f2f5f43dcf7d180191a3520e7d7944ca59f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b64f2f

media-libs/libopenraw: Stabilize 0.3.6 arm64, #910515

Signed-off-by: Sam James  gentoo.org>

 media-libs/libopenraw/libopenraw-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenraw/libopenraw-0.3.6.ebuild 
b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
index a3c452554cad..3e2a1493c665 100644
--- a/media-libs/libopenraw/libopenraw-0.3.6.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz;
 # MPL-2.0 for mp4parse 
(https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15)
 LICENSE="GPL-3 LGPL-3 MPL-2.0"
 SLOT="0/9"
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/

2023-07-18 Thread Sam James
commit: 19bf2b805f2de92cf207148ce1b40401566f3285
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bf2b80

dev-libs/libwacom: Stabilize 2.7.0 amd64, #910514

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libwacom/libwacom-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libwacom/libwacom-2.7.0.ebuild 
b/dev-libs/libwacom/libwacom-2.7.0.ebuild
index ebc7fd454b98..a69dd1b62a85 100644
--- a/dev-libs/libwacom/libwacom-2.7.0.ebuild
+++ b/dev-libs/libwacom/libwacom-2.7.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/9" # libwacom SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/

2023-07-18 Thread Sam James
commit: 3731aca0794e5055cce050ac60f8b2541ee6d1a1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3731aca0

media-libs/libopenraw: Stabilize 0.3.6 amd64, #910515

Signed-off-by: Sam James  gentoo.org>

 media-libs/libopenraw/libopenraw-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenraw/libopenraw-0.3.6.ebuild 
b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
index c4afad8e2f78..ba994ff7d526 100644
--- a/media-libs/libopenraw/libopenraw-0.3.6.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.3.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz;
 # MPL-2.0 for mp4parse 
(https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15)
 LICENSE="GPL-3 LGPL-3 MPL-2.0"
 SLOT="0/9"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2023-07-18 Thread Sam James
commit: b47645730e6e95759cb68e326a813d5a62a03fbd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4764573

net-libs/libproxy: Stabilize 0.5.3 arm64, #910513

Signed-off-by: Sam James  gentoo.org>

 net-libs/libproxy/libproxy-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libproxy/libproxy-0.5.3.ebuild 
b/net-libs/libproxy/libproxy-0.5.3.ebuild
index a61539dd58c6..9bf1b11b17b0 100644
--- a/net-libs/libproxy/libproxy-0.5.3.ebuild
+++ b/net-libs/libproxy/libproxy-0.5.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="duktape gnome gtk-doc +introspection kde test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2023-07-18 Thread Sam James
commit: e07893bb26cc98f8abe2c8702406d088db605622
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:24:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07893bb

net-libs/libproxy: Stabilize 0.5.3 amd64, #910513

Signed-off-by: Sam James  gentoo.org>

 net-libs/libproxy/libproxy-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libproxy/libproxy-0.5.3.ebuild 
b/net-libs/libproxy/libproxy-0.5.3.ebuild
index 485c43212d51..ffeaa343efac 100644
--- a/net-libs/libproxy/libproxy-0.5.3.ebuild
+++ b/net-libs/libproxy/libproxy-0.5.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="duktape gnome gtk-doc +introspection kde test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/

2023-07-18 Thread Sam James
commit: 873d5879101b6e2f04519ccea1c836d33b9fcdb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:24:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873d5879

sys-apps/dbus: Stabilize 1.15.6 arm64, #910512

Signed-off-by: Sam James  gentoo.org>

 sys-apps/dbus/dbus-1.15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.15.6.ebuild b/sys-apps/dbus/dbus-1.15.6.ebuild
index bd82280b43c4..d64b793c55f6 100644
--- a/sys-apps/dbus/dbus-1.15.6.ebuild
+++ b/sys-apps/dbus/dbus-1.15.6.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.xz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="debug doc elogind selinux static-libs systemd test valgrind X"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2023-07-18 Thread Sam James
commit: 43bafc81f65a34e5bf54852ef5c49b07422767d8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:25:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bafc81

net-libs/libproxy: Stabilize 0.5.3 arm, #910513

Signed-off-by: Sam James  gentoo.org>

 net-libs/libproxy/libproxy-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libproxy/libproxy-0.5.3.ebuild 
b/net-libs/libproxy/libproxy-0.5.3.ebuild
index 22f8af5c8b16..a61539dd58c6 100644
--- a/net-libs/libproxy/libproxy-0.5.3.ebuild
+++ b/net-libs/libproxy/libproxy-0.5.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="duktape gnome gtk-doc +introspection kde test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, dev-util/cmake/, profiles/arch/base/

2023-07-18 Thread Sam James
commit: 44e27a04f5f4f829565dfe7e69febb6f43376fb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:23:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e27a04

dev-util/cmake: add 3.27.0

Signed-off-by: Sam James  gentoo.org>

 dev-util/cmake/Manifest  |   4 +
 dev-util/cmake/cmake-3.27.0.ebuild   | 288 +++
 profiles/arch/amd64/package.use.mask |   8 +-
 profiles/arch/base/package.use.mask  |   8 +-
 4 files changed, 300 insertions(+), 8 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 348c2db25094..9bde3558ea22 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -2,7 +2,11 @@ DIST cmake-3.26.4-SHA-256.txt 1646 BLAKE2B 
a92cecbe635cb7a01be338ca9554de5603124
 DIST cmake-3.26.4-SHA-256.txt.asc 833 BLAKE2B 
c33f4d8cc1ba271a06b427e4bb5cb39e38f768c497aec6df07ffe9f7be997c5df88024e0de09902e6169cbad9020b20f024ef277cefc45b5cd172ed7a819e1bb
 SHA512 
d3ddbe0c31a1093dfd4bed26dae7959e5682d367695fd4f6f021e327b8335d33fcf7b0259149f449be82da224ee74c276b135ac2860917535fb5a19b4f0f6334
 DIST cmake-3.26.4-docs.tar.xz 507352 BLAKE2B 
9d7e4bb2292d22f93c5435e30317cb0701dc9c6ad6b397fc9108050217917f48ded84b2d6094782e2e8a502e693a8e45c5c659e65db3857dbcac261910890861
 SHA512 
95ef908381501bd8189113a7a520e70d81dbb4e1f416cfe38cbf7005e76f3571b964496d33980975835ff02634f85e1eb170a575e0ea30bfa749043cad84c605
 DIST cmake-3.26.4.tar.gz 10669686 BLAKE2B 
34508c724e0d4967e010917f6fac6f426b0d835c38cd197b64e70a18febee1c3efff5f5edc5cd7c5080881bd5c1d77d03243b5dcf8b47f238fa4ac4e5996072f
 SHA512 
fe817c8d5e247db3f0a9a58ee37c466a47220100d9e90711cd5d06c223cef87e41d1a756e75d1537e5f8cd010dcb8971cbeab4684b1ac12bcecf84bf7b720167
+DIST cmake-3.27.0-SHA-256.txt 1646 BLAKE2B 
262ec1c374029603877015351bd3b25f60a9b311f98b4f9a85df573bfd468a06dce2161354c07affe17221633efcc2677d1c93f303c05b93a6e8548bdd8b9f72
 SHA512 
d91813fe3df1a5a3d06991c6abe3afa8dc5a9236b93e427b05c077a138e53a42e367cfacb76da562e6c6db01411bfea4ecb416363a3f724c10616cbcfb0a2ad4
+DIST cmake-3.27.0-SHA-256.txt.asc 833 BLAKE2B 
a86db55c45440770ae200e7e9e0b01329df8758588de15a8c3ed96f82f6493e3e3a059b81fe42e7fcae36ae52da7b4c8ee3b90359b6e35103596bfbe098b6af6
 SHA512 
441aa1a17973913005992079b3de54dea42239830ec52741de089ef978e084d1e233c375fccab1cee08d4d18bbd6197417771de6aec8335752a2ca5efebbf181
+DIST cmake-3.27.0-docs.tar.xz 521348 BLAKE2B 
319c84195c37b1944bb5d3fde1aeae75623fc90a734c1ba74d730cd5678bff75806f7aa8aa8171fd7878a09b3316c9c0ee23c0c055e869a4385f54987f86d801
 SHA512 
e9c300526f9fe4e450e921308b7af42f4b8972f2f546f7bbf2dffb4ca696793fe09f1610636b05c82b1cf74ed8ef95377bec69e15f8c9197d6960e674e0d5400
 DIST cmake-3.27.0-rc4.tar.gz 10976281 BLAKE2B 
423e5b83799b2b427d91fb1ca9f49de59f197738117375938a47c3d496d3be0db6fc6fa77720b88e8378a40baeede1892746ad49a95dec0af233d68d7746a3ee
 SHA512 
acc5d83605a227005ac8f193dac1a3f4d3c1f2356c259672db1b705e59e5850cf261bdb7fa8a03147af7ec0547e8be4fd6ed3afb539154f95f068eeaab7f00e4
 DIST cmake-3.27.0-rc5.tar.gz 10978359 BLAKE2B 
554847389a81ccce9aafc8b678a9d521c4f68f558451282f85212afc40e3508f6d0fd2ebd09c7a21a31728588968ac85ed426d9e0aab653494d55f666c2e9cff
 SHA512 
b6be7a3b2aba827843e3f5cb2ac9ad21d7c9f8cd4913c0c1d64c7ccbc48654889b5d7e854613a87ebc780dc8381b48e8ae74d5b10209aaf82728d538bd600717
+DIST cmake-3.27.0.tar.gz 10977223 BLAKE2B 
a031002dc662552c7af2da35494b536c359011c035216286d22dd78d3b6f607d1a552b5296f14117956f20dd61b94036004912f2e834957e0aacb8bb5037ed75
 SHA512 
8b5836ac1c1f1e741ebbf6c9a1c9dca322dfd963598838a8789cd926fc071bde2fc53e42b6a2d5d8697f12d96dbf2cebdf03817d7d84b68256ef80b779a27fed
 DIST cmake-3.27.0_rc4-docs.tar.xz 520640 BLAKE2B 
8ea770a2fd4a53e1246406cf6990978bda11cfe93b1be0908a130b827d91621685b5d232d039cc88530a6331454d2741adcef75c0c9372d0f9a6f0d0626756a6
 SHA512 
e145e23036d2ebf24d8a89ac3497d1cfa33a95cabbbd6c7ade6d6199db25062fe288551a05549a0c8c40507adce0c87ea6c316a62c3f809df6aec822e34cfa66
 DIST cmake-3.27.0_rc5-docs.tar.xz 521192 BLAKE2B 
275f7cf69b16f935b6b82b485c18ce6b8f33737119386116643e115a1bd1a675d5bb02a1467ba22ddc17d377c044bab3563d1e34e68a215ce1a3b974ada09b69
 SHA512 
918b01cef0791bf58fccad9cc3365f050c87077d43a968ceb84255fcd9bff6ed9a070c3afc8a14914488a06bbd978fd69940cc64ff2affeb7f832da47a552670

diff --git a/dev-util/cmake/cmake-3.27.0.ebuild 
b/dev-util/cmake/cmake-3.27.0.ebuild
new file mode 100644
index ..a80e655595b5
--- /dev/null
+++ b/dev-util/cmake/cmake-3.27.0.ebuild
@@ -0,0 +1,288 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${CMAKE_DOCS_PREBUILT:=1}
+
+CMAKE_DOCS_PREBUILT_DEV=sam
+#CMAKE_DOCS_VERSION=$(ver_cut 1-3)

[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2023-07-18 Thread Sam James
commit: 14b4cf081668cbc6b035a96653839a539ffd366e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:24:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b4cf08

net-libs/libproxy: Stabilize 0.5.3 ppc64, #910513

Signed-off-by: Sam James  gentoo.org>

 net-libs/libproxy/libproxy-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libproxy/libproxy-0.5.3.ebuild 
b/net-libs/libproxy/libproxy-0.5.3.ebuild
index ffeaa343efac..22f8af5c8b16 100644
--- a/net-libs/libproxy/libproxy-0.5.3.ebuild
+++ b/net-libs/libproxy/libproxy-0.5.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="duktape gnome gtk-doc +introspection kde test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/

2023-07-18 Thread Sam James
commit: 8bf0c9b211c2feb9239a708bdb6ecbf860836a3c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:24:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf0c9b2

dev-util/cmake: drop 3.27.0_rc4, 3.27.0_rc5

Signed-off-by: Sam James  gentoo.org>

 dev-util/cmake/Manifest|   4 -
 dev-util/cmake/cmake-3.27.0_rc4.ebuild | 288 -
 dev-util/cmake/cmake-3.27.0_rc5.ebuild | 288 -
 3 files changed, 580 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 9bde3558ea22..9f6898802ab8 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -5,8 +5,4 @@ DIST cmake-3.26.4.tar.gz 10669686 BLAKE2B 
34508c724e0d4967e010917f6fac6f426b0d83
 DIST cmake-3.27.0-SHA-256.txt 1646 BLAKE2B 
262ec1c374029603877015351bd3b25f60a9b311f98b4f9a85df573bfd468a06dce2161354c07affe17221633efcc2677d1c93f303c05b93a6e8548bdd8b9f72
 SHA512 
d91813fe3df1a5a3d06991c6abe3afa8dc5a9236b93e427b05c077a138e53a42e367cfacb76da562e6c6db01411bfea4ecb416363a3f724c10616cbcfb0a2ad4
 DIST cmake-3.27.0-SHA-256.txt.asc 833 BLAKE2B 
a86db55c45440770ae200e7e9e0b01329df8758588de15a8c3ed96f82f6493e3e3a059b81fe42e7fcae36ae52da7b4c8ee3b90359b6e35103596bfbe098b6af6
 SHA512 
441aa1a17973913005992079b3de54dea42239830ec52741de089ef978e084d1e233c375fccab1cee08d4d18bbd6197417771de6aec8335752a2ca5efebbf181
 DIST cmake-3.27.0-docs.tar.xz 521348 BLAKE2B 
319c84195c37b1944bb5d3fde1aeae75623fc90a734c1ba74d730cd5678bff75806f7aa8aa8171fd7878a09b3316c9c0ee23c0c055e869a4385f54987f86d801
 SHA512 
e9c300526f9fe4e450e921308b7af42f4b8972f2f546f7bbf2dffb4ca696793fe09f1610636b05c82b1cf74ed8ef95377bec69e15f8c9197d6960e674e0d5400
-DIST cmake-3.27.0-rc4.tar.gz 10976281 BLAKE2B 
423e5b83799b2b427d91fb1ca9f49de59f197738117375938a47c3d496d3be0db6fc6fa77720b88e8378a40baeede1892746ad49a95dec0af233d68d7746a3ee
 SHA512 
acc5d83605a227005ac8f193dac1a3f4d3c1f2356c259672db1b705e59e5850cf261bdb7fa8a03147af7ec0547e8be4fd6ed3afb539154f95f068eeaab7f00e4
-DIST cmake-3.27.0-rc5.tar.gz 10978359 BLAKE2B 
554847389a81ccce9aafc8b678a9d521c4f68f558451282f85212afc40e3508f6d0fd2ebd09c7a21a31728588968ac85ed426d9e0aab653494d55f666c2e9cff
 SHA512 
b6be7a3b2aba827843e3f5cb2ac9ad21d7c9f8cd4913c0c1d64c7ccbc48654889b5d7e854613a87ebc780dc8381b48e8ae74d5b10209aaf82728d538bd600717
 DIST cmake-3.27.0.tar.gz 10977223 BLAKE2B 
a031002dc662552c7af2da35494b536c359011c035216286d22dd78d3b6f607d1a552b5296f14117956f20dd61b94036004912f2e834957e0aacb8bb5037ed75
 SHA512 
8b5836ac1c1f1e741ebbf6c9a1c9dca322dfd963598838a8789cd926fc071bde2fc53e42b6a2d5d8697f12d96dbf2cebdf03817d7d84b68256ef80b779a27fed
-DIST cmake-3.27.0_rc4-docs.tar.xz 520640 BLAKE2B 
8ea770a2fd4a53e1246406cf6990978bda11cfe93b1be0908a130b827d91621685b5d232d039cc88530a6331454d2741adcef75c0c9372d0f9a6f0d0626756a6
 SHA512 
e145e23036d2ebf24d8a89ac3497d1cfa33a95cabbbd6c7ade6d6199db25062fe288551a05549a0c8c40507adce0c87ea6c316a62c3f809df6aec822e34cfa66
-DIST cmake-3.27.0_rc5-docs.tar.xz 521192 BLAKE2B 
275f7cf69b16f935b6b82b485c18ce6b8f33737119386116643e115a1bd1a675d5bb02a1467ba22ddc17d377c044bab3563d1e34e68a215ce1a3b974ada09b69
 SHA512 
918b01cef0791bf58fccad9cc3365f050c87077d43a968ceb84255fcd9bff6ed9a070c3afc8a14914488a06bbd978fd69940cc64ff2affeb7f832da47a552670

diff --git a/dev-util/cmake/cmake-3.27.0_rc4.ebuild 
b/dev-util/cmake/cmake-3.27.0_rc4.ebuild
deleted file mode 100644
index a80e655595b5..
--- a/dev-util/cmake/cmake-3.27.0_rc4.ebuild
+++ /dev/null
@@ -1,288 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
-# Set to 1 if prebuilt, 0 if not
-# (the construct below is to allow overriding from env for script)
-: ${CMAKE_DOCS_PREBUILT:=1}
-
-CMAKE_DOCS_PREBUILT_DEV=sam
-#CMAKE_DOCS_VERSION=$(ver_cut 1-3)
-CMAKE_DOCS_VERSION=${PV}
-# Default to generating docs (inc. man pages) if no prebuilt; overridden later
-# See bug #784815
-CMAKE_DOCS_USEFLAG="+doc"
-
-# TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
-# ... but seems fine as of 3.22.3?
-# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.
-CMAKE_MAKEFILE_GENERATOR="emake"
-CMAKE_REMOVE_MODULES_LIST=( none )
-inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \
-   toolchain-funcs virtualx xdg-utils
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Cross platform Make"
-HOMEPAGE="https://cmake.org/;
-if [[ ${PV} ==  ]] ; then
-   CMAKE_DOCS_PREBUILT=0
-
-   EGIT_REPO_URI="https://gitlab.kitware.com/cmake/cmake.git;
-   inherit git-r3
-else
-   SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
-
-   if [[ ${CMAKE_DOCS_PREBUILT} == 1 ]] ; then
-   SRC_URI+=" !doc? ( 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/

2023-07-18 Thread Sam James
commit: 515cad870c66145accbf53fdfb3f391509399da4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:24:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:24:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515cad87

sys-apps/dbus: Stabilize 1.15.6 amd64, #910512

Signed-off-by: Sam James  gentoo.org>

 sys-apps/dbus/dbus-1.15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.15.6.ebuild b/sys-apps/dbus/dbus-1.15.6.ebuild
index 7358af74c091..44fe8cd91578 100644
--- a/sys-apps/dbus/dbus-1.15.6.ebuild
+++ b/sys-apps/dbus/dbus-1.15.6.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.xz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="debug doc elogind selinux static-libs systemd test valgrind X"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/tar/

2023-07-18 Thread Sam James
commit: 194bc21b690b64f43fa381ef6ffaf1a8e711e9af
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:08:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:08:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194bc21b

app-arch/tar: destabilize 1.35

Sorry, again, I ran my archtesting alias and wasn't expecting to push this yet.

Signed-off-by: Sam James  gentoo.org>

 app-arch/tar/tar-1.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.35.ebuild b/app-arch/tar/tar-1.35.ebuild
index 1f8b12b98e0a..085101fd2074 100644
--- a/app-arch/tar/tar-1.35.ebuild
+++ b/app-arch/tar/tar-1.35.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 LICENSE="GPL-3+"
 SLOT="0"
 if [[ -z "$(ver_cut 3)" || "$(ver_cut 3)" -lt 90 ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 IUSE="acl minimal nls selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/

2023-07-18 Thread Sam James
commit: 2ab73730fa6c6ade0d2bd16ed0e04a3f8df94f9a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:07:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:07:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab73730

sys-fs/multipath-tools: Stabilize 0.9.5 x86, #904926

Signed-off-by: Sam James  gentoo.org>

 sys-fs/multipath-tools/multipath-tools-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.5.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.9.5.ebuild
index f33e95f72bf8..68a0ebacd489 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.5.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/opensvc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv x86"
 IUSE="systemd test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/tar/

2023-07-18 Thread Sam James
commit: 02d3b140ad60f24e4160ff3eaba576862fb501ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 21:05:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 21:05:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d3b140

app-arch/tar: add 1.35

Workaround test failures (bashism, xz defaults issue), fixed upstream in >1.35.

Closes: https://bugs.gentoo.org/738826
Signed-off-by: Sam James  gentoo.org>

 app-arch/tar/Manifest|   2 +
 app-arch/tar/tar-1.35.ebuild | 113 +++
 2 files changed, 115 insertions(+)

diff --git a/app-arch/tar/Manifest b/app-arch/tar/Manifest
index 1a295ed77eed..52fa6aa731e6 100644
--- a/app-arch/tar/Manifest
+++ b/app-arch/tar/Manifest
@@ -1,2 +1,4 @@
 DIST tar-1.34.tar.xz 2226068 BLAKE2B 
741a662457509a6775338ffe5d2d84872fcf38b93ace70c8b748a81055b9b62f65a48c4e541955d08ae99e6f528509e89eacd7c799a65bcc3d017a259110c115
 SHA512 
5e77c4a7b49983ad7d15238c2bce28be7a8aa437b4b1815fc00abd13096da308b6bba196cc6e3ed79d85e62823d520ae0d8fcda2d93873842cf84dc3369fc902
 DIST tar-1.34.tar.xz.sig 181 BLAKE2B 
2fae91293a9dacda0374706e1f83498042a9d5224f80f6f0e14abdb914cb5a8e980f720eb4a453485844c7fe26e0525f230c0eab11c7fa89159a1a929370795c
 SHA512 
55297f41549deee511f5b14c6b5dc7bb3d9282dad52bcc85f9dddfad24b677f989ba86387ad9b133c3698feedbd6b6cd7e9f005e8e4c89f72c80543eeceb78f7
+DIST tar-1.35.tar.xz 2317208 BLAKE2B 
e1a200d21f433cd7d917dd979db16919a9167056ae62cf7d038a6118e56b2fe419cd4a396eee66f1f4dc13a8dc380e23f6ffd7ee0ca84e5dd9ad9411f60e002c
 SHA512 
8b84ed661e6c878fa33eb5c1808d20351e6f40551ac63f96014fb0d0b9c72d5d94d8865d39e36bcb184fd250f84778a3b271bbd8bd2ceb69eece0c3568577510
+DIST tar-1.35.tar.xz.sig 95 BLAKE2B 
8501b55b700bc99b81f04519db1cd8f7bc3d87dd5bfefa25a3d979b23359f02dfb770f3dd66dca275baa70a99612cb85c1019faaf3a1f0bcf50c9815b8e32eca
 SHA512 
00e5c95bf8015f75f59556a82ed7f50bddefe89754c7ff3c19411aee2f37626a5d65c33e18b87f7f8f96388d3f175fd095917419a3ad1c0fc9d6188088bac944

diff --git a/app-arch/tar/tar-1.35.ebuild b/app-arch/tar/tar-1.35.ebuild
new file mode 100644
index ..1f8b12b98e0a
--- /dev/null
+++ b/app-arch/tar/tar-1.35.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/tar.asc
+inherit verify-sig
+
+DESCRIPTION="Use this to make tarballs :)"
+HOMEPAGE="https://www.gnu.org/software/tar/;
+SRC_URI="
+   mirror://gnu/tar/${P}.tar.xz
+   https://alpha.gnu.org/gnu/tar/${P}.tar.xz
+   verify-sig? (
+   mirror://gnu/tar/${P}.tar.xz.sig
+   https://alpha.gnu.org/gnu/tar/${P}.tar.xz.sig
+   )
+"
+
+LICENSE="GPL-3+"
+SLOT="0"
+if [[ -z "$(ver_cut 3)" || "$(ver_cut 3)" -lt 90 ]] ; then
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+fi
+IUSE="acl minimal nls selinux xattr"
+
+RDEPEND="
+   acl? ( virtual/acl )
+   selinux? ( sys-libs/libselinux )
+"
+DEPEND="
+   ${RDEPEND}
+   xattr? ( elibc_glibc? ( sys-apps/attr ) )
+"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   verify-sig? ( sec-keys/openpgp-keys-tar )
+"
+PDEPEND="
+   app-alternatives/tar
+"
+
+src_configure() {
+   # -fanalyzer doesn't make sense for us in ebuilds, as it's for static 
analysis
+   export gl_cv_warn_c__fanalyzer=no
+
+   local myeconfargs=(
+   --bindir="${EPREFIX}"/bin
+   # Avoid -Werror
+   --disable-gcc-warnings
+   --enable-backup-scripts
+   --libexecdir="${EPREFIX}"/usr/sbin
+   $(use_with acl posix-acls)
+   $(use_enable nls)
+   $(use_with selinux)
+   $(use_with xattr xattrs)
+
+   # autoconf looks for gtar before tar (in configure scripts), 
hence
+   # in Prefix it is important that it is there, otherwise, a gtar 
from
+   # the host system (FreeBSD, Solaris, Darwin) will be found 
instead
+   # of the Prefix provided (GNU) tar
+   --program-prefix=g
+   )
+
+   # Drop CONFIG_SHELL hack after 1.35: 
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=7687bf4acc4dc4554538389383d7fb4c3e6521cd
+   CONFIG_SHELL="${BROOT}"/bin/bash FORCE_UNSAFE_CONFIGURE=1 econf 
"${myeconfargs[@]}"
+}
+
+src_test() {
+   # Drop after 1.35: 
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=18f90676e4695ffcf13413e9fbb24cc0ae2ae9d5
+   local -x XZ_OPT= XZ_DEFAULTS=
+
+   default
+}
+
+src_install() {
+   default
+
+   # A nasty yet required piece of baggage
+   exeinto /etc
+   doexe "${FILESDIR}"/rmt
+
+   mv "${ED}"/usr/sbin/{gbackup,backup-tar} || die
+   mv "${ED}"/usr/sbin/{grestore,restore-tar} || die
+   mv 

[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-07-18 Thread Matt Turner
commit: 89fa08dd8703bfd854d6a77a60bbd270ae8d803d
Author: Jonas Rakebrandt  protonmail  com>
AuthorDate: Mon Jan  2 19:40:13 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 20:51:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fa08dd

meson.eclass: Add MESON_VERBOSE

This works similar to cmake.eclass's ${CMAKE_VERBOSE}.

Closes: https://github.com/gentoo/gentoo/pull/28942
Signed-off-by: Jonas Rakebrandt  protonmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 eclass/meson.eclass | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index adbc495fdef3..5aff3eb58930 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -54,6 +54,12 @@ BDEPEND=">=dev-util/meson-0.62.2
 # Build directory, location where all generated files should be placed.
 # If this isn't set, it defaults to ${WORKDIR}/${P}-build.
 
+# @ECLASS_VARIABLE: MESON_VERBOSE
+# @USER_VARIABLE
+# @DESCRIPTION:
+# Set to OFF to disable verbose messages during compilation
+: "${MESON_VERBOSE:=ON}"
+
 # @ECLASS_VARIABLE: EMESON_BUILDTYPE
 # @DESCRIPTION:
 # The buildtype value to pass to meson setup.
@@ -384,10 +390,15 @@ meson_src_compile() {
-C "${BUILD_DIR}"
--jobs "$(makeopts_jobs "${MAKEOPTS}" 0)"
--load-average "$(makeopts_loadavg "${MAKEOPTS}" 0)"
-   --verbose
-   "$@"
)
 
+   case ${MESON_VERBOSE} in
+   OFF) ;;
+   *) mesoncompileargs+=( --verbose ) ;;
+   esac
+
+   mesoncompileargs+=( "$@" )
+
set -- meson compile "${mesoncompileargs[@]}"
echo "$@" >&2
"$@" || die "compile failed"



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-07-18 Thread Matt Turner
commit: f042f7c1d9a26422514494a1d4e98e51a4255b28
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 17 15:13:25 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 20:51:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f042f7c1

cmake.eclass: Support CMAKE_VERBOSE with ninja

Signed-off-by: Matt Turner  gentoo.org>

 eclass/cmake.eclass | 4 
 1 file changed, 4 insertions(+)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index d70f2cbf1fac..16b3e300ccae 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -651,6 +651,10 @@ cmake_build() {
;;
ninja)
[[ -e build.ninja ]] || die "build.ninja not found. 
Error during configure stage."
+   case ${CMAKE_VERBOSE} in
+   OFF) NINJA_VERBOSE=OFF eninja "$@" ;;
+   *) eninja "$@" ;;
+   esac
eninja "$@"
;;
esac



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-07-18 Thread Matt Turner
commit: cf52bf96b61db64d46196192407dcb2e0ef67701
Author: konsolebox  gmail  com>
AuthorDate: Wed Dec 14 11:46:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 20:51:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf52bf96

git-r3.eclass: Use '__init__' as initial branch

It silences the default branch warning.

Closes: https://bugs.gentoo.org/841392
Signed-off-by: Matt Turner  gentoo.org>

 eclass/git-r3.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index e9fdf2ac3a42..5ac141962b12 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -344,7 +344,7 @@ _git-r3_set_gitdir() {
umask "${EVCS_UMASK}" || die "Bad options to umask: 
${EVCS_UMASK}"
fi
mkdir "${GIT_DIR}" || die
-   git init --bare || die
+   git init --bare -b __init__ || die
if [[ ${saved_umask} ]]; then
umask "${saved_umask}" || die
fi
@@ -874,7 +874,7 @@ git-r3_checkout() {
# use git init+fetch instead of clone since the latter doesn't 
like
# non-empty directories.
 
-   git init --quiet || die
+   git init --quiet -b __init__ || die
# setup 'alternates' to avoid copying objects
echo "${orig_repo}/objects" > 
"${GIT_DIR}"/objects/info/alternates || die
# now copy the refs



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-07-18 Thread Matt Turner
commit: 92001b4083b2f65353a0509ee9b9303015804e92
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 20:48:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 20:51:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92001b40

meson.eclass: Change maintainer to base-system@

Per floppym's request.

Signed-off-by: Matt Turner  gentoo.org>

 eclass/meson.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 2c274b213191..adbc495fdef3 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -3,8 +3,7 @@
 
 # @ECLASS: meson.eclass
 # @MAINTAINER:
-# William Hubbs 
-# Mike Gilbert 
+# base-sys...@gentoo.org
 # @SUPPORTED_EAPIS: 7 8
 # @BLURB: common ebuild functions for meson-based packages
 # @DESCRIPTION:



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-07-18 Thread Matt Turner
commit: 3641a9957a33475a0af84eca1aa9ccf3e7cd7ab6
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 20:49:41 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 20:51:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3641a995

ninja-utils.eclass: Change maintainer to base-system@

Per floppym's request.

Signed-off-by: Matt Turner  gentoo.org>

 eclass/ninja-utils.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass
index e6d8c9e6c0a9..fa1aa137ea73 100644
--- a/eclass/ninja-utils.eclass
+++ b/eclass/ninja-utils.eclass
@@ -3,8 +3,7 @@
 
 # @ECLASS: ninja-utils.eclass
 # @MAINTAINER:
-# Michał Górny 
-# Mike Gilbert 
+# base-sys...@gentoo.org
 # @AUTHOR:
 # Michał Górny 
 # Mike Gilbert 



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-07-18 Thread Matt Turner
commit: 385957565ea319259586571fb931e2df01bdf215
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 17 15:11:25 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 20:51:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38595756

ninja-utils.eclass: Add NINJA_VERBOSE

ninja operates in one of three modes:
 - verbose (with -v): prints build commands
 - quiet (with --quiet): prints nothing
 - normal: prints [XX/YY]-style build status updates

samurai works the same way, except it does not have a quiet mode.

Thus we can't simply override ninja-utils' hard-coded flag from callers
of eninja.

Signed-off-by: Matt Turner  gentoo.org>

 eclass/ninja-utils.eclass | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass
index fa1aa137ea73..5a211e81131d 100644
--- a/eclass/ninja-utils.eclass
+++ b/eclass/ninja-utils.eclass
@@ -47,6 +47,12 @@ _NINJA_UTILS_ECLASS=1
 # supposed to be set in make.conf. If unset, eninja() will convert
 # MAKEOPTS instead.
 
+# @ECLASS_VARIABLE: NINJA_VERBOSE
+# @USER_VARIABLE
+# @DESCRIPTION:
+# Set to OFF to disable verbose messages during compilation
+: "${NINJA_VERBOSE:=ON}"
+
 inherit multiprocessing
 
 case "${NINJA}" in
@@ -79,7 +85,12 @@ get_NINJAOPTS() {
 # also supports being called via 'nonfatal'.
 eninja() {
[[ -n "${NINJA_DEPEND}" ]] || ewarn "Unknown value '${NINJA}' for 
\${NINJA}"
-   set -- "${NINJA}" -v $(get_NINJAOPTS) "$@"
+   local v
+   case "${NINJA_VERBOSE}" in
+   OFF) ;;
+   *) v="-v"
+   esac
+   set -- "${NINJA}" ${v} $(get_NINJAOPTS) "$@"
echo "$@" >&2
"$@" || die -n "${*} failed"
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/courier-unicode/

2023-07-18 Thread Sam James
commit: a3ab055bb72591c3e94293eff4d13511ef6313a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 19:24:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:24:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ab055b

net-libs/courier-unicode: Stabilize 2.2.6 amd64, #910486

Signed-off-by: Sam James  gentoo.org>

 net-libs/courier-unicode/courier-unicode-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-unicode/courier-unicode-2.2.6.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.2.6.ebuild
index f5d5c280a678..c98e5c523959 100644
--- a/net-libs/courier-unicode/courier-unicode-2.2.6.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-2.2.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 src_configure() {
econf --disable-static



[gentoo-commits] repo/gentoo:master commit in: net-libs/courier-authlib/

2023-07-18 Thread Sam James
commit: 183d04b721600ca06533d939c76383607e6407af
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 19:24:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:24:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183d04b7

net-libs/courier-authlib: Stabilize 0.72.0 amd64, #910486

Signed-off-by: Sam James  gentoo.org>

 net-libs/courier-authlib/courier-authlib-0.72.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.72.0.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.72.0.ebuild
index da59ee50df02..1bbdcc48d7d1 100644
--- a/net-libs/courier-authlib/courier-authlib-0.72.0.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.72.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.courier-mta.org/authlib/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite static-libs"
 
 RESTRICT="!berkdb? ( test )"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/courier/

2023-07-18 Thread Sam James
commit: 3c791d024dea3fca0f5bff66c23569459e460d09
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 19:24:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:24:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c791d02

mail-mta/courier: Stabilize 1.2.3-r1 amd64, #910486

Signed-off-by: Sam James  gentoo.org>

 mail-mta/courier/courier-1.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/courier/courier-1.2.3-r1.ebuild 
b/mail-mta/courier/courier-1.2.3-r1.ebuild
index 5a2068123d54..836a3120f762 100644
--- a/mail-mta/courier/courier-1.2.3-r1.ebuild
+++ b/mail-mta/courier/courier-1.2.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
fam web webmail gnutls"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/

2023-07-18 Thread Sam James
commit: 644538880645f29e114ebbdc2c28fd8a01be4c67
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 19:24:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:24:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64453888

dev-libs/libuv: Stabilize 1.46.0 amd64, #910500

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libuv/libuv-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libuv/libuv-1.46.0.ebuild 
b/dev-libs/libuv/libuv-1.46.0.ebuild
index 84d53cde5361..f9161df2bfb7 100644
--- a/dev-libs/libuv/libuv-1.46.0.ebuild
+++ b/dev-libs/libuv/libuv-1.46.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="BSD BSD-2 ISC MIT"



[gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/

2023-07-18 Thread Sam James
commit: 02dc9ddfc89ae2865c79f6b52a09a6f28ab42786
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 18 19:18:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:18:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dc9ddf

net-mail/qmailadmin: crank copyright

Signed-off-by: Sam James  gentoo.org>

 net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild 
b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index bab2beb85fed..f7d824c79d7f 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: sys-apps/shadow/

2023-07-18 Thread Sam James
commit: a6ec9c2a8a13f2dbd82e8768666356beea63f445
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 16 11:31:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ec9c2a

sys-apps/shadow: stable 4.13-r4 for hppa, bug #909740

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/shadow/shadow-4.13-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/shadow/shadow-4.13-r4.ebuild 
b/sys-apps/shadow/shadow-4.13-r4.ebuild
index f5493267e6cc..0316a963203a 100644
--- a/sys-apps/shadow/shadow-4.13-r4.ebuild
+++ b/sys-apps/shadow/shadow-4.13-r4.ebuild
@@ -18,7 +18,7 @@ SRC_URI+=" verify-sig? ( 
https://github.com/shadow-maint/shadow/releases/downloa
 LICENSE="BSD GPL-2"
 # Subslot is for libsubid's SONAME.
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="acl audit bcrypt cracklib nls pam selinux skey split-usr su xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/

2023-07-18 Thread Sam James
commit: b47e96444bb6cdceff073ee18d72d891c0c731d9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 18 13:22:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47e9644

sys-apps/openrc: stable 0.47.1 for hppa, bug #909743

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/openrc/openrc-0.47.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.47.1.ebuild 
b/sys-apps/openrc/openrc-0.47.1.ebuild
index 3440825aa465..f43cf64a7fbd 100644
--- a/sys-apps/openrc/openrc-0.47.1.ebuild
+++ b/sys-apps/openrc/openrc-0.47.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =~ ^9{4,}$ ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/OpenRC/openrc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/

2023-07-18 Thread Sam James
commit: 63beff84decacd85456727356fc8ce03d0f02909
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 16 11:19:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63beff84

app-admin/eselect: stable 1.4.25 for hppa, bug #909849

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-admin/eselect/eselect-1.4.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/eselect/eselect-1.4.25.ebuild 
b/app-admin/eselect/eselect-1.4.25.ebuild
index 95a9cd926af9..61a54674f589 100644
--- a/app-admin/eselect/eselect-1.4.25.ebuild
+++ b/app-admin/eselect/eselect-1.4.25.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="doc emacs vim-syntax"
 
 DEPEND="sys-apps/sed



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/

2023-07-18 Thread Sam James
commit: 9acef1a000645fe2efd1d8b539ac11b4c79292a6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 16 11:16:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acef1a0

sys-devel/binutils: stable 2.40-r5 for sparc, bug #909412

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-devel/binutils/binutils-2.40-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.40-r5.ebuild 
b/sys-devel/binutils/binutils-2.40-r5.ebuild
index 010b2316c214..008e30a673d6 100644
--- a/sys-devel/binutils/binutils-2.40-r5.ebuild
+++ b/sys-devel/binutils/binutils-2.40-r5.ebuild
@@ -32,7 +32,7 @@ else
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}

https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
SLOT=$(ver_cut 1-2)
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc ~x86"
 fi
 
 #



[gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/

2023-07-18 Thread Sam James
commit: ba96dfe2456fa2a7a3d70392f5d696475f3a5c04
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 16 11:28:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba96dfe2

sys-apps/portage: stable 3.0.49-r1 for hppa, bug #910184

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/portage/portage-3.0.49-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-3.0.49-r1.ebuild 
b/sys-apps/portage/portage-3.0.49-r1.ebuild
index 0108022357f3..2304427f74eb 100644
--- a/sys-apps/portage/portage-3.0.49-r1.ebuild
+++ b/sys-apps/portage/portage-3.0.49-r1.ebuild
@@ -22,7 +22,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2023-07-18 Thread Sam James
commit: c8e5119560d6a740da16b8171e2a91ea7692d0fd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 16 11:30:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e51195

dev-vcs/git: stable 2.41.0 for hppa, bug #909798

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/git/git-2.41.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.41.0.ebuild b/dev-vcs/git/git-2.41.0.ebuild
index 80824ce5ae60..18ae064aae45 100644
--- a/dev-vcs/git/git-2.41.0.ebuild
+++ b/dev-vcs/git/git-2.41.0.ebuild
@@ -50,7 +50,7 @@ if [[ ${PV} != * ]]; then
SRC_URI+=" doc? ( 
${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )"
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/

2023-07-18 Thread Sam James
commit: 73b7d0824442cf3b31cecf1b54fc532afd4e1dd4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jul  7 20:02:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b7d082

net-mail/qmailadmin: fix wrong dir for chown in 1.2.16-r1

Closes: https://bugs.gentoo.org/898166
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/31793
Signed-off-by: Sam James  gentoo.org>

 net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild 
b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index d77c4111aa19..bab2beb85fed 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -82,7 +82,7 @@ src_install() {
 
# CGI needs to be able to read /etc/vpopmail.conf
# Which is 0640 root:vpopmail, as it contains passwords
-   cgi=/usr/share/webapps/${PN}/${PV}/hostroot/cgi-bin/qmailadmin
+   cgi="${MY_CGIBINDIR}"/qmailadmin
fowners root:vpopmail ${cgi}
fperms g+s ${cgi}
 }



[gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/

2023-07-18 Thread Sam James
commit: 7a4e0108a9585b2d8d60307b12ad00584e5449ed
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 16 11:17:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:17:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4e0108

sys-libs/binutils-libs: stable 2.40-r5 for sparc, bug #909412

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-libs/binutils-libs/binutils-libs-2.40-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.40-r5.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.40-r5.ebuild
index 59a647521f20..6ff6d3fee01d 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.40-r5.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.40-r5.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0/${PV%_p?}"
 IUSE="64-bit-bfd cet multitarget nls static-libs test"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos ~x64-solaris"
 RESTRICT="!test? ( test )"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-meta/

2023-07-18 Thread Sam James
commit: f7a0b44374c7e8be88453aa94d9505b5a4450e45
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Thu Jul  6 10:19:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:13:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a0b443

sci-electronics/kicad-meta: drop 6.0.11

Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Sam James  gentoo.org>

 .../kicad-meta/kicad-meta-6.0.11.ebuild| 30 --
 1 file changed, 30 deletions(-)

diff --git a/sci-electronics/kicad-meta/kicad-meta-6.0.11.ebuild 
b/sci-electronics/kicad-meta/kicad-meta-6.0.11.ebuild
deleted file mode 100644
index 199f078b2c01..
--- a/sci-electronics/kicad-meta/kicad-meta-6.0.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Electronic Schematic and PCB design tools (meta package)"
-HOMEPAGE="http://www.kicad.org;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-
-if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-fi
-
-IUSE="doc minimal"
-
-RDEPEND="
-   >=sci-electronics/kicad-${PV}
-   >=sci-electronics/kicad-symbols-${PV}
-   >=sci-electronics/kicad-footprints-${PV}
-   doc? (
-   >=app-doc/kicad-doc-${PV}
-   )
-   !minimal? (
-   >=sci-electronics/kicad-packages3d-${PV}
-   >=sci-electronics/kicad-templates-${PV}
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/, sci-electronics/kicad/files/

2023-07-18 Thread Sam James
commit: 886a3319f85d6e36f4536bca1bc915e2cd541f4e
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Thu Jul  6 10:27:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:13:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886a3319

sci-electronics/kicad: drop 6.0.11

Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Sam James  gentoo.org>

 sci-electronics/kicad/Manifest |   1 -
 .../kicad-6.0.6-unitialized-variable-fix.patch |  12 --
 .../kicad/files/kicad-6.0.9-gcc-13.patch   |  30 
 .../kicad/files/kicad-scripts-install-fix.patch|  12 --
 sci-electronics/kicad/kicad-6.0.11.ebuild  | 175 -
 sci-electronics/kicad/metadata.xml |   2 -
 6 files changed, 232 deletions(-)

diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest
index b66d5d8111fa..7fde7c4c5fd8 100644
--- a/sci-electronics/kicad/Manifest
+++ b/sci-electronics/kicad/Manifest
@@ -1,4 +1,3 @@
-DIST kicad-6.0.11.tar.bz2 34083016 BLAKE2B 
85662dd57eb5f28498317b1554e703efdebaa470f749ca239b2caeae4c366005a7c9bb1d1ba6375ed80d277efabf09b56d3e7e1e82bf93462b4ba5405445157e
 SHA512 
9827be9f2c18be1ab3bc5a1a3bd3d6297bc69b561e43b0f9010cb49009c3e87f1d320034411ecc0a2277b5686923a3d4bcc507278590814309d10de14463266d
 DIST kicad-7.0.1.tar.bz2 42744121 BLAKE2B 
cb6005be531027e02c5c3fa03be54dff00720aa9c36d12d1e619e041da05e5b4efd048be4e01021cf225a35cd638a162f4b620b65ec117027092a5bf650cb1ec
 SHA512 
6b3f32073a0667c745be54fccf1660cc81b560ad7613eb2355956b48567d7e82ce6926ab04d374fe88dcaa1220357997f5f4621e6d635effcd3d698e45a37516
 DIST kicad-7.0.2.tar.bz2 42844186 BLAKE2B 
136d68b3174cde74db96b1197c62da1fb4e54f628f73a6e0ea092c713b529863d9e443b6631a0ecbb55e2d299a7b78b8218d05e605f8ae8f5972915147ec140f
 SHA512 
04d7e39815f9e87b8646f25fb7e1b82bcf2bc63e26e078f3175c37a2c2e0a2bb7771e70e4698dbfc496f112a733668bdc746eefd1a9c4c76d0b36696738026a4
 DIST kicad-7.0.6.tar.bz2 43548452 BLAKE2B 
90fa15d67f5629266755c469208baa486f41003a9b6ff32c7b7a0707967d54dbc3410d332f0ab1fde91c6045c345b34d1e27585feb265386e58447aea464a93f
 SHA512 
492e6f4997eefda03eb371ec92c1a971cc37e16cb18f4ead08db22370048f6e2fce332c58d5eac64554808bf15738ebd18cf8f3664eacd6d3066a35268f3ec6a

diff --git 
a/sci-electronics/kicad/files/kicad-6.0.6-unitialized-variable-fix.patch 
b/sci-electronics/kicad/files/kicad-6.0.6-unitialized-variable-fix.patch
deleted file mode 100644
index cce508c1e888..
--- a/sci-electronics/kicad/files/kicad-6.0.6-unitialized-variable-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur kicad-6.0.6/common/tool/tool_manager.cpp 
kicad-6.0.6-new/common/tool/tool_manager.cpp
 kicad-6.0.6/common/tool/tool_manager.cpp   2022-06-17 18:11:16.0 
-0700
-+++ kicad-6.0.6-new/common/tool/tool_manager.cpp   2022-06-20 
00:17:13.548239632 -0700
-@@ -902,7 +902,7 @@
- m_menuOwner = -1;
- 
- // Restore cursor settings
--for( auto cursorSetting : m_cursorSettings )
-+for( auto const& cursorSetting : m_cursorSettings )
- {
- auto it = m_toolIdIndex.find( cursorSetting.first );
- wxASSERT( it != m_toolIdIndex.end() );

diff --git a/sci-electronics/kicad/files/kicad-6.0.9-gcc-13.patch 
b/sci-electronics/kicad/files/kicad-6.0.9-gcc-13.patch
deleted file mode 100644
index f1047cb9dee5..
--- a/sci-electronics/kicad/files/kicad-6.0.9-gcc-13.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://bugs.gentoo.org/892499
-https://gitlab.com/kicad/code/kicad/-/commit/8c324f1fc8f7fcdb5e8f494da3d45997001fab4a
-
-From 8c324f1fc8f7fcdb5e8f494da3d45997001fab4a Mon Sep 17 00:00:00 2001
-From: jean-pierre charras 
-Date: Tue, 20 Dec 2022 12:46:19 +0100
-Subject: [PATCH] Fix a missing include. Fixes #13216
- https://gitlab.com/kicad/code/kicad/issues/13216
-
 a/pcb_calculator/eserie.h
-+++ b/pcb_calculator/eserie.h
-@@ -2,7 +2,7 @@
-  * This program source code file is part of KiCad, a free EDA CAD application.
-  *
-  * Copyright (C) 2020 
-- * Copyright (C) 2020-2021 KiCad Developers, see AUTHORS.txt for contributors.
-+ * Copyright (C) 2020-2022 KiCad Developers, see AUTHORS.txt for contributors.
-  *
-  * This program is free software: you can redistribute it and/or modify it
-  * under the terms of the GNU General Public License as published by the
-@@ -21,6 +21,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /**
-  * E-Values derived from a geometric sequence formula by Charles Renard were 
already
--- 
-GitLab

diff --git a/sci-electronics/kicad/files/kicad-scripts-install-fix.patch 
b/sci-electronics/kicad/files/kicad-scripts-install-fix.patch
deleted file mode 100644
index d52a05d3bcf5..
--- a/sci-electronics/kicad/files/kicad-scripts-install-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur kicad-6.0.2-orig/CMakeLists.txt kicad-6.0.2/CMakeLists.txt
 kicad-6.0.2-orig/CMakeLists.txt2022-02-10 16:29:07.0 -0800
-+++ 

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-footprints/

2023-07-18 Thread Sam James
commit: fcdbf9bf32ba37e96b7862067bbf1005416df3cd
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Thu Jul  6 10:26:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:13:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdbf9bf

sci-electronics/kicad-footprints: drop 6.0.11

Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Sam James  gentoo.org>

 sci-electronics/kicad-footprints/Manifest  |  1 -
 .../kicad-footprints-6.0.11.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/sci-electronics/kicad-footprints/Manifest 
b/sci-electronics/kicad-footprints/Manifest
index 88f6107c8d0a..98441c599725 100644
--- a/sci-electronics/kicad-footprints/Manifest
+++ b/sci-electronics/kicad-footprints/Manifest
@@ -1,4 +1,3 @@
-DIST kicad-footprints-6.0.11.tar.bz2 23763091 BLAKE2B 
8a4478a4dbdedef9d3f1f658b09065746e48d4e6f5ecfc89aacb0d53a0bb33a71b16ba6742062f6629b14e0b788485fb876076b82c576c8a72ef7bcc19fc74be
 SHA512 
f30a7443bab7edb7943759d6b938be05b0fbc23d2c7c95f4b9e983c31295062dc1885cea076b5e06de2d1aa766b732471f34ae78c5f682cff1c024937acf8363
 DIST kicad-footprints-7.0.1.tar.bz2 23942389 BLAKE2B 
06408aaf1a388287dc0929f8f99e70bcab62051da1a4674f48ea264a75fd5780fe355420dafe96fd8548679c508a3860bdc0ba8ef287a3c7b3c6c78c0fdc2975
 SHA512 
1bc7ffdf089414c40e74a2b8c155e83900d406f46036d0803f115e505e25f707acc5bc85456de4c96af26d8a13ca81bd28dca5dfe48e26e5944f4478a688
 DIST kicad-footprints-7.0.2.tar.bz2 23956893 BLAKE2B 
dd86bea1ad8d61eec3d755ac29b13f94a0037cd99455843cd8d711f655be98ed3fda5e4620302d05ccc1a95910f83f0a4ce1465b9e8e5e69baab8306229709ba
 SHA512 
ad49198a72747ce892eb2a58393fd4bd57dbc4c95d0ffb02ab8318d61f0693077203d97a81fd62cb98435de3928e827b90a67c7d5b00018ae80abd6034512e31
 DIST kicad-footprints-7.0.6.tar.bz2 24045275 BLAKE2B 
7efb3e5b256f94ac657283d2a0bd19b8e6eb5ae65ed31d6e4aa64a8a37423392e6c890ed0231b2d81f9b223241873ee07cf2c9935d042d167e340b43c7ce55ef
 SHA512 
16eb37e5c26b940c46193a36bc93f0debbabb13bfeb07d1cdb56a8221f1a1f6167ebc16fecdbcfdf0f258f1a1cffc06864126ffbc337dd736b15b70d024d1bc8

diff --git a/sci-electronics/kicad-footprints/kicad-footprints-6.0.11.ebuild 
b/sci-electronics/kicad-footprints/kicad-footprints-6.0.11.ebuild
deleted file mode 100644
index 90a31fa8cb1f..
--- a/sci-electronics/kicad-footprints/kicad-footprints-6.0.11.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Electronic Schematic and PCB design tools footprint libraries"
-HOMEPAGE="https://gitlab.com/kicad/libraries/kicad-footprints;
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.com/kicad/libraries/kicad-footprints.git;
-   inherit git-r3
-else
-   MY_PV="${PV/_rc/-rc}"
-   MY_P="${PN}-${MY_PV}"
-   
SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2
 -> ${P}.tar.bz2"
-
-   if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-   fi
-
-   S="${WORKDIR}/${PN}-${MY_PV}"
-fi
-
-LICENSE="CC-BY-SA-4.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=sci-electronics/kicad-6.0.0"
-
-if [[ ${PV} ==  ]] ; then
-#   x11-misc-util/macros only required on live ebuilds
-   BDEPEND+=" >=x11-misc/util-macros-1.18"
-fi



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/

2023-07-18 Thread Sam James
commit: d7021626865305e63e9075cd8fe3ee7657d363d4
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Thu Jul  6 10:27:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:13:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7021626

sci-electronics/kicad: drop 6.0.9-r1

Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Sam James  gentoo.org>

 sci-electronics/kicad/Manifest  |   1 -
 sci-electronics/kicad/kicad-6.0.9-r1.ebuild | 176 
 2 files changed, 177 deletions(-)

diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest
index c7f40e7484c9..b66d5d8111fa 100644
--- a/sci-electronics/kicad/Manifest
+++ b/sci-electronics/kicad/Manifest
@@ -1,5 +1,4 @@
 DIST kicad-6.0.11.tar.bz2 34083016 BLAKE2B 
85662dd57eb5f28498317b1554e703efdebaa470f749ca239b2caeae4c366005a7c9bb1d1ba6375ed80d277efabf09b56d3e7e1e82bf93462b4ba5405445157e
 SHA512 
9827be9f2c18be1ab3bc5a1a3bd3d6297bc69b561e43b0f9010cb49009c3e87f1d320034411ecc0a2277b5686923a3d4bcc507278590814309d10de14463266d
-DIST kicad-6.0.9.tar.bz2 34045371 BLAKE2B 
797f1d10a5405751bc51ec9579c5c50c21b56761c8b59ae99e8a52e50a787f1271053eb4d36e5c2483adee277764ea75300dd50c62a2addeb540e748bf8b93fe
 SHA512 
015335de5d9bbd4acdff8dd7da85847ea0b666d3d4dd0d4c9e7b731cc516cb3575ade231e742a089cc5591ef9e4059f2bedc83677fa85220b9e6cb8ef5776305
 DIST kicad-7.0.1.tar.bz2 42744121 BLAKE2B 
cb6005be531027e02c5c3fa03be54dff00720aa9c36d12d1e619e041da05e5b4efd048be4e01021cf225a35cd638a162f4b620b65ec117027092a5bf650cb1ec
 SHA512 
6b3f32073a0667c745be54fccf1660cc81b560ad7613eb2355956b48567d7e82ce6926ab04d374fe88dcaa1220357997f5f4621e6d635effcd3d698e45a37516
 DIST kicad-7.0.2.tar.bz2 42844186 BLAKE2B 
136d68b3174cde74db96b1197c62da1fb4e54f628f73a6e0ea092c713b529863d9e443b6631a0ecbb55e2d299a7b78b8218d05e605f8ae8f5972915147ec140f
 SHA512 
04d7e39815f9e87b8646f25fb7e1b82bcf2bc63e26e078f3175c37a2c2e0a2bb7771e70e4698dbfc496f112a733668bdc746eefd1a9c4c76d0b36696738026a4
 DIST kicad-7.0.6.tar.bz2 43548452 BLAKE2B 
90fa15d67f5629266755c469208baa486f41003a9b6ff32c7b7a0707967d54dbc3410d332f0ab1fde91c6045c345b34d1e27585feb265386e58447aea464a93f
 SHA512 
492e6f4997eefda03eb371ec92c1a971cc37e16cb18f4ead08db22370048f6e2fce332c58d5eac64554808bf15738ebd18cf8f3664eacd6d3066a35268f3ec6a

diff --git a/sci-electronics/kicad/kicad-6.0.9-r1.ebuild 
b/sci-electronics/kicad/kicad-6.0.9-r1.ebuild
deleted file mode 100644
index e9fb8bec1498..
--- a/sci-electronics/kicad/kicad-6.0.9-r1.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-WX_GTK_VER="3.0-gtk3"
-
-inherit check-reqs cmake optfeature python-single-r1 toolchain-funcs wxwidgets 
xdg-utils
-
-DESCRIPTION="Electronic Schematic and PCB design tools"
-HOMEPAGE="https://www.kicad.org;
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.com/kicad/code/kicad.git;
-   inherit git-r3
-else
-   MY_PV="${PV/_rc/-rc}"
-   MY_P="${PN}-${MY_PV}"
-   
SRC_URI="https://gitlab.com/kicad/code/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2;
-   S="${WORKDIR}/${PN}-${MY_PV}"
-
-   if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-   fi
-fi
-
-# BSD for bundled pybind
-LICENSE="GPL-2+ GPL-3+ Boost-1.0 BSD"
-SLOT="0"
-IUSE="doc examples ngspice nls openmp +occ +pcm"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Contains bundled pybind but it's patched for wx
-# See 
https://gitlab.com/kicad/code/kicad/-/commit/74e4370a9b146b21883d6a2d1df46c7a10bd0424
-# Depend on opencascade:0 to get unslotted variant (so we know path to it), 
bug #833301
-COMMON_DEPEND="
-   !sci-electronics/kicad-i18n
-   dev-libs/boost:=[context,nls]
-   =media-libs/glm-0.9.9.1
-   media-libs/mesa[X(+)]
-   >=x11-libs/cairo-1.8.8:=
-   >=x11-libs/pixman-0.30
-   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
-   $(python_gen_cond_dep '
-   dev-libs/boost:=[context,nls,python,${PYTHON_USEDEP}]
-   dev-python/wxpython:4.0[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   ngspice? (
-   >sci-electronics/ngspice-27[shared]
-   )
-   nls? (
-   sys-devel/gettext
-   )
-   occ? (
-   >=sci-libs/opencascade-7.3.0:0=
-   )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   sci-electronics/electronics-menu
-"
-BDEPEND=">=dev-lang/swig-3.0
-   doc? ( app-doc/doxygen )"
-
-if [[ ${PV} ==  ]] ; then
-   # x11-misc-util/macros only required on live ebuilds
-   BDEPEND+=" >=x11-misc/util-macros-1.18"
-fi
-
-CHECKREQS_DISK_BUILD="900M"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-scripts-install-fix.patch"
-   "${FILESDIR}/${PN}-6.0.6-unitialized-variable-fix.patch"
-   "${FILESDIR}/${PN}-6.0.9-gcc-13.patch"
-)
-
-pkg_setup() {
-

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-meta/

2023-07-18 Thread Sam James
commit: 315b533ca910a3314ac110e1038e649cb82cafac
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Thu Jul  6 10:19:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 18 19:13:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315b533c

sci-electronics/kicad-meta: drop 6.0.9

Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Sam James  gentoo.org>

 sci-electronics/kicad-meta/kicad-meta-6.0.9.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/sci-electronics/kicad-meta/kicad-meta-6.0.9.ebuild 
b/sci-electronics/kicad-meta/kicad-meta-6.0.9.ebuild
deleted file mode 100644
index a9b6381bc4ae..
--- a/sci-electronics/kicad-meta/kicad-meta-6.0.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Electronic Schematic and PCB design tools (meta package)"
-HOMEPAGE="http://www.kicad.org;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-
-if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-fi
-
-IUSE="doc minimal"
-
-RDEPEND="
-   >=sci-electronics/kicad-${PV}
-   >=sci-electronics/kicad-symbols-${PV}
-   >=sci-electronics/kicad-footprints-${PV}
-   doc? (
-   >=app-doc/kicad-doc-${PV}
-   )
-   !minimal? (
-   >=sci-electronics/kicad-packages3d-${PV}
-   >=sci-electronics/kicad-templates-${PV}
-   )
-"



  1   2   3   >