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

2021-01-06 Thread Bernard Cafarelli
commit: d05853843c65ce3d5ae34a2ed08a6f6f2a1a7b70
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jan  7 07:59:14 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jan  7 07:59:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0585384

net-misc/nx: drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/nx/Manifest|   4 --
 net-misc/nx/nx-3.5.99.16.ebuild | 129 
 net-misc/nx/nx-3.5.99.22.ebuild | 138 ---
 net-misc/nx/nx-3.5.99.23.ebuild | 140 
 net-misc/nx/nx-3.5.99.24.ebuild | 136 --
 5 files changed, 547 deletions(-)

diff --git a/net-misc/nx/Manifest b/net-misc/nx/Manifest
index 9a0f55242ae..218d7fe31e6 100644
--- a/net-misc/nx/Manifest
+++ b/net-misc/nx/Manifest
@@ -1,5 +1 @@
-DIST nx-libs-3.5.99.16-full.tar.gz 5269745 BLAKE2B 
c968b8dde07e397e84786131cede0dd82979c52069a653de540ec833e5189751db15347aa34cf68db523207aa13ae7507cce0b28b09e897606becdc6effd7fcc
 SHA512 
6b80530345da879e62f9ea506a04c77bd918d3c48d46a22548d1534dab14cae5a715290942fdd5c77708f119522312cd667b6b9f286f106463c5a0debbb0451c
-DIST nx-libs-3.5.99.22-full.tar.gz 5280116 BLAKE2B 
1a15ba04ace5fd46b007652897aa911a883fa2840c07f4e89db970d3235556ee83600f5cd4d9c4b64f7ce4767dd448a3654412051496754d73a2815a7573692f
 SHA512 
53e7f1ffd8bf9dfd08426e30b0a18433b64f926959ab95132c28960f9a2390e67a34b1e07c923bf11f889088711d7d97c1fd123507f39c2077211d2c3cd6857f
-DIST nx-libs-3.5.99.23.tar.gz 11073366 BLAKE2B 
0e06e9c90f73a0264d8363ee3f75914ada884f469d9ba15b062675625a9922be5ec963eb7611484ef2abea83a100e58b05e6421da67d8b5c5f840737e6b37321
 SHA512 
b627d521f7a3c43c9c000f770bd1e228842099e794cda32b37df621ac86c650990bdc69810b7ff6117cbd60f0339dda93d1e2acdcfac03ddaa50407d71668b60
-DIST nx-libs-3.5.99.24.tar.gz 11059384 BLAKE2B 
79879991c2c0127e43975d42a27159594e3be29b2e358576da4bdc17ef1dc0c27a31c85b12a8c55638abb99db9f7f1fad4f4d8794c01e1327a5cb68558073fc0
 SHA512 
755f9065da69f0057a7284eb80f214cd272c6753f32ddaa17b4258c6ccba77c8fec82eafaea87bd3e055610dc798cb141d8e947900ad3bad34c681df664df3b2
 DIST nx-libs-3.5.99.25.tar.gz 11065489 BLAKE2B 
9210441fd2dc38fec14c90018ead4e3ddacd5ac266a26b1d985f874af0abdef3fdc2255614e45ec23816f1194ebe6ffe2beb776901eb1ed206658e8175b1ff57
 SHA512 
142378ae9a81542ed1bc969e9fcb2d421f1d63f7d46185c80e1e07493298e62379697ca2a367301c0f3df631acb19510113f3852922454fdc964767c36a81004

