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

2021-04-30 Thread Joonas Niilola
commit: 493e6846b57d0bf9ad6e56b8a5141b5cb16b8880
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May  1 05:14:09 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May  1 05:38:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493e6846

app-emulation/lxc: bump to 4.0.8

 - add installing examples behind 'doc' USE flag for consistency. Doesn't
   pull more deps and only installs files worth <100 kb.

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

 app-emulation/lxc/Manifest |   2 +
 app-emulation/lxc/lxc-4.0.8.ebuild | 173 +
 2 files changed, 175 insertions(+)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index 6a74af90230..025a73a758a 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -2,3 +2,5 @@ DIST lxc-4.0.6.tar.gz 1363162 BLAKE2B 
e2d9d281cf521575aeecefbcba0c7b7f336ab73193
 DIST lxc-4.0.6.tar.gz.asc 833 BLAKE2B 
04b6bda0ed52a6ab8eebde4d3d5f1f6cb19eea017ae989d47323831d467324f99801b40c3bb70f00d7521753a298e6fa339f0da039c4d72b0163d0efc815d7e7
 SHA512 
baeafa5b63034e2884d5ab4f11710612bed1c61cd493ac19b9b24b93365b89325518b69878015b4b752f71beda47ecabf774b698e6be9ec9aa86376df2c302db
 DIST lxc-4.0.7.tar.gz 1485130 BLAKE2B 
1b806282f3a07df1936f11a6c7c8f0f4dd10ca91aecb3cf881e4cd5c4106035828619ee4bcb163242206e6aafced7841fcd10c191f1b8d609d4e8cb19d81ba6c
 SHA512 
cc04332466090154cf1862fad7a52c9ad7f08462cbe113b12092face43c0e92d53e082af7744667d5397e6289f4ffcf6787c0cb17648013d267b13437be4d992
 DIST lxc-4.0.7.tar.gz.asc 833 BLAKE2B 
90e533b5fe96b1f8fd2d3dc08e45438b9211855c79ec514ab722ad5e5b6ec0cbd3579805143c81c854ac09d50ee14319404ee4523dff69c05f4a43137284235f
 SHA512 
a64624b2796d0dac2e0c274cfaaf7c42c23d77903f643005bd5433543318c81b0e715042332a1c120250d4ef23d51ef9be0b7cedeced4f7bfe53d1aee46a6822
+DIST lxc-4.0.8.tar.gz 1488025 BLAKE2B 
51bbbf968bc07472214edbad89ed703f54347d5dd78860a2954609d87a1971326a5fcc2254890756d769dcf5e6005e19f6eff34fd923bb594cffcea0b8100ebd
 SHA512 
b2b9887c5c4646fbd873fd15779a563954ac729bfbd546ccc2b9c7e5e283b3b3189290a31cc6c549881201ff29d955b56c084a72c080f48f83240c12b46ce85e
+DIST lxc-4.0.8.tar.gz.asc 833 BLAKE2B 
36e82957f878553b04dffc18aa82b81a55b400f4ceeddc2a47f3c1c28c34356f358626dbbc712dadd72678ef3340028817d5addc011fe5650419acf4bdd4f0f1
 SHA512 
138a17d971466c7a14f4da40af7163bb752be9008f00f6ce240fdc416ad97bd0b89b181b8565a95592bb2de456fba117e3263fb87eb92ced99ae3d7e984dc9b3

diff --git a/app-emulation/lxc/lxc-4.0.8.ebuild 
b/app-emulation/lxc/lxc-4.0.8.ebuild
new file mode 100644
index 000..89a0b2e2b2d
--- /dev/null
+++ b/app-emulation/lxc/lxc-4.0.8.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 linux-info flag-o-matic optfeature pam 
readme.gentoo-r1 systemd verify-sig
+
+DESCRIPTION="A userspace interface for the Linux kernel containment features"
+HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc;
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz
+   verify-sig? ( https://linuxcontainers.org/downloads/lxc/${P}.tar.gz.asc 
)"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="apparmor +caps doc man pam selinux +ssl +tools verify-sig"
+
+RDEPEND="acct-group/lxc
+   acct-user/lxc
+   app-misc/pax-utils
+   sys-apps/util-linux
+   sys-libs/libcap
+   sys-libs/libseccomp
+   virtual/awk
+   caps? ( sys-libs/libcap )
+   pam? ( sys-libs/pam )
+   selinux? ( sys-libs/libselinux )
+   ssl? (
+   dev-libs/openssl:0=
+   )"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-4
+   apparmor? ( sys-apps/apparmor )"
+BDEPEND="doc? ( app-doc/doxygen )
+   man? ( app-text/docbook-sgml-utils )
+   verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+
+CONFIG_CHECK="~!NETPRIO_CGROUP
+   ~CGROUPS
+   ~CGROUP_CPUACCT
+   ~CGROUP_DEVICE
+   ~CGROUP_FREEZER
+
+   ~CGROUP_SCHED
+   ~CPUSETS
+   ~IPC_NS
+   ~MACVLAN
+
+   ~MEMCG
+   ~NAMESPACES
+   ~NET_NS
+   ~PID_NS
+
+   ~POSIX_MQUEUE
+   ~USER_NS
+   ~UTS_NS
+   ~VETH"
+
+ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers"
+ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) 
networking"
+ERROR_MEMCG="CONFIG_MEMCG: needed for memory resource control in containers"
+ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network"
+ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command"
+ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info"
+ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking"
+
+DOCS=( AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt )
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-bash-completion.patch
+   

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

2021-04-30 Thread Joonas Niilola
commit: 4ff4b7430db7c14cff46590aa9d612318ecaa7d8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May  1 05:38:03 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May  1 05:38:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff4b743

app-emulation/lxc: drop 4.0.7

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

 app-emulation/lxc/Manifest |   2 -
 app-emulation/lxc/lxc-4.0.7.ebuild | 173 -
 2 files changed, 175 deletions(-)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index 025a73a758a..4e9ccf760fe 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -1,6 +1,4 @@
 DIST lxc-4.0.6.tar.gz 1363162 BLAKE2B 
e2d9d281cf521575aeecefbcba0c7b7f336ab73193be94e760b37eb6f3423ec3520f194549def6f64c1662f22b7df5a03dfc6b4e6dac1bf229c5f726f51b4d43
 SHA512 
98514796ef2091a291516ed7fde737df07ccfe374a0f8b4314e0ee992837e98ed02aa9f7809f8808a2f5ee1c7ae2dcea163531cdaedbb577211eeb9beff90c15
 DIST lxc-4.0.6.tar.gz.asc 833 BLAKE2B 
04b6bda0ed52a6ab8eebde4d3d5f1f6cb19eea017ae989d47323831d467324f99801b40c3bb70f00d7521753a298e6fa339f0da039c4d72b0163d0efc815d7e7
 SHA512 
baeafa5b63034e2884d5ab4f11710612bed1c61cd493ac19b9b24b93365b89325518b69878015b4b752f71beda47ecabf774b698e6be9ec9aa86376df2c302db
-DIST lxc-4.0.7.tar.gz 1485130 BLAKE2B 
1b806282f3a07df1936f11a6c7c8f0f4dd10ca91aecb3cf881e4cd5c4106035828619ee4bcb163242206e6aafced7841fcd10c191f1b8d609d4e8cb19d81ba6c
 SHA512 
cc04332466090154cf1862fad7a52c9ad7f08462cbe113b12092face43c0e92d53e082af7744667d5397e6289f4ffcf6787c0cb17648013d267b13437be4d992
-DIST lxc-4.0.7.tar.gz.asc 833 BLAKE2B 
90e533b5fe96b1f8fd2d3dc08e45438b9211855c79ec514ab722ad5e5b6ec0cbd3579805143c81c854ac09d50ee14319404ee4523dff69c05f4a43137284235f
 SHA512 
a64624b2796d0dac2e0c274cfaaf7c42c23d77903f643005bd5433543318c81b0e715042332a1c120250d4ef23d51ef9be0b7cedeced4f7bfe53d1aee46a6822
 DIST lxc-4.0.8.tar.gz 1488025 BLAKE2B 
51bbbf968bc07472214edbad89ed703f54347d5dd78860a2954609d87a1971326a5fcc2254890756d769dcf5e6005e19f6eff34fd923bb594cffcea0b8100ebd
 SHA512 
b2b9887c5c4646fbd873fd15779a563954ac729bfbd546ccc2b9c7e5e283b3b3189290a31cc6c549881201ff29d955b56c084a72c080f48f83240c12b46ce85e
 DIST lxc-4.0.8.tar.gz.asc 833 BLAKE2B 
36e82957f878553b04dffc18aa82b81a55b400f4ceeddc2a47f3c1c28c34356f358626dbbc712dadd72678ef3340028817d5addc011fe5650419acf4bdd4f0f1
 SHA512 
138a17d971466c7a14f4da40af7163bb752be9008f00f6ce240fdc416ad97bd0b89b181b8565a95592bb2de456fba117e3263fb87eb92ced99ae3d7e984dc9b3

