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

2021-03-08 Thread Alexys Jacob
commit: ed7abd7ac2d9f033080b07219ce13771b36dc639
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Mar  8 08:47:01 2021 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Tue Mar  9 07:53:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7abd7a

dev-db/mongodb: bump to 4.2.12 / 4.4.4

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19825
Signed-off-by: Alexys Jacob  gentoo.org>

 dev-db/mongodb/Manifest  |   2 +
 dev-db/mongodb/mongodb-4.2.12.ebuild | 175 ++
 dev-db/mongodb/mongodb-4.4.4.ebuild  | 176 +++
 3 files changed, 353 insertions(+)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 1a3ba3bd5d6..ca2d95a7d38 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -1,3 +1,5 @@
 DIST mongodb-src-r4.2.11.tar.gz 61829417 BLAKE2B 
cc989d6ea87a48b7402d119dda4678a966cf96cec0da5d00d792faf06ecb6fbe4bc426069e1a72548410adcbd26162038ec7201e76036ac599af5f53029c0e66
 SHA512 
ff398a9d3a012e0eb860c2139967e163b8b0ac045c1c47f2c0c5584ba7c60a1403bb423ce8c6e8b3900fdcad1164a84c6da79276f897fd640366e3f80cf54316
+DIST mongodb-src-r4.2.12.tar.gz 61855596 BLAKE2B 
2114c3b6e7a941c566cf631e06b0f850d4f10b12fb6367caef5d6f6e92ebbee04650b41b8ea9d90e9ba983012f812144be9c50caa77c9a68263b6a6a19d522b2
 SHA512 
9be714b6d8f51cfd36530b103cfb5e9b31493c6294b453d32fe2176dd06e9a2145a671bd15b1f97865944c88256fbaea63542a994f2c033df75ab7280e82a576
 DIST mongodb-src-r4.4.1.tar.gz 49644743 BLAKE2B 
7d84998c69b9b55164ebab04b49c38a4113a0f58d431612389ec37eb044fba1adf9284e9d4454bd40bb7a071fd042308a5cd350129d6d52480412cf6b868ec2b
 SHA512 
16aa66995ea8cfe0cc47b96c1c5643a28ab47fc9f27bd93404cf572944ab30492df7c923f918b353cd7157a6ccde9ac6f58bfba322fb52c2d7409c6fb9b0
 DIST mongodb-src-r4.4.2.tar.gz 49816559 BLAKE2B 
0e51302e7e414de9fef74872e44c8de1f5682cb3cac0aa7a02e3c1ee3084669ea647d1e574e8a76a3b6b2f34aa4ef693c8d1f3fa025ec3072eff7b7c408b94e5
 SHA512 
bbf59ed97a8718576c469c696d5331c122f63528dad950fd415b00269c2fa5e6949b372c575e2504c2a58b145bae485172b2500481662e6543bc3127252a
+DIST mongodb-src-r4.4.4.tar.gz 49942905 BLAKE2B 
8aa9813e87e216899b3c609b413ce6915d6ddf30faea3c0ecda2a14476fc6b08024614fa7b20e1703b5908759459e88e5e302539c27525c2359233743aa7dcda
 SHA512 
a999528a8a6bf4bf0b8ff8f5169b1aadb3c4dab9c7d936c59d66f238b864fad6e8fb6a1b9ec27f395fca95152ee020f96a8c1cf8960a48de3ce5141f8dda7d88