diff --git a/net-misc/nx/nx-3.5.99.16.ebuild b/net-misc/nx/nx-3.5.99.16.ebuild
deleted file mode 100644
index ac90bff91f8..000
--- a/net-misc/nx/nx-3.5.99.16.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="NX compression technology core libraries"
-HOMEPAGE="http://www.x2go.org/doku.php/wiki:libs:nx-libs;
-
-SRC_URI="http://code.x2go.org/releases/source/nx-libs/nx-libs-${PV}-full.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="elibc_glibc"
-
-RDEPEND="
-   dev-libs/libxml2
-   >=media-libs/libpng-1.2.8:0=
-   >=sys-libs/zlib-1.2.3
-   virtual/jpeg:*
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXfont2
-   x11-libs/libXinerama
-   x11-libs/libXpm
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pixman
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   x11-libs/libfontenc
-   x11-misc/gccmakedep
-   x11-misc/imake"
-
-S="${WORKDIR}/nx-libs-${PV}"
-
-src_prepare() {
-   default
-
-   # We want predictable behavior. So let's assume we never
-   # have quilt installed.
-   sed 's@which quilt@false@' -i mesa-quilt || die
-
-   # run autoreconf in all needed folders
-   local subdir
-   for subdir in nxcomp nx-X11/lib nxcompshad nxproxy ; do
-   pushd ${subdir} || die
-   eautoreconf
-   popd || die
-   done
-
-   # From xorg-x11-6.9.0-r3.ebuild
-   pushd nx-X11 || die
-   HOSTCONF="config/cf/host.def"
-   echo "#define CcCmd $(tc-getCC)" >> ${HOSTCONF}
-   echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> 
${HOSTCONF}
-   echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" 
>> ${HOSTCONF}
-   # Respect LDFLAGS
-   echo "#define ExtraLoadFlags ${LDFLAGS}" >> ${HOSTCONF}
-   echo "#define SharedLibraryLoadFlags -shared ${LDFLAGS}" >> ${HOSTCONF}
-   # Disable SunRPC, #370767
-   echo "#define HasSecureRPC NO" >> ${HOSTCONF}
-}
-
-src_configure() {
-   local subdir
-   for subdir in nxcomp nxcompshad nxproxy ; 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-01-06 Thread Stephan Hartmann
commit: 6cf0753044257c50fd07429e58dc2048e0d6014e
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Jan  7 07:53:28 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Jan  7 07:54:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf07530

www-client/microsoft-edge-dev: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   2 -
 .../microsoft-edge-dev-88.0.705.15.ebuild  | 114 -
 .../microsoft-edge-dev-89.0.723.0.ebuild   | 114 -
 3 files changed, 230 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index f8f06bc0454..326ef906705 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,2 @@
-DIST microsoft-edge-dev_88.0.705.15-1_amd64.deb 87945596 BLAKE2B 
a770aa4edc4f11d350b7ff77dcc7d953115c815caebac5d9858f8ed5e24ec14d4f407ae3ad7f97d32f78849f024c91b75278c21eecdd8197f0c375253fcca653
 SHA512 
ad388d4b784e71db4f7e30f2f5ee36d3e8abcd7e2c3cac351e68d1a81476017d1c3e784fda2aaf59ec98b537d6ab3ee90aeb8e77597c3204122c6770149b427e
-DIST microsoft-edge-dev_89.0.723.0-1_amd64.deb 89214260 BLAKE2B 
9cf78e3e6e77e7efbe78e830e84fcb767508e3f6d2872846b48525d50445d468b53351b1837387a803226f94785eec06360df305bb27e8bee378ee813d085516
 SHA512 
699e9a2005dcc5363921b05b077d34094550e543cf960f1ee531c9c3f16c77971945c380a4e200451ab95c41ddd484d525b8e50934f5c25df8d3e5e499f440f6
 DIST microsoft-edge-dev_89.0.731.0-1_amd64.deb 89937570 BLAKE2B 
55d27bc12e4776b8d8c0b05ffe0923ab78e3fccb37baa745159a0143d2c60fe6433eae6125348ad21ae220d2371571ec61266d7295362ec660de3da5bbe01acb
 SHA512 
3f02636c5041ca2e0a40f48c4e139321420f8c40591097fa2bc18a5fa6b97adf35d2500e929e8dfbef8839b0ea816e1498a754fb6a5339ce8b52250ac79cc70d
 DIST microsoft-edge-dev_89.0.752.1-1_amd64.deb 90487364 BLAKE2B 
6da2c2e76ca46046bd97bef8be9b88999cfaa61a6f50bdf81bb86ee090bb14cdbce3a579e2044754b2a2412d72759a64c52356a1f50dcedba3270177c2615646
 SHA512 
5293c47e794f07b09a8ff891d746ea4e44e9b4f8748a129d0a3988cfc6b7bfda4576ca0feb3efdd5ba6e43577d486e563509c0ecef25fe57b6a809e927c41030

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-88.0.705.15.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-88.0.705.15.ebuild
deleted file mode 100644
index 41108ab2bec..000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-88.0.705.15.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 2011-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit chromium-2 desktop pax-utils unpacker xdg-utils
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   KEYWORDS="-* amd64"
-   MY_PN=${PN}-stable
-else
-   KEYWORDS="-* ~amd64"
-   MY_PN=${PN}
-fi
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-misc/ca-certificates
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/wget
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/pango
-   x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-01-06 Thread Stephan Hartmann
commit: 195195e3e886280c0aeee6fd1744f2dfadbf4a19
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Jan  7 07:53:07 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Jan  7 07:54:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195195e3

www-client/microsoft-edge-dev: bump to 89.0.752.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-89.0.752.1.ebuild   | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 4c8ebbcc344..f8f06bc0454 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_88.0.705.15-1_amd64.deb 87945596 BLAKE2B 
a770aa4edc4f11d350b7ff77dcc7d953115c815caebac5d9858f8ed5e24ec14d4f407ae3ad7f97d32f78849f024c91b75278c21eecdd8197f0c375253fcca653
 SHA512 
ad388d4b784e71db4f7e30f2f5ee36d3e8abcd7e2c3cac351e68d1a81476017d1c3e784fda2aaf59ec98b537d6ab3ee90aeb8e77597c3204122c6770149b427e
 DIST microsoft-edge-dev_89.0.723.0-1_amd64.deb 89214260 BLAKE2B 
9cf78e3e6e77e7efbe78e830e84fcb767508e3f6d2872846b48525d50445d468b53351b1837387a803226f94785eec06360df305bb27e8bee378ee813d085516
 SHA512 
699e9a2005dcc5363921b05b077d34094550e543cf960f1ee531c9c3f16c77971945c380a4e200451ab95c41ddd484d525b8e50934f5c25df8d3e5e499f440f6
 DIST microsoft-edge-dev_89.0.731.0-1_amd64.deb 89937570 BLAKE2B 
55d27bc12e4776b8d8c0b05ffe0923ab78e3fccb37baa745159a0143d2c60fe6433eae6125348ad21ae220d2371571ec61266d7295362ec660de3da5bbe01acb
 SHA512 
3f02636c5041ca2e0a40f48c4e139321420f8c40591097fa2bc18a5fa6b97adf35d2500e929e8dfbef8839b0ea816e1498a754fb6a5339ce8b52250ac79cc70d
+DIST microsoft-edge-dev_89.0.752.1-1_amd64.deb 90487364 BLAKE2B 
6da2c2e76ca46046bd97bef8be9b88999cfaa61a6f50bdf81bb86ee090bb14cdbce3a579e2044754b2a2412d72759a64c52356a1f50dcedba3270177c2615646
 SHA512 
5293c47e794f07b09a8ff891d746ea4e44e9b4f8748a129d0a3988cfc6b7bfda4576ca0feb3efdd5ba6e43577d486e563509c0ecef25fe57b6a809e927c41030

diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-89.0.752.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-89.0.752.1.ebuild
new file mode 100644
index 000..8b9535ac799
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-89.0.752.1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit chromium-2 desktop pax-utils unpacker xdg-utils
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   KEYWORDS="-* amd64"
+   MY_PN=${PN}-stable
+else
+   KEYWORDS="-* ~amd64"
+   MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/wget
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; 

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

2021-01-06 Thread Agostino Sarubbo
commit: 59834300d76c55acb9084ff4dfa4a85da463754a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan  7 07:50:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan  7 07:50:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59834300

sys-apps/net-tools: regenerate Manifest

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/net-tools/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/net-tools/Manifest b/sys-apps/net-tools/Manifest
index ddc63e36238..2824e92ab7e 100644
--- a/sys-apps/net-tools/Manifest
+++ b/sys-apps/net-tools/Manifest
@@ -1,2 +1,2 @@
 DIST net-tools-1.60_p20180626073013.tar.xz 228276 BLAKE2B 
1545533abf75cb960896994710a02f0e4f5534232057fa9c80d2ec54af84d068d3337a93e869e8377539584eebf4c4d8175e16f19bc12360946ab908b41b2f2f
 SHA512 
3ea9036c2597e6da3a1d9a61a77bbe0b80c448d42a3cc59469f37255064d9e046b5f331155adac256f9812200342f72624ba1ea27a4ee3696b3c9ad53b6b86eb
-DIST net-tools-2.10.tar.xz 229616 BLAKE2B 
0d11a5c12f6447282c65ee74428c1b9f6da9fd6d26ca558813d002fac8a4f03fd25a26231a5f4e45f88d821e9a8281e3be1fea4a832bd09afbc2239634a1c25d
 SHA512 
aa8f631772da6c16b165065fc5929a206504f2dce19e74a4ffc680f09b40f3a9180bd4bbeaac67e0b32693358b01383bae4fbfcb6061180c130e9e0801d536bf
+DIST net-tools-2.10.tar.xz 125591 BLAKE2B 
532822402948db14f67ebf9c9362f908686195a0b2d67ee6c1d96888a931e3731e2d314a708d137d30feb39a3aada2e696f4282e4f709545451a993f9f9f87f3
 SHA512 
816747232fa1dcc8a9ff20066955a98794e97b7ac8090141f5958a182ac3f85e17cbb0714db5537a0cebfeef21efe2a857ae12547a5b52d3fc90ed137fd7f1c1



[gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/files/, app-misc/tmuxp/

2021-01-06 Thread Patrick McLean
commit: ce6b22969843e35cb265cc98d6952b1adece0d12
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jan  7 07:49:01 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jan  7 07:49:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6b2296

app-misc/tmuxp-1.6.4: Version bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/tmuxp/Manifest  |  1 +
 app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch | 22 ++
 app-misc/tmuxp/tmuxp-1.6.4.ebuild| 45 
 3 files changed, 68 insertions(+)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 1e0abca880d..2c372c437f9 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -2,3 +2,4 @@ DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 
863b428198e8bb2895802ba7365ac2ec43fc75c70
 DIST tmuxp-1.5.5.tar.gz 856665 BLAKE2B 
fa18222840b9c221de48a78291243776a66a7aec3221f23be3218f81eae0d15ce5a4568f7eff679c01793d4ac4d441f6714c37d9ac3c9f705af49214f5dc2570
 SHA512 
61c14197af7742b48dab95443bb818ede20d26aa46ab2e89b883a34e2bcec910d8210fc1358fc88f96ccc637c47d6432082cd58995b80a43234cebba95240ebc
 DIST tmuxp-1.5.6.tar.gz 883700 BLAKE2B 
c8ad08c709aa1763cc046a05c6241983d2cdd33ca530ce0510ae7bb68ce3e340d40c6ec23c9544ef8b0d8da38aad74305e13d7b6348b0f46da929e94b3e862ff
 SHA512 
1db74aa9ee6274aacec127aff210e8ed64176142991a9691c31c59ef0370503dddeb35b69c0a8229204968308c68788d408d6a5e0bc2ad1fb3320727ea4994f9
 DIST tmuxp-1.6.2.tar.gz 1014758 BLAKE2B 
c6c60978938892311151cfff35bdc74e2daa9a615b2952a14c4a0020e434af7c28d36466a5ae82db683c6bda9a95f12f7e032d04eb58c5b164aeb05b144b2005
 SHA512 
a38c3f46a726df0cd885113d82ed5a186d68f6d643a7bde6d169908373e6881fac14c8c46c00ede727e47e4e1af5f9d3cd79cb0057457478ace1ec0ba0632cfb
+DIST tmuxp-1.6.4.tar.gz 1015684 BLAKE2B 
4f8d34ab1e1bd8e46e89e49ac92ce0a05b614bd7b43ce910120f12a46fb3ab143330975352cf2275999146ba005646c7c5aa07b7cc616ae80265edb4e173cf34
 SHA512 
482ba47652090a13d7866695b2639ab580c0cca5f6935f58e0be6867efde298c6f3350f65c231dec59a3f2dc1e0f795b02df1ad24d5ace6e7ee6aecdd60a9611

diff --git a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch 
b/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
new file mode 100644
index 000..4bdfe015474
--- /dev/null
+++ b/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
@@ -0,0 +1,22 @@
+diff --git a/tests/test_cli.py b/tests/test_cli.py
+index 1e14e51..6945c2b 100644
+--- a/tests/test_cli.py
 b/tests/test_cli.py
+@@ -486,7 +486,7 @@ session_name: hello
+ '{SESSION_NAME}',
+ '{WINDOW_NAME}',
+ '-c',
+-'print(pane.id)',
++'print(getattr(pane, "id", "{PANE_ID}"))',
+ ],
+ [],
+ {},
+@@ -496,7 +496,7 @@ session_name: hello
+ [
+ '-L{SOCKET_NAME}',
+ '-c',
+-'print(pane.id)',
++'print(getattr(pane, "id", "{PANE_ID}"))',
+ ],
+ [],
+ {'TMUX_PANE': '{PANE_ID}'},

diff --git a/app-misc/tmuxp/tmuxp-1.6.4.ebuild 
b/app-misc/tmuxp/tmuxp-1.6.4.ebuild
new file mode 100644
index 000..e4f93be9b6d
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.6.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="tmux session manager. built on libtmux"
+HOMEPAGE="https://tmuxp.git-pull.com;
+SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=app-misc/tmux-3.0a
+   >=dev-python/kaptan-0.5.10[${PYTHON_USEDEP}]
+   >=dev-python/libtmux-0.8.5[${PYTHON_USEDEP}]
+   =dev-python/click-7.0[${PYTHON_USEDEP}]
+   =dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+   test? (
+   >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
+   !dev-python/flaky
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/tmuxp-1.6.4-tests.patch"
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+   SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2021-01-06 Thread Fabian Groffen
commit: e2148cbe68425522d740248313c0fb5d62dd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan  7 07:48:09 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan  7 07:48:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e214

dev-ruby/sanitize: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-ruby/sanitize/sanitize-5.2.2.ebuild 
b/dev-ruby/sanitize/sanitize-5.2.2.ebuild
index 6bde161caaf..71a7a8914ab 100644
--- a/dev-ruby/sanitize/sanitize-5.2.2.ebuild
+++ b/dev-ruby/sanitize/sanitize-5.2.2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend "



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

2021-01-06 Thread Fabian Groffen
commit: 86de2ef360cd8676be17cdf2ac7d339962f67c30
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan  7 07:48:01 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan  7 07:48:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86de2ef3

dev-ruby/i18n: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-ruby/i18n/i18n-1.8.7.ebuild b/dev-ruby/i18n/i18n-1.8.7.ebuild
index 031d509894d..b4f94ae7c42 100644
--- a/dev-ruby/i18n/i18n-1.8.7.ebuild
+++ b/dev-ruby/i18n/i18n-1.8.7.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/concurrent-ruby:1"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/

2021-01-06 Thread Fabian Groffen
commit: 9485ee5dad495dc350ec7437509b456793294032
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan  7 07:45:33 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan  7 07:45:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9485ee5d

app-accessibility/at-spi2-core: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-accessibility/at-spi2-core/at-spi2-core-2.34.0.ebuild | 4 ++--
 app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild | 4 ++--
 app-accessibility/at-spi2-core/at-spi2-core-2.38.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.34.0.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.34.0.ebuild
index f5923810c5e..1fed449da18 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.34.0.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.34.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
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="X gtk-doc +introspection"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild
index 71a1700a196..f06cc0d3e08 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.36.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
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="X gtk-doc +introspection"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.38.0.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.38.0.ebuild
index 1d2cb0e17bb..efe2eaeed28 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.38.0.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.38.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
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="X gtk-doc +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/

2021-01-06 Thread Fabian Groffen
commit: be5b147a99aef1421aa975c5c4a0ac981ead3177
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan  7 07:45:06 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan  7 07:45:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5b147a

app-accessibility/at-spi2-atk: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-accessibility/at-spi2-atk/at-spi2-atk-2.34.2.ebuild | 4 ++--
 app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.2.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.2.ebuild
index ad9aefc468a..b1d53279b09 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.2.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.2.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
index bcdaee25005..afb803947f5 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Fabian Groffen
commit: ab957b02da923d3de8aa6fc83e0f79fe8628fabe
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan  7 07:40:43 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan  7 07:40:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab957b02

dev-python/markdown: dropped x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/markdown/markdown-2.6.11.ebuild | 4 ++--
 dev-python/markdown/markdown-3.3.3.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/markdown/markdown-2.6.11.ebuild 
b/dev-python/markdown/markdown-2.6.11.ebuild
index a1fe2b2f176..280db19318c 100644
--- a/dev-python/markdown/markdown-2.6.11.ebuild
+++ b/dev-python/markdown/markdown-2.6.11.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=6
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc
-~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 RESTRICT="test"
 

diff --git a/dev-python/markdown/markdown-3.3.3.ebuild 
b/dev-python/markdown/markdown-3.3.3.ebuild
index 195831f69fc..5ce89168953 100644
--- a/dev-python/markdown/markdown-3.3.3.ebuild
+++ b/dev-python/markdown/markdown-3.3.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
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P^}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 # importlib_metadata is only necessary for 

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

2021-01-06 Thread Keri Harris
commit: 52c2534c0b3a136584c63e8c9a58699eb94f1063
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Jan  7 07:37:51 2021 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Jan  7 07:37:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c2534c

dev-lang/yap: stabilize 6.3.4 x86, #764059

Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Keri Harris  gentoo.org>

 dev-lang/yap/yap-6.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
index e25870f7ef4..2e7b339fc0f 100644
--- a/dev-lang/yap/yap-6.3.4.ebuild
+++ b/dev-lang/yap/yap-6.3.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/vscosta/yap-6.3/archive/YAP-${PV}.tar.gz
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="R debug doc examples gmp java mpi mysql odbc postgres python raptor 
readline sqlite ssl static threads xml"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-01-06 Thread Keri Harris
commit: 8c1c3e8b51ef46439451c25b7b55382db9cbed12
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Jan  7 07:25:08 2021 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Jan  7 07:25:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1c3e8b

dev-lang/mercury: stabilize 20.06 amd64 + x86, #764194

Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Keri Harris  gentoo.org>

 dev-lang/mercury/mercury-20.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/mercury/mercury-20.06.ebuild 
b/dev-lang/mercury/mercury-20.06.ebuild
index a55437c1221..2a3855fb795 100644
--- a/dev-lang/mercury/mercury-20.06.ebuild
+++ b/dev-lang/mercury/mercury-20.06.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://dl.mercurylang.org/release-20.06/${MY_P}.tar.gz
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="debug doc emacs erlang examples java mono profile readline threads trail"
 



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

2021-01-06 Thread Keri Harris
commit: 7b966011600f6cb04397d2e7715ccdbec545b4a6
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Jan  7 07:25:30 2021 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Jan  7 07:25:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b966011

dev-lang/mercury-extras: stabilize 20.06 amd64 + x86, #764194

Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Keri Harris  gentoo.org>

 dev-lang/mercury-extras/mercury-extras-20.06.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/mercury-extras/mercury-extras-20.06.ebuild 
b/dev-lang/mercury-extras/mercury-extras-20.06.ebuild
index cf0817367fe..7a5e3bfc206 100644
--- a/dev-lang/mercury-extras/mercury-extras-20.06.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-20.06.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
@@ -15,7 +15,7 @@ SRC_URI="https://dl.mercurylang.org/release/${MY_P}.tar.gz
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="cairo examples glut gmp iodbc ncurses odbc opengl ssl tk tommath X xml"
 REQUIRED_USE="?? ( odbc iodbc )"



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

2021-01-06 Thread Keri Harris
commit: 9306f99329c96a3dfd00fb1863cd76ad47941cb9
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Jan  7 07:20:06 2021 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Jan  7 07:20:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9306f993

dev-lang/swi-prolog: stabilize 8.2.2 amd64 + x86, #764179

Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Keri Harris  gentoo.org>

 dev-lang/swi-prolog/swi-prolog-8.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/swi-prolog/swi-prolog-8.2.2.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.2.2.ebuild
index 801eae67bea..a7a87581419 100644
--- a/dev-lang/swi-prolog/swi-prolog-8.2.2.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-8.2.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="archive berkdb debug doc +gmp java +libedit libressl minimal odbc pcre 
qt5 readline ssl test uuid X yaml"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Matthew Thode
commit: 1d6aebccdfc3067fd39fc98d02b328c9c8826110
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  7 07:07:41 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  7 07:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6aebcc

app-crypt/certbot-nginx: 1.11.0 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-nginx/Manifest  | 1 +
 .../{certbot-nginx-.ebuild => certbot-nginx-1.11.0.ebuild}| 4 ++--
 app-crypt/certbot-nginx/certbot-nginx-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 653ac5b25cb..a11dafe83f7 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.10.1.tar.gz 1416402 BLAKE2B 
e00ba6bf69dbf4bc91be325d4c9ba470214aeef18b4ad4ac5efbf7d077ffa9498e9cff2eff00045bc1024930f95ec56e1773c3a193a982b393caf7ee19f8ccc0
 SHA512 
332e92dd7d91b9774e55ef8d2c0217a57167a26d1e86d36196fc601b4abb23f40033f94112c4b4bff5f8bc54e1e32ecd68b1f01e7d67bc4fd8f7dd98ce0362cc
+DIST certbot-1.11.0.tar.gz 1419116 BLAKE2B 
4749dcd897822d4e1981ef57334a493e7b729205f3ae808893ed4cab682b74c8779893378fa5cd2651b4ef681518c5aac751514104b64adfd7a17435946c46b7
 SHA512 
b744e44e8a7981d7b28064a2b7b5d1f47ac1ea465fa350b4f849004f38e6b3966e3118e5ebd8c1c83b9a4a065c31005c0e2cb33f75a0b04125fbe2ac17312a24
 DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 
9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e
 SHA512 
098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.11.0.ebuild
similarity index 91%
copy from app-crypt/certbot-nginx/certbot-nginx-.ebuild
copy to app-crypt/certbot-nginx/certbot-nginx-1.11.0.ebuild
index 383e16073c6..d4eff10c400 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.11.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
index 383e16073c6..d4eff10c400 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then



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

2021-01-06 Thread Matthew Thode
commit: 1f7ce7f0e6edb23abdae8e6490358431f82f7459
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  7 07:02:47 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  7 07:09:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7ce7f0

app-crypt/acme: 1.11.0 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/acme/Manifest   |  1 +
 app-crypt/acme/acme-1.11.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 653ac5b25cb..a11dafe83f7 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.10.1.tar.gz 1416402 BLAKE2B 
e00ba6bf69dbf4bc91be325d4c9ba470214aeef18b4ad4ac5efbf7d077ffa9498e9cff2eff00045bc1024930f95ec56e1773c3a193a982b393caf7ee19f8ccc0
 SHA512 
332e92dd7d91b9774e55ef8d2c0217a57167a26d1e86d36196fc601b4abb23f40033f94112c4b4bff5f8bc54e1e32ecd68b1f01e7d67bc4fd8f7dd98ce0362cc
+DIST certbot-1.11.0.tar.gz 1419116 BLAKE2B 
4749dcd897822d4e1981ef57334a493e7b729205f3ae808893ed4cab682b74c8779893378fa5cd2651b4ef681518c5aac751514104b64adfd7a17435946c46b7
 SHA512 
b744e44e8a7981d7b28064a2b7b5d1f47ac1ea465fa350b4f849004f38e6b3966e3118e5ebd8c1c83b9a4a065c31005c0e2cb33f75a0b04125fbe2ac17312a24
 DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 
9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e
 SHA512 
098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8

diff --git a/app-crypt/acme/acme-1.11.0.ebuild 
b/app-crypt/acme/acme-1.11.0.ebuild
new file mode 100644
index 000..39bf50ccd8a
--- /dev/null
+++ b/app-crypt/acme/acme-1.11.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+   distutils-r1_src_compile
+   if use doc ; then
+   cd docs || die
+   sphinx-build -b html -d _build/doctrees   . _build/html
+   fi
+}
+
+python_test() {
+   nosetests -w ${PN} || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2021-01-06 Thread Matthew Thode
commit: bab1225672dffdb46c81ed143298c3fe6be065a9
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  7 07:08:54 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  7 07:09:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab12256

app-crypt/acme: add py39

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/acme/acme-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index 9c58fbb71ad..39bf50ccd8a 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then



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

2021-01-06 Thread Matthew Thode
commit: 5bd8444c2bc42e0fb38616cb7fd260c5c69b7e6e
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  7 07:04:23 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  7 07:09:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd8444c

app-crypt/certbot: 1.11.0 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/Manifest   | 1 +
 app-crypt/certbot/{certbot-.ebuild => certbot-1.11.0.ebuild} | 4 ++--
 app-crypt/certbot/certbot-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 653ac5b25cb..a11dafe83f7 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.10.1.tar.gz 1416402 BLAKE2B 
e00ba6bf69dbf4bc91be325d4c9ba470214aeef18b4ad4ac5efbf7d077ffa9498e9cff2eff00045bc1024930f95ec56e1773c3a193a982b393caf7ee19f8ccc0
 SHA512 
332e92dd7d91b9774e55ef8d2c0217a57167a26d1e86d36196fc601b4abb23f40033f94112c4b4bff5f8bc54e1e32ecd68b1f01e7d67bc4fd8f7dd98ce0362cc
+DIST certbot-1.11.0.tar.gz 1419116 BLAKE2B 
4749dcd897822d4e1981ef57334a493e7b729205f3ae808893ed4cab682b74c8779893378fa5cd2651b4ef681518c5aac751514104b64adfd7a17435946c46b7
 SHA512 
b744e44e8a7981d7b28064a2b7b5d1f47ac1ea465fa350b4f849004f38e6b3966e3118e5ebd8c1c83b9a4a065c31005c0e2cb33f75a0b04125fbe2ac17312a24
 DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 
9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e
 SHA512 
098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-1.11.0.ebuild
similarity index 93%
copy from app-crypt/certbot/certbot-.ebuild
copy to app-crypt/certbot/certbot-1.11.0.ebuild
index e5444094150..c43705371ce 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-1.11.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-.ebuild
index e5444094150..c43705371ce 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then



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

2021-01-06 Thread Matthew Thode
commit: a359e2d094845f7e9b45918fca25d745d4bfc0dd
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  7 07:06:31 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  7 07:09:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a359e2d0

app-crypt/certbot-apache: 1.11.0 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-apache/Manifest | 1 +
 .../{certbot-apache-.ebuild => certbot-apache-1.11.0.ebuild}  | 4 ++--
 app-crypt/certbot-apache/certbot-apache-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 653ac5b25cb..a11dafe83f7 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.10.1.tar.gz 1416402 BLAKE2B 
e00ba6bf69dbf4bc91be325d4c9ba470214aeef18b4ad4ac5efbf7d077ffa9498e9cff2eff00045bc1024930f95ec56e1773c3a193a982b393caf7ee19f8ccc0
 SHA512 
332e92dd7d91b9774e55ef8d2c0217a57167a26d1e86d36196fc601b4abb23f40033f94112c4b4bff5f8bc54e1e32ecd68b1f01e7d67bc4fd8f7dd98ce0362cc
+DIST certbot-1.11.0.tar.gz 1419116 BLAKE2B 
4749dcd897822d4e1981ef57334a493e7b729205f3ae808893ed4cab682b74c8779893378fa5cd2651b4ef681518c5aac751514104b64adfd7a17435946c46b7
 SHA512 
b744e44e8a7981d7b28064a2b7b5d1f47ac1ea465fa350b4f849004f38e6b3966e3118e5ebd8c1c83b9a4a065c31005c0e2cb33f75a0b04125fbe2ac17312a24
 DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 
9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e
 SHA512 
098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8

diff --git a/app-crypt/certbot-apache/certbot-apache-.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.11.0.ebuild
similarity index 91%
copy from app-crypt/certbot-apache/certbot-apache-.ebuild
copy to app-crypt/certbot-apache/certbot-apache-1.11.0.ebuild
index e52584b7e0c..4ab0d77d914 100644
--- a/app-crypt/certbot-apache/certbot-apache-.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.11.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then

diff --git a/app-crypt/certbot-apache/certbot-apache-.ebuild 
b/app-crypt/certbot-apache/certbot-apache-.ebuild
index e52584b7e0c..4ab0d77d914 100644
--- a/app-crypt/certbot-apache/certbot-apache-.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-.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
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 if [[ ${PV} == * ]]; then



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

2021-01-06 Thread Hans de Graaff
commit: ec0e0ac1cd8507406b2373b726f19867b8f503c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  7 06:43:00 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  7 06:44:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0e0ac1

dev-ruby/i18n: add 1.8.7

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

 dev-ruby/i18n/Manifest  |  1 +
 dev-ruby/i18n/i18n-1.8.7.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest
index b796ff353cd..987787a2682 100644
--- a/dev-ruby/i18n/Manifest
+++ b/dev-ruby/i18n/Manifest
@@ -3,3 +3,4 @@ DIST i18n-1.7.1.tar.gz 66346 BLAKE2B 
4fc0ba1130e2a1c5c9c603ff06ab076ef2d9ee57e96
 DIST i18n-1.8.2.tar.gz 66623 BLAKE2B 
2bc2a6174ae9b6a3342d925d29501e9cf959bf78f683a446330ab40064f39bbba5a715acf6b3baa2a1250308823880f9f91ec09aed03686f3d5bcbc314ef5807
 SHA512 
20cc06ab63c1e4343a49e2d979399dd599dc14e9a0faed260874d2c44419ca9b7262eb95b9949ed5cf0439b79854f5d810fe1731823b625449065666102340d3
 DIST i18n-1.8.5.tar.gz 67840 BLAKE2B 
977bfd086c83f86a47413a5d332f09ee521fc269f4e333721ee8bf71334cff001975fe3a31fc84e600b34d0037050e00afd5f59db5a51b566d8648fec50de016
 SHA512 
0fd51cdc059c17b1581d187f39149bec1de4bcb06e6c9867f084fce26a8d6a6570b0058689cc30ff7ae14ea562b64ecdaf10ab3d4d2fbe246717583ca20100be
 DIST i18n-1.8.6.tar.gz 67932 BLAKE2B 
779bbfb042777abd44d157c2bc8d716afbd3b1a20da3252007eae1c455cf38b1480f6e7e0d3a8407d239139d22cc50b9a6c472943f00fddacc8e48e4800ed10c
 SHA512 
74088250e84390267dfe1eef84235e1dfc8546fa64bd49ddb76a46b363ebc260d4c18354cee6cdefc1ef79360a1e9186096e900dabba19f61cdb948f1ec6287f
+DIST i18n-1.8.7.tar.gz 67999 BLAKE2B 
eb0ec1bc8ae1fca99756b197f8a91b9fd7b72ea9b781b1958085ea4caaf93f0e1af0c6b70508669958b74859093d941a8e58a10be40a4ca3530db2e18a43da4d
 SHA512 
bfb12cb1565e3eff597639199d807cc3a468cc29d1afe48a4448ea7e100fe9684c6bb1ddfc9cd258c64efb809f7bebd077fca390e16058f468511f430ace7468

diff --git a/dev-ruby/i18n/i18n-1.8.7.ebuild b/dev-ruby/i18n/i18n-1.8.7.ebuild
new file mode 100644
index 000..031d509894d
--- /dev/null
+++ b/dev-ruby/i18n/i18n-1.8.7.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/;
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/activesupport-5.1
+   dev-ruby/bundler
+   >=dev-ruby/mocha-1.7.0
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   rm -f gemfiles/*.lock || die
+
+   # Remove optional unpackaged oj gem
+   sed -i -e '/oj/ s:^:#:' gemfiles/* || die
+
+   # Update old test dependencies
+   sed -i -e '/rake/ s/~>/>=/' -e 's/1.7.0/1.7/' gemfiles/* || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby27)
+   versions="6.0"
+   ;;
+   *ruby26)
+   versions="5.2 6.0"
+   ;;
+   *ruby25)
+   versions="5.2 6.0"
+   ;;
+   *ruby24)
+   versions="5.2"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2021-01-06 Thread Hans de Graaff
commit: a39e681123d4de60222f798e1706225b43c36c96
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  7 06:41:39 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  7 06:44:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39e6811

dev-ruby/sanitize: add 5.2.2

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

 dev-ruby/sanitize/Manifest  |  1 +
 dev-ruby/sanitize/sanitize-5.2.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/sanitize/Manifest b/dev-ruby/sanitize/Manifest
index 1012bf9fc97..ba1cc9dcced 100644
--- a/dev-ruby/sanitize/Manifest
+++ b/dev-ruby/sanitize/Manifest
@@ -1 +1,2 @@
 DIST sanitize-5.2.1.tar.gz 1352785 BLAKE2B 
2742085ac296869b8be36cf803f999475032c147d94aa0fba77fb83b8305470baf144f4c68fc5711871779f327c9bf1ba8b3b817f3777a04fb0b9c726318ee1d
 SHA512 
3384d01db244f9f7feeb67bf2fae5773a85f512411bd761db6a71ab3fb690fac33c0caae848e5a4df6f202be7dd7cc52f8bac4c82bef447d20dbc70a586ed82f
+DIST sanitize-5.2.2.tar.gz 1352903 BLAKE2B 
8ebe57b6de733556015e38ddca0a2ed69e4bb8a22d5f3e812f7e346f4822df15e0554b4a74d195fd812c45397ecc03543ce7024e9052b4d0045d56fc3c02f64d
 SHA512 
9a2e7d265799fdb7e02256bd9050ede7ae73c6088064bc79fec6c94f3d35871ff427c2b59f0e3ed122e091ae36b996413080f7fdcefe85f740c1825a70abedcf

diff --git a/dev-ruby/sanitize/sanitize-5.2.2.ebuild 
b/dev-ruby/sanitize/sanitize-5.2.2.ebuild
new file mode 100644
index 000..6bde161caaf
--- /dev/null
+++ b/dev-ruby/sanitize/sanitize-5.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
+HOMEPAGE="https://github.com/rgrove/sanitize;
+SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend "
+   >=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
+   >=dev-ruby/nokogiri-1.8.0
+   dev-ruby/nokogumbo:2"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_sanitize.rb || die
+}



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

2021-01-06 Thread Hans de Graaff
commit: 71e1052a3cd3796a271564dd8c2597105ba6678d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  7 06:41:28 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  7 06:44:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e1052a

dev-ruby/crass: add ruby30

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

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

diff --git a/dev-ruby/crass/crass-1.0.6.ebuild 
b/dev-ruby/crass/crass-1.0.6.ebuild
index 74c71288337..9e5d9bca791 100644
--- a/dev-ruby/crass/crass-1.0.6.ebuild
+++ b/dev-ruby/crass/crass-1.0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
 



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

2021-01-06 Thread Sam James
commit: 6b0b884faf51833ce594a5e26612514c95015f30
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:58:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:58:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0b884f

dev-python/thrift: Stabilize 0.13.0 x86, #761409

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

 dev-python/thrift/thrift-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/thrift/thrift-0.13.0.ebuild 
b/dev-python/thrift/thrift-0.13.0.ebuild
index b2f881814cc..03b933b0f83 100644
--- a/dev-python/thrift/thrift-0.13.0.ebuild
+++ b/dev-python/thrift/thrift-0.13.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=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]



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

2021-01-06 Thread Sam James
commit: 66f525e8544f36c3c9a0dabb184142527726
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:58:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:58:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f525e8

sci-libs/cfitsio: Stabilize 3.490 amd64, #673944

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

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

diff --git a/sci-libs/cfitsio/cfitsio-3.490.ebuild 
b/sci-libs/cfitsio/cfitsio-3.490.ebuild
index 006a29a1d91..4576f1dccd7 100644
--- a/sci-libs/cfitsio/cfitsio-3.490.ebuild
+++ b/sci-libs/cfitsio/cfitsio-3.490.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ISC"
 SLOT="0/9"
-KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="bzip2 curl cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
 
 BDEPEND="



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

2021-01-06 Thread Sam James
commit: c6e3a9b0e76d99d19cc891970f87080f36ceaa79
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:26:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e3a9b0

dev-util/git-delta: Stabilize 0.4.4 amd64

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/git-delta/git-delta-0.4.4.ebuild 
b/dev-util/git-delta/git-delta-0.4.4.ebuild
index f0c7d558abd..018bc859275 100644
--- a/dev-util/git-delta/git-delta-0.4.4.ebuild
+++ b/dev-util/git-delta/git-delta-0.4.4.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
@@ -136,7 +136,7 @@ S="${WORKDIR}/${P/git-/}"
 
 LICENSE="Apache-2.0 BSD-2 Boost-1.0 CC0-1.0 ISC LGPL-3+ MIT Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/timidity++/files/

2021-01-06 Thread Sam James
commit: 585ee02d57684b9b47738d103492543eb5786418
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:18:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585ee02d

media-sound/timidity++: restore CVE patches from 2.14.0

Whoops, misgrep (fooled by {}, I think?)

Thanks-to: Jeroen Roovers
Fixes: 4071642e177ae0e7289d684387d1f01af563cbd1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../files/timidity++-2.14.0-CVE-2017-11546.patch   | 31 ++
 .../files/timidity++-2.14.0-CVE-2017-11547.patch   | 67 ++
 2 files changed, 98 insertions(+)

diff --git 
a/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11546.patch 
b/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11546.patch
new file mode 100644
index 000..94135e98b96
--- /dev/null
+++ b/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11546.patch
@@ -0,0 +1,31 @@
+From 2386ec2c745f6c5075e53ea051da211336b44b84 Mon Sep 17 00:00:00 2001
+From: Takashi Iwai 
+Date: Tue, 26 Jun 2018 22:31:27 +0200
+Subject: readmidi: Fix division by zero
+
+References: CVE-2017-11546
+
+An adhoc fix for division by zero in insert_note_steps().
+
+Signed-off-by: Takashi Iwai 
+bug-debian: https://bugs.debian.org/870338
+bug-suse: https://bugzilla.suse.com/show_bug.cgi?id=1081694
+bug: https://bugzilla.suse.com/show_bug.cgi?id=1081694
+origin: https://bugzilla.suse.com/attachment.cgi?id=760825
+---
+ timidity/readmidi.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/timidity/readmidi.c b/timidity/readmidi.c
+index 158388a..341777e 100644
+--- a/timidity/readmidi.c
 b/timidity/readmidi.c
+@@ -4585,6 +4585,8 @@ static void insert_note_steps(void)
+   if (beat != 0)
+   meas++, beat = 0;
+   num = timesig[n].a, denom = timesig[n].b, n++;
++  if (!denom)
++  denom = 1;
+   }
+   a = (meas + 1) & 0xff;
+   b = (((meas + 1) >> 8) & 0x0f) + ((beat + 1) << 4);

diff --git 
a/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11547.patch 
b/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11547.patch
new file mode 100644
index 000..12562a577e0
--- /dev/null
+++ b/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11547.patch
@@ -0,0 +1,67 @@
+From 34328d22cbb4ccf03f29223f54f1834c796d86a2 Mon Sep 17 00:00:00 2001
+From: Takashi Iwai 
+Date: Tue, 26 Jun 2018 22:31:28 +0200
+Subject: resample: Fix out-of-bound access in resamplers
+
+References: CVE-2017-11547
+
+An adhoc fix for out-of-bound accesses in resamples.
+The offset might overflow the given data range.
+
+Signed-off-by: Takashi Iwai 
+bug-debian: https://bugs.debian.org/870338
+bug-suse: https://bugzilla.suse.com/show_bug.cgi?id=1081694
+origin: https://bugzilla.suse.com/attachment.cgi?id=760826
+---
+ timidity/resample.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/timidity/resample.c b/timidity/resample.c
+index cd6b8e6..4a3fadf 100644
+--- a/timidity/resample.c
 b/timidity/resample.c
+@@ -57,6 +57,8 @@ static resample_t resample_cspline(sample_t *src, splen_t 
ofs, resample_rec_t *r
+ {
+ int32 ofsi, ofsf, v0, v1, v2, v3, temp;
+ 
++if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
++  return src[ofs >> FRACTION_BITS];
+ ofsi = ofs >> FRACTION_BITS;
+ v1 = src[ofsi];
+ v2 = src[ofsi + 1];
+@@ -96,6 +98,8 @@ static resample_t resample_lagrange(sample_t *src, splen_t 
ofs, resample_rec_t *
+ {
+ int32 ofsi, ofsf, v0, v1, v2, v3;
+ 
++if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
++  return src[ofs >> FRACTION_BITS];
+ ofsi = ofs >> FRACTION_BITS;
+ v1 = (int32)src[ofsi];
+ v2 = (int32)src[ofsi + 1];
+@@ -154,6 +158,8 @@ static resample_t resample_gauss(sample_t *src, splen_t 
ofs, resample_rec_t *rec
+ sample_t *sptr;
+ int32 left, right, temp_n;
+ 
++if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
++  return src[ofs >> FRACTION_BITS];
+ left = (ofs>>FRACTION_BITS);
+ right = (rec->data_length>>FRACTION_BITS) - left - 1;
+ temp_n = (right<<1)-1;
+@@ -261,6 +267,8 @@ static resample_t resample_newton(sample_t *src, splen_t 
ofs, resample_rec_t *re
+ int32 left, right, temp_n;
+ int ii, jj;
+ 
++if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
++  return src[ofs >> FRACTION_BITS];
+ left = (ofs>>FRACTION_BITS);
+ right = (rec->data_length>>FRACTION_BITS)-(ofs>>FRACTION_BITS)-1;
+ temp_n = (right<<1)-1;
+@@ -330,6 +338,8 @@ static resample_t resample_linear(sample_t *src, splen_t 
ofs, resample_rec_t *re
+ {
+ int32 v1, v2, ofsi;
+ 
++if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
++  return src[ofs >> FRACTION_BITS];
+ ofsi = ofs >> FRACTION_BITS;
+ v1 = src[ofsi];
+ 

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

2021-01-06 Thread Sam James
commit: bc4758fa6898a16b1b6652641cf4e1da2a2dac5c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:14:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4758fa

dev-libs/libnl: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libnl/libnl-1.1.4.ebuild | 53 ---
 1 file changed, 53 deletions(-)

diff --git a/dev-libs/libnl/libnl-1.1.4.ebuild 
b/dev-libs/libnl/libnl-1.1.4.ebuild
deleted file mode 100644
index fbf02348694..000
--- a/dev-libs/libnl/libnl-1.1.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/;
-SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz;
-LICENSE="LGPL-2.1"
-SLOT="1.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-DOCS=( ChangeLog )
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-1.1-vlan-header.patch \
-   "${FILESDIR}"/${PN}-1.1-flags.patch \
-   "${FILESDIR}"/${PN}-1.1.3-offsetof.patch
-   sed -i \
-   -e '/@echo/d' \
-   Makefile.rules {lib,src,tests}/Makefile || die
-   sed -i \
-   -e 's|-g ||g' \
-   Makefile.opts.in || die
-
-   if ! use static-libs; then
-   sed -i lib/Makefile -e '/OUT_AR/d' || die
-   fi
-
-   rm -f lib/libnl.a
-}
-
-src_compile() {
-   emake AR=$(tc-getAR)
-
-   if use doc ; then
-   cd "${S}/doc"
-   emake gendoc
-   fi
-}
-
-src_install() {
-   default
-
-   if use doc ; then
-   cd "${S}/doc"
-   dohtml -r html/*
-   fi
-}



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

2021-01-06 Thread Sam James
commit: 800abf51ac4926a12c10154afb645c7d591f17e9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:10:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:10:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800abf51

dev-libs/libnl: Stabilize 1.1.4-r1 s390, #762142

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

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

diff --git a/dev-libs/libnl/libnl-1.1.4-r1.ebuild 
b/dev-libs/libnl/libnl-1.1.4-r1.ebuild
index 2041dd8702f..77e2c37dac6 100644
--- a/dev-libs/libnl/libnl-1.1.4-r1.ebuild
+++ b/dev-libs/libnl/libnl-1.1.4-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.infradead.org/~tgr/libnl/;
 SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="1.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( app-doc/doxygen )"



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

2021-01-06 Thread Sam James
commit: e648843dc10f5f162133ff7ac795b71fc0aaf8cd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:11:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:11:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e648843d

sys-apps/busybox: Stabilize 1.32.0-r1 arm64, #764008

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

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

diff --git a/sys-apps/busybox/busybox-1.32.0-r1.ebuild 
b/sys-apps/busybox/busybox-1.32.0-r1.ebuild
index 2dde2a7224d..cd1c493c40a 100644
--- a/sys-apps/busybox/busybox-1.32.0-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.32.0-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P=${PN}-${PV/_/-}
SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2" # GPL-2 only



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

2021-01-06 Thread Sam James
commit: dddae02ebb08f6964d0c6e248d23ef85536b436b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:10:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:10:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddae02e

app-admin/logrotate: Stabilize 3.17.0 arm, #762038

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

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

diff --git a/app-admin/logrotate/logrotate-3.17.0.ebuild 
b/app-admin/logrotate/logrotate-3.17.0.ebuild
index 31f32e817f6..fa7f5cbe723 100644
--- a/app-admin/logrotate/logrotate-3.17.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.17.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="acl +cron selinux"
 
 COMMON_DEPEND="



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

2021-01-06 Thread Sam James
commit: ac0bb6da57dd41152107eadcd2e146ee580f1a75
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:10:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0bb6da

app-shells/bash: Stabilize 5.0_p11-r1 arm, #702488

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

 app-shells/bash/bash-5.0_p11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.0_p11-r1.ebuild 
b/app-shells/bash/bash-5.0_p11-r1.ebuild
index 89c94d4287f..1da7a1f2a37 100644
--- a/app-shells/bash/bash-5.0_p11-r1.ebuild
+++ b/app-shells/bash/bash-5.0_p11-r1.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2021-01-06 Thread Sam James
commit: 8bef82486ecd567c60a295edac8aaa273ce2e367
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:09:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:09:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bef8248

app-shells/bash: Stabilize 5.0_p11-r1 ppc, #702488

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

 app-shells/bash/bash-5.0_p11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.0_p11-r1.ebuild 
b/app-shells/bash/bash-5.0_p11-r1.ebuild
index a4a210efe97..d23c93d3456 100644
--- a/app-shells/bash/bash-5.0_p11-r1.ebuild
+++ b/app-shells/bash/bash-5.0_p11-r1.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2021-01-06 Thread Sam James
commit: 42e76c924aeaa98d0298d288cbd93e54cbab3bba
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:09:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:09:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e76c92

dev-python/pillow: Stabilize 8.1.0 ppc, #763210

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

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

diff --git a/dev-python/pillow/pillow-8.1.0.ebuild 
b/dev-python/pillow/pillow-8.1.0.ebuild
index 20efe4c7659..e6d69ba52c8 100644
--- a/dev-python/pillow/pillow-8.1.0.ebuild
+++ b/dev-python/pillow/pillow-8.1.0.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 tiff )"
 RESTRICT="!test? ( test )"



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

2021-01-06 Thread Sam James
commit: ee2dc5fbd8d91aa7f5ecfb66bba55f03e7c1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:10:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:10:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2d

app-admin/logrotate: Stabilize 3.17.0 arm64, #762038

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

 app-admin/logrotate/logrotate-3.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/logrotate/logrotate-3.17.0.ebuild 
b/app-admin/logrotate/logrotate-3.17.0.ebuild
index b63b513c2ef..31f32e817f6 100644
--- a/app-admin/logrotate/logrotate-3.17.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.17.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="acl +cron selinux"
 
 COMMON_DEPEND="



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

2021-01-06 Thread Sam James
commit: 482df7b4e04772dd2524bdfad8f8c314b00f3fa9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:10:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482df7b4

app-shells/bash: Stabilize 5.0_p11-r1 arm64, #702488

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

 app-shells/bash/bash-5.0_p11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.0_p11-r1.ebuild 
b/app-shells/bash/bash-5.0_p11-r1.ebuild
index d23c93d3456..89c94d4287f 100644
--- a/app-shells/bash/bash-5.0_p11-r1.ebuild
+++ b/app-shells/bash/bash-5.0_p11-r1.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2021-01-06 Thread Sam James
commit: de6755bd36de6a530049e1b026ddfd75021bf53d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:09:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6755bd

net-mail/dovecot: Stabilize 2.3.13-r1 ppc64, #763525

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

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

diff --git a/net-mail/dovecot/dovecot-2.3.13-r1.ebuild 
b/net-mail/dovecot/dovecot-2.3.13-r1.ebuild
index d538d6d6dd5..fea15d0a644 100644
--- a/net-mail/dovecot/dovecot-2.3.13-r1.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.13-r1.ebuild
@@ -28,7 +28,7 @@ HOMEPAGE="https://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib zstd"



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

2021-01-06 Thread Sam James
commit: 3805d70b27b3fb141b5c09f5262c8486869ca4fc
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:08:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:08:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3805d70b

sci-libs/libspatialindex: Stabilize 1.9.3 x86, #764116

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

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

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild 
b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
index 0eedad2626f..b38f1950daa 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: 56bec0c5662285f8a4a75df7d181a9e088b7614a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:08:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:08:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bec0c5

app-emulation/vice: Stabilize 3.4_p38553 x86, #764128

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

 app-emulation/vice/vice-3.4_p38553.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/vice/vice-3.4_p38553.ebuild 
b/app-emulation/vice/vice-3.4_p38553.ebuild
index 74f05c1f06f..17bb3310b2a 100644
--- a/app-emulation/vice/vice-3.4_p38553.ebuild
+++ b/app-emulation/vice/vice-3.4_p38553.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://sourceforge.net/code-snapshots/svn/v/vi/vice-emu/code/${MY_P}.z
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa debug doc ethernet ffmpeg flac gif +gtk headless ipv6 jpeg lame 
mpg123 ogg oss +opengl parport pci png portaudio pulseaudio sdl zlib"
 REQUIRED_USE="|| ( gtk headless sdl ) gtk? ( zlib )"
 



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

2021-01-06 Thread Sam James
commit: d9bdcd6a08ea4f8f683c674bd1f7bb39a369b09c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:08:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:08:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bdcd6a

sci-libs/libspatialindex: Stabilize 1.9.3 amd64, #764116

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

 sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild 
b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
index b923ee62d39..0eedad2626f 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.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
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: b3621bcc6beb607afed33a789e4bbe72d333cfd9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 05:08:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 05:08:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3621bcc

sys-fs/udftools: Stabilize 2.2 x86, #764212

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

 sys-fs/udftools/udftools-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udftools/udftools-2.2.ebuild 
b/sys-fs/udftools/udftools-2.2.ebuild
index 879092376c2..29a6cd08837 100644
--- a/sys-fs/udftools/udftools-2.2.ebuild
+++ b/sys-fs/udftools/udftools-2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-libs/readline:0="



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

2021-01-06 Thread Sam James
commit: 55ed493dac178d7c730c236d82442ddcf0811a53
Author: Chris Mayo  gmail  com>
AuthorDate: Mon Dec 21 19:31:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed493d

media-gfx/gscan2pdf: remove old 2.8.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gscan2pdf/Manifest   |   1 -
 media-gfx/gscan2pdf/gscan2pdf-2.8.1.ebuild | 105 -
 2 files changed, 106 deletions(-)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 2021a8ddb72..cd8523ffbd9 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,4 +1,3 @@
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
 DIST gscan2pdf-2.10.2.tar.xz 489484 BLAKE2B 
d699b471bcf701a83e87d982b7faebeac4a420083df35d875405483ea05fb4b28c9626c7b662629130801852a1602d6a90ea9627fdeebfd42ec25cf57a4e7835
 SHA512 
807af9af9c1451f761e1f64a0ebe132fc98252100202c0af0dea53210cd30bed5f4c293a8f5f52b03b493422053420c1506ca32a34515c90b7a5290837bc686a
-DIST gscan2pdf-2.8.1.tar.xz 476880 BLAKE2B 
c54e318fa00670f6b2f996791477fd61076abdfe57f2d924cad1fa9092a8796851c9ab503aabb7831ac374e390a19a821a5c7a8b996235deb7d7781b8b47f76c
 SHA512 
2a9f52ce53030f2871d2430b6aab6b06bb1d4e2efbde25ad24196cfa99ad7b13342ff0f2827526020f5c12079e156bc430f891bdb6ffa9545a210bf1cba29be5
 DIST gscan2pdf-2.9.1.tar.xz 484740 BLAKE2B 
e75ac6a5296ba2f89838ae9c95dc0ceb592ea8ffaf8d89a0635043e07fedbdcf97df26ac810556da7d0e0306eb7aaff76dc18162c6a5f89cb1953bd623a594a3
 SHA512 
4fc3107c871a7915ebdc023476b1159c0fe03934f1a52a417a5bc285be46f7db0ed38ec4cf015b15953c728ef19d1f4f30207d418b655c950bfb64ddc5d23237

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.8.1.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.8.1.ebuild
deleted file mode 100644
index f383412678c..000
--- a/media-gfx/gscan2pdf/gscan2pdf-2.8.1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_TEST="do"
-
-inherit optfeature perl-module virtualx xdg-utils
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/Config-General
-   dev-perl/Data-UUID
-   dev-perl/Date-Calc
-   dev-perl/Filesys-Df
-   dev-perl/glib-perl
-   dev-perl/GooCanvas2
-   dev-perl/Gtk3
-   dev-perl/Gtk3-SimpleList
-   dev-perl/HTML-Parser
-   dev-perl/Image-Sane
-   dev-perl/List-MoreUtils
-   dev-perl/Locale-gettext
-   dev-perl/Log-Log4perl
-   dev-perl/PDF-API2
-   dev-perl/Proc-ProcessTable
-   dev-perl/Readonly
-   dev-perl/Set-IntSpan
-   dev-perl/Try-Tiny
-   virtual/perl-Archive-Tar
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   virtual/perl-threads
-   virtual/perl-threads-shared
-   media-gfx/imagemagick[png,tiff,perl]
-   media-gfx/sane-backends
-   media-libs/tiff"
-
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   dev-perl/Sub-Override
-   media-libs/fontconfig
-
-   app-text/djvu[tiff]
-   app-text/poppler[utils]
-   app-text/tesseract[-opencl,osd(+),tiff]
-   app-text/unpaper
-   media-gfx/imagemagick[djvu,png,tiff,perl,postscript]
-   media-gfx/sane-backends[sane_backends_test]
-   media-gfx/sane-frontends
-   )"
-
-PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod}.t )
-
-mydoc="History"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-
-   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
-   optfeature "encrypting PDFs" app-text/pdftk
-   optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
-   optfeature "adding to an existing PDF" app-text/poppler[utils]
-   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
-   optfeature "scan post-processing" app-text/unpaper
-   optfeature "automatic document feeder support" media-gfx/sane-frontends
-   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}
-
-src_test() {
-   echo "Using:"
-   echo "  $(best_version app-text/djvu)"
-   echo "  $(best_version app-text/poppler)"
- 

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

2021-01-06 Thread Sam James
commit: 93cf072a8e7c266c155df6a556b3e4ed0b03989c
Author: Chris Mayo  gmail  com>
AuthorDate: Wed Jan  6 19:23:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:18:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cf072a

media-gfx/gscan2pdf: require dev-perl/IPC-System-Simple for tests

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18752
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild
index bae3935e710..412081e98a7 100644
--- a/media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.10.2.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
@@ -52,6 +52,7 @@ RDEPEND="
 BDEPEND="
test? (
${RDEPEND}
+   dev-perl/IPC-System-Simple
dev-perl/Sub-Override
media-libs/fontconfig
 



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

2021-01-06 Thread Sam James
commit: 18836b0146289cfef2e207ce82a7ae30cbaf0c27
Author: Chris Mayo  gmail  com>
AuthorDate: Mon Dec 21 19:31:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18836b01

media-gfx/gscan2pdf: version bump to 2.10.2

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gscan2pdf/Manifest|   1 +
 media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild | 109 
 2 files changed, 110 insertions(+)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 407baff7ace..2021a8ddb72 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,3 +1,4 @@
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
+DIST gscan2pdf-2.10.2.tar.xz 489484 BLAKE2B 
d699b471bcf701a83e87d982b7faebeac4a420083df35d875405483ea05fb4b28c9626c7b662629130801852a1602d6a90ea9627fdeebfd42ec25cf57a4e7835
 SHA512 
807af9af9c1451f761e1f64a0ebe132fc98252100202c0af0dea53210cd30bed5f4c293a8f5f52b03b493422053420c1506ca32a34515c90b7a5290837bc686a
 DIST gscan2pdf-2.8.1.tar.xz 476880 BLAKE2B 
c54e318fa00670f6b2f996791477fd61076abdfe57f2d924cad1fa9092a8796851c9ab503aabb7831ac374e390a19a821a5c7a8b996235deb7d7781b8b47f76c
 SHA512 
2a9f52ce53030f2871d2430b6aab6b06bb1d4e2efbde25ad24196cfa99ad7b13342ff0f2827526020f5c12079e156bc430f891bdb6ffa9545a210bf1cba29be5
 DIST gscan2pdf-2.9.1.tar.xz 484740 BLAKE2B 
e75ac6a5296ba2f89838ae9c95dc0ceb592ea8ffaf8d89a0635043e07fedbdcf97df26ac810556da7d0e0306eb7aaff76dc18162c6a5f89cb1953bd623a594a3
 SHA512 
4fc3107c871a7915ebdc023476b1159c0fe03934f1a52a417a5bc285be46f7db0ed38ec4cf015b15953c728ef19d1f4f30207d418b655c950bfb64ddc5d23237

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild
new file mode 100644
index 000..bae3935e710
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.10.2.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_TEST="do"
+
+inherit optfeature perl-module virtualx xdg-utils
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Config-General
+   dev-perl/Data-UUID
+   dev-perl/Date-Calc
+   dev-perl/Filesys-Df
+   dev-perl/glib-perl
+   dev-perl/GooCanvas2
+   dev-perl/Gtk3
+   dev-perl/Gtk3-ImageView
+   dev-perl/Gtk3-SimpleList
+   dev-perl/HTML-Parser
+   dev-perl/Image-Sane
+   dev-perl/List-MoreUtils
+   dev-perl/Locale-Codes
+   dev-perl/Locale-gettext
+   dev-perl/Log-Log4perl
+   dev-perl/PDF-Builder
+   dev-perl/Proc-ProcessTable
+   dev-perl/Readonly
+   dev-perl/Set-IntSpan
+   dev-perl/Try-Tiny
+   virtual/perl-Archive-Tar
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   virtual/perl-threads
+   virtual/perl-threads-shared
+   media-gfx/imagemagick[png,tiff,perl]
+   media-gfx/sane-backends
+   media-libs/tiff"
+
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-perl/Sub-Override
+   media-libs/fontconfig
+
+   app-text/djvu[jpeg,tiff]
+   app-text/poppler[utils]
+   app-text/tesseract[-opencl,osd(+),png,tiff]
+   app-text/unpaper
+   media-gfx/imagemagick[djvu,jpeg,png,tiff,perl,postscript]
+   media-gfx/sane-backends[sane_backends_test]
+   media-gfx/sane-frontends
+   )"
+
+PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod}.t )
+
+mydoc="History"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
+   optfeature "encrypting PDFs" app-text/pdftk
+   optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
+   optfeature "adding to an existing PDF" app-text/poppler[utils]
+   optfeature "Optical Character Recognition" app-text/tesseract[tiff]
+   optfeature "scan post-processing" app-text/unpaper
+   optfeature "automatic document feeder support" media-gfx/sane-frontends
+   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}
+
+src_test() {
+   echo "Using:"
+   echo "  

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

2021-01-06 Thread Sam James
commit: 7331f0b844ca0dd722408ab3ecdac14fdb87f383
Author: Peter Alfredsen  icloud  com>
AuthorDate: Fri Dec 11 13:46:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:13:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7331f0b8

media-libs/libldac: version bump to 2.0.2.3

Migrate from cmake-utils.eclass to cmake.eclass

Closes: https://bugs.gentoo.org/700872
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18605
Signed-off-by: Sam James  gentoo.org>

 media-libs/libldac/Manifest   |  1 +
 media-libs/libldac/libldac-2.0.2.3.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest
index a5364d21e60..738da572001 100644
--- a/media-libs/libldac/Manifest
+++ b/media-libs/libldac/Manifest
@@ -1 +1,2 @@
+DIST ldacBT-2.0.2.3.tar.gz 75708 BLAKE2B 
9f9ec1aa8a9603927067cd01058745db615a89652d16e870d9eb0a4db270a4076b7bb70ba091948249969087e5b26b86e22656314e3d26e43311fae982472347
 SHA512 
0e42723a1e7d748b28b13d73823fd5378a64100d5e27ae90cf3214494f3e199c526e219efd1329b2ec2b3195e1a6b3c98c8210ab7e4e6b98077199ef0f64c02e
 DIST libldac-2.0.2-1.1.tar.gz 282323 BLAKE2B 
f8e4a05130b47e4c46070c3a9f0a085451bf480e3d90579342f66edeb77df665c89bf1c81d65d5366e704c5396335de8263ebd6ac1e1d1350714acb3775511e9
 SHA512 
f1aedb3edc0421b7a9d49a9d2e347d8ab19d54e37f0e77b3673f92413eaccdbbacb678e2e89a23016b22c768156148a82b7fc996bebc3a4cd4451ffb606dba3e

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild 
b/media-libs/libldac/libldac-2.0.2.3.ebuild
new file mode 100644
index 000..98474b9af7a
--- /dev/null
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LDAC codec library from AOSP"
+HOMEPAGE="https://android.googlesource.com/platform/external/libldac/;
+SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/ldacBT"
+
+src_prepare() {
+   cmake_src_prepare
+   mycmakeargs=(
+   -DLDAC_SOFT_FLOAT=OFF
+   -DINSTALL_LIBDIR=/usr/$(get_libdir)
+   )
+}



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

2021-01-06 Thread Sam James
commit: 2fd8ff7c201e0bd870ed782de3beb4ece73aa6a9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 04:13:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:13:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd8ff7c

media-libs/libldac: style changes

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/libldac/libldac-2.0.2.3.ebuild | 16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild 
b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 98474b9af7a..2be002228f1 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,18 +12,14 @@ 
SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
 
 S="${WORKDIR}/ldacBT"
 
-src_prepare() {
-   cmake_src_prepare
-   mycmakeargs=(
+src_configure() {
+   local mycmakeargs=(
-DLDAC_SOFT_FLOAT=OFF
-DINSTALL_LIBDIR=/usr/$(get_libdir)
-   )
+   )
+
+   cmake_src_configure
 }



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

2021-01-06 Thread Sam James
commit: 3096e6c2c8f17a5130ff3e26bb15b4955616dab1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 04:14:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:14:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3096e6c2

media-libs/libldac: add github remote-id

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/libldac/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/libldac/metadata.xml b/media-libs/libldac/metadata.xml
index 018dfdf1a46..b4ce5e61c27 100644
--- a/media-libs/libldac/metadata.xml
+++ b/media-libs/libldac/metadata.xml
@@ -4,4 +4,7 @@

zx...@gentoo.org

+   
+   EHfive/ldacBT
+   
 



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

2021-01-06 Thread Sam James
commit: cd5ca19a3d0b633fd578c3cabcb1acee21493d86
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 04:14:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ca19a

media-libs/libldac: update metadata indentation

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/libldac/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/libldac/metadata.xml b/media-libs/libldac/metadata.xml
index 38b28ff6e62..018dfdf1a46 100644
--- a/media-libs/libldac/metadata.xml
+++ b/media-libs/libldac/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-zx...@gentoo.org
-
+   
+   zx...@gentoo.org
+   
 



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

2021-01-06 Thread Sam James
commit: d610bba8be2d1d2c29eaf3c5298b298a9b7dab04
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Dec 10 14:05:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:04:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d610bba8

dev-libs/libdnet: misc fixes

* Add cython as BDEPEND
* Disabled static libs
* Removed TODO from docs
* Removed live ebuild

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18596
Signed-off-by: Sam James  gentoo.org>

 ...{libdnet-.ebuild => libdnet-1.14-r2.ebuild} | 24 +-
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libdnet/libdnet-.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
similarity index 72%
rename from dev-libs/libdnet/libdnet-.ebuild
rename to dev-libs/libdnet/libdnet-1.14-r2.ebuild
index c1471b35968..068ca755f13 100644
--- a/dev-libs/libdnet/libdnet-.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -5,17 +5,16 @@ EAPI=7
 AT_M4DIR="config"
 PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL=1
-inherit autotools distutils-r1 git-r3
+inherit autotools distutils-r1
 
 DESCRIPTION="simplified, portable interface to several low-level networking 
routines"
 HOMEPAGE="https://github.com/ofalk/libdnet;
-EGIT_REPO_URI="https://github.com/ofalk/libdnet;
-EGIT_BRANCH="devel"
+SRC_URI="https://github.com/ofalk/${PN}/archive/${P}.tar.gz;
 LICENSE="LGPL-2"
 
 SLOT="0"
-KEYWORDS=""
-IUSE="python static-libs test"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="python test"
 
 DEPEND="
python? ( ${PYTHON_DEPS} )
@@ -23,11 +22,18 @@ DEPEND="
 RDEPEND="
${DEPEND}
 "
+BDEPEND="
+   python? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   )
+"
 RESTRICT="test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-DOCS=( README.md THANKS TODO )
+DOCS=( README.md THANKS )
+S="${WORKDIR}/${PN}-${P}"
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.14-strlcpy.patch
+   "${FILESDIR}/${PN}-1.14-ndisc.patch"
+   "${FILESDIR}/${PN}-1.14-strlcpy.patch"
 )
 
 src_prepare() {
@@ -53,9 +59,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf \
-   $(use_with python) \
-   $(use_enable static-libs static)
+   econf --disable-static $(use_with python)
 }
 
 src_compile() {



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

2021-01-06 Thread Sam James
commit: 5d964ed5ad7989e4075febd72d6e4083b80a3cf2
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 04:06:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:06:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d964ed5

dev-libs/libdnet: further style changes

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libdnet/libdnet-1.14-r2.ebuild | 34 ++---
 1 file changed, 19 insertions(+), 15 deletions(-)

diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
index 068ca755f13..f628dbd0b74 100644
--- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -1,7 +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
+
 AT_M4DIR="config"
 PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL=1
@@ -10,27 +11,26 @@ inherit autotools distutils-r1
 DESCRIPTION="simplified, portable interface to several low-level networking 
routines"
 HOMEPAGE="https://github.com/ofalk/libdnet;
 SRC_URI="https://github.com/ofalk/${PN}/archive/${P}.tar.gz;
-LICENSE="LGPL-2"
+S="${WORKDIR}/${PN}-${P}"
 
+LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="
-   python? ( ${PYTHON_DEPS} )
-"
-RDEPEND="
-   ${DEPEND}
-"
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}"
 BDEPEND="
python? (
dev-python/cython[${PYTHON_USEDEP}]
)
 "
+
 RESTRICT="test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
 DOCS=( README.md THANKS )
-S="${WORKDIR}/${PN}-${P}"
+
 PATCHES=(
"${FILESDIR}/${PN}-1.14-ndisc.patch"
"${FILESDIR}/${PN}-1.14-strlcpy.patch"
@@ -53,29 +53,33 @@ src_prepare() {
eautoreconf
 
if use python; then
-   cd python
+   cd python || die
distutils-r1_src_prepare
fi
 }
 
 src_configure() {
-   econf --disable-static $(use_with python)
+   econf \
+   --disable-static \
+   $(use_with python)
 }
 
 src_compile() {
default
if use python; then
-   cd python
+   cd python || die
distutils-r1_src_compile
fi
 }
 
 src_install() {
default
+
if use python; then
-   cd python
+   cd python || die
unset DOCS
distutils-r1_src_install
fi
-   find "${D}" -name '*.la' -delete || die
+
+   find "${ED}" -name '*.la' -delete || die
 }



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

2021-01-06 Thread Sam James
commit: ee63b521dd3a01e10b060d7eb3112ef978ea77d9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 04:07:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:07:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee63b521

dev-libs/libdnet: restore ~arm64

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libdnet/libdnet-1.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
index f628dbd0b74..86d95c40f66 100644
--- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-01-06 Thread Sam James
commit: e8306edc3efdae38c8890632c288b13bdc5b3f84
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 04:09:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 04:09:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8306edc

dev-libs/libdnet: unrestrict tests

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libdnet/libdnet-1.14-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
index 86d95c40f66..2938cfe88b8 100644
--- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -18,6 +18,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 DEPEND="python? ( ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"
@@ -27,8 +28,6 @@ BDEPEND="
)
 "
 
-RESTRICT="test"
-
 DOCS=( README.md THANKS )
 
 PATCHES=(



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

2021-01-06 Thread Sam James
commit: 43018c6c19904d60646d57b435507b9f21d4d82f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:59:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:59:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43018c6c

media-libs/dav1d: bump to 0.8.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/dav1d/Manifest   |  1 +
 media-libs/dav1d/dav1d-0.8.1.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/media-libs/dav1d/Manifest b/media-libs/dav1d/Manifest
index 1766c18ec5c..57b4cf3b319 100644
--- a/media-libs/dav1d/Manifest
+++ b/media-libs/dav1d/Manifest
@@ -1,2 +1,3 @@
 DIST dav1d-0.7.1.tar.bz2 644556 BLAKE2B 
f3539d73b2731be882c71a0e8e90c4382282a650ff9e0aa2bb1142f59a823bbe00011e384c65ae86b8b617054a167b8c90b83d96591ad5c133b7de336c30c753
 SHA512 
7db0f2eb5f6cbf2809ffb9ebaa18bf1331df00dc6e9d571380b2524143ce3bfdd2e7df1a31e82a52640e7ac81b2712127a395e857d061118845011a1e5fb4751
 DIST dav1d-0.8.0.tar.bz2 668627 BLAKE2B 
6f45c6b0011acb74bb26fa201e667b16dbf8b691a2bc5d2043517381ca58132fa29ee828841609762737ac8637948b2bd4bac9e2c1d2ca23b1d3ad23f5883875
 SHA512 
906481ce5b9ce99cef2723c4c2466ba762095b9f88caccd42dcabfd4800964d7cd142736de1bf2ef25b631ee01eb26f7f1ac1754fc161b8fb7192e104df10e28
+DIST dav1d-0.8.1.tar.bz2 674110 BLAKE2B 
d1dc6137148ee59ccee727127655cc61310d220046f3f3367551153728a4057a92ed2af3298a7b099b4ef345be0f63c2c6d6cf8985fa84a9cb8ee3ee11f2738a
 SHA512 
e882c11c4166a8ada0803a7f1f1de73b6d41fe94ea11300c89121a0551c04b6681e4e6e79d27753a990f7dca1723c35503eb1f02683cd4722db1ae055489e406

diff --git a/media-libs/dav1d/dav1d-0.8.1.ebuild 
b/media-libs/dav1d/dav1d-0.8.1.ebuild
new file mode 100644
index 000..38fc32f1023
--- /dev/null
+++ b/media-libs/dav1d/dav1d-0.8.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SCM=""
+if [[ "${PV}" == "" ]]; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d;
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2;
+fi
+
+inherit ${SCM} meson ninja-utils multilib-minimal
+
+DESCRIPTION="dav1d is an AV1 Decoder :)"
+HOMEPAGE="https://code.videolan.org/videolan/dav1d;
+
+LICENSE="BSD-2"
+SLOT="0/5"
+IUSE="+8bit +10bit +asm"
+
+ASM_DEPEND=">=dev-lang/nasm-2.14.02"
+BDEPEND="asm? (
+   abi_x86_32? ( ${ASM_DEPEND} )
+   abi_x86_64? ( ${ASM_DEPEND} )
+   )"
+
+DOCS=( README.md doc/PATENTS THANKS.md )
+
+multilib_src_configure() {
+   local -a bits=()
+   use 8bit  && bits+=( 8 )
+   use 10bit && bits+=( 16 )
+
+   local enable_asm
+   if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then
+   enable_asm=false
+   else
+   enable_asm=$(usex asm true false)
+   fi
+
+   local emesonargs=(
+   -D bitdepths=$(IFS=,; echo "${bits[*]}")
+   -D enable_asm=${enable_asm}
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   eninja
+}
+
+multilib_src_test() {
+   if multilib_is_native_abi ; then
+   meson_src_test
+   fi
+}
+
+multilib_src_install() {
+   DESTDIR="${D}" eninja install
+}



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

2021-01-06 Thread Sam James
commit: f6a9a23f9b57a08a6327057f227d7f95fffd3815
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:59:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:59:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a9a23f

media-libs/dav1d: sync live

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/dav1d/dav1d-.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/media-libs/dav1d/dav1d-.ebuild 
b/media-libs/dav1d/dav1d-.ebuild
index abc2d61dfe3..38fc32f1023 100644
--- a/media-libs/dav1d/dav1d-.ebuild
+++ b/media-libs/dav1d/dav1d-.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
@@ -52,6 +52,12 @@ multilib_src_compile() {
eninja
 }
 
+multilib_src_test() {
+   if multilib_is_native_abi ; then
+   meson_src_test
+   fi
+}
+
 multilib_src_install() {
DESTDIR="${D}" eninja install
 }



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

2021-01-06 Thread Sam James
commit: 5458af5f9efaca5a968acbdc71dddfe240da70d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:19:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:19:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5458af5f

net-misc/socat: unify style

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/socat/socat-1.7.3.4.ebuild | 19 +++
 net-misc/socat/socat-2.0.0_beta9.ebuild | 18 +++---
 2 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/net-misc/socat/socat-1.7.3.4.ebuild 
b/net-misc/socat/socat-1.7.3.4.ebuild
index ea696ac13e6..3eba54db2ef 100644
--- a/net-misc/socat/socat-1.7.3.4.ebuild
+++ b/net-misc/socat/socat-1.7.3.4.ebuild
@@ -2,13 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit flag-o-matic toolchain-funcs
 
+MY_P=${P/_beta/-b}
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
 HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git;
-MY_P=${P/_beta/-b}
-S="${WORKDIR}/${MY_P}"
 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,16 +24,17 @@ DEPEND="
readline? ( sys-libs/readline:= )
tcpd? ( sys-apps/tcp-wrappers )
 "
-RDEPEND="
-   ${DEPEND}
-"
+RDEPEND="${DEPEND}"
+
+# Tests are a large bash script
+# Hard to disable individual tests needing network or privileges
 RESTRICT="
test
ssl? ( readline? ( bindist ) )
 "
-DOCS=(
-   BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
-)
+
+DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY )
+
 PATCHES=(
"${FILESDIR}"/${PN}-1.7.3.4-fno-common.patch
 )
@@ -49,6 +51,7 @@ pkg_setup() {
 src_configure() {
filter-flags '-Wno-error*' #293324
tc-export AR
+
econf \
$(use_enable ssl openssl) \
$(use_enable readline) \

diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild 
b/net-misc/socat/socat-2.0.0_beta9.ebuild
index 3745b7704e2..0f00e144582 100644
--- a/net-misc/socat/socat-2.0.0_beta9.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta9.ebuild
@@ -2,13 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools flag-o-matic toolchain-funcs
 
+MY_P=${P/_beta/-b}
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
 HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git;
-MY_P=${P/_beta/-b}
-S="${WORKDIR}/${MY_P}"
 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -25,12 +26,14 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test
-   ssl? ( readline? ( bindist ) )"
+# Tests are a large bash script
+# Hard to disable individual tests needing network or privileges
+RESTRICT="
+   test
+   ssl? ( readline? ( bindist ) )
+"
 
-DOCS=(
-   BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
-)
+DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY )
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch
@@ -59,6 +62,7 @@ src_prepare() {
 src_configure() {
filter-flags -Wall '-Wno-error*' #293324
tc-export AR
+
econf \
$(use_enable ssl openssl) \
$(use_enable readline) \



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

2021-01-06 Thread Sam James
commit: 0ecd104c8ce857dd4721cf7c56481ba1afbf602d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:16:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:16:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecd104c

net-misc/socat: add extra HOMEPAGE

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/socat/socat-1.7.3.4.ebuild | 2 +-
 net-misc/socat/socat-1.7.4.0.ebuild | 2 +-
 net-misc/socat/socat-2.0.0_beta9.ebuild | 4 ++--
 net-misc/socat/socat-.ebuild| 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/socat/socat-1.7.3.4.ebuild 
b/net-misc/socat/socat-1.7.3.4.ebuild
index 3ae99fe76a3..ea696ac13e6 100644
--- a/net-misc/socat/socat-1.7.3.4.ebuild
+++ b/net-misc/socat/socat-1.7.3.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
-HOMEPAGE="http://www.dest-unreach.org/socat/;
+HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git;
 MY_P=${P/_beta/-b}
 S="${WORKDIR}/${MY_P}"
 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;

diff --git a/net-misc/socat/socat-1.7.4.0.ebuild 
b/net-misc/socat/socat-1.7.4.0.ebuild
index cce924237d7..1db0f86eaaf 100644
--- a/net-misc/socat/socat-1.7.4.0.ebuild
+++ b/net-misc/socat/socat-1.7.4.0.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs
 
 MY_P=${P/_beta/-b}
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
-HOMEPAGE="http://www.dest-unreach.org/socat/;
+HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git;
 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P}"
 

diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild 
b/net-misc/socat/socat-2.0.0_beta9.ebuild
index d5d7fe26557..3745b7704e2 100644
--- a/net-misc/socat/socat-2.0.0_beta9.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta9.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
-HOMEPAGE="http://www.dest-unreach.org/socat/;
+HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git;
 MY_P=${P/_beta/-b}
 S="${WORKDIR}/${MY_P}"
 SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;

diff --git a/net-misc/socat/socat-.ebuild b/net-misc/socat/socat-.ebuild
index b7f8ff16c50..dada7a8478e 100644
--- a/net-misc/socat/socat-.ebuild
+++ b/net-misc/socat/socat-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
-HOMEPAGE="http://www.dest-unreach.org/socat/;
+HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git;
 EGIT_REPO_URI="https://repo.or.cz/${PN}.git;
 
 LICENSE="GPL-2"



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

2021-01-06 Thread Sam James
commit: b2d2d8ff0709e6aead12d822dfdd40c0c7e8b9db
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:08:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d2d8ff

dev-lang/python: Stabilize 3.9.0-r1 s390, #759928

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

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

diff --git a/dev-lang/python/python-3.9.0-r1.ebuild 
b/dev-lang/python/python-3.9.0-r1.ebuild
index b44291c70b7..1135d77cd40 100644
--- a/dev-lang/python/python-3.9.0-r1.ebuild
+++ b/dev-lang/python/python-3.9.0-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: b26645269c051215dd25e23f58f1f1cd442a7374
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:08:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:09:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2664526

net-misc/memcached: Stabilize 1.6.9 arm64, #764131

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

 net-misc/memcached/memcached-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/memcached/memcached-1.6.9.ebuild 
b/net-misc/memcached/memcached-1.6.9.ebuild
index 0da4cf2add6..b08303e48dd 100644
--- a/net-misc/memcached/memcached-1.6.9.ebuild
+++ b/net-misc/memcached/memcached-1.6.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4:=



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

2021-01-06 Thread Sam James
commit: e7720170f30f6ef10a4a32740aad8c6cc1f3148b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:08:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7720170

dev-lang/python: Stabilize 3.6.12-r1 s390, #759928

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

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

diff --git a/dev-lang/python/python-3.6.12-r1.ebuild 
b/dev-lang/python/python-3.6.12-r1.ebuild
index baa82797d8e..1695164047a 100644
--- a/dev-lang/python/python-3.6.12-r1.ebuild
+++ b/dev-lang/python/python-3.6.12-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: 93a82994225ec2e32839fba8f404da53c208b34b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:08:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a82994

dev-lang/python: Stabilize 3.7.9-r1 s390, #759928

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

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

diff --git a/dev-lang/python/python-3.7.9-r1.ebuild 
b/dev-lang/python/python-3.7.9-r1.ebuild
index dcb5f6e4b56..efee2dc7556 100644
--- a/dev-lang/python/python-3.7.9-r1.ebuild
+++ b/dev-lang/python/python-3.7.9-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: ea75c69c5033eb21bb72e763b59c58173f74b8e6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:08:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea75c69c

dev-lang/python: Stabilize 3.8.6-r1 s390, #759928

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

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

diff --git a/dev-lang/python/python-3.8.6-r1.ebuild 
b/dev-lang/python/python-3.8.6-r1.ebuild
index e71c4ec12e6..3a63d125d35 100644
--- a/dev-lang/python/python-3.8.6-r1.ebuild
+++ b/dev-lang/python/python-3.8.6-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: fb9294e22d285ef6c61439d7996ebd699494dafd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:08:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9294e2

dev-lang/python: Stabilize 2.7.18-r5 s390, #759928

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

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

diff --git a/dev-lang/python/python-2.7.18-r5.ebuild 
b/dev-lang/python/python-2.7.18-r5.ebuild
index 630640ac172..022e586961c 100644
--- a/dev-lang/python/python-2.7.18-r5.ebuild
+++ b/dev-lang/python/python-2.7.18-r5.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2021-01-06 Thread Matt Turner
commit: 88c0957454ca5d60c5d89aa96cdc28083b63d738
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan  7 02:53:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan  7 03:08:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c09574

net-misc/mobile-broadband-provider-info: Version bump to 20201225

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

 net-misc/mobile-broadband-provider-info/Manifest   |  1 +
 .../mobile-broadband-provider-info-20201225.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/net-misc/mobile-broadband-provider-info/Manifest 
b/net-misc/mobile-broadband-provider-info/Manifest
index dab9a40cb9d..0092cf20c92 100644
--- a/net-misc/mobile-broadband-provider-info/Manifest
+++ b/net-misc/mobile-broadband-provider-info/Manifest
@@ -1 +1,2 @@
 DIST mobile-broadband-provider-info-20190618.tar.xz 82640 BLAKE2B 
6aad85193297a17c4606bdc700b0d3c7ce59c897d5d8fe0cec4ba3d17168aa519971c52a6b4c1f133c24a8fbd3f2ed1f3d45461248612ac95fbb746a3de9217f
 SHA512 
511e6561b9b0db6c26f2e08bd06bb1dc9bb46696730fe6c6eba82cceec600dad684dc8dbe27adae78956367fb00dd8745070046acaa7a1129f194d8f16df425a
+DIST mobile-broadband-provider-info-20201225.tar.xz 83052 BLAKE2B 
53f37e1d5796350a9ddd1ecf7de491a365baa854d5021c45e9359ff51cd0e545867858ef172eeccf81f0df072b207c6dce8024ca805921b69f0c50d3febfcc0b
 SHA512 
26064451f43494e4895b65912e3dd06a62ca8afbe3334f09ca8428c1812318f7dac4accbd1c3aa9e83fcc1ee177fb187cb6fe77fab56608abd28c5f5ec3499cd

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
new file mode 100644
index 000..29c33fd46f8
--- /dev/null
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org
+
+DESCRIPTION="Database of mobile broadband service providers"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband;
+
+LICENSE="CC-PD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   dev-libs/libxslt
+   test? ( dev-libs/libxml2 )
+"
+
+DOCS=( README )



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

2021-01-06 Thread Sam James
commit: 0b37a28ecfdc8d201e53edf80d0de0840d613bb4
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:00:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:06:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b37a28e

net-misc/socat: bump to 1.7.4.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/socat/Manifest |  1 +
 net-misc/socat/socat-1.7.4.0.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/net-misc/socat/Manifest b/net-misc/socat/Manifest
index 0fb684a0357..8a226798468 100644
--- a/net-misc/socat/Manifest
+++ b/net-misc/socat/Manifest
@@ -1,2 +1,3 @@
 DIST socat-1.7.3.4.tar.bz2 490552 BLAKE2B 
68db1674a3156b28c10340e515f346de83d4e953570f3a3cdee9402db9f276285a8f46db14978b4651df6d0fa90fb496696f151afb3e826172daa444ee35e666
 SHA512 
f338d28e5fd9d7ebb9e30b0fa700bcd5ff50ff9e668403474963a3310ba2b5f68b5236b928872c18e4b1ee95328374987e7e263ac7655a0d9b3fc9da77281123
+DIST socat-1.7.4.0.tar.bz2 509023 BLAKE2B 
97ad5f5a52375aea4d2afbb4ac6143a86bfa057aed602d552b015f6c9fc6a3a0cc65b1717573b3c60bed482da908197366bd1d282ee1db6fd86a229484d2bb9f
 SHA512 
c4d166c2259271a70f81d6c4972549549c3fc60a9e47cc03eff1dd4d71c298ac39c177ae3c053dc0c97c2770fe8d157fd0bc6f2c14aef91625f868894d5d7c61
 DIST socat-2.0.0-b9.tar.bz2 516673 BLAKE2B 
808c8821b89ae2463074f87915dfae10f82b66ac6cd0b6ff56ab18f57c704e5a2a3ce76650152dccce41e4bd00e3a937948d4ade0a915b1f0e917c7543c6fc31
 SHA512 
f728bd634feeeacd2f0e4020c1c6aafdadaef3ba9da818d9ae1195e9f48fb693b2bea8dbbb208af8daddd8d6405217113d5ce31d05c2e9b27f5d2fba6b1cc834

diff --git a/net-misc/socat/socat-1.7.4.0.ebuild 
b/net-misc/socat/socat-1.7.4.0.ebuild
new file mode 100644
index 000..cce924237d7
--- /dev/null
+++ b/net-misc/socat/socat-1.7.4.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+MY_P=${P/_beta/-b}
+DESCRIPTION="Multipurpose relay (SOcket CAT)"
+HOMEPAGE="http://www.dest-unreach.org/socat/;
+SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+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 ~x64-macos"
+IUSE="bindist libressl ssl readline ipv6 tcpd"
+
+DEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   readline? ( sys-libs/readline:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+"
+RDEPEND="${DEPEND}"
+
+# Tests are a large bash script
+# Hard to disable individual tests needing network or privileges
+RESTRICT="
+   test
+   ssl? ( readline? ( bindist ) )
+"
+
+DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY )
+
+pkg_setup() {
+   # bug #587740
+   if use readline && use ssl; then
+   elog "You are enabling both readline and openssl USE flags, the 
licenses"
+   elog "for these packages conflict. You may not be able to 
legally"
+   elog "redistribute the resulting binary."
+   fi
+}
+
+src_configure() {
+   filter-flags '-Wno-error*' #293324
+   tc-export AR
+
+   econf \
+   $(use_enable ssl openssl) \
+   $(use_enable readline) \
+   $(use_enable ipv6 ip6) \
+   $(use_enable tcpd libwrap)
+}
+
+src_install() {
+   default
+
+   docinto html
+   dodoc doc/*.html doc/*.css
+}



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

2021-01-06 Thread Sam James
commit: df13bd514e0d04eb52593e0b43c40c422ce09ad4
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:02:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:06:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df13bd51

net-misc/socat: sync live

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/socat/files/socat--stddef_h.patch | 38 --
 net-misc/socat/socat-.ebuild   | 29 
 2 files changed, 11 insertions(+), 56 deletions(-)

diff --git a/net-misc/socat/files/socat--stddef_h.patch 
b/net-misc/socat/files/socat--stddef_h.patch
deleted file mode 100644
index 802b578d4a2..000
--- a/net-misc/socat/files/socat--stddef_h.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-When disabling OpenSSL support, nestlex.c still needs stddef.h which is
-magically included through the OpenSSL headers otherwise.
-
 a/configure.ac
-+++ b/configure.ac
-@@ -61,7 +61,7 @@
- AC_CHECK_HEADERS(inttypes.h)
- AC_HEADER_SYS_WAIT
- AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/param.h sys/ioctl.h 
sys/time.h syslog.h unistd.h)
--AC_CHECK_HEADERS(pwd.h grp.h stdint.h sys/types.h poll.h sys/poll.h 
sys/socket.h sys/uio.h sys/stat.h netdb.h sys/un.h)
-+AC_CHECK_HEADERS(pwd.h grp.h stddef.h stdint.h sys/types.h poll.h sys/poll.h 
sys/socket.h sys/uio.h sys/stat.h netdb.h sys/un.h)
- AC_CHECK_HEADERS(pty.h)
- AC_CHECK_HEADERS(netinet/in.h netinet/in_systm.h)
- AC_CHECK_HEADERS(netinet/ip.h, [], [], [AC_INCLUDES_DEFAULT
 a/config.h.in
-+++ b/config.h.in
-@@ -189,6 +189,9 @@
- /* Define if you have the  header file.  */
- #undef HAVE_GRP_H
- 
-+/* Define if you have the  header file.  */
-+#undef HAVE_STDDEF_H
-+
- /* Define if you have the  header file.  */
- #undef HAVE_STDINT_H
- 
 a/sysincludes.h
-+++ b/sysincludes.h
-@@ -51,6 +51,9 @@
- #if HAVE_SYS_TIME_H
- #include  /* select(); OpenBSD: struct timespec */
- #endif
-+#if HAVE_STDDEF_H
-+#include 
-+#endif
- #if HAVE_STDINT_H
- #include/* uint8_t */
- #endif

diff --git a/net-misc/socat/socat-.ebuild b/net-misc/socat/socat-.ebuild
index 7d28699e42f..b7f8ff16c50 100644
--- a/net-misc/socat/socat-.ebuild
+++ b/net-misc/socat/socat-.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 autotools flag-o-matic git-r3 toolchain-funcs
+
+inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
 HOMEPAGE="http://www.dest-unreach.org/socat/;
@@ -10,9 +11,9 @@ EGIT_REPO_URI="https://repo.or.cz/${PN}.git;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE="libressl ssl readline ipv6 tcpd"
+IUSE="bindist libressl ssl readline ipv6 tcpd"
 
+BDEPEND="app-text/yodl"
 DEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
@@ -21,24 +22,16 @@ DEPEND="
readline? ( sys-libs/readline:= )
tcpd? ( sys-apps/tcp-wrappers )
 "
-BDEPEND="
-   app-text/yodl
-"
-DEPEND="
-   ${RDEPEND}
-"
+RDEPEND="${DEPEND}"
+
+# Tests are a large bash script
+# Hard to disable individual tests needing network or privileges
 RESTRICT="
test
ssl? ( readline? ( bindist ) )
 "
-DOCS=(
-   BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
-)
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.7.3.4-fno-common.patch
-   "${FILESDIR}"/${PN}--stddef_h.patch
-)
+DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY )
 
 pkg_setup() {
# bug #587740
@@ -51,13 +44,13 @@ pkg_setup() {
 
 src_prepare() {
default
-
eautoreconf
 }
 
 src_configure() {
filter-flags '-Wno-error*' #293324
tc-export AR
+
econf \
$(use_enable ssl openssl) \
$(use_enable readline) \



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

2021-01-06 Thread Sam James
commit: 704a1ad2cd57dea045c0b20ff2d73e55a97b0595
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 03:06:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 03:06:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704a1ad2

app-text/yodl: bump to 4.03.00

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/yodl/Manifest|  1 +
 app-text/yodl/yodl-4.03.00.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/app-text/yodl/Manifest b/app-text/yodl/Manifest
index d69fcab190e..1acb700e8f6 100644
--- a/app-text/yodl/Manifest
+++ b/app-text/yodl/Manifest
@@ -1,2 +1,3 @@
 DIST yodl-4.02.01.tar.gz 308670 BLAKE2B 
f94c094f17ec99e66f64a704e41814274f61128ff21b11077d772874dcbc9f15fbc878df8831e7f73d9b6c89a497462c694bc0bdb6cd5637c0db08303e3838d5
 SHA512 
59e23bb173786b8806f56bf302dee9d8d971d0d840c609e2b24d9783b5866fca2509be844616318f9a4f302117b3a41f620be5cba09181e7ccdcf0c141402be7
 DIST yodl-4.02.02.tar.gz 309075 BLAKE2B 
ce9da287ca59e20319ae8a132553b669926c79e7ffbf7891af3e777c45815cbd784eaf8d706b7f4b8240ceac41c38882c7b5d2b51e2691da249b0f5be43b
 SHA512 
531b5b61f85ed556163b0cf76a30451212849e5e03e11819cc466603db0856737a9d3bc34ba11419befd7925ec1bac33f92b707c38acd2fa8047e3e1223d0a78
+DIST yodl-4.03.00.tar.gz 309212 BLAKE2B 
9a89dfda5f4138f466bc2f871724087ff2c0084d06d81c32e1e865744e1c133b1073becac30e817f2f997c351b8f8192e942616174acb644dcab40d5d64c9d36
 SHA512 
ec5edaf932d94e9272a08867322e8fbfec65f612447fa412a7c19412569a6d811bbe5badd0af692837086a9ee8cdf8bb8f0c10a3e8333ef6096513b263c8d831

diff --git a/app-text/yodl/yodl-4.03.00.ebuild 
b/app-text/yodl/yodl-4.03.00.ebuild
new file mode 100644
index 000..0f7adc8fbc7
--- /dev/null
+++ b/app-text/yodl/yodl-4.03.00.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Your Own Document Language: a pre-document language and tools to 
process it"
+HOMEPAGE="https://fbb-git.gitlab.io/yodl/ https://gitlab.com/fbb-git/yodl;
+SRC_URI="https://gitlab.com/fbb-git/${PN}/-/archive/${PV}/${P}.tar.gz;
+S="${WORKDIR}/${P}/${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+BDEPEND="
+   >=dev-util/icmake-8.00.00
+   doc? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-plaingeneric
+   )
+"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != "binary" ]]; then
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   die "Your compiler doesn't fully support C++17. Use GCC 
8 or newer."
+   elif tc-is-clang && [[ $(clang-major-version) -lt 6 ]]; then
+   die "Your compiler doesn't fully support C++17. Use 
Clang 6 or newer."
+   fi
+   fi
+}
+
+src_prepare() {
+   sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \
+   -e "/COMPILER =/s/gcc/$(tc-getCC)/" \
+   -e "/CXX =/s/g++/$(tc-getCXX)/" \
+   -i INSTALL.im || die
+
+   sed -e "s/g++/$(tc-getCXX)/" \
+   -e "s:#define CLS://\0:" \
+   -i verbinsert/icmconf || die
+
+   sed -e "s/ar r /$(tc-getAR) r /" \
+   -e "s/ranlib/$(tc-getRANLIB)/" \
+   -i icmake/stdcompile || die
+
+   sed -e '/strip/s|"-s"|""|g' \
+   -i icmake/program || die
+
+   # required for std::filesystem usage
+   append-cxxflags -std=c++17
+
+   default
+}
+
+src_compile() {
+   local target
+   for target in  programs macros man $(usex doc manual ''); do
+   ./build ${target} || die "${target} failed"
+   done
+}
+
+src_install() {
+   ./build install programs "${ED}" || die
+   ./build install macros "${ED}" || die
+   ./build install man "${ED}" || die
+   ./build install docs "${ED}" || die
+   use doc && { ./build install manual "${ED}" || die ; }
+}



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

2021-01-06 Thread Rick Farina
commit: 0b2d3b367f31ba27428683775fb870e007c5dfd8
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Jan  7 02:58:31 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Jan  7 02:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2d3b36

net-wireless/ubertooth: bump

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

 net-wireless/ubertooth/Manifest   |  1 +
 net-wireless/ubertooth/ubertooth-2020.12.1.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest
index c515f631608..03ea22126d6 100644
--- a/net-wireless/ubertooth/Manifest
+++ b/net-wireless/ubertooth/Manifest
@@ -1 +1,2 @@
 DIST ubertooth-2018-12-R1.tar.xz 704208 BLAKE2B 
7a17830a0ed417a737d78aa22c5a6a270a67b350a3a5e9a0aebabd4b38547d8d35551e061ea3d5260996f8fe1a366c75c8773d5e3a6abf37a0930f93200da3fc
 SHA512 
409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b
+DIST ubertooth-2020-12-R1.tar.xz 763952 BLAKE2B 
592c5fa689e0f944875bd777dedfd83394ebe5c9c65c1ac2c19006a949daeda8440dc102e537cf97b4547e0730df8f47d5c2a420d84d5dc770577b6039e16b28
 SHA512 
f127cae09d9b20dc34ffad080871f4505cbeccc1117e0e4e841ecf4a30f578d02b67b52786d7a82bdfc43d06562919008c076f8eb9befc7e4bd95def05a3864c

diff --git a/net-wireless/ubertooth/ubertooth-2020.12.1.ebuild 
b/net-wireless/ubertooth/ubertooth-2020.12.1.ebuild
new file mode 100644
index 000..c3cfc479045
--- /dev/null
+++ b/net-wireless/ubertooth/ubertooth-2020.12.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake udev
+
+HOMEPAGE="http://ubertooth.sourceforge.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+bluez static-libs +ubertooth1-firmware +udev"
+
+DEPEND="bluez? ( net-wireless/bluez:= )
+   >=net-libs/libbtbb-${PV}:=[static-libs?]
+   static-libs? ( dev-libs/libusb[static-libs] )
+   virtual/libusb:1="
+RDEPEND="${DEPEND}
+   udev? ( virtual/udev )"
+
+MY_PV=${PV/\./-}
+MY_PV=${MY_PV/./-R}
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git;
+   inherit git-r3
+   S="${WORKDIR}/${P}/host"
+else
+   S="${WORKDIR}/${PN}-${MY_PV}/host"
+   
SRC_URI="https://github.com/greatscottgadgets/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+DESCRIPTION="open source wireless development platform suitable for Bluetooth 
experimentation"
+
+#readd firmware building, but do it right
+#USE="-fortran -mudflap -nls -openmp -multilib" crossdev --without-headers 
--genv 'EXTRA_ECONF="--with-mode=thumb --with-cpu=cortex-m3 --with-float=soft"' 
-s4 -t arm-cortexm3-eabi
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_BLUEZ=$(usex bluez)
+   -DBUILD_STATIC_LIB=$(usex static-libs)
+   -DINSTALL_UDEV_RULES=$(usex udev)
+   -DENABLE_PYTHON=false
+   )
+   if use udev; then
+   mycmakeargs+=(
+   -DUDEV_RULES_GROUP=usb
+   -DUDEV_RULES_PATH="$(get_udevdir)/rules.d"
+   )
+   fi
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   insinto /usr/share/${PN}
+   pushd "${WORKDIR}/${PN}-${MY_PV}" || die
+   if [[ ${PV} == "" ]] ; then
+   ewarn "Firmware isn't available for git releases, we assume you 
are already"
+   ewarn "on the latest and/or can build your own."
+   else
+   use ubertooth1-firmware && newins 
ubertooth-one-firmware-bin/bluetooth_rxtx.dfu ${PN}-one-${PV}-bluetooth_rxtx.dfu
+   use ubertooth1-firmware && newins 
ubertooth-one-firmware-bin/bluetooth_rx_only.dfu 
${PN}-one-${PV}-bluetooth_rx_only.dfu
+   fi
+   popd
+
+   elog "Everyone can read from the ubertooth, but to talk to it"
+   elog "your user needs to be in the usb group."
+}



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

