[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-12 Thread Michał Górny
commit: 360f852aa47bda9e82ae0c2dd3214b29b3e2c359
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 13 06:35:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 06:35:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360f852a

xfce-base/xfce4-settings: Bump to 4.16.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.5.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index ee5801b19c1c..8b6ecc8c094d 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
+DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332
 DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
new file mode 100644
index ..1e2c5dc57f83
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20:3
+   x11-libs/libX11
+   >=x11-libs/libXcursor-1.1
+   >=x11-libs/libXi-1.3
+   >=x11-libs/libXrandr-1.2
+   >=xfce-base/garcon-0.2:=
+   >=xfce-base/exo-4.15.1:=
+   >=xfce-base/libxfce4ui-4.15.1:=
+   >=xfce-base/libxfce4util-4.15.2:=
+   >=xfce-base/xfconf-4.13:=
+   colord? ( x11-misc/colord:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   input_devices_libinput? ( x11-drivers/xf86-input-libinput )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   upower? ( >=sys-power/upower-0.9.23 )
+   xklavier? ( >=x11-libs/libxklavier-5 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-12 Thread Michał Górny
commit: 0e28bb11bafcd78d18b1b2cf16828a111e350061
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 13 06:32:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 06:32:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e28bb11

xfce-base/xfce4-settings: Bump to 4.17.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.17.2.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index a3d2d3163a04..ee5801b19c1c 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332
+DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild
new file mode 100644
index ..1408aab9e199
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-settings/start
+   https://gitlab.xfce.org/xfce/xfce4-settings/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20:3
+   x11-libs/libX11
+   >=x11-libs/libXcursor-1.1
+   >=x11-libs/libXi-1.3
+   >=x11-libs/libXrandr-1.2
+   >=xfce-base/garcon-0.2:=
+   >=xfce-base/exo-4.15.1:=
+   >=xfce-base/libxfce4ui-4.17.0:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.13:=
+   colord? ( x11-misc/colord:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   input_devices_libinput? ( x11-drivers/xf86-input-libinput )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   upower? ( >=sys-power/upower-0.9.23 )
+   xklavier? ( >=x11-libs/libxklavier-5 )
+   !

[gentoo-commits] repo/gentoo:master commit in: app-misc/jpipe/

2022-11-12 Thread Zac Medico
commit: cc9f95a3757e0659392e5c292bbf99f3df1a2065
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 03:04:02 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 03:05:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9f95a3

app-misc/jpipe: enable py3.11

Signed-off-by: Zac Medico  gentoo.org>

 app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild 
b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
index 1043ced048d3..8cc79711bc8f 100644
--- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 GO_OPTIONAL=1
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
 
 inherit go-module distutils-r1
 



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2022-11-12 Thread Andreas K. Hüttel
commit: 64d2993d8ca38cefd76df7a69a44accd60284cd4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 20:42:03 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Nov 13 02:17:29 2022 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=64d2993d

Allow "interpreter" parameter as space-separated list of files

I added this feature to the 3.0 branch long ago and forgot about it.
Needed for multilib emulation, e.g., qemu-mips qemu-mipsn32 qemu-mips64
Tested on demeter "in production"

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 catalyst/base/stagebase.py | 48 +++---
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index eb869c70..bcf596ae 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1036,26 +1036,24 @@ class StageBase(TargetBase, ClearBase, GenBase):
 shutil.copy('/etc/resolv.conf',
 self.settings['chroot_path'] + '/etc/')
 
-# Copy over the binary interpreter (qemu), if applicable; note that 
it's given
-# as full path and goes to the same place in the chroot
+# Copy over the binary interpreter(s) (qemu), if applicable; note that 
they are given
+# as space-separated list of full paths and go to the same place in 
the chroot
 if "interpreter" in self.settings:
-if not os.path.exists(self.settings["interpreter"]):
-raise CatalystError(
-"Can't find interpreter " +
-self.settings["interpreter"],
-print_traceback=True)
+if isinstance(self.settings["interpreter"], str):
+myints = [self.settings["interpreter"]]
+else:
+myints = self.settings["interpreter"]
 
-log.notice('Copying binary interpreter %s into chroot',
-   self.settings['interpreter'])
+for myi in myints:
+if not os.path.exists(myi):
+raise CatalystError("Can't find interpreter " + myi, 
print_traceback=True)
 
-if os.path.exists(self.settings['chroot_path'] + '/' + 
self.settings['interpreter']):
-os.rename(
-self.settings['chroot_path'] +
-'/' + self.settings['interpreter'],
-self.settings['chroot_path'] + '/' + 
self.settings['interpreter'] + '.catalyst')
+log.notice('Copying binary interpreter %s into chroot', myi)
 
-shutil.copy(self.settings['interpreter'],
-self.settings['chroot_path'] + '/' + 
self.settings['interpreter'])
+if os.path.exists(self.settings['chroot_path'] + '/' + myi):
+os.rename(self.settings['chroot_path'] + '/' + myi, 
self.settings['chroot_path'] + '/' + myi + '.catalyst')
+
+shutil.copy(myi, self.settings['chroot_path'] + '/' + myi)
 
 # Copy over the envscript, if applicable
 if "envscript" in self.settings:
@@ -1214,16 +1212,18 @@ class StageBase(TargetBase, ClearBase, GenBase):
 if os.path.exists(hosts_file + '.catalyst'):
 os.rename(hosts_file + '.catalyst', hosts_file)
 
-# optionally clean up binary interpreter
+# optionally clean up binary interpreter(s)
 if "interpreter" in self.settings:
-if os.path.exists(self.settings['chroot_path'] + '/' + 
self.settings['interpreter'] + '.catalyst'):
-os.rename(
-self.settings['chroot_path'] + '/' +
-self.settings['interpreter'] + '.catalyst',
-self.settings['chroot_path'] + '/' + 
self.settings['interpreter'])
+if isinstance(self.settings["interpreter"], str):
+myints = [self.settings["interpreter"]]
 else:
-os.remove(
-self.settings['chroot_path'] + '/' + 
self.settings['interpreter'])
+myints = self.settings["interpreter"]
+
+for myi in myints:
+if os.path.exists(self.settings['chroot_path'] + '/' + myi + 
'.catalyst'):
+os.rename(self.settings['chroot_path'] + '/' + myi + 
'.catalyst', self.settings['chroot_path'] + '/' + myi)
+else:
+os.remove(self.settings['chroot_path'] + '/' + myi)
 
 # optionally clean up portage configs
 if ("portage_prefix" in self.settings and



[gentoo-commits] repo/gentoo:master commit in: sys-power/pmtools/

2022-11-12 Thread Mike Gilbert
commit: a26b6c263f15e33960552e9671b5693cc334943c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 02:00:33 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 02:00:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26b6c26

sys-power/pmtools: add -pmtools suffix to acpidump

Closes: https://bugs.gentoo.org/605146
Signed-off-by: Mike Gilbert  gentoo.org>

 .../{pmtools-20110323-r1.ebuild => pmtools-20110323-r2.ebuild}   | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/sys-power/pmtools/pmtools-20110323-r1.ebuild 
b/sys-power/pmtools/pmtools-20110323-r2.ebuild
similarity index 81%
rename from sys-power/pmtools/pmtools-20110323-r1.ebuild
rename to sys-power/pmtools/pmtools-20110323-r2.ebuild
index 4edcb8cf77bb..adb4c42c4c64 100644
--- a/sys-power/pmtools/pmtools-20110323-r1.ebuild
+++ b/sys-power/pmtools/pmtools-20110323-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -41,7 +41,7 @@ src_compile() {
 }
 
 src_install() {
-   dosbin acpidump/acpidump
+   newbin acpidump/acpidump acpidump-pmtools
newbin acpixtract/acpixtract acpixtract-pmtools
dobin madt/madt
 
@@ -50,8 +50,3 @@ src_install() {
dodoc madt/README
use doc && dodoc madt/APIC*
 }
-
-pkg_postinst() {
-   ewarn "Please note that acpixtract is now named acpixtract-pmtools to 
avoid"
-   ewarn "conflicts with the new tool of the same name from the iasl 
package."
-}



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

2022-11-12 Thread Mike Gilbert
commit: d31416f34cfee44d99914c164fa943ad63fd00a1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:49:11 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:49:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31416f3

sys-fs/f2fs-tools: drop 1.14.0, 1.15.0

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-fs/f2fs-tools/Manifest |  1 -
 sys-fs/f2fs-tools/f2fs-tools-1.14.0.ebuild | 38 --
 sys-fs/f2fs-tools/f2fs-tools-1.15.0.ebuild | 38 --
 3 files changed, 77 deletions(-)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index c14b471509d5..21258a7ca4b6 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1,2 +1 @@
-DIST f2fs-tools-1.14.0.tar.gz 371225 BLAKE2B 
4b015e751ca7a8df8769de7a49afa1351717581d09973537d80780ff83f64db9a6fbf454a9a85d8acb761a8d00443a94d09d83cfaba9e5203c0fd656a96d505a
 SHA512 
951b74178f99722550e73f331be066f124f6ee6022710f6b47ae47390b978b08f12a7f2a268d82ca69a32bf440cd3ce3adddc8a4c49c32df83da87e7f659f98d
 DIST f2fs-tools-1.15.0.tar.gz 387663 BLAKE2B 
1e55f87c839cee6431d9a83e9786201e9b6b872be27c8b92854b30b0fd1c651a9b7235ce93e70c530bfa7a4e9f4dfd309c72702b3338a4aa96e365b29424fb1d
 SHA512 
61e40f16296091b55cec2dbdc6306af6abc2d3f854f39ef03a741b7f6f47348f915498375789f017f8da27fa7d27c79c905dd047693518adde503ea7ebf89387

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.14.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.14.0.ebuild
deleted file mode 100644
index 6f0482e3a871..
--- a/sys-fs/f2fs-tools/f2fs-tools-1.14.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
-HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/;
-SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/8"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv x86"
-IUSE="selinux"
-
-RDEPEND="
-   selinux? ( sys-libs/libselinux )
-   elibc_musl? ( sys-libs/queue-standalone )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   #This is required to install to /sbin, bug #481110
-   econf \
-   --bindir="${EPREFIX}"/sbin \
-   --disable-static \
-   $(use_with selinux)
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -delete || die
-}

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.15.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.15.0.ebuild
deleted file mode 100644
index 73df073760f4..
--- a/sys-fs/f2fs-tools/f2fs-tools-1.15.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
-HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/;
-SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/${PN}.git/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/9"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv x86"
-IUSE="selinux"
-
-RDEPEND="
-   selinux? ( sys-libs/libselinux )
-   elibc_musl? ( sys-libs/queue-standalone )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   #This is required to install to /sbin, bug #481110
-   econf \
-   --bindir="${EPREFIX}"/sbin \
-   --disable-static \
-   $(use_with selinux)
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -delete || die
-}



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

2022-11-12 Thread Mike Gilbert
commit: bc74f68bad931feebbdde38823ee46387ce00b77
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:46:55 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:49:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc74f68b

sys-fs/f2fs-tools: remove /usr/sbin/sg_write_buffer

Closes: https://bugs.gentoo.org/880899
Signed-off-by: Mike Gilbert  gentoo.org>

 .../{f2fs-tools-1.15.0-r1.ebuild => f2fs-tools-1.15.0-r2.ebuild}   | 3 +++
 sys-fs/f2fs-tools/f2fs-tools-.ebuild   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.15.0-r1.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.15.0-r2.ebuild
similarity index 89%
rename from sys-fs/f2fs-tools/f2fs-tools-1.15.0-r1.ebuild
rename to sys-fs/f2fs-tools/f2fs-tools-1.15.0-r2.ebuild
index f274697e2da9..72236b8baf0b 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.15.0-r1.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.15.0-r2.ebuild
@@ -39,4 +39,7 @@ src_configure() {
 src_install() {
default
find "${D}" -name "*.la" -delete || die
+   # Collides with sg3_utils
+   # https://bugs.gentoo.org/880899
+   rm "${ED}/usr/sbin/sg_write_buffer" || die
 }

diff --git a/sys-fs/f2fs-tools/f2fs-tools-.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-.ebuild
index 45de5c193d7b..bcb10bcc1cb6 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-.ebuild
@@ -35,4 +35,7 @@ src_configure() {
 src_install() {
default
find "${D}" -name "*.la" -delete || die
+   # Collides with sg3_utils
+   # https://bugs.gentoo.org/880899
+   rm "${ED}/usr/sbin/sg_write_buffer" || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2022-11-12 Thread Zac Medico
commit: 9174fa696d92a5565b2d1e702ceab3a5c92daf60
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 01:44:26 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 01:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9174fa69

app-misc/filebus: drop 0.3.2, 0.3.4

Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  2 --
 app-misc/filebus/filebus-0.3.2.ebuild | 67 ---
 app-misc/filebus/filebus-0.3.4.ebuild | 67 ---
 3 files changed, 136 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 011bf6f8..01a5f498c9e0 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,3 +1 @@
-DIST filebus-0.3.2.tar.gz 17310 BLAKE2B 
0f30aabcd316f52ea12d12b136befe643085dff5e283f65edf2a459b127cd3e2d48c472ae0dd8f302bb7211e4da5541a6fc7ac274573631ab03fc246bc8b566f
 SHA512 
88ce3cd2d8aec7afd30d16315a6a8a37dee1b21d882571ef87c7dca56251e737d6500a5fad0124c62aea6383aae5ec30abd8abf86c2fac5d582f8fe96049eaa6
-DIST filebus-0.3.4.tar.gz 17404 BLAKE2B 
cf6a3fef2e7f3d69fb73df3f9134666e5d1d09d02cc94cd73c2818b1fc92132fafeb8b3b6f904316ab57a3aab4fa01ba00e0e5bfabf9a9c5194de3d6a8666417
 SHA512 
0619eda926ca77730558600d29a1b7811972b411b86d6c5374f1ccbcd0a4901f70eb87df7577690d72bb7eec4a4191f3b7b4bca237317352bdc0f0ce0f36f120
 DIST filebus-0.3.5.tar.gz 17373 BLAKE2B 
bd49f86e658bcc8dcdcc7cc0c5ca1a3c354a716137157753417b9b57294c14f058292650092e7e8bdb5563e041c009f36474508fb121e14487075cfc41b223bb
 SHA512 
639b047be8fd3eba9cf97e57d7234f590aeb28e6e321195b435480ce0b334e14c236b888e79d14a824b16505e1c2d2c1fc04dd5d75b6f7ac1c8e9fbae6bf562f

diff --git a/app-misc/filebus/filebus-0.3.2.ebuild 
b/app-misc/filebus/filebus-0.3.2.ebuild
deleted file mode 100644
index c0d2c74f5bc0..
--- a/app-misc/filebus/filebus-0.3.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A user space multicast named pipe implementation backed by a 
regular file"
-HOMEPAGE="https://github.com/pipebus/filebus;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="+inotify python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-   )"
-BDEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   if use python; then
-   distutils-r1_src_prepare
-   fi
-}
-
-src_compile() {
-   if use python; then
-   distutils-r1_src_compile
-   fi
-}
-
-src_test() {
-   "${BASH}" ./lib/bash/filebus-test.bash test || die
-
-   if use python; then
-   distutils-r1_src_test
-   fi
-}
-
-python_test() {
-   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
-}
-
-src_install() {
-   if use python; then
-   distutils-r1_src_install
-   else
-   insinto /usr/libexec/filebus
-   doins lib/bash/*.bash
-   cat <<-EOF > "${T}/filebus"
-   #!/bin/sh
-   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
-   EOF
-   dobin "${T}/filebus"
-   dosym filebus /usr/bin/pipebus
-   fi
-}

diff --git a/app-misc/filebus/filebus-0.3.4.ebuild 
b/app-misc/filebus/filebus-0.3.4.ebuild
deleted file mode 100644
index b79175ae49cb..
--- a/app-misc/filebus/filebus-0.3.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A user space multicast named pipe implementation backed by a 
regular file"
-HOMEPAGE="https://github.com/pipebus/filebus;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="+inotify python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-   )"
-BDEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   if use python; then
-   distutils-r1_src_prepare
-   fi
-}
-
-src_compile() {
-   if use python; then
-   distutils-r1_src_compile
-   fi
-}
-
-src_test() {
-   "${BASH}" 

[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2022-11-12 Thread Zac Medico
commit: 5b5933d4bdd8d52a39d8cb1bd5e5318dfeb6e195
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 01:47:39 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 01:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5933d4

app-misc/filebus: enable py3.11

Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/filebus-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/filebus-0.3.5.ebuild 
b/app-misc/filebus/filebus-0.3.5.ebuild
index b79175ae49cb..8c0200d3cddb 100644
--- a/app-misc/filebus/filebus-0.3.5.ebuild
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbevd/

2022-11-12 Thread Matt Turner
commit: 323b97807ef6a6cea5b6f90ab2bd39e860211bd9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov 13 01:44:31 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov 13 01:48:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323b9780

x11-apps/xkbevd: Version bump to 1.1.5

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

 x11-apps/xkbevd/Manifest|  1 +
 x11-apps/xkbevd/xkbevd-1.1.5.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/x11-apps/xkbevd/Manifest b/x11-apps/xkbevd/Manifest
index 1c9a3b77e352..e43fced27e1b 100644
--- a/x11-apps/xkbevd/Manifest
+++ b/x11-apps/xkbevd/Manifest
@@ -1 +1,2 @@
 DIST xkbevd-1.1.4.tar.bz2 151991 BLAKE2B 
5f48968f4a45aeb5a851ba5c6c9cc6dd525d4385bda3475e1261a8419a3ea931fefff8e315309b6fcfba766ec9d95b4d64b93861f84798f5d730e2c5584c2cec
 SHA512 
7628eddd0e1dc0c4df8e61eb3f6a6bf0e9d92a87e96bb2f5248ba5bd3d99d868885c36860b78e8ea2eaba3bb9a420067ef95c4d58c1254fa3d12fb25dd4e60e7
+DIST xkbevd-1.1.5.tar.xz 146908 BLAKE2B 
4713e6948334c24765ca69e9e77dd74c5a95bdad94071f1820c91c7e38d7867919c7e993eed6abc245333a05b091dca0c1060a47257774a7cde22aa5a14a22ee
 SHA512 
9e4a56484771e5eb5444fbd11e7d0bb952a2746eea79b84298e2000ada96896d501b886727c4ef08c120b5dcce550fca2d3e3dd762f4ca0327c38d9609961c5b

diff --git a/x11-apps/xkbevd/xkbevd-1.1.5.ebuild 
b/x11-apps/xkbevd/xkbevd-1.1.5.ebuild
new file mode 100644
index ..28a3a96041d0
--- /dev/null
+++ b/x11-apps/xkbevd/xkbevd-1.1.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="XKB event daemon"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="sys-devel/bison"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xlogo/

2022-11-12 Thread Matt Turner
commit: 97f1602ba2999ed55d1ec5b8f1f4d60a2d918327
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov 13 01:48:14 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov 13 01:48:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f1602b

x11-apps/xlogo: Version bump to 1.0.6

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

 x11-apps/xlogo/Manifest   |  1 +
 x11-apps/xlogo/xlogo-1.0.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
index b739536dfb75..67d8f953b9b5 100644
--- a/x11-apps/xlogo/Manifest
+++ b/x11-apps/xlogo/Manifest
@@ -1 +1,2 @@
 DIST xlogo-1.0.5.tar.bz2 135608 BLAKE2B 
eeaa9dfdca57bd5b60035dc31981f3b3e390862b5e8f695422505059f657cfe727d491c757e8ef4dba4a913179c92827741f04e3fc6765b0257d63f1382fc69f
 SHA512 
0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b
+DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 
422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177
 SHA512 
f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0

diff --git a/x11-apps/xlogo/xlogo-1.0.6.ebuild 
b/x11-apps/xlogo/xlogo-1.0.6.ebuild
new file mode 100644
index ..4a0eeaa7511d
--- /dev/null
+++ b/x11-apps/xlogo/xlogo-1.0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Window System logo"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   x11-libs/libXrender
+   x11-libs/libXext
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXaw
+   x11-libs/libSM
+   x11-libs/libXmu
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=( --with-render )



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkill/

2022-11-12 Thread Matt Turner
commit: 0abc70cf30100c6950efda6a49c400663190e83f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov 13 01:46:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov 13 01:48:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abc70cf

x11-apps/xkill: Version bump to 1.0.6

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

 x11-apps/xkill/Manifest   |  1 +
 x11-apps/xkill/xkill-1.0.6.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest
index 1465fa81cc5b..59129c9f7a56 100644
--- a/x11-apps/xkill/Manifest
+++ b/x11-apps/xkill/Manifest
@@ -1 +1,2 @@
 DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B 
a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562
 SHA512 
4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249
+DIST xkill-1.0.6.tar.xz 121900 BLAKE2B 
405e78388359d7a6ee66e3f2039b37422a09995fcad56f637e1f8c63679504857512e7f7d9a88790522d183a71c98821e7c3a2e34314ff27c978d125651431ed
 SHA512 
a755a8db51d7860b9942161776390007b9b530c2f7fcf8ddb3383311d36d185a6f08a44c5f6f7735576b146902e66aca21cbd7e746c1289d035e79332e8173b6

diff --git a/x11-apps/xkill/xkill-1.0.6.ebuild 
b/x11-apps/xkill/xkill-1.0.6.ebuild
new file mode 100644
index ..3bcb9eadbc38
--- /dev/null
+++ b/x11-apps/xkill/xkill-1.0.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="kill a client by its X resource"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXmu"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



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

2022-11-12 Thread Zac Medico
commit: 4cd8730b6b2f5c090e98e178aaaf620e2146f8de
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 01:15:56 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 01:41:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd8730b

dev-db/rqlite: drop 7.7.2, 7.8.0, 7.9.0

Signed-off-by: Zac Medico  gentoo.org>

 dev-db/rqlite/Manifest|  3 ---
 dev-db/rqlite/rqlite-7.7.2.ebuild | 36 
 dev-db/rqlite/rqlite-7.8.0.ebuild | 36 
 dev-db/rqlite/rqlite-7.9.0.ebuild | 36 
 4 files changed, 111 deletions(-)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index ec2b63d2c9d0..9529bdaf4c93 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -1,5 +1,2 @@
 DIST rqlite-7.7.2-deps.tar.xz 83998504 BLAKE2B 
df32a7b9a664f79241033d92dd4d0c71c9f5d24b08847d09320cd672bdc74e03c49af74a7f314f368a5e197becc1dec91b362b0f6148fccd7ba206068eb0c3e6
 SHA512 
04fb93912b5ac549657d9690e18554006ae55bfe66d08b1e5558bb29e636ceac5ee5f6af386f56ff10880e56d9b6599450ad2719e4422705aa359d85ca18ac0e
-DIST rqlite-7.7.2.tar.gz 473521 BLAKE2B 
fc3d48854ed6e0eca6897504b999a72e8b5503c263195078fea4f0719ca48757b4f2ca52c1d63dffab9d6f6788b1e36ea5bd53e32512862d7cd581bebeed6ba2
 SHA512 
6f5756005d72f1c97b71866b3f341ec5959f53178cf99c6bb3315bb45cf44e81c4d2807aebd3ccc858e2c6b9e3cc7d1e9a86c3f6c3dd6272ab3f7fb7550a632f
-DIST rqlite-7.8.0.tar.gz 476401 BLAKE2B 
b87c5996fbb62503add3afd0e3526b1545670ede6ade0bd589e33d97ed489f3f93a027c565102de1737fb9b13a6f6f9cc5be346fe4e9cbca35b045b8982d1c91
 SHA512 
555bfaf1f95d890d8d0e73e0c52b94f323c4198cd2d61ab6bfbb95b9e908475b75fb409944162ca19709273c069c2263fa6f1d86c8ca73b96eab803bde9d72c6
-DIST rqlite-7.9.0.tar.gz 478284 BLAKE2B 
bcb60f771397b067e1479a12603458e7823839a8ff174b30479a3a14dda72b7f3f3b717875a0aea8cd03f469f3da3d418ea3334211e3d39adf6b20d1947b68ec
 SHA512 
c898b8b96def0a4d01bd1b98de952dece520d8b8ac7fcf12f4d81affab76095cb4a9898d1c7aeb9bc67462e5069e01012cda37073455f3382228194db6cda3e7
 DIST rqlite-7.9.2.tar.gz 478780 BLAKE2B 
4b072e9dab1fcfdb64a38e1a59bef2a1d81cf7543d6964ad75d3d3bd50cd52686d8b6f60a5e2a192b3998b3990efbe6f758a4226b03b8520fbd0569ab5aeca07
 SHA512 
86b3b89396d60d73e58ced463ae4cf5caf2cc8ba39bab87153b0a5a14e97745b07545bade7fa28dfde095255b547327ff83cefdaa78a399e1976e28d54ec430a

diff --git a/dev-db/rqlite/rqlite-7.7.2.ebuild 
b/dev-db/rqlite/rqlite-7.7.2.ebuild
deleted file mode 100644
index fb616163c82f..
--- a/dev-db/rqlite/rqlite-7.7.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-EGIT_COMMIT=923d1f5a9ce79c91b48535193cae56dabcb4b8f8
-
-DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
-HOMEPAGE="https://github.com/rqlite/rqlite 
https://www.philipotoole.com/tag/rqlite/;
-SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
-
-LICENSE="MIT Apache-2.0 BSD CC0-1.0 MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
-   GOBIN="${S}/bin" \
-   go install \
-   -ldflags="-X main.version=v${PV}
-   -X main.branch=master
-   -X main.commit=${EGIT_COMMIT}
-   -X main.buildtime=$(date +%Y-%m-%dT%T%z)" \
-   ./cmd/... || die
-}
-
-src_test() {
-   GOBIN="${S}/bin" \
-   go test ./... || die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc -r *.md DOC
-}

diff --git a/dev-db/rqlite/rqlite-7.8.0.ebuild 
b/dev-db/rqlite/rqlite-7.8.0.ebuild
deleted file mode 100644
index d50d8225dedc..
--- a/dev-db/rqlite/rqlite-7.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-EGIT_COMMIT=03d3159dc1a50caefc42ac31580befcb1f276a0e
-
-DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
-HOMEPAGE="https://github.com/rqlite/rqlite 
https://www.philipotoole.com/tag/rqlite/;
-SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://dev.gentoo.org/~zmedico/dist/rqlite-7.7.2-deps.tar.xz;
-
-LICENSE="MIT Apache-2.0 BSD CC0-1.0 MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
-   GOBIN="${S}/bin" \
-   go install \
-   -ldflags="-X main.version=v${PV}
-   -X main.branch=master
-   -X main.commit=${EGIT_COMMIT}
-   -X main.buildtime=$(date +%Y-%m-%dT%T%z)" \
-   ./cmd/... || die
-}
-
-src_test() {
-   GOBIN="${S}/bin" \
-   go test ./... || die
-}
-
-src_install() {
-   

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

2022-11-12 Thread Zac Medico
commit: 4969dd5deff79e9e7fd56410380e91cc33112019
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 01:38:21 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 01:41:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4969dd5d

dev-db/rqlite: add 7.10.1

Signed-off-by: Zac Medico  gentoo.org>

 dev-db/rqlite/Manifest |  2 ++
 dev-db/rqlite/rqlite-7.10.1.ebuild | 36 
 2 files changed, 38 insertions(+)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index 9529bdaf4c93..5cc7c6aae37c 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -1,2 +1,4 @@
+DIST rqlite-7.10.1-deps.tar.xz 151513776 BLAKE2B 
d98bc0c24821a7ae44ddc330cdbe54bc7394763f86e56919d6ff381613a563d646871fc35caa3b3a8e35c2be6c8b669779139a8e2c6f12a66de50d6af51c1452
 SHA512 
f56aeb5a5b640295f1c008a75e266908faecd1d635138eb7af32d3d780d5752662cd07b69bb99d833594c3cbcaf37b92e0bf23806567c83a1aff8b12fe099e71
+DIST rqlite-7.10.1.tar.gz 510146 BLAKE2B 
571af2b2a9d153d4c61c721e5a5346fede87be10f7069274f6964fe1cfc415d3e52cb6587a594d7257244e25567df89202c3511e0ded19350c8f6e11d3f2b0ed
 SHA512 
6af02eb8512dbc163cd479ff7a286b6708fe06ba31312e426fba676cae914d3da741911f24ce1c79c6c86f4c2627d90a84190b009b8ab9e162b5333a9b60877b
 DIST rqlite-7.7.2-deps.tar.xz 83998504 BLAKE2B 
df32a7b9a664f79241033d92dd4d0c71c9f5d24b08847d09320cd672bdc74e03c49af74a7f314f368a5e197becc1dec91b362b0f6148fccd7ba206068eb0c3e6
 SHA512 
04fb93912b5ac549657d9690e18554006ae55bfe66d08b1e5558bb29e636ceac5ee5f6af386f56ff10880e56d9b6599450ad2719e4422705aa359d85ca18ac0e
 DIST rqlite-7.9.2.tar.gz 478780 BLAKE2B 
4b072e9dab1fcfdb64a38e1a59bef2a1d81cf7543d6964ad75d3d3bd50cd52686d8b6f60a5e2a192b3998b3990efbe6f758a4226b03b8520fbd0569ab5aeca07
 SHA512 
86b3b89396d60d73e58ced463ae4cf5caf2cc8ba39bab87153b0a5a14e97745b07545bade7fa28dfde095255b547327ff83cefdaa78a399e1976e28d54ec430a

diff --git a/dev-db/rqlite/rqlite-7.10.1.ebuild 
b/dev-db/rqlite/rqlite-7.10.1.ebuild
new file mode 100644
index ..2fd0090c6513
--- /dev/null
+++ b/dev-db/rqlite/rqlite-7.10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+EGIT_COMMIT=22af9fdcb9a1093136f1eae7e18d4067dea29c64
+
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
+HOMEPAGE="https://github.com/rqlite/rqlite 
https://www.philipotoole.com/tag/rqlite/;
+SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
+
+LICENSE="MIT Apache-2.0 BSD CC0-1.0 MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+   GOBIN="${S}/bin" \
+   go install \
+   -ldflags="-X main.version=v${PV}
+   -X main.branch=master
+   -X main.commit=${EGIT_COMMIT}
+   -X main.buildtime=$(date +%Y-%m-%dT%T%z)" \
+   ./cmd/... || die
+}
+
+src_test() {
+   GOBIN="${S}/bin" \
+   go test ./... || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc -r *.md DOC
+}



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

2022-11-12 Thread Mike Gilbert
commit: c98d4e43cf34fb8b632e52aeadb6484e91517928
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:32:41 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:32:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d4e43

mail-mta/ssmtp: drop /usr/bin/sendmail symlink

Closes: https://bugs.gentoo.org/880143
Signed-off-by: Mike Gilbert  gentoo.org>

 mail-mta/ssmtp/{ssmtp-2.64-r4.ebuild => ssmtp-2.64-r5.ebuild}  | 1 -
 mail-mta/ssmtp/{ssmtp-2.64_p11.ebuild => ssmtp-2.64_p11-r1.ebuild} | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild 
b/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild
similarity index 98%
rename from mail-mta/ssmtp/ssmtp-2.64-r4.ebuild
rename to mail-mta/ssmtp/ssmtp-2.64-r5.ebuild
index bfbfa4870715..8662f8c9b94d 100644
--- a/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild
@@ -123,7 +123,6 @@ src_install() {
 
if use mta; then
dosym ../sbin/ssmtp /usr/lib/sendmail
-   dosym ../sbin/ssmtp /usr/bin/sendmail
dosym ssmtp /usr/sbin/sendmail
dosym ../sbin/ssmtp /usr/bin/mailq
dosym ../sbin/ssmtp /usr/bin/newaliases

diff --git a/mail-mta/ssmtp/ssmtp-2.64_p11.ebuild 
b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild
similarity index 98%
rename from mail-mta/ssmtp/ssmtp-2.64_p11.ebuild
rename to mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild
index cd381a383eda..6fdb0f1c342d 100644
--- a/mail-mta/ssmtp/ssmtp-2.64_p11.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild
@@ -134,7 +134,6 @@ src_install() {
 
if use mta; then
dosym ../sbin/ssmtp /usr/lib/sendmail
-   dosym ../sbin/ssmtp /usr/bin/sendmail
dosym ssmtp /usr/sbin/sendmail
dosym ../sbin/ssmtp /usr/bin/mailq
dosym ../sbin/ssmtp /usr/bin/newaliases



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

2022-11-12 Thread Mike Gilbert
commit: 3f77b9ba4275e602ffc58524708737025ca15d40
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:35:32 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:35:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f77b9ba

mail-mta/ssmtp: drop ipv6 USE flag

Signed-off-by: Mike Gilbert  gentoo.org>

 mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild 
b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild
index 6fdb0f1c342d..7a30e8e98e34 100644
--- a/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}"/${PN}-$(ver_cut 1-2)
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6 +ssl gnutls +mta"
+IUSE="+ssl gnutls +mta"
 REQUIRED_USE="gnutls? ( ssl )"
 
 DEPEND="
@@ -88,7 +88,7 @@ src_configure() {
--sysconfdir="${EPREFIX}"/etc/ssmtp
$(use_enable ssl)
$(use_with gnutls)
-   $(use_enable ipv6 inet6)
+   --enable-inet6
--enable-md5auth
)
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/

2022-11-12 Thread Mike Gilbert
commit: 5bdf124019d91837b2b7a84ccec3d329efdb7ee1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:16:29 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:16:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdf1240

net-misc/stunnel: remove /usr/sbin/stunnel symlink

Closes: https://bugs.gentoo.org/878409
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/stunnel/{stunnel-5.64-r1.ebuild => stunnel-5.64-r2.ebuild} | 4 
 net-misc/stunnel/{stunnel-5.65-r1.ebuild => stunnel-5.65-r2.ebuild} | 4 
 2 files changed, 8 deletions(-)

diff --git a/net-misc/stunnel/stunnel-5.64-r1.ebuild 
b/net-misc/stunnel/stunnel-5.64-r2.ebuild
similarity index 95%
rename from net-misc/stunnel/stunnel-5.64-r1.ebuild
rename to net-misc/stunnel/stunnel-5.64-r2.ebuild
index b286859a5830..da5dd47943e9 100644
--- a/net-misc/stunnel/stunnel-5.64-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.64-r2.ebuild
@@ -67,10 +67,6 @@ src_install() {
"${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
 
-   # The binary was moved to /usr/bin with 4.21,
-   # symlink for backwards compatibility
-   dosym ../bin/stunnel /usr/sbin/stunnel
-
dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md
docinto html
dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \

diff --git a/net-misc/stunnel/stunnel-5.65-r1.ebuild 
b/net-misc/stunnel/stunnel-5.65-r2.ebuild
similarity index 95%
rename from net-misc/stunnel/stunnel-5.65-r1.ebuild
rename to net-misc/stunnel/stunnel-5.65-r2.ebuild
index f58e4922369d..3f171dd6f00c 100644
--- a/net-misc/stunnel/stunnel-5.65-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.65-r2.ebuild
@@ -67,10 +67,6 @@ src_install() {
"${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
 
-   # The binary was moved to /usr/bin with 4.21,
-   # symlink for backwards compatibility
-   dosym ../bin/stunnel /usr/sbin/stunnel
-
dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md
docinto html
dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \



[gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/

2022-11-12 Thread Mike Gilbert
commit: 98c4902db9f1bbce9ab76e6e1d86e1d6ed6e529f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:22:38 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:22:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c4902d

net-misc/stunnel: drop 'ipv6' USE flag

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/stunnel/stunnel-5.65-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/stunnel/stunnel-5.65-r2.ebuild 
b/net-misc/stunnel/stunnel-5.65-r2.ebuild
index 3f171dd6f00c..235b21faac92 100644
--- a/net-misc/stunnel/stunnel-5.65-r2.ebuild
+++ b/net-misc/stunnel/stunnel-5.65-r2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ipv6 selinux stunnel3 tcpd"
+IUSE="selinux stunnel3 tcpd"
 
 DEPEND="
dev-libs/openssl:0=
@@ -51,7 +51,6 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--libdir="${EPREFIX}/usr/$(get_libdir)"
-   $(use_enable ipv6)
$(use_enable tcpd libwrap)
--with-ssl="${EPREFIX}"/usr
--disable-fips



[gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/

2022-11-12 Thread Mike Gilbert
commit: b0373db512a118808248075ad08a9814e305c10f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:17:10 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:17:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0373db5

net-misc/stunnel: drop 5.59

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/stunnel/Manifest|   1 -
 net-misc/stunnel/stunnel-5.59.ebuild | 103 ---
 2 files changed, 104 deletions(-)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index f525513e311b..3bdb5ee8171d 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -1,3 +1,2 @@
-DIST stunnel-5.59.tar.gz 995508 BLAKE2B 
12dc07e5ef04dcc505d97cefeaee98284a1c85ca886f731bfe7af3a1ad5448e47ea1fc08ab3b6f79b71c8d91ec4f09c355397e6e1052384f77cbd1cf2a17
 SHA512 
c9f93ff6a09baef6d85e883cb469de495f5c006b9f0d3e018ade7a21bb3521e3db7982701c752d6b117ff2ad03a7f7299afd399c8956006af2eade52358ac1c7
 DIST stunnel-5.64.tar.gz 869088 BLAKE2B 
c6be054b825e57c1ac44adf28d4546ab78250cf9d7b17bc9e039d2715ca2316fef674a3ed2c4419a5a7ad6fa85b56809f736d0dca0bc672521347d5f51d2ed23
 SHA512 
85ed22664420db3c97b871f1afeb6483e547f421f0419fed1ccb4f3563ea154b6aeb6ae7221f001557c786a3406ada4c7b0d44b208dcf98f16209229aee4e0aa
 DIST stunnel-5.65.tar.gz 872293 BLAKE2B 
45cc4dd0ec91cb9a99c10d26910b05325af29ec2609c0b86d5aceb07fbd495ff6fe39b0fe2c5895358596ee34ed822870c6eb1a538e30557f4485d042f5ae781
 SHA512 
96ca0535a07d5ea050a5d985c0ab6299bb92e551715120f536869a7b408b795fdc251782aaa7a4a282749d3146726d71c8b3c25430969aa55745a863abe5728a

diff --git a/net-misc/stunnel/stunnel-5.59.ebuild 
b/net-misc/stunnel/stunnel-5.59.ebuild
deleted file mode 100644
index 232fd40bd0b9..
--- a/net-misc/stunnel/stunnel-5.59.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit ssl-cert systemd tmpfiles
-
-DESCRIPTION="TLS/SSL - Port Wrapper"
-HOMEPAGE="https://www.stunnel.org/index.html;
-SRC_URI="
-   https://www.stunnel.org/downloads/${P}.tar.gz
-   ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   
http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
-   http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ipv6 selinux stunnel3 tcpd"
-
-DEPEND="
-   dev-libs/openssl:0=
-   tcpd? ( sys-apps/tcp-wrappers )
-"
-
-RDEPEND="
-   acct-user/stunnel
-   acct-group/stunnel
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-stunnel )
-   stunnel3? ( dev-lang/perl )
-"
-
-RESTRICT="test"
-
-src_prepare() {
-   # Hack away generation of certificate
-   sed -i -e "s/^install-data-local:/do-not-run-this:/" \
-   tools/Makefile.in || die "sed failed"
-
-   echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
-
-   eapply_user
-}
-
-src_configure() {
-   local myeconfargs=(
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   $(use_enable ipv6)
-   $(use_enable tcpd libwrap)
-   --with-ssl="${EPREFIX}"/usr
-   --disable-fips
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   rm -rf "${ED}"/usr/share/doc/${PN}
-   rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
-   "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
-   use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
-
-   # The binary was moved to /usr/bin with 4.21,
-   # symlink for backwards compatibility
-   dosym ../bin/stunnel /usr/sbin/stunnel
-
-   dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md
-   docinto html
-   dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
-   tools/importCA.html
-
-   insinto /etc/stunnel
-   doins "${FILESDIR}"/stunnel.conf
-   newinitd "${FILESDIR}"/stunnel-r2 stunnel
-
-   doenvd "${T}"/20stunnel
-
-   systemd_dounit "${S}/tools/stunnel.service"
-   newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
-}
-
-pkg_postinst() {
-   if [ ! -f "${EROOT}"/etc/stunnel/stunnel.key ]; then
-   install_cert /etc/stunnel/stunnel
-   chown stunnel:stunnel 
"${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
-   chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
-   fi
-
-   tmpfiles_process 

[gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/

2022-11-12 Thread Samuel Bauer
commit: 87ef810d8b7b72b13004a291fb016fbfd701210a
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Sun Nov 13 01:05:13 2022 +
Commit: Samuel Bauer  yahoo  fr>
CommitDate: Sun Nov 13 01:05:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87ef810d

games-emulation/yuzu-: suppress all Werror from extra project flags

Signed-off-by: Samuel Bauer  yahoo.fr>

 games-emulation/yuzu/yuzu-.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/games-emulation/yuzu/yuzu-.ebuild 
b/games-emulation/yuzu/yuzu-.ebuild
index 330329b0d..05423ff8b 100644
--- a/games-emulation/yuzu/yuzu-.ebuild
+++ b/games-emulation/yuzu/yuzu-.ebuild
@@ -83,8 +83,8 @@ src_unpack() {
 }
 
 src_prepare() {
-   # unused-result maybe temporary fix
-   sed -i -e '/Werror=unused-result/d' src/CMakeLists.txt || die
+   # temporary fix
+   sed -i -e '/Werror/d' src/CMakeLists.txt || die
 
# headers is not a valid boost component
sed -i -e '/find_package(Boost/{s/headers //;s/CONFIG //}' 
CMakeLists.txt || die
@@ -98,9 +98,6 @@ src_prepare() {
-e '/target_link_libraries/s/inih/${INIH_LIBRARIES}/' 
src/yuzu_cmd/CMakeLists.txt || die
sed -i -e 's:inih/cpp/::' src/yuzu_cmd/config.cpp || die
 
-   # Unbundle xbyak ( uncomment when xbyak version is ok or never as it is 
only headers )
-   # sed -i -e '/^# xbyak/,/^endif()/d' externals/CMakeLists.txt || die
-
if use system-vulkan; then # Unbundle vulkan headers
sed -i -e 
's:../../externals/Vulkan-Headers/include:/usr/include/vulkan/:' 
src/video_core/CMakeLists.txt src/yuzu/CMakeLists.txt 
src/yuzu_cmd/CMakeLists.txt || die
fi



[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/

2022-11-12 Thread William Hubbs
commit: 762c80934ac35d0d6b197d7528dac6f53c2ab42f
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Nov 13 00:28:32 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Nov 13 00:28:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762c8093

app-metrics/prometheus: destabilize 2.40.1 for ~amd64

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/prometheus/prometheus-2.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/prometheus/prometheus-2.40.1.ebuild 
b/app-metrics/prometheus/prometheus-2.40.1.ebuild
index cd72b96645f2..9b6825201b4a 100644
--- a/app-metrics/prometheus/prometheus-2.40.1.ebuild
+++ b/app-metrics/prometheus/prometheus-2.40.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/prometheus/prometheus/archive/${MY_PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~riscv"
+KEYWORDS="~amd64 ~arm ~riscv"
 
 COMMON_DEPEND="acct-group/prometheus
acct-user/prometheus"



[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/

2022-11-12 Thread William Hubbs
commit: 31eae7e388e74af9ee57d1a73af448ae7917d34a
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Nov 13 00:25:33 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Nov 13 00:25:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31eae7e3

app-metrics/prometheus: add 2.40.1

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/prometheus/Manifest |  3 ++
 app-metrics/prometheus/prometheus-2.40.1.ebuild | 72 +
 2 files changed, 75 insertions(+)

diff --git a/app-metrics/prometheus/Manifest b/app-metrics/prometheus/Manifest
index 7537692fd4c2..49de25ef732d 100644
--- a/app-metrics/prometheus/Manifest
+++ b/app-metrics/prometheus/Manifest
@@ -10,3 +10,6 @@ DIST prometheus-2.38.0.tar.gz 6057055 BLAKE2B 
5cf4090d6e9b1cf918e21e1f6ee79f0b44
 DIST prometheus-2.39.1-assets.tar.xz 45639572 BLAKE2B 
291998ea03128042cf5fa1ac40c3bac2bea298e44b408bc4a4dcb15ab3e7899b12850f4ae9bda37fbbf1756e53043ae7c29e7b2d28b1e60e2ccaf8b83308443a
 SHA512 
356abf7b08030c474c083d2eb3e4a0635c8f6b3b1ab6639c112c619efa5135535b1258fa3c4a1e2987ae032ab6662651abf4468b34385158eed3217459d3fb87
 DIST prometheus-2.39.1-deps.tar.xz 251770124 BLAKE2B 
39d1ae2affbdc0dedfa16b3802b78987878e2d46a1af7ac5bf3416626f72f7a6963c92d2358940cda074ce7d5196b8b3b7a6b802592a29401586e7923e5e0ae5
 SHA512 
a93abc79f0d06bd86b802d3c8e868e65b9dc1653ce8c1b3af9ab7e40a3e43cc47b6fe600e7005f730716849ecf0d0cc8b60939e35883fdcc47f9922a732122ec
 DIST prometheus-2.39.1.tar.gz 6045708 BLAKE2B 
306a93c74257bbd33994538d7679d730a0926ac55280e1198b0d528c4c20c44f9ad3e0b4ca3a820e45ace114ade9c60f12f80846900213e0da0850399856afdf
 SHA512 
d3c61a366ee14fff9ebf554e94647ec27ea21f3d829396d6b132dfe268a9153e30f4ce63d762d79593e6876246cd110b52da1e196f55390c5c657d5a57df0055
+DIST prometheus-2.40.1-assets.tar.xz 45591668 BLAKE2B 
76f1a6aa2eece8977b1573da51befc56dab7de95302b837d108a90b2e68640cbd7a37dc5ca09e385ba7f6ac5f4cac8fe902380e0c3c747909a27662e01e83c75
 SHA512 
38bb67689466bd864b7dff930d712f679fb2d56494641e99d5999a9df583c5cb9db24c5eccf951e944fb91cb564dfaf3905ea1159ff6975c672531fe7be34f8f
+DIST prometheus-2.40.1-deps.tar.xz 253177652 BLAKE2B 
a0120addebe8ef5229af8f24624584b25bf625be9072d66b037ca9802190ec3c4451b735c9e31fbc9fd8a08a17e1c0c7f9c7602d1ff2f4bff1619c98a5eb1a35
 SHA512 
856dcb15f54eec34ca9216fe626165e08096f4114be62721b0edb3d07583ff0ff22d962e2d9ed0094626e42c5131c38908f1ba96327f741ff349b2f5fc237cd7
+DIST prometheus-2.40.1.tar.gz 6156441 BLAKE2B 
9b65733370e6f11ec559f7a4f2d80320d33d9cca29fb9609da3a255d90f06f14482976b5bbd58fc553b7d60a317cf8be0d1b6217128325f594ac9a4424cc3dbb
 SHA512 
077c8aa2e4f6d51501b3281ab394afa26b0a9a8a7d5ed8f437b98e0bd83aceb3337bd877afc8942bf6b007dcfb53fbbafc746a5f305c9ba79bec55f0afbb0d58

diff --git a/app-metrics/prometheus/prometheus-2.40.1.ebuild 
b/app-metrics/prometheus/prometheus-2.40.1.ebuild
new file mode 100644
index ..cd72b96645f2
--- /dev/null
+++ b/app-metrics/prometheus/prometheus-2.40.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+GIT_COMMIT=965274259f993801d63f553639d248588287120b
+MY_PV=v${PV/_rc/-rc.}
+
+# To create the assets tarball run the following:
+# git checkout 
+# make assets-compress
+# tar -acf  web/ui
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus;
+SRC_URI="https://github.com/prometheus/prometheus/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz
+   https://dev.gentoo.org/~williamh/dist/${P}-assets.tar.xz;
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~riscv"
+
+COMMON_DEPEND="acct-group/prometheus
+   acct-user/prometheus"
+DEPEND="!app-metrics/prometheus-bin
+   ${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+BDEPEND=">=dev-util/promu-0.3.0"
+
+RESTRICT=" test"
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s/{{.Branch}}/HEAD/" \
+   -e "s/{{.Revision}}/${GIT_COMMIT}/" \
+   -e "s/{{.Version}}/${PV}/" \
+   .promu.yml || die
+   cp -a -n "${WORKDIR}"/web/ui web || die
+}
+
+src_compile() {
+   emake PROMU="${EPREFIX}"/usr/bin/promu common-build plugins
+}
+
+src_install() {
+   dobin prometheus promtool
+   dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+   insinto /usr/share/prometheus
+   doins -r console_libraries consoles
+   insinto /etc/prometheus
+   doins documentation/examples/prometheus.yml
+   dosym -r /usr/share/prometheus/console_libraries 
/etc/prometheus/console_libraries
+   dosym -r /usr/share/prometheus/consoles /etc/prometheus/consoles
+
+   systemd_dounit "${FILESDIR}"/prometheus.service
+   newinitd "${FILESDIR}"/prometheus.initd prometheus
+   newconfd "${FILESDIR}"/prometheus.confd prometheus
+

[gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/

2022-11-12 Thread David Seifert
commit: 0a8e8238cc3b75cbbfa96659e66b0ae2a7bab0ac
Author: Bernd Waibel  posteo  net>
AuthorDate: Sun Nov 13 00:01:26 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 00:01:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8e8238

sci-libs/pcl: port changes from sci-libs/pcl-1.12.1-r1

Closes: https://github.com/gentoo/gentoo/pull/27977
Signed-off-by: Bernd Waibel  posteo.net>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/pcl/pcl-.ebuild | 36 ++--
 1 file changed, 30 insertions(+), 6 deletions(-)

diff --git a/sci-libs/pcl/pcl-.ebuild b/sci-libs/pcl/pcl-.ebuild
index 1edbb0cd7140..a1c4d5880153 100644
--- a/sci-libs/pcl/pcl-.ebuild
+++ b/sci-libs/pcl/pcl-.ebuild
@@ -9,7 +9,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/PointCloudLibrary/pcl;
 fi
 
-inherit ${SCM} cmake multilib
+inherit ${SCM} cmake cuda
 
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""
@@ -24,7 +24,8 @@ DESCRIPTION="2D/3D image and point cloud processing"
 LICENSE="BSD"
 SLOT="0/1.12"
 IUSE="cuda doc opengl openni openni2 pcap png +qhull qt5 usb vtk 
cpu_flags_x86_sse test tutorials"
-RESTRICT="!test? ( test )"
+# tests need the gtest sources to be available at build time
+RESTRICT="test"
 
 RDEPEND="
>=sci-libs/flann-1.7.1
@@ -48,11 +49,17 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
!!dev-cpp/metslib
-   test? ( >=dev-cpp/gtest-1.6.0 )
 "
 BDEPEND="
-   doc? ( app-doc/doxygen )
-   tutorials? ( dev-python/sphinx dev-python/sphinxcontrib-doxylink )
+   doc? (
+   app-doc/doxygen[dot]
+   virtual/latex-base
+   )
+   tutorials? (
+   dev-python/sphinx
+   dev-python/sphinx_rtd_theme
+   dev-python/sphinxcontrib-doxylink
+   )
virtual/pkgconfig"
 
 REQUIRED_USE="
@@ -61,9 +68,25 @@ REQUIRED_USE="
tutorials? ( doc )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12.1-allow-configuration-of-install-dirs.patch
+   
"${FILESDIR}"/${PN}-1.12.1-fix-hardcoded-relative-directory-of-the-installed-cmake-files.patch
+)
+
+src_prepare() {
+   if use cuda; then
+   cuda_src_prepare
+   cuda_add_sandbox -w
+   fi
+
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
+   "-DDOC_INSTALL_DIR=share/doc/${PF}"
"-DLIB_INSTALL_DIR=$(get_libdir)"
+   "-DPCLCONFIG_INSTALL_DIR=share/cmake/${PN}-$(ver_cut 1-2)"
"-DWITH_CUDA=$(usex cuda TRUE FALSE)"
"-DWITH_LIBUSB=$(usex usb TRUE FALSE)"
"-DWITH_OPENGL=$(usex opengl TRUE FALSE)"
@@ -77,7 +100,8 @@ src_configure() {
"-DPCL_ENABLE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
"-DWITH_DOCS=$(usex doc TRUE FALSE)"
"-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)"
-   "-DBUILD_TESTS=$(usex test TRUE FALSE)"
+   "-DBUILD_global_tests=FALSE"
)
+
cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/, sci-libs/pcl/files/

2022-11-12 Thread David Seifert
commit: 88d595aade44b6b1dcc26ce0329bb9b4e6ddb0d3
Author: Bernd Waibel  posteo  net>
AuthorDate: Sun Nov 13 00:01:24 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 00:01:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d595aa

sci-libs/pcl: fix several issues

- enable cuda sandbox to avoid sandbox violation, #869674
- patch the code for several installation directories to conform to FHS. This
  is just a hack and should be done using GNUInstallDirs and provided upstream
  to solve it properly, #853886
- add a dependency on virtual/latex-base to avoid an additional QA issue
  on latex not found, because the doxyfile uses LaTeX by default. Also depend
  on doxygen[dot] to avoid a cmake warning about missing doxygen component
- change test related cmake option to new value to avoid undefined cmake
  variables, #738996
- depend on dev-python/sphinx_rtd_theme to properly build tutorial docs
  with USE=tutorials, #849002
- restrict test, because it needs the gtest sources to be provided, the
  package alone seems not be enough.
- fix hardcoded path for cmake files to be installed into /usr/share/cmake/

Closes: https://bugs.gentoo.org/869674
Closes: https://bugs.gentoo.org/853886
Closes: https://bugs.gentoo.org/738996
Closes: https://bugs.gentoo.org/849002

Signed-off-by: Bernd Waibel  posteo.net>
Signed-off-by: David Seifert  gentoo.org>

 12.1-allow-configuration-of-install-dirs.patch | 32 +++
 ...ve-directory-of-the-installed-cmake-files.patch | 22 +
 .../{pcl-1.12.1-r1.ebuild => pcl-1.12.1-r2.ebuild} | 36 ++
 3 files changed, 84 insertions(+), 6 deletions(-)

diff --git 
a/sci-libs/pcl/files/pcl-1.12.1-allow-configuration-of-install-dirs.patch 
b/sci-libs/pcl/files/pcl-1.12.1-allow-configuration-of-install-dirs.patch
new file mode 100644
index ..c9cb3e35f9d6
--- /dev/null
+++ b/sci-libs/pcl/files/pcl-1.12.1-allow-configuration-of-install-dirs.patch
@@ -0,0 +1,32 @@
+From c052f26112c17068ece2f52058e3130dd328269b Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Thu, 27 Oct 2022 09:48:15 +0200
+Subject: [PATCH] allow configuration of install dirs
+
+Signed-off-by: Bernd Waibel 
+--- a/cmake/pcl_utils.cmake
 b/cmake/pcl_utils.cmake
+@@ -101,14 +101,18 @@ macro(SET_INSTALL_DIRS)
+   set(INCLUDE_INSTALL_ROOT "include") # Android, don't put into subdir
+ endif()
+ set(INCLUDE_INSTALL_DIR "${INCLUDE_INSTALL_ROOT}/pcl")
+-set(DOC_INSTALL_DIR 
"share/doc/${PROJECT_NAME_LOWER}-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}")
++if(NOT DEFINED DOC_INSTALL_DIR)
++  set(DOC_INSTALL_DIR 
"share/doc/${PROJECT_NAME_LOWER}-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}")
++endif()
+ set(BIN_INSTALL_DIR "bin")
+ set(PKGCFG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig")
+-if(WIN32 AND NOT MINGW)
++if(NOT DEFINED PCLCONFIG_INSTALL_DIR)
++  if(WIN32 AND NOT MINGW)
+ set(PCLCONFIG_INSTALL_DIR "cmake")
+   else()
+ set(PCLCONFIG_INSTALL_DIR 
"share/${PROJECT_NAME_LOWER}-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}")
+   endif()
++endif()
+ endmacro()
+ 
+ 
+-- 
+2.38.1
+

diff --git 
a/sci-libs/pcl/files/pcl-1.12.1-fix-hardcoded-relative-directory-of-the-installed-cmake-files.patch
 
b/sci-libs/pcl/files/pcl-1.12.1-fix-hardcoded-relative-directory-of-the-installed-cmake-files.patch
new file mode 100644
index ..fe171c0b21df
--- /dev/null
+++ 
b/sci-libs/pcl/files/pcl-1.12.1-fix-hardcoded-relative-directory-of-the-installed-cmake-files.patch
@@ -0,0 +1,22 @@
+From efb56391957ee0f64a407fe419c25122404a53e2 Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Thu, 27 Oct 2022 13:59:15 +0200
+Subject: [PATCH] fix hardcoded relative directory of the installed cmake files
+
+Signed-off-by: Bernd Waibel 
+--- a/PCLConfig.cmake.in
 b/PCLConfig.cmake.in
+@@ -389,8 +389,8 @@ if(WIN32 AND NOT MINGW)
+ set(PCL_ALL_IN_ONE_INSTALLER ON)
+   endif()
+ else()
+-# PCLConfig.cmake is installed to PCL_ROOT/share/pcl-x.y
+-  get_filename_component(PCL_ROOT "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE)
++# PCLConfig.cmake is installed to PCL_ROOT/share/cmake/pcl-x.y
++  get_filename_component(PCL_ROOT "${CMAKE_CURRENT_LIST_DIR}/../../.." 
ABSOLUTE)
+ endif()
+ 
+ # check whether PCLConfig.cmake is found into a PCL installation or in a 
build tree
+-- 
+2.38.1
+

diff --git a/sci-libs/pcl/pcl-1.12.1-r1.ebuild 
b/sci-libs/pcl/pcl-1.12.1-r2.ebuild
similarity index 74%
rename from sci-libs/pcl/pcl-1.12.1-r1.ebuild
rename to sci-libs/pcl/pcl-1.12.1-r2.ebuild
index 1edbb0cd7140..a1c4d5880153 100644
--- a/sci-libs/pcl/pcl-1.12.1-r1.ebuild
+++ b/sci-libs/pcl/pcl-1.12.1-r2.ebuild
@@ -9,7 +9,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/PointCloudLibrary/pcl;
 fi
 
-inherit ${SCM} cmake multilib
+inherit ${SCM} cmake cuda
 
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""
@@ -24,7 +24,8 @@ 

[gentoo-commits] repo/gentoo:master commit in: profiles/releases/23.0/

2022-11-12 Thread Andreas K. Hüttel
commit: 19a28412bab445e6c35db9fd14702efbbef22c74
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 23:20:24 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:21:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a28412

profiles: drop USE="cli dri" in 23.0

Bug: https://bugs.gentoo.org/831045
Bug: https://bugs.gentoo.org/849875
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/releases/23.0/make.defaults | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/releases/23.0/make.defaults 
b/profiles/releases/23.0/make.defaults
index fb7bef2767c1..fef59f9d407f 100644
--- a/profiles/releases/23.0/make.defaults
+++ b/profiles/releases/23.0/make.defaults
@@ -1,2 +1,8 @@
 # Copyright 1999-2022 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
+# bug 831045
+USE="${USE} -cli"
+
+# bug 849875
+USE="${USE} -dri"



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

2022-11-12 Thread Ben Kohler
commit: ffbb566f04b5926bd73f374ecd7592d3bc74da72
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Nov 12 23:21:07 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Nov 12 23:21:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbb566f

dev-libs/libcpuid: drop 0.5.1, 0.6.0

Signed-off-by: Ben Kohler  gentoo.org>

 dev-libs/libcpuid/Manifest  |  2 --
 dev-libs/libcpuid/libcpuid-0.5.1.ebuild | 37 -
 dev-libs/libcpuid/libcpuid-0.6.0.ebuild | 37 -
 3 files changed, 76 deletions(-)

diff --git a/dev-libs/libcpuid/Manifest b/dev-libs/libcpuid/Manifest
index 6eca8b0a8353..c61f5d5fd346 100644
--- a/dev-libs/libcpuid/Manifest
+++ b/dev-libs/libcpuid/Manifest
@@ -1,4 +1,2 @@
-DIST libcpuid-0.5.1.tar.gz 166522 BLAKE2B 
3471c11bbe4b0eaac7b00ac20a27556a95991f1b678269ae6f142a0fe2db066ebb756722ae2e76f95158742c93e29a35da6e735226d32b746034acae3ec2a5b7
 SHA512 
d725bc82e5aa2db69cea7b3590afbe11d6028cf4802fde8d498b4f1cc6d823e73d71b89a453d81bf996d97b36a71f6c00d0f6e8292b72f2be8a64b5d59c01861
-DIST libcpuid-0.6.0.tar.gz 240709 BLAKE2B 
6be56956d17aab774282b3e2be83b02f0180153af9cea665dbf8a8a216b35fd8c030b053184d09ac3946d163943281ecb906134290516d8063380749944339e8
 SHA512 
9f80f0d45f408d35d9ee657d8f53c99bb14e37d26a8a7b6a914546f0446f83a3d75eb06d261c7708a810ba10ce6fadaef54ba7c94cbf22cd113a9f2210c1a708
 DIST libcpuid-0.6.1.tar.gz 255938 BLAKE2B 
80239930d7259b76289f6130c720d1700ae3a10be2a29b118cc8db38fb72f821b1d1a01afef06e00b2a3678b91b660ccd101eaf50af442a80166a508eb435294
 SHA512 
ccdb486a848f01a4f977c6f6b7ca59a2e65a7e04665e1a04bc3a57f1e8a68617f8bfbb2a71a1c93465bbaa7cc060fd7d120bbcb1a17fa004981e1074a4788818
 DIST libcpuid-0.6.2.tar.gz 265896 BLAKE2B 
27f7c6c6a8bce6f27ca2f537c0255d8e8efa4ca5a7a278deecdb7b5c122830cc49e7e4524a2b2c0c39c0a43b3d05649c5e95a1bee843b6ddd981e3bee33383ab
 SHA512 
36175387ae86e6f602544c516a875ac7fe0a3bde52e3e3c09f8852a804dd252694e17c638723aa3d36219d4588981cfd2261086bcf561d175e7c038e3a69e2ff

diff --git a/dev-libs/libcpuid/libcpuid-0.5.1.ebuild 
b/dev-libs/libcpuid/libcpuid-0.5.1.ebuild
deleted file mode 100644
index 5226c31da62b..
--- a/dev-libs/libcpuid/libcpuid-0.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=(python3_{9..11})
-
-inherit autotools python-any-r1
-
-DESCRIPTION="A small C library for x86 (and x86_64) CPU detection and feature 
extraction"
-HOMEPAGE="http://libcpuid.sourceforge.net/;
-SRC_URI="https://github.com/anrieff/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD-2"
-SLOT="0/15"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf "$(use_enable static-libs static)"
-}
-
-src_install() {
-   default
-   find "${ED}" -name "*.la" -delete || die
-}

diff --git a/dev-libs/libcpuid/libcpuid-0.6.0.ebuild 
b/dev-libs/libcpuid/libcpuid-0.6.0.ebuild
deleted file mode 100644
index c3576366dccf..
--- a/dev-libs/libcpuid/libcpuid-0.6.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=(python3_{9..11})
-
-inherit autotools python-any-r1
-
-DESCRIPTION="A small C library for x86 (and x86_64) CPU detection and feature 
extraction"
-HOMEPAGE="http://libcpuid.sourceforge.net/;
-SRC_URI="https://github.com/anrieff/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD-2"
-SLOT="0/16"
-KEYWORDS="~amd64"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf "$(use_enable static-libs static)"
-}
-
-src_install() {
-   default
-   find "${ED}" -name "*.la" -delete || die
-}



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

2022-11-12 Thread Ben Kohler
commit: b4c3d75f715294a2f7bcfa9e911645e18f8619c1
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Nov 12 23:20:20 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Nov 12 23:21:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c3d75f

sys-apps/cpu-x: add 4.5.2

Signed-off-by: Ben Kohler  gentoo.org>

 sys-apps/cpu-x/Manifest   |  1 +
 sys-apps/cpu-x/cpu-x-4.5.2.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/sys-apps/cpu-x/Manifest b/sys-apps/cpu-x/Manifest
index 3fe58fc1b9f2..2aa0295878ba 100644
--- a/sys-apps/cpu-x/Manifest
+++ b/sys-apps/cpu-x/Manifest
@@ -2,3 +2,4 @@ DIST cpu-x-4.3.1.tar.gz 1846968 BLAKE2B 
bcf13a302ad108f76d3c170993385178e7b44123
 DIST cpu-x-4.4.0.tar.gz 1873126 BLAKE2B 
f914152098effbebe6cae5cd6a2f9ae408b996c4dba7675f1eb991de107bfe7259d8615e647829155963fe93ea585b37486081450ac41e93939bf909f145e20c
 SHA512 
57c960f6c3007455f4d36ccc6d500b18195b305b3d3bdbbdc4b6804f9c1219460c31f854f38d18a49b1c4c0b870970cfcfe6abae4e5c0cdc83e452c5614c13fb
 DIST cpu-x-4.5.0.tar.gz 1924637 BLAKE2B 
b35d56fa5c3f5873423b8cd8f0d04ab5e7d658b71c13e09539e5072eb4e449efdac553156d9fe207c9e4b40e2c196b82e305755def7b76a9406fd229481c639d
 SHA512 
f3e11b10ef034206baa24edf78e02795c14a5f7013e11e15c81e1f6d23b67e354df8658f700359ea7f17d1ff855805da2620f3e3acf6f7ee928cc119783211ef
 DIST cpu-x-4.5.1.tar.gz 1916681 BLAKE2B 
cf0e14050a884cbd763fb5bfe56a93db4c3e4bf0322f55304d6fe09d5b38210ee4139641654aee205761d3327f1b498d0dc88640c6432c4a9b0c62193c0671da
 SHA512 
25b2d51ae093c5cb607aa77e05be0f62df3dc1d2022d96a2cfe935fedcbe2f5f85d9da16e1df05377a7e02280365c165ee93a2c22d1e4364d008bd669a69b2ec
+DIST cpu-x-4.5.2.tar.gz 1919087 BLAKE2B 
d4f1564496f2aded5b40f1cce0ca3e5213486b266b4375035294d5564b9a4a59a2cb3ff87fd27280b2f32a3fe233a2f5dcc09d9a1acbefd16d270c0ff871b96e
 SHA512 
a1700293930d7030f5240296f98c40d0e3e7e228678ebb3f87eebaa1939eec9905171ea3716968cad117dc6e4f173ebabe66c5f175b55e45b42b3d373a6f30e5

diff --git a/sys-apps/cpu-x/cpu-x-4.5.2.ebuild 
b/sys-apps/cpu-x/cpu-x-4.5.2.ebuild
new file mode 100644
index ..10628d3fa7e2
--- /dev/null
+++ b/sys-apps/cpu-x/cpu-x-4.5.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="CPU-X"
+
+inherit cmake gnome2-utils xdg
+
+DESCRIPTION="A Free software that gathers information on CPU, motherboard and 
more"
+HOMEPAGE="https://thetumultuousunicornofdarkness.github.io/CPU-X/;
+SRC_URI="https://github.com/TheTumultuousUnicornOfDarkness/${MY_PN}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="+cpu force-libstatgrab +gpu +gui +ncurses +nls opencl +pci test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+   force-libstatgrab? ( sys-libs/libstatgrab )
+   !force-libstatgrab? ( sys-process/procps:= )
+   gui? ( >=x11-libs/gtk+-3.12:3 )
+   cpu? ( >=dev-libs/libcpuid-0.6.0:= )
+   gpu? ( >=media-libs/glfw-3.3
+   media-libs/libglvnd )
+   pci? ( sys-apps/pciutils )
+   ncurses? ( sys-libs/ncurses:=[tinfo] )
+   opencl? ( virtual/opencl )
+"
+
+DEPEND="
+   test? (
+   sys-apps/mawk
+   sys-apps/nawk
+   )
+
+   ${COMMON_DEPEND}
+"
+
+BDEPEND="
+   dev-lang/nasm
+   nls? ( sys-devel/gettext )
+"
+
+RDEPEND="${COMMON_DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DFORCE_LIBSTATGRAB=$(usex force-libstatgrab)
+   -DWITH_GETTEXT=$(usex nls)
+   -DWITH_GTK=$(usex gui)
+   -DWITH_LIBCPUID=$(usex cpu)
+   -DWITH_LIBGLFW=$(usex gpu)
+   -DWITH_LIBPCI=$(usex pci)
+   -DWITH_LIBSTATGRAB=OFF
+   -DWITH_NCURSES=$(usex ncurses)
+   -DWITH_OPENCL=$(usex opencl)
+   )
+   use gui && mycmakeargs+=( -DGSETTINGS_COMPILE=OFF )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2022-11-12 Thread Ben Kohler
commit: af670e5256c641fb8e6bfb433dd0d5cdaabbdc8d
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Nov 12 23:20:42 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Nov 12 23:21:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af670e52

sys-apps/cpu-x: drop 4.3.1, 4.4.0, 4.5.0

Signed-off-by: Ben Kohler  gentoo.org>

 sys-apps/cpu-x/Manifest   |  3 --
 sys-apps/cpu-x/cpu-x-4.3.1.ebuild | 78 ---
 sys-apps/cpu-x/cpu-x-4.4.0.ebuild | 78 ---
 sys-apps/cpu-x/cpu-x-4.5.0.ebuild | 78 ---
 4 files changed, 237 deletions(-)

diff --git a/sys-apps/cpu-x/Manifest b/sys-apps/cpu-x/Manifest
index 2aa0295878ba..da2a55e560d7 100644
--- a/sys-apps/cpu-x/Manifest
+++ b/sys-apps/cpu-x/Manifest
@@ -1,5 +1,2 @@
-DIST cpu-x-4.3.1.tar.gz 1846968 BLAKE2B 
bcf13a302ad108f76d3c170993385178e7b44123af6b6f3192960f69d8ee493719a408ef4e95ee82e4cbf3f151fe4dcb91a9fc9d4e53c1170c95a9ed2ad3417b
 SHA512 
43e7bc4b82a15545e4c2f69f598a94706ef2c5f5594ff50763f71722d1b98e6dd56e907a4f35917500debf11522c5908dbebf51f515fe5a51af7282254210bc1
-DIST cpu-x-4.4.0.tar.gz 1873126 BLAKE2B 
f914152098effbebe6cae5cd6a2f9ae408b996c4dba7675f1eb991de107bfe7259d8615e647829155963fe93ea585b37486081450ac41e93939bf909f145e20c
 SHA512 
57c960f6c3007455f4d36ccc6d500b18195b305b3d3bdbbdc4b6804f9c1219460c31f854f38d18a49b1c4c0b870970cfcfe6abae4e5c0cdc83e452c5614c13fb
-DIST cpu-x-4.5.0.tar.gz 1924637 BLAKE2B 
b35d56fa5c3f5873423b8cd8f0d04ab5e7d658b71c13e09539e5072eb4e449efdac553156d9fe207c9e4b40e2c196b82e305755def7b76a9406fd229481c639d
 SHA512 
f3e11b10ef034206baa24edf78e02795c14a5f7013e11e15c81e1f6d23b67e354df8658f700359ea7f17d1ff855805da2620f3e3acf6f7ee928cc119783211ef
 DIST cpu-x-4.5.1.tar.gz 1916681 BLAKE2B 
cf0e14050a884cbd763fb5bfe56a93db4c3e4bf0322f55304d6fe09d5b38210ee4139641654aee205761d3327f1b498d0dc88640c6432c4a9b0c62193c0671da
 SHA512 
25b2d51ae093c5cb607aa77e05be0f62df3dc1d2022d96a2cfe935fedcbe2f5f85d9da16e1df05377a7e02280365c165ee93a2c22d1e4364d008bd669a69b2ec
 DIST cpu-x-4.5.2.tar.gz 1919087 BLAKE2B 
d4f1564496f2aded5b40f1cce0ca3e5213486b266b4375035294d5564b9a4a59a2cb3ff87fd27280b2f32a3fe233a2f5dcc09d9a1acbefd16d270c0ff871b96e
 SHA512 
a1700293930d7030f5240296f98c40d0e3e7e228678ebb3f87eebaa1939eec9905171ea3716968cad117dc6e4f173ebabe66c5f175b55e45b42b3d373a6f30e5

diff --git a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild 
b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
deleted file mode 100644
index c82850310566..
--- a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="CPU-X"
-
-inherit cmake gnome2-utils xdg
-
-DESCRIPTION="A Free software that gathers information on CPU, motherboard and 
more"
-HOMEPAGE="https://thetumultuousunicornofdarkness.github.io/CPU-X/;
-SRC_URI="https://github.com/TheTumultuousUnicornOfDarkness/${MY_PN}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="+cpu force-libstatgrab +gpu +gui +ncurses +nls opencl +pci test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   dev-libs/glib:2
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango
-   force-libstatgrab? ( sys-libs/libstatgrab )
-   !force-libstatgrab? ( sys-process/procps:= )
-   gui? ( >=x11-libs/gtk+-3.12:3 )
-   cpu? ( >=dev-libs/libcpuid-0.3.0:= )
-   gpu? ( >=media-libs/glfw-3.3
-   media-libs/libglvnd )
-   pci? ( sys-apps/pciutils )
-   ncurses? ( sys-libs/ncurses:=[tinfo] )
-   opencl? ( virtual/opencl )
-"
-
-DEPEND="
-   test? (
-   sys-apps/mawk
-   sys-apps/nawk
-   )
-
-   ${COMMON_DEPEND}
-"
-
-BDEPEND="
-   dev-lang/nasm
-   nls? ( sys-devel/gettext )
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DFORCE_LIBSTATGRAB=$(usex force-libstatgrab)
-   -DGSETTINGS_COMPILE=OFF
-   -DWITH_GETTEXT=$(usex nls)
-   -DWITH_GTK=$(usex gui)
-   -DWITH_LIBCPUID=$(usex cpu)
-   -DWITH_LIBGLFW=$(usex gpu)
-   -DWITH_LIBPCI=$(usex pci)
-   -DWITH_LIBSTATGRAB=OFF
-   -DWITH_NCURSES=$(usex ncurses)
-   -DWITH_OPENCL=$(usex opencl)
-   )
-
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/sys-apps/cpu-x/cpu-x-4.4.0.ebuild 
b/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
deleted file mode 100644
index 715272adab2b..
--- a/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

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

2022-11-12 Thread Mike Pagano
commit: 42a213adb339405bda2bc3b9d4d0e8d770d436dc
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Nov 12 23:12:47 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 12 23:13:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a213ad

sys-kernel/linux-firmware: stabilize 20221109

Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/linux-firmware/linux-firmware-20221109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20221109.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20221109.ebuild
index 83806f04167f..e67209103f73 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20221109.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20221109.ebuild
@@ -19,7 +19,7 @@ else

SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz;
fi
 
-   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
 
 DESCRIPTION="Linux firmware files"



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/releases/17.0/

2022-11-12 Thread Andreas K. Hüttel
commit: 0625d87bd661329335d971e6e1064a2b91a16bf5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 22 16:01:11 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:05:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0625d87b

profiles: Move USE=bzip2 from releases/17.0 to base

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/base/make.defaults  | 2 +-
 profiles/releases/17.0/make.defaults | 5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 840fd690b219..1117b529b3dd 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -108,7 +108,7 @@ RUBY_TARGETS="ruby27"
 # These USE flags are what is common between the various sub-profiles. Stages 2
 # and 3 are built against these, so be careful what you add.
 # Moved here from releases/
-USE="acl gdbm nptl unicode"
+USE="acl bzip2 gdbm nptl unicode"
 
 # Enable extended filesystem attribute support by default.
 # 
https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0

diff --git a/profiles/releases/17.0/make.defaults 
b/profiles/releases/17.0/make.defaults
index 475e60c7d655..fb7bef2767c1 100644
--- a/profiles/releases/17.0/make.defaults
+++ b/profiles/releases/17.0/make.defaults
@@ -1,5 +1,2 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# Adding this one, since it makes sense.
-USE="bzip2"



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/17.0/, profiles/base/

2022-11-12 Thread Andreas K. Hüttel
commit: 4c9d6dfc7df5fef7cfc2b7fbf3cc89ec9512a51a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 22 16:06:46 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:05:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9d6dfc

profiles: Move gcc PIE forcing from releases/17.0 to base

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/base/package.use.force  | 5 +
 profiles/base/package.use.mask   | 4 
 profiles/releases/17.0/package.use.force | 6 +-
 profiles/releases/17.0/package.use.mask  | 4 
 4 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 76b5768c656b..f423a411ebe4 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -142,6 +142,11 @@ media-sound/lilypond guile2
 # to have a compiler not capable of C++, bug #692126.
 sys-devel/gcc cxx
 
+# Andreas K. Hüttel  (2017-05-27)
+# Force default-PIE build on 17.0 profiles and later.
+# Moved here from releases/17.0 (2022-10-22)
+sys-devel/gcc pie
+
 # Andreas K. Hüttel  (2019-04-14)
 # Make sure glibc static libs are installed for now. Not installing
 # them is an experimental feature and needs testing.

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 389658bab392..3a3c6d81ae61 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -638,10 +638,6 @@ sci-libs/linux-gpib php
 # Mask ruby20-only compatible packages
 ~media-libs/libcaca-0.99_beta19 ruby
 
-# Matthias Maier  (2017-05-11)
-# Globally mask pie use flag. Selectively unmask on specific profiles.
-sys-devel/gcc pie
-
 # Mike Gilbert  (2017-02-16)
 # Multiple test failures.
 sys-boot/grub:2 test

diff --git a/profiles/releases/17.0/package.use.force 
b/profiles/releases/17.0/package.use.force
index 93c1097058f0..fb7bef2767c1 100644
--- a/profiles/releases/17.0/package.use.force
+++ b/profiles/releases/17.0/package.use.force
@@ -1,6 +1,2 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# Andreas K. Hüttel  (2017-05-27)
-# Force default-PIE build on 17.0 profiles.
-sys-devel/gcc pie

diff --git a/profiles/releases/17.0/package.use.mask 
b/profiles/releases/17.0/package.use.mask
index e43c3f628a84..adc292d4df13 100644
--- a/profiles/releases/17.0/package.use.mask
+++ b/profiles/releases/17.0/package.use.mask
@@ -1,6 +1,2 @@
 # Copyright 2017-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-
-# Andreas K. Hüttel  (2017-05-27)
-# Unmask default-PIE on 17.0 profiles.
-sys-devel/gcc -pie



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/23.0/

2022-11-12 Thread Andreas K. Hüttel
commit: 70735798382a67c24db9f9ede0157bc4c56d2b24
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 22 16:08:07 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70735798

profiles: Copy releases/17.0 to releases/23.0 (effectively empty now)

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/releases/23.0/eapi| 1 +
 profiles/releases/23.0/make.defaults   | 2 ++
 profiles/releases/23.0/package.use.force   | 2 ++
 profiles/releases/23.0/package.use.mask| 2 ++
 profiles/releases/23.0/package.use.stable.mask | 2 ++
 profiles/releases/23.0/parent  | 1 +
 6 files changed, 10 insertions(+)

diff --git a/profiles/releases/23.0/eapi b/profiles/releases/23.0/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ b/profiles/releases/23.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/releases/23.0/make.defaults 
b/profiles/releases/23.0/make.defaults
new file mode 100644
index ..fb7bef2767c1
--- /dev/null
+++ b/profiles/releases/23.0/make.defaults
@@ -0,0 +1,2 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2

diff --git a/profiles/releases/23.0/package.use.force 
b/profiles/releases/23.0/package.use.force
new file mode 100644
index ..fb7bef2767c1
--- /dev/null
+++ b/profiles/releases/23.0/package.use.force
@@ -0,0 +1,2 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2

diff --git a/profiles/releases/23.0/package.use.mask 
b/profiles/releases/23.0/package.use.mask
new file mode 100644
index ..adc292d4df13
--- /dev/null
+++ b/profiles/releases/23.0/package.use.mask
@@ -0,0 +1,2 @@
+# Copyright 2017-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2

diff --git a/profiles/releases/23.0/package.use.stable.mask 
b/profiles/releases/23.0/package.use.stable.mask
new file mode 100644
index ..fb7bef2767c1
--- /dev/null
+++ b/profiles/releases/23.0/package.use.stable.mask
@@ -0,0 +1,2 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2

diff --git a/profiles/releases/23.0/parent b/profiles/releases/23.0/parent
new file mode 100644
index ..f3229c5b9876
--- /dev/null
+++ b/profiles/releases/23.0/parent
@@ -0,0 +1 @@
+..



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

2022-11-12 Thread Andreas K. Hüttel
commit: da891a175d8f78390759782e8d100023fb967d5d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 22 15:53:40 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:05:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da891a17

profiles: Move make.defaults from releases/ to base/

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/base/make.defaults | 6 ++
 profiles/releases/make.defaults | 6 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 39d5dd1cf8aa..840fd690b219 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -104,6 +104,12 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 
lcdm001 mtxorb ncurses te
 # Updated to include ruby27 on 2021-10-10
 RUBY_TARGETS="ruby27"
 
+# Andreas K. Hüttel  (2022-10-22)
+# These USE flags are what is common between the various sub-profiles. Stages 2
+# and 3 are built against these, so be careful what you add.
+# Moved here from releases/
+USE="acl gdbm nptl unicode"
+
 # Enable extended filesystem attribute support by default.
 # 
https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0
 USE="${USE} xattr"

diff --git a/profiles/releases/make.defaults b/profiles/releases/make.defaults
index a0a37cc33d79..fb7bef2767c1 100644
--- a/profiles/releases/make.defaults
+++ b/profiles/releases/make.defaults
@@ -1,6 +1,2 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# These USE flags are what is common between the various sub-profiles. Stages 2
-# and 3 are built against these, so be careful what you add.
-USE="acl gdbm nptl unicode"



[gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/

2022-11-12 Thread Arthur Zamarin
commit: 91af1b54c3fa2b1e934121d59d11e212e357303c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 20:02:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 20:18:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91af1b54

dev-python/jupyter_core: add 5.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jupyter_core/Manifest  |  1 +
 dev-python/jupyter_core/jupyter_core-5.0.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
index dc70a441970b..c788a36895b4 100644
--- a/dev-python/jupyter_core/Manifest
+++ b/dev-python/jupyter_core/Manifest
@@ -1 +1,2 @@
 DIST jupyter_core-4.11.2.tar.gz 788994 BLAKE2B 
a337d6974f905b3b666225f828f2026f7dd314e34411f7998b8d2981ad9623029901e5369bfe831ecfcbf3be387bb0adc7f067269537a6b2a73029f439bfe9a1
 SHA512 
7659b61ad5793d6e4ceba09f7d4422610ceb358cbba30e2bee7ab7910e6c03cb365fad5db8ef9e0fd196361d5b15370f41fb7cb13c2e551382e19d7d6b73
+DIST jupyter_core-5.0.0.tar.gz 78285 BLAKE2B 
530dac61088dcbb402ffa6fd6c3e3df2238c6da438f826ddfbeb3c6f26ed4e4f0d741a2cddf801db886c24e22c74db2336e59c6223d30830a32bb38f7d7d9c3e
 SHA512 
a587b5a0e6ceb85a842670121fe78f93a232dbdc56412c7b32b415054cf06b6028a8f4669b7e7c8a702ebbbf4873962ae4cbff2b3636f8abb75ec0ae6bdeb64d

diff --git a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild 
b/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild
new file mode 100644
index ..7b4f42714cb1
--- /dev/null
+++ b/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Core common functionality of Jupyter projects"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/jupyter_core/
+   https://pypi.org/project/jupyter-core/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinxcontrib-github-alt
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/

2022-11-12 Thread Arthur Zamarin
commit: 77d36a1388310329a5a7923b5063c02599294886
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 20:13:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 20:18:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d36a13

dev-python/sqlalchemy: add 1.4.44

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sqlalchemy/Manifest |  1 +
 dev-python/sqlalchemy/sqlalchemy-1.4.44.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index ae7184d68059..9d90cc342cd9 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -1,3 +1,4 @@
 DIST SQLAlchemy-1.4.41.tar.gz 8281227 BLAKE2B 
31fb2bfcb41ceefc2c6ed70444b5d8b38a862e06899dd9b5ede7fde0b624ce9f8be766028aaf32b36983268c35e61d87ada5a597260fb97efe72bfc27ce15a71
 SHA512 
f03a2d4d61a108b4091a4d2ccf2bf49ea22e6c30fcbd70758f89dc3817968e7b5ffa603ce0158812fe42814cd08bbadd00079609a47765d3c534d769835a5543
 DIST SQLAlchemy-1.4.42.tar.gz 8303728 BLAKE2B 
8b3a4f1c0931e6182b0251b986d3efb14b032035cb9b6f86fbbd9928f69a12436944c6e5a81aca6ca50dbea76306b14ca8ef68ea36ef82c4b4531498681191a4
 SHA512 
113e7c5e0949d70091f74271a55722caa1597d65e2e18208691dfd3ff1753b6eec7e69da954958e6dbd34d9c78c022e73bc123d1d1536d27d24f77c044e13621
 DIST SQLAlchemy-1.4.43.tar.gz 8510996 BLAKE2B 
49e77ab7ac75c622981a5ba81efc75e39369d988811a514c7bda10fdddeb64a7a573a452d5afe02d3379d3f56a7f70400a898544b1c0dc995efa1edf991029af
 SHA512 
ee26578874617d46bee8c45e5358e966dafe76d11ff3773a0ce058cfdc180642c87ead782b64e0709aa6af2f92fbcb8a4df3d5e5ce69c9ee3ed4a8583be3b802
+DIST SQLAlchemy-1.4.44.tar.gz 8516775 BLAKE2B 
647a43b2c01bcf066891e6bf2247271ff051ebc0d75c2e06b04879d058aacc54dced5d1af00c9489ba515621c56bb6f358836e1658f0069295f125675956797e
 SHA512 
ba4e022f7af77cdf099b59a7af088852d7d4e0b4c6d632a63d244f501ff0b76837e601de63619f219fe50e6d526cd13415c4e623a6127afb0a2f24b87a4c3ece

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.44.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.44.ebuild
new file mode 100644
index ..5d3491de0785
--- /dev/null
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.44.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_REQ_USE="sqlite?"
+
+inherit distutils-r1 optfeature
+
+MY_PN="SQLAlchemy"
+MY_P="${MY_PN}-${PV/_beta/b}"
+
+DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
+HOMEPAGE="
+   https://www.sqlalchemy.org/
+   https://pypi.org/project/SQLAlchemy/
+   https://github.com/sqlalchemy/sqlalchemy/
+"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+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"
+IUSE="examples +sqlite test"
+
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # hardcode call counts specific to Python versions
+   test/aaa_profiling
+)
+
+src_prepare() {
+   sed -i -e '/greenlet/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # warning tests are unreliable
+   test/base/test_warnings.py
+   )
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
+   # https://github.com/sqlalchemy/sqlalchemy/issues/8762
+   
test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_39_4::test_yield_per_close_on_interrupted_iteration_legacy
+   )
+   if ! has_version "dev-python/greenlet[${PYTHON_USEDEP}]"; then
+   EPYTEST_DESELECT+=(
+   
test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution
+   
test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync
+   
"test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-True]"
+   
"test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-True]"
+   
"test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]"
+   )
+   fi
+
+   # upstream's test suite is horribly hacky; it relies on disabling
+   # the warnings plugin and turning warnings into errors;  this also
+   # means that any DeprecationWarnings from third-party plugins cause
+   # everything to explode
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=
+   # upstream 

[gentoo-commits] repo/gentoo:master commit in: dev-python/stack_data/

2022-11-12 Thread Arthur Zamarin
commit: b1ea268a92304c728305e3023be4086bcb9ce26a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 20:12:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 20:18:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ea268a

dev-python/stack_data: add 0.6.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/stack_data/Manifest|  1 +
 dev-python/stack_data/stack_data-0.6.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/stack_data/Manifest b/dev-python/stack_data/Manifest
index 531a589df958..b62365eeb222 100644
--- a/dev-python/stack_data/Manifest
+++ b/dev-python/stack_data/Manifest
@@ -1,2 +1,3 @@
 DIST stack_data-0.5.1.tar.gz 43435 BLAKE2B 
eeebca4d2d8e3c8795e05d4a058c4a7421a2669e28b476400d541c79d5d7ebb66dde16cd39e2586eafa2f653341c041351c2684440d879ed71b2adf83ea1b4d9
 SHA512 
b33e3bfd31d285fcdb8f6db8f3e59b6e99fcbc0b912c7be01e52b164554a5914bc8f1a7fb7e665a18fa2d164b248afeb3c6a287f8e27ab7fa44f69b75d93d375
 DIST stack_data-0.6.0.tar.gz 43595 BLAKE2B 
5485fbf5b332a52567d8f42dddb4ea5c01bdcab8c6f3a2ce451ac06ea165bb55fa730b0ad546b6ee04f0791c044ac240e8b840fa74644f2e90916e8b806ce31d
 SHA512 
0fb3ab635977dfb5886efda6d9d55bea6c4bfb932528e93713fb3cf4cdb3557aa46e06bded2956e93ae2fb69c2d4bde31001f111e217db7cc1501fe9332824f2
+DIST stack_data-0.6.1.tar.gz 43747 BLAKE2B 
50b8b69d30504035d210c8276be88339a3261c66ea948dc64456c39d982c920e211df5f85b7db8b9931d754b0e64d0ca3d26f9c3edad3652139095faa4f8a183
 SHA512 
8cb7621e2c922719081b448c452b51189e6b1d0bfb0bb0b39eebaf4f5dd9ed8812a23f71bd8cf0fdfe154bf183118626fe4e9aa06c2410ada3f7c1a5ddf4c80b

diff --git a/dev-python/stack_data/stack_data-0.6.1.ebuild 
b/dev-python/stack_data/stack_data-0.6.1.ebuild
new file mode 100644
index ..f1c4badcd781
--- /dev/null
+++ b/dev-python/stack_data/stack_data-0.6.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extract data from Python tracebacks for informative displays"
+HOMEPAGE="
+   https://github.com/alexmojaki/stack_data/
+   https://pypi.org/project/stack-data/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/asttokens-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/executing-1.2.0[${PYTHON_USEDEP}]
+   dev-python/pure_eval[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/typeguard[${PYTHON_USEDEP}]
+   dev-python/littleutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-cstruct/

2022-11-12 Thread Arthur Zamarin
commit: 2aebc74dec2a7927cd70de41d05472da4fc2c092
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 19:55:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 20:18:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aebc74d

dev-python/python-cstruct: add 5.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-cstruct/Manifest |  1 +
 .../python-cstruct/python-cstruct-5.0.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/python-cstruct/Manifest 
b/dev-python/python-cstruct/Manifest
index fe4e952644c2..c18bd47fa3ea 100644
--- a/dev-python/python-cstruct/Manifest
+++ b/dev-python/python-cstruct/Manifest
@@ -1,2 +1,3 @@
 DIST python-cstruct-3.3.gh.tar.gz 27470 BLAKE2B 
0403af7085622e26d5faf973bbfd0c7e35f5c51f0597abf079080800055058809a07a795bde37b796809ef13b6e1d030f36a42e45a7f4643202e37fe79df4730
 SHA512 
fd5d7d42f5458d37a44d5e792b56e5c4f3338ed656b248ec5f4f48e4ecb5b6be7e3561c697d67ce0c6a18fbef62ba4945e287754cb2d6a97fefd65c563d65774
 DIST python-cstruct-4.0.gh.tar.gz 28370 BLAKE2B 
48f750849d332d03f1d6424a6c6f5146efacb6af05c82040dd7c39c701fbebb60dbc324db395dbd918ac5b677c63d541f00de871eb47c73b3f56e8aab08d8ff1
 SHA512 
e8c1345f06ca23bc19bbfad569b9822369eec8957eac504191dbd34f9c4e8197a4150e73d2ae3881b7e9fbf288c81cf320872aaefec8e8e80385e4ea473242c7
+DIST python-cstruct-5.0.gh.tar.gz 36194 BLAKE2B 
436998e52f2cfa714eb49c606a76b2ae72af959c58addbd2cff036a3ecd6bfea22e43da2c6c17a2d4c1328578385ecd8605afbc3dcdcb4e083125588a6020751
 SHA512 
f28977ae0b4db9bed0b5757f257b772089dd37844cb47455be3c406f5e5245194f98eae98520ad9888306e31a581617229b8634d0e5881c38c0e8deb84bc5ef8

diff --git a/dev-python/python-cstruct/python-cstruct-5.0.ebuild 
b/dev-python/python-cstruct/python-cstruct-5.0.ebuild
new file mode 100644
index ..ac6eadb21a2a
--- /dev/null
+++ b/dev-python/python-cstruct/python-cstruct-5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="C-style structs for Python"
+HOMEPAGE="
+   https://github.com/andreax79/python-cstruct/
+   https://pypi.org/project/cstruct/
+"
+SRC_URI="
+   https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   sed -e "/find_packages(/s@exclude=\[@&'tests', @" -i setup.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth/

2022-11-12 Thread Arthur Zamarin
commit: b388550a7544cc286128edb43d27d595cafd6cc6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 20:18:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 20:18:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b388550a

dev-python/google-auth: add 2.14.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/google-auth/Manifest  |  1 +
 dev-python/google-auth/google-auth-2.14.1.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 10b9832e8f1e..cef87724a6af 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,3 +1,4 @@
 DIST google-auth-2.12.0.tar.gz 209325 BLAKE2B 
a6f754262dd7b75796dd63f4b7a2161ba959a3103c51cacb3d5f4ba3d17efdd36e1836ce360fa108b5dbce710743bfacf3b8b054de0e235590ba15eae8f3cdf3
 SHA512 
59209299631b7ea7d11e6787c33a304bbed5bca2173148d8c69595fc573f8915f6e3b601ed96686568f517cbbea71e18be228874334733629fbdd030976821cb
 DIST google-auth-2.13.0.tar.gz 216209 BLAKE2B 
4e88062d89ca9976e0d87a93012c8ca318f9068452fde365970aab1d6ab4985aad378a038e36e0a82aca4665a196c412287a84b58c831edc9483d02fa4ed2489
 SHA512 
253dd17466850b20212c8cbbeb29c35dbffb2f3205867c7fdf74e400e4f2f9bf3c9ca6ffc814e5c3e9c7cc918a6cc60e696bc98c5d969761101dee4109b7018e
 DIST google-auth-2.14.0.tar.gz 219265 BLAKE2B 
93ba6f54e28cc8846aecc9226de07ec66762b8f757b40b5796050209a02ff758475fddd2bf82d4374804058c99b80590e5f4a390642a3ad6ca2e9348d1a6b3a1
 SHA512 
ae85da8335bd00dcce9e7854fa92a114f81c61687a20274058d482dc3d6bb2396d5de6c2865ad64f5c892ed9a9abf8b9f39456c1fd1760a67298ecfaf40c8163
+DIST google-auth-2.14.1.tar.gz 220079 BLAKE2B 
7e0958bd0f83bb9e47e5ea191a6f90f221630c67638082fdafb2b925e44eb9c68f6b91e86ab8b7869edb70de21c3be44041ded6507c2819754b19b13bd342a0c
 SHA512 
1aec6b7104d71f58d1bc76472b204261eb6fc3030d0ed5f523bb125a9169544bc6266a8ae4573fce28423b689f2efcf57aadafc6c21876824fc17b2a96bbed95

diff --git a/dev-python/google-auth/google-auth-2.14.1.ebuild 
b/dev-python/google-auth/google-auth-2.14.1.ebuild
new file mode 100644
index ..de5188c8fdb8
--- /dev/null
+++ b/dev-python/google-auth/google-auth-2.14.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://github.com/googleapis/google-auth-library-python/
+   https://pypi.org/project/google-auth/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   =dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   !dev-python/namespace-google
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # these are compatibility tests with oauth2client
+   # disable them to unblock removal of that package
+   tests/test__oauth2client.py
+)
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/

2022-11-12 Thread Arthur Zamarin
commit: 3c2c5d3df22f8f02e745639e6bf16e19a9d02e94
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 19:55:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 20:18:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2c5d3d

dev-python/mkdocs-material: add 8.5.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-8.5.10.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 6be76753a74b..3555965270e5 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,3 +1,4 @@
+DIST mkdocs-material-8.5.10.gh.tar.gz 10384269 BLAKE2B 
3f7837b17724e93fa28a906811a8695aacba9c479a13d4568775945aee3943b9f58e017ab71fb81da8c72073a471b736ca75bf721a786309fe822f5898e4d3aa
 SHA512 
ed186b206ffe0b17c96a33270d83ffc3c98262eb608d6889101b6949057e7059642eb83b584f4a309afff64a359ee79625c5a95be62fc37ece069e2404faa0bd
 DIST mkdocs-material-8.5.2.gh.tar.gz 10262607 BLAKE2B 
16fe2e9d377cf8361ddcf5bdd1f5b461783ef03a26894abd9cfe8ba3c88e4d89e5ee8da3e566b996ea1595a6600933d4140ca698f3a303e6fc4c2b32e208af1e
 SHA512 
74066b3b85be3dc5f4380ab73a98dd07fc8430a65b6ec9a51f1513fa3f0703f3eff4567344642710bf8e91e8cf9193b552a58f865b86367f397d0c884e1849f8
 DIST mkdocs-material-8.5.7.gh.tar.gz 10362881 BLAKE2B 
833e05a67570f7c341681f6fcc0b54f145044ae60512aef4fc6c366022700c6f257418a502cf0fd7c8a25f4be4c37f9ca591b5063e424ab2f6ef17b3fce01129
 SHA512 
d47866faed2c993d3e8daca0213cf9052a2e31449c2aa968c6a4451eaf2528094fdebda1ee7c6a12f1a0c502ef1c16a2aceaf03e7ec195117391beda8535a127
 DIST mkdocs-material-8.5.8.gh.tar.gz 10372291 BLAKE2B 
2b97f563133c78c22d6174e3ce50afec520d0fc3fecc2651ecc348c703f19ce1fa7f77f53955e8f023dfb9a75be6d20974b3f1e6a66407405a01529bd4014923
 SHA512 
f3f1b025525dd7f52aa7b0026cf4bf1943a91ee15b4dd9e63f7203704141a1301627aec7f5d38b8bbe38ec159b4cfc178716838487d96609278081ce5fbc7acf

diff --git a/dev-python/mkdocs-material/mkdocs-material-8.5.10.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-8.5.10.ebuild
new file mode 100644
index ..2071af80ea70
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-8.5.10.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.12[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-9.4[${PYTHON_USEDEP}]
+"
+
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND=">=dev-python/mkdocs-material-extensions-1.0.3[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'"> gentoo_version.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/

2022-11-12 Thread Matt Turner
commit: 8c1ff41d9d49e95fed9788cf6572c53d3bec119c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 19:28:19 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 20:17:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1ff41d

media-libs/nv-codec-headers: Version bump to 11.1.5.2

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

 media-libs/nv-codec-headers/Manifest   |  1 +
 .../nv-codec-headers-11.1.5.2.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/media-libs/nv-codec-headers/Manifest 
b/media-libs/nv-codec-headers/Manifest
index 35bac059a739..2bb78808eb7e 100644
--- a/media-libs/nv-codec-headers/Manifest
+++ b/media-libs/nv-codec-headers/Manifest
@@ -1 +1,2 @@
 DIST nv-codec-headers-11.1.5.1.tar.gz 68516 BLAKE2B 
0c47b885f1dc14aa6a6118ee66ffc2846626986eee0a3c5fc6159f16aa72e5d12e6ccc44bb68b095cb36f68d8b437bde98c870e23b2794048de96b40fc85acae
 SHA512 
b0738e51e3d542483a15bdbf615b1233a2ef110f1a12853b1af45c650fbd144f4aa94dd68289c66582eedb2309bf266c7e1c0ef48b9e2ee1789fd009ed45bd88
+DIST nv-codec-headers-11.1.5.2.tar.gz 68633 BLAKE2B 
0f3a6d510953970b17fd7486caa7bad5191372cbb918dbdcb3d4d91893f6d1e897fbd1515bffae94b32f63eae023fc0845bb6cbf4896db9861e7ae14ecb806b9
 SHA512 
222499e02657351ea75698a0fc236959320b5ca398f9ed156e46d7d5de52db945a82d4babbde75fa638a73eb4caf694dac0da5733acc2b1f767e59cdc3ca3d9c

diff --git a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild 
b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild
new file mode 100644
index ..bf44773fcf29
--- /dev/null
+++ b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="FFmpeg version of headers required to interface with Nvidias 
codec APIs"
+HOMEPAGE="https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git;
+SRC_URI="https://github.com/FFmpeg/nv-codec-headers/releases/download/n${PV}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+src_compile() {
+   emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)"
+}
+
+src_install() {
+   emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" DESTDIR="${ED}" 
install
+
+   mkdir -p "${ED}"/usr/share || die
+   mv "${ED}/usr/$(get_libdir)/pkgconfig" "${ED}"/usr/share/ || die
+}



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

2022-11-12 Thread Matt Turner
commit: 4dc8c43b24c6cd6a26325a7e18892c6df0ebb6a8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 20:15:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 20:17:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc8c43b

x11-misc/xcompmgr: Version bump to 1.1.9

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

 x11-misc/xcompmgr/Manifest  |  1 +
 x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest
index 05dc7b0a594d..2a3c3b9ed709 100644
--- a/x11-misc/xcompmgr/Manifest
+++ b/x11-misc/xcompmgr/Manifest
@@ -1 +1,2 @@
 DIST xcompmgr-1.1.8.tar.bz2 138806 BLAKE2B 
85a7cd04c97c3594ab9acf7888aa0024b60027654dc8fa609c8f2fb801b5cd58105aa50c2afe9c322a02657eeea6e57da3f35720ac63c191a81c62fbf9ee4468
 SHA512 
ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d
+DIST xcompmgr-1.1.9.tar.xz 132676 BLAKE2B 
ece3717d582df62dcaaabb347d07ffda373f9660a74688b9637ea824eb9ac32003bddf323d9b1478f3abdf51b68005abb4c024720a75689d1ed70b45a8e026c2
 SHA512 
699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e

diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild 
b/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild
new file mode 100644
index ..d1dd8ce5ba87
--- /dev/null
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=app/
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Compositing manager"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   x11-libs/libXcomposite
+   x11-libs/libXext
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/

2022-11-12 Thread Florian Schmaus
commit: 561d2d1e6292412a50dbcd379cfcfda76ed7611b
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Nov 12 19:49:56 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Nov 12 19:53:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561d2d1e

sys-cluster/rdma-core: sync live

Signed-off-by: Florian Schmaus  gentoo.org>

 sys-cluster/rdma-core/rdma-core-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/rdma-core/rdma-core-.ebuild 
b/sys-cluster/rdma-core/rdma-core-.ebuild
index 0fa2ec46e46b..07c5665528d4 100644
--- a/sys-cluster/rdma-core/rdma-core-.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit cmake python-single-r1 udev systemd
+inherit cmake perl-functions python-single-r1 udev systemd
 
 DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband 
subsystem"
 HOMEPAGE="https://github.com/linux-rdma/rdma-core;
@@ -60,10 +60,12 @@ BDEPEND="
 PATCHES=( "${FILESDIR}"/${PN}-39.0-RDMA_BuildType.patch )
 
 src_configure() {
+   perl_set_version
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-DCMAKE_INSTALL_RUNDIR=/run
-DCMAKE_INSTALL_SHAREDSTATEDIR="${EPREFIX}"/var/lib
+   -DCMAKE_INSTALL_PERLDIR="${VENDOR_LIB}"
-DCMAKE_INSTALL_UDEV_RULESDIR="${EPREFIX}$(get_udevdir)"/rules.d

-DCMAKE_INSTALL_SYSTEMD_SERVICEDIR="$(systemd_get_systemunitdir)"
-DCMAKE_DISABLE_FIND_PACKAGE_Systemd="$(usex !systemd)"
@@ -80,8 +82,7 @@ src_configure() {
 src_install() {
cmake_src_install
 
-   udev_dorules "${ED}"/etc/udev/rules.d/70-persistent-ipoib.rules
-   rm -r "${ED}"/etc/{udev,init.d} || die
+   udev_dorules "${ED}"/usr/share/doc/${PF}/70-persistent-ipoib.rules
 
if use neigh; then
newinitd "${FILESDIR}"/ibacm.init ibacm



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/

2022-11-12 Thread Florian Schmaus
commit: 988438a541d4763a2d6fceef84da4bd805b319f3
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Nov 12 19:53:00 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Nov 12 19:53:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988438a5

sys-cluster/rdma-core: add 43.0

Signed-off-by: Florian Schmaus  gentoo.org>

 sys-cluster/rdma-core/Manifest  |   1 +
 sys-cluster/rdma-core/rdma-core-43.0.ebuild | 103 
 2 files changed, 104 insertions(+)

diff --git a/sys-cluster/rdma-core/Manifest b/sys-cluster/rdma-core/Manifest
index 68b85d268b83..da9c5078afd3 100644
--- a/sys-cluster/rdma-core/Manifest
+++ b/sys-cluster/rdma-core/Manifest
@@ -1,2 +1,3 @@
 DIST rdma-core-41.0.tar.gz 1784540 BLAKE2B 
3c153dcc3563427f32fa32d9a31527635c6bb3e63297c201f30de1328a68ac73ecb3af89074dfcc27d92c640d14d8d8ec61c001659d18336a4156cf8ed22996c
 SHA512 
d8c1210ca078ea53879cee42c838cc88bcc98430471ae609d8c4a25218dbfd63a70f5bbd4e9ba6efabdfc467f7d5796ce618ec22013d414f17502d1257601a80
 DIST rdma-core-42.0.tar.gz 1894415 BLAKE2B 
953103beffd1410272dc9abf00f7cb0e900c2dd66a97cefc476fee303e4dfcdf00e9a452ec13a3f199bb34662cbdc50675ce54b6af26991cb9e673cb0d55cb3b
 SHA512 
9e497d3a23bcd72828a717b59016fe25c88b4ec389e166936410c53dac0c6d6d2f45a76eaec18383ab3ca1a11d1b978b19247a3b7cfb121047d3891288a8c38e
+DIST rdma-core-43.0.tar.gz 1905196 BLAKE2B 
96003e32de43e3f72a28c5d2d9bc670a709b25caba6ff25a36dedc003daa315b0fbfba1a25084160e659a1f0f7aa8fe32b63b0eb29103624a9499c05ebba0a87
 SHA512 
d5c48cfe10af40bc1caaed48fd6f82acfee5a22e1bfcc6955098ff328c1833e5455140e8f39cd5ceaa03f0aaa2bc627d56b2c1d3af8f2f505dda8a58ea70b597

diff --git a/sys-cluster/rdma-core/rdma-core-43.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-43.0.ebuild
new file mode 100644
index ..07c5665528d4
--- /dev/null
+++ b/sys-cluster/rdma-core/rdma-core-43.0.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit cmake perl-functions python-single-r1 udev systemd
+
+DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband 
subsystem"
+HOMEPAGE="https://github.com/linux-rdma/rdma-core;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core;
+else
+   
SRC_URI="https://github.com/linux-rdma/rdma-core/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"
+SLOT="0"
+IUSE="neigh python static-libs systemd valgrind"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   dev-lang/perl
+   virtual/libudev:=
+   neigh? ( dev-libs/libnl:3 )
+   systemd? ( sys-apps/systemd:= )
+   valgrind? ( dev-util/valgrind )
+   python? ( ${PYTHON_DEPS} )"
+DEPEND="${COMMON_DEPEND}
+   python? (
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   )"
+RDEPEND="${COMMON_DEPEND}
+   !sys-fabric/infiniband-diags
+   !sys-fabric/libibverbs
+   !sys-fabric/librdmacm
+   !sys-fabric/libibumad
+   !sys-fabric/ibacm
+   !sys-fabric/libibmad
+   !sys-fabric/srptools
+   !sys-fabric/infinipath-psm
+   !sys-fabric/libcxgb3
+   !sys-fabric/libcxgb4
+   !sys-fabric/libmthca
+   !sys-fabric/libmlx4
+   !sys-fabric/libmlx5
+   !sys-fabric/libocrdma
+   !sys-fabric/libnes"
+# python is required unconditionally at build-time
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-39.0-RDMA_BuildType.patch )
+
+src_configure() {
+   perl_set_version
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_RUNDIR=/run
+   -DCMAKE_INSTALL_SHAREDSTATEDIR="${EPREFIX}"/var/lib
+   -DCMAKE_INSTALL_PERLDIR="${VENDOR_LIB}"
+   -DCMAKE_INSTALL_UDEV_RULESDIR="${EPREFIX}$(get_udevdir)"/rules.d
+   
-DCMAKE_INSTALL_SYSTEMD_SERVICEDIR="$(systemd_get_systemunitdir)"
+   -DCMAKE_DISABLE_FIND_PACKAGE_Systemd="$(usex !systemd)"
+   -DENABLE_VALGRIND="$(usex valgrind)"
+   -DENABLE_RESOLVE_NEIGH="$(usex neigh)"
+   -DENABLE_STATIC="$(usex static-libs)"
+   -DNO_PYVERBS="$(usex !python)"
+   -DNO_MAN_PAGES=1
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   udev_dorules "${ED}"/usr/share/doc/${PF}/70-persistent-ipoib.rules
+
+   if use neigh; then
+   newinitd "${FILESDIR}"/ibacm.init ibacm
+   newinitd "${FILESDIR}"/iwpmd.init iwpmd
+   fi
+
+   newinitd 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/files/, app-emulation/qemu/

2022-11-12 Thread Andreas K. Hüttel
commit: 6bb8bad236a4dea657dfc9213229c34f7a5d9828
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 19:41:59 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 19:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb8bad2

app-emulation/qemu: 7.1.0 revbump, fixing 3 qemu-user bugs

Backport of 3 patches from master, for mips and loongarch64
usemode emulation

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../qemu/files/qemu-7.1.0-faccessat2.patch |  78 ++
 .../qemu/files/qemu-7.1.0-loong-stat.patch |  98 ++
 .../qemu/files/qemu-7.1.0-mips-n32-syscalls.patch  |  94 ++
 app-emulation/qemu/qemu-7.1.0-r1.ebuild| 988 +
 4 files changed, 1258 insertions(+)

diff --git a/app-emulation/qemu/files/qemu-7.1.0-faccessat2.patch 
b/app-emulation/qemu/files/qemu-7.1.0-faccessat2.patch
new file mode 100644
index ..ea168f609fc8
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-7.1.0-faccessat2.patch
@@ -0,0 +1,78 @@
+From 35a2c85f7d691db7aa2c47181902ac87478eef7a Mon Sep 17 00:00:00 2001
+From: WANG Xuerui 
+Date: Sun, 9 Oct 2022 14:08:13 +0800
+Subject: [PATCH] linux-user: Implement faccessat2
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+User space has been preferring this syscall for a while, due to its
+closer match with C semantics, and newer platforms such as LoongArch
+apparently have libc implementations that don't fallback to faccessat
+so normal access checks are failing without the emulation in place.
+
+Tested by successfully emerging several packages within a Gentoo loong
+stage3 chroot, emulated on amd64 with help of static qemu-loongarch64.
+
+Reported-by: Andreas K. Hüttel 
+Signed-off-by: WANG Xuerui 
+Message-Id: <20221009060813.2289077-1-xe...@gentoo.org>
+[lv: removing defined(__NR_faccessat2) in syscall.c,
+ adding defined(TARGET_NR_faccessat2) on print_faccessat()]
+Signed-off-by: Laurent Vivier 
+---
+ linux-user/strace.c| 2 +-
+ linux-user/strace.list | 3 +++
+ linux-user/syscall.c   | 9 +
+ 3 files changed, 13 insertions(+), 1 deletion(-)
+
+diff --git a/linux-user/strace.c b/linux-user/strace.c
+index 86c081c83f..9ae5a812cd 100644
+--- a/linux-user/strace.c
 b/linux-user/strace.c
+@@ -1969,7 +1969,7 @@ print_execv(CPUArchState *cpu_env, const struct 
syscallname *name,
+ }
+ #endif
+ 
+-#ifdef TARGET_NR_faccessat
++#if defined(TARGET_NR_faccessat) || defined(TARGET_NR_faccessat2)
+ static void
+ print_faccessat(CPUArchState *cpu_env, const struct syscallname *name,
+ abi_long arg0, abi_long arg1, abi_long arg2,
+diff --git a/linux-user/strace.list b/linux-user/strace.list
+index a87415bf3d..3df2184580 100644
+--- a/linux-user/strace.list
 b/linux-user/strace.list
+@@ -178,6 +178,9 @@
+ #ifdef TARGET_NR_faccessat
+ { TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
+ #endif
++#ifdef TARGET_NR_faccessat2
++{ TARGET_NR_faccessat2, "faccessat2" , NULL, print_faccessat, NULL },
++#endif
+ #ifdef TARGET_NR_fadvise64
+ { TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
+ #endif
+diff --git a/linux-user/syscall.c b/linux-user/syscall.c
+index d499cac1d5..e985ad167f 100644
+--- a/linux-user/syscall.c
 b/linux-user/syscall.c
+@@ -9143,6 +9143,15 @@ static abi_long do_syscall1(CPUArchState *cpu_env, int 
num, abi_long arg1,
+ unlock_user(p, arg2, 0);
+ return ret;
+ #endif
++#if defined(TARGET_NR_faccessat2)
++case TARGET_NR_faccessat2:
++if (!(p = lock_user_string(arg2))) {
++return -TARGET_EFAULT;
++}
++ret = get_errno(faccessat(arg1, p, arg3, arg4));
++unlock_user(p, arg2, 0);
++return ret;
++#endif
+ #ifdef TARGET_NR_nice /* not on alpha */
+ case TARGET_NR_nice:
+ return get_errno(nice(arg1));
+-- 
+2.37.4
+

diff --git a/app-emulation/qemu/files/qemu-7.1.0-loong-stat.patch 
b/app-emulation/qemu/files/qemu-7.1.0-loong-stat.patch
new file mode 100644
index ..85fd2c98914a
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-7.1.0-loong-stat.patch
@@ -0,0 +1,98 @@
+From xe...@gentoo.org Thu Oct 06 10:07:10 2022
+Return-Path: 
+X-Original-To: dilfri...@gentoo.org
+Delivered-To: dilfri...@gentoo.org
+From: WANG Xuerui 
+To: qemu-de...@nongnu.org
+Cc: Richard Henderson ,
+   =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= ,
+   WANG Xuerui ,
+   Song Gao ,
+   Xiaojuan Yang ,
+   =?UTF-8?q?Andreas=20K=20=2E=20H=C3=BCttel?= 
+Subject: [PATCH RESEND] linux-user: Fix struct statfs ABI on loongarch64
+Date: Thu,  6 Oct 2022 18:07:10 +0800
+Message-Id: <20221006100710.427252-1-xe...@gentoo.org>
+X-Mailer: git-send-email 2.38.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Previously the 32-bit version was incorrectly chosen, leading to funny
+but incorrect output from e.g. df(1). Simply select the version

[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/

2022-11-12 Thread Andreas K. Hüttel
commit: d7822f5a4803e0027360738f16e48eb6089c13d5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 18:24:05 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 12 19:43:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7822f5a

app-emulation/qemu: Add myself to maintainers

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-emulation/qemu/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml
index d019d64795ad..56d6820af22d 100644
--- a/app-emulation/qemu/metadata.xml
+++ b/app-emulation/qemu/metadata.xml
@@ -13,6 +13,10 @@
tam...@gentoo.org
Matthias Maier

+   
+   dilfri...@gentoo.org
+   Andreas K. Hüttel
+   

zlog...@gentoo.org
Mikle Kolyada



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/

2022-11-12 Thread Florian Schmaus
commit: b14315d85f599afd00c1343732dcb175fe4a9ffc
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Nov 11 10:35:00 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Nov 12 19:28:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14315d8

sys-cluster/rdma-core: set perldir

Closes: https://bugs.gentoo.org/876757
Closes: https://github.com/gentoo/gentoo/pull/28222
Signed-off-by: Florian Schmaus  gentoo.org>

 .../rdma-core/{rdma-core-42.0.ebuild => rdma-core-42.0-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/rdma-core/rdma-core-42.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild
similarity index 95%
rename from sys-cluster/rdma-core/rdma-core-42.0.ebuild
rename to sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild
index 0fa2ec46e46b..b67855bafe1f 100644
--- a/sys-cluster/rdma-core/rdma-core-42.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-42.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit cmake python-single-r1 udev systemd
+inherit cmake perl-functions python-single-r1 udev systemd
 
 DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband 
subsystem"
 HOMEPAGE="https://github.com/linux-rdma/rdma-core;
@@ -60,10 +60,12 @@ BDEPEND="
 PATCHES=( "${FILESDIR}"/${PN}-39.0-RDMA_BuildType.patch )
 
 src_configure() {
+   perl_set_version
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-DCMAKE_INSTALL_RUNDIR=/run
-DCMAKE_INSTALL_SHAREDSTATEDIR="${EPREFIX}"/var/lib
+   -DCMAKE_INSTALL_PERLDIR="${VENDOR_LIB}"
-DCMAKE_INSTALL_UDEV_RULESDIR="${EPREFIX}$(get_udevdir)"/rules.d

-DCMAKE_INSTALL_SYSTEMD_SERVICEDIR="$(systemd_get_systemunitdir)"
-DCMAKE_DISABLE_FIND_PACKAGE_Systemd="$(usex !systemd)"



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

2022-11-12 Thread Michał Górny
commit: cfd2bad824a1e1d27afc3f4cffdfaec7ce8ea638
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 12 18:55:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 12 18:56:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd2bad8

app-portage/pycargoebuild: new Cargo .ebuild generator, v0.1.0

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/pycargoebuild/Manifest |  1 +
 app-portage/pycargoebuild/metadata.xml | 12 
 .../pycargoebuild/pycargoebuild-0.1.0.ebuild   | 32 ++
 3 files changed, 45 insertions(+)

diff --git a/app-portage/pycargoebuild/Manifest 
b/app-portage/pycargoebuild/Manifest
new file mode 100644
index ..3d6504b2b546
--- /dev/null
+++ b/app-portage/pycargoebuild/Manifest
@@ -0,0 +1 @@
+DIST pycargoebuild-0.1.0.gh.tar.gz 12404 BLAKE2B 
3fa08408dbbede79253464052e0d77f4e601e7a5a7205900baaad52947efcfe0cef4af5703da8a36ad4972fc1930169bda84856944a1a2576c94aff2041abe7c
 SHA512 
93de195758f9e07e0d28189edd1ae8c81baf70984942181ccf19ac8712765d1c6147b1b4a15d2d5c92856be24fb502ca8235ac60741eb6117393c795f99147ca

diff --git a/app-portage/pycargoebuild/metadata.xml 
b/app-portage/pycargoebuild/metadata.xml
new file mode 100644
index ..a6aede800339
--- /dev/null
+++ b/app-portage/pycargoebuild/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   projg2/pycargoebuild
+   pycargoebuild
+   
+

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild 
b/app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild
new file mode 100644
index ..ddee9ac385b4
--- /dev/null
+++ b/app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
+HOMEPAGE="
+   https://github.com/projg2/pycargoebuild/
+   https://pypi.org/project/pycargoebuild/
+"
+SRC_URI="
+   https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/license-expression[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2022-11-12 Thread Arthur Zamarin
commit: 9867e2a9453338a8265780b72d354169e79132bc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 18:48:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 18:48:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9867e2a9

www-client/links: Stabilize 2.28 sparc, #881115

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/links/links-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.28.ebuild 
b/www-client/links/links-2.28.ebuild
index e612c3343fbe..12c96a0bd885 100644
--- a/www-client/links/links-2.28.ebuild
+++ b/www-client/links/links-2.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl 
suid svga tiff unicode webp X zlib zstd"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2022-11-12 Thread Arthur Zamarin
commit: 5bc557b8fa984c4669a759c22fc2f05a3c3fc4d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 18:48:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 18:48:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc557b8

www-client/links: Stabilize 2.28 arm64, #881115

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/links/links-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.28.ebuild 
b/www-client/links/links-2.28.ebuild
index 0dc34bedb1fa..e612c3343fbe 100644
--- a/www-client/links/links-2.28.ebuild
+++ b/www-client/links/links-2.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl 
suid svga tiff unicode webp X zlib zstd"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2022-11-12 Thread Arthur Zamarin
commit: d57037e09e629448533a143fa1e3083a93f6e2d1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 18:47:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 18:47:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57037e0

www-client/links: Stabilize 2.28 hppa, #881115

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/links/links-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.28.ebuild 
b/www-client/links/links-2.28.ebuild
index 0e5d27d8ef46..0dc34bedb1fa 100644
--- a/www-client/links/links-2.28.ebuild
+++ b/www-client/links/links-2.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl 
suid svga tiff unicode webp X zlib zstd"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/proj/guru:dev commit in: app-editors/helix/

2022-11-12 Thread Jack Sangdahl
commit: 7a9bef35aad9fba9c3a2e55ad10d9ebbf7cbf394
Author: Jack Sangdahl <0x6A73  pm  me>
AuthorDate: Sat Nov 12 18:13:30 2022 +
Commit: Jack Sangdahl <0x6A73  pm  me>
CommitDate: Sat Nov 12 18:13:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a9bef35

app-editors/helix: update Manifest
Fixes: https://bugs.gentoo.org/836216

Signed-off-by: Jack Sangdahl <0x6A73  pm.me>

 app-editors/helix/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/helix/Manifest b/app-editors/helix/Manifest
index 1fb904e6d..c18e11f4e 100644
--- a/app-editors/helix/Manifest
+++ b/app-editors/helix/Manifest
@@ -197,7 +197,7 @@ DIST 
tree-sitter-cue-61843e3beebf19417e4fede4e8be4df1084317ad.tar.gz 274057 BLAK
 DIST tree-sitter-dart-2d7f66651c9319c1a0e4dda226cc2628fbb66528.tar.gz 416755 
BLAKE2B 
908a2c30745e8d7f487c69b939fe5728c562ed0f494a346e0006244ff84daccfca4d8ea6f49716babdf6948c117594ea014cc72b33631fb6b386d5e7e57ca38b
 SHA512 
1176af26852259b9296e733066400a4ab4c032b27d47e05a5f87ec1b0a6af0de100ebd6501468bb4e3ea761b4c5467bc6dad1cf90de8100ed875e2fdaba29f8b
 DIST tree-sitter-dart-6a25376685d1d47968c2cef06d4db8d84a70025e.tar.gz 210080 
BLAKE2B 
4178ae1035ae139ec7fb0d610add49418731ce7e7a4f81f9fcc066dd554da1872e00b2cfb317edb177b448eb2fdd0cecd20cfbed973e5409fb9e4bbb7d97cf9b
 SHA512 
318d6146e2fcb29a45f0e295af45e1c21311625f7972181db475b32735251b8d91d57919701052afd84f1650edf4ad11e9fe44c4ce103938d3c917fa80785bf9
 DIST tree-sitter-devicetree-877adbfa0174d25894c40fa75ad52d4515a36368.tar.gz 
30875 BLAKE2B 
6a816f7aedf3793856bda23d9ea6f95a0a960c200c773205b22a59a6ae448af08268e8542b8eb0aca1b5874382b5a88f1bdd6ed07515060705b502305c2346a1
 SHA512 
1f5c914dcb62ac1cab09e14f10c72f9a6555323d5b4a245b0d2edc4c9352acd9d2f4eb7a88b6f4fbe0b1b50b87aa40cb0e576af975521ca16f26eb10e473d244
-DIST tree-sitter-diff-c12e6ecb54485f764250556ffd7ccb18f8e2942b.tar.gz 23671 
BLAKE2B 
bb6d7d655a7a9a95675a2d2004bf1a8b2bc370dd08d7dbd67094858f11a6a9424be21fa23e5832b70eea87eb35b7d5a495f70305a9292336a08b5c329c1d8817
 SHA512 
c135423598b0e1aa58ccd42593414a311b4677181b6ee23c51d9070ed55d8cceb3b6775775e25acf0f83642699895875b75504462827ee74aca83825ac5140aa
+DIST tree-sitter-diff-c12e6ecb54485f764250556ffd7ccb18f8e2942b.tar.gz 23666 
BLAKE2B  
74f60005b9da56763e6fa06430740adb2919dd769e2d5446ce098ed3fcc615fd7eec66b3372a5df5283116cd8e4ff9021b2f68a04fe40badfb415d6272bb9047
 SHA512 
ddc5141cd704bc4c90c09ccf31b948d3f552cd9da05970fa0810323530d6edcdca56ec73b7ed2d109fe6ead57468f28bd7516264109802247eb0c33a75d5569f
 DIST tree-sitter-dockerfile-7af32bc04a66ab196f5b9f92ac471f29372ae2ce.tar.gz 
37419 BLAKE2B 
fb930e346f7ff108840e220f1c01a3957fc7b6d91a62e4c09047ea1f31ec14f559cf143896f8b15bf922c67ab5865a4f4a3c8e3bd68560a76165349972f004a9
 SHA512 
4c5f79b6e9988ae61012b465d5bcbfa43207ae8315474bd6d9869927628ee2c44da4252e43eca90452847e0522c5157d5f9440e0b416679c03a1c5cb2a5155cc
 DIST tree-sitter-dot-917230743aa10f45a408fea2ddb54bbbf5fbe7b7.tar.gz 29750 
BLAKE2B 
222874ae13318b325bb5e2954eafc3f6f292ac4fac8c880d4ebee28ef32d97a97e2dbaa8140f4095bf5d25e2618f926ecc6e8bbea4359300f1dde2d20ef17b68
 SHA512 
0fed8eedaf90891f20a8c1fa029a972eced7b0c66d8c9c40e3ef1471735b599dc2df15de2dd48961dd78842075293568d45e68c6a67d197019cc5ebd32022bfa
 DIST tree-sitter-edoc-1691ec0aa7ad1ed9fa295590545f27e570d12d60.tar.gz 26521 
BLAKE2B 
e96792888e2cbe4c374c254b31d9bb0d80f24bffeb792f918544c54fc424211151682625e47b0888d866c35978135f6df591446c2011ed6a405a3302be552bf6
 SHA512 
e4d1e2fe29de88378897bf33e20ddf0682893d980d967d4bf6bda6619f4a1432ca2293752ba722446f6190a2d5a5d513f4b8beb0d1af3ab58b96a4b8ee8d74f7



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

2022-11-12 Thread Matt Turner
commit: 8a6cae140ca7e9e3697eb1cb101c9cd3c1141cf8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 18:07:13 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 18:07:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6cae14

Revert "media-video/ffmpeg: Drop old versions"

This reverts commit d1a7dab98d0c25fab26d1c973f54f702c1eec40b.

net-im/teams still depends on ffmpeg-4.2.

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

 media-video/ffmpeg/Manifest|   4 +
 media-video/ffmpeg/ffmpeg-4.2.7.ebuild | 556 +
 media-video/ffmpeg/ffmpeg-4.2.8.ebuild | 555 
 3 files changed, 1115 insertions(+)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index c4579743041d..08f906ab7214 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -1,3 +1,7 @@
+DIST ffmpeg-4.2.2-ppc64-altivec.patch.gz 7171 BLAKE2B 
6676dadb22d2ab4b0f5c19b418448c5b9b54fd8c803c3f0ab517c6fa7990be08098dd6f6a2b1b3e77a1bed31a069c702366aba79ef9141ff9e23cd8c1b6e2885
 SHA512 
6653975017de3f7bde420860419fbdddb50ae41dbb811b819f4b5b13807bf885a4c01736f05a684515f97b0d63bd8896d5951a3276af90cc74abfe32dc2e2407
+DIST ffmpeg-4.2.2-ppc64-gcc.patch.gz 750 BLAKE2B 
3a9cc7f0135e077c77179a7ca3da917bca3995d99d53b58221b23181a075f330132f83ea90a6110e89f90c7c3b5b2a7837559c5df414d9bd52dbb3ec166b1545
 SHA512 
701b0635e0819484a31de2062ba52d95ee03883ab56547cd75c3646a9b32bf3ecc7f719690b93f29202cfed0fdeecd26b51b9f3c66e72a999a3e8d9e97389275
+DIST ffmpeg-4.2.7.tar.bz2 10966448 BLAKE2B 
91151a3ece19700fbc04f304ebad9f34ffce2de19416992ceccf3a347ab58195f746a0ace0a331cc1f34dafd87e4e8c6467268546b417d3f58a1cbbe41662807
 SHA512 
ab57fc370005d8f33eed2e0f18ac4f418372f47f03d43566c52f9ffc70de27e6ec1ba49faf6e3356fd8a495cff40a8073f8d85a625f6ee21bd7018e19b31734f
+DIST ffmpeg-4.2.8.tar.xz 9118672 BLAKE2B 
7631bac87db7ce046a93c45422f0ffdc2929d9bb71798125dc403872b27f758015a5b0856e2b73edd47cbea2f3b3f6d94787f7d99846c9783826bd42b58b227a
 SHA512 
40c3c0a2b9853220ad48ea7d9b6e6238238d8f914b1a845aa2be0961d88f5602daab79ca38dd21215077649bbd6967c9e9d9a993831a6735f3a00ae6b798c65f
 DIST ffmpeg-4.4.2.tar.xz 9562968 BLAKE2B 
be044e9895acdd71a237a343a8d047c56db845c693b8c07877fc8049b630eb254e3430b6e9916330e6b3d53cbdc9f06680d80307a1fea1377bb818f4168bb276
 SHA512 
abce847c607ac6d63fe32ceff8bf8724888acf2b7db9a083cba50e3235590cdcb27feb7e0a314133d0030809fb54d474f64001fc9ab7d896a819159869c09d5a
 DIST ffmpeg-4.4.2.tar.xz.asc 520 BLAKE2B 
1ff4a886c7703a05a19499ae5b2b6207df24e05844861cb52f2c56a97f47ab4fefa5011de46a385bab9684964470697ec5e74553098392877f7521a04ffe0fc4
 SHA512 
a4df97a6328fc076b5611023bd61254f1a5043db1ec2f3426bee305206b2b0937047ede9cb51db31a3387a16218fe95a7a40296770574fa32660118938a9d301
 DIST ffmpeg-4.4.3.tar.xz 9566020 BLAKE2B 
a8b62a37151173f90821b876cf51e6819eb5519d7fb1f47b55b5f3003cb0e3d18d43c9482d70e32ef2bb6f5c6310260ec2c04ee997aad5ef687d598d838e9bc9
 SHA512 
0b232b66555237ed1a061807f88dbc5e6cd156e604c5d611bb6ac0c32b9006414cc4f30d632b482d9cb95f526df98b36efa3af9c863c52e7b7aa1a183545d915

diff --git a/media-video/ffmpeg/ffmpeg-4.2.7.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.7.ebuild
new file mode 100644
index ..2b7fed0039c7
--- /dev/null
+++ b/media-video/ffmpeg/ffmpeg-4.2.7.ebuild
@@ -0,0 +1,556 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Subslot: libavutil major.libavcodec major.libavformat major
+# Since FFmpeg ships several libraries, subslot is kind of limited here.
+# Most consumers will use those three libraries, if a "less used" library
+# changes its soname, consumers will have to be rebuilt the old way
+# (preserve-libs).
+# If, for example, a package does not link to libavformat and only libavformat
+# changes its ABI then this package will be rebuilt needlessly. Hence, such a
+# package is free _not_ to := depend on FFmpeg but I would strongly encourage
+# doing so since such a case is unlikely.
+FFMPEG_SUBSLOT=56.58.58
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_MIN_CLONE_TYPE="single"
+   EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git;
+fi
+
+inherit flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
+
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
+HOMEPAGE="https://ffmpeg.org/;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+else # Release
+   SRC_URI="https://ffmpeg.org/releases/${P/_/-}.tar.bz2
+   
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-4.2.2-ppc64-altivec.patch.gz
+   
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-4.2.2-ppc64-gcc.patch.gz
+   "
+fi
+FFMPEG_REVISION="${PV#*_p}"
+
+SLOT="0/${FFMPEG_SUBSLOT}"
+LICENSE="
+   !gpl? ( LGPL-2.1 )
+   gpl? ( GPL-2 )
+ 

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

2022-11-12 Thread Matt Turner
commit: 08c0601f98326d3f222b36dd68b3101dafe124be
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:44:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:44:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c0601f

media-video/gpac: Switch to media-libs/libjpeg-turbo

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

 media-video/gpac/gpac-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/gpac/gpac-.ebuild 
b/media-video/gpac/gpac-.ebuild
index 3dfa49013baf..777f20e6208b 100644
--- a/media-video/gpac/gpac-.ebuild
+++ b/media-video/gpac/gpac-.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
alsa? ( media-libs/alsa-lib )
ffmpeg? ( media-video/ffmpeg:0= )
jack? ( virtual/jack )
-   jpeg? ( virtual/jpeg:0 )
+   jpeg? ( media-libs/libjpeg-turbo:0= )
jpeg2k? ( media-libs/openjpeg:2 )
mad? ( media-libs/libmad )
opengl? (



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

2022-11-12 Thread Matt Turner
commit: a752557cc7c76556098bc7a88ffcbdd7a4294f41
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:31 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a752557c

media-video/guvcview: Drop old versions

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

 media-video/guvcview/Manifest |  2 -
 media-video/guvcview/guvcview-2.0.6-r2.ebuild | 77 --
 media-video/guvcview/guvcview-2.0.7.ebuild| 78 ---
 3 files changed, 157 deletions(-)

diff --git a/media-video/guvcview/Manifest b/media-video/guvcview/Manifest
index 62a378ac8445..3ea8c7147ed0 100644
--- a/media-video/guvcview/Manifest
+++ b/media-video/guvcview/Manifest
@@ -1,3 +1 @@
-DIST guvcview-src-2.0.6.tar.gz 1131013 BLAKE2B 
ec8d7a82344e26890fe184d0edf77d0e415aa708bdf3cf55f96c555aaef479b1b7441a0425db035d10a6dc31f90282c169afff2d13684599ab1c005a5ea50ab1
 SHA512 
f73ba0a013f5afadb45c9bf60f723058ee31e99e204c951c49335a8ef9902a2caa752d6d51f6dd20ae960217cc25155e70efe4c49299a95e6780aaf8034078ec
-DIST guvcview-src-2.0.7.tar.bz2 449392 BLAKE2B 
94140845dbe1209802a7109a3f30d3f7aa391ff4f1b67396481138c65ae3a3cc27499c8dc239bf5e17b730c06e1ebe361872f2a1976f0c2802b8e84fb54a3548
 SHA512 
a3dcabf3fcb90171969fea76c1a05b4e47b640ba886370b048f5736e2f064f8682967c785db44a9461bdd3761b2bf264e8ce579691d37c8b9efa1a1393162ad8
 DIST guvcview-src-2.0.8.tar.bz2 902736 BLAKE2B 
3c4ced349a252f365d86dc30c5208d09372796cc6397a9643b31afb9904642c7a88481d6054b3523a4f9d037e69021ae84ced420364e69ab9e7f19fbc0b84c6a
 SHA512 
ba959602bc5518426906786416e433cc8b6de1e0fd73b91378aa231ae4e469935921e87dd37827c3c6b409f0f9551e3e29d0cd3d30afd0e08ad3eb2e6bf5150a

diff --git a/media-video/guvcview/guvcview-2.0.6-r2.ebuild 
b/media-video/guvcview/guvcview-2.0.6-r2.ebuild
deleted file mode 100644
index fb946dd29efb..
--- a/media-video/guvcview/guvcview-2.0.6-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=${PN}-src-${PV}
-inherit autotools qmake-utils toolchain-funcs
-
-DESCRIPTION="Simple Qt5 or GTK+3 interface for capturing and viewing video 
from v4l2 devices"
-HOMEPAGE="http://guvcview.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gsl pulseaudio qt5"
-
-BDEPEND="
-   dev-util/intltool
-   sys-devel/autoconf-archive
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-RDEPEND="
-   >=dev-libs/glib-2.10
-   media-libs/libpng:0=
-   media-libs/libsdl2
-   media-libs/libv4l
-   >=media-libs/portaudio-19_pre
-   >=media-video/ffmpeg-2.8:0=
-   virtual/libusb:1
-   virtual/udev
-   gsl? ( >=sci-libs/gsl-1.15:= )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.15 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   !qt5? ( >=x11-libs/gtk+-3.6:3 )
-"
-# linux-headers: bug 448260
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-3.4-r2
-   virtual/os-headers
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i '/^docdir/,/^$/d' Makefile.am || die
-   echo "guvcview/gui_qt5_audioctrls.cpp" >> po/POTFILES.skip || die # bug 
630984
-   eautoreconf
-}
-
-src_configure() {
-   export MOC="$(qt5_get_bindir)/moc"
-
-   # 599030
-   tc-export CC CXX
-
-   local myeconfargs=(
-   --disable-debian-menu
-   --disable-static
-   $(use_enable gsl)
-   $(use_enable pulseaudio pulse)
-   $(use_enable qt5)
-   $(use_enable !qt5 gtk3)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}

diff --git a/media-video/guvcview/guvcview-2.0.7.ebuild 
b/media-video/guvcview/guvcview-2.0.7.ebuild
deleted file mode 100644
index 7cb8017438fb..
--- a/media-video/guvcview/guvcview-2.0.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P=${PN}-src-${PV}
-inherit autotools qmake-utils toolchain-funcs
-
-DESCRIPTION="Simple Qt5 or GTK+3 interface for capturing and viewing video 
from v4l2 devices"
-HOMEPAGE="http://guvcview.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gsl pulseaudio qt5"
-
-BDEPEND="
-   dev-util/intltool
-   sys-devel/autoconf-archive
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-RDEPEND="
-   >=dev-libs/glib-2.10
-   media-libs/libpng:0=
-   media-libs/libsdl2
-   media-libs/libv4l
-   >=media-libs/portaudio-19_pre
-   >=media-video/ffmpeg-2.8:0=
- 

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

2022-11-12 Thread Matt Turner
commit: 9e63a383b0224f19297a76f9ffa782b9d05f1dcc
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:40:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:40:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e63a383

media-libs/xine-lib: Drop IUSE=ipv6

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

 media-libs/xine-lib/xine-lib-1.2..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/xine-lib/xine-lib-1.2..ebuild 
b/media-libs/xine-lib/xine-lib-1.2..ebuild
index b20c57438e1a..b8b6b6b69e5d 100644
--- a/media-libs/xine-lib/xine-lib-1.2..ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2..ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="http://xine.sourceforge.net/;
 
 LICENSE="GPL-2"
 SLOT="1"
-IUSE="a52 aac aalib +alsa bluray cpu_flags_ppc_altivec +css dav1d dts dvb dxr3 
fbcon flac gtk imagemagick ipv6 jack jpeg libcaca mad +mmap mng modplug 
musepack nfs opengl oss pulseaudio samba sftp sdl speex theora truetype v4l 
vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack wayland +X xinerama +xv xvmc 
${NLS_IUSE}"
+IUSE="a52 aac aalib +alsa bluray cpu_flags_ppc_altivec +css dav1d dts dvb dxr3 
fbcon flac gtk imagemagick jack jpeg libcaca mad +mmap mng modplug musepack nfs 
opengl oss pulseaudio samba sftp sdl speex theora truetype v4l vaapi vcd vdpau 
vdr vidix +vis vorbis vpx wavpack wayland +X xinerama +xv xvmc ${NLS_IUSE}"
 
 BDEPEND="
app-arch/xz-utils
@@ -152,6 +152,7 @@ src_configure() {
--disable-v4l
--disable-w32dll
--enable-avformat
+   --enable-ipv6
--with-external-dvdnav
--with-real-codecs-path=/usr/$(get_libdir)/codecs
--with-w32-path=${win32dir}
@@ -170,7 +171,6 @@ src_configure() {
$(use_enable dxr3)
$(use_enable fbcon fb)
$(use_enable gtk gdkpixbuf)
-   $(use_enable ipv6)
$(use_enable jpeg libjpeg)
$(use_enable mad)
$(use_enable mmap)



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

2022-11-12 Thread Matt Turner
commit: 7ef9bdbc6cc62dfe5391d439e836b916adc75f4a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:38:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:38:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef9bdbc

media-video/xine-ui: Drop unused inherits

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

 media-video/xine-ui/xine-ui-0.99.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/xine-ui/xine-ui-0.99.13.ebuild 
b/media-video/xine-ui/xine-ui-0.99.13.ebuild
index 9bd717622251..417340a777c5 100644
--- a/media-video/xine-ui/xine-ui-0.99.13.ebuild
+++ b/media-video/xine-ui/xine-ui-0.99.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools gnome2-utils xdg-utils
+inherit autotools xdg-utils
 
 DESCRIPTION="Xine movie player"
 HOMEPAGE="https://xine-project.org/home;



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

2022-11-12 Thread Matt Turner
commit: f382dca4f94415e30cf75cb8db5502a446df9092
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:30:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f382dca4

media-video/rav1e: Drop old versions

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

 media-video/rav1e/Manifest  | 189 --
 media-video/rav1e/rav1e-0.4.1-r1.ebuild | 329 
 media-video/rav1e/rav1e-0.4.1.ebuild| 327 ---
 3 files changed, 845 deletions(-)

diff --git a/media-video/rav1e/Manifest b/media-video/rav1e/Manifest
index 73d9cd0c0863..444ea3ee4ceb 100644
--- a/media-video/rav1e/Manifest
+++ b/media-video/rav1e/Manifest
@@ -1,173 +1,83 @@
-DIST addr2line-0.14.1.crate 31201 BLAKE2B 
52564dd603a9c02694ea41bafc91bf20aaf6837321407d2fdf3e7a0db9f92726c73735fb7d8424295bda9db016d319bd6ab1b3ffcd79df60656a0524006732eb
 SHA512 
f665deccae566ec2754cd43fc1d8fc05db11320af54d0561a612faad769234e8b3b8c0235f90f86027a4db9b7ef2915c86398005c949e2c096fac8e53f3f441e
 DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
-DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
-DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.40.crate 34534 BLAKE2B 
79a3731153f8e3ace906b9a360521147fd055f7401a99ea2373501ade7e49ecdb280dd59b6a3b9b2f88e90857302e71f772c767e62cb702e32c8343fd4b0f741
 SHA512 
5efc7347a7fa72abce9a8b3b76649abb00d73c16c5125aa4b6faaa7040eb5138d7d9470b66c186825c9651272f5c359578503d0866ce7242ea7ca9dc05087165
 DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
-DIST aom-sys-0.2.2.crate 3134 BLAKE2B 
07b0ae83708bcbdee36df9d67657f8c178a2d6f360e1b7fa83104a44d5b035a3905ad7a6bb930eacae8c67bd1faf4068ba5cc578bfd7967c2705ad38dacb51ea
 SHA512 
972ba26950eddb495e9d1335bd46fe91426e2d981906a1d2530ab12cf3845bbc023d47214f382f7515c9bf9a70f3da7f8f33c103752a475723d6817cd988920b
 DIST aom-sys-0.3.0.crate 3064 BLAKE2B 
210de17df81b78af866336bc4f3c00803d0c62a503809b23fcf8bcfab6262b2bec35ab9fc8d8d4ec31d38665ca74069bf5f866daa8a2ab3f04c16ecc91de
 SHA512 
9bb02069b5951dce34a445427f3c49c9995464213104786f0a800f7cb6629e5f6cfb5c4d736dce7963d1bdddee2cc8caf3cfa9df801d5a9cea93397aaf38b53f
 DIST arbitrary-0.4.7.crate 26282 BLAKE2B 
1a304154926c9f24a80eced744f13379814377f067f8340672c2588edad22b26088b359b304c1c22f068bf6c7a1da09715caefa28eab046fe79085e67ecb259e
 SHA512 
17968466d1403903a8cb5ec7f8af403e2ecbbbd8beed3df41035c34af1c19bc9d57596e1751f3aaf4c6021fe8fc7e23a7f0c1bbd1a5942d94f9dcafd0b19c1a6
-DIST arg_enum_proc_macro-0.3.1.crate 4687 BLAKE2B 

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

2022-11-12 Thread Matt Turner
commit: 497fcdca33321d013bd0c04d277e1e6b7a3bd89b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:35:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:35:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497fcdca

media-libs/kvazaar: Drop unused inherits

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

 media-libs/kvazaar/kvazaar-2.1.0.ebuild | 2 +-
 media-libs/kvazaar/kvazaar-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/kvazaar/kvazaar-2.1.0.ebuild 
b/media-libs/kvazaar/kvazaar-2.1.0.ebuild
index 493011b03ebc..87629658bf4a 100644
--- a/media-libs/kvazaar/kvazaar-2.1.0.ebuild
+++ b/media-libs/kvazaar/kvazaar-2.1.0.ebuild
@@ -13,7 +13,7 @@ else
test? ( 
https://github.com/silentbicycle/greatest/archive/v${GREATEST_PV}.tar.gz -> 
greatest-${GREATEST_PV}.tar.gz )"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 fi
-inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+inherit autotools flag-o-matic multilib-minimal
 
 DESCRIPTION="Open-source HEVC encoder"
 HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar;

diff --git a/media-libs/kvazaar/kvazaar-.ebuild 
b/media-libs/kvazaar/kvazaar-.ebuild
index 5e1ab5d32af7..d44b2a4ef699 100644
--- a/media-libs/kvazaar/kvazaar-.ebuild
+++ b/media-libs/kvazaar/kvazaar-.ebuild
@@ -13,7 +13,7 @@ else
test? ( 
https://github.com/silentbicycle/greatest/archive/v${GREATEST_PV}.tar.gz -> 
greatest-${GREATEST_PV}.tar.gz )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 fi
-inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+inherit autotools flag-o-matic multilib-minimal
 
 DESCRIPTION="Open-source HEVC encoder"
 HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar;



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

2022-11-12 Thread Matt Turner
commit: 2feba91de59aed0f2d3ff14715a78685500534d5
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:42:29 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:42:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2feba91d

media-video/ffmpeg: Drop outdated blockers

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

 media-video/ffmpeg/ffmpeg-4.4.3.ebuild | 1 -
 media-video/ffmpeg/ffmpeg-5.1.2.ebuild | 1 -
 media-video/ffmpeg/ffmpeg-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.4.3.ebuild 
b/media-video/ffmpeg/ffmpeg-4.4.3.ebuild
index b6a2299f698f..d29bc65caac1 100644
--- a/media-video/ffmpeg/ffmpeg-4.4.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.4.3.ebuild
@@ -274,7 +274,6 @@ RDEPEND="
>=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.4:=[${MULTILIB_USEDEP}]
)
-   postproc? ( !media-libs/libpostproc )
zeromq? ( >=net-libs/zeromq-4.1.6 )
zimg? ( >=media-libs/zimg-2.7.4:=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-5.1.2.ebuild 
b/media-video/ffmpeg/ffmpeg-5.1.2.ebuild
index d36eb3511983..a042eb0b277a 100644
--- a/media-video/ffmpeg/ffmpeg-5.1.2.ebuild
+++ b/media-video/ffmpeg/ffmpeg-5.1.2.ebuild
@@ -278,7 +278,6 @@ RDEPEND="
>=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.4:=[${MULTILIB_USEDEP}]
)
-   postproc? ( !media-libs/libpostproc )
zeromq? ( >=net-libs/zeromq-4.1.6 )
zimg? ( >=media-libs/zimg-2.7.4:=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-.ebuild 
b/media-video/ffmpeg/ffmpeg-.ebuild
index d36eb3511983..a042eb0b277a 100644
--- a/media-video/ffmpeg/ffmpeg-.ebuild
+++ b/media-video/ffmpeg/ffmpeg-.ebuild
@@ -278,7 +278,6 @@ RDEPEND="
>=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.4:=[${MULTILIB_USEDEP}]
)
-   postproc? ( !media-libs/libpostproc )
zeromq? ( >=net-libs/zeromq-4.1.6 )
zimg? ( >=media-libs/zimg-2.7.4:=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )



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

2022-11-12 Thread Matt Turner
commit: 9b5ffed26d22df9fd19801b0f1ee81e0c409d5e5
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:43:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:43:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5ffed2

media-video/gpac: Drop IUSE=ipv6

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

 media-video/gpac/gpac-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpac/gpac-.ebuild 
b/media-video/gpac/gpac-.ebuild
index 6082d6bf02c5..3dfa49013baf 100644
--- a/media-video/gpac/gpac-.ebuild
+++ b/media-video/gpac/gpac-.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://gpac.wp.imt.fr/;
 LICENSE="GPL-2"
 # subslot == libgpac major
 SLOT="0/11"
-IUSE="a52 aac alsa cpu_flags_x86_sse2 debug dvb ffmpeg ipv6 jack jpeg jpeg2k 
mad opengl oss png
+IUSE="a52 aac alsa cpu_flags_x86_sse2 debug dvb ffmpeg jack jpeg jpeg2k mad 
opengl oss png
pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid X"
 
 BDEPEND="virtual/pkgconfig"
@@ -100,6 +100,7 @@ src_configure() {
--cc="$(tc-getCC)"
--libdir="$(get_libdir)"
--verbose
+   --enable-ipv6
--enable-pic
--enable-svg
--disable-amr
@@ -108,7 +109,6 @@ src_configure() {
$(use_enable alsa)
$(use_enable debug)
$(use_enable dvb dvb4linux)
-   $(use_enable ipv6)
$(use_enable jack jack yes)
$(use_enable opengl 3d)
$(use_enable oss oss-audio)



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

2022-11-12 Thread Matt Turner
commit: 3282f7b6359808225b5c561d5611301a728a0f6a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:36:26 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:36:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3282f7b6

media-libs/x264: Drop unused inherits

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

 media-libs/x264/x264-0.0.20220222.ebuild | 2 +-
 media-libs/x264/x264-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/x264/x264-0.0.20220222.ebuild 
b/media-libs/x264/x264-0.0.20220222.ebuild
index 2279cc8e0237..c8bcf46dda7b 100644
--- a/media-libs/x264/x264-0.0.20220222.ebuild
+++ b/media-libs/x264/x264-0.0.20220222.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal toolchain-funcs
+inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="A free library for encoding X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;

diff --git a/media-libs/x264/x264-.ebuild b/media-libs/x264/x264-.ebuild
index a16cb3d6a416..aac24f183989 100644
--- a/media-libs/x264/x264-.ebuild
+++ b/media-libs/x264/x264-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal toolchain-funcs
+inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="A free library for encoding X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;



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

2022-11-12 Thread Matt Turner
commit: 12c6c2bb6d2edd71a727cb85e8ec9e65729fbbfe
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:36:57 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c6c2bb

media-libs/x265: Drop unused inherits

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

 media-libs/x265/x265-3.5-r2.ebuild | 2 +-
 media-libs/x265/x265-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/x265/x265-3.5-r2.ebuild 
b/media-libs/x265/x265-3.5-r2.ebuild
index 8ccbefead9ac..a27421cf424d 100644
--- a/media-libs/x265/x265-3.5-r2.ebuild
+++ b/media-libs/x265/x265-3.5-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake multilib-minimal multilib multibuild flag-o-matic
+inherit cmake multilib-minimal multibuild
 
 if [[ ${PV} = * ]]; then
inherit git-r3

diff --git a/media-libs/x265/x265-.ebuild b/media-libs/x265/x265-.ebuild
index 4f853abbc5bd..d7178b2765cc 100644
--- a/media-libs/x265/x265-.ebuild
+++ b/media-libs/x265/x265-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake multilib-minimal multilib multibuild flag-o-matic
+inherit cmake multilib-minimal multibuild
 
 if [[ ${PV} = * ]]; then
inherit git-r3



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

2022-11-12 Thread Matt Turner
commit: e3c43e40f46ade661b92917941e7852f9f032fa3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:39:54 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:39:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c43e40

media-libs/xine-lib: Inherit multilib for has_multilib_profile

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

 media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild | 2 +-
 media-libs/xine-lib/xine-lib-1.2..ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild
index e7f02362fae7..2f42d1c56c87 100644
--- a/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic libtool
+inherit flag-o-matic libtool multilib
 
 if [[ ${PV} == ** ]]; then
EHG_REPO_URI="http://hg.code.sf.net/p/xine/xine-lib-1.2;

diff --git a/media-libs/xine-lib/xine-lib-1.2..ebuild 
b/media-libs/xine-lib/xine-lib-1.2..ebuild
index 2935680fc418..b20c57438e1a 100644
--- a/media-libs/xine-lib/xine-lib-1.2..ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic libtool
+inherit flag-o-matic libtool multilib
 
 if [[ ${PV} == ** ]]; then
EHG_REPO_URI="http://hg.code.sf.net/p/xine/xine-lib-1.2;



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

2022-11-12 Thread Matt Turner
commit: 7945e47ce5aa896147f882738de65d43784b91b0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:37:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:37:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7945e47c

media-video/gpac: Drop unused inherits

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

 media-video/gpac/gpac-2.0.0.ebuild | 2 +-
 media-video/gpac/gpac-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpac/gpac-2.0.0.ebuild 
b/media-video/gpac/gpac-2.0.0.ebuild
index 3a6ccfbdc055..34e01f0cc807 100644
--- a/media-video/gpac/gpac-2.0.0.ebuild
+++ b/media-video/gpac/gpac-2.0.0.ebuild
@@ -11,7 +11,7 @@ else
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
 fi
 
-inherit flag-o-matic toolchain-funcs ${SCM} xdg
+inherit toolchain-funcs ${SCM} xdg
 
 DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from 
scratch in ANSI C"
 HOMEPAGE="https://gpac.wp.imt.fr/;

diff --git a/media-video/gpac/gpac-.ebuild 
b/media-video/gpac/gpac-.ebuild
index 1c87f44bd3fe..6082d6bf02c5 100644
--- a/media-video/gpac/gpac-.ebuild
+++ b/media-video/gpac/gpac-.ebuild
@@ -11,7 +11,7 @@ else
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
-inherit flag-o-matic toolchain-funcs ${SCM} xdg
+inherit toolchain-funcs ${SCM} xdg
 
 DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from 
scratch in ANSI C"
 HOMEPAGE="https://gpac.wp.imt.fr/;



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

2022-11-12 Thread Matt Turner
commit: d37552c5a85690698777ccdcce743a97b88d8932
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:41 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37552c5

media-video/mediainfo: Drop old versions

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

 media-video/mediainfo/Manifest   |  1 -
 media-video/mediainfo/mediainfo-21.09.ebuild | 86 
 2 files changed, 87 deletions(-)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index 77ec6ca7f101..71317027455d 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,2 +1 @@
-DIST mediainfo_21.09.tar.xz 1992000 BLAKE2B 
8deb996c84ededd390a4fb91f77a4dd0ba60f3a165aefde2fe862720a7a315ba56f911533c347703e0a722f05b94edc5f649edef26031b519fc7bd4012cd
 SHA512 
81545c936ec5f17f94246b2cd5343afd105d0b0791f151689fbecdb084778dd4e84da79f47529f16b8383542894819af995ec608588fc6d9f45e9be38a4304db
 DIST mediainfo_22.03.tar.xz 2005340 BLAKE2B 
232f077a1e202271de8c0d07f1f2a27efac38c998cb5b7f465bf5e8e44c24d6dad9fcafc1a6d981863c13822bd8cbe921b4a06adf3b1f3ac7c8690de4026b597
 SHA512 
981c9fe410cf6fff1a87ecfe250216977e036e8606034621c18bbf66cc75261c2e0f411bbbf298a409b5b306f7f7ee993a1e24e70040cf48a7728550ef7d830b

diff --git a/media-video/mediainfo/mediainfo-21.09.ebuild 
b/media-video/mediainfo/mediainfo-21.09.ebuild
deleted file mode 100644
index 6ac37d88f037..
--- a/media-video/mediainfo/mediainfo-21.09.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Please bump with media-libs/libmediainfo!
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo;
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="curl mms wxwidgets"
-
-RDEPEND="~media-libs/libmediainfo-${PV}[curl=,mms=]
-   >=media-libs/libzen-0.4.37
-   sys-libs/zlib
-   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
-   TARGETS="CLI"
-
-   if use wxwidgets; then
-   TARGETS+=" GUI"
-   setup-wxwidgets
-   fi
-}
-
-src_prepare() {
-   default
-
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   sed -i -e "s:-O2::" configure.ac || die
-   eautoreconf
-   done
-}
-
-src_configure() {
-   local target
-
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   local args=""
-   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
-   econf ${args}
-   done
-}
-
-src_compile() {
-   local target
-
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   default
-   done
-}
-
-src_install() {
-   local target
-
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   default
-   dodoc "${S}"/History_${target}.txt
-   done
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



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

2022-11-12 Thread Matt Turner
commit: dcecde9f569ef3a9e836d1f44c2994db8936f7d5
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:30:30 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcecde9f

media-video/x264-encoder: Drop old versions

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

 media-video/x264-encoder/Manifest  |  1 -
 .../x264-encoder/x264-encoder-0.0.20190903.ebuild  | 76 --
 2 files changed, 77 deletions(-)

diff --git a/media-video/x264-encoder/Manifest 
b/media-video/x264-encoder/Manifest
index 1cedc164b43d..4b11d2ba0042 100644
--- a/media-video/x264-encoder/Manifest
+++ b/media-video/x264-encoder/Manifest
@@ -1,2 +1 @@
 DIST x264-0.0.20220222.tar.bz2 777236 BLAKE2B 
45e57c48b4b889f5c7b4ce87d1442d26d907aac47fb7c586b34239317a8b74bb93eac3058eed766728fbca6370656d9a6f070e8992643984a89560e28edf206d
 SHA512 
1cf864059f83731ac47008c1af1d9ac06d06283439cf883a020f8a76e0c7efc3b525791d11efe8784d0e39ded68dd03794f0502fa64cc07df2f2de064a55e1d9
-DIST x264-snapshot-20190903-2245.tar.bz2 774515 BLAKE2B 
0b19fc1d3cedea32bfac9c5247bce7b3c04dead35458d61f3b5c0694040dc852b0110b620faf4118ed265a5605aafce3c49d468d38fb91e4c515b2860c486920
 SHA512 
c357c9025ffdf653c974eb7ccc2e9a4de86c02881372a6a8270ae59ce948c284da48a2aba37763bd29359d2a6dfc76ea56a52fed6082f8483912c8f948488a2d

diff --git a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild 
b/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild
deleted file mode 100644
index cb6f65632011..
--- a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A free commandline encoder for X264/AVC streams"
-HOMEPAGE="https://www.videolan.org/developers/x264.html;
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
-   SRC_URI=""
-else
-   MY_P="x264-snapshot-$(ver_cut 3)-2245"
-   
SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
-
-REQUIRED_USE="ffmpegsource? ( ffmpeg )"
-
-RDEPEND="
-   ~media-libs/x264-${PV}[interlaced=,threads=]
-   ffmpeg? ( media-video/ffmpeg:= )
-   ffmpegsource? ( media-libs/ffmpegsource )
-   mp4? ( >=media-video/gpac-0.5.2:= )"
-
-ASM_DEP=">=dev-lang/nasm-2.13"
-DEPEND="${RDEPEND}
-   amd64? ( ${ASM_DEP} )
-   x86? ( ${ASM_DEP} )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/gpac.patch" )
-
-src_configure() {
-   tc-export CC
-
-   if [[ ${ABI} == x86 || ${ABI} == amd64 ]]; then
-   export AS="nasm"
-   else
-   export AS="${CC}"
-   fi
-
-   # let upstream pick the optimization level by default
-   use custom-cflags || filter-flags -O?
-
-   ./configure \
-   --prefix="${EPREFIX}"/usr \
-   --libdir="${EPREFIX}"/usr/$(get_libdir) \
-   --system-libx264 \
-   --host="${CHOST}" \
-   --disable-lsmash \
-   $(usex avs "" "--disable-avs") \
-   $(usex ffmpeg "" "--disable-lavf --disable-swscale") \
-   $(usex ffmpegsource "" "--disable-ffms") \
-   $(usex interlaced "" "--disable-interlaced") \
-   $(usex mp4 "" "--disable-gpac") \
-   $(usex threads "" "--disable-thread") || die
-
-   # this is a nasty workaround for bug #376925 for x264 that also applies
-   # here, needed because as upstream doesn't like us fiddling with their 
CFLAGS
-   if use custom-cflags; then
-   local cflags
-   cflags="$(grep "^CFLAGS=" config.mak | sed 's/CFLAGS=//')"
-   cflags="${cflags//$(get-flag O)/}"
-   cflags="${cflags//-O? /$(get-flag O) }"
-   cflags="${cflags//-g /}"
-   sed -i "s:^CFLAGS=.*:CFLAGS=${cflags//:/\\:}:" config.mak
-   fi
-}



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

2022-11-12 Thread Matt Turner
commit: 5b7893f0a1ebc12df81a7f907da24b7c453c6b05
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:30:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7893f0

media-video/vdrsync: Drop old versions

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

 .../vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild  | 41 --
 1 file changed, 41 deletions(-)

diff --git a/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild 
b/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild
deleted file mode 100644
index c6248cefd7b6..
--- a/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-${PV#*_pre}"
-
-DESCRIPTION="converting vdr-recordings to mpeg2, dvd or other similar formats"
-HOMEPAGE="http://vdrsync.vdr-portal.de/;
-SRC_URI="http://vdrsync.vdr-portal.de/releases/${MY_P}.tgz;
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE="dvdr"
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.8.0
-   media-fonts/corefonts
-   dvdr? (
-   >=media-libs/gd-2.0.15
-   >=dev-perl/GD-2.0.7
-   >=dev-perl/GDTextUtil-0.86
-   >=media-video/dvdauthor-0.6.8
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-   sed -e 
"s:/usr/X11R6/lib/X11/fonts/truetype/arial.ttf:/usr/share/fonts/corefonts/arial.ttf:g"
 \
-   -i dvd-menu.pl || die
-   eapply "${FILESDIR}/${P}-path.diff"
-}
-
-src_install() {
-   dobin check-vdrsync.pl vdrsync.pl vdrsync_buffer.pl
-   use dvdr && dobin dvd-menu.pl
-   dodoc CHANGES
-}



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

2022-11-12 Thread Matt Turner
commit: c7f0fbcbef608ef6351c354e54b3de23f0c8af92
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f0fbcb

media-video/nvidia-video-codec: Drop old versions

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

 media-video/nvidia-video-codec/Manifest|  3 ---
 .../nvidia-video-codec-7.0.1.ebuild| 23 --
 .../nvidia-video-codec-7.1.9.ebuild| 23 --
 .../nvidia-video-codec-8.0.14.ebuild   | 23 --
 4 files changed, 72 deletions(-)

diff --git a/media-video/nvidia-video-codec/Manifest 
b/media-video/nvidia-video-codec/Manifest
index 58948c5eced9..eb9a34ff0222 100644
--- a/media-video/nvidia-video-codec/Manifest
+++ b/media-video/nvidia-video-codec/Manifest
@@ -1,4 +1 @@
-DIST nvidia-video-codec-7.0.1.tar.gz 44283 BLAKE2B 
ef658547ad8776f77cee3203d3bfa49ef96834ecfcfbe44513658b2966932dcbded8c1bc6327f432bc56ddaba97507ca2c4cbd39e1dcd7b244a93dff56e8c8c3
 SHA512 
246e7fee4430f755ca93f1343d2628c5a6de8fdb5826694eabb777ec693f5fa944147a582a96fce38f318d1a9e60e94ca94ef4e27313e3b38970b750fa17d3b4
-DIST nvidia-video-codec-7.1.9.tar.gz 44547 BLAKE2B 
78f64b7a89f375dfae5061daa291304d09e1c1580a91a7c53f0b850f804e8a52402a58b501b6397626e30a67bb442cd34d33b39865427dc21ec54c8997b5f97f
 SHA512 
8890c668b1ee73de9c6447c0d2ae9ab857927694c7de038d6028ac5a5205c95c0c3629ad8a3950269c7693cd877cf9c9e24f5c4d332a46d27ac79747f2383685
-DIST nvidia-video-codec-8.0.14.tar.gz 47388 BLAKE2B 
6d74b201d36f0be21576de858768166ed701068b4105520725af02864378cc68f14ca9e2233404d726d553485edf0e4d5204081c04ef456ca32d77bf4944b12c
 SHA512 
08f8ff6b9c4a595716d423262f96e4647df1e2fa3d57a98ac2c26da031a15d61600aeb84c97c7d05fdfd42cfcf5800be58aff49ae1379f02c0b4408ddda2269c
 DIST nvidia-video-codec-8.2.16.tar.gz 51998 BLAKE2B 
3692fe9d7d986e7f54285b57445d28531deb0a4119279a31320a01963d1498e5f080e167c38edfa51f17a8f78d769e92ff380e9a63576f069b10562a8ca03f92
 SHA512 
d144203b38f6a2e21f7dc0a73e4c2c4a2d2abccd56ae459df0daea0ac79db76af0e7ab2ecf87be8a56c4ebaf8a3fb0857bc6f59c22ab9c29638410742c4d835d

diff --git a/media-video/nvidia-video-codec/nvidia-video-codec-7.0.1.ebuild 
b/media-video/nvidia-video-codec/nvidia-video-codec-7.0.1.ebuild
deleted file mode 100644
index e1e943fe0b47..
--- a/media-video/nvidia-video-codec/nvidia-video-codec-7.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Redistributable headers to build cuvid and nvenc"
-HOMEPAGE="https://github.com/lu-zero/nvidia-video-codec;
-SRC_URI="https://github.com/lu-zero/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-util/nvidia-cuda-toolkit-7.5
-   >=x11-drivers/nvidia-drivers-367.35"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   insinto /opt/${PN}/include
-   doins *.h
-   dodoc README.md
-}

diff --git a/media-video/nvidia-video-codec/nvidia-video-codec-7.1.9.ebuild 
b/media-video/nvidia-video-codec/nvidia-video-codec-7.1.9.ebuild
deleted file mode 100644
index e1e943fe0b47..
--- a/media-video/nvidia-video-codec/nvidia-video-codec-7.1.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Redistributable headers to build cuvid and nvenc"
-HOMEPAGE="https://github.com/lu-zero/nvidia-video-codec;
-SRC_URI="https://github.com/lu-zero/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-util/nvidia-cuda-toolkit-7.5
-   >=x11-drivers/nvidia-drivers-367.35"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   insinto /opt/${PN}/include
-   doins *.h
-   dodoc README.md
-}

diff --git a/media-video/nvidia-video-codec/nvidia-video-codec-8.0.14.ebuild 
b/media-video/nvidia-video-codec/nvidia-video-codec-8.0.14.ebuild
deleted file mode 100644
index e1e943fe0b47..
--- a/media-video/nvidia-video-codec/nvidia-video-codec-8.0.14.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Redistributable headers to build cuvid and nvenc"
-HOMEPAGE="https://github.com/lu-zero/nvidia-video-codec;
-SRC_URI="https://github.com/lu-zero/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-util/nvidia-cuda-toolkit-7.5
-   >=x11-drivers/nvidia-drivers-367.35"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   insinto /opt/${PN}/include
-   doins *.h
-   dodoc README.md
-}



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

2022-11-12 Thread Matt Turner
commit: d1a7dab98d0c25fab26d1c973f54f702c1eec40b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:23 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a7dab9

media-video/ffmpeg: Drop old versions

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

 media-video/ffmpeg/Manifest|   4 -
 media-video/ffmpeg/ffmpeg-4.2.7.ebuild | 556 -
 media-video/ffmpeg/ffmpeg-4.2.8.ebuild | 555 
 3 files changed, 1115 deletions(-)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index 08f906ab7214..c4579743041d 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -1,7 +1,3 @@
-DIST ffmpeg-4.2.2-ppc64-altivec.patch.gz 7171 BLAKE2B 
6676dadb22d2ab4b0f5c19b418448c5b9b54fd8c803c3f0ab517c6fa7990be08098dd6f6a2b1b3e77a1bed31a069c702366aba79ef9141ff9e23cd8c1b6e2885
 SHA512 
6653975017de3f7bde420860419fbdddb50ae41dbb811b819f4b5b13807bf885a4c01736f05a684515f97b0d63bd8896d5951a3276af90cc74abfe32dc2e2407
-DIST ffmpeg-4.2.2-ppc64-gcc.patch.gz 750 BLAKE2B 
3a9cc7f0135e077c77179a7ca3da917bca3995d99d53b58221b23181a075f330132f83ea90a6110e89f90c7c3b5b2a7837559c5df414d9bd52dbb3ec166b1545
 SHA512 
701b0635e0819484a31de2062ba52d95ee03883ab56547cd75c3646a9b32bf3ecc7f719690b93f29202cfed0fdeecd26b51b9f3c66e72a999a3e8d9e97389275
-DIST ffmpeg-4.2.7.tar.bz2 10966448 BLAKE2B 
91151a3ece19700fbc04f304ebad9f34ffce2de19416992ceccf3a347ab58195f746a0ace0a331cc1f34dafd87e4e8c6467268546b417d3f58a1cbbe41662807
 SHA512 
ab57fc370005d8f33eed2e0f18ac4f418372f47f03d43566c52f9ffc70de27e6ec1ba49faf6e3356fd8a495cff40a8073f8d85a625f6ee21bd7018e19b31734f
-DIST ffmpeg-4.2.8.tar.xz 9118672 BLAKE2B 
7631bac87db7ce046a93c45422f0ffdc2929d9bb71798125dc403872b27f758015a5b0856e2b73edd47cbea2f3b3f6d94787f7d99846c9783826bd42b58b227a
 SHA512 
40c3c0a2b9853220ad48ea7d9b6e6238238d8f914b1a845aa2be0961d88f5602daab79ca38dd21215077649bbd6967c9e9d9a993831a6735f3a00ae6b798c65f
 DIST ffmpeg-4.4.2.tar.xz 9562968 BLAKE2B 
be044e9895acdd71a237a343a8d047c56db845c693b8c07877fc8049b630eb254e3430b6e9916330e6b3d53cbdc9f06680d80307a1fea1377bb818f4168bb276
 SHA512 
abce847c607ac6d63fe32ceff8bf8724888acf2b7db9a083cba50e3235590cdcb27feb7e0a314133d0030809fb54d474f64001fc9ab7d896a819159869c09d5a
 DIST ffmpeg-4.4.2.tar.xz.asc 520 BLAKE2B 
1ff4a886c7703a05a19499ae5b2b6207df24e05844861cb52f2c56a97f47ab4fefa5011de46a385bab9684964470697ec5e74553098392877f7521a04ffe0fc4
 SHA512 
a4df97a6328fc076b5611023bd61254f1a5043db1ec2f3426bee305206b2b0937047ede9cb51db31a3387a16218fe95a7a40296770574fa32660118938a9d301
 DIST ffmpeg-4.4.3.tar.xz 9566020 BLAKE2B 
a8b62a37151173f90821b876cf51e6819eb5519d7fb1f47b55b5f3003cb0e3d18d43c9482d70e32ef2bb6f5c6310260ec2c04ee997aad5ef687d598d838e9bc9
 SHA512 
0b232b66555237ed1a061807f88dbc5e6cd156e604c5d611bb6ac0c32b9006414cc4f30d632b482d9cb95f526df98b36efa3af9c863c52e7b7aa1a183545d915

diff --git a/media-video/ffmpeg/ffmpeg-4.2.7.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.7.ebuild
deleted file mode 100644
index 2b7fed0039c7..
--- a/media-video/ffmpeg/ffmpeg-4.2.7.ebuild
+++ /dev/null
@@ -1,556 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Subslot: libavutil major.libavcodec major.libavformat major
-# Since FFmpeg ships several libraries, subslot is kind of limited here.
-# Most consumers will use those three libraries, if a "less used" library
-# changes its soname, consumers will have to be rebuilt the old way
-# (preserve-libs).
-# If, for example, a package does not link to libavformat and only libavformat
-# changes its ABI then this package will be rebuilt needlessly. Hence, such a
-# package is free _not_ to := depend on FFmpeg but I would strongly encourage
-# doing so since such a case is unlikely.
-FFMPEG_SUBSLOT=56.58.58
-
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_MIN_CLONE_TYPE="single"
-   EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git;
-fi
-
-inherit flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
-
-DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
-HOMEPAGE="https://ffmpeg.org/;
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
-elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.bz2"
-else # Release
-   SRC_URI="https://ffmpeg.org/releases/${P/_/-}.tar.bz2
-   
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-4.2.2-ppc64-altivec.patch.gz
-   
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-4.2.2-ppc64-gcc.patch.gz
-   "
-fi
-FFMPEG_REVISION="${PV#*_p}"
-
-SLOT="0/${FFMPEG_SUBSLOT}"
-LICENSE="
-   !gpl? ( LGPL-2.1 )
-   gpl? ( GPL-2 )
-   amr? (
-   gpl? ( GPL-3 )
-   !gpl? ( LGPL-3 )
-   )
-   gmp? (
- 

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

2022-11-12 Thread Matt Turner
commit: c201fdf864d15cbe2586ad10970720be3e1abfd7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c201fdf8

media-video/harvid: Drop old versions

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

 media-video/harvid/Manifest   |  1 -
 media-video/harvid/harvid-0.8.3-r1.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index d0949e7155e6..4386171502a6 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1,2 +1 @@
-DIST harvid-0.8.3.tar.gz 116446 BLAKE2B 
b245166ab2244a7afdddabb463296974c0d995d70ad8af6e93f549f045245597cb4ca3abf47c608eea15089ac5e6f82972b789d9a3f268b8be98f3080fd6e5e7
 SHA512 
748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac
 DIST harvid-0.9.0.tar.gz 116909 BLAKE2B 
94b194c475aa402d750d2930c19402157674c5e629bf6212d0fbf0bfe9516f6272850ebca4fb9c6bb1c899418c48ac2b76ec6c04def35671df37ca0b44550e42
 SHA512 
cba47a9ad70633fbbc5a939819b7ad3c46f01b199b23c938b26092d731664bcfef05b4f03bf83433ddc63d191fef72d0cab09ae4c35efd2e1b2b37c4b2689e82

diff --git a/media-video/harvid/harvid-0.8.3-r1.ebuild 
b/media-video/harvid/harvid-0.8.3-r1.ebuild
deleted file mode 100644
index 6e0a1ba99158..
--- a/media-video/harvid/harvid-0.8.3-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="HTTP Ardour Video Daemon"
-HOMEPAGE="http://x42.github.io/harvid/;
-SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=media-video/ffmpeg-2.6:0=
-   media-libs/libpng:0=
-   virtual/jpeg:0
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-BDEPEND="
-   app-editors/vim-core
-"
-
-PATCHES=( "${FILESDIR}/jpeg.patch" )
-
-hv_make() {
-   emake \
-   CC="$(tc-getCC)" \
-   RANLIB="$(tc-getRANLIB)" \
-   STRIP="true" \
-   NM="$(tc-getNM) -B" \
-   LD="$(tc-getLD)" \
-   AR="$(tc-getAR)" \
-   PREFIX="${EPREFIX:-/}usr" \
-   libdir="${EPREFIX:-/}usr/$(get_libdir)" \
-   hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
-   "${@}"
-}
-
-src_compile() {
-   hv_make -C libharvid
-   hv_make -C src
-   hv_make
-}
-
-src_install() {
-   hv_make DESTDIR="${D}" install
-   dodoc ChangeLog README.md
-}



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

2022-11-12 Thread Matt Turner
commit: 54be596c1f4e2fa565bba1673cdecbe73a72b111
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:30:31 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be596c

media-video/xine-ui: Drop old versions

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

 media-video/xine-ui/Manifest   |   1 -
 media-video/xine-ui/xine-ui-0.99.12.ebuild | 100 -
 2 files changed, 101 deletions(-)

diff --git a/media-video/xine-ui/Manifest b/media-video/xine-ui/Manifest
index 7c341d249a23..da5c7493057a 100644
--- a/media-video/xine-ui/Manifest
+++ b/media-video/xine-ui/Manifest
@@ -1,2 +1 @@
-DIST xine-ui-0.99.12.tar.xz 1980672 BLAKE2B 
ac1a9b17b48005c667d53129e51f4db2cfe2933c0fca9ba8b6f1d999f903568217a061c84806abfec31d4afcc238579c232a1ae6f4b04afcac465c340826f037
 SHA512 
bc04cb8df730abce147485b488250331a304e4318fc28ebab890c6485242a5edeafd953547c637622e2312c65aa1e36aaae6117d608dd668781d841804f2ae86
 DIST xine-ui-0.99.13.tar.xz 2156892 BLAKE2B 
edb4cb082faeba5f9f64ea06f6561d471fddfc7672dd92ec1a0a99b5c8eb10f46c15df2044fa2a4eaafdeab1fa56d990afa443f912602fdc676d1e34e3cf6c84
 SHA512 
a0802d767a805c462f7ae05fa5c4860af5c281ffa74c70a6c2c8a3ecbf8060e6f3f40fed215e27a823985c7d5c3484715cbbe5e4bf43655353f59fa2230b41e7

diff --git a/media-video/xine-ui/xine-ui-0.99.12.ebuild 
b/media-video/xine-ui/xine-ui-0.99.12.ebuild
deleted file mode 100644
index b1fc0d1b3e5c..
--- a/media-video/xine-ui/xine-ui-0.99.12.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="Xine movie player"
-HOMEPAGE="https://xine-project.org/home;
-SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv x86"
-IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
-
-RDEPEND="
-   || ( app-arch/tar app-arch/libarchive )
-   media-libs/libpng:0=
-   >=media-libs/xine-lib-1.2:=[aalib?,libcaca?]
-   virtual/jpeg:0
-   aalib? ( media-libs/aalib:= )
-   curl? ( >=net-misc/curl-7.10.2:= )
-   libcaca? ( media-libs/libcaca:= )
-   lirc? ( app-misc/lirc:= )
-   nls? ( virtual/libintl )
-   readline? ( >=sys-libs/readline-6.2:= )
-   X? (
-   x11-libs/libICE:=
-   x11-libs/libSM:=
-   x11-libs/libX11:=
-   x11-libs/libXext:=
-   x11-libs/libXft:=
-   x11-libs/libXrender:=
-   x11-libs/libXScrnSaver:=
-   x11-libs/libXtst:=
-   x11-libs/libXv:=
-   x11-libs/libXxf86vm:=
-   xinerama? ( x11-libs/libXinerama:= )
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( >=sys-devel/gettext-0.18.3 )
-   X? (
-   x11-base/xorg-proto
-   x11-libs/libXt
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.99.10-desktop.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-   rm misc/xine-bugreport || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_enable xinerama) \
-   $(use_enable lirc) \
-   $(use_enable vdr vdr-keys) \
-   --disable-nvtvsimple \
-   $(use_enable debug) \
-   $(use_with X x) \
-   $(use_with readline) \
-   $(use_with curl) \
-   $(use_with aalib) \
-   $(use_with libcaca caca) \
-   --without-fb
-}
-
-src_install() {
-   # xine-list apparently may cause sandbox violation, bug 654394
-   addpredict /dev/dri
-
-   emake \
-   DESTDIR="${D}" \
-   docdir="/usr/share/doc/${PF}" \
-   docsdir="/usr/share/doc/${PF}" \
-   install
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



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

2022-11-12 Thread Matt Turner
commit: 1bdbb0e6974badc5a72ad6910f97be661d1c58f0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdbb0e6

media-video/dvdauthor: Drop old versions

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

 media-video/dvdauthor/Manifest  |  1 -
 media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest
index dd767a2c963f..e3c6d6e347b9 100644
--- a/media-video/dvdauthor/Manifest
+++ b/media-video/dvdauthor/Manifest
@@ -1,2 +1 @@
-DIST dvdauthor-0.7.1.tar.gz 421324 BLAKE2B 
34d7f20cc7f8a5f8ea10cfd1404a15b04e909a343e008da18035f6bf78de7b4f16729b3c2ba5ebedd7bd12e72a801874d99d5c1e6f7458a311501e07afc11788
 SHA512 
0875300df4711bf5758cb8a3ec03793689abd403cdebfc5736463d9b6df49a22e66e9e1f0c2abfcb7d25469c2e7f7e76789f7779cc0743ec972f8965b0f744a9
 DIST dvdauthor-0.7.2.tar.gz 648305 BLAKE2B 
e3c918e101be1627b32d19a4ba17e676593ce260c72c4a1126acc691d9dec484e3d70817abfa1f1542d5a29d603ecbd9226e305caadd77abfb1278125f7d6c64
 SHA512 
202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125

diff --git a/media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild 
b/media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild
deleted file mode 100644
index ec4f4b64bb34..
--- a/media-video/dvdauthor/dvdauthor-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Tools for generating DVD files to be played on standalone DVD 
players"
-HOMEPAGE="http://dvdauthor.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="graphicsmagick +imagemagick"
-REQUIRED_USE="^^ ( graphicsmagick imagemagick )"
-
-RDEPEND=">=dev-libs/fribidi-0.19.2
-   dev-libs/libxml2
-   >=media-libs/freetype-2
-   media-libs/libdvdread
-   media-libs/libpng:0=
-   graphicsmagick? ( media-gfx/graphicsmagick:= )
-   imagemagick? ( media-gfx/imagemagick:= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-PATCHES=(
-   "${FILESDIR}/${P}-glibc220.patch"
-)
-
-src_prepare() {
-   default
-   if use graphicsmagick ; then
-   sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \
-   || die
-   fi
-}
-
-src_configure() {
-   use graphicsmagick && \
-   append-cppflags "$($(tc-getPKG_CONFIG) --cflags 
GraphicsMagick)" #459976
-   append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
-   econf
-}



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

2022-11-12 Thread Matt Turner
commit: 41ad85115736c9d352707d22bf30b7ff8c1adaa4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:19 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ad8511

media-video/dvdstyler: Drop old versions

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

 media-video/dvdstyler/Manifest   |  1 -
 media-video/dvdstyler/dvdstyler-3.0.4.ebuild | 70 
 2 files changed, 71 deletions(-)

diff --git a/media-video/dvdstyler/Manifest b/media-video/dvdstyler/Manifest
index 1bfc852cc5dc..324a4c9897c2 100644
--- a/media-video/dvdstyler/Manifest
+++ b/media-video/dvdstyler/Manifest
@@ -1,2 +1 @@
-DIST DVDStyler-3.0.4.tar.bz2 8870498 BLAKE2B 
c1ec7651d90613cebbd8d4e62b4626b8a7e2069eadc07bfe9a91e51bf33638135ca975f4857242b3f9ff34606a4e6084200059c82ebc3aa146f446f9b77483ae
 SHA512 
2747e6a494d331b6f35405d7d2ed47789f4452bb3d4e86b0c68cf0fafffb4e6de452b28fac0e9995c312017c7e4e8a3f89ad42bf0a0c99ce19c5d6c0ca6e351a
 DIST DVDStyler-3.2.1.tar.bz2 9040634 BLAKE2B 
f6c3ec5d6595b650ead167ae6532a0849cc6545e1531f10483a7dd2f9962ea6cd4494b7eb8224bbc6e70588b1054fc13a13a5e2f5d977b5b80692c7cc2553d53
 SHA512 
09124a6c8db2b8d8072bfe2f7de98474d736a36a66d5124eab1b925da9ca830901f554ca80d9a4403365616001d869237002a2cb467cf3cc11b37aea12ff9d90

diff --git a/media-video/dvdstyler/dvdstyler-3.0.4.ebuild 
b/media-video/dvdstyler/dvdstyler-3.0.4.ebuild
deleted file mode 100644
index fc6e67168465..
--- a/media-video/dvdstyler/dvdstyler-3.0.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=${P/dvds/DVDS}
-WX_GTK_VER=3.0
-
-inherit wxwidgets
-
-DESCRIPTION="A cross-platform free DVD authoring application"
-HOMEPAGE="https://www.dvdstyler.org/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +udev"
-
-DEPEND="
-   app-cdr/cdrtools
-   >=app-cdr/dvd+rw-tools-7.1
-   media-libs/libexif:=
-   >=media-libs/wxsvg-1.5.11:=
-   >=media-video/dvdauthor-0.7.1
-   >=media-video/ffmpeg-2.6:0=[encode]
-   >=media-video/xine-ui-0.99.7
-   virtual/jpeg:0
-   x11-libs/wxGTK:${WX_GTK_VER}=[gstreamer,X]
-   sys-apps/dbus
-   udev? ( >=virtual/libudev-215:= )"
-RDEPEND="${DEPEND}
-   >=app-cdr/dvdisaster-0.72.4
-   media-video/mjpegtools"
-BDEPEND="
-   app-arch/zip
-   app-text/xmlto
-   sys-devel/gettext
-   virtual/yacc
-   virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/ffmpeg4.patch )
-
-src_prepare() {
-   default
-
-   # disable obsolete GNOME 2.x libraries wrt #508854
-   sed -i -e '/PKG_CONFIG/s:libgnomeui-2.0:dIsAbLeAuToMaGiC&:' configure 
|| die
-   # rmdir: failed to remove `tempfoobar': Directory not empty
-   sed -i -e '/rmdir "$$t"/d' docs/Makefile.in || die
-   # fix underlinking wrt #367863
-   sed -i -e 's:@LIBS@:& -ljpeg:' wxVillaLib/Makefile.in || die
-   # silence desktop-file-validate QA check
-   sed -i \
-   -e '/Icon/s:.png::' -e '/^Encoding/d' -e 
'/Categories/s:Application;::' \
-   data/dvdstyler.desktop || die
-}
-
-src_configure() {
-   setup-wxwidgets unicode
-   econf \
-   $(use_enable debug) \
-   --with-wx-config="${WX_CONFIG}"
-}
-
-src_install() {
-   default
-   rm "${ED}"/usr/share/doc/${PF}/{COPYING*,INSTALL*} || die
-}



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

2022-11-12 Thread Matt Turner
commit: 94bb0619082800418b04e45cd53df2d93c4c693b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bb0619

media-video/gaupol: Drop old versions

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

 media-video/gaupol/Manifest |  1 -
 media-video/gaupol/gaupol-1.10.1.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
index 2f9ae2bc5fad..9ac89580c751 100644
--- a/media-video/gaupol/Manifest
+++ b/media-video/gaupol/Manifest
@@ -1,2 +1 @@
-DIST gaupol-1.10.1.tar.gz 580890 BLAKE2B 
eb3f5bc3f9ec371d4169a9517f83bd42371aa41532f99f650b51e4649f813f0a37c0de5a01f69ee0c73f38cf2b57dd3260b5cac88f4c09785e86da2ec82c0cba
 SHA512 
f294ea10c73dcf9941f70988ae58066917d7b321141e3a3ba3e12810e5f20a4711feca45d354dddc0e104a1ee2496fad24e529b129bdeee1cdb92010ec20be1d
 DIST gaupol-1.11.tar.gz 581799 BLAKE2B 
d0f4ad7c71086f585138bde79ba49f43e8e71eba7bc5ef5f0ac324ab962049cd1c71030f5a7d6ec859d4ac32dc7a07c8255ab01d98114629055f777f11210a2e
 SHA512 
8c623f6ed8d189a79a994545be3dd96ae7fec399216520bfe89587a9c0b5917e07b6d80fe1f8a7b2d016b9fb1aa544bdabe103428dc97ea78e6d8c05666d0e9c

diff --git a/media-video/gaupol/gaupol-1.10.1.ebuild 
b/media-video/gaupol/gaupol-1.10.1.ebuild
deleted file mode 100644
index 1a81955c24ce..
--- a/media-video/gaupol/gaupol-1.10.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 virtualx xdg-utils
-
-DESCRIPTION="A subtitle editor for text-based subtitles"
-HOMEPAGE="https://otsaloma.io/gaupol/;
-SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="spell"
-
-RDEPEND="
-   app-text/iso-codes
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]
-   spell? ( app-text/gspell[introspection] )
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   app-dicts/myspell-en
-   app-text/enchant[hunspell]
-   app-text/gspell[introspection]
-   )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( AUTHORS.md NEWS.md README.md README.aeidon.md )
-
-python_test() {
-   virtx pytest -vv
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "The integrated video player requires 
media-plugins/gst-plugins-gtk."
-   elog ""
-   elog "External video previewing support requires MPV, MPlayer 
or VLC."
-   if use spell; then
-   elog ""
-   elog "Spell-checking requires a dictionary, any of 
app-dicts/myspell-*"
-   elog "or app-text/aspell with the appropriate L10N 
variable."
-   elog ""
-   elog "Additionally, make sure that app-text/enchant has 
the correct flags enabled:"
-   elog "USE=hunspell for myspell dictionaries and 
USE=aspell for aspell dictionaries."
-   fi
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2022-11-12 Thread Matt Turner
commit: 34727a187d85745de1ba11622427e9b8a3df21bf
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:30 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34727a18

media-video/gpac: Drop old versions

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

 media-video/gpac/Manifest  |   1 -
 media-video/gpac/gpac-1.0.1.ebuild | 154 -
 2 files changed, 155 deletions(-)

diff --git a/media-video/gpac/Manifest b/media-video/gpac/Manifest
index 84cbbe3a0255..1eeffa596c2a 100644
--- a/media-video/gpac/Manifest
+++ b/media-video/gpac/Manifest
@@ -1,2 +1 @@
-DIST gpac-1.0.1.tar.gz 10352926 BLAKE2B 
80bdbd568551f9028a44acfa0cfeba585b69f24392393c1fb1bfe16f4b614eb79cda5f641f0b61854734f0dd85eb17520c2012040d3c47d68f66e5beb66fb2db
 SHA512 
533371d59e72250bef315be03ec3437cd66782d0fb6bdb6486a6f4d57d06a6a7deff1b31fe8bfd360be1d1c848b33b5d25e7268f56f27f8e92cbcb7da1aba82b
 DIST gpac-2.0.0.tar.gz 11362932 BLAKE2B 
a8489831efb77c374d13e2edb3951e60a94907c4cd8601919e1390aee0e9002249e97a9200fd006c2aa783c516f701f7695aa84b5f3596a3bc90290916ff4086
 SHA512 
e95e6d78167fc306917b3ac89e56ba511bbcb0c825da118f5ba374504499352104b5c1f3ee71e7ec018015b8e302f9b07162d22287ddb21c8564b097d900913f

diff --git a/media-video/gpac/gpac-1.0.1.ebuild 
b/media-video/gpac/gpac-1.0.1.ebuild
deleted file mode 100644
index 65ed5f65e282..
--- a/media-video/gpac/gpac-1.0.1.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == * ]] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/gpac/gpac;
-else
-   SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-fi
-
-inherit flag-o-matic toolchain-funcs ${SCM} xdg
-
-DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from 
scratch in ANSI C"
-HOMEPAGE="https://gpac.wp.imt.fr/;
-
-LICENSE="GPL-2"
-# subslot == libgpac major
-SLOT="0/10"
-IUSE="a52 aac alsa cpu_flags_x86_sse2 debug dvb ffmpeg ipv6 jack jpeg jpeg2k 
mad opengl oss png
-   pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid X"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   media-libs/libogg
-   sys-libs/zlib
-   a52? ( media-libs/a52dec )
-   aac? ( media-libs/faad2 )
-   alsa? ( media-libs/alsa-lib )
-   ffmpeg? ( media-video/ffmpeg:0= )
-   jack? ( virtual/jack )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/openjpeg:2 )
-   mad? ( media-libs/libmad )
-   opengl? (
-   media-libs/freeglut
-   virtual/glu
-   virtual/opengl
-   )
-   png? ( media-libs/libpng:0= )
-   pulseaudio? ( media-sound/pulseaudio )
-   theora? ( media-libs/libtheora )
-   truetype? ( media-libs/freetype:2 )
-   sdl? ( media-libs/libsdl )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   vorbis? ( media-libs/libvorbis )
-   X? (
-   x11-libs/libXt
-   x11-libs/libX11
-   x11-libs/libXv
-   x11-libs/libXext
-   )
-   xml? ( dev-libs/libxml2:2= )
-   xvid? ( media-libs/xvid )
-"
-DEPEND="
-   ${RDEPEND}
-   dvb? ( sys-kernel/linux-headers )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.0.1-configure.patch"
-   "${FILESDIR}/${PN}-1.0.0-zlib-compile.patch"
-)
-
-DOCS=(
-   share/doc/CODING_STYLE
-   share/doc/GPAC\ UPnP.doc
-   share/doc/ISO\ 639-2\ codes.txt
-   share/doc/SceneGenerators
-   share/doc/ipmpx_syntax.bt
-   Changelog
-   README.md
-)
-
-HTML_DOCS="share/doc/*.html"
-
-my_use() {
-   local flag="$1" pflag="${2:-$1}"
-   if use ${flag}; then
-   echo "--use-${pflag}=system"
-   else
-   echo "--use-${pflag}=no"
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i -e "s:\(--disable-.*\)=\*):\1):" configure || die
-}
-
-src_configure() {
-   tc-export CC CXX AR RANLIB
-
-   local myeconfargs=(
-   --cc="$(tc-getCC)"
-   --libdir="$(get_libdir)"
-   --verbose
-   --enable-pic
-   --enable-svg
-   --disable-amr
-   --use-js=no
-   --use-ogg=system
-   $(use_enable alsa)
-   $(use_enable debug)
-   $(use_enable dvb dvb4linux)
-   $(use_enable ipv6)
-   $(use_enable jack jack yes)
-   $(use_enable opengl 3d)
-   $(use_enable oss oss-audio)
-   $(use_enable pulseaudio pulseaudio yes)
-   $(use_enable sdl)
-   $(use_enable ssl)
-   $(use_enable static-libs static-lib)
-   $(use_enable X x11)
-   $(use_enable X x11-shm)
-  

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

2022-11-12 Thread Matt Turner
commit: 58baa472e12220341d66f6d51fa2de0b768c5c98
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:28:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58baa472

media-video/atomicparsley: Drop old versions

Bug: https://bugs.gentoo.org/806845
Signed-off-by: Matt Turner  gentoo.org>

 media-video/atomicparsley/Manifest |  1 -
 .../atomicparsley/atomicparsley-0.9.0.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/media-video/atomicparsley/Manifest 
b/media-video/atomicparsley/Manifest
index d7149321a8bb..03adcdbb13ee 100644
--- a/media-video/atomicparsley/Manifest
+++ b/media-video/atomicparsley/Manifest
@@ -1,2 +1 @@
-DIST AtomicParsley-source-0.9.0.zip 172616 BLAKE2B 
6e2fa904cde622524ec51e3d084d89dd86c04db9942a27fae67b0d12db0542705d28e723c26db94d234f26c7249c6b8d4fd01a2bce891d2310a3a912667e1d84
 SHA512 
a4733893bb0d8bf824ee46d7da7f8c2ab9338ae56ea89810db1ac40282554e7e095b3e88631786b248a66aba878f166b9ac403769c66ef3ad45ac8ff7d411982
 DIST atomicparsley-0.9.6_p20210715_p151551.tar.gz 230214 BLAKE2B 
986058a8e80b84f30df03f5dfc6e2019ef6949469d8554a5a06ecc75716463b3047820265fd22556f9087a64498e07e994fa2162660f440086eab276be496a9d
 SHA512 
9f58fe7426c9728f8e5624250ff57d7707a4b040365135fa5149909d84c536ecbddaa3820dae85ca8a4c31fc8009685bf56875f1d4ff6f5c854f05a30da6974a

diff --git a/media-video/atomicparsley/atomicparsley-0.9.0.ebuild 
b/media-video/atomicparsley/atomicparsley-0.9.0.ebuild
deleted file mode 100644
index c60e09385f43..
--- a/media-video/atomicparsley/atomicparsley-0.9.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=AtomicParsley-source-${PV}
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Command line program for manipulating iTunes-style metadata in 
MPEG4 files"
-HOMEPAGE="http://atomicparsley.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-glibc-2.10.patch
-   "${FILESDIR}"/${P}-environment.patch
-)
-
-src_compile() {
-   # APar_sha1.cpp:116:47 and 117:43: warning: dereferencing type-punned
-   # pointer will break strict-aliasing rules
-   append-flags -fno-strict-aliasing
-   tc-export CXX
-   ./build || die
-}
-
-src_install() {
-   dobin AtomicParsley
-   dodoc *.{txt,rtf}
-}



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

2022-11-12 Thread Matt Turner
commit: ebb9bd9fe8515db8070e9b374aeda5eec9ada971
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 12 17:29:25 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 12 17:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb9bd9f

media-video/ffmpegthumbnailer: Drop old versions

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

 media-video/ffmpegthumbnailer/Manifest |  1 -
 .../ffmpegthumbnailer-2.2.0-r1.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/Manifest 
b/media-video/ffmpegthumbnailer/Manifest
index b2baf1a0f95d..d17cf3f8bf1d 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,2 +1 @@
-DIST ffmpegthumbnailer-2.2.0.tar.bz2 1223895 BLAKE2B 
1babd01672f927a9ae043488e67225490f732b26544ad92e4c55ae683eb7d852cb90233e76a52cbda2f6aec26654b57907d7706e3ad4ae6d76ca3bca163c78eb
 SHA512 
526d15b2c754fcb1415e69fb54cb6e7d0102b6d73a32a7e8528df81e32633dfe3786898984fdb988c93daee7218956c75c096ef657c9b3a42399d2d1d27c7bbf
 DIST ffmpegthumbnailer-2.2.2.tar.bz2 1201838 BLAKE2B 
449a876eaf56feb41c06dc5f3d123b138d66dfe8b6e1bc2e53f1742ef6fbd4ec5d14d77402e13cf8c369ee0cf0707ae5b100ac1d9fb02435b3c3a776cc9dc5f4
 SHA512 
52760dcf59430e5e85024c9f19dc1fac1d5f0edb4f937b33feac2b3ca8f12bbf549b5f658fc16fc07bf773717b9e10048aa3eb24bf52811c5c88c995ef492612

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
deleted file mode 100644
index 7513824240d8..
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer;
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="gnome gtk jpeg png test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="gnome? ( gtk )
-   test? ( png jpeg )"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-RDEPEND="
-   gtk? ( dev-libs/glib:2= )
-   jpeg? ( virtual/jpeg:0= )
-   >=media-video/ffmpeg-2.7:0=
-   png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=( "${FILESDIR}/${P}-pkgconfig-libdir.patch" )
-
-src_prepare() {
-   rm -rf out* || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GIO=$(usex gtk)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_THUMBNAILER=$(usex gnome)
-   -DHAVE_JPEG=$(usex jpeg)
-   -DHAVE_PNG=$(usex png)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-rtd-dark-mode/

2022-11-12 Thread Anna Vyalkova
commit: 33dce6653916d53287eff808b745b9ebb262d79c
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Nov 12 10:37:49 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Nov 12 17:16:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33dce665

dev-python/sphinx-rtd-dark-mode: new package, add 1.2.4

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/sphinx-rtd-dark-mode/Manifest   |  1 +
 dev-python/sphinx-rtd-dark-mode/metadata.xml   | 11 +++
 .../sphinx-rtd-dark-mode-1.2.4.ebuild  | 36 ++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/sphinx-rtd-dark-mode/Manifest 
b/dev-python/sphinx-rtd-dark-mode/Manifest
new file mode 100644
index 0..96deecacb
--- /dev/null
+++ b/dev-python/sphinx-rtd-dark-mode/Manifest
@@ -0,0 +1 @@
+DIST sphinx-rtd-dark-mode-1.2.4.gh.tar.gz 9964 BLAKE2B 
7aa68205af0578b841d35e7d7ccc8278060eafa13a598889dde6e75c3b27f606ffd7eac0c4bcc946b7e83bd2099e83c5b212768f230cabfcc6a8a0248b8f8ebc
 SHA512 
729fa42c813bdcde8f10633aef54ac55b7ae0c20d67d376141236c3bc96731de3d42c9b890f1314527a2f0faf7de30101d769235b97b53456b6291f4137f9e75

diff --git a/dev-python/sphinx-rtd-dark-mode/metadata.xml 
b/dev-python/sphinx-rtd-dark-mode/metadata.xml
new file mode 100644
index 0..06307abe2
--- /dev/null
+++ b/dev-python/sphinx-rtd-dark-mode/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   sphinx-rtd-dark-mode
+   
+

diff --git a/dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild 
b/dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild
new file mode 100644
index 0..bad53b4ac
--- /dev/null
+++ b/dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+MY_PN="sphinx_rtd_dark_mode"
+DESCRIPTION="Dark mode for the Sphinx Read the Docs theme"
+HOMEPAGE="
+   https://pypi.org/project/sphinx-rtd-dark-mode/
+   https://github.com/MrDogeBro/sphinx_rtd_dark_mode
+"
+SRC_URI="https://github.com/MrDogeBro/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( {CONTRIBUTING,README}.md )
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest tests/build.py
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/

2022-11-12 Thread Anna Vyalkova
commit: fb86c237f6dff96f06d04cbdddc8a61ddf33dc16
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Nov 12 10:06:04 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Nov 12 17:16:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb86c237

dev-python/asgi-lifespan: add 2.0.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/asgi-lifespan/Manifest  |  1 +
 .../asgi-lifespan/asgi-lifespan-2.0.0.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/asgi-lifespan/Manifest 
b/dev-python/asgi-lifespan/Manifest
index 16c63d274..7c88d02db 100644
--- a/dev-python/asgi-lifespan/Manifest
+++ b/dev-python/asgi-lifespan/Manifest
@@ -1 +1,2 @@
 DIST asgi-lifespan-1.0.1.gh.tar.gz 10745 BLAKE2B 
cebf0d8a152cae10c69764497624e384d878b4f98d8f8ca22648daee0315742503c0fa6c2f452f051d0f0c49b2fafea6b5f96660609b68395a2b441a1cd714ce
 SHA512 
70acad39954749154461a9d6435d5ae78eb9aa22e7717303158780cde90f532f2c33656da7ccefab0edfc2916db92339969228b383c29be9832fe933fe1206b9
+DIST asgi-lifespan-2.0.0.gh.tar.gz 10067 BLAKE2B 
66e4161f85b62aa065085db75d4c6c603b5e0b4888a89e880a3ce2e30c5ab5ba34544d4a137c7bcd913901ceb9b7422977cbb2ac3df0fe233907213d06710801
 SHA512 
2675bf756891229ef30ec9401777edaf0ed012aa1d8de5fdbaa76da01189fc2decf4d44463f74a04fcb17d46d1818ec410940649841aaed8f61c265659c69e86

diff --git a/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild 
b/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild
new file mode 100644
index 0..43a47c075
--- /dev/null
+++ b/dev-python/asgi-lifespan/asgi-lifespan-2.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Programmatic startup/shutdown of ASGI apps"
+HOMEPAGE="
+   https://pypi.org/project/asgi-lifespan/
+   https://github.com/florimondmanca/asgi-lifespan
+"
+SRC_URI="https://github.com/florimondmanca/${PN}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/sniffio[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   dev-python/starlette[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   rm setup.cfg || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/praw/

2022-11-12 Thread Anna Vyalkova
commit: 29c049617b2d40531d53f6840c0da2299891799d
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Nov 12 10:42:23 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Nov 12 17:16:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29c04961

dev-python/praw: add 7.6.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/praw/Manifest  |  1 +
 dev-python/praw/praw-7.6.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/praw/Manifest b/dev-python/praw/Manifest
index 1def1b0cc..478a3bfdb 100644
--- a/dev-python/praw/Manifest
+++ b/dev-python/praw/Manifest
@@ -1 +1,2 @@
 DIST praw-7.6.0.gh.tar.gz 25122812 BLAKE2B 
58010c2d2d223e8f64744453eff1416c5b6edd79cc2e3e6916792c60933b635a3272d7933fa885e6ce64663141eaf5b5e4091f5d7320b52e16c05d97f1747434
 SHA512 
6702936b193542756e1b035fc7b7e2d9c398d44bb1631046af0a06b93833c26cfdae61d58d160e27e1b56b63777eda709e6e6bee2c6e4c76451837a6eead6ac4
+DIST praw-7.6.1.gh.tar.gz 25083372 BLAKE2B 
eab92be89585bbe485b4d51c1c3c15def597b3a5cdb1326cf166931e4be22bea2975c76c48c8b673b30945ec5b559efba84d0310eebbdaa2881a37e30351af31
 SHA512 
91fa6efe0ea56d53ea49df8c1046ff620571d9dc80e6fdc5a5da3651cd24d7553455b62d02db8e37531a7bf34be0fbbc8c9555281b4887b73e9b8758966db55a

diff --git a/dev-python/praw/praw-7.6.1.ebuild 
b/dev-python/praw/praw-7.6.1.ebuild
new file mode 100644
index 0..5b20a24a8
--- /dev/null
+++ b/dev-python/praw/praw-7.6.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python Reddit API Wrapper"
+HOMEPAGE="https://pypi.org/project/praw/ https://github.com/praw-dev/praw;
+SRC_URI="https://github.com/praw-dev/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( {AUTHORS,CHANGES,README}.rst SECURITY.md )
+
+RDEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/

2022-11-12 Thread William Hubbs
commit: d30787726d3b482c17f38b60f6fd8eb7f5c35fbb
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Nov 12 17:05:30 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Nov 12 17:05:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3078772

app-metrics/prometheus: stabilize 2.39.1 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/prometheus/prometheus-2.39.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/prometheus/prometheus-2.39.1.ebuild 
b/app-metrics/prometheus/prometheus-2.39.1.ebuild
index bba1d236e464..f8ce6497ae7d 100644
--- a/app-metrics/prometheus/prometheus-2.39.1.ebuild
+++ b/app-metrics/prometheus/prometheus-2.39.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/prometheus/prometheus/archive/${MY_PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv"
+KEYWORDS="amd64 ~arm ~riscv"
 
 COMMON_DEPEND="acct-group/prometheus
acct-user/prometheus"



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2022-11-12 Thread Arthur Zamarin
commit: e2f57a4837820a259bf253b3ea6edf3d52980781
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:38:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:38:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f57a48

www-client/links: Stabilize 2.28 ppc, #881115

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/links/links-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.28.ebuild 
b/www-client/links/links-2.28.ebuild
index 350824a93e9a..e1c8168f7de7 100644
--- a/www-client/links/links-2.28.ebuild
+++ b/www-client/links/links-2.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl 
suid svga tiff unicode webp X zlib zstd"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2022-11-12 Thread Arthur Zamarin
commit: 7e25a27dc93ae81bc30d7709f49dd3b903e64853
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:38:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:38:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e25a27d

www-client/links: Stabilize 2.28 ppc64, #881115

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/links/links-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.28.ebuild 
b/www-client/links/links-2.28.ebuild
index 037b3c189417..350824a93e9a 100644
--- a/www-client/links/links-2.28.ebuild
+++ b/www-client/links/links-2.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl 
suid svga tiff unicode webp X zlib zstd"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2022-11-12 Thread Arthur Zamarin
commit: ef81cdb2124590d464ed78049f080eb480a0fd6d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:38:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:38:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef81cdb2

www-client/links: Stabilize 2.28 arm, #881115

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/links/links-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.28.ebuild 
b/www-client/links/links-2.28.ebuild
index e1c8168f7de7..0e5d27d8ef46 100644
--- a/www-client/links/links-2.28.ebuild
+++ b/www-client/links/links-2.28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl 
suid svga tiff unicode webp X zlib zstd"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: dev-python/meson-python/

2022-11-12 Thread Arthur Zamarin
commit: 2346607c0eb23efc2f74f0f42cdc7bccb93b9ee1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:31:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:31:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2346607c

dev-python/meson-python: Keyword 0.10.0-r1 sparc, #862330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/meson-python/meson-python-0.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/meson-python/meson-python-0.10.0-r1.ebuild 
b/dev-python/meson-python/meson-python-0.10.0-r1.ebuild
index a1cccea2c3f4..93efdcbb7123 100644
--- a/dev-python/meson-python/meson-python-0.10.0-r1.ebuild
+++ b/dev-python/meson-python/meson-python-0.10.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/pyproject-metadata-0.6.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/

2022-11-12 Thread Arthur Zamarin
commit: 0508971f9fa16cdc061859ab61c7a0efe6504006
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:31:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0508971f

dev-python/pythran: Keyword 0.12.0-r2 sparc, #862330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pythran/pythran-0.12.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythran/pythran-0.12.0-r2.ebuild 
b/dev-python/pythran/pythran-0.12.0-r2.ebuild
index 4202d8f839eb..58265a9a4987 100644
--- a/dev-python/pythran/pythran-0.12.0-r2.ebuild
+++ b/dev-python/pythran/pythran-0.12.0-r2.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-libs/boost



[gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/

2022-11-12 Thread Arthur Zamarin
commit: 23f0a8ca854862856b2867af7b47cf30397b44a2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:31:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f0a8ca

dev-python/scipy: Keyword 1.9.3 sparc, #862330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/scipy/scipy-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scipy/scipy-1.9.3.ebuild 
b/dev-python/scipy/scipy-1.9.3.ebuild
index 0f38a0cb37a1..5c625b238045 100644
--- a/dev-python/scipy/scipy-1.9.3.ebuild
+++ b/dev-python/scipy/scipy-1.9.3.ebuild
@@ -39,7 +39,7 @@ else
S="${WORKDIR}"/${MY_P}
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ppc ~ppc64 ~riscv ~s390 
~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-metadata/

2022-11-12 Thread Arthur Zamarin
commit: af27cfa0449e082943037e30f9edf32fa2a004db
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:31:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:31:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af27cfa0

dev-python/pyproject-metadata: Keyword 0.6.1 sparc, #862330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyproject-metadata/pyproject-metadata-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject-metadata/pyproject-metadata-0.6.1.ebuild 
b/dev-python/pyproject-metadata/pyproject-metadata-0.6.1.ebuild
index 8f4e508a72c3..787c8a46c862 100644
--- a/dev-python/pyproject-metadata/pyproject-metadata-0.6.1.ebuild
+++ b/dev-python/pyproject-metadata/pyproject-metadata-0.6.1.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/

2022-11-12 Thread Arthur Zamarin
commit: faf7570b91d80d8733f04deb2adc62861e9229f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:31:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf7570b

dev-python/networkx: Keyword 2.8.8 sparc, #862330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/networkx/networkx-2.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/networkx/networkx-2.8.8.ebuild 
b/dev-python/networkx/networkx-2.8.8.ebuild
index 96dd02e10e41..54e5f4e50802 100644
--- a/dev-python/networkx/networkx-2.8.8.ebuild
+++ b/dev-python/networkx/networkx-2.8.8.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/

2022-11-12 Thread Arthur Zamarin
commit: 7e1de3cd97e0a4b667e157ba4d5bd5e5f4d3d3c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:26:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:26:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1de3cd

dev-lang/python: Stabilize 3.8.15_p3 sparc, #880637

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-lang/python/python-3.8.15_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.15_p3.ebuild 
b/dev-lang/python/python-3.8.15_p3.ebuild
index 43cf48ec59d9..5d213501fa6d 100644
--- a/dev-lang/python/python-3.8.15_p3.ebuild
+++ b/dev-lang/python/python-3.8.15_p3.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-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="
bluetooth build +ensurepip examples gdbm hardened lto +ncurses pgo
+readline +sqlite +ssl test tk wininst +xml



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/

2022-11-12 Thread Arthur Zamarin
commit: 30ec8132364917a236530063cfe853d7ddbe3993
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:25:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:25:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ec8132

dev-lang/python: Stabilize 3.10.8_p3 sparc, #880641

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-lang/python/python-3.10.8_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.10.8_p3.ebuild 
b/dev-lang/python/python-3.10.8_p3.ebuild
index 92cacfdf66ff..f7df03edfe54 100644
--- a/dev-lang/python/python-3.10.8_p3.ebuild
+++ b/dev-lang/python/python-3.10.8_p3.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-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="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk +xml



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/

2022-11-12 Thread Arthur Zamarin
commit: 1b14806af2e974d998c7d78f8a6c4ca5ea861361
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:25:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:25:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b14806a

dev-lang/python: Stabilize 3.10.8_p3 hppa, #880641

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-lang/python/python-3.10.8_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.10.8_p3.ebuild 
b/dev-lang/python/python-3.10.8_p3.ebuild
index 2067f42e5bf9..92cacfdf66ff 100644
--- a/dev-lang/python/python-3.10.8_p3.ebuild
+++ b/dev-lang/python/python-3.10.8_p3.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-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="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk +xml



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

2022-11-12 Thread Arthur Zamarin
commit: b4d12c1ab193842793dcd3fd6b6d28768cb4240d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:19:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:19:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d12c1a

media-libs/harfbuzz: Stabilize 5.3.1-r1 sparc, #880681

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild 
b/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild
index 9423b2b1cc7b..236ca70eedfa 100644
--- a/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/harfbuzz/harfbuzz/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-11-12 Thread Arthur Zamarin
commit: ea3eafa58d4a44088ce0235abb9b947f34389d63
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:18:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:18:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3eafa5

media-libs/harfbuzz: Stabilize 5.3.1-r1 arm64, #880681

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild 
b/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild
index aa0f3ea90635..9423b2b1cc7b 100644
--- a/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-5.3.1-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/harfbuzz/harfbuzz/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-11-12 Thread Arthur Zamarin
commit: 1756126a1dfa14a1eed6c3abb4f182212fae3285
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:08:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:08:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1756126a

media-libs/zimg: Stabilize 3.0.4 sparc, #868030

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/zimg/zimg-3.0.4.ebuild 
b/media-libs/zimg/zimg-3.0.4.ebuild
index 1d8bac186ada..fc89c481adb6 100644
--- a/media-libs/zimg/zimg-3.0.4.ebuild
+++ b/media-libs/zimg/zimg-3.0.4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc 
x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
S="${WORKDIR}/${PN}-release-${PV}/"
 fi
 inherit autotools multilib-minimal



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

2022-11-12 Thread Arthur Zamarin
commit: a9fcdbb43ec5c9ceb9a1e389cbe2309366432890
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:08:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:08:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fcdbb4

media-libs/libass: Stabilize 0.16.0 sparc, #868030

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/libass/libass-0.16.0.ebuild 
b/media-libs/libass/libass-0.16.0.ebuild
index 66d5b906ed27..5a313502874b 100644
--- a/media-libs/libass/libass-0.16.0.ebuild
+++ b/media-libs/libass/libass-0.16.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://github.com/libass/libass/releases/download/${PV
 
 LICENSE="ISC"
 SLOT="0/9" # subslot = libass soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="+fontconfig"
 
 BDEPEND="virtual/pkgconfig



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

2022-11-12 Thread Arthur Zamarin
commit: 1ee4f59c53a9c208c44af23526e02c00febb0a73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:08:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:08:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee4f59c

media-video/atomicparsley: Stabilize 0.9.6_p20210715_p151551 sparc, #868030

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/atomicparsley/atomicparsley-0.9.6_p20210715_p151551.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-video/atomicparsley/atomicparsley-0.9.6_p20210715_p151551.ebuild 
b/media-video/atomicparsley/atomicparsley-0.9.6_p20210715_p151551.ebuild
index 61bc920855bc..1f890ecdfbaa 100644
--- a/media-video/atomicparsley/atomicparsley-0.9.6_p20210715_p151551.ebuild
+++ b/media-video/atomicparsley/atomicparsley-0.9.6_p20210715_p151551.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 
 src_configure() {
# APar_sha1.cpp:116:47 and 117:43: warning: dereferencing type-punned



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

2022-11-12 Thread Arthur Zamarin
commit: 402cb1d9eb3f1fa8d1d4b2dc3029ab3074d55c54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:08:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:08:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402cb1d9

dev-libs/pugixml: Stabilize 1.12 sparc, #868030

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-libs/pugixml/pugixml-1.12.ebuild 
b/dev-libs/pugixml/pugixml-1.12.ebuild
index 9dc6ae8f6171..0ad37cf66bc3 100644
--- a/dev-libs/pugixml/pugixml-1.12.ebuild
+++ b/dev-libs/pugixml/pugixml-1.12.ebuild
@@ -12,7 +12,7 @@ else
# Use non-release tarball for tests
# TODO: ask upstream to include tests in release tarballs?
SRC_URI="https://github.com/zeux/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath 
support"



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

2022-11-12 Thread Arthur Zamarin
commit: ef8e7d431f54387b18e18157070ce1b1e96b7961
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:08:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:08:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8e7d43

media-libs/kvazaar: Stabilize 2.1.0 sparc, #868030

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/kvazaar/kvazaar-2.1.0.ebuild 
b/media-libs/kvazaar/kvazaar-2.1.0.ebuild
index 7dca53900852..493011b03ebc 100644
--- a/media-libs/kvazaar/kvazaar-2.1.0.ebuild
+++ b/media-libs/kvazaar/kvazaar-2.1.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]] ; then
 else
SRC_URI="https://github.com/ultravideo/kvazaar/archive/v${PV}.tar.gz -> 
${P}.tar.gz
test? ( 
https://github.com/silentbicycle/greatest/archive/v${GREATEST_PV}.tar.gz -> 
greatest-${GREATEST_PV}.tar.gz )"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc 
x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 fi
 inherit autotools flag-o-matic multilib-minimal toolchain-funcs
 



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

2022-11-12 Thread Arthur Zamarin
commit: 77bdcc4aec283132319ec4bbafcd88834a0484f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 16:08:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 16:08:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bdcc4a

media-libs/x264: Stabilize 0.0.20220222 sparc, #868030

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/x264/x264-0.0.20220222.ebuild 
b/media-libs/x264/x264-0.0.20220222.ebuild
index f1efe569766b..2279cc8e0237 100644
--- a/media-libs/x264/x264-0.0.20220222.ebuild
+++ b/media-libs/x264/x264-0.0.20220222.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
 else
# Download 
https://code.videolan.org/videolan/x264/-/archive/master/x264-master.tar.bz2
SRC_URI="https://dev.gentoo.org/~aballier/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}/${PN}-master"
 fi
 



  1   2   3   >