diff --git a/dev-db/mongodb/mongodb-4.2.12.ebuild 
b/dev-db/mongodb/mongodb-4.2.12.ebuild
new file mode 100644
index 000..0c574bfd275
--- /dev/null
+++ b/dev-db/mongodb/mongodb-4.2.12.ebuild
@@ -0,0 +1,175 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+SCONS_MIN_VERSION="2.5.0"
+CHECKREQS_DISK_BUILD="2400M"
+CHECKREQS_DISK_USR="512M"
+CHECKREQS_MEMORY="1024M"
+
+inherit check-reqs flag-o-matic multiprocessing pax-utils python-any-r1 
scons-utils systemd toolchain-funcs
+
+MY_P=${PN}-src-r${PV/_rc/-rc}
+
+DESCRIPTION="A high-performance, open source, schema-free document-oriented 
database"
+HOMEPAGE="https://www.mongodb.com;
+SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz;
+
+LICENSE="Apache-2.0 SSPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="debug kerberos libressl lto ssl test +tools"
+RESTRICT="!test? ( test )"
+
+RDEPEND="acct-group/mongodb
+   acct-user/mongodb
+   >=app-arch/snappy-1.1.3
+   >=dev-cpp/yaml-cpp-0.6.2:=
+   >=dev-libs/boost-1.70:=[threads(+)]
+   >=dev-libs/libpcre-8.42[cxx]
+   app-arch/zstd
+   dev-libs/snowball-stemmer
+   net-libs/libpcap
+   >=sys-libs/zlib-1.2.11:=
+   kerberos? ( dev-libs/cyrus-sasl[kerberos] )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.0.1g:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   test? ( dev-python/pymongo[${PYTHON_USEDEP}] 
dev-python/requests[${PYTHON_USEDEP}] )
+   >=dev-util/scons-2.5.0[${PYTHON_USEDEP}]
+   dev-python/cheetah3[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   ')
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   debug? ( dev-util/valgrind )"
+PDEPEND="tools? ( >=app-admin/mongo-tools-${PV} )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.2.0-fix-scons.patch"
+   "${FILESDIR}/${PN}-4.2.10-no-compass.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+python_check_deps() {
+   if use test; then
+   has_version "dev-python/pymongo[${PYTHON_USEDEP}]" || return 1
+   has_version "dev-python/requests[${PYTHON_USEDEP}]" || return 1
+   fi
+
+   has_version ">=dev-util/scons-2.5.0[${PYTHON_USEDEP}]" &&
+   has_version "dev-python/cheetah3[${PYTHON_USEDEP}]" &&
+   has_version 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-kbdleds-plugin/

2021-03-08 Thread Michał Górny
commit: 3a10de657b46dcf977c7f1bfb13dc9f1c4cce100
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:39:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a10de65

xfce-extra/xfce4-kbdleds-plugin: Remove old

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

 xfce-extra/xfce4-kbdleds-plugin/Manifest   |  1 -
 .../xfce4-kbdleds-plugin-0.0.6-r4.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/xfce-extra/xfce4-kbdleds-plugin/Manifest 
b/xfce-extra/xfce4-kbdleds-plugin/Manifest
index 3203283f58c..ec84a073d07 100644
--- a/xfce-extra/xfce4-kbdleds-plugin/Manifest
+++ b/xfce-extra/xfce4-kbdleds-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-kbdleds-plugin-0.0.6.tar.bz2 265889 BLAKE2B 
1b166dce725f92fe05273d427dd4d185e6a240c984e4e2503f092af222e7a08b8697b8031804490322bb156bc5109c82f38273278fff185a9039b26334541ef2
 SHA512 
2cc48ec04d24ff55900c511c1fbe3ce1f7c45e59a30098a3b8af292ff5b219e7050e81d22f449f77ac79129b63db20ea61cb49730c5092583b935190149e127f
 DIST xfce4-kbdleds-plugin-0.2.3.tar.bz2 321690 BLAKE2B 
847bbf675b97659c86c0668ab9ce96787866734377f3fdb49d4b5f18a3735cace66279783df92fe8cfff57ff05f4f09fa3fff23e0dc89f1b2d0fbd512e5089f5
 SHA512 
ddedaf430226f77d03f63f4dc31518184fd808d01c6049adbf41cacc2f46c78c3ce48c5a0450c200acda4a328d9716d54f7cc225913f4761a0526710b76f0cee

diff --git 
a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild 
b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild
deleted file mode 100644
index 17aed756b12..000
--- a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel plug-in to show state of Caps, Num and Scroll Lock keys"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin;
-SRC_URI="http://compas.com.ua/oco/file/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="=xfce-base/libxfce4util-4.8
-   =x11-libs/gtk+-2.20:2"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/multiload-nandhp/, profiles/

2021-03-08 Thread Michał Górny
commit: cc7a50ac44375b6281ae6dd53aa10c1b3df48332
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:40:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7a50ac

xfce-extra/multiload-nandhp: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732754
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  6 ---
 xfce-extra/multiload-nandhp/Manifest   |  1 -
 xfce-extra/multiload-nandhp/metadata.xml   | 11 --
 .../multiload-nandhp-0.3-r4.ebuild | 45 --
 4 files changed, 63 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b669b5e86ad..c2863904488 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -367,12 +367,6 @@ app-admin/mms-agent
 # Removal on 2021-03-09.  Bug #732750.
 app-office/orage
 
-# Michał Górny  (2021-02-07)
-# These plugins have not been ported to Xfce 4.16 / GTK+3.
-# They do not build against to-be-stable xfce4-panel.
-# Removal on 2021-03-09.  Bug #732754.
-xfce-extra/multiload-nandhp
-
 # Michał Górny  (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item
 # and either migrate to dev-libs/openssl, or use the unsupported

diff --git a/xfce-extra/multiload-nandhp/Manifest 
b/xfce-extra/multiload-nandhp/Manifest
deleted file mode 100644
index a7c0d8a06fe..000
--- a/xfce-extra/multiload-nandhp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST multiload-nandhp-0.3.tar.gz 34812 BLAKE2B 
79ee7b5b2880e2e8242c40128ef320966fa9ec7c904e79efbc497fd421fe531f94c6ccd44be665bae2a092cf70ee8ac745d1e718ae5e6bf60efaae3339329c93
 SHA512 
68367d0bca144a9c2c56516254b9f1531aedfbc0c34f924e0264314cd9a1215a13d1b3b6f1d3c1b0781a95abfa0705819e7d886e3c3b84705c3b5b60f7d5806c

diff --git a/xfce-extra/multiload-nandhp/metadata.xml 
b/xfce-extra/multiload-nandhp/metadata.xml
deleted file mode 100644
index eae94889781..000
--- a/xfce-extra/multiload-nandhp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-  
-nandhp/multiload-nandhp
-  
-

diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild 
b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild
deleted file mode 100644
index eac581bb981..000
--- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_PV=version-${PV/./-}
-
-DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel"
-HOMEPAGE="https://github.com/nandhp/multiload-nandhp;
-SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.14:2=
-   x11-libs/cairo:=
-   >=gnome-base/libgtop-2.11.92:=
-   =xfce-base/libxfce4util-4.10:=
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/mms-agent/, profiles/, app-admin/mms-agent/files/

2021-03-08 Thread Michał Górny
commit: 667b0687e4339e64a2b5cb65e141f96be4c7fcdb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:41:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:42:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667b0687

app-admin/mms-agent: Remove last-rited pkg

Closes: https://bugs.gentoo.org/769509
Signed-off-by: Michał Górny  gentoo.org>

 app-admin/mms-agent/Manifest   |  3 -
 .../mms-agent/files/mms-monitoring-agent.initd | 24 
 app-admin/mms-agent/metadata.xml   | 11 
 app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild  | 70 --
 app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild  | 59 --
 profiles/package.mask  |  5 --
 6 files changed, 172 deletions(-)

diff --git a/app-admin/mms-agent/Manifest b/app-admin/mms-agent/Manifest
deleted file mode 100644
index 357a6b1a1a9..000
--- a/app-admin/mms-agent/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mongodb-mms-monitoring-agent-3.7.0.212-1.linux_i386.tar.gz 2554037 
BLAKE2B 
be5f8d64da4aade086d6487067b5ca3961752ad832d4a5ca63fcaf8db38d92eb7ff40d8704622c68e9ee6ee14d3973911c594a7d8829a407cd2d8fdc2ca23ed5
 SHA512 
532d1c2dee00ee2b64654f43ded1cd8b40da8401ea0edb24c81cee80a46289ebde47697c43cb3ffbf6ce3ef88e8d6b78c6ba1e0a615a7488efe1c42f1d827897
-DIST mongodb-mms-monitoring-agent-3.7.0.212-1.linux_x86_64.tar.gz 2643320 
BLAKE2B 
8f532f9a3ffc17a7cf9109660cde232babf8256dbeb9a0c0034e5231bd84a2ce9e5cc679306d2800baf9b642e2299a4fcd5eef3c6bdeb79ea6c2ad862a6daf7c
 SHA512 
c4c0d10bca91485680760d25b0cd9dde2081af60fe7bd5528fea13b12676cb10bb069dab5acfac645cf56001a4579df32d34b268b99f449a59d314c6e3ffaa21
-DIST mongodb-mms-monitoring-agent-6.0.0.381-1.linux_x86_64.tar.gz 3618281 
BLAKE2B 
9c036707aacad3cdbaeb72817a010df5dd91c1c4160dd95dc026c77471c5a7eff7047a93c5b9097a7fc89db96c88eb2c1c83489fde7f132cb4d14ac446333634
 SHA512 
79366c8ec0aaa3209d7e54942a375185312c491ffc825d9bf70d1fca36b93ab819dccf12e8f1a54c8dbd24ff501a3e3547a5a453e80308d6d638e7c3cf866f9c

diff --git a/app-admin/mms-agent/files/mms-monitoring-agent.initd 
b/app-admin/mms-agent/files/mms-monitoring-agent.initd
deleted file mode 100644
index df0a6b54bad..000
--- a/app-admin/mms-agent/files/mms-monitoring-agent.initd
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-logfile=/var/log/mongodb/mms-monitoring-agent.log
-run_dir=${run_dir:-/run/mongodb}
-
-command="./mongodb-mms-monitoring-agent &>${logfile}"
-command_background="true"
-
-pidfile=${run_dir}/${SVCNAME}.pid
-user=${user:-mongodb}
-group=${group:-mongodb}
-start_stop_daemon_args="--user ${user} --group ${group}"
-
-depend() {
-   need net
-   use syslog
-}
-
-start_pre() {
-checkpath -d -m 0750 -o "${user}":"${group}" "${run_dir}"
-cd /opt/mms-monitoring-agent
-}

diff --git a/app-admin/mms-agent/metadata.xml b/app-admin/mms-agent/metadata.xml
deleted file mode 100644
index 3b22e1a252d..000
--- a/app-admin/mms-agent/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ultra...@gentoo.org
-   Alexys Jacob
-   
-   
-   Install the monitoring agent
-   
-

diff --git a/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild 
b/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild
deleted file mode 100644
index 160ecf3ef62..000
--- a/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils user
-
-MY_PV=${PV/_p/-}
-
-DESCRIPTION="MongoDB MMS agents"
-HOMEPAGE="https://www.mongodb.com/cloud;
-SRC_URI="
-   monitoring? (
-   amd64? ( 
https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_x86_64.tar.gz
 )
-   x86? ( 
https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_i386.tar.gz
 )
-   )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+monitoring"
-
-REQUIRED_USE="|| ( monitoring )"
-
-RDEPEND="!https://www.mongodb.com/cloud;
-SRC_URI="
-   monitoring? (
-   
https://cloud.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_x86_64.tar.gz
-   )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+monitoring"
-
-REQUIRED_USE="|| ( monitoring )"
-
-RDEPEND="! (2021-02-08)
-# Multiple QA issues, CVE affected, unmaintained for packaging upstream.
-# Removal on 2021-03-08.  Bug #769509
-app-admin/mms-agent
-
 # Michał Górny  (2021-02-07)
 # Fails tests (and does not seem to test the old installed version
 # at least partially).  Needs further testing.



[gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/xfce4-embed-plugin/

2021-03-08 Thread Michał Górny
commit: 8aae5ee93ccdb46118d67e948c3582e480c66122
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:39:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aae5ee9

xfce-extra/xfce4-embed-plugin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732754
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 xfce-extra/xfce4-embed-plugin/Manifest |  1 -
 xfce-extra/xfce4-embed-plugin/metadata.xml |  8 ---
 .../xfce4-embed-plugin-1.6.0-r4.ebuild | 28 --
 4 files changed, 38 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 70bc3ffc021..b669b5e86ad 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -372,7 +372,6 @@ app-office/orage
 # They do not build against to-be-stable xfce4-panel.
 # Removal on 2021-03-09.  Bug #732754.
 xfce-extra/multiload-nandhp
-xfce-extra/xfce4-embed-plugin
 
 # Michał Górny  (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item

diff --git a/xfce-extra/xfce4-embed-plugin/Manifest 
b/xfce-extra/xfce4-embed-plugin/Manifest
deleted file mode 100644
index cb941c3f4cb..000
--- a/xfce-extra/xfce4-embed-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-embed-plugin-1.6.0.tar.bz2 348026 BLAKE2B 
5da2423f2717798070cd8f550db75567263c2632de7109b94899fd2a6b469ee6f92f0b38c8ef5a8833ceec2f9d8d5bb58aa54e06caf7494268175388d605d186
 SHA512 
0d036a5b3f8394edb9640ea891fa848416ef9f173b67ba2ccc55eb8bdab96619c355c3cdfaa3cd59d6f48e3de0a01c95682a2466452f8c01a631bd5d8196df6c

diff --git a/xfce-extra/xfce4-embed-plugin/metadata.xml 
b/xfce-extra/xfce4-embed-plugin/metadata.xml
deleted file mode 100644
index 359901b31db..000
--- a/xfce-extra/xfce4-embed-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-

diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r4.ebuild 
b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r4.ebuild
deleted file mode 100644
index d896df5281f..000
--- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A plug-in for embedding arbitrary application windows into the 
Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-   x11-libs/libX11:=
-   =xfce-base/libxfce4util-4.10:=
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/orage/files/, app-office/orage/, profiles/

2021-03-08 Thread Michał Górny
commit: 22d0a2c2cde3083896142745e87e9fc8f4bc425f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:40:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d0a2c2

app-office/orage: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732750
Signed-off-by: Michał Górny  gentoo.org>

 app-office/orage/Manifest  |  1 -
 .../0001-fix-build-with-libical-version-3.patch| 76 --
 app-office/orage/metadata.xml  | 12 
 app-office/orage/orage-4.12.1-r2.ebuild| 67 ---
 profiles/package.mask  |  6 --
 5 files changed, 162 deletions(-)

diff --git a/app-office/orage/Manifest b/app-office/orage/Manifest
deleted file mode 100644
index 295dc6329f7..000
--- a/app-office/orage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST orage-4.12.1.tar.bz2 2590788 BLAKE2B 
0f00b5704e11923c2ceaac81f0956457402a90f65709c165c98b6942745ea3adee176691555a18548ead258951693187e1b3ce9a718abb3b13c2a1c2a4754e7e
 SHA512 
3fec0201171140586cdc9bcf151450a7086515e18b5815afe4fe4c4726ba554c50582b0479e52985b330140c51b7233ef81f678f986f848afbeee74c66b2d196

diff --git a/app-office/orage/files/0001-fix-build-with-libical-version-3.patch 
b/app-office/orage/files/0001-fix-build-with-libical-version-3.patch
deleted file mode 100644
index ad57fd3cbc9..000
--- a/app-office/orage/files/0001-fix-build-with-libical-version-3.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 58e4bb4d3b982876dec33d55003d591559439598 Mon Sep 17 00:00:00 2001
-From: Stefan Seyfried 
-Date: Sat, 3 Mar 2018 20:25:24 +0100
-Subject: [PATCH] fix build with libical version 3
-

- src/ical-code.c | 12 
- 1 file changed, 12 insertions(+)
-
-diff --git a/src/ical-code.c b/src/ical-code.c
-index d5831404..c40042c3 100644
 a/src/ical-code.c
-+++ b/src/ical-code.c
-@@ -2579,7 +2579,9 @@ static struct icaltimetype 
count_first_alarm_time(xfical_period per
-  * when counting alarm time. */
- if (rel == ICAL_RELATED_START) {
- per.stime.is_date   = 0;
-+#if ICAL_MAJOR_VERSION < 3
- per.stime.is_utc= 1;
-+#endif
- per.stime.is_daylight   = 0;
- per.stime.zone  = utc_icaltimezone;
- per.stime.hour  = 0;
-@@ -2588,7 +2590,9 @@ static struct icaltimetype 
count_first_alarm_time(xfical_period per
- }
- else {
- per.etime.is_date   = 0;
-+#if ICAL_MAJOR_VERSION < 3
- per.etime.is_utc= 1;
-+#endif
- per.etime.is_daylight   = 0;
- per.etime.zone  = utc_icaltimezone;
- per.etime.hour  = 0;
-@@ -2613,7 +2617,9 @@ static struct icaltimetype count_next_alarm_time(struct 
icaltimetype start_time
- /* HACK: convert to UTC time so that we can use time arithmetic
-  * when counting alarm time. */
- start_time.is_date   = 0;
-+#if ICAL_MAJOR_VERSION < 3
- start_time.is_utc= 1;
-+#endif
- start_time.is_daylight   = 0;
- start_time.zone  = utc_icaltimezone;
- start_time.hour  = 0;
-@@ -2768,7 +2774,9 @@ static alarm_struct *process_alarm_trigger(icalcomponent 
*c
-  */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc= 0;
-+#endif
- next_alarm_time.is_daylight   = 0;
- next_alarm_time.zone  = local_icaltimezone;
- }
-@@ -2850,7 +2858,9 @@ orage_message(120, P_N "Alarm rec loop next_start:%s 
next_alarm:%s per.stime:%s"
-  */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc= 0;
-+#endif
- next_alarm_time.is_daylight   = 0;
- next_alarm_time.zone  = local_icaltimezone;
- }
-@@ -2944,7 +2954,9 @@ orage_message(120, P_N "*After loop Alarm %s %s", 
icaltime_as_ical_string(ne
-  */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc= 0;
-+#endif
- next_alarm_time.is_daylight   = 0;
- next_alarm_time.zone  = local_icaltimezone;
- }
--- 
-2.16.2
-

diff --git a/app-office/orage/metadata.xml b/app-office/orage/metadata.xml
deleted file mode 100644
index 71878d4da92..000
--- a/app-office/orage/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-  
-Build the clock plugin for the XFCE
-  panel
-  
-

diff --git 

[gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/eatmonkey/, xfce-extra/eatmonkey/files/

2021-03-08 Thread Michał Górny
commit: 869ae26f559755abeaacf117242270f9350f207c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:38:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ae26f

xfce-extra/eatmonkey: Remove last-rited pkg

Closes: https://bugs.gentoo.org/769371
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  6 ---
 xfce-extra/eatmonkey/Manifest  |  1 -
 xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild | 45 --
 .../eatmonkey/files/eatmonkey-0.1.4-syntax.patch   | 13 ---
 xfce-extra/eatmonkey/metadata.xml  |  8 
 5 files changed, 73 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ad701448126..0129d975822 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -377,12 +377,6 @@ xfce-extra/xfce4-equake-plugin
  (2021-02-07)
-# Fails to start due to unpackaged Ruby modules.  Abandoned upstream
-# in 2010.
-# Removal on 2021-03-09.  Bug #769371.
-xfce-extra/eatmonkey
-
 # Michał Górny  (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item
 # and either migrate to dev-libs/openssl, or use the unsupported

diff --git a/xfce-extra/eatmonkey/Manifest b/xfce-extra/eatmonkey/Manifest
deleted file mode 100644
index 08398931cbe..000
--- a/xfce-extra/eatmonkey/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST eatmonkey-0.1.4.tar.bz2 181996 BLAKE2B 
d9272cd62dea09e44c9f8cf20055d68a6f0e0eda29ac89ab450b9b60ed4fa511c6661b2a38811fac86c0203b119c1eb07a886b11ca7ad0f48db6e0fcb6431848
 SHA512 
95bd0bf46588151398fba52b01309f9df1cd8ccce046a2b81f7167adafc4f1cd1b217deb27c0ec91429a6cdcfb807bbaf7e00fcd7b31414316dced7a2c0d4a15

diff --git a/xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild 
b/xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild
deleted file mode 100644
index d1eafd4d35b..000
--- a/xfce-extra/eatmonkey/eatmonkey-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A download manager that works exclusively with aria2"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/eatmonkey;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=x11-libs/gtk+-2.12:2
-   dev-libs/libunique:1
-   >=xfce-base/libxfce4util-4.8
-   >=net-libs/libsoup-2.26:2.4"
-RDEPEND="${COMMON_DEPEND}
-   >=net-misc/aria2-1.9.0[bittorrent,xmlrpc]
-   dev-lang/ruby
-   dev-ruby/ruby-glib2
-   dev-ruby/ruby-gtk2"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-   eapply -p0 "${FILESDIR}"/${P}-syntax.patch
-   sed -i -e 's:/usr/local:/usr:' src/eat{monkey,manager.rb} || die
-   default
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch 
b/xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch
deleted file mode 100644
index bacd69778e5..000
--- a/xfce-extra/eatmonkey/files/eatmonkey-0.1.4-syntax.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix compability with Ruby 1.8 by Alex Legler . It helps to 
actually mark the method static.
-
 src/compat18.rb
-+++ src/compat18.rb
-@@ -12,7 +12,7 @@
- end
- 
- class Dir
--  def exists?(path)
-+  def self.exists?(path)
-   File.directory?(path)
-   end
- end

diff --git a/xfce-extra/eatmonkey/metadata.xml 
b/xfce-extra/eatmonkey/metadata.xml
deleted file mode 100644
index 359901b31db..000
--- a/xfce-extra/eatmonkey/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-



[gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/xfce4-equake-plugin/

2021-03-08 Thread Michał Górny
commit: 52d849d6fbe7eccda665085b00133b4d6f00b813
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:39:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d849d6

xfce-extra/xfce4-equake-plugin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732754
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  2 --
 xfce-extra/xfce4-equake-plugin/Manifest|  1 -
 xfce-extra/xfce4-equake-plugin/metadata.xml|  8 -
 .../xfce4-equake-plugin-1.3.8.1-r2.ebuild  | 36 --
 4 files changed, 47 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9719fadd2c7..70bc3ffc021 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -373,8 +373,6 @@ app-office/orage
 # Removal on 2021-03-09.  Bug #732754.
 xfce-extra/multiload-nandhp
 xfce-extra/xfce4-embed-plugin
-xfce-extra/xfce4-equake-plugin
- (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item

diff --git a/xfce-extra/xfce4-equake-plugin/Manifest 
b/xfce-extra/xfce4-equake-plugin/Manifest
deleted file mode 100644
index e3df0450ddc..000
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-equake-plugin-1.3.8.1.tar.bz2 393086 BLAKE2B 
c34b68ee79cd087b9f0eb178d947c73d596a978415ecb2cef55238bdae65a4443ac83daa6b8350ab8560fa026a8e580c49bcdd4cbba682adc50e53c02ff1782b
 SHA512 
dc9d399ea3f6dd6ee401b29a821130136c1f2ce976d2dfe6a434ec7030e999ad1c903b5c42e8bd3b25397ffb51327cfceb112b1d45193e82efd4fc4f86190890

diff --git a/xfce-extra/xfce4-equake-plugin/metadata.xml 
b/xfce-extra/xfce4-equake-plugin/metadata.xml
deleted file mode 100644
index 359901b31db..000
--- a/xfce-extra/xfce4-equake-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-

diff --git 
a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r2.ebuild 
b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r2.ebuild
deleted file mode 100644
index e273daeee74..000
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Panel plug-in that displays information about earthquakes at 
regular intervals"
-HOMEPAGE="http://www.e-quake.org/;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2:=
-   x11-libs/gtk+:2=
-   x11-libs/libX11:=
-   =xfce-base/libxfce4util-4.10:=
-   

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-windowck-plugin/, profiles/

2021-03-08 Thread Michał Górny
commit: fd149f99a9374de1d55133c1d1f12288948b8a6d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:38:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd149f99

xfce-extra/xfce4-windowck-plugin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732754
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 xfce-extra/xfce4-windowck-plugin/Manifest  |  1 -
 xfce-extra/xfce4-windowck-plugin/metadata.xml  | 11 -
 .../xfce4-windowck-plugin-0.4.6-r3.ebuild  | 52 --
 4 files changed, 65 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0129d975822..9719fadd2c7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -375,7 +375,6 @@ xfce-extra/multiload-nandhp
 xfce-extra/xfce4-embed-plugin
 xfce-extra/xfce4-equake-plugin
  (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item

diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest 
b/xfce-extra/xfce4-windowck-plugin/Manifest
deleted file mode 100644
index b6de2567bd2..000
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-windowck-plugin-0.4.6.tar.gz 67622 BLAKE2B 
38a1ff76a75b3eb833be586bf93bc9bd73b7237e74cf06fd7540fef85befa4ef9ad8c8351d1d2bfad4af1f342c59b1cb0ebb94e50a3f5cc9c38c5fe9f0377d86
 SHA512 
a02f6f1b275484dc7ed08f3f9868af7a456c9f3b52bb893c2ac109a0ca8c4376e9d6d714f40d40c491531584486c8be3bebf3669f3186a143f6fcfe923b9f376

diff --git a/xfce-extra/xfce4-windowck-plugin/metadata.xml 
b/xfce-extra/xfce4-windowck-plugin/metadata.xml
deleted file mode 100644
index cdb3dafa2d8..000
--- a/xfce-extra/xfce4-windowck-plugin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-  
-cedl38/xfce4-windowck-plugin
-  
-

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild
deleted file mode 100644
index a44c55b24af..000
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit autotools python-any-r1 xdg-utils
-
-DESCRIPTION="Xfce plugin puts the maximized window title and windows buttons 
on the panel"
-HOMEPAGE="https://github.com/cedl38/xfce4-windowck-plugin;
-SRC_URI="https://github.com/cedl38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-   x11-libs/libX11
-   >=x11-libs/libwnck-2.30:1
-   =xfce-base/libxfce4util-4.10:=
-   =xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/intltool
-   dev-util/xfce4-dev-tools
-   media-gfx/imagemagick[png]
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # run xdt-autogen from xfce4-dev-tools added as dependency by 
EAUTORECONF=1 to
-   # rename configure.ac.in to configure.ac while grabbing $LINGUAS and 
$REVISION values
-   NOCONFIGURE=1 xdt-autogen || die
-
-   default
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ml/ocaml-data-notation/

2021-03-08 Thread Michał Górny
commit: 65f11ddb61bf32310dc324a6dfb8c08f5db26630
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 07:36:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 07:41:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f11ddb

dev-ml/ocaml-data-notation: Remove last-rited pkg

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

 dev-ml/ocaml-data-notation/Manifest|  1 -
 dev-ml/ocaml-data-notation/metadata.xml|  5 -
 .../ocaml-data-notation-0.0.11-r1.ebuild   | 26 --
 profiles/package.mask  |  5 -
 4 files changed, 37 deletions(-)

diff --git a/dev-ml/ocaml-data-notation/Manifest 
b/dev-ml/ocaml-data-notation/Manifest
deleted file mode 100644
index 0ee64b7f228..000
--- a/dev-ml/ocaml-data-notation/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ocaml-data-notation-0.0.11.tar.gz 63968 BLAKE2B 
bc01d71c6d98b5fa9aa2bbc5889e203f23b08e1e7b0c5bb5cd94170ad1be962aefb847ff6c263a52f93ec938a6ab2d2ebe7877b0c27e8018d8f05b170b13b67d
 SHA512 
010c6105b0745c4dbf426186915078cd71d02d56e19ca01089a37f803c9d81c02a22e64184b9b4a42d44450834527a050ff20430f8c2d8a972610717f4c653d7

diff --git a/dev-ml/ocaml-data-notation/metadata.xml 
b/dev-ml/ocaml-data-notation/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/dev-ml/ocaml-data-notation/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild 
b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
deleted file mode 100644
index 61b555e0008..000
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Use type-conv to dump OCaml data structure using OCaml data 
notation"
-HOMEPAGE="http://forge.ocamlcore.org/projects/odn;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-108.07.01:=
-   dev-ml/camlp4:=
-   ~dev-lang/ocaml-4.05.0
-   "
-DEPEND="${RDEPEND}
-   test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] 
dev-ml/ocaml-fileutils[ocamlopt?] )"
-
-DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )

diff --git a/profiles/package.mask b/profiles/package.mask
index 61bfbb1d70c..ad701448126 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -383,11 +383,6 @@ xfce-extra/xfce4-windowck-plugin
 # Removal on 2021-03-09.  Bug #769371.
 xfce-extra/eatmonkey
 
-# Alfredo Tupone  (2021-02-01)
-# no package uses it
-# Removal on 2021-03-04
-dev-ml/ocaml-data-notation
-
 # Michał Górny  (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item
 # and either migrate to dev-libs/openssl, or use the unsupported



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

2021-03-08 Thread Alfredo Tupone
commit: 941680667f44ce1f6b19066106bbb0b3e73df870
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Mar  9 07:33:48 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Mar  9 07:33:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94168066

package.mask: retire dev-ml/jbuilder

Bug: https://bugs.gentoo.org/682782

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5193dd238b1..61bfbb1d70c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -123,6 +123,7 @@ dev-ml/ppx_driver
 dev-ml/ppx_core
 dev-ml/ppx_ast
 dev-ml/ppx_traverse_builtins
+dev-ml/jbuilder
 
 # Conrad Kostecki  (2021-03-05)
 # Deprecated by upstream and unsupported due EOL.



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

2021-03-08 Thread Alfredo Tupone
commit: f1e10656b83c680e46bd9f041e5b03919cc08ffa
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Mar  9 07:29:33 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Mar  9 07:30:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e10656

dev-ml/sexplib: drop 0.9.* versions

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/sexplib/Manifest |  2 --
 dev-ml/sexplib/sexplib-0.9.2.ebuild | 22 --
 dev-ml/sexplib/sexplib-0.9.3.ebuild | 22 --
 3 files changed, 46 deletions(-)

diff --git a/dev-ml/sexplib/Manifest b/dev-ml/sexplib/Manifest
index aeaaf446518..4247aaacd3b 100644
--- a/dev-ml/sexplib/Manifest
+++ b/dev-ml/sexplib/Manifest
@@ -1,3 +1 @@
 DIST sexplib-0.14.0.tar.gz 54055 BLAKE2B 
d0ee1470fb9d28eb6d6ed3aaf0f6bd63d7c4860183ac287054f08bc54d57d0c52ebf9fe516aa991d8c66967ecc6ad95b6a6d19eb40a9f610a6f91f832d9d2e20
 SHA512 
e77a9ae8991e6b73de57ab6b7068d6482471dd34ff0af23b93b5ba57bd69493d15db3279d3b328280f716e531c08c2a6c39bfaa886f1934240dcc13724673684
-DIST sexplib-0.9.2.tar.gz 75035 BLAKE2B 
c08e4285cc36fe259d5145d43c847bc466e0b4d9897c58708ce39e6b04d52c84cc5c7603f296edaf6c0752c846d9cb9b03c9610eb5d3fd9bc1b1ad67b4a046cd
 SHA512 
d9e02ae9e7e8be4387c5d4e5c4a23222e2ebbd3355d52c26e0d6ac0ccc4f4e09653ac2852e6698d6128ff954888e65d97dd7a494b9404bad2e8349cd592bab1d
-DIST sexplib-0.9.3.tar.gz 75074 BLAKE2B 
60ddb336f8ff334f995399e63a12d9ab5403ed27bf62259d13159eed0a5c6b246673406ca9ed9f542cdc4e53460a5136f56fe75127ea199448e85dd55cf53ff3
 SHA512 
32c471b3ef2b2595fed7fa748b7bc7059491651442dec0bca5a60b93458d78b0950e4386a973c9c856ba25f3f839d6747ab9e2e88b1927f9907e8107b63b706d

diff --git a/dev-ml/sexplib/sexplib-0.9.2.ebuild 
b/dev-ml/sexplib/sexplib-0.9.2.ebuild
deleted file mode 100644
index a5ed48014b3..000
--- a/dev-ml/sexplib/sexplib-0.9.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Library for automated conversion of OCaml-values to and from 
S-expressions"
-HOMEPAGE="https://github.com/janestreet/sexplib;
-SRC_URI="https://github.com/janestreet/sexplib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND} dev-ml/jbuilder"
-
-src_test() {
-   jbuilder runtest || die
-}

diff --git a/dev-ml/sexplib/sexplib-0.9.3.ebuild 
b/dev-ml/sexplib/sexplib-0.9.3.ebuild
deleted file mode 100644
index a5ed48014b3..000
--- a/dev-ml/sexplib/sexplib-0.9.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Library for automated conversion of OCaml-values to and from 
S-expressions"
-HOMEPAGE="https://github.com/janestreet/sexplib;
-SRC_URI="https://github.com/janestreet/sexplib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND} dev-ml/jbuilder"
-
-src_test() {
-   jbuilder runtest || die
-}



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

2021-03-08 Thread Alfredo Tupone
commit: 935a5f6ae2dfda066a6e274d3a56709c067abf3e
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Mar  9 07:21:20 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Mar  9 07:30:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935a5f6a

package.mask: last rite dev-ml/ppx_traverse_builtins

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ab4e9e4353c..5193dd238b1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -122,6 +122,7 @@ dev-ml/bin-prot
 dev-ml/ppx_driver
 dev-ml/ppx_core
 dev-ml/ppx_ast
+dev-ml/ppx_traverse_builtins
 
 # Conrad Kostecki  (2021-03-05)
 # Deprecated by upstream and unsupported due EOL.



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

2021-03-08 Thread Alfredo Tupone
commit: 423b3ada661bf844b9b437d450f8f2f5b2d544da
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Mar  9 07:28:33 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Mar  9 07:30:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423b3ada

dev-ml/base: drop 0.9.* versions

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/base/Manifest  |  4 
 dev-ml/base/base-0.9.1.ebuild | 33 -
 dev-ml/base/base-0.9.2.ebuild | 33 -
 dev-ml/base/base-0.9.3.ebuild | 33 -
 dev-ml/base/base-0.9.4.ebuild | 33 -
 5 files changed, 136 deletions(-)

diff --git a/dev-ml/base/Manifest b/dev-ml/base/Manifest
index 2e68374f3c3..417c7bf8127 100644
--- a/dev-ml/base/Manifest
+++ b/dev-ml/base/Manifest
@@ -1,6 +1,2 @@
 DIST base-0.14.0.tar.gz 385265 BLAKE2B 
f3a49b22bb63919bcdc522fbce14a24fd6eaddf39b921ba956cb82eb664ccc6919c9a9feb799dea318f1d8bdf1bd1983180b7ce38d9a43e118794057a9fec6a3
 SHA512 
c713c9aaf369bc042afb1ead53dc5a34a6eb3c97abc7fef99868e3be8e976adc6297f34d13cfc314adf2182fc64b0cde9c9a05aeeb0f51380255aa1f8e0edf16
 DIST base-0.14.1.tar.gz 385381 BLAKE2B 
619c5c437237bb3ea9f428b450085eff2cb4639bf11803bcb2ae9f147b3ae39af72cfcfa10aaa5e74446bff4ba5f553815ff790190845f12e5e5b5080b197237
 SHA512 
5675a8b6b1ee5b7bd992ac9fbb036239f11b8a8c7cac9059ca38581d91f42e35d7bfa5839a90ed227344dd4c7b1bbacf0e7871d958c81f6ccf7e072b64ceff2e
-DIST base-0.9.1.tar.gz 286498 BLAKE2B 
fc2b8b3894af1ee142e5f46f89fbc508aa0a57dd50624598137364f6e6c7bda33864d8131f84838840a86ed8b3dd0d14f3833484c29e6fe3a2ffabefc89cd9e9
 SHA512 
e1eb26eb07ee3489c8f42a886e2131bcc5eb5e965727eb29910e3aa37cdab6d23bfbf71421e16b77d9fe20a69392f9313ad6189c9618013794f0ed7df8c76c52
-DIST base-0.9.2.tar.gz 286533 BLAKE2B 
851472c23c5a79436ee02cf45c0f797de21efbe52b7ca0a9dd8a4244b1808ff9f14b8e364654ebbbfb6d21bd7532f9ee1df0d2728a23154601d4abf69f916dd8
 SHA512 
9eae093c18e4fcbc02eb970b73bb7e49a94e0ccdd3fd6509d0668035b454ad8b5894bdbd10027a83681e993b4e1dec97db213b7fdfc293cb9737bae303002e11
-DIST base-0.9.3.tar.gz 286655 BLAKE2B 
05a53a528a321fb627a2aba1521028b59741ce2de5e24a87cc4a448dedeb788bace907a6d7d49521ff90d56e1c302135dacfa32ff8ab4525e9f0c476fc376bd2
 SHA512 
7c7ca4439479230a6d338ce51b14c93225b71fd98242f47d82e06c08cbec092a33faa7385db8d21ce0302e7f4f3cf5d659a704e2d85ab3391e046c7d7ea3b62b
-DIST base-0.9.4.tar.gz 286689 BLAKE2B 
adf0da9f82aaa8884a99db2d307e72a40a232dbc2517b371af65671966d488f9f77e86c32425077cd513075b8a3546727f3f596eac7c46876b25198a46ac373b
 SHA512 
9e25caee46ec09c835aa74857f415ac61adeb1ae8d6773334fa1b28699b9ebbac9ef95a698b1f324d0ad59c27ea52fea0e0df86bf4908b6ba3e5121eb8e26076

diff --git a/dev-ml/base/base-0.9.1.ebuild b/dev-ml/base/base-0.9.1.ebuild
deleted file mode 100644
index b6a07e3d596..000
--- a/dev-ml/base/base-0.9.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Standard library for OCaml"
-HOMEPAGE="https://github.com/janestreet/base;
-SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-lang/ocaml:=
-   dev-ml/sexplib:=
-   https://github.com/janestreet/base;
-SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-lang/ocaml:=
-   dev-ml/sexplib:=
-   https://github.com/janestreet/base;
-SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-lang/ocaml:=
-   dev-ml/sexplib:=
-   https://github.com/janestreet/base;
-SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-lang/ocaml:=
-   dev-ml/sexplib:=
-   

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

2021-03-08 Thread Hans de Graaff
commit: 9486547c561174bd9aa9c49e1579fe26d48522f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:49:09 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:49:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9486547c

dev-ruby/rspec-support: add ruby30

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

 dev-ruby/rspec-support/rspec-support-3.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild
index 6b2a13cb99d..58f8a11b6a5 100644
--- a/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild
+++ b/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-08 Thread Hans de Graaff
commit: 10841db237a302cd0633c2fba00e43adcc67d110
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:50:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:50:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10841db2

dev-ruby/rspec: add ruby30

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

 dev-ruby/rspec/rspec-3.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec/rspec-3.10.0.ebuild 
b/dev-ruby/rspec/rspec-3.10.0.ebuild
index 517190c916c..76a4fb5eb6a 100644
--- a/dev-ruby/rspec/rspec-3.10.0.ebuild
+++ b/dev-ruby/rspec/rspec-3.10.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=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2021-03-08 Thread Hans de Graaff
commit: 442762c2ee1cf5d694ac28b000adda2daeaa28c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:50:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:50:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442762c2

dev-ruby/rspec-expectations: add ruby30

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index 84439fd818e..e005f9f4340 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-08 Thread Hans de Graaff
commit: 83b751ac1dfcd4d3515c547718a0643b511576e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:49:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:49:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b751ac

dev-ruby/rspec-core: add ruby30

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

 dev-ruby/rspec-core/rspec-core-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild
index 540f58d9c7a..deb0b8bb563 100644
--- a/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 



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

2021-03-08 Thread Hans de Graaff
commit: 25f1ef51b1f22f655ed68357c0c47807cc41a9e3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:48:23 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:48:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f1ef51

dev-ruby/diff-lcs: add ruby30

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

 dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild 
b/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild
index da866ec09d7..6a6134ae087 100644
--- a/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild
+++ b/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-08 Thread Hans de Graaff
commit: fede0efbc2bf8f2ead30c0763c5188c949c021b1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:41:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede0efb

dev-ruby/rexical: add ruby30

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

 dev-ruby/rexical/rexical-1.0.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-ruby/rexical/rexical-1.0.7.ebuild 
b/dev-ruby/rexical/rexical-1.0.7.ebuild
index 3c4560ebf4b..c63c66cb584 100644
--- a/dev-ruby/rexical/rexical-1.0.7.ebuild
+++ b/dev-ruby/rexical/rexical-1.0.7.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc  DOCUMENTATION.en.rdoc  
DOCUMENTATION.ja.rdoc  README.ja  README.rdoc"
 
 inherit ruby-fakegem eutils



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

2021-03-08 Thread Hans de Graaff
commit: aca53d4a86b1e1f06b38d6d9da930aa6ea8fbc82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:48:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:48:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca53d4a

dev-ruby/thread_order: add ruby30

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

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

diff --git a/dev-ruby/thread_order/thread_order-1.1.1.ebuild 
b/dev-ruby/thread_order/thread_order-1.1.1.ebuild
index 8a9c1c21176..1bc90a94a35 100644
--- a/dev-ruby/thread_order/thread_order-1.1.1.ebuild
+++ b/dev-ruby/thread_order/thread_order-1.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-08 Thread Hans de Graaff
commit: 6358d9f70eed33475b293cb758abdf707d7fd045
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:49:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:49:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6358d9f7

dev-ruby/rspec-mocks: add ruby30

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

 dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild
index adff253329a..0aa9141a0fe 100644
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-08 Thread Hans de Graaff
commit: 99c49eaea6f1059d3346cefb197d85a0ed500bf0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:48:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:48:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c49eae

dev-ruby/nokogiri: add ruby30

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

 dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild
index 9b2e31dba78..5929953673f 100644
--- a/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
 



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

2021-03-08 Thread Hans de Graaff
commit: e04a561f600189943934b054cdfbc97b051522fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:48:06 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:48:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04a561f

dev-ruby/coderay: add ruby30

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

 dev-ruby/coderay/coderay-1.1.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild 
b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild
index 7d653974d29..3481d92b38b 100644
--- a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild
+++ b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 # The test target also contains test:exe but that requires
 # shoulda-context which we do not have packaged yet.
@@ -39,6 +39,7 @@ ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
 all_ruby_prepare() {
sed -i -e "/[Bb]undler/d" Rakefile || die
sed -i -e '/git ls-files/ s:^:#:' -e 's/.rc.*"/"/' coderay.gemspec || 
die
+   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb test/*/*.rb || die
 
# Fix failing tests for lazy evaluation in ruby26
sed -i -e 's/\.filter$/.filter.to_a/' test/unit/filter.rb || die



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

2021-03-08 Thread Hans de Graaff
commit: 31dec400b0e9a8c7364fb437adf15595ffbdfc3c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:23:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dec400

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.9.1.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 90087c30c7a..bb62a735dc7 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -3,5 +3,4 @@ DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
-DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild
deleted file mode 100644
index 8e7b7dbf84d..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2021-03-08 Thread Hans de Graaff
commit: b8b2e02dd281b560c707a10adf04c02c34015e5a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:23:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:23:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b2e02d

dev-ruby/rspec-core: cleanup

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

 dev-ruby/rspec-core/Manifest|  1 -
 dev-ruby/rspec-core/rspec-core-3.9.1.ebuild | 91 -
 2 files changed, 92 deletions(-)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index 56acf300da2..00d3183480e 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -2,5 +2,4 @@ DIST rspec-core-2.99.2-git.tgz 212935 BLAKE2B 
37195012f79aca3a1959f9143e2f5cbab6
 DIST rspec-core-3.10.0-git.tgz 396978 BLAKE2B 
6fb8947598234351595a8832e47baf941f2ca3e8bd39570fba79b9539a7af51144ef41a257d309eddab895ba1e8ba7fe1efb22c855aaab7f1556998d7024ef4a
 SHA512 
f00531021e20fd389dd7a5129ff3bf338c3fa35dfa5e15b0b73ba16eb081d3d7ed2014b1b2ea4ad2682e06f2822c2b895736ac9e80d6af3fba1aecb5cfcea8a3
 DIST rspec-core-3.10.1-git.tgz 398302 BLAKE2B 
3ecd2a93b77435ef44dd7e52e2987155f71de3b04376dfbfc9c831ce075b4105f6a23a210f8508784b66c46f1126c188a3bd0548cc4f24060373b9c7e0b79101
 SHA512 
2d134e742e36cfaac0a52fa7ebd949391cfe58419956536a65fa3aefa2c7f3638fe19f7324ca3e0d2642cc5a9d33de11b09bd571844f1cfae9c077e5f27563d5
 DIST rspec-core-3.8.2-git.tgz 387788 BLAKE2B 
e6cf93f5cef70f53039b6c22fc875cff58eaff4c0c7d4e75d23dedfbe16081980c6fe575d3082dbe6ed9edc8e81f0cbb9e29618da78af40a94c517a859f9d793
 SHA512 
2fe88ee3d66ecf134562dfa7b1001f23a1a750640c4f65cdec64d85dd735e0fde9d91479286f8f9c38064746813f41632d12d21b3926724ccd7c9ded50d2a7c8
-DIST rspec-core-3.9.1-git.tgz 392102 BLAKE2B 
e41d4d930201e854015b486eb97e32f356027a837930f061f6282215a0d7e80db99c30c8b537d10f9359380512b46a03fe10ec382f5403704cdc7f0c1796aeed
 SHA512 
2da714ebf35e78be789758857efbebc69548df7a11fff8bcd74a854b61485ef726cf0cec781e27a97d20f4eac0010aad50656b6074248c94b1833d4cb267189a
 DIST rspec-core-3.9.3-git.tgz 396080 BLAKE2B 
ea52a33586dc32af49a72950c7dbf24eef52a74891b2d7004ec4c5083e2e6d63c602f5033fba3a8ec1dfe6e8da349208b468a79b4e16aa5150d2fc8e93055c0e
 SHA512 
f821ae3017c0fd9ac7f3ced0e81d0ebc54f2c17261f426c58a46c0bf1debb20efca7acc4b751b671e160de72ce5790f897bcb55d5d276fab228a4ea8d388a046

diff --git a/dev-ruby/rspec-core/rspec-core-3.9.1.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.9.1.ebuild
deleted file mode 100644
index da92ce03633..000
--- a/dev-ruby/rspec-core/rspec-core-3.9.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-# Also install this custom path since internal paths depend on it.
-RUBY_FAKEGEM_EXTRAINSTALL="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-core;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="highlight"
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "
-   =dev-ruby/rspec-support-${SUBVERSION}*
-   highlight? ( >=dev-ruby/coderay-1.1.1 )
-"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/coderay-1.1.1
-   dev-ruby/syntax
-   >=dev-ruby/thread_order-1.1.0
-   >=dev-ruby/rspec-expectations-3.8.0:3
-   >=dev-ruby/rspec-mocks-2.99.0:3
-   >=dev-ruby/rspec-support-3.9.1:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Avoid dependency on cucumber since we can't run the features anyway.
-   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
-
-   # Duplicate exe also in bin. We can't change it since internal stuff
-   # also depends on this and fixing that is going to be fragile. This
-   # way we can at least install proper bin scripts.
-   cp -R exe bin || die
-
-   # Avoid unneeded dependency on git.
-   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
-
-   # Avoid aruba dependency so that we don't end up in dependency hell.
-   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
-   rm -f spec/support/aruba_support.rb || die
-   rm -f 

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

2021-03-08 Thread Hans de Graaff
commit: 2f18569c7a7728b231791004f09ad187d33be50a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:20:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:20:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f18569c

dev-ruby/bundler: add 2.2.14

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

 dev-ruby/bundler/Manifest  |  1 +
 dev-ruby/bundler/bundler-2.2.14.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index eb91fd45216..462430fc9c2 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -3,3 +3,4 @@ DIST bundler-2.2.10.gem 388096 BLAKE2B 
373142f7e40c2c8a0df6acf9c4c85df70e86b5737
 DIST bundler-2.2.11.gem 388096 BLAKE2B 
15f8bc7a0091859c4a52ea11a95efaf2ec2941aa9ae765df761e0027e1951c4bdb9a699bacddd843173d9ca8d70f6a4b1aca567364abc29eef169184bb8aff59
 SHA512 
a67668a9b82fbd468f84c6a6523dec0504349e4289e31f3c8e12f3b10a60b6fac523e3eba59296f890bc466b6688c655e0a3cfbe9876bde5b58e55d519c27dd0
 DIST bundler-2.2.12.gem 388608 BLAKE2B 
c9ab5f710dd1f240e651501c85dfbdb436f784326f203352c1eed6d442192fd191483933d58a1d185826035939ce59aaf3522d94d8359e510743bc3257c4eaec
 SHA512 
538dc4eb6f342843045f6b0b8123814f8fef25b5fe56ae3b5e43639b292e674fe3a647613707a7f7f9067207a7a8c0729d2bdd9eb33ab1fdb3ff6f5d5f88d03d
 DIST bundler-2.2.13.gem 388608 BLAKE2B 
1d500b18abd7dce33b4780ff6ceef05e51faf465b88908d2a85d4498e8f0fe661e6479af561118d83f0eee7e957831306fe9634698026534db8849113d5abb21
 SHA512 
321b5110a6c5efca245794b2999e87ef8ecd054df0afae0b6d6840ebc4c9ed428bcc31f5ec06e4c2d7415d5785e780beeb5abcff7270cf6ec11fc415cd232bf6
+DIST bundler-2.2.14.gem 389120 BLAKE2B 
6e1a04b82fe2acb68a1525fcc5237cffde8a1f7fc2c3f522932b8819c55fc5aa9b8e532cdf71a8439b6d54a6b9b4bb488ffd498dbdaf92945129981518ab8aab
 SHA512 
0edc95756cac080c7ceb5a435012618727b15893ce6fa6eb4fe1150a21894e0228cc841f4ea59825a430ee72c33247b6915708e3bd0f2729cf446c57421cfcc7

diff --git a/dev-ruby/bundler/bundler-2.2.14.ebuild 
b/dev-ruby/bundler/bundler-2.2.14.ebuild
new file mode 100644
index 000..8256c696086
--- /dev/null
+++ b/dev-ruby/bundler/bundler-2.2.14.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git !

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

2021-03-08 Thread Hans de Graaff
commit: 9db275c0b48e456f9f7ad83f0b27ba956c8f66cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:18:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:18:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db275c0

dev-ruby/bundler: cleanup

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

 dev-ruby/bundler/Manifest |  5 -
 dev-ruby/bundler/bundler-2.2.5.ebuild | 30 --
 dev-ruby/bundler/bundler-2.2.6.ebuild | 30 --
 dev-ruby/bundler/bundler-2.2.7.ebuild | 30 --
 dev-ruby/bundler/bundler-2.2.8.ebuild | 30 --
 dev-ruby/bundler/bundler-2.2.9.ebuild | 30 --
 6 files changed, 155 deletions(-)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index d3e168609a4..eb91fd45216 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -3,8 +3,3 @@ DIST bundler-2.2.10.gem 388096 BLAKE2B 
373142f7e40c2c8a0df6acf9c4c85df70e86b5737
 DIST bundler-2.2.11.gem 388096 BLAKE2B 
15f8bc7a0091859c4a52ea11a95efaf2ec2941aa9ae765df761e0027e1951c4bdb9a699bacddd843173d9ca8d70f6a4b1aca567364abc29eef169184bb8aff59
 SHA512 
a67668a9b82fbd468f84c6a6523dec0504349e4289e31f3c8e12f3b10a60b6fac523e3eba59296f890bc466b6688c655e0a3cfbe9876bde5b58e55d519c27dd0
 DIST bundler-2.2.12.gem 388608 BLAKE2B 
c9ab5f710dd1f240e651501c85dfbdb436f784326f203352c1eed6d442192fd191483933d58a1d185826035939ce59aaf3522d94d8359e510743bc3257c4eaec
 SHA512 
538dc4eb6f342843045f6b0b8123814f8fef25b5fe56ae3b5e43639b292e674fe3a647613707a7f7f9067207a7a8c0729d2bdd9eb33ab1fdb3ff6f5d5f88d03d
 DIST bundler-2.2.13.gem 388608 BLAKE2B 
1d500b18abd7dce33b4780ff6ceef05e51faf465b88908d2a85d4498e8f0fe661e6479af561118d83f0eee7e957831306fe9634698026534db8849113d5abb21
 SHA512 
321b5110a6c5efca245794b2999e87ef8ecd054df0afae0b6d6840ebc4c9ed428bcc31f5ec06e4c2d7415d5785e780beeb5abcff7270cf6ec11fc415cd232bf6
-DIST bundler-2.2.5.gem 386560 BLAKE2B 
070f52338e9424e571ae40c01ba559158fd9938910be4d5b1d4c8990cdaac4f6a2cb7d2a554a2e7bbb35b18a31e9d1dba5c4e711556294496ac6978ae63a94f0
 SHA512 
d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742
-DIST bundler-2.2.6.gem 386560 BLAKE2B 
e1e3f50425839bbb13360fc986f98588aa09643b6fb5b8c13911b5680ef0ae2ca0b19f71ffa99234f6f6a39ca6467564f25ac26874c67b493e028f086e89c211
 SHA512 
58e80bb313c132125e2b601113e6e262d00f768ca75adbacbff2e98cdcd83e40aa68a8f92aa56e477c66cd396687ad6d9f54f4df9366fd6b51424b6ff5429504
-DIST bundler-2.2.7.gem 386560 BLAKE2B 
30d2f113f30cf4cff2d85ce06b36b947fd2d3cc0b1f03f1a0eae023babaa43820249f6b727095c5590e96adfd9914922454dbf0a2a42b8d8a6b0c75adcc5c04b
 SHA512 
bd2fe4d7ad10fa98004514a93e2e5634bf0ca16a41410d01ed78e320d53923c6690c4564b70e5efcaf21636ef860ef56c425ce0a8e4b240fd97e05efae48c089
-DIST bundler-2.2.8.gem 387584 BLAKE2B 
867f900ce427dba595bd8588772b361fe6366e6077b1c20ef2ea4a93bfdc341ff42488f2142e3579c988c29dab80f27554eca7f7a85a924b7a4073bb134150ac
 SHA512 
09e671d09041acebf81b4d00e2d86ad6f267cb80a712875387f6ce56b1776906dbd462015ca0a5a243d850bc2165eb46d5255dee08ef9e11e2ba032bb01b1e35
-DIST bundler-2.2.9.gem 388096 BLAKE2B 
252ca168f2fb2a8f1cb9c37ee0cbf1bfb7808c9d65ccc0d055ff2131283e0eee61fef994684b663f125a0181d697156dd39419983b26160bde86de392e0453b7
 SHA512 
cf9ce8aa0b9573f808e8f2cb1fc3159f68433dc415c2766cd143fb080a78bc9ad94595ea539344cd1cc7bdb030033df2bfb97f5117a6c558265547acfcb4434e

diff --git a/dev-ruby/bundler/bundler-2.2.5.ebuild 
b/dev-ruby/bundler/bundler-2.2.5.ebuild
deleted file mode 100644
index 8256c696086..000
--- a/dev-ruby/bundler/bundler-2.2.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-# The specs require a number of gems to be installed in a temporary
-# directory, but this requires network access. They also don't work
-# when run with a path that contains "-".
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-# No documentation task
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An easy way to vendor gem dependencies"
-HOMEPAGE="https://github.com/carlhuda/bundler;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="+doc test"
-
-ruby_add_rdepend virtual/rubygems
-
-RDEPEND+=" dev-vcs/git !https://github.com/carlhuda/bundler;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="+doc 

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

2021-03-08 Thread Matt Turner
commit: b4cff343d7f9d60a3e94d2d449ab460e090c2d82
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  9 01:48:35 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  9 05:00:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cff343

dev-util/catalyst: Add Python 3.9 compat

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

 dev-util/catalyst/catalyst-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index f72a52d76d0..49b1882354c 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.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
@@ -12,7 +12,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 linux-info optfeature ${SRC_ECLASS}



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

2021-03-08 Thread Andrey Grozin
commit: aebf09afd8cbedfff6ce3687632691ce84cb9e15
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Mar  9 04:35:41 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Mar  9 04:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebf09af

app-text/coolreader: clean old

Closes: https://bugs.gentoo.org/769635
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 app-text/coolreader/Manifest |  2 -
 app-text/coolreader/coolreader-3.2.50.ebuild | 96 
 app-text/coolreader/coolreader-3.2.53.ebuild | 67 ---
 3 files changed, 165 deletions(-)

diff --git a/app-text/coolreader/Manifest b/app-text/coolreader/Manifest
index 4f84603f4af..710b9029c0f 100644
--- a/app-text/coolreader/Manifest
+++ b/app-text/coolreader/Manifest
@@ -1,3 +1 @@
-DIST coolreader-3.2.50.tar.gz 21252394 BLAKE2B 
68550656c644d623e24a7da310baf77881c72621db03f481eeaaceddc0a3c77ecd4d2098c4afe0b56fc50a67f471a9a6a20c172590365bd888222894d27c1826
 SHA512 
01417c1daae5da6ebb4d92fd68693d3aff09013d1f5679a30138941e23f79db58bdf2b20721deb10ad3d0b9ab0530f8237aeaa2b6f1c1fabbff1c43f48d68ac3
-DIST coolreader-3.2.53.tar.gz 12550563 BLAKE2B 
24543cac98349f4c0587149a3eb8f964cfb46891a0ed7c613a4a0bd644e8d24cb0ff057eab74aecf3c574e604d4208dbbee4c7023d8197282589184317312ee3
 SHA512 
4f500d877287b3c391cb0be7038586897e7c0eb9cfbe87d9b3ee3923db82c4ce04533249dee83a259a084bc142236cc5cc67f3e4428f05756da8c593a47a9558
 DIST coolreader-3.2.54.tar.gz 13231261 BLAKE2B 
aac948ab4535238caf0541f25b3fb1332d17aa46dc7b116543d37c4cd5d900f0e7861e1ab745ba455feec236c6dc05fde6faad2f4e378e33441cee7736b22b9f
 SHA512 
11ca3588a3794dcc5c5970dc508ade43e29a9d6db7d8ef01c7f04d7cfad2c50a21f6f333574d057c45c8f6d7eb619b5f0f072b1163327f694dcbdcc4b7539220

diff --git a/app-text/coolreader/coolreader-3.2.50.ebuild 
b/app-text/coolreader/coolreader-3.2.50.ebuild
deleted file mode 100644
index 0f27ef3e2ac..000
--- a/app-text/coolreader/coolreader-3.2.50.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-PLOCALES="bg cs de es hu pl ru uk"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils eapi7-ver
-
-CR_PV=$(ver_rs 3 '-')
-
-if [ "${PV}" !=  ]
-then
-   SRC_URI="https://github.com/buggins/${PN}/archive/cr${CR_PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${PN}-cr${CR_PV}"
-else
-   inherit git-r3
-   # github mirror has some new commits to fix page margins settings
-   # sourceforge mirror saved as backup
-   #EGIT_REPO_URI="git://git.code.sf.net/p/crengine/crengine"
-   EGIT_REPO_URI="https://github.com/buggins/${PN}.git;
-   SRC_URI=""
-fi
-
-DESCRIPTION="CoolReader - reader of eBook files (fb2,epub,htm,rtf,txt)"
-HOMEPAGE="https://github.com/buggins/coolreader/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="wxwidgets"
-
-CDEPEND="sys-libs/zlib
-   media-libs/libpng:0
-   virtual/jpeg:0
-   media-libs/freetype
-   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )
-   !wxwidgets? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 )"
-DEPEND="${CDEPEND}
-   !wxwidgets? ( dev-qt/linguist-tools:5 )"
-RDEPEND="${CDEPEND}
-   wxwidgets? ( || ( media-fonts/liberation-fonts media-fonts/corefonts ) 
)"
-
-for lang in ${PLOCALES}; do
-   IUSE="${IUSE} l10n_${lang}"
-done
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # locales
-   l10n_find_plocales_changes "${S}"/cr3qt/src/i18n 'cr3_' '.ts'
-   local lang langs
-   langs=""
-   for lang in ${PLOCALES}; do
-   if use l10n_${lang}; then
-   langs="${langs} ${lang}"
-   fi
-   done
-   sed -e "s|SET(LANGUAGES .*)|SET(LANGUAGES ${langs})|" \
-   -i "${S}"/cr3qt/CMakeLists.txt \
-   || die "sed CMakeLists.txt failed"
-}
-
-src_configure() {
-   CMAKE_USE_DIR="${S}"
-   CMAKE_BUILD_TYPE="Release"
-   if use wxwidgets; then
-   setup-wxwidgets
-   local mycmakeargs=(-D GUI=WX)
-   else
-   local mycmakeargs=(-D GUI=QT5)
-   fi
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   if ! use wxwidgets; then
-   mv "${D}"usr/share/doc/cr3/changelog.gz 
"${D}"usr/share/doc/${PF}/ || die "mv changelog.gz failed"
-   rmdir "${D}"usr/share/doc/cr3 || die "rmdir doc/cr3 failed"
-   gunzip "${D}"usr/share/doc/${PF}/changelog.gz || die "gunzip 
changelog.gz failed"
-   gunzip "${D}"usr/share/man/man1/cr3.1.gz || die "gunzip 
cr3.1.gz failed"
-   fi
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   

[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs/files/, sys-fs/dwarfs/

2021-03-08 Thread Denis Reva
commit: cdad97b8e0077bde07d9a43f381d2546dab91eed
Author: Denis Reva  gmail  com>
AuthorDate: Tue Mar  9 03:24:36 2021 +
Commit: Denis Reva  gmail  com>
CommitDate: Tue Mar  9 03:24:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdad97b8

sys-fs/dwarfs: new version 0.4.0

Key features:
* Up to twice as fast and up to 10% better compression
* New dwarfsextract tool
  Allow extracting dwarfs images as archives.
* Bugfixes.
  Fixed bug with revdep-rebuild.
  Package now proper use system libraries.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs/Manifest  |  1 +
 sys-fs/dwarfs/dwarfs-0.4.0.ebuild   | 98 +
 sys-fs/dwarfs/files/dwarfs-0.4.0-link.patch | 20 ++
 3 files changed, 119 insertions(+)

diff --git a/sys-fs/dwarfs/Manifest b/sys-fs/dwarfs/Manifest
index 4a31b877..76f32318 100644
--- a/sys-fs/dwarfs/Manifest
+++ b/sys-fs/dwarfs/Manifest
@@ -1,4 +1,5 @@
 DIST dwarfs-0.2.4.tar.gz 131125 BLAKE2B 
06dd11a90d203882a6b2398d6a3e763a269746a5739e67913bbb66176305e3d6d606a7f35b4c3692d1d761e90d853b268f876004be1e8274b5b16174dcde
 SHA512 
2136f1159eaf80afd6f5a1edda65c7a7f2cb147c7b14a5d19981fbd417e8785c2d7f986df3787587b4b5157bfd299159f4015a017d289bb0c9fba77b337ed3b5
 DIST dwarfs-0.3.1.tar.bz2 8704811 BLAKE2B 
f7f5a2affae5da78d526891017ac66ed16f73919c7b990b558413c028590e3e3efa2f7e8cc70d97cbad2a0332d91458444898611ea86343a5978bcdf2ed1bf3b
 SHA512 
5776f5da14a5ccbe0e1cf11acec1c9360aa23e2f6751f54a5df200d4625ffc1892658bd4d987ae15fb08ec1f97d7db2a8c42ed80bb6aae062a45e50513e09f51
+DIST dwarfs-0.4.0.tar.bz2 11634383 BLAKE2B 
a401e891f5453bd8cccbc664066f759c5ffa60568305b44d57fbcc239d6759ff2e6d5fb1450c7424be14e9eb7ab4f9996dce54a78de6e6e5d8b1cbe2d15dc4eb
 SHA512 
b815c4bdb1ac61798ead817f27d8fbfaf234d2698d9f72427b7cd55fd334214f595baf286c979fee344b34c7589d5859df8c6e8259473bf13d7461f1f63d90a6
 DIST fbthrift-2020.11.30.00.tar.gz 5274706 BLAKE2B 
ad13eb7b66f804c7a667746d72298e05726d1f78a49523a10f2712cc4dbea71999590a2c420e8081d32dc24a7d203e11d5c7e5c15f2627594295cd5533096dd9
 SHA512 
33b4c1a4cfc8783f99d5da8ae113f877e1f23586f5a854833107805fe35834604e677d7abe690cefeb70baed20cb3cc14449cfae35a9af89594974377bbe0329
 DIST folly-2020.11.30.00.tar.gz 3261437 BLAKE2B 
5070819f1f8bac2030e761a8d2330379e8e5ba242d21330b98dcd598cb18e12046a9ad3fb6462f82dbc47c53cf0905c330e707201bfbbedb81f203ef1b30731e
 SHA512 
e7e06bd8c8e38af345d20a04886b4497c4f0c9877263dbcb5a3f2d17c7a3252a2529086a5a04d07c2d3a457ca3930c43672fc4f74b7bdbc2ec0d07abdf1ed425

diff --git a/sys-fs/dwarfs/dwarfs-0.4.0.ebuild 
b/sys-fs/dwarfs/dwarfs-0.4.0.ebuild
new file mode 100644
index ..2f42f924
--- /dev/null
+++ b/sys-fs/dwarfs/dwarfs-0.4.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit cmake check-reqs python-single-r1
+
+DESCRIPTION="A fast very high compression read-only FUSE file system"
+HOMEPAGE="https://github.com/mhx/dwarfs;
+
+SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}.tar.bz2
 -> ${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="python +jemalloc"
+
+#test IUSE disabled because there is no googletest in portage tree at this 
moment
+#-DWITH_TESTS=$(usex test ON OFF)
+
+PYTHON_REQ_USE="python"
+
+DEPEND="sys-devel/flex
+   sys-devel/binutils:*"
+RDEPEND="dev-libs/boost[context,threads,python?]
+   dev-libs/double-conversion
+   dev-libs/libfmt
+   dev-libs/libevent
+   dev-libs/xxhash
+   jemalloc? ( >=dev-libs/jemalloc-5.2.1 )
+   app-arch/libarchive
+   app-arch/zstd
+   app-arch/lz4
+   app-arch/xz-utils
+   app-arch/snappy
+   dev-cpp/sparsehash
+   dev-cpp/gflags
+   dev-cpp/glog[gflags]
+   sys-fs/fuse:3
+   sys-libs/binutils-libs
+   sys-libs/zlib
+   sys-libs/libunwind
+   !dev-cpp/folly"
+BDEPEND="app-text/ronn
+   dev-util/cmake
+   sys-apps/sed
+   sys-devel/bison
+   virtual/pkgconfig"
+
+CHECKREQS_DISK_BUILD="1.2G"
+
+PATCHES=( ${FILESDIR}/dwarfs-0.4.0-link.patch )
+
+DOCS=( "README.md" "CHANGES.md" "TODO" )
+
+CMAKE_IN_SOURCE_BUILD=1
+CMAKE_WARN_UNUSED_CLI=0
+
+src_prepare(){
+   cmake_src_prepare
+   einfo "setting library path to $(get_libdir)"
+   sed "s/DESTINATION lib/DESTINATION $(get_libdir)/" -i CMakeLists.txt || 
die
+}
+
+src_configure(){
+   einfo "setting configuration flags to:"
+   mycmakeargs=(
+   -DUSE_JEMALLOC=$(usex jemalloc ON OFF)
+   -DWITH_PYTHON=$(usex python ON OFF)
+   -DPREFER_SYSTEM_ZSTD=1
+   -DPREFER_SYSTEM_XXHASH=1
+   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2021-03-08 Thread Rick Farina
commit: cdcab9c556e7fe4e7656758c3ad3bf25f57165ac
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Mar  9 02:41:53 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Mar  9 02:42:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcab9c5

net-wireless/kismet: unbundle libfmt

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

 net-wireless/kismet/kismet-.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 61dcb147f3e..b3b3a3de29a 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -67,6 +67,7 @@ CDEPEND="
 
 DEPEND="${CDEPEND}
dev-libs/boost
+   dev-libs/libfmt
virtual/pkgconfig
 "
 
@@ -94,6 +95,16 @@ src_prepare() {
#sed -i -e 's#root#kismet#g' packaging/systemd/kismet.service.in
 
rm -r boost || die
+   rm -r fmt || die
+
+   #dev-libs/jsoncpp
+   #rm -r json || die
+   #sed -i 's#"json/json.h"##' jsoncpp.cc 
kis_net_beast_httpd.h \
+   #   log_tools/kismetdb_clean.cc log_tools/kismetdb_dump_devices.cc \
+   #   log_tools/kismetdb_statistics.cc log_tools/kismetdb_to_gpx.cc \
+   #   log_tools/kismetdb_to_kml.cc log_tools/kismetdb_to_pcap.cc \
+   #   log_tools/kismetdb_to_wiglecsv.cc trackedcomponent.h \
+   #   trackedelement.h trackedelement_workers.h
 
# Don't strip and set correct mangrp
sed -i -e 's| -s||g' \



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

2021-03-08 Thread Mike Frysinger
commit: ba4baef241ac2d5568f15cc4fb7fdc190eaa9ece
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar  9 00:32:54 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar  9 00:48:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4baef2

dev-util/patchutils: drop rpm/gendiff test dep

The 0.3.4 release stopped using gendiff, so drop the dep on it.

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

 dev-util/patchutils/patchutils-0.3.4.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-util/patchutils/patchutils-0.3.4.ebuild 
b/dev-util/patchutils/patchutils-0.3.4.ebuild
index 3aa0b6a0d00..9753274d022 100644
--- a/dev-util/patchutils/patchutils-0.3.4.ebuild
+++ b/dev-util/patchutils/patchutils-0.3.4.ebuild
@@ -10,12 +10,7 @@ 
SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# testsuite makes use of gendiff(1) that comes from rpm, thus if the user wants
-# to run tests, it should install that package as well.
-DEPEND="test? ( app-arch/rpm )"
+IUSE=""
 
 PATCHES=(
"${FILESDIR}/${PN}-0.3.3-format-security.patch"



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

2021-03-08 Thread Mike Frysinger
commit: e424a22772869343e9933f58b6a8bb283b50ce76
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar  9 00:32:22 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar  9 00:48:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e424a227

dev-util/patchutils: drop old 0.3.3 release

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

 dev-util/patchutils/Manifest|  1 -
 dev-util/patchutils/patchutils-0.3.3.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-util/patchutils/Manifest b/dev-util/patchutils/Manifest
index 985c07efb10..3e1327b3798 100644
--- a/dev-util/patchutils/Manifest
+++ b/dev-util/patchutils/Manifest
@@ -1,2 +1 @@
-DIST patchutils-0.3.3.tar.xz 156328 BLAKE2B 
e7da090e1fc7f95f5c2e4c02828702b485dc92fa22a4f45d69f5d9f610fb5a5e3267794fa572cf3aa73be45a86a5c889776eeadf5cca98237d97e53cb1b9be91
 SHA512 
4ec085078e9ae2e878dc10fbfea5974d9772716aef5d8e130a0023ceaa26640bccfaf1022c8153923b38230b36c8d4dddf4aaa674076c733bb1277895b63a268
 DIST patchutils-0.3.4.tar.xz 166400 BLAKE2B 
382be328bfd1ab848f38126ad7a41a4c953844956c181265953a7496c8de3df5d90d071a823b226ceeddd7321bd4ecae1e06c8583155b08826c97177efa9b68b
 SHA512 
ede006122fad180b78feaf69294f1c40c0a764981fa581f1893abeeb0421f9d586fc33f79d065690a6bc6187a31f11311b086669879dde12c6e49c7c8a2aa440

diff --git a/dev-util/patchutils/patchutils-0.3.3.ebuild 
b/dev-util/patchutils/patchutils-0.3.3.ebuild
deleted file mode 100644
index c0af0dcaa8e..000
--- a/dev-util/patchutils/patchutils-0.3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A collection of tools that operate on patch files"
-HOMEPAGE="http://cyberelk.net/tim/patchutils/;
-SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-# The testsuite makes use of gendiff(1) that comes from rpm, thus if
-# the user wants to run tests, it should install that too.
-DEPEND="test? ( app-arch/rpm )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-format-security.patch
-}



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

2021-03-08 Thread Mike Frysinger
commit: 8ddd670fee18e8ac9e1900abff1be5e9297b1e42
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar  9 00:36:40 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar  9 00:48:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddd670f

dev-util/patchutils: version bump to 0.4.2 #769335

Closes: https://bugs.gentoo.org/769335
Signed-off-by: Mike Frysinger  gentoo.org>

 dev-util/patchutils/Manifest|  1 +
 dev-util/patchutils/metadata.xml|  3 +++
 dev-util/patchutils/patchutils-0.4.2.ebuild | 13 +
 3 files changed, 17 insertions(+)

diff --git a/dev-util/patchutils/Manifest b/dev-util/patchutils/Manifest
index 3e1327b3798..eadabe280fc 100644
--- a/dev-util/patchutils/Manifest
+++ b/dev-util/patchutils/Manifest
@@ -1 +1,2 @@
 DIST patchutils-0.3.4.tar.xz 166400 BLAKE2B 
382be328bfd1ab848f38126ad7a41a4c953844956c181265953a7496c8de3df5d90d071a823b226ceeddd7321bd4ecae1e06c8583155b08826c97177efa9b68b
 SHA512 
ede006122fad180b78feaf69294f1c40c0a764981fa581f1893abeeb0421f9d586fc33f79d065690a6bc6187a31f11311b086669879dde12c6e49c7c8a2aa440
+DIST patchutils-0.4.2.tar.xz 159504 BLAKE2B 
3ffcda8497b010a88e8601005871fb691ea8cac6158276862ba8e4192c333a335965288f9b5451c2fbc0a873ef95eb4a485d265387b43b0cec31b6c18d38f88e
 SHA512 
20970d52fd43c09dc7799297b9a9eb6f60ba29ecc750d49381a2dc52273dfe484a47696cddd541f623394fa3486734cf337297cbeab6b1b244511c7740f46897

diff --git a/dev-util/patchutils/metadata.xml b/dev-util/patchutils/metadata.xml
index 3cf14bf7463..0e0093592ab 100644
--- a/dev-util/patchutils/metadata.xml
+++ b/dev-util/patchutils/metadata.xml
@@ -5,4 +5,7 @@
shell-to...@gentoo.org
Gentoo Shell Tools Project

+   
+   twaugh/patchutils
+   
 

diff --git a/dev-util/patchutils/patchutils-0.4.2.ebuild 
b/dev-util/patchutils/patchutils-0.4.2.ebuild
new file mode 100644
index 000..08b5bae517b
--- /dev/null
+++ b/dev-util/patchutils/patchutils-0.4.2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="A collection of tools that operate on patch files"
+HOMEPAGE="http://cyberelk.net/tim/patchutils/;
+SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+IUSE=""



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

2021-03-08 Thread Mike Frysinger
commit: 4645a036f39eae798de00354d14747cfb3d3d10e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar  9 00:33:46 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar  9 00:48:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4645a036

dev-util/patchutils: cleanup src_test workaround

Make it clear that the issue is with parallel builds and not emake.

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

 dev-util/patchutils/patchutils-0.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/patchutils/patchutils-0.3.4.ebuild 
b/dev-util/patchutils/patchutils-0.3.4.ebuild
index 9753274d022..4ae2f901869 100644
--- a/dev-util/patchutils/patchutils-0.3.4.ebuild
+++ b/dev-util/patchutils/patchutils-0.3.4.ebuild
@@ -18,5 +18,5 @@ PATCHES=(
 
 src_test() {
# See bug 605952.
-   make check || die
+   emake -j1 check
 }



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

2021-03-08 Thread Thomas Deutschmann
commit: d8accb776ef45f66445d46e741f68649fcc03701
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar  8 23:01:49 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar  8 23:06:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8accb77

media-gfx/imagemagick: bump to v6.9.12-3 & v7.0.11-3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/imagemagick/Manifest|   2 +
 media-gfx/imagemagick/imagemagick-6.9.12.3.ebuild | 254 
 media-gfx/imagemagick/imagemagick-7.0.11.3.ebuild | 268 ++
 3 files changed, 524 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index d622a5eee28..06c4caf4366 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,2 +1,4 @@
 DIST ImageMagick-6.9.12-2.tar.xz 9168640 BLAKE2B 
b0ce3b8ac5ff27f6d6fd0995d0f214f791fdce6c881e6b58579aaa22a7e87ca8d441185f69ba9d50a9aea501f28f06564ac76f7d1d5b1760206eeaf17560a8a7
 SHA512 
105d11d23457050c9f94223d524230ab62cdf457fe17630179c92f53a6bb60b8c04fa0f60f388303a90e2106aea6e0f1863a9a49a8fdfefd5d15d13eca58a770
+DIST ImageMagick-6.9.12-3.tar.xz 9174208 BLAKE2B 
5ee9ab5196cb2dcbb2d210dfb71fbb63956bdfc33e97fa03a51f6884736dffc1227ec94d44a46c19eeb216a1896c06b0927678410e0171d855b77e13ab10c51e
 SHA512 
c117fd1fe57478f66fb2b3bab1d6d908a643519a0e4b8026f138ba8f29bb83e15a78a3b58b461a16cf2dcf66db84d6cc9e77532aab14f776dabf2eb8f24a
 DIST ImageMagick-7.0.11-2.tar.xz 10145568 BLAKE2B 
2edc25dfeda99fee1d4fec4a90fcd48b350c93317082239b243874b0394cefe154ca7553fb1d688971c5352d896ff6327f31ca708a2000427601c53d0ce5c7ea
 SHA512 
29ddf675bde3165d86f786eebfe8443cb4205d6218cb3cfa78be26d18fb30ad13913db32124377030c283156f4aa81cc28acef5cd7c1a873a66d5f563e5152ac
+DIST ImageMagick-7.0.11-3.tar.xz 10151644 BLAKE2B 
f32234fd1f89dfd4ead816f06984b6f673235f368cebbdc19704e677e2a1802ef2212d489346e7f48239a6aa14e7a089b45259645879b5010773d6565e5b0a1e
 SHA512 
9a5cf4fc2c325d435a04c54bec3502bfa86d8bfa0b91efc53e34f364de039bcea5318ea3ebdb10e0bd49767f29ce44ca209bcefb51c2676a6a55a2e97c6ebf9b

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.3.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.3.ebuild
new file mode 100644
index 000..7ff90f249df
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.12.3.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs 
multilib
+
+MY_PV="$(ver_rs 3 '-')"
+MY_P="ImageMagick-${MY_PV}"
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+
+LICENSE="imagemagick"
+SLOT="0/6.9.11-60"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   test? ( corefonts )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:= )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:0= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( app-text/ghostscript-gpl )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:0= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:0= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+   )
+   xml? ( dev-libs/libxml2:= )
+   lzma? ( app-arch/xz-utils )
+   zlib? ( sys-libs/zlib:= )"
+DEPEND="${RDEPEND}
+   !media-gfx/graphicsmagick[imagemagick]
+   virtual/pkgconfig
+   X? ( x11-base/xorg-proto )"
+
+S="${WORKDIR}/${MY_P}"

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

2021-03-08 Thread Sam James
commit: f0f7cf786d452caa6046a09a643d0bf02dc76a6a
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f7cf78

media-video/simplescreenrecorder: Stabilize 0.4.3 x86, #774891

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

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

diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild 
b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
index 32dec6a0595..b62619102fe 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]] ; then
EGIT_BOOTSTRAP=""
 else

SRC_URI="https://github.com/MaartenBaert/${PKGNAME}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${PKGNAME}-${PV}"
 fi
 



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

2021-03-08 Thread Sam James
commit: 34d1caf83542dd3135fca68b9ac87c1ff5872835
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d1caf8

dev-python/pillow: Stabilize 8.1.2 x86, #774387

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

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

diff --git a/dev-python/pillow/pillow-8.1.2.ebuild 
b/dev-python/pillow/pillow-8.1.2.ebuild
index 60f42a80ac3..65a55a7139f 100644
--- a/dev-python/pillow/pillow-8.1.2.ebuild
+++ b/dev-python/pillow/pillow-8.1.2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="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="examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp xcb zlib"
 REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
 RESTRICT="!test? ( test )"



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

2021-03-08 Thread Sam James
commit: 97d5bf354b456a46ed4dbf5fc9efe8ca669aae12
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d5bf35

media-gfx/viewnior: Stabilize 1.7-r2 amd64, #774924

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

 media-gfx/viewnior/viewnior-1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.7-r2.ebuild 
b/media-gfx/viewnior/viewnior-1.7-r2.ebuild
index 1c67cf68d56..71d95bb73cc 100644
--- a/media-gfx/viewnior/viewnior-1.7-r2.ebuild
+++ b/media-gfx/viewnior/viewnior-1.7-r2.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
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-03-08 Thread Sam James
commit: 8857bbcfcfb7f327560859d7a359b91a5c34fc8c
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8857bbcf

dev-python/pillow: Stabilize 8.1.2 amd64, #774387

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

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

diff --git a/dev-python/pillow/pillow-8.1.2.ebuild 
b/dev-python/pillow/pillow-8.1.2.ebuild
index 1da6d19a16f..60f42a80ac3 100644
--- a/dev-python/pillow/pillow-8.1.2.ebuild
+++ b/dev-python/pillow/pillow-8.1.2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="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="examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp xcb zlib"
 REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
 RESTRICT="!test? ( test )"



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

2021-03-08 Thread Sam James
commit: 5aeaa5b2b59dea2600e1490d8ea03f1eda07ee4a
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeaa5b2

media-video/simplescreenrecorder: Stabilize 0.4.3 amd64, #774891

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

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

diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild 
b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
index 337ba993d16..32dec6a0595 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.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
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]] ; then
EGIT_BOOTSTRAP=""
 else

SRC_URI="https://github.com/MaartenBaert/${PKGNAME}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PKGNAME}-${PV}"
 fi
 



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

2021-03-08 Thread Sam James
commit: d1029ca565985393aa3839888a720c351a2c9446
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1029ca5

dev-python/statsmodels: Stabilize 0.12.2 amd64, #774624

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

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

diff --git a/dev-python/statsmodels/statsmodels-0.12.2.ebuild 
b/dev-python/statsmodels/statsmodels-0.12.2.ebuild
index 6cb060e4ff7..1f96e8caebb 100644
--- a/dev-python/statsmodels/statsmodels-0.12.2.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.12.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 RDEPEND="



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

2021-03-08 Thread Sam James
commit: 3188ccbb1e3661aa1e110b2665f742f181dcb7da
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  8 23:01:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 23:01:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3188ccbb

app-text/coolreader: Stabilize 3.2.54 amd64, #769635

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

 app-text/coolreader/coolreader-3.2.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/coolreader/coolreader-3.2.54.ebuild 
b/app-text/coolreader/coolreader-3.2.54.ebuild
index 7c75f5c7adc..9167008cc90 100644
--- a/app-text/coolreader/coolreader-3.2.54.ebuild
+++ b/app-text/coolreader/coolreader-3.2.54.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/buggins/coolreader/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="wxwidgets"
 
 CDEPEND="sys-libs/zlib



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

2021-03-08 Thread Thomas Deutschmann
commit: 2be2e4796f8375c163b64803f3a969aed74d1a84
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar  8 22:48:15 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar  8 22:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be2e479

mail-client/thunderbird-bin: bump to v78.8.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 mail-client/thunderbird-bin/Manifest   |  66 
 .../thunderbird-bin/thunderbird-bin-78.8.1.ebuild  | 378 +
 2 files changed, 444 insertions(+)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 00f6b47036c..0fbcaa40799 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -62,5 +62,71 @@ DIST thunderbird-78.8.0-uz.xpi 586600 BLAKE2B 
fbe31d8a104bbd3c3900c449bbac350144
 DIST thunderbird-78.8.0-vi.xpi 674601 BLAKE2B 
4ffcd7e4015a24b72b2c6e63bc3be529900bced5e1ab42f82f9a8e7c7a1ebf1218b5cb36025318f7c774e135951476226d924223754626ddbb3e9cd59418eea4
 SHA512 
9bdf8e207003bfc9b82919794d7c8d94dc27d4acef4527fce2dafcbd8721f92c63fff72ae0f59f8f44d16d993e85a8c32672a62be8767172027565b1026c324a
 DIST thunderbird-78.8.0-zh-CN.xpi 687183 BLAKE2B 
87e0d1b874cb21eef72b3cd53faeb5cd660fa39a0e9779e4c83321f25fa94c7c43b1ba3b268b33b9c637af671cfcdac03f8128f7edf371f5d8afe2a1e6422f66
 SHA512 
cc9a7ea3cf683c91066072121b1686057bbaf55d5e43a63deefbf40df8a14491e37d3c361babb38fbb839ac24aa31ff2a0cc9dbb48848a4bcd2047371fcc7bb7
 DIST thunderbird-78.8.0-zh-TW.xpi 687626 BLAKE2B 
a4a0c70b226b1f0672b25dd467d2000270042f5d474ef257dc56973949f06fbca51c1a8b520860762a9feec04c3d65ab4af537fff702affea38a7c724921b7e1
 SHA512 
e98b5772218608e5355635a80dc49156ccc18297c59368e5e4a6c5a40b3716b240e67e9ec3f69b8f230b8e7ed4b32cb6073743e843242d67e16c11937adab50a
+DIST thunderbird-78.8.1-af.xpi 548350 BLAKE2B 
5f500ac162f5dcf34abc7ae79fc2734856482b8f1265d746367ec3ec78077b0beaae65fb2da770ca4a5076f954919d6e5c632e3fda8059223135a47b08480044
 SHA512 
e5c4a6894d8bf7e32f884efb8d96dc100962632ea9175febf1cb5d456c5d8439d8919b1dc3fdd970fd221a88f57893acf655ad64040014953fd670cebd974216
+DIST thunderbird-78.8.1-ar.xpi 648604 BLAKE2B 
591792bf93b16f79e79e2fdb726ade85ded8c2166068194a15bd29a8cb673a908a846ffba9dd43e57a37d1d8d6c2eec83177ab416ffe6d00e46cefbd426d336b
 SHA512 
5f77f0789a4bfed84604372f77a7907c5ec2b7ad1e09c6be3ec2caaa9616270b4316e7df73becaf08fd458dd730a077d5a004af6b44e5d6aac516ee2b5d70323
+DIST thunderbird-78.8.1-ast.xpi 561260 BLAKE2B 
31441d0d894cc4d593a52e7688c19f377e787aef0815a35c2044cd55ddc6582e4f526176fa63da5f4ebf70a3b5465b0ddc5f16de92d9578e2e9bfc053f2ed29c
 SHA512 
ab1ecede6ac20ec7ee75a9c644d2bda0f694fa85780b51f3ae8295e3c8dde2b4cb92260230d658bc0f41e5b810b768c679eb5e6b94cedd492eb86611363c08cc
+DIST thunderbird-78.8.1-be.xpi 70 BLAKE2B 
8f43fae8ba987674682772d3401b7a8d4e4cf18cc6aa46de1a71513c31e87c47449c0293ae3c00cf1db32205c3ea3b6baf4eb19d226867127b131fa453d5965c
 SHA512 
a99d0b907674714dc00a5e993ff67ce46903e0b5f3a116da14295097ad18c8b042394485359ac5eb71aa692537b7c952709cb56c4f0d0d832e6f9fb6c46471e2
+DIST thunderbird-78.8.1-bg.xpi 672425 BLAKE2B 
fa994f69e5b012d03f63f82470a888fe140cf62c03071efeef53d96e51d9a06af0ff3cb26d4b4cda7b608b7cc9fd9fc138f78040d79112339c7a18245af071cc
 SHA512 
a6a6b5811a9155ae7bb173de2acacd4185221b3a1780a00f528df892593e680b9e962bd711120bfe6786ad9b7964fdad2df7222c896f09580259295d76c51a69
+DIST thunderbird-78.8.1-br.xpi 604526 BLAKE2B 
caed4bcc95aef06b0f3fe0226b8b14c7d9053ba55d5750c359c44716c4b45dceb8d33e51a3c63f769eae0b3478c45e67526bb6361d2831a6e76bf27995347067
 SHA512 
44f1e9ccd1857809ca485b1c75a340efc5524b1dbbe6dc072de0103125475f8777bfb605d42afaf2a0b89d345409c01316d846b3acc89b36c10ef44eab9b2883
+DIST thunderbird-78.8.1-ca.xpi 620449 BLAKE2B 
d8c12bb0f4451135ffafda658ef7e8c1e889e06021b45bbebad1a2bf7dd112a3676d9e46aef26762b25c4a13413d05843e8c3781813ca1053b2ab17b61e33ed0
 SHA512 
14f1ab8b6117f077f86f22c4ce57159849342db02eca271044d7658962980a670e22435cace796ada45fdbf61921796f804afe88084eae21c82b8cb09784cbbf
+DIST thunderbird-78.8.1-cak.xpi 635653 BLAKE2B 
acf27e372940263c2b06afc51cfd9e9060d5d3b7b6494a249c54b30a8fc5284b9fd7a5f9c787afcf904e6abf63e2f565f1f183e5b343d35f31c2a4212ef1c548
 SHA512 
1e02d5f4282b015b3090c8954066872fbf1456c820126389fb5f62dca545c12895c1a383857fa3b2d48dbe45691a10fb17da4caf7c224d8a28240bdc1f490e5c
+DIST thunderbird-78.8.1-cs.xpi 635347 BLAKE2B 
be52108c3a6e8a94533d5428c67407793b98b62c2258be560332be033a0a11f51f16569e70720da3d0ccfba33f255c78629bc1e741e7498e97c5a8bd68182527
 SHA512 
a63e5aaba15350978f9da72885a2b1e817a0934fc3f3aa87b2cb7125601befa703770dce2c870580992515992fbe80d3655bda90a3ea073c1d7658fcede783ec
+DIST thunderbird-78.8.1-cy.xpi 646246 BLAKE2B 
1f01125a73186320663ee3b8eae3a2a17697c0ef08bdbf2a7d8ad168c54d72040e1e8afedf63229e06593814d76ae3d612ab24517c93d9fec92acef91e339dfb
 SHA512 

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

2021-03-08 Thread Thomas Deutschmann
commit: 67ab524b6449763a1b34765a0ecb989e0316c0e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar  8 22:46:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar  8 22:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab524b

mail-client/thunderbird: bump to v78.8.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 mail-client/thunderbird/Manifest  |   65 ++
 mail-client/thunderbird/thunderbird-78.8.1.ebuild | 1108 +
 2 files changed, 1173 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 31880af8c5e..c2f02894580 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -64,3 +64,68 @@ DIST thunderbird-78.8.0-vi.xpi 674601 BLAKE2B 
4ffcd7e4015a24b72b2c6e63bc3be52990
 DIST thunderbird-78.8.0-zh-CN.xpi 687183 BLAKE2B 
87e0d1b874cb21eef72b3cd53faeb5cd660fa39a0e9779e4c83321f25fa94c7c43b1ba3b268b33b9c637af671cfcdac03f8128f7edf371f5d8afe2a1e6422f66
 SHA512 
cc9a7ea3cf683c91066072121b1686057bbaf55d5e43a63deefbf40df8a14491e37d3c361babb38fbb839ac24aa31ff2a0cc9dbb48848a4bcd2047371fcc7bb7
 DIST thunderbird-78.8.0-zh-TW.xpi 687626 BLAKE2B 
a4a0c70b226b1f0672b25dd467d2000270042f5d474ef257dc56973949f06fbca51c1a8b520860762a9feec04c3d65ab4af537fff702affea38a7c724921b7e1
 SHA512 
e98b5772218608e5355635a80dc49156ccc18297c59368e5e4a6c5a40b3716b240e67e9ec3f69b8f230b8e7ed4b32cb6073743e843242d67e16c11937adab50a
 DIST thunderbird-78.8.0.source.tar.xz 353232724 BLAKE2B 
3c691393e0dbc71f345557632c734138cb7e603ffadbc364837c3fb759be07bac3f8b022b3e1261a7d850fc33bb917d7bb8fe314ea4c39dec6286d882f1c7f00
 SHA512 
c7d31ab6b2863c14fe7e11df4e805ca0ecd1f6e6b5e7d5ec73939500c5125faeec213b4df25f23a5f152345027926356b7df47efcfa60ff0f9e5b825119f0e51
+DIST thunderbird-78.8.1-af.xpi 548350 BLAKE2B 
5f500ac162f5dcf34abc7ae79fc2734856482b8f1265d746367ec3ec78077b0beaae65fb2da770ca4a5076f954919d6e5c632e3fda8059223135a47b08480044
 SHA512 
e5c4a6894d8bf7e32f884efb8d96dc100962632ea9175febf1cb5d456c5d8439d8919b1dc3fdd970fd221a88f57893acf655ad64040014953fd670cebd974216
+DIST thunderbird-78.8.1-ar.xpi 648604 BLAKE2B 
591792bf93b16f79e79e2fdb726ade85ded8c2166068194a15bd29a8cb673a908a846ffba9dd43e57a37d1d8d6c2eec83177ab416ffe6d00e46cefbd426d336b
 SHA512 
5f77f0789a4bfed84604372f77a7907c5ec2b7ad1e09c6be3ec2caaa9616270b4316e7df73becaf08fd458dd730a077d5a004af6b44e5d6aac516ee2b5d70323
+DIST thunderbird-78.8.1-ast.xpi 561260 BLAKE2B 
31441d0d894cc4d593a52e7688c19f377e787aef0815a35c2044cd55ddc6582e4f526176fa63da5f4ebf70a3b5465b0ddc5f16de92d9578e2e9bfc053f2ed29c
 SHA512 
ab1ecede6ac20ec7ee75a9c644d2bda0f694fa85780b51f3ae8295e3c8dde2b4cb92260230d658bc0f41e5b810b768c679eb5e6b94cedd492eb86611363c08cc
+DIST thunderbird-78.8.1-be.xpi 70 BLAKE2B 
8f43fae8ba987674682772d3401b7a8d4e4cf18cc6aa46de1a71513c31e87c47449c0293ae3c00cf1db32205c3ea3b6baf4eb19d226867127b131fa453d5965c
 SHA512 
a99d0b907674714dc00a5e993ff67ce46903e0b5f3a116da14295097ad18c8b042394485359ac5eb71aa692537b7c952709cb56c4f0d0d832e6f9fb6c46471e2
+DIST thunderbird-78.8.1-bg.xpi 672425 BLAKE2B 
fa994f69e5b012d03f63f82470a888fe140cf62c03071efeef53d96e51d9a06af0ff3cb26d4b4cda7b608b7cc9fd9fc138f78040d79112339c7a18245af071cc
 SHA512 
a6a6b5811a9155ae7bb173de2acacd4185221b3a1780a00f528df892593e680b9e962bd711120bfe6786ad9b7964fdad2df7222c896f09580259295d76c51a69
+DIST thunderbird-78.8.1-br.xpi 604526 BLAKE2B 
caed4bcc95aef06b0f3fe0226b8b14c7d9053ba55d5750c359c44716c4b45dceb8d33e51a3c63f769eae0b3478c45e67526bb6361d2831a6e76bf27995347067
 SHA512 
44f1e9ccd1857809ca485b1c75a340efc5524b1dbbe6dc072de0103125475f8777bfb605d42afaf2a0b89d345409c01316d846b3acc89b36c10ef44eab9b2883
+DIST thunderbird-78.8.1-ca.xpi 620449 BLAKE2B 
d8c12bb0f4451135ffafda658ef7e8c1e889e06021b45bbebad1a2bf7dd112a3676d9e46aef26762b25c4a13413d05843e8c3781813ca1053b2ab17b61e33ed0
 SHA512 
14f1ab8b6117f077f86f22c4ce57159849342db02eca271044d7658962980a670e22435cace796ada45fdbf61921796f804afe88084eae21c82b8cb09784cbbf
+DIST thunderbird-78.8.1-cak.xpi 635653 BLAKE2B 
acf27e372940263c2b06afc51cfd9e9060d5d3b7b6494a249c54b30a8fc5284b9fd7a5f9c787afcf904e6abf63e2f565f1f183e5b343d35f31c2a4212ef1c548
 SHA512 
1e02d5f4282b015b3090c8954066872fbf1456c820126389fb5f62dca545c12895c1a383857fa3b2d48dbe45691a10fb17da4caf7c224d8a28240bdc1f490e5c
+DIST thunderbird-78.8.1-cs.xpi 635347 BLAKE2B 
be52108c3a6e8a94533d5428c67407793b98b62c2258be560332be033a0a11f51f16569e70720da3d0ccfba33f255c78629bc1e741e7498e97c5a8bd68182527
 SHA512 
a63e5aaba15350978f9da72885a2b1e817a0934fc3f3aa87b2cb7125601befa703770dce2c870580992515992fbe80d3655bda90a3ea073c1d7658fcede783ec
+DIST thunderbird-78.8.1-cy.xpi 646246 BLAKE2B 
1f01125a73186320663ee3b8eae3a2a17697c0ef08bdbf2a7d8ad168c54d72040e1e8afedf63229e06593814d76ae3d612ab24517c93d9fec92acef91e339dfb
 SHA512 

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

2021-03-08 Thread Andreas Sturmlechner
commit: 14bf556cbed7926a764bb007a67b74eb97de4cce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 22:48:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 22:48:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bf556c

dev-libs/udis86: 1.7.2-r1 ppc stable

Tested-by: ernsteiswuerfel  mailbox.org>
Bug: https://bugs.gentoo.org/768576
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/udis86/udis86-1.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/udis86/udis86-1.7.2-r1.ebuild 
b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
index 8a158bc2c33..96e64a56ebf 100644
--- a/dev-libs/udis86/udis86-1.7.2-r1.ebuild
+++ b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/code-server-bin/

2021-03-08 Thread Maciej Barć
commit: a3f343fa0395f8b9628bcc7ec19222eea4194d45
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Mar  8 18:30:57 2021 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Mon Mar  8 18:30:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3f343fa

www-apps/code-server-bin: bump to 3.9.1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 www-apps/code-server-bin/Manifest  |  2 +
 .../code-server-bin/code-server-bin-3.9.1.ebuild   | 90 ++
 2 files changed, 92 insertions(+)

diff --git a/www-apps/code-server-bin/Manifest 
b/www-apps/code-server-bin/Manifest
index 95b20ea4..01229225 100644
--- a/www-apps/code-server-bin/Manifest
+++ b/www-apps/code-server-bin/Manifest
@@ -2,3 +2,5 @@ DIST code-server-3.8.1-linux-amd64.tar.gz 78975468 BLAKE2B 
d4f6424108b0cd4cb46ba
 DIST code-server-3.8.1-linux-arm64.tar.gz 78056961 BLAKE2B 
0311b5a07d6047f8ff795a0001f04ad824a940e79d87b23d58cc0fa27d04e1653f33a19016406ffcabbd3dabe4df512ee27ad58b7b6dc341517cd7e6845540b7
 SHA512 
a08308531ff8665f3b83dd6f37a9d668aa73b08ae7652193dc8e842c76982864701989b1713246e3d64a87b0b942a1b426da0170841da17d6ca6782a78850111
 DIST code-server-3.9.0-linux-amd64.tar.gz 79632197 BLAKE2B 
cc0aa63cbeb5ff4d5a524c44554f72cdb4e0a8c48d6be8ac0942736994481fed3a5d30970091f1790b47edbae8e91a4c5ce50055761654f4129c583b0b930ea4
 SHA512 
46f9e24bdaef075f06ab487ada24910a6fdd7b68a23beddefd049ae4735e8cb16a6bccd014ac7227fe70df95aaf83e1e7a271a01c5b1efa0677f872c7484322e
 DIST code-server-3.9.0-linux-arm64.tar.gz 78939000 BLAKE2B 
fef14756b2d55cad2899dad7ec7332f753e18134f92c199f3e4d403880577c85a7772bdd56f71a0e8c3c38541e44a618fa9926b428a90f39f06c80ee6a5c4720
 SHA512 
e3f06076f70ceddd5a350e384c5fe1a8b23845a0ab6c6469ffabc2fe781cefd0bdbda6426196bee4e7cd6a2902b780b22aaae69fe25cf49b8e98374515ae055c
+DIST code-server-3.9.1-linux-amd64.tar.gz 69783057 BLAKE2B 
0008d5967cb9b58129e4ab21e1fa0c10f72611652f50991ff6657870a5e6c315872c05f6612d108454b5ca4dd5c9848470ff34846f06181ff1b6ac98a05496e3
 SHA512 
66a38c12b4a0c2494195f8e233942c49be23b3586140e901ff50cd6b507a092ca39a09b77fed3723710ea4099b6489f8d23b3a680b028e4bf920095bf314aa1d
+DIST code-server-3.9.1-linux-arm64.tar.gz 69101049 BLAKE2B 
57f1b32f8b4385bb7c749d701ded90a7cb82ab1f6ceb052e589720221bd41a2620a63c9f88517de9962771c858d6aca12273c3e70fad56e3b247e2c5f6178375
 SHA512 
1e5629ec3f7ffe9279d89099ae5c111358e41e481eb2df659e45a7ad4b6c340ed5b59b9f818df8857cdfe2b4c2d509d193c6c5f1f15217e6b8aaa5b21a7af1f9

diff --git a/www-apps/code-server-bin/code-server-bin-3.9.1.ebuild 
b/www-apps/code-server-bin/code-server-bin-3.9.1.ebuild
new file mode 100644
index ..543e268b
--- /dev/null
+++ b/www-apps/code-server-bin/code-server-bin-3.9.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+MY_P="${MY_PN}-${PV}"
+BASE_URI="https://github.com/cdr/${MY_PN}/releases/download/v${PV}/${MY_P}-linux;
+
+inherit systemd
+
+DESCRIPTION="VS Code in the browser (binary version with unbundled node and 
ripgrep)"
+HOMEPAGE="https://coder.com/;
+SRC_URI="
+   amd64? ( ${BASE_URI}-amd64.tar.gz )
+   arm64? ( ${BASE_URI}-arm64.tar.gz )
+"
+
+RESTRICT="test"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+IUSE="gnome-keyring"
+
+# In case we ever make a non-"-binary" pkg
+DEPEND="
+   !www-apps/code-server
+"
+RDEPEND="
+   ${DEPEND}
+   >=net-libs/nodejs-12.16.1:0/12[ssl]
+   sys-apps/ripgrep
+   gnome-keyring? (
+   app-crypt/libsecret
+   )
+"
+
+S="${WORKDIR}/${MY_P}-linux-${ARCH}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-node.patch"
+)
+
+DOCS=( README.md ThirdPartyNotices.txt )
+
+src_prepare() {
+   default
+
+   # We remove as much precompiled code as we can,
+   # node modules not written in JS cannot be removed
+   # thus "-bin".
+
+   # use system node
+   rm ./node ./lib/node \
+   || die "failed to remove bundled nodejs"
+
+   # remove bundled ripgrep binary
+   rm ./lib/vscode/node_modules/vscode-ripgrep/bin/rg \
+   || die "failed to remove bundled ripgrep"
+
+   # not needed
+   rm ./code-server || die
+   rm ./postinstall.sh || die
+
+   # already in /usr/portage/licenses/MIT
+   rm ./LICENSE.txt || die
+
+   if ! use gnome-keyring; then
+   rm -r ./lib/vscode/node_modules/keytar \
+   || die "failed to remove bundled keytar"
+   fi
+}
+
+src_install() {
+   einstalldocs
+
+   insinto "/usr/lib/${MY_PN}"
+   doins -r .
+   fperms +x "${EPREFIX}/usr/lib/${MY_PN}/bin/${MY_PN}"
+   dosym "${EPREFIX}/usr/lib/${MY_PN}/bin/${MY_PN}" 
"${EPREFIX}/usr/bin/${MY_PN}"
+
+   dosym "${EPREFIX}/usr/bin/rg" 
"${EPREFIX}/usr/lib/${MY_PN}/lib/vscode/node_modules/vscode-ripgrep/bin/rg"
+
+   systemd_dounit 

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

2021-03-08 Thread Mike Gilbert
commit: 6e4f0c0765f07696ed3b10be96a54a4a6810ac46
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar  8 19:35:45 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar  8 22:29:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4f0c07

tmpfiles.eclass: introduce TMPFILES_OPTIONAL variable

This allows the automatic dependency on virtual/tmpfiles to be disabled.

Bug: https://bugs.gentoo.org/774855
Signed-off-by: Mike Gilbert  gentoo.org>
Acked-by: David Seifert  gentoo.org>

 eclass/tmpfiles.eclass | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index 360c5e3b816..63234382164 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -60,7 +60,15 @@ case "${EAPI}" in
 *) die "API is undefined for EAPI ${EAPI}" ;;
 esac
 
-RDEPEND="virtual/tmpfiles"
+# @ECLASS-VARIABLE: TMPFILES_OPTIONAL
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# When not empty, disables the dependency on virtual/tmpfiles.
+# Ebuilds that call tmpfiles_process conditionally should declare a
+# conditional dependency themselves.
+if [[ -z ${TMPFILES_OPTIONAL} ]]; then
+   RDEPEND="virtual/tmpfiles"
+fi
 
 # @FUNCTION: dotmpfiles
 # @USAGE:  ...



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

2021-03-08 Thread Matt Turner
commit: 04682749b9f16322e9ce61e918db5114bd0ff494
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  8 22:21:09 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  8 22:26:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04682749

media-libs/waffle: Version bump to 1.7.0

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

 media-libs/waffle/Manifest| 1 +
 media-libs/waffle/{waffle-.ebuild => waffle-1.7.0.ebuild} | 2 +-
 media-libs/waffle/waffle-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/waffle/Manifest b/media-libs/waffle/Manifest
index c5a09e0f9ba..648aa7b92f7 100644
--- a/media-libs/waffle/Manifest
+++ b/media-libs/waffle/Manifest
@@ -1,2 +1,3 @@
 DIST waffle-1.6.1.tar.xz 227152 BLAKE2B 
360782636809fa3716589e5c3f2d365ce2a916f3da4dde7ec271ce7e142f94160388f9ae12f1ef0ea79890f45eba9d6ef536e12861ee44cbd88282e3c4f01f52
 SHA512 
1d5839d517d1067efea163ffd76c05f32f30c3ef0f42dfa1b3a9830d4377829cce368d28889ec5a3be639a5e81db2fb4833d98eafc5ffa5e27578ff11977258f
 DIST waffle-v1.6.2.tar.bz2 259740 BLAKE2B 
62708dcda7800d2728ea708f88af5e9c3ff5bbeeef653d064c457ebf86620f67d8dfcd934425810ffb66a452814337e3ed13b6f3e8a4d420363a0b66ceeaf2cf
 SHA512 
2b1e153277366731cb5cb3790c6ae1b884efa8e5e0d5a9499a218f1a902370a066e3253f9922297314943aa751596f70a33faff10c2e480ccc1ceace93ccecbf
+DIST waffle-v1.7.0.tar.bz2 302120 BLAKE2B 
8ebfc78182ff86447d88d92edd6452dae28c1515de5f9639c402203bfb5a135bc493040941420161690a4812a202552266bceb89eee948d0c7aeae55d5b8d3d5
 SHA512 
ee7b8419e309387fa6d610174ba5a97525cef41c9600772b902eddfc4570e940437596d7fb50ee9dc2f5945e723236b61463975d2b9cc0faa150696d24c2

diff --git a/media-libs/waffle/waffle-.ebuild 
b/media-libs/waffle/waffle-1.7.0.ebuild
similarity index 97%
copy from media-libs/waffle/waffle-.ebuild
copy to media-libs/waffle/waffle-1.7.0.ebuild
index 43899a8515c..a3d7588a87d 100644
--- a/media-libs/waffle/waffle-.ebuild
+++ b/media-libs/waffle/waffle-1.7.0.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

diff --git a/media-libs/waffle/waffle-.ebuild 
b/media-libs/waffle/waffle-.ebuild
index 43899a8515c..a3d7588a87d 100644
--- a/media-libs/waffle/waffle-.ebuild
+++ b/media-libs/waffle/waffle-.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



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

2021-03-08 Thread Michał Górny
commit: b5f5cfbf161f923eeb845d48d8df7a23786aea30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 21:40:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 21:40:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f5cfbf

dev-python/boto3: Bump to 1.17.23

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.17.23.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 19431def854..aa659af46a3 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -6,4 +6,5 @@ DIST boto3-1.17.19.tar.gz 348163 BLAKE2B 
47b3f24dd7af7362fb37fb66bb333ac7a607b3d
 DIST boto3-1.17.20.tar.gz 348258 BLAKE2B 
b26a72e3861c8e45a11f4d8da3733cbdefe5e2b4a9328feac2e87a03c92e32efa0f896a60cc1a7e286ad3c93bfc07c1fd92612fed716607f7a408a837ec5954a
 SHA512 
430d796ca12cf6497e70afcde7be5ab77910728bc0cc6cce74ceefc232d93e592d71864c33f403f75a8fb1bf67e7da9435e0f563d8d83b75d315c6ed50f779f1
 DIST boto3-1.17.21.tar.gz 348371 BLAKE2B 
97799d4013e8ace6ebdfbb471c51743112e0d103fa1e13b947989c8da5b6517a2a6c088807519c735f5eb80ea1cedef3aae7aea5b2bd7b337af0ddc6744d91d9
 SHA512 
092e84c0e15a686634ae247295b5e525da605c9845950094525746df07e59082f36e90be66cb7726f6bc0ce4ac918aeb7e8f8efced98c1a002b8775d5ea68a04
 DIST boto3-1.17.22.tar.gz 348457 BLAKE2B 
952650e5ebd51fe8f83ab9eeb0b9d76438865205cae75ff52fcb51aef38f2a3b61a0838dc7dbecac13f71774619a55b944bf8afc5894c93016c37b283e19cab0
 SHA512 
02a0e9f7723d61b5d21cc503f5dd3001aeb9433b989688728d5475e40852e84dfb0de6757f38c78b40b47d81321236aaf535aaa0b763deac8df9e4c1213c87b4
+DIST boto3-1.17.23.tar.gz 348518 BLAKE2B 
53e918cbb39f4cc1a5fc9303817efe7fade551c0c6ff80ef4093871fe1c99a4e01bb9dbdf5815c4b46803a327878454971a88a8fa12053009a61afefacfe9b84
 SHA512 
f4e9ccfe4d7da3bec049f415e5236e00c701335b3eec842c2e6955e43b4b1ede834b116b6299f43c3cd6eae3d2496ffb58017b64730a3bc8c1913d603c9eadf9
 DIST boto3-1.17.7.tar.gz 346682 BLAKE2B 
08c06dda1d59b4f555cad075673917b38cbf9ad8d0037f66027b17076e60b4d5fd32a93e088635320ebc3226a9cd8809c9208ec84f8588c26a77766b21dbee98
 SHA512 
2ba1817575c4a64c232c84a75a9d3b0db1de8634ded9aa31844930a82ccf4611805c6dd31b2e4d36cc9a2cc1813d233b4d7366305eaf28efd46a3b843d3c2993

diff --git a/dev-python/boto3/boto3-1.17.23.ebuild 
b/dev-python/boto3/boto3-1.17.23.ebuild
new file mode 100644
index 000..74b9170a911
--- /dev/null
+++ b/dev-python/boto3/boto3-1.17.23.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2021-03-08 Thread Michał Górny
commit: dfe26277ee7441d00d88da14691cfc48db85ac8a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 21:39:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 21:39:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe26277

dev-python/botocore: Bump to 1.20.23

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.20.23.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 5a4cb10acb6..ed33ca4548d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -6,4 +6,5 @@ DIST botocore-1.20.19.tar.gz 7479977 BLAKE2B 
4193cb9975dcde134450968ffcf4cc07b7a
 DIST botocore-1.20.20.tar.gz 7484162 BLAKE2B 
c9b14936ca8d59070cc99ec56fb7124c2c162f8b3473e3049f57218e41df8bc0bf20172bd65067d504e6317c917573e16d456169564d93dd969e69e87944fdb3
 SHA512 
aff520c93bea5b600d1c0decd20d49208b2dbf7113f435a633b4b4c68dd0dc46f04079c4e38132d03e5f9aed7a124bcdaaae55ed0126c002acd30954e9609352
 DIST botocore-1.20.21.tar.gz 7489798 BLAKE2B 
edaea4e14515e5ce5d1a84dcc466f9cc2720f6cf996d61b1ee9fbdb4164849fd3f22fb7321e007b02b7348e6134a20623be4768875de7f7f811e7ea4591197cf
 SHA512 
41086b8f8dac26db5ffdc8d60969f5c2accc756535323d645e44456bdf6af71929211e31e3d73b6fb3ec0367752f8646dbbed2abc0f147b4b34ad462ecd86c48
 DIST botocore-1.20.22.tar.gz 7499474 BLAKE2B 
14394f8de4de39d8073548409f08615452a1d3059a13287549e16ab8815dbf1ac975e0c116ebcbe7acb86055df29ca8d9f2e251f56386ed3cf15922eee9e5f1f
 SHA512 
1c67de2456d5933a67966b0497492acec2954a2a397c856f54d06aa642ee286b8975a52d0df6b2b814bc817ae129b9965b0d5ba6711c75585b0e2127bcde823f
+DIST botocore-1.20.23.tar.gz 7499542 BLAKE2B 
abcc28ec69d30ddff06ac2e2f3e2c0dcd7311c6a4ba676c9d11059fa5f66de3cebf93b37b88da6204f74ce77e3dbf9da6829be7f9f0c62abb14310a6a2863c34
 SHA512 
d44d5619ffb288c99f9c5638ab84466a5776df986525a258349264697fd85842b25f67b177fb5a5cf87a5aade81fbbc87b731d4e7a8ff9156cfe12814fc915ec
 DIST botocore-1.20.7.tar.gz 7458254 BLAKE2B 
8b9a1edda73e2564d3a3d67c6b3542d1ec9372403cb4d88396e58dfbcb5987821f278f2757e079e1ab32e03243ed3a6d1023ecc591b965512b3af5e2d43ea7b0
 SHA512 
9b023a31be866a50b94017a28aca40b5fe2e720959c928a3fd93db96041f3886049717f50461222a09572c0c56c5961a4614b80e400e4fa6d8b3ff4b4ab681df

diff --git a/dev-python/botocore/botocore-1.20.23.ebuild 
b/dev-python/botocore/botocore-1.20.23.ebuild
new file mode 100644
index 000..4e5d698e619
--- /dev/null
+++ b/dev-python/botocore/botocore-1.20.23.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-03-08 Thread William Hubbs
commit: 87de2b509508b416e3df3c33e97b3f50b66a782e
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar  8 21:23:38 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar  8 21:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87de2b50

app-emulation/docker: remove old 20.10.3 ebuilds

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

 app-emulation/docker/docker-20.10.3-r1.ebuild | 294 --
 app-emulation/docker/docker-20.10.3.ebuild| 293 -
 2 files changed, 587 deletions(-)

diff --git a/app-emulation/docker/docker-20.10.3-r1.ebuild 
b/app-emulation/docker/docker-20.10.3-r1.ebuild
deleted file mode 100644
index c3fe4b2a9be..000
--- a/app-emulation/docker/docker-20.10.3-r1.ebuild
+++ /dev/null
@@ -1,294 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-EGO_PN=github.com/docker/docker
-GIT_COMMIT=46229ca1d8
-inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://www.docker.com/;
-MY_PV=${PV/_/-}
-SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened overlay 
seccomp"
-
-DEPEND="
-   acct-group/docker
-   >=dev-db/sqlite-3.7.9:3
-   apparmor? ( sys-libs/libapparmor )
-   btrfs? ( >=sys-fs/btrfs-progs-3.16.1 )
-   device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-"
-
-# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
-# https://github.com/moby/moby/tree/master//hack/dockerfile/install
-# make sure containerd, docker-proxy, runc and tini pinned to exact versions 
from ^,
-# for appropriate branchch/version of course
-RDEPEND="
-   ${DEPEND}
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-   dev-libs/libltdl
-   
~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
-   ~app-emulation/runc-1.0.0_rc92[apparmor?,seccomp?]
-   ~app-emulation/docker-proxy-0.8.0_p20201215
-   cli? ( app-emulation/docker-cli )
-   container-init? ( >=sys-process/tini-0.19.0[static] )
-"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-BDEPEND="
-   >=dev-lang/go-1.13.12
-   dev-go/go-md2man
-   virtual/pkgconfig
-"
-
-RESTRICT="installsources strip"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-# see "contrib/check-config.sh" from upstream's sources
-CONFIG_CHECK="
-   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
-   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
-   ~KEYS
-   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
-   ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE ~NETFILTER_XT_MARK
-   ~NETFILTER_NETLINK ~NETFILTER_XT_MATCH_ADDRTYPE 
~NETFILTER_XT_MATCH_CONNTRACK ~NETFILTER_XT_MATCH_IPVS
-   ~IP_NF_NAT ~NF_NAT
-   ~POSIX_MQUEUE
-
-   ~USER_NS
-   ~SECCOMP
-   ~CGROUP_PIDS
-   ~MEMCG_SWAP
-
-   ~BLK_CGROUP ~BLK_DEV_THROTTLING
-   ~CGROUP_PERF
-   ~CGROUP_HUGETLB
-   ~NET_CLS_CGROUP
-   ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED
-   ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR
-
-   ~VXLAN
-   ~CRYPTO ~CRYPTO_AEAD ~CRYPTO_GCM ~CRYPTO_SEQIV ~CRYPTO_GHASH ~XFRM_ALGO 
~XFRM_USER
-   ~IPVLAN
-   ~MACVLAN ~DUMMY
-
-   ~OVERLAY_FS ~!OVERLAY_FS_REDIRECT_DIR
-   ~EXT4_FS_SECURITY
-   ~EXT4_FS_POSIX_ACL
-"
-
-ERROR_KEYS="CONFIG_KEYS: is mandatory"
-ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap 
usage of containers"
-ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container 
statistics gathering"
-
-ERROR_BLK_CGROUP="CONFIG_BLK_CGROUP: is optional for container statistics 
gathering"
-ERROR_IOSCHED_CFQ="CONFIG_IOSCHED_CFQ: is optional for container statistics 
gathering"
-ERROR_CGROUP_PERF="CONFIG_CGROUP_PERF: is optional for container statistics 
gathering"
-ERROR_CFS_BANDWIDTH="CONFIG_CFS_BANDWIDTH: is optional for container 
statistics gathering"
-ERROR_XFRM_ALGO="CONFIG_XFRM_ALGO: is optional for secure networks"
-ERROR_XFRM_USER="CONFIG_XFRM_USER: is optional for secure networks"
-
-pkg_setup() {
-   if kernel_is lt 3 10; then
-   ewarn ""
-   ewarn "Using Docker with kernels older than 3.10 is unstable 
and unsupported."
-   ewarn " - 
http://docs.docker.com/engine/installation/binaries/#check-kernel-dependencies;
-   fi
-
-   if kernel_is le 3 18; then
-  

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

2021-03-08 Thread William Hubbs
commit: bced2aee7501b2ef55c7711bf5fd56b4aba74b5b
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar  8 21:17:28 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar  8 21:18:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bced2aee

app-emulation/docker: unpin containerd dependency for 20.10.3-r2

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

 app-emulation/docker/docker-20.10.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker/docker-20.10.3-r2.ebuild 
b/app-emulation/docker/docker-20.10.3-r2.ebuild
index 3d9e91ee00e..9af60440140 100644
--- a/app-emulation/docker/docker-20.10.3-r2.ebuild
+++ b/app-emulation/docker/docker-20.10.3-r2.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
>=dev-vcs/git-1.7
>=app-arch/xz-utils-4.9
dev-libs/libltdl
-   
~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
+   
>=app-emulation/containerd-1.4.1[apparmor?,btrfs?,device-mapper?,seccomp?]
~app-emulation/docker-proxy-0.8.0_p20201215
cli? ( app-emulation/docker-cli )
container-init? ( >=sys-process/tini-0.19.0[static] )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtsm/files/, dev-libs/libtsm/

2021-03-08 Thread Andreas Sturmlechner
commit: a4272f2fc7d7698c08a21d0ef08636535a3a481c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 16:33:22 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4272f2f

dev-libs/libtsm: EAPI-7 bump, switch to cmake.eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch | 15 +++
 dev-libs/libtsm/libtsm-4.0.1.ebuild|  9 +
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch 
b/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch
new file mode 100644
index 000..eae34cf1aca
--- /dev/null
+++ b/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt   2018-10-09 19:40:23.0 +0200
 b/CMakeLists.txt   2021-03-06 17:37:02.596380373 +0100
+@@ -24,12 +24,6 @@
+ # For feature_summary
+ include(FeatureSummary)
+ 
+-# Extra build types
+-if(NOT CMAKE_BUILD_TYPE)
+-set(CMAKE_BUILD_TYPE "Debug")
+-endif()
+-include(cmake/BuildTypes.cmake)
+-
+ 
#---
+ # Options
+ 
#---

diff --git a/dev-libs/libtsm/libtsm-4.0.1.ebuild 
b/dev-libs/libtsm/libtsm-4.0.1.ebuild
index f8bc7744f35..29e150fe9c6 100644
--- a/dev-libs/libtsm/libtsm-4.0.1.ebuild
+++ b/dev-libs/libtsm/libtsm-4.0.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-CMAKE_BUILD_TYPE=Release
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Terminal Emulator State Machine"
 HOMEPAGE="https://github.com/Aetf/libtsm;
@@ -14,3 +13,5 @@ LICENSE="LGPL-2.1 MIT"
 SLOT="0/4"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )



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

2021-03-08 Thread Andreas Sturmlechner
commit: 7c3aba0acd8c4f31d3abe5706859c01f242ab0e9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 16:10:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3aba0a

dev-libs/vc: Drop 1.3.0 and 1.3.3

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/vc/Manifest| 30 --
 dev-libs/vc/vc-1.3.0.ebuild | 40 
 dev-libs/vc/vc-1.3.3.ebuild | 40 
 3 files changed, 110 deletions(-)

diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest
index 595155e21a7..0228bbdc88f 100644
--- a/dev-libs/vc/Manifest
+++ b/dev-libs/vc/Manifest
@@ -1,31 +1 @@
-DIST vc-1.3.0-reference-acos-dp.dat 240 BLAKE2B 
943af6c183f9812ea1b8f8eb875f5052485647614bbe28d33d042c54648b36d42a8dd3557ea4562791b4d51fba6c4e28f7eddbd57d11d353d37989bb81b63806
 SHA512 
f64357c8dd5000a3e8d48af4d3dff167d0b2f6f5c90d90949fe1ee7b00668211cfef959c44775f37a2982acbba259895af6e262ef8e77d7570b6f9a2520d415b
-DIST vc-1.3.0-reference-acos-sp.dat 120 BLAKE2B 
66042438fe17229e4ac54503df2a94c01713945c9b3c3aed76fbaa9c3969b8ad95756526fd5981b5e1dd016ce0103a7130c53c5ecc1b71514e65ba50c9d35543
 SHA512 
8a1077735acf06c9a70874bdf202f952855f04e8aea1b75d21b43cd098d6c26af691ecb3ff345cd26bf3ac8e46263c26ba465f8c39903908b3e72cb356802f8b
-DIST vc-1.3.0-reference-asin-dp.dat 240 BLAKE2B 
4a992c3d35eecedf5d9c7ab31c9f553319cf262673584f65023f4b0bfa23c521e1ad0eaabc4e47ac1d8389c5ba55f20dd49aaf7ac21073c2448b31a47d28
 SHA512 
62dc115731978118e45cef0e3c11abbad6b8810a9e480ada6d479ef62413ef9eca0ece1674dcbd9fd0d4cbb50fdb86bcb860f797e17c1cab93a2f756e683d50d
-DIST vc-1.3.0-reference-asin-sp.dat 120 BLAKE2B 
1381b377ccd4b7f2be934c2875ba9657e6ecc11582e9cb07833a4e3edca8758c30404c6c5b740cec2ef04a4cd278d25ef7f346947a7514893b1fc355fc7b1e10
 SHA512 
859622a5b86b2fa6077bfc931afbbff515ec779ecbd54c93e91bb1837b8f8475f7c247f89d90b7847fb3a8a96a95d5c4692ce7863c0a0f9e5d4904039189ea3f
-DIST vc-1.3.0-reference-atan-dp.dat 480 BLAKE2B 
121ca520ecb2619a0a607cf9853bbae091bab1737916c3b2073819a1a5dd4d8b2115878452b0da08811496feae9f36f85e85db1c084ce5050989e4a96ae6a4c1
 SHA512 
20b2ffd707ab3f251d6d8a3ea39cb9436176154962cf60512acaf40aa3ac463cbf8e6149969ce273a9f755a1ecbcd8ac20f57444fdb73bc0ac15c43a73d82513
-DIST vc-1.3.0-reference-atan-sp.dat 240 BLAKE2B 
584f01ccaffd41f9a4a8bca3e09a8e1cc6202fb492d925a4ea0456f366cad230540bc395f0c89b1e2a23fb558fb4c087f19791c6e6c365bdc82466dd71a49a90
 SHA512 
3c137570f882f057ecdf772dfd659b199d4a37d1f098450476abc0ffafb9abe324aaf6155dbd9a0d2b7f9ce3022fe91d8c81a8b6303f7bd1a1c18785ec2e96b3
-DIST vc-1.3.0-reference-ln-dp.dat 240 BLAKE2B 
d172ccdee1671c938510d40797122e56b1dfeb0367ad3ab8ecbb6902111242d7f90ce5b4b034d9476c1d0d69b155eb4367b435c27132a19bbe3864379b67ee43
 SHA512 
279b9221fd56507be580598c8f29bac602494ad230c975e726d49c3cea3264b6b45c385a50be12d94acd7c3b9c0527bb9b1339c380a746a639fd0ae6928fe2c3
-DIST vc-1.3.0-reference-ln-sp.dat 1196328 BLAKE2B 
ae8b2716874ac0f0d3afe93f5ea1ee7d3cc06c7ae09b97c7eb9eb23a4f1e79d1af885bf8c3efae7d448c720bbd2f1b968b8bb9424795ecd0fdc1f67635fcb10f
 SHA512 
5cf13ab4997bdbe08b08bd79c719ad80844bbc451fcd1636e2c93c4a4b015c8f1909549638636b30a289c53b75822114b5aa9c5e40699b3867e23b8024a610e8
-DIST vc-1.3.0-reference-log10-dp.dat 240 BLAKE2B 
08712b3c9a77edb9bc3628ed7006815493db644395819f6b9830be213d3d8675b1b4711acceaf7df0a55afda2756e13224fc35a3480766147eacd2ff98c9c31d
 SHA512 
7086b73d2eeda17ef154b53fdeedf9fa21ac7016837eb9dd5e197d7a61343f1ac4b341fd04e6ef6477adc51391da7874ed7dd03a2b761d231c66611b994410df
-DIST vc-1.3.0-reference-log10-sp.dat 120 BLAKE2B 
123b5872b7c579548665425b6d1488dc0c64ffc2a8b484396cacf042048d88ac3db60cef7d2ca1471c7bc8dcb30707704f7070bb8c3ed50921c15635233001b9
 SHA512 
5d027ec089f9179f4f4544c445693b64c4d4db4b8267c2360511fed52748a904a00c03ee7fbdcac234d3284b9288bd19d8722567cdf7acf21311d7f19fc53f3a
-DIST vc-1.3.0-reference-log2-dp.dat 240 BLAKE2B 
c04785c9c3c9edf2e1a2e96ffd14ff797c17ff65ce2332dad4afc3084be2e1677661d2581d7284dfdefdf12327ab939aeb615f4b498ec313effcb75f5ab2f459
 SHA512 
54692dbf61c2764969cda3f87ba76bcc464f9e513864625ec115b9f06b26e85db4a53775baf4d87f83ae04452d246b4b01d0d3cde733058a07f872b0d0aa8097
-DIST vc-1.3.0-reference-log2-sp.dat 1200200 BLAKE2B 
01a3124c9717187485e0d6d172be29e28d292799c839307394ae8650a2d343c8a61df1ee2b1c45ca7b38aeab60dd3eea505adc255012d0f5034290f714ef287e
 SHA512 
edcc6100a20b1ef6aaf855ccdaff05c89f6f33357749681c577bc22fdc80877f90ddc7c1c8e260b1dd0c639865c8b701d48c7612ef39de2b4fece067f88b2808
-DIST vc-1.3.0-reference-sincos-dp.dat 360 BLAKE2B 
2f3a4d208d8b87c6f84a9f7d6a0920c98735382fcf37cc28efef5199b7e216cae9402a3c631d5a445739d8bafd782bdb80ef205146169e5d10ab9d6dfcff
 SHA512 

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

2021-03-08 Thread Andreas Sturmlechner
commit: 3e846b358185bbaa998e5a7ba7f21d12437c38fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 16:13:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e846b35

dev-libs/vc: Use cmake.eclass, EAPI-7 bump, superfluous src_unpack

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/vc/vc-1.4.1.ebuild | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-libs/vc/vc-1.4.1.ebuild b/dev-libs/vc/vc-1.4.1.ebuild
index 4ad0d2618b6..6961ddd9b52 100644
--- a/dev-libs/vc/vc-1.4.1.ebuild
+++ b/dev-libs/vc/vc-1.4.1.ebuild
@@ -1,19 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="SIMD Vector Class Library for C++"
 HOMEPAGE="https://github.com/VcDevel/Vc;
 SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/Vc-${PV}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-src_unpack() {
-   default_src_unpack
-   S="${WORKDIR}"/Vc-${PV}
-}



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

2021-03-08 Thread Andreas Sturmlechner
commit: 8af81290dfcfbcf231f0bdb0366be5ba233ccf2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:52:52 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af81290

app-text/libnumbertext: Drop 1.0.6

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libnumbertext/Manifest   |  1 -
 app-text/libnumbertext/libnumbertext-1.0.6.ebuild | 24 ---
 2 files changed, 25 deletions(-)

diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest
index c1c1c9bed21..0188c3e9fa4 100644
--- a/app-text/libnumbertext/Manifest
+++ b/app-text/libnumbertext/Manifest
@@ -1,2 +1 @@
-DIST libnumbertext-1.0.6.tar.xz 283416 BLAKE2B 
d02a521db19a21c6036412f902af7227d7442ca25d38e5e35339f74c8ee6e275ed085aeb4c4f07f998bcdc33ac62be84ce6915dd430594dedad1fa0f65b388b6
 SHA512 
0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d
 DIST libnumbertext-1.0.7.tar.xz 289764 BLAKE2B 
dc7a340dd1843ac77088fd31d4343b570bba0bd5758b939ad228d9d31a7f283ce9c11cf8a504e0c14464bfc6962911b7d1c075122d3efaa7014180a57d419248
 SHA512 
7755c713dd9b9b75e486eac7ffbfb418c3bdfefd67ecb149f0e25a339410814bf73296f69a4e009a17f9f21292f0eeafa931aef60596cd3d932dab47278de8c2

diff --git a/app-text/libnumbertext/libnumbertext-1.0.6.ebuild 
b/app-text/libnumbertext/libnumbertext-1.0.6.ebuild
deleted file mode 100644
index a0453adf49f..000
--- a/app-text/libnumbertext/libnumbertext-1.0.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Number to number name and money text conversion libraries"
-HOMEPAGE="https://github.com/Numbertext/libnumbertext;
-SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-src_configure() {
-   econf \
-   --disable-static \
-   --disable-werror
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2021-03-08 Thread Andreas Sturmlechner
commit: a3c9787ab068255c1cbf1336a9dd4f5ad3743a4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:52:31 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c9787a

app-text/libodfgen: Drop 0.1.7

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libodfgen/Manifest   |  1 -
 app-text/libodfgen/libodfgen-0.1.7.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-text/libodfgen/Manifest b/app-text/libodfgen/Manifest
index d058078dd50..065f4991de8 100644
--- a/app-text/libodfgen/Manifest
+++ b/app-text/libodfgen/Manifest
@@ -1,2 +1 @@
-DIST libodfgen-0.1.7.tar.xz 384760 BLAKE2B 
93066e52c0651e3714843764f0d023178cf0ddb52c1185f085c70180f4123cd26d79b9ea2c211a82f2681c42c8795c3f062f081161effa7fe821b64b54b82cd8
 SHA512 
eaf5c6646a9cacf54cb0416b08526f35d18d0618f3f64cf14f4b24537b0285da2786d2f6d6e2c204c8248f900d37287b2c5af79720b0d49452f67b14c86ea36e
 DIST libodfgen-0.1.8.tar.xz 386156 BLAKE2B 
8cc55cd6ad39927ca1fec459cb484362877f0eb0a044d806a93ec573ca2d840fece17fdbb58b0b30869af945fe9ddaa23a88729c1802b2b1321d5551f94a32c5
 SHA512 
e4a15aa7f1db483cdbb9c531bfb234b4794890cc583c70e8aa3374771be8928e7917105d48dab80d1ab6d57e43fa78415097d9b897cb12fb2a609f4647ee99d6

diff --git a/app-text/libodfgen/libodfgen-0.1.7.ebuild 
b/app-text/libodfgen/libodfgen-0.1.7.ebuild
deleted file mode 100644
index 7d98bc7374e..000
--- a/app-text/libodfgen/libodfgen-0.1.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/libodfgen;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
-HOMEPAGE="http://libwpd.sourceforge.net/;
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-
-IUSE="doc"
-
-RDEPEND="dev-libs/librevenge"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2021-03-08 Thread Andreas Sturmlechner
commit: 861b181ae56d8c757df40dbcd8dab9aae06acaac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:37:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:13:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861b181a

dev-libs/xerces-c: Drop 3.2.3-r1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/xerces-c/xerces-c-3.2.3-r1.ebuild | 120 -
 1 file changed, 120 deletions(-)

diff --git a/dev-libs/xerces-c/xerces-c-3.2.3-r1.ebuild 
b/dev-libs/xerces-c/xerces-c-3.2.3-r1.ebuild
deleted file mode 100644
index b6a53f71d1b..000
--- a/dev-libs/xerces-c/xerces-c-3.2.3-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-
-inherit cmake-utils prefix
-
-DESCRIPTION="A validating XML parser written in a portable subset of C++"
-HOMEPAGE="https://xerces.apache.org/xerces-c/;
-
-if [[ ${PV} == * ]] ; then
-   ESVN_REPO_URI="https://svn.apache.org/repos/asf/xerces/c/trunk;
-   inherit subversion
-else
-   SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin elibc_FreeBSD examples iconv 
icu static-libs test threads"
-RESTRICT="!test? ( test )"
-
-RDEPEND="icu? ( dev-libs/icu:0= )
-   curl? ( net-misc/curl )
-   virtual/libiconv"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( dev-lang/perl )"
-
-DOCS=( CREDITS KEYS NOTICE README )
-
-PATCHES=(
-   "${FILESDIR}"/xerces-c-3.2.2-fix-XERCESC-2163.patch
-)
-
-pkg_setup() {
-   export ICUROOT="${EPREFIX}/usr"
-
-   if use iconv && use icu; then
-   ewarn "This package can use iconv or icu for loading messages"
-   ewarn "and transcoding, but not both. ICU takes precedence."
-   fi
-}
-
-src_configure() {
-   # 'cfurl' is only available on OSX and 'socket' isn't supposed to work.
-   # But the docs aren't clear about it, so we would need some testing...
-   local netaccessor
-   if use curl; then
-   netaccessor="curl"
-   elif use elibc_Darwin; then
-   netaccessor="cfurl"
-   else
-   netaccessor="socket"
-   fi
-
-   local msgloader
-   if use icu; then
-   msgloader="icu"
-   elif use iconv; then
-   msgloader="iconv"
-   else
-   msgloader="inmemory"
-   fi
-
-   local transcoder
-   if use icu; then
-   transcoder="icu"
-   elif use elibc_Darwin; then
-   transcoder="macosunicodeconverter"
-   elif use elibc_FreeBSD; then
-   transcoder="iconv"
-   else
-   transcoder="gnuiconv"
-   fi
-   # for interix maybe: transcoder="windows"
-
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-   -Dnetwork-accessor="${netaccessor}"
-   -Dmessage-loader="${msgloader}"
-   -Dtranscoder="${transcoder}"
-   -Dthreads:BOOL="$(usex threads)"
-   -Dsse2:BOOL="$(usex cpu_flags_x86_sse2)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   use doc && cmake-utils_src_compile doc-style createapidocs doc-xml
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-
-   if use examples; then
-   # clean out object files, executables, Makefiles
-   # and the like before installing examples
-   find samples/ \( -type f -executable -o -iname 'runConfigure' 
-o -iname '*.o' \
-   -o -iname '.libs' -o -iname 'Makefile*' \) -exec rm -rf 
'{}' + || die
-   docinto examples
-   dodoc -r samples/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   # To make sure an appropriate NLS msg file is around when using
-   # the iconv msgloader ICU has the messages compiled in.
-   if use iconv && ! use icu; then
-   doenvd "$(prefixify_ro "${FILESDIR}/50xerces-c")"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/ponyprog/, dev-embedded/ponyprog/files/

2021-03-08 Thread Andreas Sturmlechner
commit: ba5919427df1c775617142031cf83e31a0133a9c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:42:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba591942

dev-embedded/ponyprog: Drop 2.07c-r2

Closes: https://bugs.gentoo.org/528844
Closes: https://bugs.gentoo.org/770676
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-embedded/ponyprog/Manifest |  1 -
 .../ponyprog/files/ponyprog-2.07a-gcc43.patch  | 57 
 .../ponyprog/files/ponyprog-2.07c-build.patch  | 45 
 dev-embedded/ponyprog/ponyprog-2.07c-r2.ebuild | 62 --
 4 files changed, 165 deletions(-)

diff --git a/dev-embedded/ponyprog/Manifest b/dev-embedded/ponyprog/Manifest
index 8bc89ddebca..8982475ff20 100644
--- a/dev-embedded/ponyprog/Manifest
+++ b/dev-embedded/ponyprog/Manifest
@@ -1,2 +1 @@
-DIST Pony_Prog2000-2.07c.tar.gz 653300 BLAKE2B 
7b20450dfefb4370fb813b5532e6ba504b6ac8e598a2e46615ba522537e91b7798f6f86fbf93320fc71be5fe756ceef3351304196da191f7e68670f75ab5f865
 SHA512 
33cd14fa8283ce8af8265a48df7d960c7c2779551d0f204f6728a9e1e54204f52ea608c4e6090dc56f7634a02abd9bb960230f75a3a9716b1639708a57c31809
 DIST ponyprog-3.0.0.tar.gz 933166 BLAKE2B 
46eb0a720c91ed187ef06907b28d8b84ecbe4c62a92cabf2b9ff58c553e3f8afc949e523d6b97af0cbf168c545b71e0395e02e5c182714a76bbacce645a1d890
 SHA512 
a1779b28e03f824fb242d6eb063f0e038af26602c26d5392884f69cbbccac8a934660dffa9bec7489aeb2656e35f21e2b097fc6fe011f278046894e180023881

diff --git a/dev-embedded/ponyprog/files/ponyprog-2.07a-gcc43.patch 
b/dev-embedded/ponyprog/files/ponyprog-2.07a-gcc43.patch
deleted file mode 100644
index f93da01d646..000
--- a/dev-embedded/ponyprog/files/ponyprog-2.07a-gcc43.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-http://bugs.gentoo.org/227503
-
 a/v/includex/v/vpsdc.h
-+++ b/v/includex/v/vpsdc.h
-@@ -14,7 +14,9 @@
- 
- #include 
- #include 
--#include 
-+#include 
-+
-+using namespace std;
- 
- class vPostScriptDC : public vDC
-   {
 a/v/includex/v/vpsprntr.h
-+++ b/v/includex/v/vpsprntr.h
-@@ -14,7 +14,7 @@
- 
- #include 
- #include 
--#include 
-+#include 
- 
- #define vPaperLetter 0
- #define vPaperLegal 1
-@@ -31,6 +31,8 @@
- #define vPaperQuarto 12
- #define vPaper10x14 13
- 
-+using namespace std;
-+
- #define vPaperDefault vPaperLetter// Index to default paper
- 
- class vPSPrinter : public vModalDialog
 a/v/srcx/vpsprntr.cxx
-+++ b/v/srcx/vpsprntr.cxx
-@@ -103,7 +103,7 @@ static unsigned char prompt_bits[] = {
- _height = PaperHeights[_paperType];
- _portrait = 1;
- _useColor = 0;
--_pstream = 0;
-+vPSPrinter::_pstream = 0;
- 
- ++_instances; // bump reference counter
-   }
 a/rs232int.cpp
-+++ b/rs232int.cpp
-@@ -145,7 +145,7 @@ int RS232Interface::OpenSerial(int no)
-   snprintf(lockname, MAXPATH, LOCK_DIR "/LCK..ttyS%d", no);
-   UserDebug1(UserApp2, "RS232Interface::OpenSerial() now lock the 
device %s\n", lockname);
- 
--  fd = open ((const char *)lockname,O_RDWR|O_EXCL|O_CREAT);
-+  fd = open ((const char *)lockname,O_RDWR|O_EXCL|O_CREAT,0664);
-   if (fd < 0)
-   {
-   fd = open ((const char *)lockname,O_RDONLY);

diff --git a/dev-embedded/ponyprog/files/ponyprog-2.07c-build.patch 
b/dev-embedded/ponyprog/files/ponyprog-2.07c-build.patch
deleted file mode 100644
index cc29d2f1060..000
--- a/dev-embedded/ponyprog/files/ponyprog-2.07c-build.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Fix parallel make and respect CC, CXX and LDFLAGS
-
-http://bugs.gentoo.org/282244
-http://bugs.gentoo.org/317767
-
 Makefile
-+++ Makefile
-@@ -331,8 +331,8 @@
- 
- prps: $(PRPS)
- 
--$(PROG):  $(OBJS)
--  $(CXX) -o $@ $(OBJS) $(LDFLAGS)
-+$(PROG):  $(OBJS) vlib
-+  $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBDIR) $(LIBS)
- 
- %.o: %.cpp
-   $(CXX) $(CFLAGS) -c $< -o $@
 v/Config.mk
-+++ v/Config.mk
-@@ -40,8 +40,6 @@
- #-
- #CC   =   gcc
- #CXX  =   g++
--CC=   gcc-3.4
--CXX   =   g++-3.4
- 
- #-
- # VPATH for dependencies on header files
-@@ -302,5 +300,3 @@
- #-
- # LINK/LOAD options
- #-
--LDFLAGS   =   $(LIBDIR) $(LIBS)
--
 v/srcx/Makefile
-+++ v/srcx/Makefile
-@@ -142,7 +142,6 @@
-   vprogrsc.h vsliderc.h vtextinc.h vlistc.h vcomboc.h vtextc.h \
-   vcolor.h vpen.h vclabelc.h vspinc.h
- 
--  cd iconed ; $(MAKE) ARCH=$@ ; cd ..
- 
- 
- 

[gentoo-commits] repo/gentoo:master commit in: media-sound/qsynth/files/, media-sound/qsynth/

2021-03-08 Thread Andreas Sturmlechner
commit: 8ef14a2aa9f3ac313384537e65d99dd6a9b3c1af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:49:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef14a2a

media-sound/qsynth: Drop 0.6.3 and 0.9.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/qsynth/Manifest|  2 -
 .../qsynth/files/qsynth-0.4.0-qt5-tagging.patch| 11 ---
 .../files/qsynth-0.9.0-cmake-no-git-version.patch  | 37 --
 media-sound/qsynth/qsynth-0.6.3.ebuild | 69 ---
 media-sound/qsynth/qsynth-0.9.0.ebuild | 79 --
 5 files changed, 198 deletions(-)

diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest
index c24bb02be3e..b7d8b93ebcf 100644
--- a/media-sound/qsynth/Manifest
+++ b/media-sound/qsynth/Manifest
@@ -1,3 +1 @@
-DIST qsynth-0.6.3.tar.gz 382990 BLAKE2B 
37565c86b077602cd681b92aaea20d4aa07db1c4cf51d391562b5226ddde70dad0a3f641f0fcf54f35c6bb1a9e487a779c22237b0c8087666b7a2c1dea8a511e
 SHA512 
7320a355b5fbb347b04b46fdfe86c13ab18b264cff09f2ed133e2b065febac27e58bd709eea284b4d0f98034059647ad6e9b97638fdd75edb1524fd3cf9f07a2
-DIST qsynth-0.9.0.tar.gz 383118 BLAKE2B 
d9464a2f122d7281ff69171c431fff72d05886ec130d20aae8d8f122e1cefd1180b8bcdc157f324c5cdbc7e2c524c82a9cc7f481efc8b69912ce61912e73ed58
 SHA512 
5cc0e099cd05f3639ded81642bde80205c8921b65d22dcb32d40ac874107043edeb672e69d7e4734e0fd37a498be2e5b787f0b8c1707be45e39cfab616fd522c
 DIST qsynth-0.9.1.tar.gz 393897 BLAKE2B 
f63766614d821409cd12e418e36b8dbd739da8e2cd7deae91c2b00dd4f5ba2f447a3ca19c3829de3282e368baa37567333be051641221300d13dd7948d762008
 SHA512 
70bba332b90963d1c1da18fb3de8f05544fed3406c2144b6ed78cf93720cbcb684ff367d7ef4bc80be94ebea060b38753ae0cb183e85f96f127014c08de701b0

diff --git a/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch 
b/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch
deleted file mode 100644
index 6b164924aca..000
--- a/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru qsynth-0.4.0/configure qsynth-0.4.0-modified/configure
 qsynth-0.4.0/configure 2015-09-07 16:59:25.083842955 +0200
-+++ qsynth-0.4.0-modified/configure2016-01-12 15:57:36.673008368 +0100
-@@ -4159,6 +4159,7 @@
- 
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
-+#define QT_NO_VERSION_TAGGING
- #include "QtCore/qglobal.h"
- int
- main ()

diff --git a/media-sound/qsynth/files/qsynth-0.9.0-cmake-no-git-version.patch 
b/media-sound/qsynth/files/qsynth-0.9.0-cmake-no-git-version.patch
deleted file mode 100644
index 11091ba1166..000
--- a/media-sound/qsynth/files/qsynth-0.9.0-cmake-no-git-version.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 7ddf562dfc92174f47e3da95a1e18e5b1af83bfc Mon Sep 17 00:00:00 2001
-From: Christoph Karl 
-Date: Dec 31 2020 15:42:42 +
-Subject: Fix version number in about dialog
-
-

-
-diff -rupN a/CMakeLists.txt b/CMakeLists.txt
 a/CMakeLists.txt 2020-12-31 16:31:19.395906813 +0100
-+++ b/CMakeLists.txt 2020-12-31 16:37:42.293523588 +0100
-@@ -5,25 +5,6 @@ cmake_minimum_required(VERSION 3.1)
- set (VERSION "0.9.0")
- 
- set (CONFIG_VERSION ${VERSION})
--execute_process (
--  COMMAND git describe --tags --dirty --abbrev=6
--  OUTPUT_VARIABLE GIT_DESCRIBE_OUTPUT
--  RESULT_VARIABLE GIT_DESCRIBE_RESULT
--  OUTPUT_STRIP_TRAILING_WHITESPACE)
--if (GIT_DESCRIBE_RESULT EQUAL 0)
--  set (VERSION "${GIT_DESCRIBE_OUTPUT}")
--  string (REGEX REPLACE "^[^0-9]+" "" VERSION "${VERSION}")
--  string (REGEX REPLACE "-g"   "git." VERSION "${VERSION}")
--  string (REGEX REPLACE "[_|-]+"  "." VERSION "${VERSION}")
--  execute_process (
--COMMAND git rev-parse --abbrev-ref HEAD
--OUTPUT_VARIABLE GIT_REVPARSE_OUTPUT
--RESULT_VARIABLE GIT_REVPARSE_RESULT
--OUTPUT_STRIP_TRAILING_WHITESPACE)
--  if (GIT_REVPARSE_RESULT EQUAL 0 AND NOT GIT_REVPARSE_OUTPUT STREQUAL 
"master")
--set (VERSION "${VERSION} [${GIT_REVPARSE_OUTPUT}]")
--  endif ()
--endif ()
- 
- set (PACKAGE_NAME "Qsynth")
- set (PACKAGE_VERSION "${VERSION}")

diff --git a/media-sound/qsynth/qsynth-0.6.3.ebuild 
b/media-sound/qsynth/qsynth-0.6.3.ebuild
deleted file mode 100644
index 2e469dea3b3..000
--- a/media-sound/qsynth/qsynth-0.6.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils xdg-utils
-
-DESCRIPTION="Qt application to control FluidSynth"
-HOMEPAGE="https://qsynth.sourceforge.io/;
-SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+alsa debug jack pulseaudio"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-"
-DEPEND="
-   dev-qt/qtcore:5
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/calligraplan/, app-office/calligraplan/files/

2021-03-08 Thread Andreas Sturmlechner
commit: 3809304593af6433f4ad889503383c2e05bfba75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:40:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38093045

app-office/calligraplan: Drop 3.2.2-r1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/calligraplan/Manifest   |   1 -
 .../calligraplan/calligraplan-3.2.2-r1.ebuild  |  92 
 .../files/calligraplan-3.2.2-no-khtml.patch| 463 -
 .../files/calligraplan-3.2.2-qt-5.15.patch |  33 --
 4 files changed, 589 deletions(-)

diff --git a/app-office/calligraplan/Manifest b/app-office/calligraplan/Manifest
index 213ef3d8027..3ce12fd9cd1 100644
--- a/app-office/calligraplan/Manifest
+++ b/app-office/calligraplan/Manifest
@@ -1,2 +1 @@
-DIST calligraplan-3.2.2.tar.xz 3415816 BLAKE2B 
b02248ac51c4593434f234b574c23c68fe687451c5679985143ddd4845ed3b3eae246dc80ead9158ad98d1896e90ca298df443e9aafc536ee15ee9f2992d
 SHA512 
9d4c32926bc4716d881a6c70ba3e53764cd578b7d31e8fde02d8feb70996e806561149d3f34a75deae7c408ad65f8de93f6afa1b00982bcf15c23db6e6992915
 DIST calligraplan-3.3.0.tar.xz 4500032 BLAKE2B 
48983bcaad5f8bc60a9e689ab9347731eda6c82eae248df50fa3cdf4a2d9c1882a5f44cda503dcb7ba65452da874256ce4ec3ff2348cf0acd65a9b8a83b63aed
 SHA512 
165bb1d846e8ac96789b5123bd8e352ad77a4ae607d7e06008916f7729a457351c35779b43774f73a6a35bf9401626852cb4dd2ccf16cbcfb38d2abce56bd936

diff --git a/app-office/calligraplan/calligraplan-3.2.2-r1.ebuild 
b/app-office/calligraplan/calligraplan-3.2.2-r1.ebuild
deleted file mode 100644
index 275d4ee1d2f..000
--- a/app-office/calligraplan/calligraplan-3.2.2-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Project management application"
-HOMEPAGE="https://calligra.org/plan/;
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-   SRC_URI="mirror://kde/stable/calligra/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities +holidays kwallet X"
-
-# FIXME: Disabled by upstream for good reason
-# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
-# $(add_kdeapps_dep akonadi)
-# $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled:
-# =dev-libs/kproperty-3.0*:5
-# =dev-libs/kreport-3.0*:5
-DEPEND="
-   >=dev-qt/designer-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   dev-lang/perl
-   dev-libs/kdiagram:5
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-   kwallet? (
-   >=app-crypt/qca-2.3.0:2
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   )
-"
-RDEPEND="${DEPEND}
-   !app-office/calligra[calligra_features_plan(-)]
-   >=dev-qt/qtsvg-${QTMIN}:5
-"
-
-RESTRICT+=" test"
-
-PATCHES=(
-   "${FILESDIR}/${P}-qt-5.15.patch" # bug 741710
-   "${FILESDIR}/${P}-no-khtml.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package activities KF5Activities)
-   $(cmake_use_find_package holidays KF5Holidays)
-   $(cmake_use_find_package kwallet Qca-qt5)
-   $(cmake_use_find_package kwallet KF5Wallet)
-   )
-   # Qt5DBus can't be disabled because of KF5DBusAddons dependency
-
-   ecm_src_configure
-}

diff --git a/app-office/calligraplan/files/calligraplan-3.2.2-no-khtml.patch 
b/app-office/calligraplan/files/calligraplan-3.2.2-no-khtml.patch
deleted file mode 100644
index 

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

2021-03-08 Thread Andreas Sturmlechner
commit: 9191a1068f9100cdf32c833e195c3dc04c40da29
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  8 20:51:24 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  8 21:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9191a106

net-misc/dhcpcd-ui: Drop 0.7.7-r1

Closes: https://bugs.gentoo.org/769158
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/dhcpcd-ui/Manifest|  1 -
 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild   | 74 --
 .../dhcpcd-ui/files/dhcpcd-ui-0.7.7-tinfo.patch| 39 
 net-misc/dhcpcd-ui/metadata.xml|  5 --
 4 files changed, 119 deletions(-)

diff --git a/net-misc/dhcpcd-ui/Manifest b/net-misc/dhcpcd-ui/Manifest
index 4c40350edfc..e8b0b7cd46d 100644
--- a/net-misc/dhcpcd-ui/Manifest
+++ b/net-misc/dhcpcd-ui/Manifest
@@ -1,2 +1 @@
-DIST dhcpcd-ui-0.7.7.tar.xz 195648 BLAKE2B 
f382e331326e66d81674579ba018e6f9a6662df9d10fa0cca92808290e5d7621e7861afaa3d9a2c4d05fcc24b619922f8740faeaf4a531701f5d14505636fdf7
 SHA512 
46f66c16986c248740b2dc8ce0edb663fbd35809d2d21f701588c3736cdafb32b04c57ffbc6f8974841499ab46f6a1084d0a761b290e9d02ea3a9fae36a0ff3d
 DIST dhcpcd-ui-0.7.8.tar.xz 135028 BLAKE2B 
f3e79bb00708e2ce2ebb93d917506bb0fb015071b415768c47979d7f2b5e35d6f22bf71a58c43989dedc6561f0a8be738824f06627d2fa0995e335d7ef1925cd
 SHA512 
5f0d2c32c32fc141feca0ab43a531d9b4f45e071a8a1e3ee1923d6394a3e5d6322e6f7e607b91154af4cfee93d649164c7ed3b805731dfc242c3ac367ec156c4

diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild 
b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild
deleted file mode 100644
index 8cd78ad55b5..000
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd xdg
-
-DESCRIPTION="Desktop notification and configuration for dhcpcd"
-HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/;
-SRC_URI="https://roy.marples.name/downloads/${PN%-ui}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gtk gtk2 libnotify ncurses qt5"
-
-REQUIRED_USE="libnotify? ( gtk )
-   qt5? ( !libnotify )"
-
-BDEPEND="
-   virtual/libintl
-"
-DEPEND="
-   gtk? (
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   gtk2? (
-   x11-libs/gtk+:2
-   )
-   !gtk2? (
-   x11-libs/gtk+:3
-   )
-   )
-   libnotify? ( x11-libs/libnotify )
-   ncurses? ( sys-libs/ncurses:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   media-libs/mesa
-   )
-"
-
-RDEPEND="${DEPEND}
-   >=net-misc/dhcpcd-6.4.4"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.7.7-tinfo.patch
-)
-
-src_configure() {
-   local myeconfargs=(
-   --without-qt
-   $(use_enable debug)
-   $(use_enable libnotify notification)
-   $(use_with gtk gtk $(usex gtk2 'gtk+-2.0' 'gtk+-3.0'))
-   $(use_with ncurses curses)
-   $(use_with qt5 qt)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
-   systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.7-tinfo.patch 
b/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.7-tinfo.patch
deleted file mode 100644
index 675b1edad4a..000
--- a/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.7-tinfo.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 988c171aa06bee85e393b28a482c894ccbbf8f58 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Mon, 10 Aug 2020 07:45:34 +0200
-Subject: [PATCH] configure: Fix build against ncurses with separate tinfo lib
-
-Signed-off-by: Lars Wendler 

- configure | 15 +++
- 1 file changed, 15 insertions(+)
-
-diff --git a/configure b/configure
-index ed83221..f77bde5 100755
 a/configure
-+++ b/configure
-@@ -472,6 +472,21 @@ EOF
-   LIB_CURSES=-lcurses
-   fi
-   rm -f _curses.c _curses
-+
-+  #Check for -ltinfo requirement
-+  cat <_curses.c
-+#include 
-+int main(void) {
-+  curs_set(1);
-+  return 0;
-+}
-+EOF
-+  if ! $XCC _curses.c -o _curses -lcurses 2>&3; then
-+  if $XCC _curses.c -o _curses -ltinfo 2>&3; then
-+  LIB_CURSES="$LIB_CURSES -ltinfo"
-+  fi
-+  fi
-+  rm -f _curses.c _curses
- fi
- if [ -n "$LIB_CURSES" ]; then
-   echo "$LIB_CURSES"
--- 
-2.28.0
-

diff --git a/net-misc/dhcpcd-ui/metadata.xml b/net-misc/dhcpcd-ui/metadata.xml
index 84adda2592e..7a38bb90096 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2021-03-08 Thread Rick Farina
commit: ac1386f007e867faf235999075d8ea5c673bca15
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Mar  8 21:13:06 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Mar  8 21:13:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1386f0

net-wireless/kismet: unbundle boost

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

 net-wireless/kismet/kismet-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 56c0fe0667c..61dcb147f3e 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -66,6 +66,7 @@ CDEPEND="
"
 
 DEPEND="${CDEPEND}
+   dev-libs/boost
virtual/pkgconfig
 "
 
@@ -92,6 +93,8 @@ src_prepare() {
 
#sed -i -e 's#root#kismet#g' packaging/systemd/kismet.service.in
 
+   rm -r boost || die
+
# Don't strip and set correct mangrp
sed -i -e 's| -s||g' \
-e 's|@mangrp@|root|g' Makefile.in || die



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

2021-03-08 Thread Alfredo Tupone
commit: c8e0af29d223d9d4e6e66c7d5791c8be33707713
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar  8 21:09:28 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  8 21:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e0af29

package.mask: retire dev-ml/ppx_ast

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b021329c76e..ab4e9e4353c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -121,6 +121,7 @@ dev-ml/ppx_type_conv
 dev-ml/bin-prot
 dev-ml/ppx_driver
 dev-ml/ppx_core
+dev-ml/ppx_ast
 
 # Conrad Kostecki  (2021-03-05)
 # Deprecated by upstream and unsupported due EOL.



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

2021-03-08 Thread Alfredo Tupone
commit: 2207a5cfa2db1cbf933aec43e6b04d61e97b7c94
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar  8 21:07:51 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  8 21:07:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2207a5cf

package.mask: retire dev-ml/ppx_core

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9e4e7cb1da2..b021329c76e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -120,6 +120,7 @@ dev-ml/ppx_traverse
 dev-ml/ppx_type_conv
 dev-ml/bin-prot
 dev-ml/ppx_driver
+dev-ml/ppx_core
 
 # Conrad Kostecki  (2021-03-05)
 # Deprecated by upstream and unsupported due EOL.



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

2021-03-08 Thread Alfredo Tupone
commit: 6dfc4463aa192a4b06b36e7806657d8d3aa6cf59
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar  8 21:05:40 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  8 21:05:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfc4463

dev-ml/ppx_optcomp: drop 0.9.0-r3

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_optcomp/Manifest|  1 -
 dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest
index a27b0ede003..2c8054a9d09 100644
--- a/dev-ml/ppx_optcomp/Manifest
+++ b/dev-ml/ppx_optcomp/Manifest
@@ -1,2 +1 @@
 DIST ppx_optcomp-0.14.0.tar.gz 16583 BLAKE2B 
9b139708e02501245d5440a862324fe0191c9c96772e6599ed474a734263c4d2c0fa08fff666abd2efb218ec03a2b9b47c5ef6480d53a8d0f280550b741ac39a
 SHA512 
e86b108d805500cbd7be628f41436ec8de0e8622d4218631d01bf73b0e70da0a057b8531465206baa9b8851ce9c22c5cd53921fccfae352ee46527d69964dc44
-DIST ppx_optcomp-0.9.0.tar.gz 14611 BLAKE2B 
6fc431fd3ed173835a48814718a05b3ae619f182f4c008415dba77c88bfeab780e6fc49c4faed2ee4e362b6a151544b1a707651dcbfdbfcdce979a2a3d6d6c02
 SHA512 
ce4a5049045458533b783b99b7569e72e074bd425a81315d43fcab26dbc2a4b141cfda2b2365c69b3d0251f2bf0b8c8f0d14fc8883f1a0f4edae824776565a9c

diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild 
b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
deleted file mode 100644
index 698b92bbb14..000
--- a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Optional compilation for OCaml"
-HOMEPAGE="https://github.com/janestreet/ppx_optcomp;
-SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-   dev-ml/ppx_core:=
-   dev-ml/stdio:=
-   dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"



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

2021-03-08 Thread William Hubbs
commit: c3bd00f0a6ff357a8bdcc51c5e9ea1a633f2913a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar  8 20:53:09 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar  8 20:53:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bd00f0

profiles/package.mask: unmask docker 20.10.x (dependencies are fixed)

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 532735d82d0..9e4e7cb1da2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -90,11 +90,6 @@ sci-physics/herwig++
 # Removal in 30 days.
 app-portage/splat
 
-# William Hubbs  (2021-03-07)
-# Dependency issues, need resolution upstream
-=app-emulation/docker-20.10.4
-=app-emulation/docker-20.10.5
-
 # David Seifert  (2021-03-06)
 # Unmaintained, abandoned upstream, tests fail, broken USE=doc, no revdeps
 # in tree. Removal on 2021-04-03.  Bug #623488, #697804, #774447.



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

2021-03-08 Thread William Hubbs
commit: e8a44e967cc1805d87b3f0c4c8ab433f261e
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar  8 20:28:37 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar  8 20:47:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a44e96

app-emulation/docker: adjust dependencies for 20.10.x per upstream

- drop the dependency on runc since this is pulled in by containerd
- set a lower limit for the dependency oncontainerd but do not pin it to
  a specific version.
  For more information, see the below upstream issue.

https://github.com/moby/moby/issues/42117
Signed-off-by: William Hubbs  gentoo.org>

 ...ker-20.10.4.ebuild => docker-20.10.3-r2.ebuild} | 25 +++---
 app-emulation/docker/docker-20.10.4.ebuild |  5 ++---
 app-emulation/docker/docker-20.10.5.ebuild |  5 ++---
 3 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/app-emulation/docker/docker-20.10.4.ebuild 
b/app-emulation/docker/docker-20.10.3-r2.ebuild
similarity index 93%
copy from app-emulation/docker/docker-20.10.4.ebuild
copy to app-emulation/docker/docker-20.10.3-r2.ebuild
index bba2fa9a7eb..3d9e91ee00e 100644
--- a/app-emulation/docker/docker-20.10.4.ebuild
+++ b/app-emulation/docker/docker-20.10.3-r2.ebuild
@@ -28,7 +28,7 @@ DEPEND="
 # 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
 # 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
 # https://github.com/moby/moby/tree/master//hack/dockerfile/install
-# make sure containerd, docker-proxy, runc and tini pinned to exact versions 
from ^,
+# make sure containerd, docker-proxy and tini pinned to exact versions from ^,
 # for appropriate branchch/version of course
 RDEPEND="
${DEPEND}
@@ -38,7 +38,6 @@ RDEPEND="
>=app-arch/xz-utils-4.9
dev-libs/libltdl

~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
-   ~app-emulation/runc-1.0.0_rc93[apparmor?,seccomp?]
~app-emulation/docker-proxy-0.8.0_p20201215
cli? ( app-emulation/docker-cli )
container-init? ( >=sys-process/tini-0.19.0[static] )
@@ -59,7 +58,6 @@ S="${WORKDIR}/${P}/src/${EGO_PN}"
 CONFIG_CHECK="
~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
-   ~CGROUP_NET_PRIO
~KEYS
~VETH ~BRIDGE ~BRIDGE_NETFILTER
~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE ~NETFILTER_XT_MARK
@@ -101,6 +99,27 @@ ERROR_XFRM_ALGO="CONFIG_XFRM_ALGO: is optional for secure 
networks"
 ERROR_XFRM_USER="CONFIG_XFRM_USER: is optional for secure networks"
 
 pkg_setup() {
+   if kernel_is lt 3 10; then
+   ewarn ""
+   ewarn "Using Docker with kernels older than 3.10 is unstable 
and unsupported."
+   ewarn " - 
http://docs.docker.com/engine/installation/binaries/#check-kernel-dependencies;
+   fi
+
+   if kernel_is le 3 18; then
+   CONFIG_CHECK+="
+   ~RESOURCE_COUNTERS
+   "
+   fi
+
+   if kernel_is le 3 13; then
+   CONFIG_CHECK+="
+   ~NETPRIO_CGROUP
+   "
+   else
+   CONFIG_CHECK+="
+   ~CGROUP_NET_PRIO
+   "
+   fi
 
if kernel_is lt 4 5; then
CONFIG_CHECK+="

diff --git a/app-emulation/docker/docker-20.10.4.ebuild 
b/app-emulation/docker/docker-20.10.4.ebuild
index bba2fa9a7eb..ee31e108512 100644
--- a/app-emulation/docker/docker-20.10.4.ebuild
+++ b/app-emulation/docker/docker-20.10.4.ebuild
@@ -28,7 +28,7 @@ DEPEND="
 # 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
 # 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
 # https://github.com/moby/moby/tree/master//hack/dockerfile/install
-# make sure containerd, docker-proxy, runc and tini pinned to exact versions 
from ^,
+# make sure docker-proxy is pinned to exact version from ^,
 # for appropriate branchch/version of course
 RDEPEND="
${DEPEND}
@@ -37,8 +37,7 @@ RDEPEND="
>=dev-vcs/git-1.7
>=app-arch/xz-utils-4.9
dev-libs/libltdl
-   
~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
-   ~app-emulation/runc-1.0.0_rc93[apparmor?,seccomp?]
+   
>=app-emulation/containerd-1.4.1[apparmor?,btrfs?,device-mapper?,seccomp?]
~app-emulation/docker-proxy-0.8.0_p20201215
cli? ( app-emulation/docker-cli )
container-init? ( >=sys-process/tini-0.19.0[static] )

diff --git a/app-emulation/docker/docker-20.10.5.ebuild 
b/app-emulation/docker/docker-20.10.5.ebuild
index 2c037df1422..b444365e4a9 100644
--- a/app-emulation/docker/docker-20.10.5.ebuild
+++ b/app-emulation/docker/docker-20.10.5.ebuild
@@ -28,7 +28,7 @@ DEPEND="
 # 

[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/

2021-03-08 Thread Matt Turner
commit: 0ab853444612837dd9aef367db9e2f25d71fbcb3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  8 20:38:30 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  8 20:40:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab85344

app-shells/autojump: Add Python 3.9 compat

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

 app-shells/autojump/autojump-22.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/autojump/autojump-22.5.3.ebuild 
b/app-shells/autojump/autojump-22.5.3.ebuild
index 5ec6baee3cf..deb81c56b6b 100644
--- a/app-shells/autojump/autojump-22.5.3.ebuild
+++ b/app-shells/autojump/autojump-22.5.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit bash-completion-r1 python-r1 vcs-snapshot prefix
 



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

2021-03-08 Thread Matt Turner
commit: 2b881484623db07e2f0b371f3faf7515cbe51d8a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  8 20:40:18 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  8 20:40:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b881484

app-admin/webapp-config: Add Python 3.9 compat

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

 app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 4 ++--
 app-admin/webapp-config/webapp-config-.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
index 3ef9aa06291..41fa3a45483 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 prefix
 

diff --git a/app-admin/webapp-config/webapp-config-.ebuild 
b/app-admin/webapp-config/webapp-config-.ebuild
index 82ce38d5fbd..37cef6a134c 100644
--- a/app-admin/webapp-config/webapp-config-.ebuild
+++ b/app-admin/webapp-config/webapp-config-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 prefix
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2021-03-08 Thread Ben Kohler
commit: e151146ff1a8dfceed760cecd14f58e0be411f54
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Mar  8 19:55:29 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Mar  8 19:55:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e151146f

net-wireless/unifi: bump to 6.1.65

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/unifi/Manifest|  1 +
 net-wireless/unifi/unifi-6.1.65.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index b74d66c30d2..ac1d8b3a7bb 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,4 +1,5 @@
 DIST unifi-6.0.45.zip 147691229 BLAKE2B 
ad8e34e4934449151b0244bb32e2ce81e2506f228c995e72c2756279ce22f1ce06d44c37f1cfd6156cee0d03066e36d99f98b56d2a1c759ee98ada6569b8309e
 SHA512 
6b2aebf33b6e2114a2b274ce332e2bd88a30406e3a21bc66dc0eddee3ee27ee2e4d3948dea73ff85289cbc2ed0e4f2b646e095091c54120f718b5fb2f0b35943
 DIST unifi-6.1.61.zip 152081465 BLAKE2B 
821af3772db56eb4ae850302c86b91015a64cf61b00f3086b2b438579d229c0d5167beb9bda90bf6e26819dd1b334ec80c17b81c2bced16ea0730ffbcc711824
 SHA512 
a7d9beb789796cebc7a553fcb654c659880c76dc58803044388d6d789b8b4bc193e7a6a3da1bda981e0ea049a8015a70e04ebb2e69371c70f7abb457bebaa54f
 DIST unifi-6.1.64.zip 152150220 BLAKE2B 
bcae2baf9e544bf3ed19e7d71676f46860b592f8e9c0d74507f5c5fb41cb399a5ae47198d06495d1994e7ab94d87c20a7f717511887a69af61d4f930c4980cef
 SHA512 
5a247386667067a3d79983a95f436e84e50db6c60eac13d5214342527507a7c2c427491afedc951c4ea06bbc2eaf417cab4585c2f2959cbaf5d556a5c4a0b16d
+DIST unifi-6.1.65.zip 152156886 BLAKE2B 
9194e2962ee3aa3fc04c37652b41bb03a04dd5c3e7d0ced770d0b7feaf9c0b3d86e84b17347ae8c80a98ad417b9d813f2a961600c49cf5fc29510360baedb4cd
 SHA512 
7c0019f74ff53592f6fd34b2e3198ad1468f3493857b93197f05ab48e90a6d77fe3e59821f3345bcabb31bd64f06c6d7308665a515293f6d9ecd295e9a8b97a0
 DIST unifi-6.1.67.zip 152163973 BLAKE2B 
15f25b525f0b1bec4041d69817fcb7ab346e0b90e2c7ffebf390c45fcd7763be8f95b89f4884ce97fe1ffa024c6e8a34b5b731b4cc79f137d3bcfaed8af3fc1a
 SHA512 
339efa414e2c2189b51fe8e8e868533117a6acb513758babb98f9b90b163a6df7034147ac56bee1e872dbff74fe2813183e02e0a13796f43e621b2c1cdef1a1a

diff --git a/net-wireless/unifi/unifi-6.1.65.ebuild 
b/net-wireless/unifi/unifi-6.1.65.ebuild
new file mode 100644
index 000..c16f5de63d5
--- /dev/null
+++ b/net-wireless/unifi/unifi-6.1.65.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Set this var for any releases except stable
+RC_SUFFIX="-03c0c043b3"
+
+inherit systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com;
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/6.1"
+IUSE="systemd"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:1.8
+"
+
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}/UniFi"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Linux, Mac and Windows
+   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
+   fi
+
+   default
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r bin dl lib webapps
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
+   systemd_dounit "${FILESDIR}"/unifi.service
+
+   newconfd "${FILESDIR}"/unifi.confd unifi
+
+   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
+   doenvd "${T}"/99unifi
+
+   einstalldocs
+}



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

2021-03-08 Thread Mike Pagano
commit: c546555f7b0076278bb5bfd319f5c963e28d2f8e
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar  8 19:48:50 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar  8 19:48:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c546555f

sys-kernel/git-sources: Remove potential file corrupting version 5.12-rc1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.12_rc1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index e646a8304f3..5bdb22f673f 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,2 @@
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
-DIST patch-5.12-rc1.patch 37867642 BLAKE2B 
023cc3cb39b3a559a071f8cae5458cacc3b191ef1ae4fdbadfc381cc496b839672a60fd3ad95963ab0767e65871349c2df2cdd514c623a46ec8a144ac314f5b9
 SHA512 
71fa3cb07ef12ddc0094e27d2235b6c6a388bc667fbe4de2e994049dbdad4712ba86233bf430c7d97edb21e13bae91e113a458af8afaba6ea71b1780558b219d
 DIST patch-5.12-rc2.patch 38085886 BLAKE2B 
936f291c72b0befa6daf3f3070247e94a2e5ac14857e5a4053f99b5b4edbf1093f47b01a4bfe2884bf1461f0f67873b48b3d352493909d4377a766a5b05702a3
 SHA512 
4f92e162d8869045dabf245ab3e1a1518291b9d7fd5c27039dc97c656a15da1445bc9786746ba186180898abe8edcb52bab6e122119762e283722b8be19b5254

diff --git a/sys-kernel/git-sources/git-sources-5.12_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.12_rc1.ebuild
deleted file mode 100644
index 841923d20fb..000
--- a/sys-kernel/git-sources/git-sources-5.12_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.11"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.5"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2021-03-08 Thread William Hubbs
commit: 1b1a7f0489f9279bb3a6833c1310f163c2d75baa
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar  8 19:39:46 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar  8 19:40:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1a7f04

app-emulation/containerd: 1.4.4 bump

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

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-1.4.4.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index d0867a03104..d3087745792 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,3 +1,4 @@
 DIST containerd-1.3.7.tar.gz 5709989 BLAKE2B 
0cfa6f5bcd41c1591e64f41dbba2720bed5f25d61625b6d09be19df56fe74b61532b627c35a830e1e4937333f790f7ff8a5fad18b8869a679a6fec18daf238d3
 SHA512 
7c6de27b6529e3fb3f924ec67a260a51bc45186d69baa4cae6720a08e5c3b74aeb43d236c0a4739f297b2863233bde7d2246a597c9e17713c48bec767c6bbfee
 DIST containerd-1.3.9.tar.gz 5717856 BLAKE2B 
f6b9741f7d793a18b44813453d185cb9e8f4742fbb2987521445104fb44bca913571d6b4f6386ea048084d6565d41759c6ec95ac4591bd9b2101b40bbaafd8fa
 SHA512 
79e0baab72169f84b8661b77f54d0a906a380cd00cbabd00bfec6c10d71a13fc4dd81c7b5e1c3ce184f91d3f68d6df9b735f13e6e04d494792bf7374058d43aa
 DIST containerd-1.4.3.gh.tar.gz 6180754 BLAKE2B 
41dfedf18dcdfe942013ca4a036235b39e3ce98c89fa64a99c05693183b26c071cec613566234de709df943da6ebd62e6a29b918b30233b9660519c4970c0f0c
 SHA512 
0bb64ebc8afc87781fbdb21b7c8362e3cd9a3afe88c053905e9c6859788f0801187aa6abb79dc1d293dd92f74d320ff4a2293a6abb00914781a487a869e68a80
+DIST containerd-1.4.4.tar.gz 6174959 BLAKE2B 
62d0a6bafbdb8da2b7d0f8b9371b566a971eda87b993e54af7a1d40a3d8ee3876bb38cb18c876f6911f91a531235bb448446acc690854b833bd51657df294d6e
 SHA512 
f09930d19f53381d86cf522954458ecc949f15a0c6a49f990bdb61fe19afee075356338998ed84bd756f16ba85211f55f9c638de8b7083d71e24d8e87335e070

diff --git a/app-emulation/containerd/containerd-1.4.4.ebuild 
b/app-emulation/containerd/containerd-1.4.4.ebuild
new file mode 100644
index 000..fc5462fead9
--- /dev/null
+++ b/app-emulation/containerd/containerd-1.4.4.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CONTAINERD_COMMIT=05f951a3781f4f2c1911b05e61c160e9c30eaa8e
+EGO_PN="github.com/containerd/${PN}"
+inherit golang-vcs-snapshot toolchain-funcs
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.io/;
+SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
+
+DEPEND="
+   btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )
+"
+
+RDEPEND="
+   ${DEPEND}
+   ~app-emulation/runc-1.0.0_rc92
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   virtual/pkgconfig
+   test? ( ${RDEPEND} )
+"
+
+# tests require root or docker
+# upstream does not recommend stripping binary
+RESTRICT+=" strip test"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+   default
+   sed -i -e "s/git describe --match.*$/echo ${PV})/"\
+   -e "s/git rev-parse HEAD.*$/echo ${CONTAINERD_COMMIT})/"\
+   -e "s/-s -w//" \
+   Makefile || die
+}
+
+src_compile() {
+   local options=(
+   $(usev apparmor)
+   $(usex btrfs "" "no_btrfs")
+   $(usex cri "" "no_cri")
+   $(usex device-mapper "" "no_devmapper")
+   $(usev seccomp)
+   $(usev selinux)
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   DESTDIR="${ED}"
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
+   )
+
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   export GOFLAGS="-v -x -mod=vendor"
+   emake "${myemakeargs[@]}" all man
+}
+
+src_install() {
+   dobin bin/*
+   doman man/*
+   newinitd "${FILESDIR}"/${PN}.initd "${PN}"
+   keepdir /var/lib/containerd
+
+   # we already installed manpages, remove markdown source
+   # before installing docs directory
+   rm -r docs/man || die
+
+   local DOCS=( README.md PLUGINS.md docs/. )
+   einstalldocs
+}



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

2021-03-08 Thread Alfredo Tupone
commit: 59026b0da84fd1a9d54894b9a73249cfab9d8bbf
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar  8 19:07:55 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  8 19:14:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59026b0d

dev-ml/ppx_here: drop 0.9.1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_here/Manifest  |  1 -
 dev-ml/ppx_here/ppx_here-0.9.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest
index b7dd9e94e82..f7c330cd818 100644
--- a/dev-ml/ppx_here/Manifest
+++ b/dev-ml/ppx_here/Manifest
@@ -1,2 +1 @@
 DIST ppx_here-0.14.0.tar.gz 5005 BLAKE2B 
1711ec047c85af76d2343895e54889fec6e9aa29d4d188e83ff9d9ee12cecf42e4ca968a97f341a818f87efc0cc6ccb7e26f025e8af2195c341cb57325aec62b
 SHA512 
3386e9c727f93be86de1daee2e94c9b7a22bcb4bd0ef20bd2c40ac227723ac36c9ac04fd3e16121731227a9b5256898594e0f33860864edf6f15797b98b114da
-DIST ppx_here-0.9.1.tar.gz 7225 BLAKE2B 
7115c77477b2bab47febfafe55d422bef03c32502d9d0064c5633d6925faf1b3a8b580f2a0974edcf86613f9b2582b0067f3e08a4ca474333f7e15c2c7adb87d
 SHA512 
ca21fb490a4d980616349850b781e4ee02c0eb8a27e8ef9d4092d15ee235ffc504dab1b2a3db44fc6a84fa6b2cdbd67c0c4adbc41fb094b7bb9d4f710193aaf2

diff --git a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild 
b/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
deleted file mode 100644
index 972fc65d0d4..000
--- a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Expands [%here] into its location"
-HOMEPAGE="https://github.com/janestreet/ppx_here;
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-ml/ppx_core:=
-   dev-ml/ppx_driver:=
-   dev-ml/ppx_optcomp:=
-   dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/jbuilder"



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

2021-03-08 Thread Alfredo Tupone
commit: 70934f810a563d5fda58505b5532de555413aed9
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar  8 19:11:24 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  8 19:14:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70934f81

dev-ml/ppx_metaquot: drop 0.9.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_metaquot/Manifest  |  1 -
 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
index 19d8b13ffd8..912a5fa013e 100644
--- a/dev-ml/ppx_metaquot/Manifest
+++ b/dev-ml/ppx_metaquot/Manifest
@@ -1,2 +1 @@
 DIST ppx_metaquot-0.11.0.tar.gz 5407 BLAKE2B 
610f3197e2809914232310363775bb5f0f889681fec1274071eba71617131b863f6229e85dcdf3749dbb300a980f39dfeacfe23f388f5f898d01925d07fbcc43
 SHA512 
59d95a5d9298d47adc9e3ca531aae59c91cfa019d90a5d8aa5e11de6bf1f3d3fcd2dbc800028a3ab999ba51257f695116b0a32a96c958bafea39761fe5db230b
-DIST ppx_metaquot-0.9.0.tar.gz 6801 BLAKE2B 
b5629da4c2460ed064e614e0051bd104fd731526498ffd085a75039672c186f314918c4c355a9dacfee7982c06b338950de0a670b27bd061e19b688a21693c08
 SHA512 
7645f02f964f2a33836f947a725384f95c7724dcd88c031aa3dd2d255127a21d473e19ff77cb917f845930ab44541a4698becf56721cc1a0a0eee5912947cd22

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild 
b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
deleted file mode 100644
index 2cf71db77f8..000
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
-HOMEPAGE="https://github.com/janestreet/ppx_metaquot;
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-   dev-ml/ppx_core:=
-   dev-ml/ppx_driver:=
-   dev-ml/ppx_traverse_builtins:=
-   dev-ml/ocaml-migrate-parsetree:=
-   

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

2021-03-08 Thread Alfredo Tupone
commit: 8ed2073013fdd757244ac5849f389f46aac5f5a7
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Mar  8 19:13:37 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  8 19:14:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed20730

package.mask: retire dev-ml/bin-prot dev-ml/ppx_driver

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0400d17d014..532735d82d0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -123,6 +123,8 @@ dev-ml/bin-prot
 dev-ml/configurator
 dev-ml/ppx_traverse
 dev-ml/ppx_type_conv
+dev-ml/bin-prot
+dev-ml/ppx_driver
 
 # Conrad Kostecki  (2021-03-05)
 # Deprecated by upstream and unsupported due EOL.



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

2021-03-08 Thread Patrick McLean
commit: a1d10bb2bfb3b0d4fc057430bf41c19430634c6d
Author: Patrick McLean  sony  com>
AuthorDate: Mon Mar  8 19:00:17 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Mar  8 19:00:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d10bb2

dev-vcs/tig-2.5.3: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.3.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 133c72d4ad1..5861184ea4d 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
 DIST tig-2.5.2.tar.gz 1165288 BLAKE2B 
8f054f2074829b0b6b5b3b0eb533dcbd86d57ace5c12b4a5dcc32c336928889f6caf680f934c8ce12c2a27a2e6b48e7d5cee634ef936cac02ddb822b5c5b825c
 SHA512 
9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179
+DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec

diff --git a/dev-vcs/tig/tig-2.5.3.ebuild b/dev-vcs/tig/tig-2.5.3.ebuild
new file mode 100644
index 000..56e1d461373
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0=
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/tig-completion.zsh _${PN}
+
+   dodoc contrib/*.tigrc
+}



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

2021-03-08 Thread Michał Górny
commit: e3a2e515452e3ba7e90bb52618935d229a7984f4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 18:51:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 18:51:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a2e515

dev-python/defcon: Bump to 0.8.0

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

 dev-python/defcon/Manifest|  1 +
 dev-python/defcon/defcon-0.8.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest
index 63004c6aac5..59f51dcce74 100644
--- a/dev-python/defcon/Manifest
+++ b/dev-python/defcon/Manifest
@@ -1,2 +1,3 @@
 DIST defcon-0.6.0.tar.gz 403682 BLAKE2B 
c85cf4f846cab3f7543dcec885221e9f828cdf56fb1a373c9d06b27a29c1ab22fc9702d2ce561af97e3d4aa3b03712538ce0b29a0042fa4a0fea6f11eacba69b
 SHA512 
b981c87d2355dc83b5da0ea4879707336ade8ea4d6ca2bc13da064367938579f2a60dfa5b1c0fd3629f4a2de97676e4f02f30f99a6116049cc2a10abd13a3d7b
 DIST defcon-0.7.2.tar.gz 424146 BLAKE2B 
6a3cc6c4bd8ccf030cda5fdaa3d7d2ba8aabc74daf71ce9a006de015d459ff0e5d876d584e7873fba7349a2941490db8d0ebd9a9c880e80db534b231639d3147
 SHA512 
9cf402b6626b75222e351d11afcde3e0c8be88b3ceb6ed4ff68cc3762b636905b61f31ece288f4d7e5273b6cd2b044661188a39fde1941e1bb5b483b23f3b42e
+DIST defcon-0.8.0.tar.gz 424547 BLAKE2B 
4018479d0d67603af58680c1150a143f92230c77b6fd6bda6741ed3f42403c7a7eb2ddc62632ffbf73096fffe8f089975b43a5bb88562ba059fa09ee2e0da12c
 SHA512 
a7b0baec983a3051c7cd804b93983318c14f56a1a88f8f95699b0429740d7b3b27f6f6ab21fd1c31b542008b6f0924aae39e609fc4498ee64c0592272b536b8c

diff --git a/dev-python/defcon/defcon-0.8.0.ebuild 
b/dev-python/defcon/defcon-0.8.0.ebuild
new file mode 100644
index 000..a1f46cf8b2f
--- /dev/null
+++ b/dev-python/defcon/defcon-0.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="A set of UFO based objects for use in font editing applications"
+HOMEPAGE="https://github.com/robotools/defcon;
+SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/fs[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2021-03-08 Thread Michał Górny
commit: 2806d95a8ea0d6511bc483a423a8b6be5a7b0a1a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 18:47:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 18:47:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2806d95a

dev-python/zstandard: Remove the broken versions

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

 dev-python/zstandard/Manifest|  1 -
 dev-python/zstandard/zstandard-0.15.1.ebuild | 35 
 dev-python/zstandard/zstandard-0.15.2.ebuild | 35 
 3 files changed, 71 deletions(-)

diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest
index 6bef8d25d2e..1ae0e0a1c18 100644
--- a/dev-python/zstandard/Manifest
+++ b/dev-python/zstandard/Manifest
@@ -1,5 +1,4 @@
 DIST zstandard-0.14.0.tar.gz 676761 BLAKE2B 
f90fcee6571f89eb5964ba50c722be8f3b846a0aaa6f79bd41389131ce332a4c6f7ec3d2eabd16268a42d211c7c02c2f7379019ef44272eb23cc74a20e5e9b3d
 SHA512 
57c62eb7dedde2a2178f79a5658b87b5c5f176b282311273953003824272afa03e126a79b57fc8b75e9e15585d44d6b9931318a8ea5e7c75ec0feebbd7eb6cf0
 DIST zstandard-0.14.1.tar.gz 676849 BLAKE2B 
ad2a89371301e64428de90adf8770ebb7b43b06d720f5e0e9b490dc8771c55a974625105128c3a8052d68230d2670a802adfbf64708729440fdf624ca8d4fccb
 SHA512 
e49f294816f0c7da35914363dbbdfcc4d432f7fa8367192e07a5d0c093ec8af76966fd0a95b4e8316091f056a8027c383ca73cc9ed506b29e2f9a31bc9ad3379
 DIST zstandard-0.15.0.tar.gz 990208 BLAKE2B 
d31a4c3cec60b642ec8c3a85b9038d6b0153e2be25696591db1a8e8f45b44018e370eb10bc4a902df3da03048a26ad55b2358d3b9912b1802c61bb63ce920523
 SHA512 
2de5a2047b1a9a146160bfa1cc50adb0ae1ddf23ae346b22d49b04e38987f90dcbb1f15d75c486fb37bf7084de66ebe19d917a37515dedac462102543533c407
-DIST zstandard-0.15.1.tar.gz 992126 BLAKE2B 
7f6e987402bb5ddada70b56660d6e9d4eb5cd17dfa0041323ba2ef75bdb5362e7bc4fc8415132079a929e34fefdb654860088356b38dc0546b7c4f7108f93252
 SHA512 
7aabe647fa8c9a696084da6544c27287fe7d57e3a0ce2594c061fd20136e147ded4ea3da3648f6ef93c49636edc1d04ca4f29561514fb13f1a5d0340cd51996b
 DIST zstandard-0.15.2.tar.gz 1012864 BLAKE2B 
3239a7003d8869182becbaf952b43da8923518e4b5202b115d59fc1492d26bf9703c1ea2dcf525459da023470c134c70525bd040a2d728d24861f7bc1e3a8948
 SHA512 
0102f3522145c80ec096e9dfac34a5bdd2a98b43b50b8c1e99bcfb0057904c551ababeeb82ced5f8b65945d42b39479cbc29472058679af1f8f91b68ae79f70f

diff --git a/dev-python/zstandard/zstandard-0.15.1.ebuild 
b/dev-python/zstandard/zstandard-0.15.1.ebuild
deleted file mode 100644
index 605c6dd344a..000
--- a/dev-python/zstandard/zstandard-0.15.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Zstandard Bindings for Python"
-HOMEPAGE="https://pypi.org/project/zstandard/ 
https://github.com/indygreg/python-zstandard;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-DEPEND="
-   app-arch/zstd:="
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 
'python*')
-"
-BDEPEND="
-   test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py
-
-python_compile() {
-   local MAKEOPTS=-j1
-   distutils-r1_python_compile --system-zstd
-}
-
-python_install() {
-   distutils-r1_python_install --system-zstd
-}

diff --git a/dev-python/zstandard/zstandard-0.15.2.ebuild 
b/dev-python/zstandard/zstandard-0.15.2.ebuild
deleted file mode 100644
index 605c6dd344a..000
--- a/dev-python/zstandard/zstandard-0.15.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Zstandard Bindings for Python"
-HOMEPAGE="https://pypi.org/project/zstandard/ 
https://github.com/indygreg/python-zstandard;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-DEPEND="
-   app-arch/zstd:="
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 
'python*')
-"
-BDEPEND="
-   test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py
-
-python_compile() {
-   local MAKEOPTS=-j1
-   distutils-r1_python_compile --system-zstd
-}
-
-python_install() {
-   distutils-r1_python_install --system-zstd
-}



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

2021-03-08 Thread Michał Górny
commit: 047a8822ae0e4672ba725ce136ecca899a66e0a1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 18:55:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 18:58:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047a8822

dev-python/waitress: Bump to 2.0.0

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

 dev-python/waitress/Manifest  |  1 +
 dev-python/waitress/waitress-2.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/waitress/Manifest b/dev-python/waitress/Manifest
index e4e1558ea3d..25148563baa 100644
--- a/dev-python/waitress/Manifest
+++ b/dev-python/waitress/Manifest
@@ -1 +1,2 @@
 DIST waitress-1.4.4.tar.gz 173124 BLAKE2B 
5521b6c983cb23bc768986e9e8d19e9fd94b1dc632661b0f136cb60176b8c9a81306b8c9604b2a5b4a1a821346cedfcea281f49ecd81686a944f60b387e1cdf9
 SHA512 
87d57f8cd241e3c88c30a34351d57255dc1388b5ce1bb216e1b94760db09c1f184d20ea5797b20a91bc2cf0815b5067569099f4639291b4a79e885c0ab8a9fd9
+DIST waitress-2.0.0.tar.gz 175641 BLAKE2B 
819682a44f388cce3b77d31e5d1fb299db88d41a2a7b01e42d48554bff65c2ba165dae5d1e680cd2a46a1ebe6887f96f8b93d4bc18bd7527a48fd5c3aabab0bf
 SHA512 
c046195431ca31ff5ad74638ff80022d23591a06265d195b82eb320bb20b2b1d2de261db5981a91556af9f9c3b2ad12bf42148e4dfd955ed764d9b3f9a71f058

diff --git a/dev-python/waitress/waitress-2.0.0.ebuild 
b/dev-python/waitress/waitress-2.0.0.ebuild
new file mode 100644
index 000..3a2ec5f6684
--- /dev/null
+++ b/dev-python/waitress/waitress-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure-Python WSGI server"
+HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
+   https://pypi.org/project/waitress/
+   https://github.com/Pylons/waitress;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov::' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-03-08 Thread Michał Górny
commit: 10a6cd4fd8baca8ccf871445a9b9e98184ca1cc9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 18:52:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 18:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a6cd4f

dev-python/ipdb: Bump to 0.13.6

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

 dev-python/ipdb/Manifest   |  1 +
 dev-python/ipdb/ipdb-0.13.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/ipdb/Manifest b/dev-python/ipdb/Manifest
index abdf9da953f..083cef664d8 100644
--- a/dev-python/ipdb/Manifest
+++ b/dev-python/ipdb/Manifest
@@ -1,2 +1,3 @@
 DIST ipdb-0.10.3.tar.gz 9356 BLAKE2B 
50afece454d55ce3df13251afb625d93e11f7ae8d0e563ca7007e7abe0ad46b59f2e93318578992c5c7d2d25fc815d53ebed8801530d74c4fb30cc150246f415
 SHA512 
5f704222ea4d6877bbf6a83cb528e0e975ceebd7ee0838cd7a01f167381b80c48d3c8fc06d13a718a08ec619bfe984fd258e86ce93dba571ebdec2539db543f3
 DIST ipdb-0.13.5.tar.gz 16145 BLAKE2B 
e0bae825c2ce6b640e73e8ad8615f5f4e9c18a00e8c081a66ef0adab3429792a07c8434ddc8b236f938b7efd263c51f29bfe3f8d232d8bca20ab0cc2eff8165f
 SHA512 
3ec05dec884a0006435fd7e5eb68bc76c6dacb1b0dd3f68c10c8c2a9dd3991bd6e498dcfb3877e5e534240ead1194787049ae3815fb8579b7bdea2e8c91970c3
+DIST ipdb-0.13.6.tar.gz 16303 BLAKE2B 
92c5a3b5717c6cb8f1afc8b13d6ad04a0964bb82221e5637818c085f6df6451b806b74bea6cfb1b3f18db7b3a8101bcf006160f9ad0ab241dbcc088dc0fd0321
 SHA512 
d46d92e55fc3ca35dfa29aed9a47cfb841cc09460ba7724dd553d719f8e8deddeba33a39e143914c32a5e41d38ffe086dc4b64c6c53b984a6c83546ae5f46319

diff --git a/dev-python/ipdb/ipdb-0.13.6.ebuild 
b/dev-python/ipdb/ipdb-0.13.6.ebuild
new file mode 100644
index 000..4b895e23400
--- /dev/null
+++ b/dev-python/ipdb/ipdb-0.13.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="IPython-enabled pdb"
+HOMEPAGE="https://pypi.org/project/ipdb/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND=">=dev-python/ipython-7.17[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+DOCS=( HISTORY.txt )
+
+distutils_enable_tests unittest



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

2021-03-08 Thread Michał Górny
commit: 264dcdcd1ba7890343589d12e3754a3ccc1d5e72
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 18:53:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 18:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264dcdcd

dev-python/Faker: Bump to 6.5.1

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

 dev-python/Faker/Faker-6.5.1.ebuild | 28 
 dev-python/Faker/Manifest   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-python/Faker/Faker-6.5.1.ebuild 
b/dev-python/Faker/Faker-6.5.1.ebuild
new file mode 100644
index 000..44adab5d87c
--- /dev/null
+++ b/dev-python/Faker/Faker-6.5.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="https://github.com/joke2k/faker;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
+   !dev-ruby/faker"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index d5da3fa86b6..f05b195ba9c 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-5.6.5.tar.gz 1058615 BLAKE2B 
2a730b79ca11a80b33f5249541e2de68e5c53832fcd06891ce2e074dbca8aa21c657147e55725d37954cb997a2b1854b5c853449e7d58a71358b69fd2a36584f
 SHA512 
1806eded3534602eb5c463ad030564edfe7c663952e62e943b809dd5d7c4e485b26c612e45f481b6125f6462d48215df065f2d3f30df67ab19699b6386a65b7b
 DIST Faker-6.4.1.tar.gz 1073921 BLAKE2B 
1434375b8341ad3143e5977b26fd22af69aee2e30da92072937308341f22151764c8a72361c93112b5818dc9858e8e565ab2b45bd0fabc9e59613c1015e6ea63
 SHA512 
8ae2014b27f07b41afc67dc9a3d65e39f1073987c0c4bac6da5d625145e1d43783e4134bafdfe4e94035be9ff4367e5a19ab63635bf8ce7ff353a8745cf96269
+DIST Faker-6.5.1.tar.gz 1074618 BLAKE2B 
dfcd80c170ae1f68c4eb541804b4f91c5c2821669e51d3231daa92c6b2818b30e6ff6a6328e5836f534a7d1ddd24d4b089adffc461e785642d7663088ba47251
 SHA512 
7681e9afa48f39c3a7dd41ef48e70025a4a225de3cbb6b8272279f353df7d4b956a2398ae0d84926fc1e72530accda4b2407e1b0cee116494bccfbaaf21bc38d



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

2021-03-08 Thread Michał Górny
commit: 3824bbf01915110ec4a712a6af789a762613
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 18:44:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 18:46:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3824bbf0

dev-python/zstandard: Disable the C backend, use CFFI

Closes: https://bugs.gentoo.org/774765
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zstandard/zstandard-0.15.2-r1.ebuild | 39 +
 1 file changed, 39 insertions(+)

diff --git a/dev-python/zstandard/zstandard-0.15.2-r1.ebuild 
b/dev-python/zstandard/zstandard-0.15.2-r1.ebuild
new file mode 100644
index 000..1fe9edfd1a6
--- /dev/null
+++ b/dev-python/zstandard/zstandard-0.15.2-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Zstandard Bindings for Python"
+HOMEPAGE="https://pypi.org/project/zstandard/ 
https://github.com/indygreg/python-zstandard;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+DEPEND="
+   app-arch/zstd:="
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 
'python*')
+"
+BDEPEND="
+   test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # the C backend is repeatedly broken, so force CFFI instead
+   sed -e '/PYTHON_ZSTANDARD_IMPORT_POLICY/s:default:cffi:' \
+   -i zstandard/__init__.py || die
+
+   distutils-r1_src_prepare
+
+   mydistutilsargs=(
+   --no-c-backend
+   --system-zstd
+   )
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-es/

2021-03-08 Thread Pacho Ramos
commit: 7334ac6cada0a98f3763b9c55078df41a4cc8cd1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Mar  8 18:30:49 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Mar  8 18:31:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7334ac6c

app-dicts/myspell-es: Bump to 2.6

Closes: https://bugs.gentoo.org/766761
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 app-dicts/myspell-es/Manifest  | 23 
 app-dicts/myspell-es/myspell-es-2.6.ebuild | 44 ++
 2 files changed, 67 insertions(+)

diff --git a/app-dicts/myspell-es/Manifest b/app-dicts/myspell-es/Manifest
index 4eadfd6b9b7..2213f66a7bd 100644
--- a/app-dicts/myspell-es/Manifest
+++ b/app-dicts/myspell-es/Manifest
@@ -1,44 +1,67 @@
+DIST es-2.6.oxt 1456882 BLAKE2B 
67acb86fa3bd0612f7d462ad25af69e722ae88ef59b269ed3be00045b9ce9d9d573cffb731e31c1437aec22c2690411b77fd6c6ca54c9c29f1d2745bdaded6c0
 SHA512 
24926603a5e1d3578e45fa8c5f4a82a3474c437fd73b1f2a7567849847e44f60d081ca5c6a4e18f9cc605aad0caf8ed5d2b9b0dc67ad6da43a3c0cef5212e651
 DIST es_ANY-0.7.oxt 1415886 BLAKE2B 
d7a74ba997abe1ffc2b59f6d8ffb12b652b2ce540f6e5ec8ac60e363a1e07e7b72bee030a24739a93626de45c700fddaec35d1112a20a33756717283d4ee892c
 SHA512 
ea4e015bbaa86865537b0079b71160881abb78f651757aee784e032374f8cc96f2296b0f83081bd2543d35a246a2deca384ddd8a28a37f26b82d306b19ace3cd
 DIST es_ANY-2.3.oxt 1460673 BLAKE2B 
b7865fae1c555e99518e3f0f5b668742176cec6807753d50587edbd70aa0b88be3c70fd33f7fae0490827c084ef0e176bce41d71e982dc938aabc74aa327d683
 SHA512 
2131ec088aa4c46e4236b974f77f3a80299f816d3b493816b17eea5a4b7c7b5631efbb15fa3a2bec804db7e6723e02b5a894614c7966626662a5f778676dcb6c
 DIST es_AR-0.7.oxt 1437556 BLAKE2B 
a6f888d67c147f02c758c7c9f8949cfbcabcd03559b16bff0d409960adfca7f40527935dd106dd179f55efc65bf41713ebbb50fd330427e5313abf9424ef7941
 SHA512 
2c996a92cd3aba6edb979641025e45362d8079061423296430eaef113354f14defdfeb1e23c1d0b8a8157fdc914f07e7fde8c51560091a389e242a5b68552088
 DIST es_AR-2.3.oxt 1414045 BLAKE2B 
52b898d26fc384a579147e0d20f34e0591ab7a4f13feb35a92cd070a9aa3f972f971ffd8025ea4a438570100300e163af4ed4cd80ff108ad1d31ec62089a1062
 SHA512 
c28217ebb49bd94b808787953440ab9702b3d46e0faa43e39f25e9dfbad915e4310be6fcaeb7ac16775bde5ea73641db79a53908dd11e9d16321c041afd4925f
+DIST es_AR-2.6.oxt 1402278 BLAKE2B 
ac0cb625493482e91d33ea3e0f3738556deda68b799467d4c95811ff7e324dc6da82090a6557ce99ca2574afa4f75b0b92fd13937471f57f60aac43f09f3fe0b
 SHA512 
70292809ad7894e24fe0981f3f81bf6f3f67c6447e4bdf020c42a72d6e6a4cc92b658df716b93c601ab557fcd6ba1f1994d9f3597461c02f062d7597d52b8e1c
 DIST es_BO-0.7.oxt 1435774 BLAKE2B 
c5907b14b157c1a48e29eb0d794112adf1578d73cd2bb7351164c793ab58da46387106b9a1b58be4024347701ba1c72f7b3fefa8ea3e2e984a06ebf2c309e26e
 SHA512 
04549045546444c84f623552f6264d17ffe4cadd77f81b8e2828978f6172e275b203eb83aec1dfac17acbf3466cc3562d825071116de6af8c52510feaa7fc9de
 DIST es_BO-2.3.oxt 1411131 BLAKE2B 
95510383e378a28d26bd4f58d479b1f419f6636e66f73562cb376b8422388b2c0a4c2cf8cc58f48d11dd55acf680498c9bbb0ac412bf3cf9ce9a63ddf8109ffe
 SHA512 
ee15be0b8e96ffd2eff6c3adca60db9cf9e4a1eb9c6af3da29c3874283153b00c4c843313853c0bdcc277602fbb95c8d3e8abe15e25596e92804499e5f083590
+DIST es_BO-2.6.oxt 1399256 BLAKE2B 
7659beb5373f03375f7bdf7c37a14dcbec3a1e5f127cf5a20c805132ae754af32a3fbca3031b414a253e225e691fffb5f718c709120b1f6f9425322a05140250
 SHA512 
e77ba88f3f655d00997eabe986781a9efa8e855608e9fd478a7dc0971e5d76fb563d660c897fc7e0d20964be0a6431d8de97adaa78dc932cb2d1f691272167c6
 DIST es_CL-0.7.oxt 1436928 BLAKE2B 
ef1596c311a761cfb87c099ef54a88f89c3fcd755036268329bbc8d9d01de46c73d7890ccb376d3acbb2c838394c0f48cf8afe48811b8af95d4cf44855073f38
 SHA512 
13ff5459f83e06aba63e248fcd024aaa49afd38a65ff04ffca5a833e3f8a828cd3dde60629e8eb377ee6bdc86c5e686fa65867f2223b1f0861a9dc74fb020263
 DIST es_CL-2.3.oxt 1412287 BLAKE2B 
14435cd7ae8700b0134c9e0b504c8fdb15c26a2f393167117294414243a98281f7d0620b719ab2fadfbb95bbc04fc618fc849b27de1a2010056e74207a2982b4
 SHA512 
824a38e7d508c1b3aafc7f9fd0173b9d752ec5edb9d07c40b2affca693a73f73aff5f816b45e901b67efd365dc34ed86e15af6c118173d8b1d5f39eb277d5bc2
+DIST es_CL-2.6.oxt 1400390 BLAKE2B 
6f3407a0d9fded82caf7828f0efc3ddb1dd5c903e2d2bf61cdcd7de6ed3f5dfb0ac24c089d527c8bdfff607150b31d20878b28b077b6d7c57ad7569aff8220a4
 SHA512 
c2032ab4e0991ea2051d7632ad4eec791960d96715db67680113a4fea1eeda7a5e513a78277b0948e89dd21d49b9286db15ce6709d3100b33bd0177a9664a7b3
 DIST es_CO-0.7.oxt 1437795 BLAKE2B 
6da274fed6c1a272ae63b434698f2b9843428ece9edd9bef558489f5c88d8247e5b861b4933802a57fc10406b639c2559b024384702051eb1bd169c1c1c3879b
 SHA512 
b071add498b9c60bb1db94dda7e2896ab109165d65142b4ac539e88434d9880b7b5d437769cc0475ce432f45b1832d648bed7925adc9cf4e678e183f5cdb5374
 DIST es_CO-2.3.oxt 1430059 BLAKE2B 
ffeb44326a53b16f02d3f63aa3bdd6f2df56f94dca6a3962a18b3161b889146746e6437cd39ce800314d78bfab41c6967dbcb837e17219490490371d9791
 SHA512 

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

2021-03-08 Thread Brian Evans
commit: 520ca0316fd5327c07c785d1d21f47f706460a84
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar  8 18:11:32 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar  8 18:11:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520ca031

mail-client/s-nail: Version bump for 14.9.22

Closes: https://bugs.gentoo.org/771945
Signed-off-by: Brian Evans  gentoo.org>

 mail-client/s-nail/Manifest  |  1 +
 mail-client/s-nail/s-nail-14.9.22.ebuild | 89 
 2 files changed, 90 insertions(+)

diff --git a/mail-client/s-nail/Manifest b/mail-client/s-nail/Manifest
index d5b467af9df..af40c403fe9 100644
--- a/mail-client/s-nail/Manifest
+++ b/mail-client/s-nail/Manifest
@@ -1,2 +1,3 @@
 DIST s-nail-14.9.16.tar.xz 790052 BLAKE2B 
c12dcb3e0f412b34a3f3214ad3be05095ac5045932f5605b59a21ae953c0edb2619cdff1c67249a2ff8a02d809af08d2559af4319462d39dab37df1f904a4d13
 SHA512 
147c9dbd6abf9a17778eafa36f1cd85b0f769e6acbae06d67d0aa8b9c8b940f78e115d13d277d4269ea44c9ad6dbe75228da9878d9eebb233cb354f3d548089f
 DIST s-nail-14.9.19.tar.xz 792952 BLAKE2B 
6d21f48862edaee2f0c6c37e61378551365d3e5169ee4cb6c64e05e35c977b6b14b7ae2a24201df305c723ab0bbd2b6873b04126014840ad50128c45a1375161
 SHA512 
53c8cf7449afc3e99029ad54ed9c63edefce8ca00cd32dab138c34a7ced7d16852e45e5ad3949b2b8d7baa17421ce38079405781517cdbd3cb67d773bad561f8
+DIST s-nail-14.9.22.tar.xz 799296 BLAKE2B 
4db1b74be9de38d8879b00852545840aa50022f44efc42bc338575111e391db527ba850033a9f25e6d0269f68673a13bbdcd2609c0e74fb88c409040be2d165b
 SHA512 
016e3403fbb3d9954c160690184545fdb4fc384ffb13b146ac8b60b40e43ad1b1a8967f4660904d40a99071eb1addf2b1dd98b06c6033a1a886379c05fc0c9be

diff --git a/mail-client/s-nail/s-nail-14.9.22.ebuild 
b/mail-client/s-nail/s-nail-14.9.22.ebuild
new file mode 100644
index 000..92dae32d194
--- /dev/null
+++ b/mail-client/s-nail/s-nail-14.9.22.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+HOMEPAGE="https://www.sdaoden.eu/code.html;
+DESCRIPTION="Enhanced mailx-compatible mail client based on Heirloom mailx 
(nail)"
+LICENSE="BSD BSD-4 ISC RSA"
+
+SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="idn kerberos net ssl"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   virtual/libiconv
+   idn? ( net-dns/libidn2 )
+   net? (
+   ssl? ( dev-libs/openssl:0= )
+   kerberos? ( virtual/krb5 )
+   )
+   !mail-client/mailx
+   !net-mail/mailutils
+   !mail-client/nail
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/awk"
+
+src_configure() {
+   local confopts=(
+   CC=$(tc-getCC)
+   EXTRA_CFLAGS=-std=c99
+   strip=/bin/true
+   OPT_AUTOCC=no
+   VAL_PREFIX="${EPREFIX}"/usr
+   VAL_SYSCONFDIR="${EPREFIX}"/etc
+   VAL_MTA="${EPREFIX}/usr/sbin/sendmail"
+   VAL_MAIL='/var/spool/mail'
+   VAL_PAGER=less
+   $(usex idn VAL_IDNA=idn2 OPT_IDNA=no)
+   VERBOSE=1
+   )
+
+   if use net; then
+   confopts+=( OPT_TLS=$(usex ssl require no)
+   OPT_GSSAPI=$(usex kerberos require no)
+   )
+   else
+   confopts+=( OPT_NET=no )
+   fi
+
+   tc-is-cross-compiler && confopts+=( OPT_CROSS_BUILD=yes )
+
+   emake "${confopts[@]}" config
+}
+
+src_compile() {
+   emake build
+}
+
+src_install() {
+   # Use /usr/sbin/sendmail by default and provide an example
+   cat <<- EOSMTP >> nail.rc
+
+   # Use the local sendmail (/usr/sbin/sendmail) binary by default.
+   # (Uncomment the following line to use a SMTP server)
+   #set smtp=localhost
+
+   # Ask for CC: list too.
+   set askcc
+   EOSMTP
+
+   emake DESTDIR="${D}" install
+
+   dodoc INSTALL NEWS README THANKS
+
+   dodir /bin
+   dosym ../usr/bin/mailx /bin/mail
+   dosym s-nail /usr/bin/mailx
+   dosym mailx /usr/bin/mail
+   dosym mailx /usr/bin/Mail
+
+   dosym s-nail.1 /usr/share/man/man1/mailx.1
+   dosym mailx.1 /usr/share/man/man1/mail.1
+   dosym mailx.1 /usr/share/man/man1/Mail.1
+}



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

2021-03-08 Thread Brian Evans
commit: 38c34018041d6aef2da3918c022c18022ae0147c
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar  8 18:12:55 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar  8 18:12:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c34018

mail-client/s-nail: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 mail-client/s-nail/Manifest  |  1 -
 mail-client/s-nail/s-nail-14.9.16.ebuild | 92 
 2 files changed, 93 deletions(-)

diff --git a/mail-client/s-nail/Manifest b/mail-client/s-nail/Manifest
index af40c403fe9..6892d022885 100644
--- a/mail-client/s-nail/Manifest
+++ b/mail-client/s-nail/Manifest
@@ -1,3 +1,2 @@
-DIST s-nail-14.9.16.tar.xz 790052 BLAKE2B 
c12dcb3e0f412b34a3f3214ad3be05095ac5045932f5605b59a21ae953c0edb2619cdff1c67249a2ff8a02d809af08d2559af4319462d39dab37df1f904a4d13
 SHA512 
147c9dbd6abf9a17778eafa36f1cd85b0f769e6acbae06d67d0aa8b9c8b940f78e115d13d277d4269ea44c9ad6dbe75228da9878d9eebb233cb354f3d548089f
 DIST s-nail-14.9.19.tar.xz 792952 BLAKE2B 
6d21f48862edaee2f0c6c37e61378551365d3e5169ee4cb6c64e05e35c977b6b14b7ae2a24201df305c723ab0bbd2b6873b04126014840ad50128c45a1375161
 SHA512 
53c8cf7449afc3e99029ad54ed9c63edefce8ca00cd32dab138c34a7ced7d16852e45e5ad3949b2b8d7baa17421ce38079405781517cdbd3cb67d773bad561f8
 DIST s-nail-14.9.22.tar.xz 799296 BLAKE2B 
4db1b74be9de38d8879b00852545840aa50022f44efc42bc338575111e391db527ba850033a9f25e6d0269f68673a13bbdcd2609c0e74fb88c409040be2d165b
 SHA512 
016e3403fbb3d9954c160690184545fdb4fc384ffb13b146ac8b60b40e43ad1b1a8967f4660904d40a99071eb1addf2b1dd98b06c6033a1a886379c05fc0c9be

diff --git a/mail-client/s-nail/s-nail-14.9.16.ebuild 
b/mail-client/s-nail/s-nail-14.9.16.ebuild
deleted file mode 100644
index 6b9ee67fadc..000
--- a/mail-client/s-nail/s-nail-14.9.16.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-HOMEPAGE="https://www.sdaoden.eu/code.html;
-DESCRIPTION="Enhanced mailx-compatible mail client based on Heirloom mailx 
(nail)"
-LICENSE="BSD BSD-4 ISC RSA"
-
-SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz;
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="idn kerberos libressl net ssl"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   virtual/libiconv
-   idn? ( net-dns/libidn2 )
-   net? (
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   kerberos? ( virtual/krb5 )
-   )
-   !mail-client/mailx
-   !net-mail/mailutils
-   !mail-client/nail
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/awk"
-
-src_configure() {
-   local confopts=(
-   CC=$(tc-getCC)
-   EXTRA_CFLAGS=-std=c99
-   strip=/bin/true
-   OPT_AUTOCC=no
-   VAL_PREFIX="${EPREFIX}"/usr
-   VAL_SYSCONFDIR="${EPREFIX}"/etc
-   VAL_MTA="${EPREFIX}/usr/sbin/sendmail"
-   VAL_MAIL='/var/spool/mail'
-   VAL_PAGER=less
-   $(usex idn VAL_IDNA=idn2 OPT_IDNA=no)
-   VERBOSE=1
-   )
-
-   if use net; then
-   confopts+=( OPT_TLS=$(usex ssl require no)
-   OPT_GSSAPI=$(usex kerberos require no)
-   )
-   else
-   confopts+=( OPT_NET=no )
-   fi
-
-   tc-is-cross-compiler && confopts+=( OPT_CROSS_BUILD=yes )
-
-   emake "${confopts[@]}" config
-}
-
-src_compile() {
-   emake build
-}
-
-src_install() {
-   # Use /usr/sbin/sendmail by default and provide an example
-   cat <<- EOSMTP >> nail.rc
-
-   # Use the local sendmail (/usr/sbin/sendmail) binary by default.
-   # (Uncomment the following line to use a SMTP server)
-   #set smtp=localhost
-
-   # Ask for CC: list too.
-   set askcc
-   EOSMTP
-
-   emake DESTDIR="${D}" install
-
-   dodoc INSTALL NEWS README THANKS
-
-   dodir /bin
-   dosym ../usr/bin/mailx /bin/mail
-   dosym s-nail /usr/bin/mailx
-   dosym mailx /usr/bin/mail
-   dosym mailx /usr/bin/Mail
-
-   dosym s-nail.1 /usr/share/man/man1/mailx.1
-   dosym mailx.1 /usr/share/man/man1/mail.1
-   dosym mailx.1 /usr/share/man/man1/Mail.1
-}



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

2021-03-08 Thread Brian Evans
commit: bb7e4fc1792762287ba2ef740931174c09d1636b
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar  8 17:48:25 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar  8 17:48:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7e4fc1

profiles: Mask dev-php/PEAR-Config for removal

Signed-off-by: Brian Evans  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1ce2a9925a3..0400d17d014 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans  (2021-03-08)
+# No longer consistently maintained, severely broken with PHP 8
+# No reverse dependencies, fails tests
+# Removal in 30 days.
+dev-php/PEAR-Config
+
 # Hans de Graaff  (2021-03-08)
 # Last litc upstream release in 2010, no reverse dependencies,
 # ruby25-only. Includes fakeweb test dependency which is also



[gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/

2021-03-08 Thread Joonas Niilola
commit: 55091bcbc3c8508edaf52240674dff6069b5c5fc
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat Mar  6 00:57:31 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar  8 16:51:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55091bcb

games-emulation/ppsspp: bump to 1.11.3

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19787
Signed-off-by: Joonas Niilola  gentoo.org>

 games-emulation/ppsspp/Manifest |  10 +++
 games-emulation/ppsspp/ppsspp-1.11.3.ebuild | 110 
 2 files changed, 120 insertions(+)

diff --git a/games-emulation/ppsspp/Manifest b/games-emulation/ppsspp/Manifest
index 6782590a5f4..6a083cba9e0 100644
--- a/games-emulation/ppsspp/Manifest
+++ b/games-emulation/ppsspp/Manifest
@@ -16,4 +16,14 @@ DIST ppsspp-1.11-ext_miniupnp.tar.gz 438926 BLAKE2B 
1bfad3cb6b169cfcc12ea79d566c
 DIST ppsspp-1.11-ext_native_tools_prebuilt.tar.gz 897571 BLAKE2B 
b1c959a0cd1c61f65b3d7e2c204e9b60fc00e551d72ef3edcb8a3c8851e1e8d1dd3b0f79594ffd0ec767ba0ca34ae7fc8d3a5171ca5b449fcbab8ab9f63e22a9
 SHA512 
5e1b3d8c0cf581014e6fa375b865725a383128818df6e5135a03b1513807d2b8f615a7e58d37ca805d0603ea75d24e41fe079eaf4f41e94af1077d4c4b0c5a93
 DIST ppsspp-1.11-ext_rapidjson.tar.gz 1054419 BLAKE2B 
40b8ba0884943de2179b21d7a56716efed2ec5b4098aa33c061e52703b0952930fe2f1bda8cb6ec4a75b947753011e9d06fda953a3862e321d2a0187cd60385d
 SHA512 
3472e129e710bf5343b8b27a61581a1480c8096493e466440b62702d8b5353745d561931f72b5405a736ad92525be3843ea1cf4b5ea5839721cc6d6b358f19bc
 DIST ppsspp-1.11-ffmpeg.tar.gz 396041681 BLAKE2B 
be67e136b232e6937061d1a7cc37a4302786105a27c454422acdfff3905dcfa58c9fcbdcdb4b664d57f69f427a6892ac34018bf34e70f3c66e7708cacb63
 SHA512 
5417476ba2eeaee9c30bee8297b70a5557f9ec10270d301cb2820f4711be24dbadc4c1ca58b0c4bfb588dfd0aa0d63e676c9b890c471b05f2298bfececbac6b4
+DIST ppsspp-1.11.3-assets_lang.tar.gz 662203 BLAKE2B 
0c1e0852c9ab3b3146f149713710e969c685a89deb68e5853f53426973563908350b9aca9994202ee3d435229bd7992ad5385a63fe87956c2ca142b2d5ca754e
 SHA512 
8976b68ebc8b83ca34be1abe4499ca39c21c21af38b977925cd0d5ef456518fbb3670e8a5f35320bb5037a1dda4603614fadb7abafad8378f45f7713743fe39b
+DIST ppsspp-1.11.3-ext_SPIRV-Cross.tar.gz 814213 BLAKE2B 
cfed78ac0ae4e6e7d82874b4fec2b5475063b09f8c8a3bef9bd23024978820dfbee68209a3ebbd3b883e8c2011d4353e1c0c1b543578d860cde8d20a0b304440
 SHA512 
b3faff10e2578a27740a013e463750c5244796e651b9586f900a3c97adba060f5e978d47a411f9fb255dd8314e21ea54cccbf90f726d1779448d5dc030f64b65
+DIST ppsspp-1.11.3-ext_armips.tar.gz 197263 BLAKE2B 
2b2cbeaabf5fb5f0b5cbf8c93ea61d4546e04054f54be5a7dad081ca0aaacf09d1fe1cc710fd0c66f28c7d4c84b98961a6d96bb9cea941f8b02492c1dff6344d
 SHA512 
2a94e2c7b7280c00a39c8fc92d81ed15fc4b3270a124ef882e3cd8878db6ec827aefa06b0e646a60916636a95e4ebfa886e9878ba70c6bcfcd048def457368be
+DIST ppsspp-1.11.3-ext_discord-rpc.tar.gz 2107457 BLAKE2B 
8a8117b13791aa4eda7addb974ca1bdd22766961af2de28eaa24337bdb0035b4538ca8241f07d8de9532ad8cd64ba846361bd9c4edb37ebeec149b7e72545d1f
 SHA512 
17fb5de5d5afea9b7e0cdc116d5e3611b147eb2cde3a295a1a4ceb688bceb93d54feb2e479d511ce39d53a1380462a75dcdf6be9ddc2cece9d44b7f8ff7504af
+DIST ppsspp-1.11.3-ext_glslang.tar.gz 3138654 BLAKE2B 
fe5113842d18ce2327e59d2c40ac8847bc28cd8e53ea8d63f9585b6f97943587ba81521b8d0ac94bccde58e14487b1d524cebf61ded0944d9b55c2b7b63bf59b
 SHA512 
153233429ac7ff16b8a530eae28152e55eb90481c9adca5119853fefe76b265b16b922694396d70e8e4511b2da5519c2e1e016bd79617befb90b609cad5a5fc3
+DIST ppsspp-1.11.3-ext_miniupnp.tar.gz 438926 BLAKE2B 
1bfad3cb6b169cfcc12ea79d566c1897d7a3fac61f2c74eb129ff38d99b59dc713b1277a2d672b849fda33f54f7c99dc776080e983e908b7d2844d183fbb
 SHA512 
99f336d44f2cb53f2f79bd65726ea5209023efe264207255161d3b8a0452082ed1830b70db81d8bf5ebbf40db66ed391eb000306b2af0918dfa171093b2680e7
+DIST ppsspp-1.11.3-ext_native_tools_prebuilt.tar.gz 897571 BLAKE2B 
b1c959a0cd1c61f65b3d7e2c204e9b60fc00e551d72ef3edcb8a3c8851e1e8d1dd3b0f79594ffd0ec767ba0ca34ae7fc8d3a5171ca5b449fcbab8ab9f63e22a9
 SHA512 
5e1b3d8c0cf581014e6fa375b865725a383128818df6e5135a03b1513807d2b8f615a7e58d37ca805d0603ea75d24e41fe079eaf4f41e94af1077d4c4b0c5a93
+DIST ppsspp-1.11.3-ext_rapidjson.tar.gz 1054419 BLAKE2B 
40b8ba0884943de2179b21d7a56716efed2ec5b4098aa33c061e52703b0952930fe2f1bda8cb6ec4a75b947753011e9d06fda953a3862e321d2a0187cd60385d
 SHA512 
3472e129e710bf5343b8b27a61581a1480c8096493e466440b62702d8b5353745d561931f72b5405a736ad92525be3843ea1cf4b5ea5839721cc6d6b358f19bc
+DIST ppsspp-1.11.3-ffmpeg.tar.gz 396041681 BLAKE2B 
be67e136b232e6937061d1a7cc37a4302786105a27c454422acdfff3905dcfa58c9fcbdcdb4b664d57f69f427a6892ac34018bf34e70f3c66e7708cacb63
 SHA512 
5417476ba2eeaee9c30bee8297b70a5557f9ec10270d301cb2820f4711be24dbadc4c1ca58b0c4bfb588dfd0aa0d63e676c9b890c471b05f2298bfececbac6b4
+DIST ppsspp-1.11.3.tar.gz 30067677 BLAKE2B 

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

2021-03-08 Thread Joonas Niilola
commit: 9a11e749f20a9cd2a28b94e62fff15181d8357ab
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar  8 16:31:16 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar  8 16:31:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a11e749

sys-kernel/pf-sources: bump to 5.11-pf3

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

 sys-kernel/pf-sources/Manifest  |  1 +
 sys-kernel/pf-sources/pf-sources-5.11_p3.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index 409c3d3592b..878ffbf25f4 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -10,4 +10,5 @@ DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d451
 DIST pf-sources-5.10_p12.patch 5244822 BLAKE2B 
ca004890e20a07864e858bf1834265f125d1a1a7130ecd2f4a1718b4be61dd8dbfd6c4ca7f5740219afc83f1a4645d159d57b546937bcabec59511abe3d78e58
 SHA512 
5aa8f303798f93e5ad2042878fa15f5ab717ad265fc6db5d35e2b429cf240ce57f042ff8c2c0ac442e552a4925093e1550f1405caffcce648b46140fb809266b
 DIST pf-sources-5.11_p1.patch 2710131 BLAKE2B 
67a3528d1c59f24af9f09bc669e736d41394041874e07ebaa68bba8393d98b6094f3c733f1f395cb0a816f418702934d7ac828fceabebcec187526ca378929f4
 SHA512 
0bc79a5eb093c0b072826098b78894d59bab2bb8107221c9727c4aebb839b2e4d066c2f4918614bfbf4e3af210a6d1852189303f9ebf338f2e5038f166d4dfb0
 DIST pf-sources-5.11_p2.patch 2720760 BLAKE2B 
db2ccb4449d6ed2d545c15ef82b99d581e462908ab2290b62119c09da93a7cf202e3a1792a1bf3afb6ae98f4c9f8ea34ef7ad7056206f3eac7daa8a7a9559f4a
 SHA512 
1ab4748cac5a8a210a48543606c2c3e30e4528c819b4e7d7e29d992d4f9b14ae6e7219d7d96d090fc887d72887735e52dad9a8d396d775c8c32b80b01532a9ea
+DIST pf-sources-5.11_p3.patch 3932843 BLAKE2B 
655d68a6cced89aeab7b71cb67d0469567201766f378371e0e6c933fb4ac48317e27c5a148dc70117550c4f09c2b8d4c7690f5f0d88754d80fe8ca9ab9bc2415
 SHA512 
3b1444baa42a737166c1ce7b40d616123b2df197f9f6fc3041fded977f760627603656fbb6f41c12ad008ec724d96ae81664bbaedda4f3759aec50cb5820776b
 DIST pf-sources-5.9_p7.patch 3027972 BLAKE2B 
9247ea63b30f9d42d79303b73a900d468a71e70932f7f15ae697cdba52c46358297023e037226c219fad5df912fb5d21e6f4b7190556ca799fa84924480e
 SHA512 
c69e14f59bf98944b3329c65b7e2c271d74a756bc8c890130bf3cc68b4b96d31f1c33c4edb128580fcaefeb6e42dd04b1eb3d7f071b2d58bc764d26322bda8cd

diff --git a/sys-kernel/pf-sources/pf-sources-5.11_p3.ebuild 
b/sys-kernel/pf-sources/pf-sources-5.11_p3.ebuild
new file mode 100644
index 000..223e79a03a5
--- /dev/null
+++ b/sys-kernel/pf-sources/pf-sources-5.11_p3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Define what default functions to run
+ETYPE="sources"
+
+# No 'experimental' USE flag provided, but we still want to use genpatches
+K_EXP_GENPATCHES_NOUSE="1"
+
+# Just get basic genpatches, -pf patch set already includes vanilla-linux 
updates
+K_GENPATCHES_VER="1"
+
+# -pf already sets EXTRAVERSION to kernel Makefile
+K_NOSETEXTRAVERSION="1"
+
+# Not supported by the Gentoo security team
+K_SECURITY_UNSUPPORTED="1"
+
+# We want the very basic patches from gentoo-sources, experimental patch is
+# already included in pf-sources
+K_WANT_GENPATCHES="base extras"
+
+inherit kernel-2 optfeature
+detect_version
+
+DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and 
Gentoo's genpatches"
+HOMEPAGE="https://gitlab.com/post-factum/pf-kernel/-/wikis/README
+   https://dev.gentoo.org/~mpagano/genpatches/;
+SRC_URI="${KERNEL_URI}
+   
https://github.com/pfactum/pf-kernel/compare/v${PV/_p*/}...v${PV/_p*/}-pf${PV/*_p/}.diff
 -> ${P}.patch
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${PV/_p*/}-${K_GENPATCHES_VER}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${PV/_p*/}-${K_GENPATCHES_VER}.extras.tar.xz;
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+S="${WORKDIR}/linux-${PVR}-pf"
+
+PATCHES=( "${DISTDIR}/${P}.patch" )
+
+K_EXTRAEINFO="For more info on pf-sources and details on how to report 
problems,
+   see: ${HOMEPAGE}."
+
+pkg_setup() {
+   ewarn ""
+   ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the pf developers directly."
+   ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with"
+   ewarn "the ebuilds. Thank you."
+   ewarn ""
+
+   kernel-2_pkg_setup
+}
+
+src_prepare() {
+   # kernel-2_src_prepare doesn't apply PATCHES().
+   default
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+
+   elog "Optional features:"
+   optfeature "Userspace KSM helper" sys-process/uksmd
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nikto/

2021-03-08 Thread Joonas Niilola
commit: e6df77f2c4bc938abbdeeffb341df9e997fc548e
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sat Mar  6 20:04:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar  8 16:31:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6df77f2

net-analyzer/nikto: version bump to 2.1.6_p20210304

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Quentin Retornaz  retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/19799
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/nikto/Manifest |  1 +
 net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest
index be93f585da6..4f81fbf790d 100644
--- a/net-analyzer/nikto/Manifest
+++ b/net-analyzer/nikto/Manifest
@@ -1 +1,2 @@
 DIST nikto-2.1.6_p20200901.tar.gz 521285 BLAKE2B 
243f0baf5835e5586b8270fc9dd1005c08e903f478666359c34bb0d30c0645f5ab9a19109718dbbd2f6015dcb64c3a98b832b5412c9151720dedd102fb1936d1
 SHA512 
88b9e681ce4588e3473f90c93ea41d46fc99a54b895185465cfe1a28152ad944edbadfcf5cee4540b4ec48eb78ca73a1952637c3da9038e52d837c0de5d0260c
+DIST nikto-2.1.6_p20210304.tar.gz 521719 BLAKE2B 
66715e109dfb47bb5ed6b64cfff4dbdd0667883e5ce28c26a7325645fe42ccfdcb6f9bcf956adce6f626c51ff363122724955eda86c715d4f8ec4894ebf1ae4a
 SHA512 
d78cedad0b2f96d02964097699d5765fdb895b7ec1a9e196cbf9181888dd19cfca7d912f172a870e4b8bd2b53e4fc41407a60ed129ef24592909ef6111d04a0e

diff --git a/net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild 
b/net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild
new file mode 100644
index 000..4465e68730c
--- /dev/null
+++ b/net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web server vulnerability scanner"
+HOMEPAGE="https://www.cirt.net/Nikto2;
+COMMIT="8a4b5fb86ae8a1b4f31c32da0bcedd3bcaf4deb8"
+MY_P="${PN}-${COMMIT}"
+SRC_URI="https://github.com/sullo/nikto/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+# nikto provides its own libwhisker, do no use net-libs/libwhisker[ssl]
+# https://bugs.gentoo.org/533900
+RDEPEND="
+   dev-lang/perl
+   dev-perl/Net-SSLeay
+   net-analyzer/nmap
+   virtual/perl-JSON-PP
+"
+
+S="${WORKDIR}/${MY_P}/program"
+
+src_prepare() {
+   sed -i -e 's:/etc/nikto.conf:/etc/nikto/nikto.conf:' nikto.pl || die
+   sed -i -e 's:# EXECDIR=/opt/nikto:EXECDIR=/usr/share/nikto:' 
nikto.conf.default || die
+
+   default
+}
+
+src_install() {
+   insinto /etc/nikto
+   newins nikto.conf.default nikto.conf
+
+   dobin nikto.pl replay.pl
+   dosym nikto.pl /usr/bin/nikto
+
+   insinto /usr/share/nikto
+   doins -r plugins templates databases
+
+   dodoc docs/*.txt
+   dodoc docs/nikto_manual.html
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2021-03-08 Thread Ben Kohler
commit: 6a7d75f4e9a2b444d0cad61a022208b19f8512a2
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Mar  8 16:21:33 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Mar  8 16:21:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7d75f4

net-wireless/unifi: bump to 6.1.67

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/unifi/Manifest|  1 +
 net-wireless/unifi/unifi-6.1.67.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 5f2c3111b9a..b74d66c30d2 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,3 +1,4 @@
 DIST unifi-6.0.45.zip 147691229 BLAKE2B 
ad8e34e4934449151b0244bb32e2ce81e2506f228c995e72c2756279ce22f1ce06d44c37f1cfd6156cee0d03066e36d99f98b56d2a1c759ee98ada6569b8309e
 SHA512 
6b2aebf33b6e2114a2b274ce332e2bd88a30406e3a21bc66dc0eddee3ee27ee2e4d3948dea73ff85289cbc2ed0e4f2b646e095091c54120f718b5fb2f0b35943
 DIST unifi-6.1.61.zip 152081465 BLAKE2B 
821af3772db56eb4ae850302c86b91015a64cf61b00f3086b2b438579d229c0d5167beb9bda90bf6e26819dd1b334ec80c17b81c2bced16ea0730ffbcc711824
 SHA512 
a7d9beb789796cebc7a553fcb654c659880c76dc58803044388d6d789b8b4bc193e7a6a3da1bda981e0ea049a8015a70e04ebb2e69371c70f7abb457bebaa54f
 DIST unifi-6.1.64.zip 152150220 BLAKE2B 
bcae2baf9e544bf3ed19e7d71676f46860b592f8e9c0d74507f5c5fb41cb399a5ae47198d06495d1994e7ab94d87c20a7f717511887a69af61d4f930c4980cef
 SHA512 
5a247386667067a3d79983a95f436e84e50db6c60eac13d5214342527507a7c2c427491afedc951c4ea06bbc2eaf417cab4585c2f2959cbaf5d556a5c4a0b16d
+DIST unifi-6.1.67.zip 152163973 BLAKE2B 
15f25b525f0b1bec4041d69817fcb7ab346e0b90e2c7ffebf390c45fcd7763be8f95b89f4884ce97fe1ffa024c6e8a34b5b731b4cc79f137d3bcfaed8af3fc1a
 SHA512 
339efa414e2c2189b51fe8e8e868533117a6acb513758babb98f9b90b163a6df7034147ac56bee1e872dbff74fe2813183e02e0a13796f43e621b2c1cdef1a1a

diff --git a/net-wireless/unifi/unifi-6.1.67.ebuild 
b/net-wireless/unifi/unifi-6.1.67.ebuild
new file mode 100644
index 000..0395c3814f8
--- /dev/null
+++ b/net-wireless/unifi/unifi-6.1.67.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Set this var for any releases except stable
+RC_SUFFIX="-72b68abfe3"
+
+inherit systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com;
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/6.1"
+IUSE="systemd"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:1.8
+"
+
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}/UniFi"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Linux, Mac and Windows
+   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
+   fi
+
+   default
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r bin dl lib webapps
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
+   systemd_dounit "${FILESDIR}"/unifi.service
+
+   newconfd "${FILESDIR}"/unifi.confd unifi
+
+   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
+   doenvd "${T}"/99unifi
+
+   einstalldocs
+}



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

2021-03-08 Thread Andrey Grozin
commit: d6e1cbfb83ab6b6073f6ba7e0cad430f1eea7132
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Mar  8 16:18:10 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Mar  8 16:18:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e1cbfb

media-gfx/asymptote: clean 2.69

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/asymptote-2.69-r1.ebuild |   2 +-
 media-gfx/asymptote/asymptote-2.69.ebuild| 205 ---
 2 files changed, 1 insertion(+), 206 deletions(-)

diff --git a/media-gfx/asymptote/asymptote-2.69-r1.ebuild 
b/media-gfx/asymptote/asymptote-2.69-r1.ebuild
index 6c8517ffb9c..d28738382b1 100644
--- a/media-gfx/asymptote/asymptote-2.69-r1.ebuild
+++ b/media-gfx/asymptote/asymptote-2.69-r1.ebuild
@@ -139,7 +139,7 @@ src_install() {
cd doc || die
doman asy.1
doinfo png/${PN}.info
-   if use doc; then
+   if use doc; then
dodoc FAQ/asy-faq.ascii
dodoc CAD.pdf asy-latex.pdf asyRefCard.pdf asymptote.pdf
fi

diff --git a/media-gfx/asymptote/asymptote-2.69.ebuild 
b/media-gfx/asymptote/asymptote-2.69.ebuild
deleted file mode 100644
index b7b0b25d288..000
--- a/media-gfx/asymptote/asymptote-2.69.ebuild
+++ /dev/null
@@ -1,205 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit autotools elisp-common latex-package python-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="https://asymptote.sourceforge.io/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="+boehm-gc curl doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax"
-# FIXME: xasy is currently broken
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )
-   doc? ( boehm-gc )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   net-libs/libtirpc
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( media-libs/mesa media-libs/freeglut media-libs/glew:0 
media-libs/glm )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   curl? ( net-misc/curl )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( >=app-editors/emacs-23.1:* )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   app-text/ghostscript-gpl )
-   test? ( app-text/ghostscript-gpl )"
-
-TEXMF=/usr/share/texmf-site
-
-PATCHES=(
-   # Changing pdf, ps, image viewers to xdg-open
-   "${FILESDIR}/${P}-xdg-utils.patch"
-
-   # Bug #322473
-   "${FILESDIR}/${P}-info.patch"
-)
-
-src_prepare() {
-   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
-   -i configure.ac \
-   || die "sed configure.ac failed"
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # for the CPPFLAGS see
-   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
-   econf \
-   CPPFLAGS=-DHAVE_SYS_TYPES_H \
-   CFLAGS="${CXXFLAGS}" \
-   --disable-gc-debug \
-   $(use_enable boehm-gc gc system) \
-   $(use_enable curl) \
-   $(use_enable fftw) \
-   $(use_enable gsl) \
-   $(use_enable opengl gl) \
-   $(use_enable offscreen) \
-   $(use_enable sigsegv)
-}
-
-src_compile() {
-   default
-
-   cd doc || die
-   emake asy.1
-   if use doc; then
-   # info
-   einfo "Making info"
-   emake ${PN}.info
-   cd FAQ || die
-   emake
-   cd .. || die
-   # pdf
-   einfo "Making pdf docs"
-   export VARTEXFONTS="${T}"/fonts
-   # see bug #260606
-   emake -j1 asymptote.pdf
-   emake CAD.pdf
-   fi
-   cd .. || die
-
-   if use emacs; then
-   einfo "Compiling emacs lisp files"
-   elisp-compile base/*.el
-   fi
-}
-
-src_install() {
-   # the program
-   dobin asy
-
-   # .asy files
-   insinto /usr/share/${PN}
-   doins -r 

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

2021-03-08 Thread Andrey Grozin
commit: 12553697934d92b19251f926c7647d632188a307
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Mar  8 16:14:44 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Mar  8 16:14:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12553697

media-gfx/asymptote: xasy is working again

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/asymptote-2.69-r1.ebuild | 236 +++
 media-gfx/asymptote/metadata.xml |   1 +
 2 files changed, 237 insertions(+)

diff --git a/media-gfx/asymptote/asymptote-2.69-r1.ebuild 
b/media-gfx/asymptote/asymptote-2.69-r1.ebuild
new file mode 100644
index 000..6c8517ffb9c
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.69-r1.ebuild
@@ -0,0 +1,236 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools elisp-common latex-package python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="https://asymptote.sourceforge.io/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex 
offscreen +opengl python sigsegv svg test vim-syntax X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   net-libs/libtirpc
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   curl? ( net-misc/curl )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   context? ( dev-texlive/texlive-context )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   doc? (
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   --disable-gc-full-debug \
+   --with-latex=/usr/share/texmf-site/tex/latex \
+   --with-context=/usr/share/texmf-site/tex/context \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable curl) \
+   $(use_enable fftw) \
+   $(use_enable gsl) \
+   $(use_enable opengl gl) \
+   $(use_enable offscreen) \
+   $(use_enable sigsegv)
+}
+
+src_compile() {
+   default
+
+   cd doc || die
+   emake asy.1
+   einfo "Making info"
+   cd png || die
+   emake ${PN}.info
+   cd .. || die
+   if use doc; then
+   cd FAQ || die
+   emake
+   cd .. || die
+   # pdf
+   einfo "Making pdf docs"
+   export VARTEXFONTS="${T}"/fonts
+   # see bug #260606
+   emake -j1 asymptote.pdf
+   emake CAD.pdf asy-latex.pdf asyRefCard.pdf
+   fi
+   cd .. || die
+
+   if use emacs; then
+   einfo "Compiling emacs lisp files"
+   elisp-compile base/*.el
+   fi
+}
+
+src_install() {
+   # the program
+   dobin asy
+
+   # .asy files
+   insinto /usr/share/${PN}
+   doins -r base/*.asy base/*.js base/*.sh base/*.ps base/shaders 
base/webgl
+   

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/

2021-03-08 Thread Pacho Ramos
commit: ad2a1ba9cb8604ea107ba8dfeb5f44e3a720396c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Mar  8 16:02:29 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Mar  8 16:02:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2a1ba9

sci-chemistry/chemex: Support python 3.9, fix tests

Closes: https://bugs.gentoo.org/738242
Thanks-to: Agostino Sarubbo
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/chemex/chemex-2018.10.3.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/chemex/chemex-2018.10.3.ebuild 
b/sci-chemistry/chemex/chemex-2018.10.3.ebuild
index fc6cc2f0ca1..0c983b2eb24 100644
--- a/sci-chemistry/chemex/chemex-2018.10.3.ebuild
+++ b/sci-chemistry/chemex/chemex-2018.10.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 DISTUTILS_SINGLE_IMPL="yes"
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -30,13 +30,11 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+distutils_enable_tests pytest
+
 S="${WORKDIR}/ChemEx-${PV}"
 
 src_prepare() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
distutils-r1_src_prepare
 }
-
-python_test() {
-   py.test -v -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/

2021-03-08 Thread Pacho Ramos
commit: 77c7a7e7b52128a464b47c9f01fb90865527f5c4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Mar  8 15:57:43 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Mar  8 15:57:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c7a7e7

net-wireless/bluez: Bump to 5.56

Closes: https://bugs.gentoo.org/765715
Closes: https://bugs.gentoo.org/774669
Thanks-to: Joakim Tjernlund
Thanks-to: orbea
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 net-wireless/bluez/Manifest  |   1 +
 net-wireless/bluez/bluez-5.56.ebuild | 299 +++
 2 files changed, 300 insertions(+)

diff --git a/net-wireless/bluez/Manifest b/net-wireless/bluez/Manifest
index 0362e063fd1..0595213d63e 100644
--- a/net-wireless/bluez/Manifest
+++ b/net-wireless/bluez/Manifest
@@ -1 +1,2 @@
 DIST bluez-5.55.tar.xz 2041428 BLAKE2B 
7eee44063ea53188d35324bcc5b5f0539cf92a5934632743677bbf41822b8b79a899a82a93fd79887fe058e6f0c0e66ed8d5da46e5585682613bc1847cb009a8
 SHA512 
9423cb60d15a6f068838497a1eaea9f5a32d70c07191c313ba821a6919d6e0c436ada4f547cc5f2db5eacc0123429ad54851f57df2554f61fa293743ec14a033
+DIST bluez-5.56.tar.xz 2053080 BLAKE2B 
b901deae4047ebe96c034c20c9d7e6c275d3c1fd311dc57ed2f1f927d6e778b213af3e09caaeebbb0f1733fc9bf341cf8f7c63a37aaa6b896607c0026d92
 SHA512 
b320ee9d49a516f5cecb5fbc410ba42e9127f44ebcfb95647f68bd5d300147d0eaf633f8e8d0678631a2184ea3afae7b01b5f228157328874fa2a87832ed0ae1

diff --git a/net-wireless/bluez/bluez-5.56.ebuild 
b/net-wireless/bluez/bluez-5.56.ebuild
new file mode 100644
index 000..0607b615fd7
--- /dev/null
+++ b/net-wireless/bluez/bluez-5.56.ebuild
@@ -0,0 +1,299 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools linux-info python-single-r1 readme.gentoo-r1 systemd udev 
multilib-minimal
+
+DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
+HOMEPAGE="http://www.bluez.org;
+SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi 
+obex +readline selinux systemd test test-programs +udev user-session"
+
+# Since this release all remaining extra-tools need readline support, but this 
could
+# change in the future, hence, this REQUIRED_USE constraint could be dropped
+# again in the future.
+REQUIRED_USE="
+   extra-tools? ( deprecated readline )
+   test? ( ${PYTHON_REQUIRED_USE} )
+   test-programs? ( ${PYTHON_REQUIRED_USE} )
+"
+
+TEST_DEPS="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   >=dev-python/dbus-python-1[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+BDEPEND="
+   virtual/pkgconfig
+   test? ( ${TEST_DEPS} )
+"
+DEPEND="
+   >=dev-libs/glib-2.28:2[${MULTILIB_USEDEP}]
+   >=sys-apps/hwids-20121202.2
+   btpclient? ( >=dev-libs/ell-0.28 )
+   cups? ( net-print/cups:= )
+   mesh? (
+   >=dev-libs/ell-0.37
+   >=dev-libs/json-c-0.13:=
+   sys-libs/readline:0=
+   )
+   midi? ( media-libs/alsa-lib )
+   obex? ( dev-libs/libical:= )
+   readline? ( sys-libs/readline:0= )
+   systemd? (
+   >=sys-apps/dbus-1.6:=[user-session=]
+   sys-apps/systemd
+   )
+   !systemd? ( >=sys-apps/dbus-1.6:= )
+   udev? ( >=virtual/udev-172 )
+"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-bluetooth )
+   test-programs? ( ${TEST_DEPS} )
+"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   # Try both udevadm paths to cover udev/systemd vs. eudev locations 
(#539844)
+   # http://www.spinics.net/lists/linux-bluetooth/msg58739.html
+   # https://bugs.gentoo.org/539844
+   "${FILESDIR}"/${PN}-udevadm-path-r1.patch
+
+   # Fedora patches
+   # http://www.spinics.net/lists/linux-bluetooth/msg40136.html
+   
"${FILESDIR}"/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
+)
+
+pkg_setup() {
+   # From http://www.linuxfromscratch.org/blfs/view/svn/general/bluez.html
+   # to prevent bugs like:
+   # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+   CONFIG_CHECK="~NET ~BT ~BT_RFCOMM ~BT_RFCOMM_TTY ~BT_BNEP 
~BT_BNEP_MC_FILTER
+   ~BT_BNEP_PROTO_FILTER ~BT_HIDP ~RFKILL"
+   # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+   # https://bugzilla.kernel.org/show_bug.cgi?id=206815
+   if use mesh || use test; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_USER
+   ~CRYPTO_USER_API ~CRYPTO_USER_API_AEAD ~CRYPTO_USER_API_HASH
+   ~CRYPTO_AES ~CRYPTO_CCM ~CRYPTO_AEAD ~CRYPTO_CMAC"
+   fi
+   if use test; then
+   # 

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

2021-03-08 Thread Sam James
commit: a650c8a85921a0c68870ead1b2dc6bfbcbb9fd7e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  8 15:01:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 15:12:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650c8a8

mail-mta/courier: fix patching, remove unused eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://bugs.gentoo.org/774870
Closes: https://github.com/gentoo/gentoo/pull/19832
Signed-off-by: Sam James  gentoo.org>

 mail-mta/courier/courier-1.0.13.ebuild | 7 ---
 mail-mta/courier/courier-1.0.14.ebuild | 7 ---
 mail-mta/courier/courier-1.0.17.ebuild | 5 +++--
 mail-mta/courier/courier-1.0.5.ebuild  | 7 ---
 mail-mta/courier/files/norewrite.patch | 4 ++--
 5 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/mail-mta/courier/courier-1.0.13.ebuild 
b/mail-mta/courier/courier-1.0.13.ebuild
index 4451b6d47e0..c05f3387c09 100644
--- a/mail-mta/courier/courier-1.0.13.ebuild
+++ b/mail-mta/courier/courier-1.0.13.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic multilib
+
+inherit flag-o-matic multilib
 
 DESCRIPTION="An MTA designed specifically for maildirs"
 HOMEPAGE="https://www.courier-mta.org/;
@@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase )
crypt? ( >=app-crypt/gnupg-1.0.4 )"
 
 src_prepare() {
-   use norewrite && epatch "${FILESDIR}/norewrite.patch"
+   use norewrite && eapply "${FILESDIR}/norewrite.patch"
default
 }
 

diff --git a/mail-mta/courier/courier-1.0.14.ebuild 
b/mail-mta/courier/courier-1.0.14.ebuild
index 7919c9f2358..795a78c203b 100644
--- a/mail-mta/courier/courier-1.0.14.ebuild
+++ b/mail-mta/courier/courier-1.0.14.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic multilib
+
+inherit flag-o-matic multilib
 
 DESCRIPTION="An MTA designed specifically for maildirs"
 HOMEPAGE="https://www.courier-mta.org/;
@@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase )
crypt? ( >=app-crypt/gnupg-1.0.4 )"
 
 src_prepare() {
-   use norewrite && epatch "${FILESDIR}/norewrite.patch"
+   use norewrite && eapply "${FILESDIR}/norewrite.patch"
default
 }
 

diff --git a/mail-mta/courier/courier-1.0.17.ebuild 
b/mail-mta/courier/courier-1.0.17.ebuild
index 8b9ae5cab58..18202c44d22 100644
--- a/mail-mta/courier/courier-1.0.17.ebuild
+++ b/mail-mta/courier/courier-1.0.17.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic multilib
+
+inherit flag-o-matic multilib
 
 DESCRIPTION="An MTA designed specifically for maildirs"
 HOMEPAGE="https://www.courier-mta.org/;
@@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase )
crypt? ( >=app-crypt/gnupg-1.0.4 )"
 
 src_prepare() {
-   use norewrite && epatch "${FILESDIR}/norewrite.patch"
+   use norewrite && eapply "${FILESDIR}/norewrite.patch"
default
 }
 

diff --git a/mail-mta/courier/courier-1.0.5.ebuild 
b/mail-mta/courier/courier-1.0.5.ebuild
index ce3d563a4d0..470c2a9a78f 100644
--- a/mail-mta/courier/courier-1.0.5.ebuild
+++ b/mail-mta/courier/courier-1.0.5.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic multilib
+
+inherit flag-o-matic multilib
 
 DESCRIPTION="An MTA designed specifically for maildirs"
 HOMEPAGE="http://www.courier-mta.org/;
@@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase )
crypt? ( >=app-crypt/gnupg-1.0.4 )"
 
 src_prepare() {
-   use norewrite && epatch "${FILESDIR}/norewrite.patch"
+   use norewrite && eapply "${FILESDIR}/norewrite.patch"
default
 }
 

diff --git a/mail-mta/courier/files/norewrite.patch 
b/mail-mta/courier/files/norewrite.patch
index 8d8f5362967..9fd4224348c 100644
--- a/mail-mta/courier/files/norewrite.patch
+++ b/mail-mta/courier/files/norewrite.patch
@@ -1,5 +1,5 @@
 courier/module.esmtp/esmtp.c.orig  2004-02-03 01:08:15.679486558 -0700
-+++ courier/module.esmtp/esmtp.c   2004-02-03 01:07:41.262697092 -0700
+--- a/courier/module.esmtp/esmtp.c 2004-02-03 01:08:15.679486558 -0700
 b/courier/module.esmtp/esmtp.c 2004-02-03 01:07:41.262697092 -0700
 @@ -255,6 +255,10 @@ const char *me;
  struct rfc822t*tp;
  struct rfc822token at;



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

2021-03-08 Thread Sam James
commit: f42bd5e08738ec3c860ceff353e6048fa0831ff0
Author: Bruce Schultz  gmail  com>
AuthorDate: Sun Jul  7 07:50:03 2019 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 15:11:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42bd5e0

sci-electronics/gspeakers: add missing patches

Closes: https://bugs.gentoo.org/574438
Signed-off-by: Bruce Schultz  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12397
Signed-off-by: Sam James  gentoo.org>

 .../gspeakers/files/gspeakers-0.11-c++11.patch | 185 +
 .../files/gspeakers-0.11-fix-sigc-includes.patch   |  26 +++
 2 files changed, 211 insertions(+)

diff --git a/sci-electronics/gspeakers/files/gspeakers-0.11-c++11.patch 
b/sci-electronics/gspeakers/files/gspeakers-0.11-c++11.patch
new file mode 100644
index 000..4f60b023e36
--- /dev/null
+++ b/sci-electronics/gspeakers/files/gspeakers-0.11-c++11.patch
@@ -0,0 +1,185 @@
+--- a/src/speakereditor.cc  2004-06-22 16:33:48.0 -0500
 b/src/speakereditor.cc  2016-02-03 13:24:51.126527093 -0600
+@@ -147,27 +147,27 @@
+   m_ScrolledWindow.set_shadow_type(Gtk::SHADOW_ETCHED_IN);
+   m_ScrolledWindow.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
+ 
+-  m_IdStringEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 0));
+-  m_QtsEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 1));
+-  m_FsEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 2));
+-  m_VasEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 3));
+-  m_RdcEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 4));
+-  m_LvcEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 5));
+-  m_QmsEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 6));
+-  m_QesEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 7));
+-  m_ImpEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 8));
+-  m_SensEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 9));
+-  m_MmdEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 13));
+-  m_AdEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 14));
+-  m_BlEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 15));
+-  m_RmsEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 16));
+-  m_CmsEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 17));
+-  m_FreqRespFileEntry.signal_changed().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 18));
++  m_IdStringEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 0));
++  m_QtsEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 1));
++  m_FsEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 2));
++  m_VasEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 3));
++  m_RdcEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 4));
++  m_LvcEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 5));
++  m_QmsEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 6));
++  m_QesEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 7));
++  m_ImpEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 8));
++  m_SensEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 9));
++  m_MmdEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 13));
++  m_AdEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 14));
++  m_BlEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 15));
++  m_RmsEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 16));
++  m_CmsEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 17));
++  m_FreqRespFileEntry.signal_changed().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 18));
+   m_FreqRespFileEntry.set_sensitive(false);
+   
+-  m_BassCheckButton.signal_toggled().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 10));
+-  m_MidrangeCheckButton.signal_toggled().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 11));
+-  m_TweeterCheckButton.signal_toggled().connect(bind(mem_fun(*this, 
_ListStore::on_entry_changed), 12));
++  m_BassCheckButton.signal_toggled().connect(sigc::bind(mem_fun(*this, 
_ListStore::on_entry_changed), 10));
++  

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

2021-03-08 Thread Sam James
commit: da5e152c604dfeb14caf7adfa3db9c36d0f004e4
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  8 14:45:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  8 15:09:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5e152c

dev-lang/ocaml: fixing patching, remove unused eutils eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://bugs.gentoo.org/774867
Closes: https://github.com/gentoo/gentoo/pull/19831
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ocaml/ocaml-4.05.0-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild
index ecf884d0ff1..c05a2cadaf4 100644
--- a/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild
+++ b/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic eutils multilib toolchain-funcs
+inherit flag-o-matic multilib toolchain-funcs
 
 PATCHLEVEL="9"
 MY_P="${P/_/-}"
@@ -49,9 +49,8 @@ pkg_setup() {
 }
 
 src_prepare() {
-   EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+   EPATCH_SUFFIX="patch" eapply "${WORKDIR}/patches"
default
-
 }
 
 src_configure() {



  1   2   3   >