2021-01-06 Thread Rick Farina
commit: f30bf3ec75bbbc8ba7cd8e6dd5085bc731a2966e
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Jan  7 02:59:09 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Jan  7 02:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30bf3ec

net-libs/libbtbb: bump

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

 net-libs/libbtbb/Manifest |   1 +
 net-libs/libbtbb/libbtbb-2020.12.1.ebuild | 150 ++
 2 files changed, 151 insertions(+)

diff --git a/net-libs/libbtbb/Manifest b/net-libs/libbtbb/Manifest
index 5523e14eef9..db5113ea61a 100644
--- a/net-libs/libbtbb/Manifest
+++ b/net-libs/libbtbb/Manifest
@@ -1,2 +1,3 @@
 DIST libbtbb-2018-08-R1.tar.gz 310542 BLAKE2B 
0ae945c530c476caadfd7786f34eca4d7efd71c2f27a37c7b0242a1d3fba80e985c76a0635a354184aa80039ca8ac11f59778f550cbe9bb7e8a535723396cab0
 SHA512 
63fa995b51f2246b6f27d8aa1bd7a5c0276414df9d13d432d9a1a7ad78ac06e4c67fe3dcf00cf1634f11d6e999f13633591a3347d4e533fff4f131f8deee922e
 DIST libbtbb-2018-12-R1.tar.gz 310437 BLAKE2B 