diff --git a/app-emulation/lxc/lxc-4.0.7.ebuild 
b/app-emulation/lxc/lxc-4.0.7.ebuild
deleted file mode 100644
index d8de55261ce..000
--- a/app-emulation/lxc/lxc-4.0.7.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1 linux-info flag-o-matic optfeature pam 
readme.gentoo-r1 systemd verify-sig
-
-DESCRIPTION="A userspace interface for the Linux kernel containment features"
-HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc;
-SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz
-   verify-sig? ( https://linuxcontainers.org/downloads/lxc/${P}.tar.gz.asc 
)"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="apparmor +caps doc examples man pam selinux +ssl +tools verify-sig"
-
-RDEPEND="acct-group/lxc
-   acct-user/lxc
-   app-misc/pax-utils
-   sys-apps/util-linux
-   sys-libs/libcap
-   sys-libs/libseccomp
-   virtual/awk
-   caps? ( sys-libs/libcap )
-   pam? ( sys-libs/pam )
-   selinux? ( sys-libs/libselinux )
-   ssl? (
-   dev-libs/openssl:0=
-   )"
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-4
-   apparmor? ( sys-apps/apparmor )"
-BDEPEND="doc? ( app-doc/doxygen )
-   man? ( app-text/docbook-sgml-utils )
-   verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
-
-CONFIG_CHECK="~!NETPRIO_CGROUP
-   ~CGROUPS
-   ~CGROUP_CPUACCT
-   ~CGROUP_DEVICE
-   ~CGROUP_FREEZER
-
-   ~CGROUP_SCHED
-   ~CPUSETS
-   ~IPC_NS
-   ~MACVLAN
-
-   ~MEMCG
-   ~NAMESPACES
-   ~NET_NS
-   ~PID_NS
-
-   ~POSIX_MQUEUE
-   ~USER_NS
-   ~UTS_NS
-   ~VETH"
-
-ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers"
-ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) 
networking"
-ERROR_MEMCG="CONFIG_MEMCG: needed for memory resource control in containers"
-ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network"
-ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command"
-ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info"
-ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking"
-
-DOCS=( AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt )
-
-pkg_setup() {
-   

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

2021-04-30 Thread Joonas Niilola
commit: 5d05a7c3f79a987247f5e43260a299eccab75c06
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May  1 05:37:09 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May  1 05:38:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d05a7c3

app-emulation/lxd: bump to 4.0.6

 - build lxd-agent statically, #752480

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

 app-emulation/lxd/Manifest |   2 +
 app-emulation/lxd/lxd-4.0.6.ebuild | 156 +
 2 files changed, 158 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index 45ccce6f37d..c92c906912e 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,2 +1,4 @@
 DIST lxd-4.0.5.tar.gz 14659330 BLAKE2B 
4d61885a94946d3a6018324512ea318716cb9c1bc5f40be4eb62f71ad6a0eb993cda0ef917fbefb3949c0d47a6217245cc62e0ced3abfbcf47f6d8375a7d85d0
 SHA512 
8b9e6742dc3383fb31dce33d9f8ffe7a0ea661d274f6c3ac710f58d4d5b90b596881386571564ec0cd8f027da43eaa3948dd675d6fa07f1095405f4cc05f1211
 DIST lxd-4.0.5.tar.gz.asc 833 BLAKE2B 
f5b2ead748973831ec7ba7be00c34d26b16a6b168fb88a25f07126eeab5c812cab72609acc443e9bb541ff64849952bf66f8ee207083836a2aab905f1373c1e0
 SHA512 
b59edaf88cd8ab34271eb0ebb52270ede1509351596449b1b955eaba70a50f6f18fdc95fcc933deca3fe545b9aa45bfda3b7aa6553a8b4f2cedc8d1a6b3a5946
+DIST lxd-4.0.6.tar.gz 15353779 BLAKE2B 
f699e91c53b407e5a0e47fe40b133d6216754b1e5c5829ee68993468565f2080c12cbcbf8373d6da16ca94a3648ec51b874e66ff589be09dc95f2382d18f3e12
 SHA512 
58efaac50dbcbb3cf0e7aa1b3b43085beae4546dfcd081720b049c2b88bf120b9a74e7db1238bbdd8cc2449e039b076ece3734e8f46f3ddbdc70aaae8b326963
+DIST lxd-4.0.6.tar.gz.asc 833 BLAKE2B 
6d1756b130a944a98e62d809c45129178bfc39158c71e09319cdaff7461b14bda467e44a781bb5c15d40afdae4d3ec86f98919738a8c169d3fff910d8e9fe58a
 SHA512 
6c59bd8ec9bf0d9bd90c8ab2970cf6928c0bef3736631ea2a56ebc464f33940366d35925ddfc4104c13fa0fd4e1bea42796e0a2eb82a8bf395957829f938c7db

diff --git a/app-emulation/lxd/lxd-4.0.6.ebuild 
b/app-emulation/lxd/lxd-4.0.6.ebuild
new file mode 100644
index 000..bfa426ef05e
--- /dev/null
+++ b/app-emulation/lxd/lxd-4.0.6.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 linux-info optfeature systemd verify-sig
+
+DESCRIPTION="Fast, dense and secure container management"
+HOMEPAGE="https://linuxcontainers.org/lxd/introduction/ 
https://github.com/lxc/lxd;
+SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz
+   verify-sig? ( https://linuxcontainers.org/downloads/lxd/${P}.tar.gz.asc 
)"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="apparmor ipv6 nls verify-sig"
+
+DEPEND="app-arch/xz-utils
+   >=app-emulation/lxc-3.0.0[apparmor?,seccomp(+)]
+   dev-libs/dqlite
+   dev-libs/lzo
+   dev-libs/raft
+   net-dns/dnsmasq[dhcp,ipv6?]"
+RDEPEND="${DEPEND}
+   acct-group/lxd
+   net-firewall/ebtables
+   net-firewall/iptables[ipv6?]
+   sys-apps/iproute2[ipv6?]
+   sys-fs/fuse:*
+   sys-fs/lxcfs
+   sys-fs/squashfs-tools[lzma]
+   virtual/acl"
+BDEPEND="dev-lang/go
+   nls? ( sys-devel/gettext )
+   verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+
+CONFIG_CHECK="
+   ~CGROUPS
+   ~IPC_NS
+   ~NET_NS
+   ~PID_NS
+
+   ~SECCOMP
+   ~USER_NS
+   ~UTS_NS
+"
+
+ERROR_IPC_NS="CONFIG_IPC_NS is required."
+ERROR_NET_NS="CONFIG_NET_NS is required."
+ERROR_PID_NS="CONFIG_PID_NS is required."
+ERROR_SECCOMP="CONFIG_SECCOMP is required."
+ERROR_UTS_NS="CONFIG_UTS_NS is required."
+
+# Go magic.
+QA_PREBUILT="/usr/bin/fuidshift
+   /usr/bin/lxc
+   /usr/bin/lxc-to-lxd
+   /usr/bin/lxd-agent
+   /usr/bin/lxd-benchmark
+   /usr/bin/lxd-p2c
+   /usr/sbin/lxd"
+
+EGO_PN="github.com/lxc/lxd"
+GOPATH="${S}/_dist" # this seems to reset every now and then, though
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
+
+src_prepare() {
+   default
+
+   export GOPATH="${S}/_dist"
+
+   sed -i \
+   -e "s:\./configure:./configure --prefix=/usr 
--libdir=${EPREFIX}/usr/lib/lxd:g" \
+   -e "s:make:make ${MAKEOPTS}:g" \
+   Makefile || die
+
+   # Fix hardcoded ovmf file path, see bug 763180
+   sed -i \
+   -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+   -e "s:OVMF_VARS.ms.fd:OVMF_VARS.secboot.fd:g" \
+   doc/environment.md \
+   lxd/apparmor/instance_qemu.go \
+   lxd/instance/drivers/driver_qemu.go || die "Failed to fix 
hardcoded ovmf paths."
+}
+
+src_configure() { :; }
+
+src_compile() {
+   export GOPATH="${S}/_dist"
+   export GO111MODULE=auto
+
+   cd "${S}" || die
+
+   for k in fuidshift lxd-benchmark lxc lxc-to-lxd; do
+   

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

2021-04-30 Thread Miroslav Šulc
commit: c82a59edb268db241e80dc2ec67ed44fb078707c
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat May  1 05:38:12 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat May  1 05:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82a59ed

media-sound/din: removed obsolete 50

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/din/Manifest  |  1 -
 media-sound/din/din-50.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/media-sound/din/Manifest b/media-sound/din/Manifest
index 2dac4dda458..01956287c3d 100644
--- a/media-sound/din/Manifest
+++ b/media-sound/din/Manifest
@@ -1,3 +1,2 @@
 DIST din-50.1.tar.gz 3684686 BLAKE2B 
3d73f31f91a57188b63f1f5fc9a68923c4fb6d9a14cbfd602510d0006ff4079ab60865e49118a02e46381aebd4cc4ee9415172bac724f8491655326147b6466b
 SHA512 
c860c70bb9f3c3db66e05dd9f9048daecab1b0c9d0588fde901ce26723e291b56d23086f792180fb5fc688165e4ed7efdc302d0d3d02efa913be5f2d4a90f5eb
 DIST din-50.2.tar.gz 3687036 BLAKE2B 
b51923d755c5b4635d79c77f204bf42da9926fc247dde9d3ad175bc858a674a3064589608bfd67331ef40a417fdbbee4e90ae6a9bc2930355213738225fcd7e4
 SHA512 
4d60f26434559259b778181f2b46e2689af94179fc254b61e1ea623cafa49030736b69effd82fb2f62b8e908883cf272147dde884487c9a7beed9c26cf0a7498
-DIST din-50.tar.gz 3684789 BLAKE2B 
31efae8f031e41b04d0e1cb9dea011572b9516ed9962687d863b5cd2f77ec409a9dc6b449a299869a89abc554e673aa05bae1350a06cc850b898b878c02e8daa
 SHA512 
58796353df9180dc6b12bfe71579fb3dd2d7ab029dc5f8d09b4f8a3cb6938db054702dc4c7344b8d8852926e052f9bdf304b9a71e3d8faa9c6a209ef0b94ff4d

diff --git a/media-sound/din/din-50.ebuild b/media-sound/din/din-50.ebuild
deleted file mode 100644
index f2a1cb085d4..000
--- a/media-sound/din/din-50.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools edos2unix xdg
-
-DESCRIPTION="a software musical instrument and audio synthesizer"
-HOMEPAGE="https://dinisnoise.org/;
-SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+alsa jack"
-
-RDEPEND="
-   dev-lang/tcl:0=
-   media-libs/libsdl:=
-   virtual/glu
-   virtual/opengl
-   alsa? ( media-libs/alsa-lib )
-   jack? ( virtual/jack )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/boost
-"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-REQUIRED_USE="|| ( alsa jack )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-49.1-makefile.patch"
-   "${FILESDIR}/${PN}-48-fix-random-constants.patch"
-)
-
-src_prepare() {
-   default
-
-   edos2unix pixmaps/${PN}.desktop
-
-   use jack && (sed -i "s/-lasound/-ljack/g" src/Makefile.am || die 
"Failed to fix jack linking")
-
-   eautoreconf
-}
-
-src_configure() {
-   # Jack takes over alsa.
-   local sound_engine
-
-   use jack && sound_engine="UNIX_JACK" || sound_engine="LINUX_ALSA"
-
-   econf CXXFLAGS="${CXXFLAGS} -D__${sound_engine}__"
-}



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

2021-04-30 Thread Hans de Graaff
commit: 0541ae94cf1d968fb32c60059c5e66938c1022fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  1 05:08:00 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  1 05:11:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0541ae94

dev-ruby/minitest-hooks: add ruby30

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild 
b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 373a09b01f9..e2f45e983ed 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2021-04-30 Thread Hans de Graaff
commit: 922cd9af2eedc7e9dc5b8cae7dff419b53beefb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  1 05:08:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  1 05:11:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922cd9af

ruby-ng.eclass: die on errors in ruby_rbconfig_value

Die on errors in ruby_rbconfig_value, so that any issues with it cause
an immediate stop, rather than returning a nil value which may
propagate into installed ebuilds and cause hard-to-diagnose issues.

Closes: https://bugs.gentoo.org/776322

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

 eclass/ruby-ng.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 0dd65b894c8..0c569bfcdcc 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -607,7 +607,7 @@ ruby-ng_src_install() {
 # @USAGE: rbconfig item
 # @RETURN: Returns the value of the given rbconfig item of the Ruby 
interpreter in ${RUBY}.
 ruby_rbconfig_value() {
-   echo $(${RUBY} --disable=did_you_mean -rrbconfig -e "puts 
RbConfig::CONFIG['$1']")
+   echo $(${RUBY} --disable=did_you_mean -rrbconfig -e "puts 
RbConfig::CONFIG['$1']" || die "Could not read ruby configuration for '${1}'")
 }
 
 # @FUNCTION: doruby



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

2021-04-30 Thread Hans de Graaff
commit: f7ef1eebb5fe99fa5226450872203af44e0d3c2b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  1 05:11:06 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  1 05:11:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ef1eeb

dev-ruby/minitar: add ruby30

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/minitar/minitar-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitar/minitar-0.9.ebuild 
b/dev-ruby/minitar/minitar-0.9.ebuild
index 87f05eba8ec..00e16ce0516 100644
--- a/dev-ruby/minitar/minitar-0.9.ebuild
+++ b/dev-ruby/minitar/minitar-0.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="none"



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

2021-04-30 Thread Matt Turner
commit: 644ed9df99d0adfc5d3efba4f10d8fb0b66f824f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 04:06:31 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 04:06:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644ed9df

gnome-extra/gnome-shell-extensions: Drop x86 keyword

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

 gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild
index 3c33ad2de50..82d61f22a48 100644
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 DEPEND="
>=dev-libs/glib-2.26:2



[gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/files/

2021-04-30 Thread Jory Pratt
commit: 0949e42c092502f3df31219a4d35c1c2dc4c92de
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat May  1 04:04:40 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat May  1 04:04:40 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0949e42c

x11-base/xorg-server: fix incorrectly named patch

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 ...l-input_event.patch => xorg-server-1.20.11-fix-musl-input_event.patch} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.20.11.fix-musl-input_event.patch 
b/x11-base/xorg-server/files/xorg-server-1.20.11-fix-musl-input_event.patch
similarity index 100%
rename from 
x11-base/xorg-server/files/xorg-server-1.20.11.fix-musl-input_event.patch
rename to 
x11-base/xorg-server/files/xorg-server-1.20.11-fix-musl-input_event.patch



[gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/files/

2021-04-30 Thread Jory Pratt
commit: caced4d8e1d9db36c4892e12b1a2e57ff1702e80
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat May  1 03:59:46 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat May  1 03:59:46 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=caced4d8

x11-base/xorg-server: rebase patches so they will apply properly

Closes: https://github.com/gentoo/musl/issues/431
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 .../files/xorg-server-1.12-unloadsubmodule.patch   | 44 +++--
 ...rver-1.18-support-multiple-Files-sections.patch | 30 +---
 .../files/xorg-server-1.20.11-arm-musl.patch   | 22 +++--
 .../xorg-server-1.20.11.fix-musl-input_event.patch | 55 ++
 4 files changed, 95 insertions(+), 56 deletions(-)

diff --git a/x11-base/xorg-server/files/xorg-server-1.12-unloadsubmodule.patch 
b/x11-base/xorg-server/files/xorg-server-1.12-unloadsubmodule.patch
index 57c7349..ab08df7 100644
--- a/x11-base/xorg-server/files/xorg-server-1.12-unloadsubmodule.patch
+++ b/x11-base/xorg-server/files/xorg-server-1.12-unloadsubmodule.patch
@@ -1,29 +1,28 @@
-diff -u13 -r xorg-server-1.12.3-old/hw/xfree86/loader/loadmod.c 
xorg-server-1.12.3/hw/xfree86/loader/loadmod.c
 xorg-server-1.12.3-old/hw/xfree86/loader/loadmod.c 2012-09-05 
18:26:42.0 +0200
-+++ xorg-server-1.12.3/hw/xfree86/loader/loadmod.c 2012-09-05 
18:28:54.0 +0200
-@@ -1109,39 +1109,38 @@
- static void
- RemoveChild(ModuleDescPtr child)
- {
- ModuleDescPtr mdp;
- ModuleDescPtr prevsib;
- ModuleDescPtr parent;
- 
- if (!child->parent)
- return;
- 
+From 4d5c555b05cf09e186cab9411aea3155018dab59 Mon Sep 17 00:00:00 2001
+From: 
+Date: Fri, 30 Apr 2021 22:50:01 -0500
+Subject: [PATCH 1/4] 
+
+---
+ hw/xfree86/loader/loadmod.c | 19 +--
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c
+index a6356bd..a2130a0 100644
+--- a/hw/xfree86/loader/loadmod.c
 b/hw/xfree86/loader/loadmod.c
+@@ -892,19 +892,18 @@ RemoveChild(ModuleDescPtr child)
  parent = child->parent;
  if (parent->child == child) {
  parent->child = child->sib;
 -return;
--}
+ }
 -
 -prevsib = parent->child;
 -mdp = prevsib->sib;
 -while (mdp && mdp != child) {
 -prevsib = mdp;
 -mdp = mdp->sib;
-+}
 +else {
 +prevsib = parent->child;
 +mdp = prevsib->sib;
@@ -41,13 +40,6 @@ diff -u13 -r 
xorg-server-1.12.3-old/hw/xfree86/loader/loadmod.c xorg-server-1.12
  }
  
  void
- LoaderErrorMsg(const char *name, const char *modname, int errmaj, int errmin)
- {
- const char *msg;
- MessageType type = X_ERROR;
- 
- switch (errmaj) {
- case LDR_NOERROR:
- msg = "no error";
- break;
- case LDR_NOMEM:
+-- 
+2.26.3
+

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.18-support-multiple-Files-sections.patch
 
b/x11-base/xorg-server/files/xorg-server-1.18-support-multiple-Files-sections.patch
index 0a61145..3a58d71 100644
--- 
a/x11-base/xorg-server/files/xorg-server-1.18-support-multiple-Files-sections.patch
+++ 
b/x11-base/xorg-server/files/xorg-server-1.18-support-multiple-Files-sections.patch
@@ -1,10 +1,25 @@
-See http://lists.x.org/archives/xorg-devel/2015-February/045755.html
+From 8fd90ff40ab7c59c7f0a6430737fbb31d0214e44 Mon Sep 17 00:00:00 2001
+From: Michał Górny 
+Date: Fri, 30 Apr 2021 22:51:14 -0500
+Subject: [PATCH 2/4] Support reading multiple 'Files' sections in
+ configuration, concatenating the resulting paths. This makes it possible to
+ add ModulePaths and FontPaths within xorg.conf.d/ files without interfering
+ with user-provided xorg.conf. Gentoo needs this to support using replacement
+ xorg modules provided by proprietary video drivers.
+
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=88003
+Signed-off-by: Michał Górny 
+---
+ hw/xfree86/parser/Files.c   | 8 ++--
+ hw/xfree86/parser/configProcs.h | 2 +-
+ hw/xfree86/parser/read.c| 2 +-
+ 3 files changed, 8 insertions(+), 4 deletions(-)
 
 diff --git a/hw/xfree86/parser/Files.c b/hw/xfree86/parser/Files.c
-index 849bf92..5cc3ec7 100644
+index c86ac7a..cad11cc 100644
 --- a/hw/xfree86/parser/Files.c
 +++ b/hw/xfree86/parser/Files.c
-@@ -76,14 +76,18 @@ static xf86ConfigSymTabRec FilesTab[] = {
+@@ -76,14 +76,18 @@ static const xf86ConfigSymTabRec FilesTab[] = {
  #define CLEANUP xf86freeFiles
  
  XF86ConfFilesPtr
@@ -26,7 +41,7 @@ index 849bf92..5cc3ec7 100644
  while ((token = xf86getToken(FilesTab)) != ENDSECTION) {
  switch (token) {
 diff --git a/hw/xfree86/parser/configProcs.h b/hw/xfree86/parser/configProcs.h
-index 171f8e8..e8199fe 100644
+index 7a46e01..0eccd14 100644
 --- a/hw/xfree86/parser/configProcs.h
 +++ b/hw/xfree86/parser/configProcs.h
 @@ -36,7 +36,7 @@ void xf86freeDeviceList(XF86ConfDevicePtr ptr);
@@ -39,10 

[gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/

2021-04-30 Thread Jory Pratt
commit: 2809ff0d9c24bf2a2aece18c054a66e9bc275d95
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat May  1 04:01:09 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat May  1 04:01:09 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2809ff0d

x11-base/xorg-server: Drop unsupported keywords from musl overlay

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.11.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.11.ebuild
index 26b1312..8f4b9ac 100644
--- a/x11-base/xorg-server/xorg-server-1.20.11.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.11.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



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

2021-04-30 Thread Matt Turner
commit: dbc56f53dc48625bcc3bbbaa695bb48303b85a1d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 03:38:54 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 03:38:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc56f53

profiles: Mask USE=sysprof on x11-libs/pango where appropriate

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

 profiles/arch/amd64/package.use.mask | 1 +
 profiles/arch/base/package.use.mask  | 1 +
 profiles/arch/x86/package.use.mask   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index a97c6325f2e..2e8662efc82 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -109,6 +109,7 @@ dev-libs/glib -sysprof
 gnome-extra/cjs -sysprof
 x11-libs/gtk+ -sysprof
 net-libs/libsoup -sysprof
+x11-libs/pango -sysprof
 
 # Andreas Sturmlechner  (2020-02-26)
 # Vulkan is available on amd64.

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 38d96d87805..b66e43f2244 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -89,6 +89,7 @@ dev-libs/glib sysprof
 gnome-extra/cjs sysprof
 x11-libs/gtk+ sysprof
 net-libs/libsoup sysprof
+x11-libs/pango sysprof
 
 # Andreas Sturmlechner  (2020-02-26)
 # Vulkan support is only available on few selected arches atm.

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 38a7fe6960d..4f8856f1579 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -118,6 +118,7 @@ dev-libs/glib -sysprof
 gnome-extra/cjs -sysprof
 x11-libs/gtk+ -sysprof
 net-libs/libsoup -sysprof
+x11-libs/pango -sysprof
 
 # Andreas Sturmlechner  (2020-02-26)
 # Vulkan is available on x86.



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

2021-04-30 Thread Matt Turner
commit: fd3a44934421b51c846688ae0143702a57f94005
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 03:29:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 03:35:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3a4493

profiles: Unmask gui-libs/gtk:4 and reverse dependencies

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

 profiles/package.mask | 9 -
 1 file changed, 9 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 229fbe191a0..e5a226ca8bf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -615,15 +615,6 @@ dev-java/slf4j-ext
 # Masked for removal in 30 days.
 dev-php/PEAR-Net_LDAP3
 
-# Matt Turner  (2021-04-05)
-# Masked for testing and for dependence on masked pango
-gui-libs/gtk
->=gnome-base/gnome-shell-40
->=gnome-extra/gnome-shell-extensions-40
->=x11-wm/mutter-40
->=media-sound/gnome-music-40
->=games-board/gnome-chess-40
-
 # David Seifert  (2021-04-05)
 # Completely broken, unmaintained, does not build. Newer version
 # use Maven, good luck with that. Bugs #418625, #431644, #515816



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/

2021-04-30 Thread Matt Turner
commit: 48403d1dcd09eaea89414e640b04d5e6224309c8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 03:34:29 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 03:35:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48403d1d

gui-libs/gtk: Apply suggested improvements

Bug: https://bugs.gentoo.org/764266
Suggested-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Matt Turner  gentoo.org>

 gui-libs/gtk/gtk-4.2.0.ebuild | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gui-libs/gtk/gtk-4.2.0.ebuild b/gui-libs/gtk/gtk-4.2.0.ebuild
index da0781e043d..c08b1a24df1 100644
--- a/gui-libs/gtk/gtk-4.2.0.ebuild
+++ b/gui-libs/gtk/gtk-4.2.0.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 inherit gnome.org gnome2-utils meson virtualx xdg
 
-DESCRIPTION="Gimp ToolKit +"
-HOMEPAGE="https://www.gtk.org/;
+DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user 
interfaces"
+HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/;
 
 LICENSE="LGPL-2+"
 SLOT="4"
@@ -61,19 +61,11 @@ COMMON_DEPEND="
)
 "
 DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.7
sysprof? ( >=dev-util/sysprof-capture-3.38:4 )
-   test? (
-   media-fonts/font-misc-misc
-   media-fonts/font-cursor-misc
-   )
X? ( x11-base/xorg-proto )
 "
-# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90
-# gtk+-3.3.18 breaks scrolling in <=x11-libs/vte-0.31.0:2.90
 RDEPEND="${COMMON_DEPEND}
>=dev-util/gtk-update-icon-cache-3
-   !=dev-util/gdbus-codegen-2.48
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.20
+   >=sys-devel/gettext-0.19.7
virtual/pkgconfig
gtk-doc? (
app-text/docbook-xml-dtd:4.3
>=dev-util/gtk-doc-1.33
)
+   test? (
+   dev-libs/glib:2
+   wayland? ( dev-libs/weston )
+
+   media-fonts/font-misc-misc
+   media-fonts/font-cursor-misc
+   )
 "
 
 src_configure() {
@@ -136,7 +136,7 @@ src_configure() {
 }
 
 src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die
+   "${BROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die
 
if use X; then
einfo "Running tests under X"



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

2021-04-30 Thread Matt Turner
commit: c8aad1653dd8424c391774868915ad75ff2f5873
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 03:28:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 03:35:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8aad165

profiles: Unmask >=x11-libs/pango-1.43

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

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 27a7958f6c9..229fbe191a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -786,11 +786,6 @@ net-misc/gnome-remote-desktop
 # Mask until sys-libs/libxcrypt[system] is unmasked
 >=virtual/libcrypt-2
 
-# Mart Raudsepp  (2020-02-03)
-# Needs news item, known breakages that need to be handled first, bug 698922
->=x11-libs/pango-1.43
->=dev-cpp/pangomm-2.48
-
 # Andrew Ammerlaan  (2020-01-26)
 # v3.6.4 uses huge amounts of memory: Bug #705682
 # v3.6.1 is the latest version without this issue



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

2021-04-30 Thread Matt Turner
commit: 39a73d4b7c58b445a9da15446ba96af83eb8050d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 03:23:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 03:23:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a73d4b

profiles: Unmask >=gnome-base/gnome-settings-daemon-40

Now that gdm-40 is in tree, this is safe to unmask.

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

 profiles/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 871b27683dd..27a7958f6c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -55,10 +55,6 @@ dev-java/tagsoup
 # https://github.com/trusteddomainproject/OpenDMARC/issues/163
 =mail-filter/opendmarc-1.4.1
 
-# Matt Turner  (2021-04-29)
-# Incompatible with gdm-3.36. Bug #786573
->=gnome-base/gnome-settings-daemon-40
-
 # Miroslav Šulc  (2021-04-28)
 # no consumers
 # removal in 30 days



[gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/

2021-04-30 Thread Matt Turner
commit: 98f8dbfe2ce048f57b1ce4a95e1c9fec652c2580
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 03:00:49 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 03:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f8dbfe

gnome-base/librsvg: Version bump to 2.50.5

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

 gnome-base/librsvg/Manifest  |  1 +
 gnome-base/librsvg/librsvg-2.50.5.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/gnome-base/librsvg/Manifest b/gnome-base/librsvg/Manifest
index fec7b13b516..1fdf4e56bbc 100644
--- a/gnome-base/librsvg/Manifest
+++ b/gnome-base/librsvg/Manifest
@@ -1,3 +1,4 @@
 DIST librsvg-2.40.21.tar.xz 1655860 BLAKE2B 
a3fd7915d39984057e860da90115d9d95cef97e61d3f5e4c3aaaf399c4b3bfe781e6a7b969958ae84a3b7f2c788576fe26f56b037ca0a6a2e059b53f2bd1b9fc
 SHA512 
db0563d8e0edaae642a6b2bcd239cf54191495058ac8c7ff614ebaf88c0e30bd58dbcd41f58d82a9d5ed200ced45fc5bae22f2ed3cf3826e9348a497009e1280
 DIST librsvg-2.50.3.tar.xz 18868408 BLAKE2B 
8b245a233ddd56137880e43f4da2df623237bb1ce2e143cee09da3fadc1edd9b3e4f4753fe48cf814d2372e532775573a34982a6cc88ace9be336e16ae473c20
 SHA512 
21710b6b5810b959679b7908aa371b8af02c85549efbc64f5fda01cfc3881539b5afc6bc304ce2289719dee48f583b1eb9867546e09f36941f81af968434e389
 DIST librsvg-2.50.4.tar.xz 18954216 BLAKE2B 
88467cf7b3a7382182f3a37887e9d05dbcb723464607707271491ca20cf7bedb890ec64e1a8c34ab136a23dbfe93dfd19fccbd194c4bd65868b07874c5070067
 SHA512 
5f476a663e1fa3297d699b1057622e72dbefdf9126ade97762288b7bc4e8a294936d008c889bcaf8e35f46d3b818f5317c63883df0043ec0f8aad18fa5feb4f3
+DIST librsvg-2.50.5.tar.xz 18958716 BLAKE2B 
36ca7b9316f0384dfa0063035fe3b57adc9c0a94757b81662e0e80ff19c2388d872353ba2047c8402fd586e4d3614a88e2ba29502bd16c55d8a336238954
 SHA512 
d1d653031f20a393ba7ae56e3187244cb8e96bfa14f888b07338b80c8d947112c421a88bc57f62eaa6c8b705dde1277a7b56c7cdf602b46c1516309dd4011b56

diff --git a/gnome-base/librsvg/librsvg-2.50.5.ebuild 
b/gnome-base/librsvg/librsvg-2.50.5.ebuild
new file mode 100644
index 000..4834d74bd38
--- /dev/null
+++ b/gnome-base/librsvg/librsvg-2.50.5.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 multilib-minimal rust-toolchain vala
+
+DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
+
+LICENSE="LGPL-2+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-2.0.0:=[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.38.0[${MULTILIB_USEDEP}]
+
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
+"
+DEPEND="${RDEPEND}
+   >=virtual/rust-1.40[${MULTILIB_USEDEP}]
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by 
eautoreconf
+
+RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get 
into an infinite compilation sometimes, etc.
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+multilib_src_configure() {
+   local myconf=(
+   --disable-static
+   --disable-debug
+   --disable-tools # the tools/ subdirectory is useful only for 
librsvg devs
+   $(multilib_native_use_enable introspection)
+   $(multilib_native_use_enable vala)
+   --enable-pixbuf-loader
+   )
+
+   if ! multilib_is_native_abi; then
+   myconf+=(
+   # Set the rust target, which can differ from CHOST
+   RUST_TARGET="$(rust_abi)"
+   # RUST_TARGET is only honored if cross_compiling, but 
non-native ABIs aren't cross as
+   # far as C parts and configure auto-detection are 
concerned as CHOST equals CBUILD
+   cross_compiling=yes
+   )
+   fi
+
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure "${myconf[@]}"
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/doc/html doc/html || die
+   fi
+}
+
+multilib_src_compile() {
+   # causes segfault if set, see bug #411765
+   unset __GL_NO_DSO_FINALIZER
+   gnome2_src_compile
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name '*.la' -delete || die
+}
+

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

2021-04-30 Thread Matt Turner
commit: f67a125e1fdc72597b8c9466faeb6c78f2bcfcda
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 02:58:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 02:58:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67a125e

gnome-extra/gnome-software: Version bump to 40.1

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

 gnome-extra/gnome-software/Manifest|   1 +
 .../gnome-software/gnome-software-40.1.ebuild  | 103 +
 2 files changed, 104 insertions(+)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index 2450a7abf4a..44c73977a86 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-software-3.34.2.tar.xz 5945736 BLAKE2B 
89e7e0a606a832aedbfa32024f201e71b3edb3c8df527efea1be72236b4bfb86901f3af689b10bf706f9c4f16e6badc00080a1244ce30eb09dfd1dad5833e8cf
 SHA512 
4deb09530fbeeadd54e69d03ef4cecaef47c6766bce0ec5230bb090d27e54664577a227416933b6ec4780249f4565e51202a25517fba5dd040fd895bd3a26397
 DIST gnome-software-3.36.1.tar.xz 8277796 BLAKE2B 
bf3d5f3f67b211cfd4af87ae500691085ab83aed9f85e211972d408a1bfa5d7c6de162acc2088bf9ba9323369e73dba27a06b2491745ef2ceb04943e4acbf72d
 SHA512 
7d0e8c16192bbbc8f166db137dbd2e6ff9e85f7d3d37f63f41211ba3838e392bd87a8d9bf09d31b43f6d21e1a099ecdeff9114ae27fae40d563671f0bcbe50d4
 DIST gnome-software-40.0.tar.xz 3087252 BLAKE2B 
4b834113c0770a3acfbcf21b5db3d6da57a885e6b235c3328947f218f28daf70c6f636253283dd77d0c4a1fc59f8ac66a140412694a61352147c13c27e7a76af
 SHA512 
052c520ab25af4257bb978aaa9e1c7a555f8d24dbd782d9f12f3c3def22e65588d3c76d16e4b3dc26f034a762c2ee3e773026b158d468e9e169369dc3d156a2a
+DIST gnome-software-40.1.tar.xz 3093832 BLAKE2B 
0da79bd28f8db55816543490518dce880878a7619d05d789d4ab1795728025e9eb5ec4ad330018bfae036d3cc79b712178bea9e219b357bb231ee898eb0e1744
 SHA512 
ae805d01896d761dd82a21dedbfafba7e8ffd2d98e99da4548d846aafdf07f9a26dfa2e083ac2dda576f8b1db05bb3f26642d3a6558da86921450049870767fe

diff --git a/gnome-extra/gnome-software/gnome-software-40.1.ebuild 
b/gnome-extra/gnome-software/gnome-software-40.1.ebuild
new file mode 100644
index 000..c81ec02d2b5
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-40.1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Gnome install & update software"
+HOMEPAGE="https://wiki.gnome.org/Apps/Software;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="flatpak +firmware gnome gtk-doc packagekit spell sysprof udev"
+RESTRICT="test" # writes to and deletes files in /var/tmp/self-test/
+
+RDEPEND="
+   >=dev-libs/appstream-0.14.0:0=
+   >=x11-libs/gdk-pixbuf-2.32.0:2
+   >=dev-libs/libxmlb-0.1.7:=
+   net-libs/gnome-online-accounts:=
+   >=x11-libs/gtk+-3.22.4:3
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/json-glib-1.2.0
+   >=net-libs/libsoup-2.52.0:2.4
+   >=gui-libs/libhandy-1.0.2:1=
+   sysprof? ( >=dev-util/sysprof-capture-3.38.1:4 )
+   gnome? ( >=gnome-base/gsettings-desktop-schemas-3.18.0 )
+   spell? ( app-text/gspell:= )
+   sys-auth/polkit
+   packagekit? ( >=app-admin/packagekit-base-1.1.0 )
+   firmware? ( >=sys-apps/fwupd-1.0.3 )
+   flatpak? (
+   >=sys-apps/flatpak-1.0.4
+   dev-util/ostree
+   )
+   udev? ( dev-libs/libgudev )
+   >=gnome-base/gsettings-desktop-schemas-3.11.5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gtk-doc? (
+   dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.3 )
+"
+# test? ( dev-util/valgrind )
+
+src_prepare() {
+   xdg_src_prepare
+   sed -i -e '/install_data.*README\.md.*share\/doc\/gnome-software/d' 
meson.build || die
+   # We don't need language packs download support, and it fails tests in 
3.34.2 for us (if they are enabled)
+   sed -i -e '/subdir.*fedora-langpacks/d' plugins/meson.build || die
+   # Trouble talking to spawned gnome-keyring socket for some reason, even 
if wrapped in dbus-run-session
+   # TODO: Investigate; seems to work outside ebuild .. test/emerge
+   sed -i -e '/g_test_add_func.*gs_auth_secret_func/d' lib/gs-self-test.c 
|| die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dtests=false #$(meson_use test tests)
+   $(meson_use spell gspell)
+   $(meson_feature gnome gsettings_desktop_schemas) # Honoring of 
GNOME date format settings.
+   -Dman=true
+   $(meson_use packagekit)
+   # -Dpackagekit_autoremove
+   -Dpolkit=true
+   -Deos_updater=false # Endless OS updater
+   $(meson_use firmware fwupd)
+   

[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2021-04-30 Thread Matt Turner
commit: dbfdf135d3b56dc428abfc500529577030890bfb
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 02:17:30 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 02:56:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfdf135

x11-libs/gtk+: Version bump to 3.24.29

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

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/gtk+-3.24.29.ebuild | 254 ++
 2 files changed, 255 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 09938d12d58..95dc8f878f0 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -3,3 +3,4 @@ DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 
03f4c0a8be98473f62bc8c86859937969c4169
 DIST gtk+-2.24.33.tar.xz 12661828 BLAKE2B 
f3488b220aaee54bf36fa77e2112d060152e57938845d240014a7d43a5743b1d4de19cc09c683d9d238fd1967cd67cc3c493f2475e4e481f6709f5cdc652c65c
 SHA512 
71b588797c81f727dfac8dcb1be193f7436f717d30ecf18eae2d3aeb0f445b3be4743400acac16435490db8f564f01032065d3f42d27871317f80c98aef929d5
 DIST gtk+-3.24.26.tar.xz 21404732 BLAKE2B 
8260b684b4d508af6b9a5060e47847254ae6bf647ae1dfa131bdbb35f2eaeb3f45ba749e9ad6e1920c05dab660d78424e38d974070928c56e91fc422a62d87db
 SHA512 
d3023e9cd0c1f0de384266c4bd4549a7006ff475de82617de16378617a4a669645ad355cbabfe2ff43b19dddfbba7b9413ec98c14ed0f5ee3a61466b3d6eff76
 DIST gtk+-3.24.28.tar.xz 22783312 BLAKE2B 
b0a8dd5619feacf44880bb1ef168fce5431802c401fbb31408a4a4a9822755ca76cc309eb0f271e98cce63ad7f5cbec4d0d6c947a631843bfbe509a81836778b
 SHA512 
65856ae06e4a863c56b3718c0cc3d0ca9f61a62a02ddef30904432300cd455851efee3fa1e5661659eaacbdfca45650ee7c8a2d4eca004ad2936c1e26c720c15
+DIST gtk+-3.24.29.tar.xz 21396876 BLAKE2B 
1675e54b185d813965a6279fa80a62784fc6216408710fad0b07a3300eb08301c80779e6e3a6b1109ce29bacca4e7ff4710b670a68ec0c6ffa68e44cfb07ccc5
 SHA512 
00f71024686c2d11d5c0cdd683365c35fe4d28b5eaad4937e79690777500788818faa5bd0c483e54ba8ce734aa6411388a39e398dc638cfcf0ec0e542aae6c2b

diff --git a/x11-libs/gtk+/gtk+-3.24.29.ebuild 
b/x11-libs/gtk+/gtk+-3.24.29.ebuild
new file mode 100644
index 000..54b60dc29ad
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.24.29.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2 multilib multilib-minimal virtualx
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
sysprof test vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   xinerama? ( X )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+COMMON_DEPEND="
+   >=dev-libs/atk-2.32.0[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.57.2:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-0.9:=
+   >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
+   virtual/libintl[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}]
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   sysprof? ( >=dev-util/sysprof-capture-3.33.2:3[${MULTILIB_USEDEP}] )
+   wayland? (
+   >=dev-libs/wayland-1.14.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.17
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.15.1[${MULTILIB_USEDEP}]
+   media-libs/mesa[X(+),${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
+  

[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/files/, x11-libs/gtk+/

2021-04-30 Thread Matt Turner
commit: b4c29513c509ba119680b94e2ab8cda2a6a19de2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 02:11:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 02:56:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c29513

x11-libs/gtk+: Version bump to 2.24.33

Closes: https://bugs.gentoo.org/725852
Closes: https://bugs.gentoo.org/786411
Closes: https://bugs.gentoo.org/787257
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch |  12 +
 x11-libs/gtk+/gtk+-2.24.33.ebuild | 308 ++
 3 files changed, 321 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 71c8ffe5729..09938d12d58 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,4 +1,5 @@
 DIST gtk+-2.24.32-patchset-r1.tar.xz 13364 BLAKE2B 
15e5429b11cc4ccef1bf44105c790b5325e833ab12f393fe718c06470b90f3e4004bea4b51076a725f4bb10bcfd0c48b7063d9b9b021919ad0367d1b981be980
 SHA512 
1a15dce7578a914585981426d2e5d1cc45866866a70c3f443d1867ab1c0c28fb279bde6c3117b28eec2758a62c1b54bb6fb1b382ad6e9a7cf0114b13f2afd858
 DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 
03f4c0a8be98473f62bc8c86859937969c4169960a5f93d37ff6dcde00413215fa6c7125b15781bf50d67b40aa0056cb71b83fb50acb2c3467b5deb3c8d938f0
 SHA512 
8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696
+DIST gtk+-2.24.33.tar.xz 12661828 BLAKE2B 
f3488b220aaee54bf36fa77e2112d060152e57938845d240014a7d43a5743b1d4de19cc09c683d9d238fd1967cd67cc3c493f2475e4e481f6709f5cdc652c65c
 SHA512 
71b588797c81f727dfac8dcb1be193f7436f717d30ecf18eae2d3aeb0f445b3be4743400acac16435490db8f564f01032065d3f42d27871317f80c98aef929d5
 DIST gtk+-3.24.26.tar.xz 21404732 BLAKE2B 
8260b684b4d508af6b9a5060e47847254ae6bf647ae1dfa131bdbb35f2eaeb3f45ba749e9ad6e1920c05dab660d78424e38d974070928c56e91fc422a62d87db
 SHA512 
d3023e9cd0c1f0de384266c4bd4549a7006ff475de82617de16378617a4a669645ad355cbabfe2ff43b19dddfbba7b9413ec98c14ed0f5ee3a61466b3d6eff76
 DIST gtk+-3.24.28.tar.xz 22783312 BLAKE2B 
b0a8dd5619feacf44880bb1ef168fce5431802c401fbb31408a4a4a9822755ca76cc309eb0f271e98cce63ad7f5cbec4d0d6c947a631843bfbe509a81836778b
 SHA512 
65856ae06e4a863c56b3718c0cc3d0ca9f61a62a02ddef30904432300cd455851efee3fa1e5661659eaacbdfca45650ee7c8a2d4eca004ad2936c1e26c720c15

diff --git a/x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch 
b/x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch
new file mode 100644
index 000..0c74d962ecf
--- /dev/null
+++ b/x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/725852
+--- a/configure.ac
 b/configure.ac
+@@ -190,7 +190,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
+ AC_SYS_LARGEFILE
+ 
+ AM_PROG_AS
+-AC_PATH_TOOL(NM, nm, nm)
++AC_CHECK_TOOL(NM, nm, nm)
+ 
+ dnl Initialize maintainer mode
+ AM_MAINTAINER_MODE([enable])

diff --git a/x11-libs/gtk+/gtk+-2.24.33.ebuild 
b/x11-libs/gtk+/gtk+-2.24.33.ebuild
new file mode 100644
index 000..8a86eaa7611
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-2.24.33.ebuild
@@ -0,0 +1,308 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME2_EAUTORECONF="yes"
+
+inherit flag-o-matic gnome2 multilib multilib-minimal readme.gentoo-r1 virtualx
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="2"
+IUSE="aqua cups examples +introspection test vim-syntax xinerama"
+REQUIRED_USE="
+   xinerama? ( !aqua )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768663#c1
+RESTRICT="test"
+
+COMMON_DEPEND="
+   >=dev-libs/atk-2.10.0[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
+   virtual/libintl[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.36.3[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cups? ( >=net-print/cups-1.7.1-r2:=[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   !aqua? (
+   >=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,X,${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXcomposite-0.4.4-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libXcursor-1.1.14[${MULTILIB_USEDEP}]
+   >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+

[gentoo-commits] repo/gentoo:master commit in: acct-user/gpsd/

2021-04-30 Thread Rick Farina
commit: aed571af3b9e35cac7dcc7c2ac70afc0ac394f14
Author: Rick Farina  gentoo  org>
AuthorDate: Sat May  1 01:43:42 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Sat May  1 01:43:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed571af

acct-user/gpsd: fix bug #744982

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina  gentoo.org>

 acct-user/gpsd/{gpsd-0-r1.ebuild => gpsd-0-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/acct-user/gpsd/gpsd-0-r1.ebuild b/acct-user/gpsd/gpsd-0-r2.ebuild
similarity index 65%
rename from acct-user/gpsd/gpsd-0-r1.ebuild
rename to acct-user/gpsd/gpsd-0-r2.ebuild
index 57052cb6a1e..50e1fb06a35 100644
--- a/acct-user/gpsd/gpsd-0-r1.ebuild
+++ b/acct-user/gpsd/gpsd-0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,6 +7,7 @@ inherit acct-user
 
 DESCRIPTION="user for gpsd"
 ACCT_USER_ID=299
-ACCT_USER_GROUPS=( dialout )
+# bug #744982
+ACCT_USER_GROUPS=( dialout uucp )
 
 acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-group/uucp/

2021-04-30 Thread Rick Farina
commit: 30b552507b5d0c94cd98ad40a5576a90bc136281
Author: Rick Farina  gentoo  org>
AuthorDate: Sat May  1 01:42:11 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Sat May  1 01:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b55250

acct-group/uucp: add for gpsd

bug #744982

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina  gentoo.org>

 acct-group/uucp/metadata.xml | 7 +++
 acct-group/uucp/uucp-0-r1.ebuild | 8 
 2 files changed, 15 insertions(+)

diff --git a/acct-group/uucp/metadata.xml b/acct-group/uucp/metadata.xml
new file mode 100644
index 000..8e7007e5a46
--- /dev/null
+++ b/acct-group/uucp/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   syst...@gentoo.org
+   
+

diff --git a/acct-group/uucp/uucp-0-r1.ebuild b/acct-group/uucp/uucp-0-r1.ebuild
new file mode 100644
index 000..e2e32b62e41
--- /dev/null
+++ b/acct-group/uucp/uucp-0-r1.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=14



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/watchexec/

2021-04-30 Thread YOSHIOKA Takuma
commit: 472445b9c401cddd866d7c44387d18b1e6a70809
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Fri Apr 30 20:15:40 2021 +
Commit: YOSHIOKA Takuma  hard-wi  red>
CommitDate: Fri Apr 30 20:15:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=472445b9

app-misc/watchexec: version bump 1.15.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 app-misc/watchexec/Manifest|   1 +
 app-misc/watchexec/watchexec-1.15.3.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/app-misc/watchexec/Manifest b/app-misc/watchexec/Manifest
index 50b25cef1..31cab4afe 100644
--- a/app-misc/watchexec/Manifest
+++ b/app-misc/watchexec/Manifest
@@ -107,6 +107,7 @@ DIST watchexec-1.14.1.tar.gz 40128 BLAKE2B 
52764abd1dc669b32a5903e4c4463a72670de
 DIST watchexec-1.15.0.tar.gz 40407 BLAKE2B 
f737e8c84da491962f480149ffd02ccfe934423f223215f05b50104794d2901ccb7575a31de8e31f80e817f4a3d450549c633f6371dde6311707d717610dede3
 SHA512 
5384abd8807557446c1835ecccba058d6129b9738cb819dea28d9042a8c25a1318cd9a54155c6ea63cbb649f63439142005cc2531ea8881440c0496a8a228c25
 DIST watchexec-1.15.1.tar.gz 41762 BLAKE2B 
8f575016ade0d391e01f237441f239e17618441a32d23f70ce40a991ee1d41fe0e000ec7c8303ee0cbba7a42a9ff963df48e508696f0f415d0e1ec4f3f802f32
 SHA512 
f57cc9af381974e50318840c4df318545207bef31399cb2566298795b7e1b85e815abee295ac0fc489df06fe94e2839b8c811a5339cdd2d27a98385d7a221e5a
 DIST watchexec-1.15.2.tar.gz 165409 BLAKE2B 
5822960f044b02dc87289b592a461e3fa4314e7a2dc0bf1cad0b259d2cbced3890beda7685ab8262dcc5760fdf564ec2f5c14bafdf0bd2db0a5157c922ac138e
 SHA512 
ad744cb6a8d789ac19b03c1c7c37c41c030afcd212dbdd62815c128af49ed720a161ebab20f31f8366205bfc608614f71e97815718c75b097f6151d29f2ab2bb
+DIST watchexec-1.15.3.tar.gz 165411 BLAKE2B 
39ceec055886eb13c971a29cad4851042a0ecbb6d04b5d8b1a3e0b3ea098fcb06aca658fd3d3c6bb38aaa86c5f6c1bcf292ae5f2aa99932da86c1299ae7eb262
 SHA512 
4e8a16c96b7450a2af3f74c19a351a0eef35ff5841e6eab5f4591558b986ea9a5179c98a279d037845d1e771196d61768eab638d081ee3d27cd609904c436f53
 DIST winapi-0.2.8.crate 455145 BLAKE2B 
50f3c2a0cf4eeedd6891b11392e520c1cca139a71f8f736eabaf43aa7e4b1b5d57697918978220459572d373940edf971eb8302f292cbff832283e905076319a
 SHA512 
115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe
 DIST winapi-0.3.9.crate 1200382 BLAKE2B 
cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673
 SHA512 
ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
 DIST winapi-build-0.1.1.crate 669 BLAKE2B 
6c8d8e0f81574c086f06fb3f234b0e6759d293d1d254857c3d491e4d43279e5c2f57f2fcfdc9d5d7b083280f4cc2a75a6ee9bc1541ec6ce8f8d904ded0567faf
 SHA512 
8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daab28c51ae20ef15d985d59ca5a77

diff --git a/app-misc/watchexec/watchexec-1.15.3.ebuild 
b/app-misc/watchexec/watchexec-1.15.3.ebuild
new file mode 100644
index 0..eadc24d8e
--- /dev/null
+++ b/app-misc/watchexec/watchexec-1.15.3.ebuild
@@ -0,0 +1,100 @@
+# Copyright 2017-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Auto-Generated by cargo-ebuild 0.3.1
+
+EAPI=7
+
+CRATES="
+aho-corasick-0.7.15
+bitflags-1.2.1
+bstr-0.2.15
+cc-1.0.67
+cfg-if-0.1.10
+cfg-if-1.0.0
+clap-2.33.3
+darling-0.12.4
+darling_core-0.12.4
+darling_macro-0.12.4
+derive_builder-0.10.2
+derive_builder_core-0.10.2
+derive_builder_macro-0.10.2
+embed-resource-1.6.2
+env_logger-0.8.3
+filetime-0.2.14
+fnv-1.0.7
+fsevent-0.4.0
+fsevent-sys-2.0.1
+fuchsia-zircon-0.3.3
+fuchsia-zircon-sys-0.3.3
+glob-0.3.0
+globset-0.4.6
+ident_case-1.0.1
+inotify-0.7.1
+inotify-sys-0.1.5
+iovec-0.1.4
+kernel32-sys-0.2.2
+lazy_static-1.4.0
+lazycell-1.3.0
+libc-0.2.93
+log-0.4.14
+memchr-2.3.4
+mio-0.6.23
+mio-extras-2.0.6
+miow-0.2.2
+net2-0.2.37
+nix-0.20.0
+notify-4.0.16
+proc-macro2-1.0.26
+quote-1.0.9
+redox_syscall-0.2.6
+regex-1.4.6
+regex-syntax-0.6.23
+same-file-1.0.6
+slab-0.4.3
+strsim-0.10.0
+syn-1.0.70
+term_size-0.3.2
+textwrap-0.11.0
+unicode-width-0.1.8
+unicode-xid-0.2.1
+vswhom-0.1.0
+vswhom-sys-0.1.0
+walkdir-2.3.2
+winapi-0.2.8
+winapi-0.3.9
+winapi-build-0.1.1
+winapi-i686-pc-windows-gnu-0.4.0
+winapi-util-0.1.5
+winapi-x86_64-pc-windows-gnu-0.4.0
+winreg-0.8.0
+ws2_32-sys-0.2.1
+"
+
+inherit cargo
+
+DESCRIPTION="Executes commands in response to file modifications"
+HOMEPAGE="https://github.com/watchexec/watchexec;
+SRC_URI="https://github.com/watchexec/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" $(cargo_crate_uris ${CRATES})"
+# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
+RESTRICT="mirror"
+LICENSE="Apache-2.0 BSD CC0-1.0 ISC MIT"
+SLOT="0"

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kwayland/

2021-04-30 Thread Maciej Mrozowski
commit: d56bd95151ed48891a8e994216df3d1094b8f13b
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Apr 30 23:51:44 2021 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Apr 30 23:51:44 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d56bd951

kde-frameworks/kwayland: sync with portage

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Mrozowski  gentoo.org>

 kde-frameworks/kwayland/kwayland-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kwayland/kwayland-.ebuild 
b/kde-frameworks/kwayland/kwayland-.ebuild
index f7a4020347..c644163745 100644
--- a/kde-frameworks/kwayland/kwayland-.ebuild
+++ b/kde-frameworks/kwayland/kwayland-.ebuild
@@ -29,4 +29,6 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.2.1
>=dev-libs/wayland-protocols-1.15
 "
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+   >=dev-util/wayland-scanner-1.19.0
+"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/

2021-04-30 Thread Maciej Mrozowski
commit: 73a3c46633666d3b58e886d079edb3410bbd2cdb
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Apr 30 23:49:30 2021 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Apr 30 23:50:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a3c466

kde-frameworks/kwayland: add wayland-scanner build dependency

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Mrozowski  gentoo.org>

 kde-frameworks/kwayland/kwayland-5.81.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-frameworks/kwayland/kwayland-5.81.0.ebuild 
b/kde-frameworks/kwayland/kwayland-5.81.0.ebuild
index 68751cdf761..733ed1d5eef 100644
--- a/kde-frameworks/kwayland/kwayland-5.81.0.ebuild
+++ b/kde-frameworks/kwayland/kwayland-5.81.0.ebuild
@@ -29,3 +29,6 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.2.1
>=dev-libs/wayland-protocols-1.15
 "
+BDEPEND="
+   >=dev-util/wayland-scanner-1.19.0
+"



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

2021-04-30 Thread Sam James
commit: 0e0378af5a32464c1857fa675c96df32e4b1e489
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:41:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:41:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0378af

dev-db/sqlitestudio: drop obsolete LibreSSL patch

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

 dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild 
b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
index af6ff97a5db..6b5bc1399b7 100644
--- a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
+++ b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,8 +40,6 @@ BDEPEND="
dev-qt/linguist-tools:5
 "
 
-PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
-
 S="${WORKDIR}"
 core_build_dir="${S}/output/build"
 plugins_build_dir="${core_build_dir}/Plugins"



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

2021-04-30 Thread Sam James
commit: 8b560ba74013745a8358b805e779f55ebe48c361
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:42:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:42:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b560ba7

dev-python/pyopenssl: drop obsolete LibreSSL patch

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

 dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild 
b/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild
index c74c616363e..24caf321b36 100644
--- a/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild
@@ -37,8 +37,6 @@ DEPEND="${RDEPEND}
>=dev-python/pytest-3.0.1[${PYTHON_USEDEP}]
)"
 
-PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
-
 distutils_enable_sphinx doc \
dev-python/sphinx_rtd_theme
 



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

2021-04-30 Thread Sam James
commit: 5e89a6c55bfbca1e279994abcc2c8fe9c7828a76
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:42:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:42:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e89a6c5

net-misc/ptpd: drop obsolete LibreSSL patch

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

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

diff --git a/net-misc/ptpd/ptpd-2.3.1-r2.ebuild 
b/net-misc/ptpd/ptpd-2.3.1-r2.ebuild
index cfca56347ad..96dae3022e0 100644
--- a/net-misc/ptpd/ptpd-2.3.1-r2.ebuild
+++ b/net-misc/ptpd/ptpd-2.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,6 @@ RDEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.3.1-fix-snmp.patch
-   "${FILESDIR}"/${PN}-2.3.1-fix-libressl-compatibility.patch
 )
 
 S=${WORKDIR}/ptpd-${P}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/

2021-04-30 Thread Sam James
commit: 863ac594d201e9cf64d9bbc33233ae47f30452a4
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:38:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:38:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863ac594

dev-embedded/libftdi: Stabilize 1.5-r3 ppc64, #786993

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

 dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
index 31b2417d789..62558922c9f 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
 else

SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2;
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



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

2021-04-30 Thread Sam James
commit: 3b8acd7dbe1e0a8b40513daf4b9f0da0edc1a9bc
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:38:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:38:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8acd7d

sys-process/htop: Stabilize 3.0.5 ppc64, #786696

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

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

diff --git a/sys-process/htop/htop-3.0.5.ebuild 
b/sys-process/htop/htop-3.0.5.ebuild
index 53608cea31a..1483e662ed6 100644
--- a/sys-process/htop/htop-3.0.5.ebuild
+++ b/sys-process/htop/htop-3.0.5.ebuild
@@ -10,7 +10,7 @@ inherit autotools linux-info python-any-r1
 DESCRIPTION="interactive process viewer"
 HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop;
 SRC_URI="https://github.com/htop-dev/${PN}/archive/${PV/_}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 LICENSE="BSD GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/

2021-04-30 Thread Sam James
commit: b94adb45c794b76a3a4f4dd84566a78f68519401
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:38:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:38:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94adb45

net-dialup/minicom: Stabilize 2.8 ppc64, #786996

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

 net-dialup/minicom/minicom-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/minicom/minicom-2.8.ebuild 
b/net-dialup/minicom/minicom-2.8.ebuild
index a44779ae22f..1093cc73c32 100644
--- a/net-dialup/minicom/minicom-2.8.ebuild
+++ b/net-dialup/minicom/minicom-2.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="nls"
 
 DEPEND="sys-libs/ncurses:="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/

2021-04-30 Thread Sam James
commit: 105b14f9c3487fa2e74441d18c8b3fd7ab083992
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:38:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:38:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105b14f9

media-gfx/libimagequant: Stabilize 2.14.0 ppc64, #786990

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

 media-gfx/libimagequant/libimagequant-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/libimagequant/libimagequant-2.14.0.ebuild 
b/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
index 147c0897e9a..7bbe9ce7334 100644
--- a/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 debug openmp"
 
 PATCHES=(



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

2021-04-30 Thread Sam James
commit: a37b133871676e71b88f7cf6f4fcdf3ea6d1fd4f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:39:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:39:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37b1338

app-admin/entr: Stabilize 4.8 ppc64, #786999

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

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

diff --git a/app-admin/entr/entr-4.8.ebuild b/app-admin/entr/entr-4.8.ebuild
index a0cded12e7b..d0aef7b7af8 100644
--- a/app-admin/entr/entr-4.8.ebuild
+++ b/app-admin/entr/entr-4.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-30 Thread Sam James
commit: a3d0853da42639c45d7e3e229391a260a07b8d15
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:39:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:39:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d0853d

sci-libs/libqalculate: Stabilize 3.17.0 ppc64, #787005

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

 sci-libs/libqalculate/libqalculate-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
index 4a8d227aa58..2df562fc682 100644
--- a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
+++ b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="curl icu gnuplot readline"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/

2021-04-30 Thread Sam James
commit: e748a5f667a4df38911344f074fb961f872ecff0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:39:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:39:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e748a5f6

sys-auth/libfprint: Stabilize 1.90.7 ppc64, #787053

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

 sys-auth/libfprint/libfprint-1.90.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/libfprint/libfprint-1.90.7.ebuild 
b/sys-auth/libfprint/libfprint-1.90.7.ebuild
index f9e6a181e96..de607005106 100644
--- a/sys-auth/libfprint/libfprint-1.90.7.ebuild
+++ b/sys-auth/libfprint/libfprint-1.90.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/freedesktop/libfprint/archive/refs/tags/v${PV}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="examples gtk-doc +introspection"
 
 RDEPEND="



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

2021-04-30 Thread Sam James
commit: 0fc5e3b57bbedf255f0d5937e8ef9ecb6f1dcd00
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc5e3b5

sci-libs/libqalculate: Stabilize 3.17.0 ppc, #787005

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

 sci-libs/libqalculate/libqalculate-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
index 488c112dbce..4a8d227aa58 100644
--- a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
+++ b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="curl icu gnuplot readline"
 
 DEPEND="



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

2021-04-30 Thread Sam James
commit: 6fb551c75412e92a7e62c65306f47a42fa859a6c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb551c7

app-admin/entr: Stabilize 4.8 ppc, #786999

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

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

diff --git a/app-admin/entr/entr-4.8.ebuild b/app-admin/entr/entr-4.8.ebuild
index 1932d3e1b7b..a0cded12e7b 100644
--- a/app-admin/entr/entr-4.8.ebuild
+++ b/app-admin/entr/entr-4.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/

2021-04-30 Thread Sam James
commit: a21a12be83e158fb99e1d2efa058ce9a3f85e903
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:37:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:37:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21a12be

sys-auth/libfprint: Stabilize 1.90.7 ppc, #787053

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

 sys-auth/libfprint/libfprint-1.90.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/libfprint/libfprint-1.90.7.ebuild 
b/sys-auth/libfprint/libfprint-1.90.7.ebuild
index 8bd0dd24d95..f9e6a181e96 100644
--- a/sys-auth/libfprint/libfprint-1.90.7.ebuild
+++ b/sys-auth/libfprint/libfprint-1.90.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/freedesktop/libfprint/archive/refs/tags/v${PV}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="examples gtk-doc +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/

2021-04-30 Thread Sam James
commit: da5fda9eac6411b735414e8079adbb5b36afe50c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5fda9e

net-dialup/minicom: Stabilize 2.8 ppc, #786996

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

 net-dialup/minicom/minicom-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/minicom/minicom-2.8.ebuild 
b/net-dialup/minicom/minicom-2.8.ebuild
index 3851bc90cdb..a44779ae22f 100644
--- a/net-dialup/minicom/minicom-2.8.ebuild
+++ b/net-dialup/minicom/minicom-2.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="nls"
 
 DEPEND="sys-libs/ncurses:="



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/

2021-04-30 Thread Sam James
commit: eb04c432940f92c18c0629dfcb4653c3788d245e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb04c432

sci-calculators/qalculate-gtk: Stabilize 3.17.0 ppc, #787005

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

 sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild 
b/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
index 07d2eaaf82c..359055da80e 100644
--- a/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
+++ b/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



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

2021-04-30 Thread Sam James
commit: a4ff864f250fa2125378e35fe17efd3008963bc5
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ff864f

sys-process/htop: Stabilize 3.0.5 ppc, #786696

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

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

diff --git a/sys-process/htop/htop-3.0.5.ebuild 
b/sys-process/htop/htop-3.0.5.ebuild
index 0d84733bb61..53608cea31a 100644
--- a/sys-process/htop/htop-3.0.5.ebuild
+++ b/sys-process/htop/htop-3.0.5.ebuild
@@ -10,7 +10,7 @@ inherit autotools linux-info python-any-r1
 DESCRIPTION="interactive process viewer"
 HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop;
 SRC_URI="https://github.com/htop-dev/${PN}/archive/${PV/_}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 LICENSE="BSD GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/

2021-04-30 Thread Sam James
commit: 37d5c2cf004a54e9344022e5d692624803ecbbe8
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d5c2cf

media-gfx/libimagequant: Stabilize 2.14.0 ppc, #786990

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

 media-gfx/libimagequant/libimagequant-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/libimagequant/libimagequant-2.14.0.ebuild 
b/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
index d39f2d9c51a..147c0897e9a 100644
--- a/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 debug openmp"
 
 PATCHES=(



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

2021-04-30 Thread Sam James
commit: 2947dc196afef05a2cff48405a592947a28f8fb2
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2947dc19

dev-perl/Array-Compare: Stabilize 3.0.8 ppc, #783507

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

 dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild 
b/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild
index a22afb595ab..a8426181be3 100644
--- a/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild
+++ b/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for comparing arrays"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/

2021-04-30 Thread Sam James
commit: f90b757101b03854910bffd4040490cccd0250b1
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90b7571

dev-embedded/libftdi: Stabilize 1.5-r3 ppc, #786993

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

 dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
index fdb0ad5ce51..31b2417d789 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
 else

SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2;
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 sparc x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



[gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/

2021-04-30 Thread Sam James
commit: dec90553729f8e7e4837d467206faaa2d13a1560
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:36:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:36:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec90553

net-dns/updatedd: Stabilize 2.6-r6 ppc, #786984

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

 net-dns/updatedd/updatedd-2.6-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r6.ebuild 
b/net-dns/updatedd/updatedd-2.6-r6.ebuild
index 9ad0b1ad98c..d55cae76e39 100644
--- a/net-dns/updatedd/updatedd-2.6-r6.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r6.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ml/graphics/

2021-04-30 Thread Sam James
commit: 9169315a1fdc7efd8063de1e3a79e8113a389b0a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:35:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:35:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9169315a

dev-ml/graphics: Stabilize 5.1.1 arm64, #769320

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

 dev-ml/graphics/graphics-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/graphics/graphics-5.1.1.ebuild 
b/dev-ml/graphics/graphics-5.1.1.ebuild
index a2b3082e3ac..9d11987b862 100644
--- a/dev-ml/graphics/graphics-5.1.1.ebuild
+++ b/dev-ml/graphics/graphics-5.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 
 RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]
>=dev-lang/ocaml-4.09



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

2021-04-30 Thread Sam James
commit: 2656c0259497d08b8328434a4813b7bdfe06338d
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:35:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:35:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2656c025

app-eselect/eselect-wxwidgets: Stabilize 20180529 arm64, #686200

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

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

diff --git a/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild 
b/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild
index ece1d10a74f..341f1ea442b 100644
--- a/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild
+++ b/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 RDEPEND=">=app-admin/eselect-1.4.13"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlgraph/

2021-04-30 Thread Sam James
commit: 6cbc365a6e69cc1e674a762574e4b5ea15c9c7d2
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:35:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:35:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbc365a

dev-ml/ocamlgraph: Stabilize 2.0.0-r1 arm64, #769320

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

 dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild 
b/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
index 3359f954e2c..f20fa2b8bb8 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html;
 
SRC_URI="https://github.com/backtracking/${PN}/releases/download/${PV}/${P}.tbz;
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 RDEPEND="
dev-ml/stdlib-shims:=[ocamlopt?]
dev-ml/graphics:=[ocamlopt?]"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2021-04-30 Thread Sam James
commit: e7711a7b514594a2b8f85ee24e9558b10d80a97e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:35:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7711a7b

x11-terms/xterm: Stabilize 367 arm64, #785703

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

 x11-terms/xterm/xterm-367.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-367.ebuild b/x11-terms/xterm/xterm-367.ebuild
index 7dcc4b83336..ea017d32b72 100644
--- a/x11-terms/xterm/xterm-367.ebuild
+++ b/x11-terms/xterm/xterm-367.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
 
 BDEPEND="virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-extpack-oracle/

2021-04-30 Thread Sam James
commit: a7a832aa4e5adf3e96f863bdb2d8a0d240315ba8
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:32:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:32:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a832aa

app-emulation/virtualbox-extpack-oracle: Stabilize 6.1.20.143896 amd64, #785445

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

 .../virtualbox-extpack-oracle-6.1.20.143896.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.20.143896.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.20.143896.ebuild
index 5e6035fc800..54db34dd7a1 100644
--- 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.20.143896.ebuild
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.20.143896.ebuild
@@ -26,7 +26,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpac
 LICENSE="PUEL"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 RESTRICT="bindist mirror strip"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/

2021-04-30 Thread Sam James
commit: 40b4539acff6f2f9e8f150910902d5056e0ba2ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:33:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:33:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b4539a

sys-auth/pam_u2f: Stabilize 1.1.0 amd64, #783864

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

 sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild 
b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
index 1dec7d35786..0774e3d2d44 100644
--- a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
+++ b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz;
 
 LICENSE="BSD ISC"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2021-04-30 Thread Sam James
commit: 3cee3e24e01a2e26108af0013d95c416f23218e5
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:32:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:32:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cee3e24

app-emulation/virtualbox-guest-additions: Stabilize 6.1.20 amd64, #785445

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

 .../virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
index d767c7658dd..08e344b8465 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${DIR_PV:-${MY_PV}}/${MY_P}.
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="X"
 
 # automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist



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

2021-04-30 Thread Sam James
commit: 69ec5ee869f0b0479a5f3227315c789474fe4dbc
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:32:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:32:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ec5ee8

app-emulation/virtualbox: Stabilize 6.1.20-r1 amd64, #785445

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

 app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild 
b/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild
index 6d44804fdae..653e36a9997 100644
--- a/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${DIR_PV:-${MY_PV}}/${MY_P}.
 LICENSE="GPL-2 dtrace? ( CDDL )"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="alsa debug doc dtrace headless java lvm +opus pam pax_kernel pulseaudio 
+opengl python +qt5 +sdk +udev vboxwebsrv vnc"
 
 CDEPEND="



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

2021-04-30 Thread Sam James
commit: c85369d1e1bc66ed171e754e6ec9019d86e9f0a8
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:32:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:32:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85369d1

app-emulation/virtualbox-modules: Stabilize 6.1.20 amd64, #785445

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

 app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild
index e179b43d537..a884e1456d0 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="pax_kernel"
 
 RDEPEND="!=app-emulation/virtualbox-"



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

2021-04-30 Thread Sam James
commit: b4b372c0230ef48bc6daf90dabc8ae22c549
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:32:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:32:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b37244

app-emulation/virtualbox-additions: Stabilize 6.1.20 amd64, #785445

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

 app-emulation/virtualbox-additions/virtualbox-additions-6.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-6.1.20.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-6.1.20.ebuild
index b6488481acd..5f7f607a912 100644
--- a/app-emulation/virtualbox-additions/virtualbox-additions-6.1.20.ebuild
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-6.1.20.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
 LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 RESTRICT="mirror"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/

2021-04-30 Thread Sam James
commit: 4e1a3f51f7a17728cadd19259aa90133a42c283a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:29:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:29:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1a3f51

sys-auth/libfprint: Stabilize 1.90.7 x86, #787053

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

 sys-auth/libfprint/libfprint-1.90.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/libfprint/libfprint-1.90.7.ebuild 
b/sys-auth/libfprint/libfprint-1.90.7.ebuild
index a45a35fb65c..8bd0dd24d95 100644
--- a/sys-auth/libfprint/libfprint-1.90.7.ebuild
+++ b/sys-auth/libfprint/libfprint-1.90.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/freedesktop/libfprint/archive/refs/tags/v${PV}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="examples gtk-doc +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/

2021-04-30 Thread Sam James
commit: ac14a32cdb35e84b5d2d9aa94503d19989eb99d4
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:29:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:29:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac14a32c

sys-auth/pam_u2f: Stabilize 1.1.0 x86, #783864

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

 sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild 
b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
index 08f04ccec5e..1dec7d35786 100644
--- a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
+++ b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz;
 
 LICENSE="BSD ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2021-04-30 Thread Sam James
commit: 6174ef99d2fbcfdc24b4148682f1715a7f17b8e7
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6174ef99

net-im/pidgin: Stabilize 2.14.3-r1 x86, #787038

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

 net-im/pidgin/pidgin-2.14.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.3-r1.ebuild 
b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
index dff7792a9fd..e24a50ea073 100644
--- a/net-im/pidgin/pidgin-2.14.3-r1.ebuild
+++ b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf"



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

2021-04-30 Thread Sam James
commit: f96de32ebd93b3fe1f59d00ecfc611fc1cd79158
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96de32e

media-sound/din: Stabilize 50.1 x86, #787047

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

 media-sound/din/din-50.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/din/din-50.1.ebuild b/media-sound/din/din-50.1.ebuild
index 0c510693aeb..f2a1cb085d4 100644
--- a/media-sound/din/din-50.1.ebuild
+++ b/media-sound/din/din-50.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+alsa jack"
 
 RDEPEND="



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

2021-04-30 Thread Sam James
commit: 1ea589e0882d110774d4ff2c862306c7edf5e0cd
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea589e0

sci-libs/libqalculate: Stabilize 3.17.0 x86, #787005

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

 sci-libs/libqalculate/libqalculate-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
index 81505f159ae..488c112dbce 100644
--- a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
+++ b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="curl icu gnuplot readline"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/

2021-04-30 Thread Sam James
commit: 4b373ca144d7953becbd511d70713327c03eb61a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b373ca1

sci-calculators/qalculate-gtk: Stabilize 3.17.0 x86, #787005

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

 sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild 
b/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
index 11a3e76fb52..07d2eaaf82c 100644
--- a/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
+++ b/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/

2021-04-30 Thread Sam James
commit: da1668ec11c1bb5e23df22aa3beb649c074627f6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1668ec

net-dialup/minicom: Stabilize 2.8 x86, #786996

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

 net-dialup/minicom/minicom-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/minicom/minicom-2.8.ebuild 
b/net-dialup/minicom/minicom-2.8.ebuild
index c66fe3ea7d7..3851bc90cdb 100644
--- a/net-dialup/minicom/minicom-2.8.ebuild
+++ b/net-dialup/minicom/minicom-2.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="nls"
 
 DEPEND="sys-libs/ncurses:="



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/

2021-04-30 Thread Sam James
commit: 51e308f356f16f8c0137aa491bcfd42cb9b9b662
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e308f3

dev-embedded/libftdi: Stabilize 1.5-r3 x86, #786993

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

 dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
index 45ebdaf9bcc..fdb0ad5ce51 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
 else

SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2;
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 sparc x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



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

2021-04-30 Thread Sam James
commit: c5e6e93eb462533eb6b1772ed3e5834094e5d3c9
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e6e93e

app-admin/entr: Stabilize 4.8 x86, #786999

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

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

diff --git a/app-admin/entr/entr-4.8.ebuild b/app-admin/entr/entr-4.8.ebuild
index 9a6b392d012..1932d3e1b7b 100644
--- a/app-admin/entr/entr-4.8.ebuild
+++ b/app-admin/entr/entr-4.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/

2021-04-30 Thread Sam James
commit: 40d0b47be213305bee601ca92d5777378e86a87f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d0b47b

net-dns/updatedd: Stabilize 2.6-r6 x86, #786984

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

 net-dns/updatedd/updatedd-2.6-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r6.ebuild 
b/net-dns/updatedd/updatedd-2.6-r6.ebuild
index 220691ccf4d..9ad0b1ad98c 100644
--- a/net-dns/updatedd/updatedd-2.6-r6.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r6.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/

2021-04-30 Thread Sam James
commit: 3a13420165e04bafb0ca9422053eac4723aba815
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:28:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:28:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a134201

media-gfx/libimagequant: Stabilize 2.14.0 x86, #786990

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

 media-gfx/libimagequant/libimagequant-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/libimagequant/libimagequant-2.14.0.ebuild 
b/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
index 0f8cdfec007..d39f2d9c51a 100644
--- a/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 debug openmp"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: net-misc/socat/, net-misc/socat/files/

2021-04-30 Thread Sam James
commit: 211374be86cb10ee6a1d583abd113ca9f6622b46
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:13:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211374be

net-misc/socat: remove LibreSSL support

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

 .../socat/files/socat-2.0.0_beta9-libressl.patch   | 267 -
 net-misc/socat/socat-1.7.3.4.ebuild|  11 +-
 net-misc/socat/socat-1.7.4.1.ebuild|  10 +-
 net-misc/socat/socat-2.0.0_beta9.ebuild|  12 +-
 net-misc/socat/socat-.ebuild   |  10 +-
 5 files changed, 17 insertions(+), 293 deletions(-)

diff --git a/net-misc/socat/files/socat-2.0.0_beta9-libressl.patch 
b/net-misc/socat/files/socat-2.0.0_beta9-libressl.patch
deleted file mode 100644
index 535297c04b0..000
--- a/net-misc/socat/files/socat-2.0.0_beta9-libressl.patch
+++ /dev/null
@@ -1,267 +0,0 @@
-From fbb0cc3b65a2ead522019fb461ae520371cc3ede Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= 
-Date: Mon, 6 Jun 2016 18:41:30 +0200
-Subject: [PATCH] Support compiling with LibreSSL 2.4.0
-
-This patch checks for macros OPENSSL_NO_COMP, OPENSSL_NO_EGD, and
-if disables those features if they are.
-
-Also add ifdef for HAVE_SSLv3_{client/server}_method in sslcls.c,
-since these were removed from LibreSSL 2.4.0.

- sslcls.c  |  8 +++-
- sslcls.h  |  4 +++-
- xio-openssl.c | 24 ++--
- xio-openssl.h |  4 +++-
- xioopts.c |  8 ++--
- xioopts.h |  4 +++-
- 6 files changed, 40 insertions(+), 12 deletions(-)
-
-diff --git a/sslcls.c b/sslcls.c
-index ea4c303..5011ef2 100644
 a/sslcls.c
-+++ b/sslcls.c
-@@ -55,6 +55,7 @@ const SSL_METHOD *sycSSLv2_server_method(void) {
- }
- #endif
- 
-+#if HAVE_SSLv3_client_method
- const SSL_METHOD *sycSSLv3_client_method(void) {
-const SSL_METHOD *result;
-Debug("SSLv3_client_method()");
-@@ -62,7 +63,9 @@ const SSL_METHOD *sycSSLv3_client_method(void) {
-Debug1("SSLv3_client_method() -> %p", result);
-return result;
- }
-+#endif
- 
-+#if HAVE_SSLv3_server_method
- const SSL_METHOD *sycSSLv3_server_method(void) {
-const SSL_METHOD *result;
-Debug("SSLv3_server_method()");
-@@ -70,6 +73,7 @@ const SSL_METHOD *sycSSLv3_server_method(void) {
-Debug1("SSLv3_server_method() -> %p", result);
-return result;
- }
-+#endif
- 
- const SSL_METHOD *sycSSLv23_client_method(void) {
-const SSL_METHOD *result;
-@@ -347,6 +351,7 @@ void sycSSL_free(SSL *ssl) {
-return;
- }
- 
-+#ifndef OPENSSL_NO_EGD
- int sycRAND_egd(const char *path) {
-int result;
-Debug1("RAND_egd(\"%s\")", path);
-@@ -354,6 +359,7 @@ int sycRAND_egd(const char *path) {
-Debug1("RAND_egd() -> %d", result);
-return result;
- }
-+#endif
- 
- DH *sycPEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) {
-DH *result;
-@@ -391,7 +397,7 @@ int sycFIPS_mode_set(int onoff) {
- }
- #endif /* WITH_FIPS */
- 
--#if OPENSSL_VERSION_NUMBER >= 0x00908000L
-+#if OPENSSL_VERSION_NUMBER >= 0x00908000L && !defined(OPENSSL_NO_COMP)
- const COMP_METHOD *sycSSL_get_current_compression(SSL *ssl) {
-const COMP_METHOD *result;
-Debug1("SSL_get_current_compression(%p)", ssl);
-diff --git a/sslcls.h b/sslcls.h
-index 152fe5b..9fd8ef2 100644
 a/sslcls.h
-+++ b/sslcls.h
-@@ -49,7 +49,9 @@ X509 *sycSSL_get_peer_certificate(SSL *ssl);
- int sycSSL_shutdown(SSL *ssl);
- void sycSSL_CTX_free(SSL_CTX *ctx);
- void sycSSL_free(SSL *ssl);
-+#ifndef OPENSSL_NO_EGD
- int sycRAND_egd(const char *path);
-+#endif
- 
- DH *sycPEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u);
- 
-@@ -57,7 +59,7 @@ BIO *sycBIO_new_file(const char *filename, const char *mode);
- 
- int sycFIPS_mode_set(int onoff);
- 
--#if OPENSSL_VERSION_NUMBER >= 0x00908000L
-+#if OPENSSL_VERSION_NUMBER >= 0x00908000L && !defined(OPENSSL_NO_COMP)
- const COMP_METHOD *sycSSL_get_current_compression(SSL *ssl);
- const COMP_METHOD *sycSSL_get_current_expansion(SSL *ssl);
- const char *sycSSL_COMP_get_name(const COMP_METHOD *comp);
-diff --git a/xio-openssl.c b/xio-openssl.c
-index c7f283c..38dc20d 100644
 a/xio-openssl.c
-+++ b/xio-openssl.c
-@@ -181,9 +181,11 @@ const struct optdesc opt_openssl_key = { 
"openssl-key", "key",
- const struct optdesc opt_openssl_dhparam = { "openssl-dhparam", "dh", 
   OPT_OPENSSL_DHPARAM, GROUP_OPENSSL, PH_SPEC, TYPE_FILENAME, OFUNC_SPEC };
- const struct optdesc opt_openssl_cafile  = { "openssl-cafile", 
"cafile", OPT_OPENSSL_CAFILE,  GROUP_OPENSSL, PH_SPEC, TYPE_FILENAME, 
OFUNC_SPEC };
- const struct optdesc opt_openssl_capath  = { "openssl-capath", 
"capath", OPT_OPENSSL_CAPATH,  GROUP_OPENSSL, PH_SPEC, TYPE_FILENAME, 
OFUNC_SPEC };
-+#ifndef OPENSSL_NO_EGD
- const struct optdesc opt_openssl_egd = { "openssl-egd","egd", 
   

[gentoo-commits] repo/gentoo:master commit in: app-text/ttf2pk2/

2021-04-30 Thread Sam James
commit: 44f3ec5480d859cf3915b6ea47f402c00f1d1245
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 11:43:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f3ec54

app-text/ttf2pk2: set DEPEND

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

 app-text/ttf2pk2/ttf2pk2-2.0_p20200406.ebuild | 2 +-
 app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20200406.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20200406.ebuild
index e211ff725b7..e722a14b481 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20200406.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20200406.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/kpathsea-6.2.1
media-libs/freetype:2
sys-libs/zlib
!media-libs/freetype:1"
-
+DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
index 01907bf5700..901cf53cd7c 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/kpathsea-6.2.1
media-libs/freetype:2
sys-libs/zlib
!media-libs/freetype:1"
-
+DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

2021-04-30 Thread Sam James
commit: 1609f7769eceac8ce4c5e03d957faaa6b6901ff9
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:16:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1609f776

net-misc/ptpd: drop obsolete LibreSSL patch

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

 .../ptpd-2.3.1-fix-libressl-compatibility.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/net-misc/ptpd/files/ptpd-2.3.1-fix-libressl-compatibility.patch 
b/net-misc/ptpd/files/ptpd-2.3.1-fix-libressl-compatibility.patch
deleted file mode 100644
index 4fa25797ff0..000
--- a/net-misc/ptpd/files/ptpd-2.3.1-fix-libressl-compatibility.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN old/src/dep/ntpengine/ntp_isc_md5.c 
new/src/dep/ntpengine/ntp_isc_md5.c
 old/src/dep/ntpengine/ntp_isc_md5.c2015-06-29 17:13:29.0 
+0200
-+++ new/src/dep/ntpengine/ntp_isc_md5.c2018-09-15 22:56:18.469044902 
+0200
-@@ -262,7 +262,7 @@
- {
-   u_char  digest[64];
-   u_int   len;
--  EVP_MD_CTX ctx;
-+  PTPD_EVP_MD_CTX ctx;
- pkt[length / 4] = htonl(keyid); 
-   EVP_DigestInit();
-   EVP_DigestUpdate(, (u_char *)key, (u_int)strlen(key));
-diff -urN old/src/dep/ntpengine/ntp_isc_md5.h 
new/src/dep/ntpengine/ntp_isc_md5.h
 old/src/dep/ntpengine/ntp_isc_md5.h2015-06-29 17:13:29.0 
+0200
-+++ new/src/dep/ntpengine/ntp_isc_md5.h2018-09-15 22:56:11.852020732 
+0200
-@@ -80,7 +80,7 @@
- # define MD5Init(c) isc_md5_init(c)
- # define MD5Update(c, p, s) isc_md5_update(c, p, s)
- # define MD5Final(d, c) isc_md5_final((c), (d)) /* swapped */
--  typedef MD5_CTX   EVP_MD_CTX;
-+  typedef MD5_CTX   PTPD_EVP_MD_CTX;
- # define EVP_DigestInit(c)  MD5Init(c)
- # define EVP_DigestUpdate(c, p, s)  MD5Update(c, p, s)
- # define EVP_DigestFinal(c, d, pdl) \



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtexu/

2021-04-30 Thread Sam James
commit: 2ec52ef9c04321815558eb0c5d3e9b3426b705b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 11:45:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec52ef9

dev-tex/bibtexu: set DEPEND

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

 dev-tex/bibtexu/bibtexu-3.71_p20200406.ebuild | 2 +-
 dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20200406.ebuild 
b/dev-tex/bibtexu/bibtexu-3.71_p20200406.ebuild
index d0e30caf6f1..1c5794c9392 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20200406.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20200406.ebuild
@@ -14,7 +14,7 @@ IUSE="doc source"
 
 RDEPEND=">=dev-libs/kpathsea-6.2.1:=
>=dev-libs/icu-4.4:="
-
+DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/bibtex-x

diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild 
b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
index d023a8dd562..d2361671dba 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild
@@ -14,7 +14,7 @@ IUSE="doc source"
 
 RDEPEND=">=dev-libs/kpathsea-6.2.1:=
>=dev-libs/icu-4.4:="
-
+DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/bibtex-x



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

2021-04-30 Thread Sam James
commit: 639abba4cde67f7478c8e924dc91fff2de9415e6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:14:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639abba4

dev-db/sqlitestudio: drop obsolete LibreSSL patch

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

 .../files/sqlitestudio-3.2.1-libressl.patch| 32 --
 1 file changed, 32 deletions(-)

diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.2.1-libressl.patch 
b/dev-db/sqlitestudio/files/sqlitestudio-3.2.1-libressl.patch
deleted file mode 100644
index 06552942e94..000
--- a/dev-db/sqlitestudio/files/sqlitestudio-3.2.1-libressl.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 64542c8c5cb3ad9249fa353ff4472c405057d743 Mon Sep 17 00:00:00 2001
-From: Stefan Strogin 
-Date: Mon, 25 Mar 2019 18:07:13 +0200
-Subject: [PATCH] #3505 Fix compilation with LibreSSL >=2.7.0
-
-HMAC_CTX_{new,free} were provided by LibreSSL 2.7.0.
-Do not redefine them, otherwise it breaks compilation.
-
-Upstream-Status: Accepted
-[https://github.com/pawelsalawa/sqlitestudio/pull/3507]
-Signed-off-by: Stefan Strogin 

- Plugins/DbSqliteCipher/sqlcipher.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Plugins/DbSqliteCipher/sqlcipher.c 
b/Plugins/DbSqliteCipher/sqlcipher.c
-index 4918cb6f..10c4e5a3 100644
 a/Plugins/DbSqliteCipher/sqlcipher.c
-+++ b/Plugins/DbSqliteCipher/sqlcipher.c
-@@ -21638,7 +21638,8 @@ static unsigned int openssl_external_init = 0;
- static unsigned int openssl_init_count = 0;
- static sqlcipher_sqlite3_mutex* openssl_rand_mutex = NULL;
- 
--#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || \
-+(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x207fL)
- static HMAC_CTX *HMAC_CTX_new(void)
- {
-   HMAC_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));
--- 
-2.21.0
-



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

2021-04-30 Thread Sam James
commit: 4bd02b6404d5cfaae416d6dad4b52a9391b1ee0c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 23:15:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd02b64

dev-python/pyopenssl: drop obsolete LibreSSL patch

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

 .../files/pyopenssl-20.0.0-libressl.patch  | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-python/pyopenssl/files/pyopenssl-20.0.0-libressl.patch 
b/dev-python/pyopenssl/files/pyopenssl-20.0.0-libressl.patch
deleted file mode 100644
index 6e9c7847fce..000
--- a/dev-python/pyopenssl/files/pyopenssl-20.0.0-libressl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From ecbd275386e5608f0f90d3536506d7f50026ffe6 Mon Sep 17 00:00:00 2001
-From: "Nathaniel J. Smith" 
-Date: Thu, 1 Aug 2019 21:23:51 -0700
-Subject: [PATCH] Support openssl <1.1.1
-
-Upstream-Status: Inappropriate
-[https://github.com/pyca/pyopenssl/pull/861/commits/ecbd275386e5608f0f90d3536506d7f50026ffe6
-was accepted in 19.1.0 but later removed since the upstream dropped
-support of OpenSSL <1.1.1]
-Signed-off-by: Stefan Strogin 

- src/OpenSSL/SSL.py | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py
-index 6f785fc4..55211511 100644
 a/src/OpenSSL/SSL.py
-+++ b/src/OpenSSL/SSL.py
-@@ -140,7 +140,10 @@ class _buffer(object):
- OP_NO_TLSv1 = _lib.SSL_OP_NO_TLSv1
- OP_NO_TLSv1_1 = _lib.SSL_OP_NO_TLSv1_1
- OP_NO_TLSv1_2 = _lib.SSL_OP_NO_TLSv1_2
--OP_NO_TLSv1_3 = _lib.SSL_OP_NO_TLSv1_3
-+try:
-+OP_NO_TLSv1_3 = _lib.SSL_OP_NO_TLSv1_3
-+except AttributeError:
-+pass
- 
- MODE_RELEASE_BUFFERS = _lib.SSL_MODE_RELEASE_BUFFERS
- 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/

2021-04-30 Thread Sam James
commit: 49ac612a1ded78dbd720cce8ae0c2034d7c4ccaa
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 10:25:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac612a

games-arcade/berusky: fix patch

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

 games-arcade/berusky/berusky-1.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/berusky/berusky-1.7.1-r2.ebuild 
b/games-arcade/berusky/berusky-1.7.1-r2.ebuild
index 66d347e826c..c14feec0074 100644
--- a/games-arcade/berusky/berusky-1.7.1-r2.ebuild
+++ b/games-arcade/berusky/berusky-1.7.1-r2.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.7.1-r1-gentoo.patch
+   "${FILESDIR}"/${PN}-1.7.1-r2-gentoo.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2021-04-30 Thread Sam James
commit: 3456acfe2a6e60b1042a4463973415846ccbbaed
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 29 18:28:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3456acfe

mail-client/mutt: remove other LibreSSL references

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

 mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +-
 mail-client/mutt/mutt-2.0.5.ebuild| 2 +-
 mail-client/mutt/mutt-2.0.6.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild 
b/mail-client/mutt/mutt-2.0.4-r1.ebuild
index af6177a467a..75406cb03c5 100644
--- a/mail-client/mutt/mutt-2.0.4-r1.ebuild
+++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild
@@ -64,7 +64,7 @@ DEPEND="${CDEPEND}
)"
 RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
-   smime-classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) )
+   smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
pgp-classic? ( app-crypt/gnupg )
 "
 

diff --git a/mail-client/mutt/mutt-2.0.5.ebuild 
b/mail-client/mutt/mutt-2.0.5.ebuild
index ada7c0b9d3a..a3813e61551 100644
--- a/mail-client/mutt/mutt-2.0.5.ebuild
+++ b/mail-client/mutt/mutt-2.0.5.ebuild
@@ -64,7 +64,7 @@ DEPEND="${CDEPEND}
)"
 RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
-   smime-classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) )
+   smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
pgp-classic? ( app-crypt/gnupg )
 "
 

diff --git a/mail-client/mutt/mutt-2.0.6.ebuild 
b/mail-client/mutt/mutt-2.0.6.ebuild
index ada7c0b9d3a..a3813e61551 100644
--- a/mail-client/mutt/mutt-2.0.6.ebuild
+++ b/mail-client/mutt/mutt-2.0.6.ebuild
@@ -64,7 +64,7 @@ DEPEND="${CDEPEND}
)"
 RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
-   smime-classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) )
+   smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
pgp-classic? ( app-crypt/gnupg )
 "
 



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

2021-04-30 Thread Sam James
commit: 35465fe6cc9a057754f8e3630196a2c0dd49dea5
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 29 18:12:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35465fe6

net-misc/chrony: move BDEPEND/REQUIRED_USE block

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

 net-misc/chrony/chrony-4.1_pre1.ebuild | 16 
 net-misc/chrony/chrony-.ebuild | 16 
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/net-misc/chrony/chrony-4.1_pre1.ebuild 
b/net-misc/chrony/chrony-4.1_pre1.ebuild
index eb58830becb..c615418eb65 100644
--- a/net-misc/chrony/chrony-4.1_pre1.ebuild
+++ b/net-misc/chrony/chrony-4.1_pre1.ebuild
@@ -38,14 +38,6 @@ REQUIRED_USE="
!sechash? ( !nts? ( !nettle ) )
 "
 
-if [[ ${PV} == "" ]] ; then
-   # Needed for doc generation in 
-   REQUIRED_USE+=" html"
-   BDEPEND+=" virtual/w3m"
-else
-   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-mlichvar )"
-fi
-
 DEPEND="
caps? (
acct-group/ntp
@@ -73,6 +65,14 @@ BDEPEND="
)
 "
 
+if [[ ${PV} == "" ]] ; then
+   # Needed for doc generation in 
+   REQUIRED_USE+=" html"
+   BDEPEND+=" virtual/w3m"
+else
+   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-mlichvar )"
+fi
+
 PATCHES=(
"${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch
"${FILESDIR}"/${PN}-3.5-r3-systemd-gentoo.patch

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-.ebuild
index eb58830becb..c615418eb65 100644
--- a/net-misc/chrony/chrony-.ebuild
+++ b/net-misc/chrony/chrony-.ebuild
@@ -38,14 +38,6 @@ REQUIRED_USE="
!sechash? ( !nts? ( !nettle ) )
 "
 
-if [[ ${PV} == "" ]] ; then
-   # Needed for doc generation in 
-   REQUIRED_USE+=" html"
-   BDEPEND+=" virtual/w3m"
-else
-   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-mlichvar )"
-fi
-
 DEPEND="
caps? (
acct-group/ntp
@@ -73,6 +65,14 @@ BDEPEND="
)
 "
 
+if [[ ${PV} == "" ]] ; then
+   # Needed for doc generation in 
+   REQUIRED_USE+=" html"
+   BDEPEND+=" virtual/w3m"
+else
+   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-mlichvar )"
+fi
+
 PATCHES=(
"${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch
"${FILESDIR}"/${PN}-3.5-r3-systemd-gentoo.patch



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qterm/, x11-misc/qterm/files/

2021-04-30 Thread Sam James
commit: 1c7a9d147b1b195f8161a04d757e73d3ed5b94e2
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 29 19:19:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7a9d14

x11-misc/qterm: drop obsolete LibreSSL patch

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

 x11-misc/qterm/files/qterm-libressl.patch | 60 ---
 x11-misc/qterm/qterm-0.7.3.ebuild |  1 -
 2 files changed, 61 deletions(-)

diff --git a/x11-misc/qterm/files/qterm-libressl.patch 
b/x11-misc/qterm/files/qterm-libressl.patch
deleted file mode 100644
index d0e0ae1f9cb..000
--- a/x11-misc/qterm/files/qterm-libressl.patch
+++ /dev/null
@@ -1,60 +0,0 @@
 a/src/ssh/libcrypto-compat.c
-+++ b/src/ssh/libcrypto-compat.c
-@@ -8,7 +8,7 @@
-  */
- 
- #include "libcrypto-compat.h"
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
- #include 
- #include 
- 
 a/src/ssh/libcrypto-compat.h
-+++ b/src/ssh/libcrypto-compat.h
-@@ -9,7 +9,7 @@
- #include 
- #include 
- 
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
- 
- int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
- int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
 a/src/ssh/socket.cpp
-+++ b/src/ssh/socket.cpp
-@@ -36,7 +36,7 @@
- SSH2SocketPriv::SSH2SocketPriv(SocketPrivate * plainSocket, QByteArray & 
banner, QObject * parent)
- : SSHSocketPriv(parent), m_banner(banner), m_status(Init), 
m_sessionID(), m_channelList()
- {
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
- OpenSSL_add_all_ciphers();
- #endif
- m_sessionID = NULL;
-@@ -56,7 +56,7 @@
- 
- SSH2SocketPriv::~SSH2SocketPriv()
- {
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
- EVP_cleanup();
- #endif
- }
-@@ -133,7 +133,7 @@
- #ifdef SSH_DEBUG
- qDebug() << "init ssh1 session";
- #endif
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
- OpenSSL_add_all_ciphers();
- #endif
- m_inPacket = new SSH1InBuffer(plainSocket, this);
-@@ -148,7 +148,7 @@
- 
- SSH1SocketPriv::~SSH1SocketPriv()
- {
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
- EVP_cleanup();
- #endif
- }

diff --git a/x11-misc/qterm/qterm-0.7.3.ebuild 
b/x11-misc/qterm/qterm-0.7.3.ebuild
index 5e1d0e49b0a..6b63700224d 100644
--- a/x11-misc/qterm/qterm-0.7.3.ebuild
+++ b/x11-misc/qterm/qterm-0.7.3.ebuild
@@ -28,7 +28,6 @@ DEPEND="${RDEPEND}
dev-qt/qthelp:5
x11-base/xorg-proto"
 
-PATCHES=( "${FILESDIR}"/${PN}-libressl.patch )
 DOCS=( README.rst RELEASE_NOTES TODO doc/script.txt )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/, app-arch/libarchive/files/

2021-04-30 Thread Sam James
commit: 2ae8978f4d5c5116173e06e166aad3ef37b296d2
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 30 11:34:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 30 23:27:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae8978f

app-arch/libarchive: drop obsolete LibreSSL patch

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

 app-arch/libarchive/files/libarchive-3.3.3-libressl.patch | 12 
 app-arch/libarchive/libarchive-3.5.1.ebuild   |  1 -
 2 files changed, 13 deletions(-)

diff --git a/app-arch/libarchive/files/libarchive-3.3.3-libressl.patch 
b/app-arch/libarchive/files/libarchive-3.3.3-libressl.patch
deleted file mode 100644
index 4d7c0ec7cf3..000
--- a/app-arch/libarchive/files/libarchive-3.3.3-libressl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/libarchive/archive_openssl_evp_private.h
-+++ b/libarchive/archive_openssl_evp_private.h
-@@ -28,7 +28,8 @@
- #include 
- #include 
-
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || \
-+(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070L)
- #include  /* malloc, free */
- #include  /* memset */
- static inline EVP_MD_CTX *EVP_MD_CTX_new(void)

diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild 
b/app-arch/libarchive/libarchive-3.5.1.ebuild
index 55c89c4ef51..1319a7f8b96 100644
--- a/app-arch/libarchive/libarchive-3.5.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.1.ebuild
@@ -37,7 +37,6 @@ DEPEND="${RDEPEND}
)"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-3.3.3-libressl.patch
"${FILESDIR}"/${PN}-3.5.0-darwin-strnlen.patch  # drop on next release
 )
 



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

2021-04-30 Thread Andreas K. Hüttel
commit: 885b397441cc5aed10a38c52ff0f25f57168f6e2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 23:03:31 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 23:05:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885b3974

dev-perl/Cache-FastMmap: Version bump 1.56

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild   | 29 ++
 dev-perl/Cache-FastMmap/Manifest   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild 
b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild
new file mode 100644
index 000..167d2480a21
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.56
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( dev-perl/Test-Deep )
+"
+
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 1024b33737a..ed6e72b94bb 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
 DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B 
a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5
 SHA512 
686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939
+DIST Cache-FastMmap-1.56.tar.gz 56713 BLAKE2B 
e1a94f6e15a103102f667e56a2ec701ba613c931779310149eb6827245d0279c82dde23c80016458d2bad10f5fecbebbffd2bf715d84540c3573feab1a368665
 SHA512 
742b2657007ce944ab636494a03ce7bfb6ea52663d1e4d3b10928f534f4fa4c564831e50737e7d6b79903f49b434fcdd441e664fe8afe156cc0468c2319cd0fe



[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/

2021-04-30 Thread Matt Turner
commit: a8b0d0312259beb2251aebfd868f47bbf7b77ea0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 30 22:52:04 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 30 23:00:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b0d031

x11-terms/gnome-terminal: Version bump to 3.40.1

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

 x11-terms/gnome-terminal/Manifest  |  2 +
 .../gnome-terminal/gnome-terminal-3.40.1.ebuild| 85 ++
 2 files changed, 87 insertions(+)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 6bf5ece8efc..70053a2351f 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-terminal-3.38.1-cntr-ntfy-autottl-ts.patch.xz 34100 BLAKE2B 
7ae126b93e63bc40ec4b0482c66d1b9be77939553df42948ce92b62cd42e8bf12a453540d90176f00cc545ce3a42ec5fc2e10fa248be641c64fc02611c61ee64
 SHA512 
6fe4fb80d968ecb036dd24c06e869b754b6634e25168d84a509ad91a510170fc8da368f37f7dec78ef1d11bb9f08ddd2a97c7407275116687639fb00f218553d
 DIST gnome-terminal-3.38.3.tar.xz 2574916 BLAKE2B 
c7bc17da2be607d15437b5f2965901f034e13fe5e5a7db03a3af6aaa67643e52a13a23aa3cc379c11387d158815a09a2edd09cbe6a983f243394746f3ada66ca
 SHA512 
1dc418faaafce019be75173ad035f2536bfec7fea179ecf76f054a62651137339a018198cd6a0cfd63a7a15a1dcf803b62d19a48545a06a133fde186bfbf88ca
+DIST gnome-terminal-3.40.1-cntr-ntfy-autottl-ts.patch.xz 33548 BLAKE2B 
50952d21a6a5758b500665aed21b95d8b4295240e24ea69dd806321a32338aeb904c60cd7dbb713d3d456bdc9199c7c4b4e2d65bc7078fa9bbf6a7d94c227265
 SHA512 
0efc106b35c25199ed8d4edc5c36a10a1013e62100c0b3397a5bb04386d7d2f548e811451c8577bc123ffbe935cea2a8f10d08473de5fadc4d07db0f301ab3bc
+DIST gnome-terminal-3.40.1.tar.xz 2596912 BLAKE2B 
6b199941a2d30a8bd06d779d8d5a1fc9096b7183718705b74842566033ddd36c18a32a68014b5c7ab545bf0bb4f780fa950c7d6d04149f89f640f0db6f105b59
 SHA512 
8e16b3c8513cf3c503a4a35e2c238ea41b087d426787402e0db5ef7e4bc5303d5a34a6455f651760327560f73edf3256177bbe3633e8a5b8abe8edab2bda7698

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.40.1.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.40.1.ebuild
new file mode 100644
index 000..b16c95d6f7e
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.40.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="The Gnome Terminal"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug +gnome-shell +nautilus vanilla"
+SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.40.1-cntr-ntfy-autottl-ts.patch.xz
 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.22.27:3
+   >=x11-libs/vte-0.64.0:2.91[!vanilla?]
+   >=dev-libs/libpcre2-10
+   >=gnome-base/dconf-0.14
+   >=gnome-base/gsettings-desktop-schemas-0.1.0
+   sys-apps/util-linux
+   gnome-shell? ( gnome-base/gnome-shell )
+   nautilus? ( >=gnome-base/nautilus-3.28.0 )
+"
+DEPEND="${RDEPEND}"
+# itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
+   notifications of long-running commands finishing, you will need
+   to add the following line to your ~/.bashrc:\n
+   . /etc/profile.d/vte-2.91.sh"
+
+src_prepare() {
+   if ! use vanilla; then
+   # https://bugzilla.gnome.org/show_bug.cgi?id=695371
+   # Fedora patches:
+   # Restore transparency support (with compositing WMs only)
+   # OSC 777 desktop notification support (notifications on tabs 
for long-running commands completing)
+   # Restore "Set title" support
+   # Automatic title updating based on currently running 
foreground process
+   # 
https://src.fedoraproject.org/rpms/gnome-terminal/raw/f31/f/gnome-terminal-cntr-ntfy-autottl-ts.patch
+   # Depends on vte[-vanilla] for OSC 777 and the 
preexec/precmd/etc patches in VTE
+   eapply "${WORKDIR}"/${PN}-3.40.1-cntr-ntfy-autottl-ts.patch
+   fi
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable debug) \
+   $(use_enable gnome-shell search-provider) \
+   $(use_with 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2021-04-30 Thread Matt Turner
commit: 9fa09f1be9a46a81a5e1c68bea43de4c34727b80
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 30 22:30:07 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 30 23:00:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa09f1b

x11-libs/vte: Version bump to 0.64.1

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

 x11-libs/vte/Manifest  |  2 +
 x11-libs/vte/vte-0.64.1.ebuild | 83 ++
 2 files changed, 85 insertions(+)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 2befb2bc148..eea0c681236 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,3 +1,5 @@
 DIST vte-0.28.2.tar.xz 962340 BLAKE2B 
1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9
 SHA512 
d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
 DIST vte-0.62.1-command-notify.patch.xz 4844 BLAKE2B 
22301fdc5f1969beb2ad9b316fea8972f696f0e54e1a24d5eceedec71162afc2991b7963a71ce8925a94f6c40e5303d3db760b872d0eebbdc6d05b22d3c59ecc
 SHA512 
491e241b0f5aae50e59d25751e95579d40c47e7e4c7f2b279522347f7f2f7f00c92bdf5fa4a651e4146bcfa9439f03b6311b4061fb20c5679c09b97a4924dcf1
 DIST vte-0.62.3.tar.xz 447152 BLAKE2B 
2c55430490af577cdbad8bbcbb53902ccc4ab8d9643d5e8b3279e96b4285347e652e761644c957961732eeb50d12e33fa3d3c735be9899ad14c1e2f35377f2a7
 SHA512 
0475e2813b305bf1b5d48ece5959f2feb10e89b589fa3b75032ae466fd5254bf5c2fc6085dc296d65c5df84790a38892534ff401109843bf964ae62a8c540a81
+DIST vte-0.64.1-command-notify.patch.xz 4880 BLAKE2B 
d6ff5f4acac161980c8c18245e65795c7f0ea3d0819748894b055306ecd731d698cac578eff2750795a9180a9b17d79f220e814083012d5a04f4f351ff2a0e36
 SHA512 
174397aeca00399b138286fd4cc88941add041a1f2596fd4d44c886c2e35b2a33041b58a102ee3acbcddc0cc40fcfde39d72ec46b640ee1db22d8ae684c4
+DIST vte-0.64.1.tar.bz2 486720 BLAKE2B 
bd8fb1f471a43aadf015cce8ae38c646521ca66e37652b72f7e94cec15a2a0a844d67116e9123ede44ba1b6ee569d1ecd0ff5e83067f6231802f5a77a798e446
 SHA512 
384ed3d86740091c9ddee83f97bf5cb5c69c48e8a78592dd46e8f9334859a6c523e7b16dce110de71cd4a9a3b8b99a11816b61eae6e251dfc20cdbee6716

diff --git a/x11-libs/vte/vte-0.64.1.ebuild b/x11-libs/vte/vte-0.64.1.ebuild
new file mode 100644
index 000..e1499ad2215
--- /dev/null
+++ b/x11-libs/vte/vte-0.64.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.32"
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE;
+
+LICENSE="LGPL-3+ GPL-3+"
+SLOT="2.91"
+IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+REQUIRED_USE="vala? ( introspection )"
+
+# Upstream is hostile and refuses to upload tarballs.
+SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
+SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.64.1-command-notify.patch.xz 
)"
+
+RDEPEND="
+   >=x11-libs/gtk+-3.24.14:3[introspection?]
+   >=dev-libs/fribidi-1.0.0
+   >=dev-libs/glib-2.52:2
+   crypt?  ( >=net-libs/gnutls-3.2.7:0= )
+   icu? ( dev-libs/icu:= )
+   >=x11-libs/pango-1.22.0
+   >=dev-libs/libpcre2-10.21
+   systemd? ( >=sys-apps/systemd-220:= )
+   sys-libs/zlib
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+   x11-libs/pango[introspection?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.13
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   if ! use vanilla; then
+   # Part of 
https://src.fedoraproject.org/rpms/vte291/raw/f31/f/vte291-cntnr-precmd-preexec-scroll.patch
+   # Adds OSC 777 support for desktop notifications in 
gnome-terminal or elsewhere
+   eapply "${WORKDIR}"/${PN}-0.64.1-command-notify.patch
+   fi
+
+   # -Ddebugg option enables various debug support via VTE_DEBUG, but also 
ggdb3; strip the latter
+   sed -e '/ggdb3/d' -i meson.build || die
+
+   use vala && vala_src_prepare
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Da11y=true
+   $(meson_use debug debugg)
+   $(meson_use gtk-doc docs)
+   $(meson_use introspection gir)
+   -Dfribidi=true # pulled in by pango anyhow
+   -Dglade=true
+   $(meson_use crypt gnutls)
+   

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

2021-04-30 Thread Andreas K. Hüttel
commit: ef0a8fdf0854f89e1c34e448e9eac167c3968d47
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 22:39:04 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 22:39:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0a8fdf

dev-perl/Business-UPS: Version bump 2.02

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild | 19 +++
 dev-perl/Business-UPS/Manifest   |  1 +
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild 
b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
new file mode 100644
index 000..dd3943fc1b0
--- /dev/null
+++ b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=2.02
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A UPS Interface Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-perl/libwww-perl"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Business-UPS/Manifest b/dev-perl/Business-UPS/Manifest
index 857ffab45ab..480e55b26f5 100644
--- a/dev-perl/Business-UPS/Manifest
+++ b/dev-perl/Business-UPS/Manifest
@@ -1 +1,2 @@
 DIST Business-UPS-2.01.tar.gz 9341 BLAKE2B 
b3b4e6e80fbd42e9e0626befd49bf6318d31215fdca1707516e1c104249ddb8e40d7c3df3c23a5284102d7a41006bb9b803ba890f9997402cbeda152ee1413b8
 SHA512 
1c0d60e9a3a513fd0ce2513e4e561eec60de5890bfe497b19d44976a2da9d7f31870bbc1824569b882ac573ddd969ad1d67293a2ac08a7750e2dd881d0f49f16
+DIST Business-UPS-2.02.tar.gz 10189 BLAKE2B 
b70a1d43a34ef4ba51dc7e0a7add8ddc32e614841e94da6344155cdc18eb7cb1cc88f63db6c95f6b9bc8903bff3b3a35dd0a08992d1327bde740c61cbc1a4c8c
 SHA512 
417245c9197de23bce3a816dad79c212f6aaf26554b7f79fc55b4686b590836bc1febce4e0a6605939ffbb051f8b928f3ec2d113e75c632c1f59acf8b719347d



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

2021-04-30 Thread Andreas K. Hüttel
commit: 499e52e7f467c2b65a5af94bb04b221c192ddf1b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 22:42:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 22:42:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499e52e7

dev-perl/BZ-Client: Version bump 4.4004

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild | 62 +++
 dev-perl/BZ-Client/Manifest   |  1 +
 2 files changed, 63 insertions(+)

diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild 
b/dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild
new file mode 100644
index 000..f04e998530c
--- /dev/null
+++ b/dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DJZORT
+DIST_VERSION=4.4004
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="A client for the Bugzilla web services API."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/DateTime-Format-ISO8601
+   dev-perl/DateTime-Format-Strptime
+   dev-perl/DateTime-TimeZone
+   virtual/perl-Encode
+   virtual/perl-File-Spec
+   dev-perl/HTTP-CookieJar
+   virtual/perl-HTTP-Tiny
+   virtual/perl-MIME-Base64
+   dev-perl/URI
+   dev-perl/XML-Parser
+   dev-perl/XML-Writer
+   virtual/perl-parent
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.0
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   dev-perl/Clone
+   virtual/perl-Data-Dumper
+   dev-perl/DateTime
+   dev-perl/IO-Socket-SSL
+   dev-perl/Test-RequiresInternet
+   virtual/perl-Test-Simple
+   dev-perl/Text-Password-Pronounceable
+   )
+"
+PERL_RM_FILES=(
+   t/release-distmeta.t
+   t/release-kwalitee.t
+   t/release-unused-vars.t
+   t/author-critic.t
+   t/author-eof.t
+   t/author-eol.t
+   t/author-no-breakpoints.t
+   t/author-no-tabs.t
+   t/author-pod-syntax.t
+   t/author-portability.t
+)
+src_test() {
+   has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} && export 
TEST_AUTHOR=1
+   perl-module_src_test
+}

diff --git a/dev-perl/BZ-Client/Manifest b/dev-perl/BZ-Client/Manifest
index f69988498d5..ccd7e2b13b2 100644
--- a/dev-perl/BZ-Client/Manifest
+++ b/dev-perl/BZ-Client/Manifest
@@ -1 +1,2 @@
 DIST BZ-Client-4.4003.tar.gz 85579 BLAKE2B 
d9310fd594d3a0a19ee9e08b047efbc89ee36e1d0c8a25f79f9dd3f4de661f7cfd1de27d1017a6cabcb356362b27ba2c9cc5c908dc43c6e43b52b7eeb16e3b15
 SHA512 
d4b8bb4de96ca40f37f0ab6576095341cd3c7be41d6d4bdfd88f7b25de8ce77130a1736ea4e577f57186191cee2eeff6131fe107a0cb56e9439f4258fb560432
+DIST BZ-Client-4.4004.tar.gz 87209 BLAKE2B 
6300d93cd6fefb1271a11f0703757dc7bce8955fd60f11afd7a856267bf37cd5c33e42c28a783b2287b5cb359caaef6ae0aee3481f505118558f6bbf1b3929d7
 SHA512 
23cf61f3ffdf85e53924e54acc8d0d069f602ea15d35f94b4b8f2f1fd1fd33b27b95afe2125d01ae47c9eb191106d65acd475924bd3158c882cc3e208a711193



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

2021-04-30 Thread Andreas K. Hüttel
commit: 802d0b0601914aa589cbb2f47024c2c2b77cccea
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 22:31:20 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 22:37:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802d0b06

dev-perl/Business-ISMN: Version bump 1.202

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Business-ISMN/Business-ISMN-1.202.0.ebuild | 34 ++
 dev-perl/Business-ISMN/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.202.0.ebuild 
b/dev-perl/Business-ISMN/Business-ISMN-1.202.0.ebuild
new file mode 100644
index 000..9fe78bcfb36
--- /dev/null
+++ b/dev-perl/Business-ISMN/Business-ISMN-1.202.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.202
+inherit perl-module
+
+DESCRIPTION="International Standard Music Numbers"
+LICENSE="Artistic-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Tie-Cycle-1.210.0
+   virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   virtual/perl-File-Spec
+   test? ( >=virtual/perl-Test-Simple-1.0.0 )
+"
+PERL_RM_FILES=(
+   t/pod.t
+   t/pod_coverage.t
+   t/test_manifest
+)
+PATCHES=(
+   "${FILESDIR}/${PN}-1.132-no-test-manifest.patch"
+)

diff --git a/dev-perl/Business-ISMN/Manifest b/dev-perl/Business-ISMN/Manifest
index c9ee2603b34..35c05e9fb05 100644
--- a/dev-perl/Business-ISMN/Manifest
+++ b/dev-perl/Business-ISMN/Manifest
@@ -1 +1,2 @@
 DIST Business-ISMN-1.201.tar.gz 14793 BLAKE2B 
fad3341efd853824e529b5629d501b7c8129724e922868f09cee13209281f15f65e04d7cb2b0d7a5c2c1599effa8367bf71bc503908307ddba00fffc4dc7fd06
 SHA512 
96f8783d90ddc561a24dff4905127b8983357809df2e31524f3e1f3ec30a56eb07ac9312bc127196602f72d4442b284fa195be22d6d71bb3a6e971dbabe46e22
+DIST Business-ISMN-1.202.tar.gz 14872 BLAKE2B 
4101c2ddeec2f285f5d77a8c7fe2f2be325f99b569c759dd521c9078a3b4b479933d4408c839def5c0155cac907b9a8cecbe9a2133b20b31a14004bd5af4488b
 SHA512 
3f3dc2805f15edc92175c60fcf149e7a9558dd91a70173d559b298cedf177b92967f62581f16036a6c4269c3a5bec0d4bcd20a6ff9c13f4e17bec62fdca19ab2



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/

2021-04-30 Thread Andreas K. Hüttel
commit: 10c658f0a851b2132aa7741744c51aea147f6eb2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 22:36:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 22:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c658f0

dev-perl/Business-Tax-VAT-Validation: Version bump 1.20

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Business-Tax-VAT-Validation-1.200.0.ebuild | 27 ++
 dev-perl/Business-Tax-VAT-Validation/Manifest  |  1 +
 2 files changed, 28 insertions(+)

diff --git 
a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
 
b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
new file mode 100644
index 000..f96a5aba0ec
--- /dev/null
+++ 
b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.20
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A class for european VAT numbers validation"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/HTTP-Message-1.0.0
+   dev-perl/JSON
+   >=dev-perl/libwww-perl-1.0.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=(
+   "t/pod.t"
+   "t/pod-coverage.t"
+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest 
b/dev-perl/Business-Tax-VAT-Validation/Manifest
index 87a9b49c7e2..3fc932362a6 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1 +1,2 @@
 DIST Business-Tax-VAT-Validation-1.12.tar.gz 24732 BLAKE2B 
5f774cb4765787f8410abc8d0e12f306c4e1d1859864e1e3c5785825e3d5d613f75dc52d63bcf8b3defb505357f3e87511acda70d01ab40dfde25735a99c
 SHA512 
993660e635a9037f546f428a4a9e572a0b7917a6cb3ff2f20cdaff83f1076c547dc8f12c0c9d69ffeace358328c5c00d084b8aed13d01d3e07659df6ab119419
+DIST Business-Tax-VAT-Validation-1.20.tar.gz 26055 BLAKE2B 
3e10a13ecc4ced5274a1a99c36ba738aa23c01b97cb54995e99dd4744d5592ea6c4920fb54ddef7b46000c6182c7f2b7b333b278f7666cd91fc03545c7334f62
 SHA512 
8504629cd44ef98faba91c01bef80d55c687b73384ea38827fa4c54bd48454522129f941f259a6b1e4b2118110bc552b40530b3c5697b1ef3c83099c36ca2f31



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

2021-04-30 Thread Thomas Deutschmann
commit: bbc7e5e980dae214ffdb49ff6cc593b226b21cec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Apr 30 22:17:49 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Apr 30 22:17:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc7e5e9

dev-vcs/git: security cleanup

Bug: https://bugs.gentoo.org/774678
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-vcs/git/Manifest  |   3 -
 dev-vcs/git/git-2.26.2.ebuild | 714 --
 2 files changed, 717 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index f02546c9417..443f3bac7b9 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,18 +1,15 @@
-DIST git-2.26.2.tar.xz 6007864 BLAKE2B 
efce003a95e24dbb6e14feebd35874c9ed1a5c06d7f0722d4dfefae830613b64b81faa41d5952400fa382b385d15d48829f8ee3b4d065e134bd38fa0e10bf570
 SHA512 
5d92d07b171c5cd6e89a29c1211c73c1c900cd51c74d690aebfb4a3d0e93b541b09b42b6d6a1a82f5c3d953096771f9a8605c63be139f559f58698c1a0eabcfc
 DIST git-2.26.3.tar.xz 6009184 BLAKE2B 
12c0b8fb460024e7767919cac3e36ecb215e25566eb907e11495c086e1d43d790c2aa8edd178d53abc3f7eaee968a6c89e92a6575d4d11f9740567b357056aee
 SHA512 
a88f8ab156f12770590110b30da83631f19a349f3b7af25fd0a5e8f03c78daec0a4935e9a1a5637f100c147cc57fca4aa3386e18756a6382983e7baa7456e398
 DIST git-2.28.1.tar.xz 6119248 BLAKE2B 
6a39d1c5c1dc69b8c7721a594104b51d2af691e1f2ef6a2f2bee99bd5b319c856cfccc4166cfd3426cf8eb58b3b4aea5ed2ae15061fba0f0f3e44c7d24e4
 SHA512 
6acd7f42eeaf4fcb085fe2ab3d65f53a264fd38ef84321b77eb7c21bbb146e42ec9f27cc36cd9f3569f6d1758742119efd0af9bf6414fe7c577c434ed154fb8f
 DIST git-2.29.3.tar.xz 6189996 BLAKE2B 
9e30b7c4eab0d74a7d3d1387774958fc1ce7fde6239bd8daaa277304cde1f3249484fd703a1827c703ec9400ac2c1e7c288bd2956a3854521bf561437de58617
 SHA512 
3a21be5005675e5406964519f3c8441826b311274de8c5bacdc3ede564efef3d87f085682f31c89166a5022738a3cbd8e767d2bca3bd57d6f55b2451e36681dd
 DIST git-2.30.2.tar.xz 6329820 BLAKE2B 
1c553c183d5426c524852bfba38b39196d9f0fb83854fec3291959474374db41a68a4118785412037ba16230662d94f03b05bb7ea577f0272552e63b68086f95
 SHA512 
4f7e1c30f8eee849d1febeda872d56c60c5d051a31726505a4c7bab11b274d3a2ab5588f910b7b49c5c0ec5228a18457f705c7b66e8bbdf809d3c75c59032b7e
 DIST git-2.31.0.tar.xz 6414252 BLAKE2B 
c9186c0e212767956cbabc685989408860600a19ff56637453f9cd45e143b6fb5b7104b188726506481782fcdfe3e7b28d5c9cf374172b81e5bfedf249292793
 SHA512 
b8f7608d4349c983c426494227b0ec9d032e67c775382a32675418f629f365817ac99a61c24e3a380bc5eb65351058dbf55d526890055acf58ad4f028022f513
 DIST git-2.31.1.tar.xz 6413368 BLAKE2B 
2d40aa3e5336e57b3cab42c36dd07698be7a811e2890f4c9ecaaa375f985313bb8e14fe7a70c1beff3009a9102b935e4a6065019ab3b2520f09339e2a0fcdb93
 SHA512 
9aa334a3e8519700ff5d112153ec42677722980094caa9d22aa91afdb65166bd9a98fa445c0d327c428ebfa73bf4832e9b3836109a1d9319feafe3191cfd170e
-DIST git-htmldocs-2.26.2.tar.xz 1304788 BLAKE2B 
e0de88c5c41646d5fb9b54e2ee873c7904e1b85c67f971499f0227eb2dd59cabd4ffc58c468cf8a7a7466920af972dbc7f95d78003e487edac9a15a9c49b80a2
 SHA512 
b577693180b4fc035af211e3b83e98ad5e1bfbb98706924858df6558383b82ca05f870bdae90f8a14c8bf664f091ee928af52dcdebdfb98dc7387fdfe2e3a396
 DIST git-htmldocs-2.26.3.tar.xz 1305208 BLAKE2B 
d5bb834b00a9d0cd3cdcd671e33142595e4ac28be8eab2326263f548718d52cf141b7fa6afee8da05a15ac75252455945dd34d60ffe5cda6cf1d612b7ee35953
 SHA512 
ff6c912572d32a1f32ec4c73e07e1404155ccbf81509a741e25e9dbcf42e5348dce59c40b0bb5d64993d8a981e2afd773393b2aeacde457870aa1f03feb9a1a6
 DIST git-htmldocs-2.28.1.tar.xz 1348296 BLAKE2B 
6bbaf94a963204d85100554578fb2520c44b74332e6dfd0f468fa3217efad2a484ef427359411569ca503a809aec00edde21ab577ee9ddc9779f0b702402ed4c
 SHA512 
9e672673f271a136f9c2d1ed827dbc76656b40315cb5d11d95aa18c006fad8ea2c2535f2092f1b6514a6ae7f88589178fc90299b496f446debb673e8f36f8909
 DIST git-htmldocs-2.29.3.tar.xz 1365468 BLAKE2B 
b8b2d46a5b35f6962f06bd9837ddc613aa5f4096dcdabea4308fcc52bf4f639fbdade2f91e01738cce6befb8b63faf57f8ecab1200048794d873f12055f04bdd
 SHA512 
217a313636b5e7470e58d21428c81262f9d9909227f6a47c8445eb301bb20dd8393d0e600b8e7dad04b030a688561f93cdce317ad714cecd0505c198e1fe44a2
 DIST git-htmldocs-2.30.2.tar.xz 1342648 BLAKE2B 
a81b2111a79b7b211f99c0ac2b3d397d627316fc1eab56f091088b4ff26d80c353efcea4154f84640dea952dddaf496f3c8f63d2c371d6ce97bf888fad2db237
 SHA512 
7fc8bb1a9e484f5f49ad41c89ee8e5059970e3091e1d72b86800f8d255fe00be3d8072194cbc913ef6d98aa014ba9e8efae062a9ae595f4dcafaa0c3e637d297
 DIST git-htmldocs-2.31.0.tar.xz 1357332 BLAKE2B 
06fe5fdde4193ffccf243eae8c112b6bf74b3a554283e0f688a47275a47de4c1c4dce9fe6dfa550885786ab8df46fa83fadd22746bc64e430af42785eda30583
 SHA512 
31a7d715454060bbc260a6001d971df0eea16c819de96a9316bb465a67661ebe805a8ea2f5f223c070b6aa1affd1e72970b223474e6221bf87ac3b233d229fdd
 DIST git-htmldocs-2.31.1.tar.xz 1357592 BLAKE2B 

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

2021-04-30 Thread Thomas Deutschmann
commit: 7a8d3a6ed37d6d4870c91ba9691286e671092089
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Apr 30 22:05:44 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Apr 30 22:06:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8d3a6e

net-libs/webkit-gtk: security cleanup

Bug: https://bugs.gentoo.org/773193
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/webkit-gtk/Manifest |   1 -
 net-libs/webkit-gtk/webkit-gtk-2.30.5.ebuild | 300 ---
 2 files changed, 301 deletions(-)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 60758d753b3..47c55e0ecf0 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1,2 +1 @@
-DIST webkitgtk-2.30.5.tar.xz 22311832 BLAKE2B 
b00e889d59883e62bcf179df8a766e20a7cd7ee2db462c4eb4279686aac5ea1cad7903189b14031088ab23b8dfd89c1f09f90e2deb5d208281d55c262cc0cb3c
 SHA512 
406fc767a806bb2af446c73e7079720a4d82d592a95a20f30f468c31cdc2efd25e082a5ecfbe00c27f62236e1e56a729c48191451d130188419967975378235d
 DIST webkitgtk-2.30.6.tar.xz 22311524 BLAKE2B 
369a2f03b99a17b3e7ffbd0a8528a0d7f65334138552e7684fdec6b3003fab8d9a946f1b549849562b71e9a0daa3f870578d088833db2e8e291974bd38eaed05
 SHA512 
fe2de42ea66162cf28002bd2bd83890c8f8f6336fea873f769a57bae4d6cb8fd6c41af224e320608bcb47c8f0f41d150ac47004e9ef52127d208c01ae6dcf47f

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.5.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.30.5.ebuild
deleted file mode 100644
index b62e32197a1..000
--- a/net-libs/webkit-gtk/webkit-gtk-2.30.5.ebuild
+++ /dev/null
@@ -1,300 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
-USE_RUBY="ruby24 ruby25 ruby26 ruby27 ruby30"
-
-inherit check-reqs cmake flag-o-matic gnome2 pax-utils python-any-r1 
ruby-single toolchain-funcs virtualx
-
-MY_P="webkitgtk-${PV}"
-DESCRIPTION="Open source web browser engine"
-HOMEPAGE="https://www.webkitgtk.org;
-SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2+ BSD"
-SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 arm arm64 ppc64 ~sparc x86"
-
-IUSE="aqua +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl 
seccomp spell systemd wayland +X"
-
-# gstreamer with opengl/gles2 needs egl
-REQUIRED_USE="
-   gles2-only? ( egl !opengl )
-   gstreamer? ( opengl? ( egl ) )
-   wayland? ( egl )
-   || ( aqua wayland X )
-"
-
-# Tests fail to link for inexplicable reasons
-# https://bugs.webkit.org/show_bug.cgi?id=148210
-RESTRICT="test"
-
-# Aqua support in gtk3 is untested
-# Dependencies found at Source/cmake/OptionsGTK.cmake
-# Various compile-time optionals for gtk+-3.22.0 - ensure it
-# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is 
experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
-# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
-wpe_depend="
-   >=gui-libs/libwpe-1.5.0:1.0
-   >=gui-libs/wpebackend-fdo-1.7.0:1.0
-"
-# TODO: gst-plugins-base[X] is only needed when build configuration ends up 
with GLX set, but that's a bit automagic too to fix
-RDEPEND="
-   >=x11-libs/cairo-1.16.0:=[X?]
-   >=media-libs/fontconfig-2.13.0:1.0
-   >=media-libs/freetype-2.9.0:2
-   >=dev-libs/libgcrypt-1.7.0:0=
-   >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
-   >=media-libs/harfbuzz-1.4.2:=[icu(+)]
-   >=dev-libs/icu-60.2:=
-   virtual/jpeg:0=
-   >=net-libs/libsoup-2.54:2.4[introspection?]
-   >=dev-libs/libxml2-2.8.0:2
-   >=media-libs/libpng-1.4:0=
-   dev-db/sqlite:3=
-   sys-libs/zlib:0
-   >=dev-libs/atk-2.16.0
-   media-libs/libwebp:=
-
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/libxslt-1.1.7
-   media-libs/woff2
-   gnome-keyring? ( app-crypt/libsecret )
-   introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
-   dev-libs/libtasn1:=
-   spell? ( >=app-text/enchant-0.22:2 )
-   gstreamer? (
-   >=media-libs/gstreamer-1.14:1.0
-   >=media-libs/gst-plugins-base-1.14:1.0[egl?,opengl?,X?]
-   gles2-only? ( media-libs/gst-plugins-base:1.0[gles2] )
-   >=media-plugins/gst-plugins-opus-1.14.4-r1:1.0
-   >=media-libs/gst-plugins-bad-1.14:1.0 )
-
-   X? (
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXrender
-   x11-libs/libXt )
-
-   libnotify? ( x11-libs/libnotify )
-   dev-libs/hyphen
-   jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
-
-   egl? ( media-libs/mesa[egl] )
-   gles2-only? ( media-libs/mesa[gles2] )
-   opengl? ( virtual/opengl 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/, sys-firmware/seabios/files/

2021-04-30 Thread Sergei Trofimovich
commit: 349e168da5d78c75bd210ff893a7b580dfe5b4fe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 30 22:05:41 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 30 22:05:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349e168d

sys-firmware/seabios: tweak linker script for binutils-2.36

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-firmware/seabios/files/seabios-1.14.0-binutils-2.36.patch | 9 +
 sys-firmware/seabios/seabios-1.14.0-r1.ebuild | 4 
 2 files changed, 13 insertions(+)

diff --git a/sys-firmware/seabios/files/seabios-1.14.0-binutils-2.36.patch 
b/sys-firmware/seabios/files/seabios-1.14.0-binutils-2.36.patch
new file mode 100644
index 000..0453d203d4a
--- /dev/null
+++ b/sys-firmware/seabios/files/seabios-1.14.0-binutils-2.36.patch
@@ -0,0 +1,9 @@
+--- a/vgasrc/vgalayout.lds.S
 b/vgasrc/vgalayout.lds.S
+@@ -19,5 +19,5 @@ SECTIONS
+ 
+ // Discard regular data sections to force a link error if
+ // 16bit code attempts to access data not marked with VAR16.
+-/DISCARD/ : { *(.text*) *(.rodata*) *(.data*) *(.bss*) *(COMMON) }
++/DISCARD/ : { *(.text*) *(.rodata*) *(.data*) *(.bss*) *(COMMON) 
*(.note.gnu.property) }
+ }

diff --git a/sys-firmware/seabios/seabios-1.14.0-r1.ebuild 
b/sys-firmware/seabios/seabios-1.14.0-r1.ebuild
index a8b5184144a..f97b51857b5 100644
--- a/sys-firmware/seabios/seabios-1.14.0-r1.ebuild
+++ b/sys-firmware/seabios/seabios-1.14.0-r1.ebuild
@@ -95,6 +95,10 @@ src_unpack() {
 src_prepare() {
default
 
+   if ! use binary; then
+   eapply "${FILESDIR}"/${PN}-1.14.0-binutils-2.36.patch
+   fi
+
# Ensure precompiled iasl files are never used
find "${WORKDIR}" -name '*.hex' -delete || die
 }



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

2021-04-30 Thread Matt Turner
commit: 94a6d311c6658baa2a87a37fb40cf03934890e94
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 30 21:40:49 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 30 21:58:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a6d311

dev-python/requests-futures: Add new package

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

 dev-python/requests-futures/Manifest   |  1 +
 dev-python/requests-futures/metadata.xml   | 16 
 .../requests-futures/requests-futures-1.0.0.ebuild | 22 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/requests-futures/Manifest 
b/dev-python/requests-futures/Manifest
new file mode 100644
index 000..2354038e6dd
--- /dev/null
+++ b/dev-python/requests-futures/Manifest
@@ -0,0 +1 @@
+DIST requests-futures-1.0.0.tar.gz 10897 BLAKE2B 
deccf99ffecf3dd04eaaa7692b93b046b027109346555ca9b4172f29600615fb78bd46528c2ae925587d06f24e5b52dc2f02f5d5da04eda18cd97037e1b28440
 SHA512 
64b39ed99712df8f1be74b2de97500d89711c0d5d3ba0f2b64e3bab755d0bf82029d7ced13b755ce12a2b86f3b673305b651ba6ff4cfb60aed40c8d5876f202c

diff --git a/dev-python/requests-futures/metadata.xml 
b/dev-python/requests-futures/metadata.xml
new file mode 100644
index 000..68af319b43c
--- /dev/null
+++ b/dev-python/requests-futures/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+matts...@gentoo.org
+Matt Turner
+  
+  
+Small add-on for the python requests http library. Makes use of python 
3.2's
+concurrent.futures or the backport for prior versions of python.
+  
+  
+  
+requests-futures
+  
+

diff --git a/dev-python/requests-futures/requests-futures-1.0.0.ebuild 
b/dev-python/requests-futures/requests-futures-1.0.0.ebuild
new file mode 100644
index 000..b72806bb2c6
--- /dev/null
+++ b/dev-python/requests-futures/requests-futures-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Asynchronous Python HTTP for Humans"
+HOMEPAGE="https://github.com/ross/requests-futures;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+RESTRICT="test" # https://github.com/ross/requests-futures/issues/94
+
+RDEPEND=">=dev-python/requests-1.2.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2021-04-30 Thread Matt Turner
commit: 86f59c3d317e1641990daca810e2d80298b41165
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 30 21:57:03 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 30 21:58:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f59c3d

gnome-extra/gnome-calculator: Version bump to 40.1

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

 gnome-extra/gnome-calculator/Manifest  |  1 +
 .../gnome-calculator/gnome-calculator-40.1.ebuild  | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index 158bbbd6428..8577915a857 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-calculator-3.38.2.tar.xz 1004684 BLAKE2B 
c2b6a0ff2e6a91c43a1670945af989b715f0f7369050dac13bec02898ef6780ec4484c6ee9f6e6bb19b8ecc9d7d8c2df0c824ac9c3309783cbc89b96fe1f16b9
 SHA512 
41e58b34640e795108a552aa0d95b03f0c84c4d5af6eef7fe8350c5f4e031a0fad7cad73034b38b2121f09687815b6b10a6a86fb00c7cbf720ccb06a8eea0403
 DIST gnome-calculator-40.0.tar.xz 1022596 BLAKE2B 
9522c8698492eeb07fbd86e8baeaee67433a1d43b2c97c4c895ca7ac8958a01c4e05c73598b1c14a2b333bfbc156b824669b20e878fcb681ade99c1ceef5ce72
 SHA512 
f22e9a9ade2f236142b7ebc3e54ed07834b049087ed8606571730e3bef2ab86317718df622368515266ba9578f660d7cd892cf87cf43bca9441369c838967c5d
+DIST gnome-calculator-40.1.tar.xz 1023164 BLAKE2B 
977fc227adaa50efa271776035a11ca79166a703c9c8d618c13af477056622a9faa42c3a8876257a117486399e91fceec7a19b930293883078846a645db912fe
 SHA512 
f46acc802ef130ec59e4376a02032ab683e6d166d691d7c5f626e2a978f017f171c0e8ad50991d1828cb325b1bd53f63ef256b9b24860842224fa3dd7e27f4da

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild
new file mode 100644
index 000..17bd94f4fdf
--- /dev/null
+++ b/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg
+
+DESCRIPTION="A calculator application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="+introspection test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+# gtksourceview vapi definitions in dev-lang/vala itself are too old, and 
newer vala removes them
+# altogether, thus we need them installed by gtksourceview[vala]
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42:2.4
+   >=dev-libs/libgee-0.20.0:0.8
+   dev-libs/mpc:=
+   dev-libs/mpfr:0=
+   >=x11-libs/gtk+-3.24.1:3
+   >=gui-libs/libhandy-1.0.0:1=
+   >=x11-libs/gtksourceview-4.0.2:4
+   introspection? ( >=dev-libs/gobject-introspection-1.58:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   x11-libs/gtksourceview:4[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+   # Automagic dep on valadoc - don't bother for now
+   sed -e '/subdir.*doc/d' -i meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddisable-ui=false
+   #-Dvala-version # doesn't do anything in 3.34
+   $(meson_use !introspection disable-introspection)
+   $(meson_use test ui-tests)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/

2021-04-30 Thread Matt Turner
commit: 7bbdcff9760de5dbbd38f1d0624b9eb878321d94
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 30 21:54:57 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 30 21:58:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbdcff9

gnome-base/gvfs: Version bump to 1.48.1

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

 gnome-base/gvfs/Manifest   |   1 +
 gnome-base/gvfs/gvfs-1.48.1.ebuild | 140 +
 2 files changed, 141 insertions(+)

diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
index 49ee37813ef..74585e5e726 100644
--- a/gnome-base/gvfs/Manifest
+++ b/gnome-base/gvfs/Manifest
@@ -1,2 +1,3 @@
 DIST gvfs-1.44.1.tar.xz 1222040 BLAKE2B 
5a412395cf0edbdb78aea43eabd4fc0ec68f53b9f681cd6181b1c2ee09a01f90e024f75d44302eefdd9d3888512ec4fe672125eec3c79fe691d0f66dacde7bce
 SHA512 
d936e70e6daa6a7494e5cc333a53afe82b601e34e2e54b207d9a4aefdc35dd068997832be750a6857144a48fa37065cb7e6b25378952007b06988ad07dfc6006
 DIST gvfs-1.48.0.tar.xz 1225852 BLAKE2B 
b1d9554183c1c79a02bd36f04399ee73ad6590b01e8a909c31fd6806f1929132e3146b24cd5caa9e0d703ac54861179c9bc7bb1021ffe263be90e2f833ed2738
 SHA512 
fe57da85c5e7b6dc8b2ffa69f5f8f1e45e307a05c787c5eee4afdfac82fd796ec9f319eb0615622f72286327cbb5d169abcf35c6d21d4f8293cbf70e2a941e17
+DIST gvfs-1.48.1.tar.xz 1225916 BLAKE2B 
f2c46d94ba68065fcaef93cfaf25d5d6cc2fbbf4c1842452d30a9fec2ac5259b440fe569411cf3a874d3464f8d001ef2d04a705230a21b381ff1c3abe9c0f16e
 SHA512 
19a642bcfce37eaa0d2d9f509fed6c67abfea0f79f5be9a17074d20e9ba71252a13583a2e08de88718cb141c5e79e34c84c765c87160351fe21291a8f88abe8c

diff --git a/gnome-base/gvfs/gvfs-1.48.1.ebuild 
b/gnome-base/gvfs/gvfs-1.48.1.ebuild
new file mode 100644
index 000..11d31cbf769
--- /dev/null
+++ b/gnome-base/gvfs/gvfs-1.48.1.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson systemd xdg
+
+DESCRIPTION="Virtual filesystem implementation for GIO"
+HOMEPAGE="https://wiki.gnome.org/Projects/gvfs;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+
+IUSE="afp archive bluray cdda elogind fuse google gnome-keyring 
gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test 
+udev udisks zeroconf"
+RESTRICT="!test? ( test )"
+# elogind/systemd only relevant to udisks (in v1.38.1)
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   cdda? ( udev )
+   google? ( gnome-online-accounts )
+   gphoto2? ( udev )
+   mtp? ( udev )
+   udisks? ( udev )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.65.1:2
+   >=gnome-base/gsettings-desktop-schemas-3.33.0
+   afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
+   sys-apps/dbus
+   app-crypt/gcr:=
+   policykit? (
+   >=sys-auth/polkit-0.114
+   sys-libs/libcap
+   )
+   http? (
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.58.0:2.4
+   )
+   zeroconf? ( >=net-dns/avahi-0.6[dbus] )
+   udev? ( >=dev-libs/libgudev-147:= )
+   fuse? ( >=sys-fs/fuse-3.0.0:3 )
+   udisks? ( >=sys-fs/udisks-1.97:2 )
+   systemd? ( >=sys-apps/systemd-206:0= )
+   elogind? ( >=sys-auth/elogind-229:0= )
+   ios? (
+   >=app-pda/libimobiledevice-1.2:=
+   >=app-pda/libplist-1:=
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= )
+   gnome-keyring? ( app-crypt/libsecret )
+   bluray? ( media-libs/libbluray:= )
+   mtp? (
+   virtual/libusb:1
+   >=media-libs/libmtp-1.1.15
+   )
+   samba? ( >=net-fs/samba-4[client] )
+   archive? ( app-arch/libarchive:= )
+   cdda? (
+   dev-libs/libcdio:0=
+   >=dev-libs/libcdio-paranoia-0.78.2
+   )
+   google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] )
+   gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
+   nfs? ( >=net-fs/libnfs-1.9.8 )
+   net-misc/openssh
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   app-text/docbook-xsl-stylesheets
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   dev-util/gdbus-codegen
+   test? ( dev-libs/libgdata )
+"
+
+src_configure() {
+   local enable_logind="false"
+   if use systemd || use elogind; then
+   enable_logind="true"
+   fi
+
+   local enable_gcrypt="false"
+   if use afp; then # currently HAVE_GCRYPT and linkage only used with 
afp; check it on big bumps (grep for HAVE_GCRYPT and enable_gcrypt); adjust 
depends if changes
+   enable_gcrypt="true"
+   fi
+
+   local enable_libusb="false"
+   if use mtp; then # currently HAVE_LIBUSB and linkage only used with 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/

2021-04-30 Thread Mikle Kolyada
commit: ee897e108cf66ef24964dede118a7fee01d9dbc9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 21:47:03 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 21:49:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee897e10

app-crypt/xca: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/xca/xca-2.1.2-r1.ebuild | 5 ++---
 app-crypt/xca/xca-2.1.2.ebuild| 5 ++---
 app-crypt/xca/xca-2.3.0.ebuild| 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-crypt/xca/xca-2.1.2-r1.ebuild 
b/app-crypt/xca/xca-2.1.2-r1.ebuild
index 28e0f2da477..755e7ee6ef4 100644
--- a/app-crypt/xca/xca-2.1.2-r1.ebuild
+++ b/app-crypt/xca/xca-2.1.2-r1.ebuild
@@ -12,15 +12,14 @@ 
SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bindist doc libressl"
+IUSE="bindist doc"
 
 RDEPEND="
dev-libs/libltdl:0=
dev-qt/qtgui:5
dev-qt/qtsql:5[sqlite]
dev-qt/qtwidgets:5
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
-   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   dev-libs/openssl:0=[bindist=]
doc? ( app-text/linuxdoc-tools )"
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"

diff --git a/app-crypt/xca/xca-2.1.2.ebuild b/app-crypt/xca/xca-2.1.2.ebuild
index 42650c37c67..6ef6c2e5909 100644
--- a/app-crypt/xca/xca-2.1.2.ebuild
+++ b/app-crypt/xca/xca-2.1.2.ebuild
@@ -12,15 +12,14 @@ 
SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bindist doc libressl"
+IUSE="bindist doc"
 
 RDEPEND="
dev-libs/libltdl:0=
dev-qt/qtgui:5
dev-qt/qtsql:5[sqlite]
dev-qt/qtwidgets:5
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
-   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   dev-libs/openssl:0=[bindist=]
doc? ( app-text/linuxdoc-tools )"
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"

diff --git a/app-crypt/xca/xca-2.3.0.ebuild b/app-crypt/xca/xca-2.3.0.ebuild
index c7ef3f20b62..e2c67855d29 100644
--- a/app-crypt/xca/xca-2.3.0.ebuild
+++ b/app-crypt/xca/xca-2.3.0.ebuild
@@ -12,15 +12,14 @@ 
SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bindist doc libressl"
+IUSE="bindist doc"
 
 RDEPEND="
dev-libs/libltdl:0=
dev-qt/qtgui:5
dev-qt/qtsql:5[sqlite]
dev-qt/qtwidgets:5
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
-   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   dev-libs/openssl:0=[bindist=]
doc? ( app-text/linuxdoc-tools )"
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/

2021-04-30 Thread Mikle Kolyada
commit: 0f452b2175ee662feaa8d14a457dd4475a2794f8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 21:43:45 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 21:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f452b21

app-crypt/mit-krb5: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild | 5 ++---
 app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
index 8482b1acd95..3b7ff7d91e9 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz;
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit 
selinux +threads test xinetd"
+IUSE="cpu_flags_x86_aes doc +keyutils lmdb nls openldap +pkinit selinux 
+threads test xinetd"
 
 # Test suite requires network access
 RESTRICT="test"
@@ -33,8 +33,7 @@ DEPEND="
nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
pkinit? (
-   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
)
xinetd? ( sys-apps/xinetd )
"

diff --git a/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
index b1742386374..901b431b246 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz;
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit 
selinux +threads test xinetd"
+IUSE="cpu_flags_x86_aes doc +keyutils lmdb nls openldap +pkinit selinux 
+threads test xinetd"
 
 # Test suite requires network access
 RESTRICT="test"
@@ -33,8 +33,7 @@ DEPEND="
nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
pkinit? (
-   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
)
xinetd? ( sys-apps/xinetd )
"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tc-play/

2021-04-30 Thread Mikle Kolyada
commit: 31afa40caa04627a1e353fdbd0b82cd81e3b852f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 21:44:59 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 21:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31afa40c

app-crypt/tc-play: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/tc-play/tc-play-2.0-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild 
b/app-crypt/tc-play/tc-play-2.0-r1.ebuild
index e0576be90fa..b8022d5f11a 100644
--- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
+++ b/app-crypt/tc-play/tc-play-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gnutls libressl"
+IUSE="gnutls"
 
 DEPEND="
dev-libs/libgpg-error
@@ -21,8 +21,7 @@ DEPEND="
dev-libs/libgcrypt:0
gnutls? ( net-libs/gnutls )
!gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2021-04-30 Thread Thomas Deutschmann
commit: 18023eacab3717be38b9f88ffeb0bebf5ee81f56
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Apr 30 21:48:39 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Apr 30 21:48:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18023eac

x11-base/xorg-server: security cleanup

Bug: https://bugs.gentoo.org/782679
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 x11-base/xorg-server/Manifest  |   1 -
 x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild | 227 -
 x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild | 225 
 3 files changed, 453 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index be796cbae5b..fad1256833d 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,2 +1 @@
-DIST xorg-server-1.20.10.tar.bz2 6307058 BLAKE2B 
13306e5f4f7f2b4531f2af5103337defa1d441bff78f20ea4d564a7d046ee546406812b6836fe94ca9323189382754270989b2ac7ded8950ddb2b15562c6ff21
 SHA512 
a07bee380bb72f2117fe6f831a6e4aded19bea1f2b36e42a019a30348e98d6fe65c0617cf819be9c6b405502f88cafb829df30aab32393774b71f1418a4cefae
 DIST xorg-server-1.20.11.tar.bz2 6476116 BLAKE2B 
71ec31c4ed050a3e27fadd525f1039895e43571c04b0a1efa9b35fda318f17b3c89d403c914c591345e7d245a7ebbd6e0f206e4415c1d54f1368fb0735a3d7ef
 SHA512 
1017015b9fd5d53788abe3641d877e6df8609841fa5c1847c0a5e133ddcc1b758a5d695304ebd36828099ec201a85b6b70b46f5ea4f81c5bd3a16fa6e175e3c2

diff --git a/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild
deleted file mode 100644
index 42c430c43f2..000
--- a/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild
+++ /dev/null
@@ -1,227 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_DOC=doc
-inherit xorg-3 multilib flag-o-matic toolchain-funcs
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
-
-DESCRIPTION="X.Org X servers"
-SLOT="0/${PV}"
-if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test 
+udev unwind xcsecurity"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-   media-libs/libglvnd[X]
-   dev-libs/openssl:0=
-   >=x11-apps/iceauth-1.0.2
-   >=x11-apps/rgb-1.0.3
-   >=x11-apps/xauth-1.0.3
-   x11-apps/xkbcomp
-   >=x11-libs/libdrm-2.4.89
-   >=x11-libs/libpciaccess-0.12.901
-   >=x11-libs/libXau-1.0.4
-   >=x11-libs/libXdmcp-1.0.2
-   >=x11-libs/libXfont2-2.0.1
-   >=x11-libs/libxkbfile-1.0.4
-   >=x11-libs/libxshmfence-1.1
-   >=x11-libs/pixman-0.27.2
-   >=x11-libs/xtrans-1.3.5
-   >=x11-misc/xbitmaps-1.0.1
-   >=x11-misc/xkeyboard-config-2.4.1-r3
-   dmx? (
-   x11-libs/libXt
-   >=x11-libs/libdmx-1.0.99.1
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXaw-1.0.4
-   >=x11-libs/libXext-1.0.99.4
-   >=x11-libs/libXfixes-5.0
-   >=x11-libs/libXi-1.2.99.1
-   >=x11-libs/libXmu-1.0.3
-   x11-libs/libXrender
-   >=x11-libs/libXres-1.0.3
-   >=x11-libs/libXtst-1.0.99.2
-   )
-   kdrive? (
-   >=x11-libs/libXext-1.0.5
-   x11-libs/libXv
-   )
-   xephyr? (
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-   !minimal? (
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXext-1.0.5
-   >=media-libs/mesa-18[X(+),egl,gbm]
-   >=media-libs/libepoxy-1.5.4[X,egl(+)]
-   )
-   udev? ( virtual/libudev:= )
-   unwind? ( sys-libs/libunwind )
-   wayland? (
-   >=dev-libs/wayland-1.3.0
-   >=media-libs/libepoxy-1.5.4[egl(+)]
-   >=dev-libs/wayland-protocols-1.18
-   )
-   >=x11-apps/xinit-1.3.3-r1
-   systemd? (
-   sys-apps/dbus
-   sys-apps/systemd
-   )
-   elogind? (
-   sys-apps/dbus
-   sys-auth/elogind[pam]
-   sys-auth/pambase[elogind]
-   )
-   !!x11-drivers/nvidia-drivers[-libglvnd(+)]
-"
-
-DEPEND="${CDEPEND}
-   sys-devel/flex
-   >=x11-base/xorg-proto-2018.4
-   dmx? (
-   doc? (
-   || (
-   www-client/links
-   www-client/lynx
-   www-client/w3m
-   )
- 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2021-04-30 Thread Andreas K. Hüttel
commit: 1f04809ced1d62788179b0ac5887e83694348295
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 21:46:19 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 21:46:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f04809c

dev-perl/Convert-Binary-C: Version bump 0.84

Closes: https://bugs.gentoo.org/730084
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Convert-Binary-C-0.840.0.ebuild| 32 ++
 dev-perl/Convert-Binary-C/Manifest |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.840.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.840.0.ebuild
new file mode 100644
index 000..ee8cb2a2a81
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.840.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MHX
+DIST_VERSION=0.84
+# NB: Examples are generated
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Binary Data Conversion using C Types"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="|| ( GPL-1+ Artistic ) BSD"
+
+# bison >= 1.31?
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+PERL_RM_FILES=(
+   tests/802_pod.t
+   tests/803_pod_coverage.t
+)
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   # Parallel CC breaks
+   "-j1"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index 243f7550400..09e2c3568e8 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1,2 +1,3 @@
 DIST Convert-Binary-C-0.78.tar.gz 1564698 BLAKE2B 
220f6221769a9907d9dcadd6ba6ffcd04114cdc8d03d4a63a43f95a492b7fa45fa97451c4dbda64bb54e9053914f0ab75821f9d6b84ae6e8b266c9cf89c9be41
 SHA512 
d9b85ce2ae870c2de6c2fa0838a6b2ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
 DIST Convert-Binary-C-0.79.tar.gz 1559047 BLAKE2B 
71e509742abc71a444082b524485d4116b92e827979033bae21d2fc8cc68e8f0e9e556d33bc3cdd6ca5f219fe665cd2a706c4a439cb11fe1f160d8c1af3afd31
 SHA512 
2771d54136ed433b33b729c71a2d1ed30a6601ce63c8f40b0b580db34557fd2cedf7262d7ee990bd8f5ce33800588fc3532d806335a21ac51738a8a222059b02
+DIST Convert-Binary-C-0.84.tar.gz 1348549 BLAKE2B 
7271f68d26cd387aa75c2eb966bd8497081e690ed7bd1339c98864fe9349398c723dab26120ecdaf534f28a969e85df95aa9ff7bbde8e4f1146a4a9b79818f1e
 SHA512 
1c5160b39e5b64dc61c5e6bfeb163728352721ebfdc8c5096557e19293136e0aea613bf166e9b539a3980c39bc98466c99691be7d4f7325dac0c05fdd324440d



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

2021-04-30 Thread Sergei Trofimovich
commit: 6478832ac59c19e71654f4bd65b8dbcb8670a32c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 30 21:43:47 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 30 21:44:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6478832a

sys-firmware/seabios: use tool-prefixed strip and cpp

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-firmware/seabios/seabios-1.14.0-r1.ebuild | 168 ++
 1 file changed, 168 insertions(+)

diff --git a/sys-firmware/seabios/seabios-1.14.0-r1.ebuild 
b/sys-firmware/seabios/seabios-1.14.0-r1.ebuild
new file mode 100644
index 000..a8b5184144a
--- /dev/null
+++ b/sys-firmware/seabios/seabios-1.14.0-r1.ebuild
@@ -0,0 +1,168 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit toolchain-funcs python-any-r1
+
+# SeaBIOS maintainers sometimes don't release stable tarballs or stable
+# binaries to generate the stable tarball the following is necessary:
+# git clone git://git.seabios.org/seabios.git && cd seabios
+# git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV}
+
+if [[ ${PV} == ** || -n "${EGIT_COMMIT}" ]] ; then
+   EGIT_REPO_URI="git://git.seabios.org/seabios.git"
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+
+   SRC_URI="
+   !binary? ( https://www.seabios.org/downloads/${P}.tar.gz )
+   binary? ( 
https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )"
+fi
+
+DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
+HOMEPAGE="https://www.seabios.org/;
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+IUSE="+binary debug +seavgabios"
+
+REQUIRED_USE="debug? ( !binary )"
+
+SOURCE_DEPEND="
+   >=sys-power/iasl-20060912
+   ${PYTHON_DEPS}"
+DEPEND="
+   !binary? (
+   ${SOURCE_DEPEND}
+   )"
+RDEPEND=""
+
+choose_target_chost() {
+   if [[ -n "${CC}" ]]; then
+   ${CC} -dumpmachine
+   return
+   fi
+
+   if use amd64 || use x86; then
+   # Use the native compiler
+   echo "${CHOST}"
+   return
+   fi
+
+   local i
+   for i in x86_64 i686 i586 i486 i386 ; do
+   i=${i}-pc-linux-gnu
+   type -P ${i}-gcc > /dev/null && echo ${i} && return
+   done
+}
+
+pkg_pretend() {
+   if ! use binary; then
+   ewarn "You have decided to compile your own SeaBIOS. This is 
not"
+   ewarn "supported by upstream unless you use their recommended"
+   ewarn "toolchain (which you are not)."
+   elog
+   ewarn "If you are intending to use this build with QEMU, 
realize"
+   ewarn "you will not receive any support if you have compiled 
your"
+   ewarn "own SeaBIOS. Virtual machines subtly fail based on 
changes"
+   ewarn "in SeaBIOS."
+   if [[ -z "$(choose_target_chost)" ]]; then
+   elog
+   eerror "Before you can compile ${PN}[-binary], you need 
to install a x86 cross-compiler"
+   eerror "Run the following commands:"
+   eerror "  emerge crossdev"
+   eerror "  crossdev --stable -t x86_64-pc-linux-gnu"
+   die "cross-compiler is needed"
+   fi
+   fi
+}
+
+pkg_setup() {
+   use binary || python-any-r1_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   # This simplifies the logic between binary & source builds.
+   mkdir -p "${S}"
+}
+
+src_prepare() {
+   default
+
+   # Ensure precompiled iasl files are never used
+   find "${WORKDIR}" -name '*.hex' -delete || die
+}
+
+src_configure() {
+   use binary && return
+
+   tc-ld-disable-gold #438058
+
+   if use debug ; then
+   echo "CONFIG_DEBUG_LEVEL=8" >.config
+   fi
+   _emake config
+}
+
+_emake() {
+   LANG=C \
+   emake V=1 \
+   CPP="$(tc-getPROG CPP cpp)" \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   AR="$(tc-getAR)" \
+   AS="$(tc-getAS)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   RANLIB="$(tc-getRANLIB)" \
+   OBJDUMP="$(tc-getOBJDUMP)" \
+   STRIP="$(tc-getSTRIP)" \
+   HOST_CC="$(tc-getBUILD_CC)" \
+   VERSION="Gentoo/${EGIT_COMMIT:-${PVR}}" \
+   "$@"
+}
+
+src_compile() {
+   use binary && return
+
+   local TARGET_CHOST=$(choose_target_chost)
+
+   cp "${FILESDIR}/seabios/config.seabios-256k" .config || die
+   _emake oldnoconfig
+   CHOST="${TARGET_CHOST}" _emake iasl
+   CHOST="${TARGET_CHOST}" _emake out/bios.bin

[gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/, media-libs/portmidi/files/

2021-04-30 Thread Miroslav Šulc
commit: 4e793237726619ac042e3b4fb3b417d0e634114f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Apr 30 21:35:30 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Apr 30 21:35:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e793237

media-libs/portmidi: bump to 234

Closes: https://bugs.gentoo.org/785826
Closes: https://bugs.gentoo.org/785823
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/portmidi/Manifest   |   1 +
 media-libs/portmidi/files/portmidi-234-cmake.patch | 332 +
 media-libs/portmidi/portmidi-234.ebuild| 143 +
 3 files changed, 476 insertions(+)

diff --git a/media-libs/portmidi/Manifest b/media-libs/portmidi/Manifest
index 3d588ba18fd..a00ab02c54e 100644
--- a/media-libs/portmidi/Manifest
+++ b/media-libs/portmidi/Manifest
@@ -1 +1,2 @@
+DIST portmedia-code-r234.zip 1342298 BLAKE2B 
3c3686b79ca0c8cbfaa6c44ae8c4f294630e1c5940576709ff1ca5854bfcfba1af7b067471656f2b39ae28cecea9b6c4403f72d5a2552355760c795eff123243
 SHA512 
cbc332d89bc465450b38245a83cc300dfd2e1e6de7c62284edf754ff4d8a9aa3dc49a395dcee535ed9688befb019186fa87fd6d8a3698898c2acbf3e6b7a0794
 DIST portmidi-src-217.zip 1030830 BLAKE2B 
ab197c7f9a5c2b4d2740d56841459fbac97d510e4d12e5d0cd7cecc0ba6035929b6596140d42c575a9513862a66127d19253dbee1d3a7b7b84b69c88fec7fcae
 SHA512 
d08d4d57429d26d292b5fe6868b7c7a32f2f1d2428f6695cd403a697e2d91629bd4380242ab2720e8f21c895bb75cb56b709fb663a20e8e623120e50bfc5d90b

diff --git a/media-libs/portmidi/files/portmidi-234-cmake.patch 
b/media-libs/portmidi/files/portmidi-234-cmake.patch
new file mode 100644
index 000..f4f1101ccb4
--- /dev/null
+++ b/media-libs/portmidi/files/portmidi-234-cmake.patch
@@ -0,0 +1,332 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4919b78..9dc6e58 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -9,12 +9,11 @@ if(UNIX)
+   set(CMAKE_BUILD_TYPE Release CACHE STRING 
+   "Semicolon-separate list of supported configuration types")
+   # set default directories but don't override cached values...
+-  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY 
${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
++  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+   CACHE STRING "libraries go here")
+-  set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY 
${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
++  set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+   CACHE STRING "libraries go here")
+-  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY 
+-  ${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
++  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+   CACHE STRING "executables go here")
+ 
+ else(UNIX)
+@@ -68,10 +67,20 @@ endif(UNIX)
+ include_directories(pm_common porttime)
+ add_subdirectory(pm_common)
+ 
+-add_subdirectory(pm_test)
++option(PORTMIDI_ENABLE_JAVA "Enable Java bindings support" ON)
++option(PORTMIDI_ENABLE_STATIC "Build and install static libraries" OFF)
++option(PORTMIDI_ENABLE_TEST "Build test programs" ON)
++
++if(PORTMIDI_ENABLE_TEST)
++  add_subdirectory(pm_test)
++endif(PORTMIDI_ENABLE_TEST)
+ 
+ add_subdirectory(pm_dylib)
+ 
+ # Cannot figure out how to make an xcode Java application with CMake
+-add_subdirectory(pm_java)
++if(PORTMIDI_ENABLE_JAVA)
++  set(JAR_INSTALL_DIR share/java
++  CACHE STRING "Define directory name for jar installation")
++  add_subdirectory(pm_java)
++endif(PORTMIDI_ENABLE_JAVA)
+ 
+diff --git a/pm_common/CMakeLists.txt b/pm_common/CMakeLists.txt
+index cbeeade..92cbe27 100644
+--- a/pm_common/CMakeLists.txt
 b/pm_common/CMakeLists.txt
+@@ -44,9 +44,6 @@ set(CMAKE_C_FLAGS_RELEASE "${DEFAULT_RELEASE_FLAGS} 
${LINUX_FLAGS}"
+ 
+ # first include the appropriate system-dependent file:
+ if(UNIX)
+-  # add the -g switch for Linux and Mac OS X (not used in Win32)
+-  set (CMAKE_C_FLAGS_DEBUG "-g ${CMAKE_C_FLAGS_DEBUG}" 
+-   CACHE STRING "enable extra checks for debugging" FORCE)
+   if(APPLE)
+ set(MACSRC pmmacosxcm pmmac readbinaryplist finddefault)
+ prepend_path(LIBSRC ../pm_mac/ ${MACSRC})
+@@ -62,19 +59,23 @@ if(UNIX)
+  ${COREMIDI_LIB} ${CORESERVICES_LIB}
+ CACHE INTERNAL "")
+ 
+-set(JAVAVM_LIB "${FRAMEWORK_PATH}/JavaVM.framework")
+-set(JAVA_INCLUDE_PATHS ${JAVAVM_LIB}/Headers)
++if(PORTMIDI_ENABLE_JAVA)
++  set(JAVAVM_LIB "${FRAMEWORK_PATH}/JavaVM.framework")
++  set(JAVA_INCLUDE_PATHS ${JAVAVM_LIB}/Headers)
++endif(PORTMIDI_ENABLE_JAVA)
+ message(STATUS "SYSROOT: " ${CMAKE_OSX_SYSROOT})
+   else(APPLE)
+ # LINUX settings...
+-include(FindJNI)
+-message(STATUS "JAVA_JVM_LIB_PATH is " ${JAVA_JVM_LIB_PATH})
+-message(STATUS "JAVA_INCLUDE_PATH is " ${JAVA_INCLUDE_PATH})
+-message(STATUS "JAVA_INCLUDE_PATH2 is " ${JAVA_INCLUDE_PATH2})
+-message(STATUS "JAVA_JVM_LIBRARY is " ${JAVA_JVM_LIBRARY})
+-set(JAVA_INCLUDE_PATHS ${JAVA_INCLUDE_PATH} 

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

2021-04-30 Thread Andreas K. Hüttel
commit: c3c9a0222df8913d291b9b4155128a1da3bf7f35
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 21:27:10 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 21:27:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c9a022

dev-perl/Sereal-Decoder: Version bump 4.018

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Sereal-Decoder/Manifest   |  1 +
 .../Sereal-Decoder/Sereal-Decoder-4.18.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Sereal-Decoder/Manifest b/dev-perl/Sereal-Decoder/Manifest
index d80f62ae9bf..73cd28867c2 100644
--- a/dev-perl/Sereal-Decoder/Manifest
+++ b/dev-perl/Sereal-Decoder/Manifest
@@ -1 +1,2 @@
 DIST Sereal-Decoder-4.004.tar.gz 494146 BLAKE2B 
e38312bc6fbf3ab2f17836058dd9dd9df51d8b150e4819c8b44fde2f6072250bf75202017575b4506dc075e43a8f2cc3f06bba3e7cc78c6eb8858b2a39720149
 SHA512 
46ac57e0b0caf35a42b96f250100fe5fad31f3d5b5486d7662bc0331ec8451cdd1e25a3fcb4a50b0d329b1aeb4ec55b929481c98f420ae4880cee0f92cf0a8e5
+DIST Sereal-Decoder-4.018.tar.gz 692820 BLAKE2B 
9bafd14f3dab8c7c2c3c9e5eb8463a1681430ada500e1ad8543c77587f5117c564cad6043cd0e00b55d7c80fef1f62f2223f232b803546ead349439b62f25899
 SHA512 
18e4d54c1930187fbcfc39a39ef8512c1450ac3e5d22bee419e8333cbda1e08bcb1355bc2abfc388f9d45dfae3b8bcc101a19646b7caa670359bae98fccf87a3

diff --git a/dev-perl/Sereal-Decoder/Sereal-Decoder-4.18.0.ebuild 
b/dev-perl/Sereal-Decoder/Sereal-Decoder-4.18.0.ebuild
new file mode 100644
index 000..0191c963529
--- /dev/null
+++ b/dev-perl/Sereal-Decoder/Sereal-Decoder-4.18.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=YVES
+DIST_VERSION=4.018
+inherit perl-module
+
+DESCRIPTION="Fast, compact, powerful binary deserialization"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-XSLoader
+   app-arch/zstd:=
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-7.0
+   >=virtual/perl-ExtUtils-ParseXS-2.210.0
+   virtual/perl-File-Path
+   test? (
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Spec
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Test-Deep
+   dev-perl/Test-Differences
+   dev-perl/Test-LongString
+   >=virtual/perl-Test-Simple-0.880.0
+   dev-perl/Test-Warn
+   )
+"
+DEPEND="
+   app-arch/zstd:=
+"



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/libbpg/

2021-04-30 Thread Ronny Gutbrod
commit: df1e257df34f747a64701354a4e33d9fc35e56b2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 30 21:18:30 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Apr 30 21:19:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df1e257d

media-libs/libbpg: Add -lnuma to X265_LIBS instead of to LIBS.

X265_LIBS is only used in bpgenc binary, LIBS in bpgenc bpgdec and
bpgview.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 media-libs/libbpg/libbpg-0.9.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libbpg/libbpg-0.9.8.ebuild 
b/media-libs/libbpg/libbpg-0.9.8.ebuild
index 265654470..07640fa3d 100644
--- a/media-libs/libbpg/libbpg-0.9.8.ebuild
+++ b/media-libs/libbpg/libbpg-0.9.8.ebuild
@@ -47,6 +47,8 @@ Version: ${PV}
 Libs: "-L\${libdir}" -lbpg
 Cflags: "-I\${includedir}"
 EOF
+
+   sed -Ei 's/^(X265_LIBS:=.+\.a)$/\1 -lnuma/' Makefile || die
 }
 
 src_compile() {
@@ -56,8 +58,7 @@ src_compile() {
$(usex jctvc USE_JCTVC=y '') \
$(usex emcc USE_EMCC=y '') \
CXX="$(tc-getCXX)" \
-   CC="$(tc-getCC)" \
-   LIBS="-lrt -lm -lpthread -lnuma"
+   CC="$(tc-getCC)"
 }
 
 src_install() {



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

2021-04-30 Thread Andreas K. Hüttel
commit: 691594033d7875010350e38f0c621419023ed52c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 21:12:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 21:12:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69159403

package.mask: Mask dev-perl/Sane for removal

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

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index db9f7302b22..871b27683dd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (2021-04-30)
+# Superceded by dev-perl/Image-Sane. Tests hang, bug 626594
+# Removal in 30 days.
+dev-perl/Sane
+
 # Andreas K. Hüttel  (2021-04-30)
 # Outdated, not pulled in by any virtuals anymore, no
 # keywords. Removal in 30 days.



  1   2   3   4   5   >