8fec246e05c47df424840f159d97bbb8c6554b2ce72344b63602cb034eb712bf8ee9f280e7bbb5104dc0b9788818ea14cf53d09af0938b1bc1dcede5463b36ce
 SHA512 
5c41bb4f0fdeedc1064de973daa4d396f73ff10b6e28266a43f029cbfa8a7f2db5e3b764410efb50ef79c56ba1fac0d242bb547c0a883d0dc3c06cc9e993332c
+DIST libbtbb-2020-12-R1.tar.gz 308434 BLAKE2B 
0f802f3c5eef0c434d0468a72104cf63e6bf5f29467e1606d2892751cd8b4824639e3847c0b8305ace926667434e668d75b6d4544e8e026b07872bafbb09c90b
 SHA512 
a3dc2c8d27e4b85aae4847ac39f871ecf800ebf911aacd01682da6c50b13f3247c7d683bce855f2cf59b56a29c661223a2c22e98a8d86e8edaccd57af282bac6

diff --git a/net-libs/libbtbb/libbtbb-2020.12.1.ebuild 
b/net-libs/libbtbb/libbtbb-2020.12.1.ebuild
new file mode 100644
index 000..758b20c33cd
--- /dev/null
+++ b/net-libs/libbtbb/libbtbb-2020.12.1.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib cmake-utils
+
+DESCRIPTION="A library to decode Bluetooth baseband packets"
+HOMEPAGE="http://libbtbb.sourceforge.net/;
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git;
+   inherit git-r3
+else
+   MY_PV=${PV/\./-}
+   MY_PV=${MY_PV/./-R}
+   S=${WORKDIR}/${PN}-${MY_PV}
+   
SRC_URI="https://github.com/greatscottgadgets/${PN}/archive/${MY_PV}.tar.gz -> 
${PN}-${MY_PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE="static-libs wireshark-plugins"
+
+RDEPEND="
+   wireshark-plugins? (
+   >=net-analyzer/wireshark-1.8.3-r1:=
+   )
+"
+DEPEND="${RDEPEND}
+   wireshark-plugins? ( dev-libs/glib
+   virtual/pkgconfig )"
+
+get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; 
pv=${pv//_}; echo ${pv}; }
+
+which_plugins() {
+   if has_version '>=net-analyzer/wireshark-2.2.0'; then
+   plugins=""
+   elif has_version '>=net-analyzer/wireshark-1.12.0'; then
+   plugins="btbb btbredr"
+   elif has_version '=net-analyzer/wireshark-2.0';  then
+   CMAKE_USE_DIR="${S}"/wireshark/plugins/${i}
+   else
+   
CMAKE_USE_DIR="${S}"/wireshark/plugins-legacy/${i}
+   fi
+   BUILD_DIR="${WORKDIR}"/${i}_build
+   cmake-utils_src_prepare
+   done
+   fi
+}
+
+src_configure() {
+   CMAKE_USE_DIR="${S}"
+   BUILD_DIR="${S}"_build
+   local mycmakeargs=(
+   -DENABLE_PYTHON=OFF
+   -DBUILD_STATIC_LIB=$(usex static-libs)
+   -DBUILD_ROOT="${ED}"
+   )
+   cmake-utils_src_configure
+
+   if use wireshark-plugins; then
+   for i in ${plugins}
+   do
+   if has_version '>=net-analyzer/wireshark-2.0';  then
+   CMAKE_USE_DIR="${S}"/wireshark/plugins/${i}
+   else
+   
CMAKE_USE_DIR="${S}"/wireshark/plugins-legacy/${i}
+   fi
+   BUILD_DIR="${WORKDIR}"/${i}_build
+   local mycmakeargs=(
+   
-DCMAKE_INSTALL_LIBDIR="/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)"
+   )
+   cmake-utils_src_configure
+   done
+   fi
+}
+
+src_compile() {
+   CMAKE_USE_DIR="${S}"
+   BUILD_DIR="${S}"_build
+   cmake-utils_src_compile
+
+   if use wireshark-plugins; then
+   for i in ${plugins}
+   do
+   if has_version '>=net-analyzer/wireshark-2.0';  then
+   CMAKE_USE_DIR="${S}"/wireshark/plugins/${i}
+   else
+  

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

2021-01-06 Thread Matt Turner
commit: 5b97ba68afe7ddd043209747059cc928ee4953e9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan  7 02:33:24 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan  7 02:39:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b97ba68

x11-terms/gnome-terminal: Update Manifest

I realized that this patch can be copied from Fedora directly, so I've
updated the patch in my distfiles to that one rather than my rebased
version.

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

 x11-terms/gnome-terminal/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 408d5919c10..33f1665424a 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,4 +1,4 @@
 DIST gnome-terminal-3.36.2-cntr-ntfy-autottl-ts.patch.xz 33900 BLAKE2B 
51ad0305c4d822483f19cc92314beedc2f0aee23435ae9fe5337f1dd494c8749b27ee2329ec2d2aba055d03dbb65485bd5d740f5f43f9f252679aca6c83f0db1
 SHA512 
d595a8d6a2a8a54120cd87c33ec5b6b9540af51c1e280a25c9182d6410c6762a96f13a6c84ea2c61eb524681f4ab0853b41e6eabef637362647bf67e8709fb63
 DIST gnome-terminal-3.36.2.tar.xz 2528492 BLAKE2B 
a303c5c9d053ef9f320dee84efa7fe47d47ed794ae14e4691603379da1b0f48161af8f80885917531af72fd402deaa8e8628a76419e4b780ee9871271731427d
 SHA512 
0d691452456dd495b812332f206b6f8a590f67d47a6afce582b2ff0587747c36cb1eaf249080c6a3c3540ef22a50628801165d6c17eeb1b821eea1e244f79a91
-DIST gnome-terminal-3.38.1-cntr-ntfy-autottl-ts.patch.xz 33396 BLAKE2B 
a64a074d144cb43268e3b5ba3cdd4501663324a2a43649d1028deb64d493b57a3139dad1f627fb8655a6d7e16a1a111af7f0442b5f0b913b9f3b154084057f08
 SHA512 
f1d9b683ff58666a51b11807a48f3d5fde5715155610b5aeb897cd79943481acf54987d6af829c042f57ee1b17becfd76e5ba1ed06757fa99404d22ab9c196dd
+DIST gnome-terminal-3.38.1-cntr-ntfy-autottl-ts.patch.xz 34100 BLAKE2B 
7ae126b93e63bc40ec4b0482c66d1b9be77939553df42948ce92b62cd42e8bf12a453540d90176f00cc545ce3a42ec5fc2e10fa248be641c64fc02611c61ee64
 SHA512 
6fe4fb80d968ecb036dd24c06e869b754b6634e25168d84a509ad91a510170fc8da368f37f7dec78ef1d11bb9f08ddd2a97c7407275116687639fb00f218553d
 DIST gnome-terminal-3.38.1.tar.xz 2558708 BLAKE2B 
5ae73123d4e53f6f4ffe83c2ad1d12bf0ac87ad5d62d7d28a55439e4e969985cd15d91aa6673a505b69f5d194aef2f8aa6346d41201262d39e4a196b48d69c19
 SHA512 
99d1e87a56dd5ce0c421f8b1ab197f25d8e878cbf1166786263cc9bf85b28eba327b0228a4ec35b8f656bdc3c5d7d48c5aca1768148fc5f324ff3f1c70983993



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

2021-01-06 Thread Sam James
commit: a55f9386b327a52f598731abd84bdc5744dc9888
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 02:34:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 02:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55f9386

sys-fs/udev: Stabilize 245.5-r1 s390, #736088

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

 sys-fs/udev/udev-245.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-245.5-r1.ebuild b/sys-fs/udev/udev-245.5-r1.ebuild
index 971843834a7..d245246d218 100644
--- a/sys-fs/udev/udev-245.5-r1.ebuild
+++ b/sys-fs/udev/udev-245.5-r1.ebuild
@@ -19,7 +19,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2021-01-06 Thread Sam James
commit: d056b7261cac5f12643285a35ee79ceb9666b8f4
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 02:35:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 02:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d056b726

sci-libs/cfitsio: Stabilize 3.490 ppc, #673944

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

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

diff --git a/sci-libs/cfitsio/cfitsio-3.490.ebuild 
b/sci-libs/cfitsio/cfitsio-3.490.ebuild
index dffc20e9354..006a29a1d91 100644
--- a/sci-libs/cfitsio/cfitsio-3.490.ebuild
+++ b/sci-libs/cfitsio/cfitsio-3.490.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ISC"
 SLOT="0/9"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="bzip2 curl cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
 
 BDEPEND="



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

2021-01-06 Thread Sam James
commit: ca107df75de0efef3e33b25ac4b0cbac4c832655
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 02:34:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 02:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca107df7

media-libs/openjpeg: Stabilize 2.4.0 ppc, #718918

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

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

diff --git a/media-libs/openjpeg/openjpeg-2.4.0.ebuild 
b/media-libs/openjpeg/openjpeg-2.4.0.ebuild
index 103c1201eb5..b9f987c7fad 100644
--- a/media-libs/openjpeg/openjpeg-2.4.0.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.4.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Sam James
commit: d453b94e60b02b3e5ea6ddb733d2b1d78c895acf
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 02:35:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 02:35:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d453b94e

app-shells/bash: Stabilize 5.0_p11-r1 x86, #702488

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

 app-shells/bash/bash-5.0_p11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/bash/bash-5.0_p11-r1.ebuild 
b/app-shells/bash/bash-5.0_p11-r1.ebuild
index a6cf9c086ce..a4a210efe97 100644
--- a/app-shells/bash/bash-5.0_p11-r1.ebuild
+++ b/app-shells/bash/bash-5.0_p11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2021-01-06 Thread Michael Orlitzky
commit: 032809c08eb67aed3eb8e699287887015b5b6826
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  7 01:54:25 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  7 02:14:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032809c0

dev-lang/php: new revisions with app-text/recode slot operators.

Closes: https://bugs.gentoo.org/723398
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-lang/php/php-7.2.34-r2.ebuild | 764 ++
 dev-lang/php/php-7.3.25-r1.ebuild | 760 +
 2 files changed, 1524 insertions(+)

diff --git a/dev-lang/php/php-7.2.34-r2.ebuild 
b/dev-lang/php/php-7.2.34-r2.ebuild
new file mode 100644
index 000..643a7372408
--- /dev/null
+++ b/dev-lang/php/php-7.2.34-r2.ebuild
@@ -0,0 +1,764 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd autotools toolchain-funcs
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://www.php.net/;
+SRC_URI="https://www.php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   +flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode wddx 
webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zip-encryption zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] )
+   argon2? ( app-crypt/argon2:= )
+   berkdb? ( || (  sys-libs/db:5.3
+   sys-libs/db:5.1
+   sys-libs/db:4.8
+   sys-libs/db:4.7
+   sys-libs/db:4.6
+   sys-libs/db:4.5 ) )
+   bzip2? ( app-arch/bzip2:0= )
+   cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
+   coverage? ( dev-util/lcov )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( =virtual/jpeg-0-r3:0 media-libs/libpng:0= sys-libs/zlib )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
+   gmp? ( dev-libs/gmp:0= )
+   iconv? ( virtual/libiconv )
+   imap? ( >=virtual/imap-c-client-2[kerberos=,ssl=] )
+   intl? ( dev-libs/icu:= )
+   iodbc? ( dev-db/libiodbc )
+   kerberos? ( virtual/krb5 )
+   ldap? ( >=net-nds/openldap-1.2.11 )
+   ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
+   libedit? ( dev-libs/libedit )
+   lmdb? ( dev-db/lmdb:= )
+   mssql? ( dev-db/freetds[mssql] )
+   nls? ( sys-devel/gettext )
+   oci8-instant-client? ( dev-db/oracle-instantclient-basic )
+   odbc? ( >=dev-db/unixODBC-1.8.13 )
+   postgres? ( dev-db/postgresql:* )
+   qdbm? ( dev-db/qdbm )
+   readline? ( sys-libs/readline:0= )
+   recode? ( app-text/recode:0= )
+   session-mm? ( dev-libs/mm )
+   simplexml? ( >=dev-libs/libxml2-2.6.8 )
+   snmp? ( >=net-analyzer/net-snmp-5.2 )
+   soap? ( >=dev-libs/libxml2-2.6.8 )
+   sodium? ( dev-libs/libsodium:= )
+   spell? ( >=app-text/aspell-0.50 )
+   sqlite? ( >=dev-db/sqlite-3.7.6.3 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   tidy? ( || ( app-text/tidy-html5 app-text/htmltidy ) )
+   tokyocabinet? ( dev-db/tokyocabinet )
+   truetype? ( =media-libs/freetype-2* )
+   unicode? ( dev-libs/oniguruma:= )
+   wddx? ( >=dev-libs/libxml2-2.6.8 )
+   webp? ( media-libs/libwebp:0= )
+   

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

2021-01-06 Thread Matt Turner
commit: 913550796099bd712600cd5480f32aaed3db1b3d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan  7 01:31:33 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan  7 02:12:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91355079

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

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

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

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 16cea1cebad..408d5919c10 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-terminal-3.36.2-cntr-ntfy-autottl-ts.patch.xz 33900 BLAKE2B 
51ad0305c4d822483f19cc92314beedc2f0aee23435ae9fe5337f1dd494c8749b27ee2329ec2d2aba055d03dbb65485bd5d740f5f43f9f252679aca6c83f0db1
 SHA512 
d595a8d6a2a8a54120cd87c33ec5b6b9540af51c1e280a25c9182d6410c6762a96f13a6c84ea2c61eb524681f4ab0853b41e6eabef637362647bf67e8709fb63
 DIST gnome-terminal-3.36.2.tar.xz 2528492 BLAKE2B 
a303c5c9d053ef9f320dee84efa7fe47d47ed794ae14e4691603379da1b0f48161af8f80885917531af72fd402deaa8e8628a76419e4b780ee9871271731427d
 SHA512 
0d691452456dd495b812332f206b6f8a590f67d47a6afce582b2ff0587747c36cb1eaf249080c6a3c3540ef22a50628801165d6c17eeb1b821eea1e244f79a91
+DIST gnome-terminal-3.38.1-cntr-ntfy-autottl-ts.patch.xz 33396 BLAKE2B 
a64a074d144cb43268e3b5ba3cdd4501663324a2a43649d1028deb64d493b57a3139dad1f627fb8655a6d7e16a1a111af7f0442b5f0b913b9f3b154084057f08
 SHA512 
f1d9b683ff58666a51b11807a48f3d5fde5715155610b5aeb897cd79943481acf54987d6af829c042f57ee1b17becfd76e5ba1ed06757fa99404d22ab9c196dd
+DIST gnome-terminal-3.38.1.tar.xz 2558708 BLAKE2B 
5ae73123d4e53f6f4ffe83c2ad1d12bf0ac87ad5d62d7d28a55439e4e969985cd15d91aa6673a505b69f5d194aef2f8aa6346d41201262d39e4a196b48d69c19
 SHA512 
99d1e87a56dd5ce0c421f8b1ab197f25d8e878cbf1166786263cc9bf85b28eba327b0228a4ec35b8f656bdc3c5d7d48c5aca1768148fc5f324ff3f1c70983993

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

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

2021-01-06 Thread Matt Turner
commit: 033e74310d71ffcc872fc341fb45059aa6e046df
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan  7 00:34:08 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan  7 02:12:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033e7431

x11-libs/vte: Version bump to 0.62.1

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

 x11-libs/vte/Manifest  |  2 ++
 x11-libs/vte/vte-0.62.1.ebuild | 80 ++
 2 files changed, 82 insertions(+)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index b2c6da10338..c43019f99ac 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,3 +1,5 @@
 DIST vte-0.28.2.tar.xz 962340 BLAKE2B 
1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9
 SHA512 
d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
 DIST vte-0.60.3-command-notify.patch.xz 6108 BLAKE2B 
1f96788c097b003a3f9041529a0ff8ad083fe60597920632450e65ce13ad7181cb3bd4f2713ee19ab7d15154e3546720cdd0a72fabb3710ea7149c63cb159a1f
 SHA512 
070d17fa2dfeed5ccb5ad67687bfb65a6a9dd79db300bb6e00f7d35b8ab3563c331e5f48bbecc32f8037475db319fb71f35e72108f260b6446fd2dd8e1a2897e
 DIST vte-0.60.3.tar.xz 535504 BLAKE2B 
c5556fdb91d876aa681d2a9466fa4f4c0ee6be630d076949fbd01878baffdf319e50ec75575729c49c09484914d9ee103d4d491861aedb678b0e336cd4ddcc2e
 SHA512 
3694fe711e0b3eb9d6ba37ad8036f5d3cca4265635ed7afcde750a8445b17f820d1c55b557d0ea1c8a5a45e5408915d8da2ffd65b4d397c6582f288812ae1f18
+DIST vte-0.62.1-command-notify.patch.xz 4844 BLAKE2B 
22301fdc5f1969beb2ad9b316fea8972f696f0e54e1a24d5eceedec71162afc2991b7963a71ce8925a94f6c40e5303d3db760b872d0eebbdc6d05b22d3c59ecc
 SHA512 
491e241b0f5aae50e59d25751e95579d40c47e7e4c7f2b279522347f7f2f7f00c92bdf5fa4a651e4146bcfa9439f03b6311b4061fb20c5679c09b97a4924dcf1
+DIST vte-0.62.1.tar.xz 444672 BLAKE2B 
83cf49c8700792a149d572bae692d4909ada613b43a752b55cb658926dc37041b98d69364a88f813b1cc6d20f0667ea566f994e0f08bd1dd918731d20edb1376
 SHA512 
2f8f76953e0ea6c604357ab08630d3822a252051d8997cf7714553fec1688735468726bfd74e03f122dd1c8d0717e511ec7ec1e5463a086bd407afc6f7df91cf

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

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

2021-01-06 Thread Mike Frysinger
commit: bee4eb97415b905ac1e4f227aa088b16d268458f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan  6 23:54:43 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan  7 01:54:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee4eb97

sys-apps/net-tools: version bump to 2.10

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

 sys-apps/net-tools/Manifest  |  1 +
 sys-apps/net-tools/net-tools-2.10.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/sys-apps/net-tools/Manifest b/sys-apps/net-tools/Manifest
index f57cda944ee..ddc63e36238 100644
--- a/sys-apps/net-tools/Manifest
+++ b/sys-apps/net-tools/Manifest
@@ -1 +1,2 @@
 DIST net-tools-1.60_p20180626073013.tar.xz 228276 BLAKE2B 
1545533abf75cb960896994710a02f0e4f5534232057fa9c80d2ec54af84d068d3337a93e869e8377539584eebf4c4d8175e16f19bc12360946ab908b41b2f2f
 SHA512 
3ea9036c2597e6da3a1d9a61a77bbe0b80c448d42a3cc59469f37255064d9e046b5f331155adac256f9812200342f72624ba1ea27a4ee3696b3c9ad53b6b86eb
+DIST net-tools-2.10.tar.xz 229616 BLAKE2B 
0d11a5c12f6447282c65ee74428c1b9f6da9fd6d26ca558813d002fac8a4f03fd25a26231a5f4e45f88d821e9a8281e3be1fea4a832bd09afbc2239634a1c25d
 SHA512 
aa8f631772da6c16b165065fc5929a206504f2dce19e74a4ffc680f09b40f3a9180bd4bbeaac67e0b32693358b01383bae4fbfcb6061180c130e9e0801d536bf

diff --git a/sys-apps/net-tools/net-tools-2.10.ebuild 
b/sys-apps/net-tools/net-tools-2.10.ebuild
new file mode 100644
index 000..cba5fc19344
--- /dev/null
+++ b/sys-apps/net-tools/net-tools-2.10.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code;
+   inherit git-r3
+else
+   SRC_URI="mirror://sourceforge/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Standard Linux networking tools"
+HOMEPAGE="http://net-tools.sourceforge.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+arp +hostname ipv6 nis nls plipconfig selinux slattach static"
+REQUIRED_USE="nis? ( hostname )"
+
+RDEPEND="selinux? ( sys-libs/libselinux )"
+DEPEND="${RDEPEND}
+   selinux? ( virtual/pkgconfig )
+   app-arch/xz-utils"
+if [[ ${PV} == "" ]]; then
+   DEPEND+=" nls? ( sys-devel/gettext )"
+fi
+RDEPEND+="
+   hostname? ( !sys-apps/coreutils[hostname] )
+   !=sys-kernel/linux-headers-2.6'
+   set_opt HAVE_HWTR has_version '

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

2021-01-06 Thread Mike Frysinger
commit: 87f108782b208f4c1e36727c2a5351b829accc6b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan  6 23:46:51 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan  7 01:54:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f10878

sys-apps/net-tools: drop old 1.60_p20161110235919 version

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

 sys-apps/net-tools/Manifest|  1 -
 .../net-tools-1.60_p20161110235919.ebuild  | 94 --
 2 files changed, 95 deletions(-)

diff --git a/sys-apps/net-tools/Manifest b/sys-apps/net-tools/Manifest
index 4a2fce50b87..f57cda944ee 100644
--- a/sys-apps/net-tools/Manifest
+++ b/sys-apps/net-tools/Manifest
@@ -1,2 +1 @@
-DIST net-tools-1.60_p20161110235919.tar.xz 227552 BLAKE2B 
0dba75b7b7345be047bd8618811c6ea43f96f0d7c8a2c67cd03138b8f31dc47a641c7ff1e93fb1ad295423f9b82e3d222178c7c97233d4e3698355fed729f723
 SHA512 
06c2900305a5b11035bdb9d94e9d0a50c2ca832e14598d00d6907d99a4a3c981169475bbe916805888f9746a7d787829f20e6a4dec283731a2c85a72875b8e01
 DIST net-tools-1.60_p20180626073013.tar.xz 228276 BLAKE2B 
1545533abf75cb960896994710a02f0e4f5534232057fa9c80d2ec54af84d068d3337a93e869e8377539584eebf4c4d8175e16f19bc12360946ab908b41b2f2f
 SHA512 
3ea9036c2597e6da3a1d9a61a77bbe0b80c448d42a3cc59469f37255064d9e046b5f331155adac256f9812200342f72624ba1ea27a4ee3696b3c9ad53b6b86eb

diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
deleted file mode 100644
index 56b1c2da865..000
--- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic toolchain-funcs
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code;
-   inherit git-r3
-else
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Standard Linux networking tools"
-HOMEPAGE="http://net-tools.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+arp +hostname ipv6 nis nls plipconfig selinux slattach static"
-REQUIRED_USE="nis? ( hostname )"
-
-RDEPEND="selinux? ( sys-libs/libselinux )"
-DEPEND="${RDEPEND}
-   selinux? ( virtual/pkgconfig )
-   app-arch/xz-utils"
-if [[ ${PV} == "" ]]; then
-   DEPEND+=" nls? ( sys-devel/gettext )"
-fi
-RDEPEND+="
-   hostname? ( !sys-apps/coreutils[hostname] )
-   !/dev/null
-   emake -C "${p}/po" dist
-   sed -i "/^RELEASE/s:=.*:=${pv}:" */Makefile || die
-   tar cf - ${p}/ | xz > ${p}.tar.xz
-   popd >/dev/null
-
-   du -b "${T}"/*.tar.xz
-}
-
-pkg_setup() { [[ -n ${VAPIER_LOVES_YOU} ]] && maint_pkg_create ; }
-
-set_opt() {
-   local opt=$1 ans
-   shift
-   ans=$("$@" && echo y || echo n)
-   einfo "Setting option ${opt} to ${ans}"
-   sed -i \
-   -e "/^bool.* ${opt} /s:[yn]$:${ans}:" \
-   config.in || die
-}
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-fix-building-w-older-linux-headers.patch"
-}
-
-src_configure() {
-   # Clear out env vars from the user. #599602
-   unset BASEDIR BINDIR SBINDIR
-
-   set_opt I18N use nls
-   set_opt HAVE_AFINET6 use ipv6
-   set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'
-   set_opt HAVE_HWTR has_version '

[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/, net-misc/chrome-remote-desktop/files/

2021-01-06 Thread Mike Frysinger
commit: c93a5aa4d63ef216bff85c61d039509da7b47c3d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Nov 29 05:49:11 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan  7 01:54:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93a5aa4

Revert "net-misc/chrome-remote-desktop: remove package"

This reverts commit c5c9e0d4dc94f19ba7b00b918a3c65818c23e0e4.

Cleanup mess made by careless devs.

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

 net-misc/chrome-remote-desktop/Manifest|   3 +
 .../chrome-remote-desktop-63.0.3239.17-r1.ebuild   | 126 +++
 .../chrome-remote-desktop-77.0.3865.32.ebuild  | 137 
 .../chrome-remote-desktop-80.0.3987.18.ebuild  | 138 +
 ...e-remote-desktop-44.0.2403.44-always-sudo.patch |  20 +++
 .../files/chrome-remote-desktop.conf.d |   7 ++
 .../files/chrome-remote-desktop.rc |  65 ++
 net-misc/chrome-remote-desktop/metadata.xml|  10 ++
 8 files changed, 506 insertions(+)

diff --git a/net-misc/chrome-remote-desktop/Manifest 
b/net-misc/chrome-remote-desktop/Manifest
new file mode 100644
index 000..0ef12519ee3
--- /dev/null
+++ b/net-misc/chrome-remote-desktop/Manifest
@@ -0,0 +1,3 @@
+DIST chrome-remote-desktop_63.0.3239.17_amd64.deb 19026074 BLAKE2B 
9a62d317768d6c0ab3cf3c6e7c5dea074133cc7c5d2b04ffdc1e0f9877f5f606c044ebab7b230914eba2ade51d2805fb1267f7b1731fa36235495a8192eb3c48
 SHA512 
2843deb7817217c8b8e41931b1e9ef0fdfb40c6a4ceb1bc69499aed16cc729d7ed64f88200c9bb2366a768f294a164da2360ed2b9654d1626696bcf0403e347a
+DIST chrome-remote-desktop_77.0.3865.32_amd64.deb 35724698 BLAKE2B 
25828e144d88072fde7a7e50cd278df1a90b94e0281038239d67e2369eaf93e82897cbda4624cffe34f045b185437a892671541eeb685b80a912733380e3afb8
 SHA512 
1181592536b9313ca136ce280c8349e3d7325b2bfa116714adc4fcb4d4b4f8659cb53cba134d2476b696fa73f55eefbc0a255f6cc76fb1a93eecfff42eb1d425
+DIST chrome-remote-desktop_80.0.3987.18_amd64.deb 27188594 BLAKE2B 
10dbb9364195da2d648d1087360ad7d2845b51d2517eef7e793f6b004d27a4a4331c6b7138db0dcee6d220ca2758549562ddbb1ab176a30dae8ae35744fceb31
 SHA512 
6aee7482ee9dbbc46dabf132c3ab4f610a568de7bb476e1dfdfd19a3ae30fa5d3ac8b9469699e5f0ecea436a3d565252d0a86818f27c7c095d9c6db5859d35a6

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild
new file mode 100644
index 000..4c61d6b3d16
--- /dev/null
+++ 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/
+# Fetch the Release file:
+#  https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/Release
+# Which gives you the Packages file:
+#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-i386/Packages
+#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
+# And finally gives you the file name:
+#  
pool/main/c/chrome-remote-desktop/chrome-remote-desktop_29.0.1547.32_amd64.deb
+#
+# Use curl to find the answer:
+#  curl -q 
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
 | grep ^Filename
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he 
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv 
sw ta te th tr uk vi zh_CN zh_TW"
+
+inherit unpacker eutils python-single-r1 l10n
+
+DESCRIPTION="access remote computers via Chrome!"
+PLUGIN_URL="https://chrome.google.com/remotedesktop;
+HOMEPAGE="https://support.google.com/chrome/answer/1649523 ${PLUGIN_URL}"
+BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV};
+SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )"
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="-* amd64"
+IUSE="xrandr"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="bindist mirror"
+
+# All the libs this package links against.
+RDEPEND="app-admin/sudo
+   ${PYTHON_DEPS}
+   >=dev-libs/expat-2
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-python/psutil
+   gnome-base/gconf:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   sys-devel/gcc
+   sys-libs/glibc
+   sys-libs/pam
+   x11-apps/xdpyinfo
+   x11-apps/setxkbmap
+   x11-libs/cairo
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXtst
+   x11-libs/pango"
+# Settings we just need at runtime.
+# TODO: Look at switching to xf86-video-dummy & xf86-input-void instead of 
xvfb.

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

2021-01-06 Thread Mike Frysinger
commit: 31acaf0f6b87c32db8b6402ab25ec571b5dced48
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan  6 23:54:10 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan  7 01:54:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31acaf0f

sys-apps/net-tools: refresh live VCS for new release

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

 sys-apps/net-tools/net-tools-.ebuild | 24 +++-
 1 file changed, 3 insertions(+), 21 deletions(-)

diff --git a/sys-apps/net-tools/net-tools-.ebuild 
b/sys-apps/net-tools/net-tools-.ebuild
index 1fd92a62a67..5aae5ffbd1c 100644
--- a/sys-apps/net-tools/net-tools-.ebuild
+++ b/sys-apps/net-tools/net-tools-.ebuild
@@ -1,7 +1,7 @@
-# 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 flag-o-matic toolchain-funcs
 
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code;
inherit git-r3
 else
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   SRC_URI="mirror://sourceforge/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
@@ -32,24 +32,6 @@ RDEPEND+="
hostname? ( !sys-apps/coreutils[hostname] )
!/dev/null
-   emake -C "${p}/po" dist
-   sed -i "/^RELEASE/s:=.*:=${pv}:" */Makefile || die
-   tar --exclude-vcs cf - ${p}/ | xz > ${p}.tar.xz
-   popd >/dev/null
-
-   du -b "${T}"/*.tar.xz
-}
-
-pkg_setup() { [[ -n ${VAPIER_LOVES_YOU} ]] && maint_pkg_create ; }
-
 set_opt() {
local opt=$1 ans
shift



[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/

2021-01-06 Thread Mike Frysinger
commit: 72fa09342e0ed9d66cdb34e3fa2c1b659480b85d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Nov 29 08:42:00 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan  7 01:54:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fa0934

net-misc/chrome-remote-desktop: drop old versions

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

 net-misc/chrome-remote-desktop/Manifest|   3 -
 .../chrome-remote-desktop-63.0.3239.17-r1.ebuild   | 126 ---
 .../chrome-remote-desktop-77.0.3865.32.ebuild  | 137 
 .../chrome-remote-desktop-80.0.3987.18.ebuild  | 138 -
 4 files changed, 404 deletions(-)

diff --git a/net-misc/chrome-remote-desktop/Manifest 
b/net-misc/chrome-remote-desktop/Manifest
index 6df6827ca92..0be22072255 100644
--- a/net-misc/chrome-remote-desktop/Manifest
+++ b/net-misc/chrome-remote-desktop/Manifest
@@ -1,4 +1 @@
-DIST chrome-remote-desktop_63.0.3239.17_amd64.deb 19026074 BLAKE2B 
9a62d317768d6c0ab3cf3c6e7c5dea074133cc7c5d2b04ffdc1e0f9877f5f606c044ebab7b230914eba2ade51d2805fb1267f7b1731fa36235495a8192eb3c48
 SHA512 
2843deb7817217c8b8e41931b1e9ef0fdfb40c6a4ceb1bc69499aed16cc729d7ed64f88200c9bb2366a768f294a164da2360ed2b9654d1626696bcf0403e347a
-DIST chrome-remote-desktop_77.0.3865.32_amd64.deb 35724698 BLAKE2B 
25828e144d88072fde7a7e50cd278df1a90b94e0281038239d67e2369eaf93e82897cbda4624cffe34f045b185437a892671541eeb685b80a912733380e3afb8
 SHA512 
1181592536b9313ca136ce280c8349e3d7325b2bfa116714adc4fcb4d4b4f8659cb53cba134d2476b696fa73f55eefbc0a255f6cc76fb1a93eecfff42eb1d425
-DIST chrome-remote-desktop_80.0.3987.18_amd64.deb 27188594 BLAKE2B 
10dbb9364195da2d648d1087360ad7d2845b51d2517eef7e793f6b004d27a4a4331c6b7138db0dcee6d220ca2758549562ddbb1ab176a30dae8ae35744fceb31
 SHA512 
6aee7482ee9dbbc46dabf132c3ab4f610a568de7bb476e1dfdfd19a3ae30fa5d3ac8b9469699e5f0ecea436a3d565252d0a86818f27c7c095d9c6db5859d35a6
 DIST chrome-remote-desktop_88.0.4324.33_amd64.deb 33645072 BLAKE2B 
5fc565c3a27307e46ff307ad2e68a9a390b5fb86be9d3d8bb5f82f3d22013f70af18002c888d5df82956b6f33b3397cf2cb8b9a7e4c07db480ead81abbb5743c
 SHA512 
0cf6ebe8ce916874be79255faf870b20df892ce4825902996685416cedd8d8ef52215e7f278301fd6ff11e2cbc3b2e82078d7b0ee23ab35669760b1102d5827e

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild
deleted file mode 100644
index 4c61d6b3d16..000
--- 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/
-# Fetch the Release file:
-#  https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/Release
-# Which gives you the Packages file:
-#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-i386/Packages
-#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
-# And finally gives you the file name:
-#  
pool/main/c/chrome-remote-desktop/chrome-remote-desktop_29.0.1547.32_amd64.deb
-#
-# Use curl to find the answer:
-#  curl -q 
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
 | grep ^Filename
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he 
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv 
sw ta te th tr uk vi zh_CN zh_TW"
-
-inherit unpacker eutils python-single-r1 l10n
-
-DESCRIPTION="access remote computers via Chrome!"
-PLUGIN_URL="https://chrome.google.com/remotedesktop;
-HOMEPAGE="https://support.google.com/chrome/answer/1649523 ${PLUGIN_URL}"
-BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV};
-SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )"
-
-LICENSE="google-chrome"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="xrandr"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="bindist mirror"
-
-# All the libs this package links against.
-RDEPEND="app-admin/sudo
-   ${PYTHON_DEPS}
-   >=dev-libs/expat-2
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   dev-python/psutil
-   gnome-base/gconf:2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   sys-devel/gcc
-   sys-libs/glibc
-   sys-libs/pam
-   x11-apps/xdpyinfo
-   x11-apps/setxkbmap
-   x11-libs/cairo
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXtst
-   x11-libs/pango"
-# Settings we just need at runtime.
-# TODO: Look at switching to xf86-video-dummy & xf86-input-void instead of 
xvfb.
-RDEPEND+="

[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/

2021-01-06 Thread Mike Frysinger
commit: b1ca35f9b6be5084b583f912e36b58a2fc01a3fc
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Nov 29 08:41:47 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan  7 01:54:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ca35f9

net-misc/chrome-remote-desktop: version bump to 88.0.4324.33

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

 net-misc/chrome-remote-desktop/Manifest|   1 +
 .../chrome-remote-desktop-88.0.4324.33.ebuild  | 141 +
 2 files changed, 142 insertions(+)

diff --git a/net-misc/chrome-remote-desktop/Manifest 
b/net-misc/chrome-remote-desktop/Manifest
index 0ef12519ee3..6df6827ca92 100644
--- a/net-misc/chrome-remote-desktop/Manifest
+++ b/net-misc/chrome-remote-desktop/Manifest
@@ -1,3 +1,4 @@
 DIST chrome-remote-desktop_63.0.3239.17_amd64.deb 19026074 BLAKE2B 
9a62d317768d6c0ab3cf3c6e7c5dea074133cc7c5d2b04ffdc1e0f9877f5f606c044ebab7b230914eba2ade51d2805fb1267f7b1731fa36235495a8192eb3c48
 SHA512 
2843deb7817217c8b8e41931b1e9ef0fdfb40c6a4ceb1bc69499aed16cc729d7ed64f88200c9bb2366a768f294a164da2360ed2b9654d1626696bcf0403e347a
 DIST chrome-remote-desktop_77.0.3865.32_amd64.deb 35724698 BLAKE2B 
25828e144d88072fde7a7e50cd278df1a90b94e0281038239d67e2369eaf93e82897cbda4624cffe34f045b185437a892671541eeb685b80a912733380e3afb8
 SHA512 
1181592536b9313ca136ce280c8349e3d7325b2bfa116714adc4fcb4d4b4f8659cb53cba134d2476b696fa73f55eefbc0a255f6cc76fb1a93eecfff42eb1d425
 DIST chrome-remote-desktop_80.0.3987.18_amd64.deb 27188594 BLAKE2B 
10dbb9364195da2d648d1087360ad7d2845b51d2517eef7e793f6b004d27a4a4331c6b7138db0dcee6d220ca2758549562ddbb1ab176a30dae8ae35744fceb31
 SHA512 
6aee7482ee9dbbc46dabf132c3ab4f610a568de7bb476e1dfdfd19a3ae30fa5d3ac8b9469699e5f0ecea436a3d565252d0a86818f27c7c095d9c6db5859d35a6
+DIST chrome-remote-desktop_88.0.4324.33_amd64.deb 33645072 BLAKE2B 
5fc565c3a27307e46ff307ad2e68a9a390b5fb86be9d3d8bb5f82f3d22013f70af18002c888d5df82956b6f33b3397cf2cb8b9a7e4c07db480ead81abbb5743c
 SHA512 
0cf6ebe8ce916874be79255faf870b20df892ce4825902996685416cedd8d8ef52215e7f278301fd6ff11e2cbc3b2e82078d7b0ee23ab35669760b1102d5827e

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild
new file mode 100644
index 000..ace3c7112e5
--- /dev/null
+++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/
+# Fetch the Release file:
+#  https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/Release
+# Which gives you the Packages file:
+#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-i386/Packages
+#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
+# And finally gives you the file name:
+#  
pool/main/c/chrome-remote-desktop/chrome-remote-desktop_29.0.1547.32_amd64.deb
+#
+# Use curl to find the answer:
+#  curl -q 
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
 | grep ^Filename
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he 
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv 
sw ta te th tr uk vi zh_CN zh_TW"
+
+inherit unpacker python-single-r1 l10n
+
+DESCRIPTION="access remote computers via Chrome!"
+PLUGIN_URL="https://chrome.google.com/remotedesktop;
+HOMEPAGE="https://support.google.com/chrome/answer/1649523
+   https://chrome.google.com/remotedesktop;
+BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV};
+SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )"
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="xrandr"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="bindist mirror"
+
+# Packages we execute, but don't link.
+RDEPEND="app-admin/sudo
+   ${PYTHON_DEPS}"
+# All the libs this package links against.
+RDEPEND+="
+   >=dev-libs/expat-2
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   $(python_gen_cond_dep 'dev-python/psutil[${PYTHON_USEDEP}]')
+   gnome-base/gconf:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   sys-apps/dbus
+   sys-devel/gcc
+   sys-libs/glibc
+   sys-libs/pam
+   x11-apps/xdpyinfo
+   x11-apps/setxkbmap
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libXtst
+   x11-libs/pango"
+# Settings we just need at runtime.
+# TODO: Look at switching to xf86-video-dummy & xf86-input-void instead of 
xvfb.
+# - The env var 

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

2021-01-06 Thread Sam James
commit: 5e7a2867123a73822dc4bfc4d1f3f284f9796321
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:42:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:42:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7a2867

dev-ruby/bundler: Stabilize 2.1.4 s390, #743214

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

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

diff --git a/dev-ruby/bundler/bundler-2.1.4.ebuild 
b/dev-ruby/bundler/bundler-2.1.4.ebuild
index e54f8b88096..5f123936bd0 100644
--- a/dev-ruby/bundler/bundler-2.1.4.ebuild
+++ b/dev-ruby/bundler/bundler-2.1.4.ebuild
@@ -24,7 +24,7 @@ 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"
+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



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

2021-01-06 Thread Sam James
commit: 1a1285f5cda87d2565714bf76369d9af8e7f46a7
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:35:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:35:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1285f5

dev-libs/libmaxminddb: sync live

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmaxminddb/libmaxminddb-9.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-9.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-9.ebuild
index 307904ee7c4..4979eebf44d 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-9.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-9.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 autotools git-r3 toolchain-funcs
+
+inherit toolchain-funcs git-r3
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb;
@@ -10,8 +11,12 @@ EGIT_REPO_URI="https://github.com/maxmind/libmaxminddb.git;
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
-KEYWORDS=""
-IUSE="static-libs"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? ( dev-perl/IPC-Run3 )
+"
 
 DOCS=( Changes.md )
 
@@ -21,12 +26,11 @@ src_prepare() {
 }
 
 src_configure() {
-   econf $(use_enable static-libs static)
+   econf --disable-static
tc-export AR CC
 }
 
 src_install() {
default
-
find "${ED}" -name '*.la' -delete || die
 }



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

2021-01-06 Thread Sam James
commit: 4a4e58cd2b9afd8e1281abeb4d2c5cce18ec1e13
Author: Ionen Wolkens  gmail  com>
AuthorDate: Thu Jan  7 00:19:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:33:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4e58cd

dev-libs/libmaxminddb: revert to autoconf, add test dep

cmake build is incomplete (lacks man pages, pkgconfig, .so.0 symlink)

Closes: https://bugs.gentoo.org/764167
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmaxminddb/Manifest |  1 -
 ...b-1.5.0.ebuild => libmaxminddb-1.5.0-r1.ebuild} | 22 --
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest
index 7e4e6a3fe44..099eafa997e 100644
--- a/dev-libs/libmaxminddb/Manifest
+++ b/dev-libs/libmaxminddb/Manifest
@@ -1,3 +1,2 @@
 DIST libmaxminddb-1.4.3.tar.gz 602272 BLAKE2B 
2974d7268201a906c1c478ee36d4ef61e5f7483fd4f91bfcc5bf92f5bc698e8dd9eef256cceeb8c3217054481827d6fbf075f479e76c6506cc1f31d707a7d9dd
 SHA512 
7fd97678ea6ca41cc4530864276b0233acbb16208571dc4694902943b3aa7e97c683c5676ea3f2de948c67aebd083f5d073b9ae36b7e89059c17f797ffddf65e
-DIST libmaxminddb-1.5.0-test-data.tar.gz 244033 BLAKE2B 
b4d138ef8eb4b8eb78fcc42bf99eccb0336736ce27a8c639458b2f089d5fb6cbeb429860eae35333672ec7f9073db3843461f6470574035d9f7dc115e0ee3c26
 SHA512 
0c0773dde72e37955239e1f160ad22f60779e4752a10e0df0ab7697b7ca6df83547a85bc440e6643867055db0bbcbc9bbbf056e66fc688d24eb09ee1a1688c73
 DIST libmaxminddb-1.5.0.tar.gz 603923 BLAKE2B 
07c18f759a2d437d95be513d6dc3aaddd5dcd6f7201fdd7eba0f035c5a3221344f1e5e44253c0efdc2690cfffc5cecdaa9befed8d69f6f0ebd33588b3805443d
 SHA512 
68c769f247156869b84a8ad0f9deec3cb79d39c0a6b8f1458461c223b9cf9967dd9d697ff4e92ac28216ef9e9f5a94908e03f76a5f70ab17636b163c17d2d432

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild
similarity index 58%
rename from dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild
rename to dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild
index ef1cc58dee2..45742bc23d7 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild
@@ -3,28 +3,30 @@
 
 EAPI=7
 
-inherit cmake
+inherit toolchain-funcs
 
-TEST_COMMIT="39431da7fb6834c0cbe0c70a81074e65299dece7"
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb;
 
SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz;
-SRC_URI+=" test? ( 
https://github.com/maxmind/MaxMind-DB/archive/${TEST_COMMIT}.tar.gz -> 
${P}-test-data.tar.gz )"
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
-# Out of date test data shipped
-RESTRICT="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? ( dev-perl/IPC-Run3 )
+"
 
 DOCS=( Changes.md )
 
 src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-   -DBUILD_TESTING=$(usex test)
-   )
+   econf --disable-static
+   tc-export AR CC
+}
 
-   cmake_src_configure
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
 }



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

2021-01-06 Thread Sam James
commit: 752ff0abe92c4bd266106b169d8d7723e9a130d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:35:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:35:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752ff0ab

dev-libs/libmaxminddb: rename live to 

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../libmaxminddb/{libmaxminddb-9.ebuild => libmaxminddb-.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-9.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-.ebuild
similarity index 100%
rename from dev-libs/libmaxminddb/libmaxminddb-9.ebuild
rename to dev-libs/libmaxminddb/libmaxminddb-.ebuild



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

2021-01-06 Thread Sam James
commit: 96f91fe7c35ba404cb48dbd5a3cb4f4020c3c31e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:20:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f91fe7

sci-libs/arpack: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sci-libs/arpack/Manifest|  1 -
 sci-libs/arpack/arpack-3.7.0.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/sci-libs/arpack/Manifest b/sci-libs/arpack/Manifest
index b578f3ff68d..94121d526f1 100644
--- a/sci-libs/arpack/Manifest
+++ b/sci-libs/arpack/Manifest
@@ -1,4 +1,3 @@
-DIST arpack-3.7.0.tar.gz 989570 BLAKE2B 
bdab72f080d223ebbe5a279102d54fc196aac3ad1b8360be0e3814cb5e14e8f26a1f37b4b27b66db4b88b0c651c039666aa94a98fcdb34977feea7fc7d10808c
 SHA512 
cc07cdd1fba4881907b507ff6b6c9bce9e3dadd8ef744194f08ee718a6210c039ac0c51c12edd720503f8e59bcd11c178fc323e1a59696be8c3b8262cf47a452
 DIST arpack-3.8.0.tar.gz 1014494 BLAKE2B 
6daf8a237fdfce527935d777292df150b2f78892d9975f8696a37024fcb78174b29afd300e7abca2684c1907eeda658eb4478f09f580835896c0e10d106cdbbd
 SHA512 
8969c74c4c0459ea2d29ea49d5260f668fd33f73886df0da78a42a94aea93c9f5fb70f5df035266db68807ab09a92c13487a7a4e6ca64922145aade8a148a2de
 DIST tutorial.ps.gz 105599 BLAKE2B 
99570e6a0cc1c020b9c271e8ce1cc224f69ff5333cc818c10b063dc8ffbaf66a9f5c6ede99541b4212286d422146b1c4e332eba7e1635c99efa0e4c2620f0630
 SHA512 
a7b8fefd1a572ed477ae208d49094c1c65c9368990d12de9b3528e33fed546c947659f74e54a810d04154b4a1b0f9a94bcba4db0cf59d379e20786a261066aa4
 DIST ug.ps.gz 248543 BLAKE2B 
ac010aef470060636fa00360636ba093f0d24d219fa927c79fb1726b798160eda74fa8b4be6c7dff94f5759efcf30afa99ad310e7959115e028738beb8aa125d
 SHA512 
3349117fb10b07207ffbab2ffa31b406d026855ea4c16e8649b14c7d70bc94e11b5730672e34acd654817799136d4bd76569ac50ec78d787df5582d18ed61328

diff --git a/sci-libs/arpack/arpack-3.7.0.ebuild 
b/sci-libs/arpack/arpack-3.7.0.ebuild
deleted file mode 100644
index 20a36754ea1..000
--- a/sci-libs/arpack/arpack-3.7.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic fortran-2 toolchain-funcs
-
-DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
-HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
-SRC_URI="
-   https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   doc? (
-   http://www.caam.rice.edu/software/ARPACK/SRC/ug.ps.gz
-   http://www.caam.rice.edu/software/ARPACK/DOCS/tutorial.ps.gz )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="doc examples mpi"
-
-RDEPEND="
-   virtual/blas
-   virtual/lapack
-   mpi? ( virtual/mpi[fortran] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-ng-${PV}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # Fix should land in 3.8.0
-   test-flag-FC -fallow-argument-mismatch &&
-   append-fflags -fallow-argument-mismatch
-
-   econf \
-   --disable-static \
-   --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
-   --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
-   $(use_enable mpi)
-}
-
-src_install() {
-   default
-
-   dodoc DOCUMENTS/*.doc
-   newdoc DOCUMENTS/README README.doc
-   use doc && dodoc "${WORKDIR}"/*.ps
-   if use examples; then
-   dodoc -r EXAMPLES
-   if use mpi; then
-   docinto EXAMPLES/PARPACK
-   dodoc -r PARPACK/EXAMPLES/MPI
-   fi
-   fi
-
-   # no static archives
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/

2021-01-06 Thread Sam James
commit: eb795026cfb6d88d583cbc2b9364b5eac75ffe00
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:22:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:22:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb795026

net-news/rsstail: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-news/rsstail/Manifest   |  1 -
 net-news/rsstail/rsstail-1.8.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index 4d930c0e589..818ed828860 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1,3 +1,2 @@
-DIST rsstail-1.8.tgz 5085 BLAKE2B 
0d149db2bbdfc55664c79c007cef24b2964533b9867fe42a5448d9d2cf8de0871348da70f1e5c16be76c8dc98fff0338764e36aee7ddcf8ac99c1afd5e032bb7
 SHA512 
9a603b384f866fec55ea57572f15aadc467133e12509ec36fe034e1bce89fd1ff3d4982a34d44621413d374ebb17f30e7192c4f1e463f0b05ee2d9537f2a8dbc
 DIST rsstail-2.1.tgz 5940 BLAKE2B 
3d047aba02bbc09a52ce5ce911b029e42d245cd283dd7460ac8f77b62c0e79633a41cd71cd7c57cfafb2bccdf0c19509e02c2c68ab5a116f4c4e1a426bcd5be9
 SHA512 
61eec722e4c519b5ccebae93849f3f88810a1ff2e70dc311ad55fd15b7751d3d4dedf65e1c0ff875bee58df998f48aba7337a20bcebd2121dcead4ab1ac7ff1f
 DIST rsstail-2.1_p20200310.tar.gz 12977 BLAKE2B 
e127f1fa864e6ce8cf796dde13025c92d5e1c681d89e878bcbfa60a2473c1a04173edbc385ff39d3d61f3e744ba25859a9dd05fab33c28e188c8a1fe56e1cf21
 SHA512 
6dbdf9d07a851d34518b452418e14bab6aefd7f0e7f6cc7db11812782cceee0ec3e66236270fecab2e5042ab9c9c63b3b99c6ada5cc2b18b50c04737aab6

diff --git a/net-news/rsstail/rsstail-1.8.ebuild 
b/net-news/rsstail/rsstail-1.8.ebuild
deleted file mode 100644
index 4fd758104f2..000
--- a/net-news/rsstail/rsstail-1.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tail-like RSS-reader"
-HOMEPAGE="http://www.vanheusden.com/rsstail/;
-SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND=">=net-libs/libmrss-0.17.1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-   LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
-}
-
-src_install() {
-   dobin rsstail
-   doman rsstail.1
-   newdoc readme.txt README
-}



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

2021-01-06 Thread Sam James
commit: 8a4b005141be59d55dd58d69664e0f36d0c7f104
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:22:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:22:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4b0051

app-editors/curses-hexedit: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../curses-hexedit/curses-hexedit-0.9.7.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild 
b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
deleted file mode 100644
index 7eddb2375aa..000
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# There's already a "hexedit" package in the tree, so name this one differently
-
-EAPI="5"
-
-inherit toolchain-funcs eutils autotools
-
-MY_P=${P/curses-}
-DESCRIPTION="full screen curses hex editor (with insert/delete support)"
-HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/;
-SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:="
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-ncurses-pkg-config.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf --program-prefix=curses-
-}



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

2021-01-06 Thread Sam James
commit: 281a7dc67615370b67f8dea2a8ee720bef84ad05
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:20:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:20:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281a7dc6

media-libs/libmtp: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/libmtp/Manifest |  1 -
 media-libs/libmtp/libmtp-1.1.16.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/media-libs/libmtp/Manifest b/media-libs/libmtp/Manifest
index 25337b4dc8d..b85eb4b4fc3 100644
--- a/media-libs/libmtp/Manifest
+++ b/media-libs/libmtp/Manifest
@@ -1,3 +1,2 @@
-DIST libmtp-1.1.16.tar.gz 820516 BLAKE2B 
debc0755b91f44a878c4a5d4eb8d23c92ac17a80cf59ca13ada80bc1884ee7ab771153252258e33c834aba718a064d9e9a1b4618b3e0abe81bbffdfc7e5a2c88
 SHA512 
0540271930c1c932c5d06dcdd30142d407a4fadd022b195e8339d614fa3ec9b050605bf013b28ac6451f4dfcddf7add949c928acb1382802ab5fd6311c1628a0
 DIST libmtp-1.1.17.tar.gz 829529 BLAKE2B 
7e7393aaf0e988029382d30e260d651ad1166a89a2af32a3da544cdb85eeec1a026eaa40d131096eaec0686b92c4e25663ec5cfbe3916a522ebafd38f107744e
 SHA512 
f2648e259529bd3dfe74a7049a79c4b0042bcaf63cc1fec8b232b66312d62e9620280e4f725312c9ef8207f1f1ceac19f460a0a8772a3cc6c7f0b00ead01add2
 DIST libmtp-1.1.18.tar.gz 832463 BLAKE2B 
136033e9700fcce6d5092f8f5f896ce40b2ef659d638bd2e432fb7522c1c4e7e930171198ada5c67c0f5dc7c94ed36ec7d2ac8f4faa3bb335d4a8abb032ae2ef
 SHA512 
1a8d503effd83217c339a1aea3a16954d718059edf3110cb2f21cff74cdd1243e7f4880d4e12f8fbdc9a5deed366c4151babe6ecd6f4cf4b7330a27e27bf7cc8

diff --git a/media-libs/libmtp/libmtp-1.1.16.ebuild 
b/media-libs/libmtp/libmtp-1.1.16.ebuild
deleted file mode 100644
index 86c08e7c28f..000
--- a/media-libs/libmtp/libmtp-1.1.16.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit udev
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 x86"
-fi
-
-DESCRIPTION="Implementation of Microsoft's Media Transfer Protocol (MTP)"
-HOMEPAGE="http://libmtp.sourceforge.net/;
-
-LICENSE="LGPL-2.1" # LGPL-2+ and LGPL-2.1+ ?
-SLOT="0/9" # Based on SONAME of libmtp shared library
-IUSE="+crypt doc examples static-libs"
-
-RDEPEND="
-   acct-group/plugdev
-   virtual/libusb:1
-   crypt? ( >=dev-libs/libgcrypt-1.5.4:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS README TODO )
-
-src_prepare() {
-   default
-
-   # ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
-   rm ChangeLog || die
-
-   if [[ ${PV} == * ]]; then
-   if [[ -e /usr/share/gettext/config.rpath ]]; then
-   cp /usr/share/gettext/config.rpath . || die
-   else
-   touch config.rpath || die # This is from upstream 
autogen.sh
-   fi
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable crypt mtpz)
-   $(use_enable doc doxygen)
-   $(use_enable static-libs static)
-   --with-udev="$(get_udevdir)"
-   --with-udev-group=plugdev
-   --with-udev-mode=0660
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${ED}" -name "*.la" -delete || die
-
-   if use examples; then
-   docinto examples
-   dodoc examples/*.{c,h,sh}
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/hexchat-javascript/

2021-01-06 Thread Sam James
commit: 9252200b51895749751c902dcde1d971bf7753d7
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:22:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:22:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9252200b

x11-plugins/hexchat-javascript: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 x11-plugins/hexchat-javascript/Manifest|  1 -
 .../hexchat-javascript-0.3.1.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/x11-plugins/hexchat-javascript/Manifest 
b/x11-plugins/hexchat-javascript/Manifest
index e1d2d22ca39..dd8a1ddfafa 100644
--- a/x11-plugins/hexchat-javascript/Manifest
+++ b/x11-plugins/hexchat-javascript/Manifest
@@ -1,2 +1 @@
-DIST hexchat-javascript-0.3.1.tar.gz 27150 BLAKE2B 
6e898483cfb620477cacd423d70d08bd3343b423efce4f858026fc22ce8eb92d76dfd746fd30a8996c1a64377cc67b1578e77571ca6079dbc41f43645f91c824
 SHA512 
8a59d26d9aa4fba19f3058b646a0a7da4facb936a88cec9a8f7c8f4ff4a865263665377edec5acbc33890786b7d576667d39323ba35e9b0ce05dc4d132a50502
 DIST hexchat-javascript-0.3.2.tar.gz 27542 BLAKE2B 
ebd5ddef39a744a3149f562ad235ecd97fef3326e13558a00f9308ff7a078bf03d64564198e003d7730e55c20df6a48a0bab9b3fba66be57d032548c614d23e5
 SHA512 
2829ddda5d35e50c4528b56c898c96a51d5b416d55e1631f97104fa8326952ae2bde041d07d9ef652a3b92a7d33ae99307d30605c2deaacd317e71599c9708a0

diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild 
b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
deleted file mode 100644
index 7756e2e41ed..000
--- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Javascript interface for HexChat"
-HOMEPAGE="https://github.com/TingPing/hexchat-javascript;
-SRC_URI="https://github.com/TingPing/hexchat-javascript/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RDEPEND="
-   dev-lang/spidermonkey:0
-   >=net-irc/hexchat-2.9.6[plugins(+)]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   tc-export CXX PKG_CONFIG
-   fi
-}
-
-src_install() {
-   default
-   if use examples ; then
-   dodoc -r examples
-   fi
-}



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

2021-01-06 Thread Sam James
commit: a67f65d838add58073530736acbbbd915e2ebe81
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:21:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67f65d8

media-libs/alure: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 50 
 1 file changed, 50 deletions(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild 
b/media-libs/alure/alure-1.2-r1.ebuild
deleted file mode 100644
index 3053fbc78e1..000
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="The OpenAL Utility Toolkit"
-HOMEPAGE="https://kcat.strangesoft.net/alure.html;
-SRC_URI="https://kcat.strangesoft.net/alure-releases/${P}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
-
-RDEPEND="
-   >=media-libs/openal-1.1
-   dumb? ( =media-libs/dumb-0.9*:= )
-   flac? ( media-libs/flac )
-   fluidsynth? ( >=media-sound/fluidsynth-1.1.1:= )
-   mp3? ( media-sound/mpg123 )
-   sndfile? ( media-libs/libsndfile )
-   vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-include-unistd.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die
-}
-
-src_configure() {
-   # FIXME: libmodplug/sndfile.h from libmodplug conflict with sndfile.h 
from libsndfile
-   local mycmakeargs=(
-   -DMODPLUG=OFF
-   -DDUMB=$(usex dumb)
-   -DBUILD_EXAMPLES=$(usex examples)
-   -DFLAC=$(usex flac)
-   -DFLUIDSYNTH=$(usex fluidsynth)
-   -DMPG123=$(usex mp3)
-   -DSNDFILE=$(usex sndfile)
-   -DBUILD_STATIC=$(usex static-libs)
-   -DVORBIS=$(usex vorbis)
-   )
-
-   cmake_src_configure
-}



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

2021-01-06 Thread Sam James
commit: 9aaa62b85c55bad222dd3d36cd57d749b5028aac
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:21:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:21:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aaa62b8

dev-lang/coffee-script: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-lang/coffee-script/Manifest|  2 -
 dev-lang/coffee-script/coffee-script-1.12.5.ebuild | 41 ---
 .../coffee-script/coffee-script-1.9.3-r1.ebuild| 47 --
 3 files changed, 90 deletions(-)

diff --git a/dev-lang/coffee-script/Manifest b/dev-lang/coffee-script/Manifest
index 45e9c619a2f..8f1b6b097c7 100644
--- a/dev-lang/coffee-script/Manifest
+++ b/dev-lang/coffee-script/Manifest
@@ -1,4 +1,2 @@
-DIST coffee-script-1.12.5.tar.gz 1429494 BLAKE2B 
b64dc0dce9d2dbcbe5e20fcf002e9fe12116e6987ebdb19c82dadec61d90eaf66de5f4560bab5a3df1c8cef9f557bb0f5c5edd3e1fa5e7062cc0641dcbec28bc
 SHA512 
b83981508c99e52957786d66b6c93e65cea98386b247cddfd516146eb4edb7ccb49451cc976d683fc9127b1ed0ea0a4d54cc47be519af1bf9e8b3dd79159d591
-DIST coffee-script-1.9.3.tar.gz 810246 BLAKE2B 
dbca1d690ad80e38d8997c237f8c4c6e8a6b8d5c1362d5173a0c38d75e1389f5d8c09299bbb4902745e77133901857c8c15cec0dc17cbb883acf84854aefb68f
 SHA512 
660826e27f842ed67ec6ef59f734087c95585e03b6b8c6d25c8ecfc567f3161f59034e730b61e5f806edaaa7ec6c805ad6d14902857aaf09cf6193b0fe14f506
 DIST coffee-script-2.3.2.tar.gz 1754957 BLAKE2B 
7a276a16f4db9c2f53258161af0cb1cebd71fac6acca94d5ee5b0a67e1d59d17ffca8b98f20b3afbe30297963dfa683af16ae01bf0ed6eda49a20a858f6d4850
 SHA512 
ab50737ffd46db007fc98cbba5ef1fc6c97b20a40b848f9635282ddf19188c59172f984bd62b345b6aae96a92af3ac046cedb568c16db2a5e29d287314e13cd5
 DIST coffee-script-2.5.1.tar.gz 2226483 BLAKE2B 
5a2c5f93d46b111aeda63077f60992232a768008187ba0e41bec885184f91014620fca5d8e38cfdb5e88de483425d3d95c87779f27d7450de7cbe62b489b
 SHA512 
99f11f0822ffc841552cf6c78a28d152554f070df6d1b729bdd17df8ba6faae6ed2ba9886f7ee13ccb316de698ab8624370287274611fe90bef033d9f76c5865

diff --git a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild 
b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
deleted file mode 100644
index 43791b8fa0d..000
--- a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="coffeescript"
-
-DESCRIPTION="A little language that compiles into javascript"
-HOMEPAGE="https://coffeescript.org/;
-SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# This package has a test suite (that works), but it requires a number
-# of NodeJS/NPM packages that aren't in the tree.
-IUSE="doc examples"
-
-RDEPEND="net-libs/nodejs"
-
-src_install() {
-   local npm_module_dir="/usr/$(get_libdir)/node/${PN}"
-   insinto "${npm_module_dir}"
-   doins *.js package.json
-   doins -r lib
-   dodoc CONTRIBUTING.md README.md
-
-   use doc && dodoc -r documentation
-   use examples && dodoc -r examples
-
-   # The coffee and cake "binaries" use a relative path to find the lib
-   # directory, so we have to symlink them rather than use dobin().
-   exeinto "${npm_module_dir}/bin"
-   doexe bin/cake
-   doexe bin/coffee
-   dosym "${npm_module_dir}/bin/cake" "/usr/bin/cake"
-   dosym "${npm_module_dir}/bin/coffee" "/usr/bin/coffee"
-}

diff --git a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild 
b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
deleted file mode 100644
index c7bd4d3403a..000
--- a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-MY_PN="coffeescript"
-
-DESCRIPTION="A little language that compiles into javascript"
-HOMEPAGE="https://coffeescript.org/;
-
-# The tests are missing from the npm registry package, so use Github
-# instead.
-SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# This package has a test suite (that works), but it requires a number
-# of packages not in the tree. See thread "NPM / NodeJS project" on the
-# gentoo-dev archives for more info.
-IUSE="doc examples"
-
-RDEPEND="net-libs/nodejs"
-
-src_install() {
-   local npm_module_dir="/usr/$(get_libdir)/node/${PN}"
-   insinto "${npm_module_dir}"
-   doins *.js package.json
-   doins -r lib
-   dodoc CONTRIBUTING.md README.md
-
-   use doc && dodoc -r documentation
-   use examples && dodoc -r examples
-
-   # The coffee and 

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

2021-01-06 Thread Sam James
commit: 0eb20630161d9e7fa2da3cff7300a64b66c9fa1a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:23:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:23:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb20630

app-dicts/libydpdict: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-dicts/libydpdict/Manifest|  1 -
 app-dicts/libydpdict/libydpdict-1.0.2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-dicts/libydpdict/Manifest b/app-dicts/libydpdict/Manifest
index dd74924755f..fc148dd3d9b 100644
--- a/app-dicts/libydpdict/Manifest
+++ b/app-dicts/libydpdict/Manifest
@@ -1,2 +1 @@
-DIST libydpdict-1.0.2.tar.gz 297184 BLAKE2B 
1e7e4aa905c5e3468b914ed48a1307edcfce8f563a2e5a622a2a47442b12025265b3c60350898b9dbc080af345635a85516444240699476af1ae59c5c58682bf
 SHA512 
ccf2335e627a820a580c4cc95e04eca372f88232c4ca4d86bd5c8c5f9af1756f4642addaf39fa2702d3abe816d31f650d86cb480dbaf5f66f0a20b66cf5181b5
 DIST libydpdict-1.0.4.tar.gz 20550 BLAKE2B 
a68573a74db3b7ef5aa4565b85f17830800c4551db9d2d6cd80f0517e8c5f1adb7e1d6caad3768e5e9e7665a68eb2ac0eb7b261a7f69a5280c4c65f5787c9359
 SHA512 
09178c620410c5f43f52a4ffc691fc656e7d1a92fd5724ca31c6f99397d4e702d440dc0bf191e56dd83439c3067ac7638ee7ce071bc26399e8306cadbe705fdd

diff --git a/app-dicts/libydpdict/libydpdict-1.0.2.ebuild 
b/app-dicts/libydpdict/libydpdict-1.0.2.ebuild
deleted file mode 100644
index deac724709f..000
--- a/app-dicts/libydpdict/libydpdict-1.0.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Library for handling the Collins Dictionary database"
-HOMEPAGE="http://toxygen.net/ydpdict/;
-SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS
-}



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

2021-01-06 Thread Sam James
commit: 6db45e6ca3206ad12f8dac77a9eca413a6639506
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:23:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:23:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db45e6c

app-dicts/ydpdict: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-dicts/ydpdict/Manifest |  1 -
 app-dicts/ydpdict/ydpdict-1.0.2.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest
index b47f149e45d..d66c4d77547 100644
--- a/app-dicts/ydpdict/Manifest
+++ b/app-dicts/ydpdict/Manifest
@@ -1,2 +1 @@
-DIST ydpdict-1.0.2.tar.gz 363774 BLAKE2B 
0ca86e0180af559f9440f8a598672e5e321d84f37725f0233ba0d666119f20308c0229fd1dd0197a8c86733af17f1cce53b990c63b260673871ab6658d88a5c5
 SHA512 
b2395d88e289171daae3aa47d9c70a2ca1c7b3a3998c1a9751c56e1dc8d17138bc38a172581edcad02c35d5252041c6942a3c416a632def6121072650bcb7e61
 DIST ydpdict-1.0.3.tar.gz 185721 BLAKE2B 
1db80dc20dd6d71c4b7fed2051bbfae1021fd1ea15ca1f993e8e095912fbcc8d599d8f480143d185fd11c6a1414d7f29ae67a9f5cffda624b434d198cddc5c68
 SHA512 
ca50c485f10aa4c4691a27a474a5ae814be3bb183b4927728f14de67af1e11a281e5272fc5777d6573e69dd00d3da2223b78d729132764338c92489f20eb17e8

diff --git a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild 
b/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
deleted file mode 100644
index cec7d34b79a..000
--- a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Interface for the Collins Dictionary"
-HOMEPAGE="http://toxygen.net/ydpdict/;
-SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ao"
-
-RDEPEND=">=app-dicts/libydpdict-${PV}
-   sys-libs/ncurses[unicode]
-   ao? ( media-libs/libao )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_with ao libao)
-}
-
-src_install() {
-   dodir "/etc"
-   emake DESTDIR="${D}" install
-   dodoc README
-}
-
-pkg_postinst() {
-   echo
-   elog "Note that to use this program you'll need the original Collins 
Dictionary"
-   elog "datafiles (dict100.*, dict101.*). These can be found in the 
Dabasase/"
-   elog "directory of the Windows version of the Collins dictionary. Once 
you obtain"
-   elog "the files, put them into /usr/share/ydpdict"
-   elog
-   elog "Some configuration options can be set in /etc/ydpdict.conf"
-   echo
-}



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

2021-01-06 Thread Sam James
commit: 4071642e177ae0e7289d684387d1f01af563cbd1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:16:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:16:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4071642e

media-sound/timidity++: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-sound/timidity++/Manifest|   1 -
 .../files/timidity++-2.14.0-CVE-2017-11546.patch   |  31 
 .../files/timidity++-2.14.0-CVE-2017-11547.patch   |  67 ---
 .../timidity++/files/timidity++-2.14.0-gcc5.patch  |  31 
 .../files/timidity++-2.14.0-pkg-config.patch   | 109 ---
 ...ert-for-required-ctl_speana_data-function.patch |  28 ---
 .../files/timidity++-2.14.0-tcltk86.patch  |  13 --
 media-sound/timidity++/timidity++-2.14.0-r3.ebuild | 202 -
 8 files changed, 482 deletions(-)

diff --git a/media-sound/timidity++/Manifest b/media-sound/timidity++/Manifest
index 6417e3383c2..e6d1475e98f 100644
--- a/media-sound/timidity++/Manifest
+++ b/media-sound/timidity++/Manifest
@@ -1,2 +1 @@
-DIST TiMidity++-2.14.0.tar.xz 1356476 BLAKE2B 
8d4a360d1c16b250f3bef7c010e1e263fdda13446437ff2454dc2c2a717246c4d27836a3b40586b12b33e175bc54ee211a3a1798005733461cf5833eda11811a
 SHA512 
d8fc06fa36e4dd42de80c61943da4cd9aec5f8aaf31057a9ededa633d2d48e64c4e53391378d82a7a46ffe4f96c756b010ea9727270f80b134ae1f8bad535bd3
 DIST TiMidity++-2.15.0.tar.xz 1363040 BLAKE2B 
63612dc96ddef9b24ca35a8fa24c22fee8b0573efb09543e6017070b2d0a68494bc34afe8ffc50b5f7fe2d95397a971d5dc7afd4c9adbb524b119012e716b7f7
 SHA512 
36c3c79d941903109d5d6d529963d12e8192a857e80402ad5ab0d1e223451a7cf5dc8fdd046b22ae7da96f413d68db8587a8fce348635838eba2f30f7019192f

diff --git 
a/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11546.patch 
b/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11546.patch
deleted file mode 100644
index 94135e98b96..000
--- a/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11546.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 2386ec2c745f6c5075e53ea051da211336b44b84 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai 
-Date: Tue, 26 Jun 2018 22:31:27 +0200
-Subject: readmidi: Fix division by zero
-
-References: CVE-2017-11546
-
-An adhoc fix for division by zero in insert_note_steps().
-
-Signed-off-by: Takashi Iwai 
-bug-debian: https://bugs.debian.org/870338
-bug-suse: https://bugzilla.suse.com/show_bug.cgi?id=1081694
-bug: https://bugzilla.suse.com/show_bug.cgi?id=1081694
-origin: https://bugzilla.suse.com/attachment.cgi?id=760825

- timidity/readmidi.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/timidity/readmidi.c b/timidity/readmidi.c
-index 158388a..341777e 100644
 a/timidity/readmidi.c
-+++ b/timidity/readmidi.c
-@@ -4585,6 +4585,8 @@ static void insert_note_steps(void)
-   if (beat != 0)
-   meas++, beat = 0;
-   num = timesig[n].a, denom = timesig[n].b, n++;
-+  if (!denom)
-+  denom = 1;
-   }
-   a = (meas + 1) & 0xff;
-   b = (((meas + 1) >> 8) & 0x0f) + ((beat + 1) << 4);

diff --git 
a/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11547.patch 
b/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11547.patch
deleted file mode 100644
index 12562a577e0..000
--- a/media-sound/timidity++/files/timidity++-2.14.0-CVE-2017-11547.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 34328d22cbb4ccf03f29223f54f1834c796d86a2 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai 
-Date: Tue, 26 Jun 2018 22:31:28 +0200
-Subject: resample: Fix out-of-bound access in resamplers
-
-References: CVE-2017-11547
-
-An adhoc fix for out-of-bound accesses in resamples.
-The offset might overflow the given data range.
-
-Signed-off-by: Takashi Iwai 
-bug-debian: https://bugs.debian.org/870338
-bug-suse: https://bugzilla.suse.com/show_bug.cgi?id=1081694
-origin: https://bugzilla.suse.com/attachment.cgi?id=760826

- timidity/resample.c | 10 ++
- 1 file changed, 10 insertions(+)
-
-diff --git a/timidity/resample.c b/timidity/resample.c
-index cd6b8e6..4a3fadf 100644
 a/timidity/resample.c
-+++ b/timidity/resample.c
-@@ -57,6 +57,8 @@ static resample_t resample_cspline(sample_t *src, splen_t 
ofs, resample_rec_t *r
- {
- int32 ofsi, ofsf, v0, v1, v2, v3, temp;
- 
-+if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
-+  return src[ofs >> FRACTION_BITS];
- ofsi = ofs >> FRACTION_BITS;
- v1 = src[ofsi];
- v2 = src[ofsi + 1];
-@@ -96,6 +98,8 @@ static resample_t resample_lagrange(sample_t *src, splen_t 
ofs, resample_rec_t *
- {
- int32 ofsi, ofsf, v0, v1, v2, v3;
- 
-+if (ofs + (1 << FRACTION_BITS) >= rec->data_length)
-+  return src[ofs >> FRACTION_BITS];
- ofsi = ofs >> FRACTION_BITS;
- v1 = (int32)src[ofsi];
- v2 = 

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

2021-01-06 Thread Sam James
commit: f3847bcece8c5df2c91ff0c481099603c2151e1b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:17:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:17:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3847bce

media-libs/portaudio: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/portaudio/portaudio-19.06.00-r1.ebuild | 58 ---
 1 file changed, 58 deletions(-)

diff --git a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild 
b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
deleted file mode 100644
index e3930a341f3..000
--- a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune multilib-minimal
-
-DESCRIPTION="A free, cross-platform, open-source, audio I/O library"
-HOMEPAGE="http://www.portaudio.com/;
-SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="alsa +cxx debug doc jack oss static-libs"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( README.txt )
-
-multilib_src_configure() {
-   local myeconfargs=(
-   $(use_enable debug debug-output)
-   $(use_enable cxx)
-   $(use_enable static-libs static)
-   $(use_with alsa)
-   $(use_with jack)
-   $(use_with oss)
-   )
-
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-   # workaround parallel build issue
-   emake lib/libportaudio.la
-   emake
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-
-   if use doc; then
-   doxygen -u Doxyfile || die
-   doxygen Doxyfile || die
-   fi
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   use doc && dodoc -r doc/html
-   prune_libtool_files
-}



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

2021-01-06 Thread Sam James
commit: c2128d2f72070c20487fe35ea450fd2be0462ad3
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:17:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:17:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2128d2f

media-libs/faad2: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/faad2/Manifest   |  1 -
 media-libs/faad2/faad2-2.9.0.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest
index 7ef416e4861..06ff36d66d3 100644
--- a/media-libs/faad2/Manifest
+++ b/media-libs/faad2/Manifest
@@ -1,3 +1,2 @@
 DIST faad2-2.10.0.tar.gz 803225 BLAKE2B 
73ecbcbb3fce93e8ceb88f6f7669bb681d2329935018cc2a23929cf6672959a0678b47c830cfdcf8e716709ce5252a02178737a7af09de373f7c8b54f38f3d9d
 SHA512 
92c8b5e79f85b7a7caac9e7954959c26d74ef148a658dcb37e2c1b303fc2fcc5a0d12f21e7bd476870498109bdd03916a56c13f578186a69d6eceb103222e771
-DIST faad2-2.9.0.tar.gz 802390 BLAKE2B 
8cd68f96a48fefcc4d75901ae67607ec4cc4c4a76efae490dcfb3330b384ff91049894af9fccae0b41ca9fd4ef22cdff35c36f11cea1baab4cc96fe1e54749ae
 SHA512 
1756b2672f9e438a56b11160ddc77fc721d85860eaa325a3ff01b51a2524baf4c1c61068a97cbc4e99d47e7643f10e1d6afb997eede3295b44551fe4661fb5dc
 DIST faad2-2.9.2.tar.gz 803100 BLAKE2B 
093c629b81d976db760f02dc7945ae8caee66e2dc6d859499696e4978d4832c9592c2868bed575a39c778fd62f0b74fe5ee3a17b6ab22ec5c148b0dbcd7946c8
 SHA512 
996c279a56c6abde13da964b91d4ff87ac4c611e889f1dd59882fa3898093dec68ab0714cf106db10a5e24952e2d6dddc049ec9bf4f07ff68378a705d5debee2

diff --git a/media-libs/faad2/faad2-2.9.0.ebuild 
b/media-libs/faad2/faad2-2.9.0.ebuild
deleted file mode 100644
index b12960f3c6a..000
--- a/media-libs/faad2/faad2-2.9.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-minimal
-
-MY_PV=$(ver_rs 1- _)
-
-DESCRIPTION="AAC audio decoding library"
-HOMEPAGE="https://www.audiocoding.com/faad2.html;
-SRC_URI="https://github.com/knik0/faad2/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="digitalradio static-libs"
-
-RDEPEND=""
-DEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
-   default
-
-   sed -i -e 's:iquote :I:' libfaad/Makefile.am || die
-
-   # bug 466986
-   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myconf=(
-   --without-xmms
-   $(use_with digitalradio drm)
-   $(use_enable static-libs static)
-   )
-
-   ECONF_SOURCE="${S}" econf "${myconf[@]}"
-
-   # do not build the frontend for non default abis
-   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
-   sed -i -e 's/frontend//' Makefile || die
-   fi
-}
-
-multilib_src_install_all() {
-   find "${D}" -name '*.la' -delete || die
-   einstalldocs
-}



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

2021-01-06 Thread Sam James
commit: 03e0957f23d230268d65b45397bc8077711fee9b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:14:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:14:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e0957f

net-misc/iperf: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/iperf/Manifest  |  1 -
 net-misc/iperf/files/iperf-3.0.5-flags.patch | 31 
 net-misc/iperf/iperf-2.0.13.ebuild   | 34 -
 net-misc/iperf/iperf-3.6.ebuild  | 44 
 4 files changed, 110 deletions(-)

diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
index e58dfb818b5..a3540cc13ac 100644
--- a/net-misc/iperf/Manifest
+++ b/net-misc/iperf/Manifest
@@ -1,3 +1,2 @@
 DIST iperf-2.0.13.tar.gz 326148 BLAKE2B 
2a40aea9e2d7fdc935b91be5e4e586bf68dd27604375d2570570145e5db1ea5837469a4989f47586986932bef33cba05ed19ed3a9ce40c0a5531581c6d3ba982
 SHA512 
40fcfb8f4d27887f53a743ac07396511fb2a7ac59f4b300fe36896bd0241e191945fa253705990711772ee776d5e4227ed62760fc92abebdfebcedd11c27c0ea
-DIST iperf-3.6.tar.gz 602406 BLAKE2B 
791355c52e587bae01560e14448b92c3e4e070afc4f311964d2577ea790886777ca1512ea349d105a83f312f795800c01e13c53b700511df14bcf2a7c28f5dda
 SHA512 
0a1c8fd9b33369a2a018423cf33e63cfe7202ae411996f467199ae5b834ff7977d0e5c7e342f4f1b7d90c1c156453daa4dac9f94d11bb581d6d43c807538206d
 DIST iperf-3.9.tar.gz 627100 BLAKE2B 
c09018dc066612c61076ed4c53dd93b4dba766fbcbc359eb402055dcaa90af63e2df2b6c67ba8a0a72a17648014240dc5b355084e69550afed4d59257a224de8
 SHA512 
3da0939bed576a7c14baa03c996e6f407f20bfe58c4b3a36a66e74f41bd5442c0b23ab18c8eb1f2f37fd47449af533b61b658d810c68707b2b06d28894ac2035

diff --git a/net-misc/iperf/files/iperf-3.0.5-flags.patch 
b/net-misc/iperf/files/iperf-3.0.5-flags.patch
deleted file mode 100644
index 9c11c282c33..000
--- a/net-misc/iperf/files/iperf-3.0.5-flags.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-* Do not inject -g
-* Do not make a profiled build
-
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,6 +1,6 @@
- lib_LTLIBRARIES = libiperf.la   # 
Build and install an iperf library
- bin_PROGRAMS= iperf3# 
Build and install an iperf binary
--noinst_PROGRAMS = t_timer t_units t_uuid iperf3_profile # 
Build, but don't install the test programs and a profiled version of iperf3
-+noinst_PROGRAMS = t_timer t_units t_uuid # Build, but don't 
install the test programs and a profiled version of iperf3
- include_HEADERS = iperf_api.h # Defines the headers that get 
installed with the program
- 
- 
-@@ -37,14 +37,13 @@
- 
- # Specify the sources and various flags for the iperf binary
- iperf3_SOURCES  = main.c
--iperf3_CFLAGS   = -g
-+iperf3_CFLAGS   =
- iperf3_LDADD= libiperf.la
--iperf3_LDFLAGS  = -g
-+iperf3_LDFLAGS  =
- 
- # Specify the sources and various flags for the profiled iperf binary. This
- # binary recompiles all the source files to make sure they are all profiled.
--iperf3_profile_SOURCES  = main.c \
--$(libiperf_la_SOURCES)
-+iperf3_profile_SOURCES  = main.c
- 
- iperf3_profile_CFLAGS   = -pg -g
- iperf3_profile_LDADD= libiperf.la

diff --git a/net-misc/iperf/iperf-2.0.13.ebuild 
b/net-misc/iperf/iperf-2.0.13.ebuild
deleted file mode 100644
index 5bbdb14cfc5..000
--- a/net-misc/iperf/iperf-2.0.13.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tool to measure IP bandwidth using UDP or TCP"
-HOMEPAGE="https://sourceforge.net/projects/iperf2/;
-SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="ipv6 threads debug"
-
-DOCS=( "INSTALL" "README" )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.0.12-ipv6.patch
-)
-
-src_configure() {
-   econf \
-   $(use_enable debug debuginfo) \
-   $(use_enable ipv6) \
-   $(use_enable threads)
-}
-
-src_install() {
-   default
-
-   dodoc doc/*
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}

diff --git a/net-misc/iperf/iperf-3.6.ebuild b/net-misc/iperf/iperf-3.6.ebuild
deleted file mode 100644
index 090ffb29144..000
--- a/net-misc/iperf/iperf-3.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils ltprune
-
-DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
-HOMEPAGE="https://github.com/esnet/iperf/;

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

2021-01-06 Thread Sam James
commit: 4ac4d18f9505aae60c339d1daadd98ce66f28940
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:18:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:18:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac4d18f

media-libs/libjpeg-turbo: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/libjpeg-turbo/Manifest  |   1 -
 .../libjpeg-turbo/libjpeg-turbo-2.0.5-r2.ebuild| 118 -
 2 files changed, 119 deletions(-)

diff --git a/media-libs/libjpeg-turbo/Manifest 
b/media-libs/libjpeg-turbo/Manifest
index 0fea845bd3b..8bc60edd633 100644
--- a/media-libs/libjpeg-turbo/Manifest
+++ b/media-libs/libjpeg-turbo/Manifest
@@ -1,4 +1,3 @@
 DIST libjpeg-turbo-1.5.3.tar.gz 1658672 BLAKE2B 
4d2182802aa9963fa57ec2c4fb5cf0a586847d43803e4c2d2e12cf1144c4da0ede7fdbace5965c77cd6df4547090165615960ebb65c964fd2fac823c021f50b7
 SHA512 
b611b1cc3d1ddedddad871854b42449d053a5f910ed1bdfa45c98e0270f4ecc110fde3a10111d2b876d847a826fa634f09c0bb8c357056c9c3a91c9065eb5202
-DIST libjpeg-turbo-2.0.5.tar.gz 2162983 BLAKE2B 
d9204e06f075173a420931457c3738aba57a820719fb878765114b169ebb8212df18165a5f86f22126dd7eb8f8aab03caa2ba7f55e87d19196dba094e4a959fa
 SHA512 
5bf9ecf069b43783ff24365febf36dda69ccb92d6397efec6069b2b4f359bfd7b87934a6ce4311873220fccc73acabdacef5ce0604b79209eb1912e8ba478555
 DIST libjpeg-turbo-2.0.6.tar.gz 2192315 BLAKE2B 
1e003b147bf5bc1fed59df1eb42c8bd83f6548f267033969a6a26830afb24ae96c8ebba8407e4d2ded76da66a535ed59e249f64ed61218055771e5db9491514f
 SHA512 
504062778224f2ed2ddb64c988fbf466a14247952aab0cf1d35d281942b6f0874eafd34b45914d2208e087f05ddd896c5ba87a67c944e8bb80323e187413038c
 DIST libjpeg8_8d-2.debian.tar.gz 14764 BLAKE2B 
e93d12afa062da28b717b540492221f70e8d9ccf3885371647cf85a2937f938ca723d4a27d5e1c5d79c26aa25dddf69b38754558851a1704172e8b52baf8e17c
 SHA512 
8c5959fb7583a2d61e9442187f67b91b45e72d9dd30db3360d583a3b5d8e1a908db5659f760bdd455b3056e6ae3535b2fd3b847df3d58b140a1816b754003675

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r2.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r2.ebuild
deleted file mode 100644
index b1b5428b881..000
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r2.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib java-pkg-opt-2 libtool toolchain-funcs
-
-DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
-HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   mirror://gentoo/libjpeg8_8d-2.debian.tar.gz"
-
-LICENSE="BSD IJG ZLIB"
-SLOT="0/0.2"
-[[ "$(ver_cut 3)" -ge 90 ]] || \
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="java static-libs"
-
-ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )"
-
-COMMON_DEPEND="!media-libs/jpeg:0
-   !media-libs/jpeg:62"
-
-BDEPEND=">=dev-util/cmake-3.16.5
-   amd64? ( ${ASM_DEPEND} )
-   x86? ( ${ASM_DEPEND} )
-   amd64-fbsd? ( ${ASM_DEPEND} )
-   x86-fbsd? ( ${ASM_DEPEND} )
-   amd64-linux? ( ${ASM_DEPEND} )
-   x86-linux? ( ${ASM_DEPEND} )
-   x64-macos? ( ${ASM_DEPEND} )
-   x64-cygwin? ( ${ASM_DEPEND} )"
-
-DEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jdk-1.5 )"
-
-RDEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jre-1.5 )"
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/jconfig.h )
-
-src_prepare() {
-   local FILE
-   ln -snf ../debian/extra/*.c . || die
-
-   for FILE in ../debian/extra/*.c; do
-   FILE=${FILE##*/}
-   cat >> CMakeLists.txt <> CMakeLists.txt <> CMakeLists.txt 

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

2021-01-06 Thread Sam James
commit: 5c48c0134cd457f58df731ed6e542e8f3e039a21
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 01:11:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 01:11:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c48c013

dev-python/backports-zoneinfo: Stabilize 0.2.1-r1 arm, #763675

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

 dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild 
b/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild
index 97af0324405..dc46b438f18 100644
--- a/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild
+++ b/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv s390 ~sparc 
x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv s390 ~sparc 
x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



  1   2   3   4   5   6   7   8   9   10   >