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

2020-03-27 Thread Jeroen Roovers
commit: 7546a41b69ebc7eb8bd173fd7c763ab6f178a00d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 28 05:29:12 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 28 05:29:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7546a41b

dev-util/debhelper: Old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/debhelper/Manifest  |  1 -
 dev-util/debhelper/debhelper-12.8.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index 03e449706c8..e81c7ded441 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,4 +1,3 @@
 DIST debhelper_12.10.tar.xz 525416 BLAKE2B 
ce3a2116d9793eeda0df851047c0bed710ae6f948b6de268788e7991d683951f0eaf1a7a7a00d9195f1fbb008d21772f9a372f20d25c809fe07ef36ac91ca7e9
 SHA512 
79903492994a71a57a420207f3cde3fc1bef7645b9e7cf8d10b915cb52d325f947ae9f5130e28e88c3d357089fe35356aa2935480a333bc47352f6ced719a348
-DIST debhelper_12.8.tar.xz 517508 BLAKE2B 
2f72bde30638755787c93e2dabf5f60a013c58508c8872b2625e09c98dd64dca77b91063b24a5612ab7cd04ed0a94c533663cee1ef271783be5b27709008c9a3
 SHA512 
41c5f2e2362dc1b02c1ac60ec7c7b8e1826b9a5abd1a981f85bb90ef12836208ba8778645492498d57676e5ba7a5563a8391ff5474065178f67f339bbb0e
 DIST debhelper_12.9.tar.xz 521116 BLAKE2B 
287740877b2431082baec262af581c34a9c0f3388232f7866bc7629b893c6d1f23da8f8956de5aa66d33b43d6f31d8ea31c897d313423d829750f894e5a3aeab
 SHA512 
c8ee3040119a91b7dd2447be5c5d6bbe56d13aa53bd5e3d97be3af7c0a087a57661b36ae4eb56b20b0574c0e8702166ab75c7ffdeb7279f8ef77cc0ea367a6e5
 DIST debhelper_9.20160814.tar.xz 344328 BLAKE2B 
38791ab3dfb74d12e44226b79a377889911a08505cdb45cc0a6e653906edbafcac1038d1d9ff9f5fd9f714ed36681562ce7fb1c9c1109a8528523100128fced6
 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62

diff --git a/dev-util/debhelper/debhelper-12.8.ebuild 
b/dev-util/debhelper/debhelper-12.8.ebuild
deleted file mode 100644
index 99dca21e93e..000
--- a/dev-util/debhelper/debhelper-12.8.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
-HOMEPAGE="https://tracker.debian.org/pkg/debhelper;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DH_LANGS=( de es fr )
-IUSE+=" ${DH_LANGS[@]/#/l10n_}"
-
-NLS_DEPEND=$(
-   printf "l10n_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LANGS[@]}
-)
-
-RDEPEND="
-   >=dev-lang/perl-5.10:=
-   >=app-arch/dpkg-1.17
-   dev-perl/TimeDate
-   virtual/perl-Getopt-Long
-"
-DEPEND="
-   ${RDEPEND}
-   ${NLS_DEPEND}
-   test? (
-   dev-perl/Test-Pod
-   sys-apps/fakeroot
-   )
-"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-   tc-export CC
-
-   local LANGS="" USE_NLS=no lang
-   for lang in ${DH_LANGS[@]}; do
-   if use l10n_${lang}; then
-   LANGS+=" ${lang}"
-   USE_NLS=yes
-   fi
-   done
-
-   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   dodoc doc/* debian/changelog
-   docinto examples
-   dodoc examples/*
-   local lang
-   for manfile in *.1 *.7 ; do
-   for lang in ${DH_LANGS[@]}; do
-   case ${manfile} in
-   *.${lang}.?)
-   use l10n_${lang} \
-   && cp ${manfile} 
"${T}"/${manfile/.${lang}/} \
-   && doman -i18n=${lang} 
"${T}"/${manfile/.${lang}/}
-   ;;
-   *)
-   doman ${manfile}
-   ;;
-   esac
-   done
-   done
-}



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

2020-03-27 Thread Jeroen Roovers
commit: 66187e5c3947fb2ff0d55a265a46004e53fbfb32
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 28 05:28:27 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 28 05:29:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66187e5c

dev-util/debhelper: Version 12.10

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/debhelper/Manifest   |  1 +
 dev-util/debhelper/debhelper-12.10.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index b71276c1595..03e449706c8 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,3 +1,4 @@
+DIST debhelper_12.10.tar.xz 525416 BLAKE2B 
ce3a2116d9793eeda0df851047c0bed710ae6f948b6de268788e7991d683951f0eaf1a7a7a00d9195f1fbb008d21772f9a372f20d25c809fe07ef36ac91ca7e9
 SHA512 
79903492994a71a57a420207f3cde3fc1bef7645b9e7cf8d10b915cb52d325f947ae9f5130e28e88c3d357089fe35356aa2935480a333bc47352f6ced719a348
 DIST debhelper_12.8.tar.xz 517508 BLAKE2B 
2f72bde30638755787c93e2dabf5f60a013c58508c8872b2625e09c98dd64dca77b91063b24a5612ab7cd04ed0a94c533663cee1ef271783be5b27709008c9a3
 SHA512 
41c5f2e2362dc1b02c1ac60ec7c7b8e1826b9a5abd1a981f85bb90ef12836208ba8778645492498d57676e5ba7a5563a8391ff5474065178f67f339bbb0e
 DIST debhelper_12.9.tar.xz 521116 BLAKE2B 
287740877b2431082baec262af581c34a9c0f3388232f7866bc7629b893c6d1f23da8f8956de5aa66d33b43d6f31d8ea31c897d313423d829750f894e5a3aeab
 SHA512 
c8ee3040119a91b7dd2447be5c5d6bbe56d13aa53bd5e3d97be3af7c0a087a57661b36ae4eb56b20b0574c0e8702166ab75c7ffdeb7279f8ef77cc0ea367a6e5
 DIST debhelper_9.20160814.tar.xz 344328 BLAKE2B 
38791ab3dfb74d12e44226b79a377889911a08505cdb45cc0a6e653906edbafcac1038d1d9ff9f5fd9f714ed36681562ce7fb1c9c1109a8528523100128fced6
 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62

diff --git a/dev-util/debhelper/debhelper-12.10.ebuild 
b/dev-util/debhelper/debhelper-12.10.ebuild
new file mode 100644
index 000..99dca21e93e
--- /dev/null
+++ b/dev-util/debhelper/debhelper-12.10.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
+HOMEPAGE="https://tracker.debian.org/pkg/debhelper;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+DH_LANGS=( de es fr )
+IUSE+=" ${DH_LANGS[@]/#/l10n_}"
+
+NLS_DEPEND=$(
+   printf "l10n_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LANGS[@]}
+)
+
+RDEPEND="
+   >=dev-lang/perl-5.10:=
+   >=app-arch/dpkg-1.17
+   dev-perl/TimeDate
+   virtual/perl-Getopt-Long
+"
+DEPEND="
+   ${RDEPEND}
+   ${NLS_DEPEND}
+   test? (
+   dev-perl/Test-Pod
+   sys-apps/fakeroot
+   )
+"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+   tc-export CC
+
+   local LANGS="" USE_NLS=no lang
+   for lang in ${DH_LANGS[@]}; do
+   if use l10n_${lang}; then
+   LANGS+=" ${lang}"
+   USE_NLS=yes
+   fi
+   done
+
+   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   dodoc doc/* debian/changelog
+   docinto examples
+   dodoc examples/*
+   local lang
+   for manfile in *.1 *.7 ; do
+   for lang in ${DH_LANGS[@]}; do
+   case ${manfile} in
+   *.${lang}.?)
+   use l10n_${lang} \
+   && cp ${manfile} 
"${T}"/${manfile/.${lang}/} \
+   && doman -i18n=${lang} 
"${T}"/${manfile/.${lang}/}
+   ;;
+   *)
+   doman ${manfile}
+   ;;
+   esac
+   done
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2020-03-27 Thread Georgy Yakovlev
commit: 784c1c6f30636e459413ffda446a3696583b52f3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 05:16:58 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:16:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784c1c6f

dev-java/openjdk-jre-bin: 8.242_p08 amd64 stable

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/openjdk-jre-bin-8.242_p08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.242_p08.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.242_p08.ebuild
index 64875594ac4..c01f117d1d4 100644
--- a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.242_p08.ebuild
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.242_p08.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="alsa cups headless-awt nsplugin selinux webstart"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2020-03-27 Thread Georgy Yakovlev
commit: 6d3e169c7dd37470a931bd3f21251f4f3cb47304
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 05:24:53 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:24:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3e169c

dev-java/openjdk-jre-bin: bump to 11.0.6_p10

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-11.0.6_p10.ebuild  | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index de2055bf819..31779ca7131 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,5 +1,6 @@
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.4_11.tar.gz 42055392 BLAKE2B 
d9634ee9a47a9be67ae7bcb4f8a938b3d15ea40859b47ae0b078102ac1924957ac04492a0c11e9144ddbcd333733a6e2b6f997818f4a6144f594167e1b04e05b
 SHA512 
d2e38e0d7536bfa2f05135e229e3fa35e0c9860f03077da61d77d1b6551f099c957b9a9f8a25f922261b47360f7e4f7b64c1e3796557d478a90945ff2820515b
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.5_10.tar.gz 42132415 BLAKE2B 
f857b9618f653ce3df1a1f6b3a3f3fd0ceaaa2d66b9d58872817fdbb7846195459b0fd1d79cddb444e0cd17faafc46bcea85fa22b810d2e93b95a9829da6dad5
 SHA512 
b13ee8af718c701195765eb6c36c8a6dfc32a5a39f8da4118db4e5ef8ab2012f8952cea73a964fcac079487b6372c0be727f0f2df43b948ccdd4663e6b327d1d
+DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.6_10.tar.gz 42198347 BLAKE2B 
e0022f46f0f3de41d28baf19bcea2c7d6237e80586b7a1e3fb2b97aced18d564fe03a6706b8a3fe97375ff6be395aceafd1e0dba6adaddaa7285b0b8eb24310b
 SHA512 
0d1366c68ad12fafc76edddc7d385f612751182b5492cff4309d542a0e12b13c9b17ca89a0a8218ad0f8182b24285189158c43759db54645758c7ea8dc4d6ce9
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u222b10.tar.gz 40934975 BLAKE2B 
e03bfb1896e140b79474a4c9004a97aa07bc9fb29c608b2320c05625a56936555ff8ffda7c9656a2d3ff7628bac769e4d14694b2be6d08e4c90b0e6802a05afb
 SHA512 
e1810c4115206cf78c69b971354474098e853c786b472c2140b9e16187efcd3e15bfff26e743e7a532a6f0619f4728482348583662c1eeccd1ebbb82b980f8af
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u232b09.tar.gz 40963409 BLAKE2B 
16f0cce76aad30ed27c84f5bf5e5469c947023d8ab07886013e50ce9af31c90df11dfdce6fa220ff5d59b511dcb7ef4df7dc73fa7a7648d2e92899a81eec6109
 SHA512 
5ce98215c36d2870ebf0112205dfae39c3d43528ebe175dd16ff54b16267b44ada5d5d26e7d7744db95c3c8faee2858fad59c92b065993397defa64cb58c294e
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u242b08.tar.gz 40987250 BLAKE2B 
ba3f15b938b4462a186c13ca8ea12c5e5e5bbfe5e716af1911e9525875e6956caf3155423f32433be05ebd1a3c873d94b33a797298d6d09577a775c7dfe2a658
 SHA512 
11dddf75813aa3b88b2bfb2ca89e186cc15601f75ec4f9cbe92c8b60f61438f75a76e45c26bc614eb54de16a584e906f8935cb2146937b96f2970eb89dddea09

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.6_p10.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.6_p10.ebuild
new file mode 100644
index 000..33938cb1973
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.6_p10.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk-${MY_PV}/OpenJDK${SLOT}U-jre_${1}_linux_hotspot_${MY_PV//+/_}.tar.gz
+   )"
+}
+
+MY_PV=${PV/_p/+}
+SLOT=${MY_PV%%[.+]*}
+
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net;
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+IUSE="alsa cups +gentoo-vm headless-awt nsplugin selinux webstart"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk-${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${P}"
+   local ddest="${ED%/}/${dest#/}"
+
+   # Not sure why they bundle this as it's commonly available and they
+   # only do so on x86_64. It's needed by libfontmanager.so. IcedTea
+   # also has an explicit dependency while Oracle seemingly dlopens it.
+   rm -vf lib/libfreetype.so || die
+
+   # Oracle and IcedTea have libjsoundalsa.so 

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2020-03-27 Thread Georgy Yakovlev
commit: 1e6d2f0c0bf6b07356f33b92b70fa6ee37c7df20
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 05:25:42 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:26:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6d2f0c

dev-java/openjdk-jre-bin: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  3 -
 .../openjdk-jre-bin-11.0.4_p11.ebuild  | 97 --
 .../openjdk-jre-bin-8.222_p10.ebuild   | 84 ---
 .../openjdk-jre-bin-8.232_p09.ebuild   | 84 ---
 4 files changed, 268 deletions(-)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 31779ca7131..55846b3e828 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,6 +1,3 @@
-DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.4_11.tar.gz 42055392 BLAKE2B 
d9634ee9a47a9be67ae7bcb4f8a938b3d15ea40859b47ae0b078102ac1924957ac04492a0c11e9144ddbcd333733a6e2b6f997818f4a6144f594167e1b04e05b
 SHA512 
d2e38e0d7536bfa2f05135e229e3fa35e0c9860f03077da61d77d1b6551f099c957b9a9f8a25f922261b47360f7e4f7b64c1e3796557d478a90945ff2820515b
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.5_10.tar.gz 42132415 BLAKE2B 
f857b9618f653ce3df1a1f6b3a3f3fd0ceaaa2d66b9d58872817fdbb7846195459b0fd1d79cddb444e0cd17faafc46bcea85fa22b810d2e93b95a9829da6dad5
 SHA512 
b13ee8af718c701195765eb6c36c8a6dfc32a5a39f8da4118db4e5ef8ab2012f8952cea73a964fcac079487b6372c0be727f0f2df43b948ccdd4663e6b327d1d
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.6_10.tar.gz 42198347 BLAKE2B 
e0022f46f0f3de41d28baf19bcea2c7d6237e80586b7a1e3fb2b97aced18d564fe03a6706b8a3fe97375ff6be395aceafd1e0dba6adaddaa7285b0b8eb24310b
 SHA512 
0d1366c68ad12fafc76edddc7d385f612751182b5492cff4309d542a0e12b13c9b17ca89a0a8218ad0f8182b24285189158c43759db54645758c7ea8dc4d6ce9
-DIST OpenJDK8U-jre_x64_linux_hotspot_8u222b10.tar.gz 40934975 BLAKE2B 
e03bfb1896e140b79474a4c9004a97aa07bc9fb29c608b2320c05625a56936555ff8ffda7c9656a2d3ff7628bac769e4d14694b2be6d08e4c90b0e6802a05afb
 SHA512 
e1810c4115206cf78c69b971354474098e853c786b472c2140b9e16187efcd3e15bfff26e743e7a532a6f0619f4728482348583662c1eeccd1ebbb82b980f8af
-DIST OpenJDK8U-jre_x64_linux_hotspot_8u232b09.tar.gz 40963409 BLAKE2B 
16f0cce76aad30ed27c84f5bf5e5469c947023d8ab07886013e50ce9af31c90df11dfdce6fa220ff5d59b511dcb7ef4df7dc73fa7a7648d2e92899a81eec6109
 SHA512 
5ce98215c36d2870ebf0112205dfae39c3d43528ebe175dd16ff54b16267b44ada5d5d26e7d7744db95c3c8faee2858fad59c92b065993397defa64cb58c294e
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u242b08.tar.gz 40987250 BLAKE2B 
ba3f15b938b4462a186c13ca8ea12c5e5e5bbfe5e716af1911e9525875e6956caf3155423f32433be05ebd1a3c873d94b33a797298d6d09577a775c7dfe2a658
 SHA512 
11dddf75813aa3b88b2bfb2ca89e186cc15601f75ec4f9cbe92c8b60f61438f75a76e45c26bc614eb54de16a584e906f8935cb2146937b96f2970eb89dddea09

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.4_p11.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.4_p11.ebuild
deleted file mode 100644
index 33938cb1973..000
--- a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.4_p11.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-vm-2
-
-abi_uri() {
-   echo "${2-$1}? (
-   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk-${MY_PV}/OpenJDK${SLOT}U-jre_${1}_linux_hotspot_${MY_PV//+/_}.tar.gz
-   )"
-}
-
-MY_PV=${PV/_p/+}
-SLOT=${MY_PV%%[.+]*}
-
-SRC_URI="
-   $(abi_uri x64 amd64)
-"
-
-DESCRIPTION="Prebuilt Java JRE binaries provided by AdoptOpenJDK"
-HOMEPAGE="https://adoptopenjdk.net;
-LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64"
-IUSE="alsa cups +gentoo-vm headless-awt nsplugin selinux webstart"
-
-RDEPEND="
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   >net-libs/libnet-1.1
-   >=sys-apps/baselayout-java-0.1.0-r1
-   >=sys-libs/glibc-2.2.5:*
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   cups? ( net-print/cups )
-   selinux? ( sec-policy/selinux-java )
-   !headless-awt? (
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrender
-   x11-libs/libXtst
-   )"
-
-PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
-   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"
-
-RESTRICT="preserve-libs splitdebug"
-QA_PREBUILT="*"
-
-S="${WORKDIR}/jdk-${MY_PV}-jre"
-
-src_install() {
-   local dest="/opt/${P}"
-   local ddest="${ED%/}/${dest#/}"
-
-   # Not sure why they bundle this as it's commonly available and they
-   # only do so on x86_64. It's needed by libfontmanager.so. IcedTea
-   # also has an 

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/

2020-03-27 Thread Georgy Yakovlev
commit: e82b0fbf8a2400d08f61fb2949c5cdcfd8b180f4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 05:16:13 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:16:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82b0fbf

dev-java/openjdk: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/Manifest |  16 --
 dev-java/openjdk/openjdk-8.222_p10.ebuild | 244 --
 dev-java/openjdk/openjdk-8.232_p09.ebuild | 244 --
 3 files changed, 504 deletions(-)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index 0ccc4b34ecf..ea5e7515b20 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -1,25 +1,9 @@
 DIST openjdk-11.0.6.tar.bz2 90755968 BLAKE2B 
5bf23cc107ffae4cfc82be4f9b4b17de57575ee13e8fd461027e319a441c89c65fc852affb89f98a54307fa865ed5cdfb216809c6196866b31dfaa7011ad3d57
 SHA512 
d2296556c947c46883c16df3c1b7d809e6987dd6fd1a2667333e1245049560f3da744f6a51609a918cd9c509316b01160de2c080d5b9d3ed1af0b312dcbc575e
-DIST openjdk-8.222_p10.tar.bz2 452194 BLAKE2B 
aa5a19245e9b5f79da217ef4e8ff87acaf6b4c7b930a6cd1c7a00d2c6d50bb3168c41da1b18e8beb072a84bca7f3956e939edd9f5fd88899d2cc3fe754ff19f8
 SHA512 
08f92327732fb54df847fe0b3e49460bcdd25fe2aef7bc9545d75ab6504ab92452f8f5daede6040d28fd9b8347f49d658dc7bf88abc90235d6cf4a72cb44fbba
-DIST openjdk-8.232_p09.tar.bz2 453185 BLAKE2B 
9f78dc3a482f42937c9f4ed30492cf8348c903c6a419a7f2644251f853f92e2e112f72c16848adcc7102f41e8f1249e35d7019bf0b5c5fd823e4f068650f36fd
 SHA512 
31fbaf8334b3a40f491ae87aeec5698ebac334b8425147b8f8fa1a397e64f5bf7025d22dd5ecf7c7029c07ca40424f07ae139aa5d9737b20a6eeec2e9a1d835d
 DIST openjdk-8.242.tar.bz2 452896 BLAKE2B 
73176533ad62942f9a9547378aa5547a5f064076d24be527d0fb8b13c30a48680957bca731ee54771cae66e78f8800995426431ec266f0c61330a573efaacc23
 SHA512 
2a98dcead63b8e5dc6db841416b16c12a84f557c8efa6272bc4dc125333de1e20ab83050d1ee441a77f78b47b2c52dbc7d29810ce562218129eff29a5c79daca
-DIST openjdk-corba-8.222_p10.tar.bz2 1033549 BLAKE2B 
c75f100dc22535068588afe0460618005c46542cbe078e4e35ad80741d61012422eb21826a6ddcfc3b59fdde3bc7e6107a57cfc654114255b1d880273f54a762
 SHA512 
377847ae044d1e4515c6c7afaf965e037e6688ab010a24d436a5b31c251f2c09a8e622863d533b8b71625284bb5db93f114ba12ec05c731f0dc75d9dce70ec17
-DIST openjdk-corba-8.232_p09.tar.bz2 1033216 BLAKE2B 
ed6416fd49aa6d00804d90a40a7a3435828dc92087695eebf3426c49e5ccbd2f1a2cf63ee879a9e9da82c8ad050d38618e384defc185d44279025e5cf4326ae9
 SHA512 
97401d01727090f29e90735095634149a59093374c19f0611237de105ff1c87d7f0712efd6627cae57d6415f336c5750aabd1b30068ec57f88f78e23fbbc
 DIST openjdk-corba-8.242.tar.bz2 1033721 BLAKE2B 
5e0cee4d5b8faa0e940ed096f807ef231ce7c10b180ac89d5faf9ae276bab1044ca1ae6e826490e9d66f17ebd55026c17e7675a62dd4bf633cecfa3390944f97
 SHA512 
cf2cefcb590b7a1c637b709ce9f59c56a5354f90a3095726c3168962f4808ccb27a82909234343f510ad90dda56b83c934fa9ccb788ddf0f66e60c65b06d8e84
-DIST openjdk-hotspot-8.222_p10.tar.bz2 7937298 BLAKE2B 
42a74946b0ff88f1d910751af7efbe86aefc92b9039a4629445ba08255e4a9159a592e778acb8dce557b58324ce023360d9ed892568486a11336e8a09f8e6664
 SHA512 
20395d55201f072fcb5a7674ee1a2e3fb7a922e03ed4630645d4f22a5ec94c945978f7dfa6d06c28d0f8e9e4025f50986e8eba573fd44bc675ff7978e25723b3
-DIST openjdk-hotspot-8.232_p09.tar.bz2 7951090 BLAKE2B 
58f79b5612ae003fb3b7d89c4ce6243bf4a188c0d43ee60f56e77e3fc62b265571bbed7129aecb46c4c5f714f839f685fe2346bf239b8738c02afaeb129b3894
 SHA512 
26b0e5948dfa769c7f7974899d95ee372d836aab094ac13e12c904844ff414b6ac27ff1baa7f905b6c6bd4f3b4c3aad6952bcc08f85c9815b07375379d2100a5
 DIST openjdk-hotspot-8.242.tar.bz2 7953409 BLAKE2B 
84ddc5bc00bca06c821219189ef19cd88cf0c5e9e43301b0fc654e1a31c68af0d7cab32d5ffedeb10b5593c3e8a846fc308076ffdc3292e0622a504650dfad56
 SHA512 
c67c7dd81e37b7e5ed43b0a720240ae55ebf7c31e58ebc1fc20cebb1bbecc91cda575a508ebe907d6ad21bad149596bcd913a24108c50fe2c26767910b5fe570
-DIST openjdk-jaxp-8.222_p10.tar.bz2 2735189 BLAKE2B 
c4ab593edfc914e30bebcfbf0d5c68b64711005a2a027f165eba8b1583e673d74d0cbec582e6d1d65de06ffcf189dbdb66f2b1eb224f127a1908cd6c154c418c
 SHA512 
e45facbaabb803191d86b477f88eb8d8960ee224bc5d6bd4fc19688e097c9d5aafc00597ff38bdaae5403ff330c3188867bc94cd3fb7bf6394b770f1fb0711b7
-DIST openjdk-jaxp-8.232_p09.tar.bz2 2736383 BLAKE2B 
13a62acfc577c66cfb975684794dda18a6e1b90a7a32167ea914f646592ee973e7d57c415cf23d5069748f03f2fedb0e14482ea070aca39dde31f01ff745e36c
 SHA512 
725e9220da0f861cee61e81ee33ec7c1ca1edfded7c8bbe407c14d0e2e6a2c980ec1e28a578c825841f4622dab408e578412a39556642e2208f78c679b78f01e
 DIST openjdk-jaxp-8.242.tar.bz2 2735931 BLAKE2B 
b8106b903000ef0b920b3a1228eda06bfaeb073138a2d0a5193f8258f285d0f7044b93d2ef3c7e9c28bb9a39c964475f8dfcbe012d49d4c2b7a1a7c5d6fb4906
 SHA512 
2c2148aba457c7fe6f2cdba444ef730d7d6bb91604327bf6c465f549acb768a711e4482d79db1848f9495c84ac650f42c48989bee47537c1be065e3204115896

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/

2020-03-27 Thread Georgy Yakovlev
commit: 777e3ddd3dd9dab3203f351f2c931413db0c4216
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 05:13:57 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:15:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777e3ddd

dev-java/openjdk-bin: 8.242_p08 arm64 stable

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/openjdk-bin-8.242_p08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.242_p08.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.242_p08.ebuild
index 19eb642d5c1..8ca8ff8c3fe 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.242_p08.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.242_p08.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="amd64 ~arm ~arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 
 IUSE="alsa cups examples headless-awt nsplugin selinux source webstart"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/

2020-03-27 Thread Georgy Yakovlev
commit: fcef8879afb89f2c76c0abd124b8f497f1780e0c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 05:14:38 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:15:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcef8879

dev-java/openjdk-bin: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest  |  8 --
 .../openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild| 93 --
 dev-java/openjdk-bin/openjdk-bin-8.232_p09.ebuild  | 93 --
 3 files changed, 194 deletions(-)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index ac9db7a6d65..e373fa08dfc 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -2,15 +2,7 @@ DIST OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.6_10.tar.gz 
195417692 BLAKE2B 783
 DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.6_10.tar.gz 183667331 BLAKE2B 
534ac147022ab93e862d06255c008a0b8365418dc8e56b531dffa57f5b9a6675053fd09bae612fa350929035be961764017c12a1dbb04f3da0b0c3378595
 SHA512 
9f066212ab05db8d830d9fa01e754b925d0a56f14ce318184b40dfc4e1c52e2a757af2493ecc75235eba30f2059079985c0b737127c00a3c645f5b79558d08d1
 DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.6_10.tar.gz 181717626 BLAKE2B 
e918d7be5bf119472772d6bbe90dc27d4ae8c18e7f80c508e94388a6c7642d50b9b6a1b8055d56f6f2d9d01e4d9df84a8589959b9c1334720f05e7c9374e42b3
 SHA512 
bd42374b96b26afea0fae9922d2c98da8511cc182b063a8f0da30272e0c6e1ce85faeb1ae3f58eb33f3fbeb2eb4e313c0a4c74a96e00b1bc87f18eabcefe83f0
 DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz 197198464 BLAKE2B 
8b629b5257823517499f362183ab6a76b023374898a85269efcff824059f1d93a2a79c4c6907a13971b833aecb30f7d07697c1fafe10e26fa12f44e9a5d023ff
 SHA512 
e8fd5b64049c4d9a50e1b3a9391e19d07d40f7ebc68464a0952396dabf0c9270f934e695b4ad33c0e2c2fa64585a81f4fdce488d5ade95d9a74fd352f2dbae43
-DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u222b10.tar.gz 104510642 BLAKE2B 
c67f640ededdc0d91fc02144c9e1d58a4c94984d6679e22172ae536a7c1397296bd52d5037eabcf255a2655e0d2f2cb3fdfe2e10a6f5739cc351e1d982acdbce
 SHA512 
229ab2fef5339d396ebf5923454f45a9989341e8e9c9d57ee8779c6d5c8bd78d9d62d7a24d236b7f66baf79db641b04b9f9809d0734c1028ade7039bb2a94926
-DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u232b09.tar.gz 104544830 BLAKE2B 
9ccf24a2409da8989e2bf9c9dbca9176036b179a25b0e21df3d4532b7144edbf57dc45b739c6d0891251d2e6caa00f8eab664670602b004549a5c13a1d7dd133
 SHA512 
3bf3272b19c73652b485df1293f27ce1daa32be690bef053ff7df164f9ac73aa197f4d4ee782aafe410e5e81b1d0db005c4f16d601668b777f49a7d524ab5ef2
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_jdk8u242-b08.tar.gz 104602970 BLAKE2B 
f666c127369ae3edb79887fa8a4f58e60def6078c7e22e3df8e648b6e793eb8c3284204b1039c55a5eca86ad5d81b7d53de815df7a869315943a02ca182cc0a4
 SHA512 
a800057129aacac01090a108c795b7e5f84ec99b1a030fcda0baf2ab6362ac225ef408a1308138d4aa36d84bde80ba7cde9e27214522b6973546a27a3c11c902
-DIST OpenJDK8U-jdk_arm_linux_hotspot_8u222b10.tar.gz 99367073 BLAKE2B 
af507e3c1877a4e895f65fb4f47f8559ac626c78477919f281ff9ce34dcc0c6394f4ca4336d406efed541c3190147188e772922c09d91ba0efaac37ed7214a90
 SHA512 
1b166e21de8889a1aa7e90591e635c22bf18ccfa1b9d774dd01cbc97f4c0a732ebdebac8f18aed649869e52512fce35ee9a8398e1526c2e06d6109994e3772f9
-DIST OpenJDK8U-jdk_arm_linux_hotspot_8u232b09.tar.gz 99245777 BLAKE2B 
c8f2066cfa3f3fc9add7846ccf6c5d05031ff7adcfc41c9c6220615f80a1fb0168dd9b2faefeb58c9ee3fe2b31223d59c694b2b50635b13161c7f3c56bba7f78
 SHA512 
86490b52d27c6fb3031243e9f72284e5f77ce2362dce967cc7659263137818bedcaec147492e84bf9a88f066974fb257aecf36c59d91cd5789c57ab5e410ce57
 DIST OpenJDK8U-jdk_arm_linux_hotspot_8u242b08.tar.gz 99282910 BLAKE2B 
83ac54a33f8f898423dece75d02e759a908ca68d9a4ec7719a51b5d40386404d162108c9ce157c9ef995678491588a6542777a13dd961dab46d2974d4613855c
 SHA512 
bf754ad63c1be8cad20eff0e159fe5d90dd0b138d28e95509f7bb8fc37b9282295c105bbaa3822c48c12be32a698e9b30f29400aa2a2e2e44d0ad8cb018b6075
-DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u222b10.tar.gz 101730569 BLAKE2B 
3391a783edcd00820e7db92c11d2707331e9aecd352802b8cd0fe565eb42620d179e2decc32452a94bff4951b9f1fe9e276b773135d316847c215f7f42e24a7c
 SHA512 
691ff8e2f2b8d7d3004fd11470cc881a8a7d3b60eed6007986db7ee8561bc41c3508b3c9b8f4da4a298a84e3023fd9b874f9d8f20664d89ce63cdb760f554465
-DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u232b09.tar.gz 101775907 BLAKE2B 
e051da5a0bfddd1310ab74d728936755504f99a055b8e3af9d91affd1e781fd76eaa1a5bea297565d81e946e2f19e9bbbfe146b634bd9fc30fef4d936c97261f
 SHA512 
bab1105cbce30d8fcf5f4c48d28a155ac4d8fa635d8d4f9d2d5ccd337fbc78db398e991b6c81b75e3dd76c695a63686c22193ccaeab97f0439f67ada56acb61c
 DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u242b08.tar.gz 101817012 BLAKE2B 
e86abc1708f23fd9e3809824fbe3084dddbf115a5b5d5fac7a4936e16f78033dafea0ee6e6113dc463e33f55907caefed4ae2cb85864ef1d59e7b45e2708a564
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/files/, mail-filter/imapfilter/

2020-03-27 Thread Stefan Strogin
commit: 67bd6910efa009b8a48f7853f22bdb8d07974ff9
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Mar 28 05:06:40 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Mar 28 05:08:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bd6910

mail-filter/imapfilter: add patch for LibreSSL

Closes: https://bugs.gentoo.org/714882
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Stefan Strogin  gentoo.org>

 .../files/imapfilter-2.6.16-libressl.patch | 29 ++
 mail-filter/imapfilter/imapfilter-2.6.16.ebuild|  2 ++
 2 files changed, 31 insertions(+)

diff --git a/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch 
b/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch
new file mode 100644
index 000..2454fc3ffb9
--- /dev/null
+++ b/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch
@@ -0,0 +1,29 @@
+From bf69bdbf674269e84b22461c50ce1016182b56d3 Mon Sep 17 00:00:00 2001
+From: Stefan Strogin 
+Date: Sat, 28 Mar 2020 06:56:07 +0200
+Subject: [PATCH] Fix build with LibreSSL
+
+Bug: https://bugs.gentoo.org/714882
+Upstream-Status: Submitted
+[https://github.com/lefcha/imapfilter/pull/204]
+Signed-off-by: Stefan Strogin 
+---
+ src/socket.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/socket.c b/src/socket.c
+index 0a1874f..03e0d21 100644
+--- a/src/socket.c
 b/src/socket.c
+@@ -143,7 +143,7 @@ open_secure_connection(session *ssn)
+   goto fail;
+ 
+   if (get_option_boolean("certificates")) {
+-#if OPENSSL_VERSION_NUMBER >= 0x1010L
++#if OPENSSL_VERSION_NUMBER >= 0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
+   SSL_set_hostflags(ssn->sslconn,
+   X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS);
+   if (!SSL_set1_host(ssn->sslconn, ssn->server)) {
+-- 
+2.26.0
+

diff --git a/mail-filter/imapfilter/imapfilter-2.6.16.ebuild 
b/mail-filter/imapfilter/imapfilter-2.6.16.ebuild
index 0afa3d7ef35..2717687e7e4 100644
--- a/mail-filter/imapfilter/imapfilter-2.6.16.ebuild
+++ b/mail-filter/imapfilter/imapfilter-2.6.16.ebuild
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}"
 
 DOCS="AUTHORS NEWS README samples/*"
 
+PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
+
 src_prepare() {
default
sed -i -e "/^PREFIX/s:/usr/local:${EPREFIX}/usr:" \



[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/

2020-03-27 Thread Georgy Yakovlev
commit: d6b723fa1c462bd5804c8c8bb1715759d35cf3ca
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 04:07:48 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:03:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b723fa

dev-java/icedtea-bin: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea-bin/Manifest  |  14 ---
 dev-java/icedtea-bin/icedtea-bin-3.13.0.ebuild | 165 -
 2 files changed, 179 deletions(-)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 4e98a6b3faa..51b6ba07831 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -1,28 +1,14 @@
-DIST icedtea-bin-core-3.13.0-amd64.tar.xz 62068456 BLAKE2B 
cc0c35701d572b0c540a18060ccf9330504b54d6316898a28d306c3380e2f652c1c72ea256b5a11686852e0fc8e5918e80551ec03879d2522ec701bd99b4ff20
 SHA512 
ce506828492951ca6468d883ed2dcb3f05e6ccc697e6fc410d8147a2fff27ebcdb44c194debe017dab5145ed39b14a3acb85c62f1d003091a899cd74d495eef6
-DIST icedtea-bin-core-3.13.0-arm.tar.xz 58151480 BLAKE2B 
0709c3797defd250777a4aaa859b6d13d2e877f3a85db9ae5c788caeb5834ef5f825e60b4fd912e72d1f5c191841c04ed6737ba3a2ff71bef4fb3e8d0bc258a4
 SHA512 
c89f5748e41a27a2f091be9b1d6911ce38ff63c1df3c1d8f686e930caac61c5598babd70054136f47acd6a789ea559b71d1811d3066a02b8e864bf289a55013a
-DIST icedtea-bin-core-3.13.0-arm64.tar.xz 61700464 BLAKE2B 
333202f47b63ae050aa4375e38a33a649d898de5b1f95301ccfc38d5a3119e5371e944f6a1bec23b5e26f097a4888cffb199e279622b568989f0808b0478c54b
 SHA512 
17d9e858d2677b1fecbdff7b07e296e797ac57f6692ebfaf2b1d38dc679fcf1bab0b86953529d60840b589a4fb5ce4c7cbde906f011842d22097a5bf02512155
-DIST icedtea-bin-core-3.13.0-ppc64.tar.xz 55002324 BLAKE2B 
b93312e3e82c75d2611f6907c57046fc4dc1498be989fde841a43162c381247fd934c4c3d83493455f4aecec338cb343e30cf26a313cd0d26dcca9e76ee2a2d3
 SHA512 
c04d0afe3b5b9a592bc9d9d26cc15e920edc6a6646337f969b889388d0ae08ddfdd84435076538b27106dc7dc1edc31d7dc84abd744de927d403e8fcde0fe742
-DIST icedtea-bin-core-3.13.0-ppc64le.tar.xz 55089960 BLAKE2B 
915a80eefe41dc5cbfa7baa4db133fda0057a43e2c4d4e5c042d0ec2b8cd174fd4950cf66ec60e41f038036a09b309533ad4cf647cc9f1c6641ac040d38c6afc
 SHA512 
a914559df5981cc88d54fed48c013632771b094b49198fc742718c549c0188846a399d1fb28710bdcf1b224df6e5588aeb2d29feebd523943759e3f3fff4b20e
-DIST icedtea-bin-core-3.13.0-x86.tar.xz 61579520 BLAKE2B 
736941e5b41c4f0e13f5d60e4cefe716c7759fd4eb77e8cf7bb831c13525e8d007e5039dfb15c75ac0c9a18bd3d037564eca2bed4a6229c598f8ea8d92aa58e7
 SHA512 
d0f70ea72a55e5abfd459f4ce7eb4e4cee6779860c6bf95cea0bf682896cba2c2e836c613d80c5f90cf5bb14ae9abc9f0692aa4cea3bb0f6c245f8f21c842fe7
 DIST icedtea-bin-core-3.14.0-amd64.tar.xz 62155444 BLAKE2B 
cfa6a11778d159026151fffcfa7189fe45d23d22d810375f36f237afcdcd646be73788cb5cfa0a2e4822026ae58456b69f6f4baa03c7d143429f2ffe55d73e19
 SHA512 
2d29f7f61ef67d93b57318c34fbccf99077f40c6322bc774326e33ba11c8dc2a07d34c8e9d8b500feaeabe4aa45644d03140b57a3996261d13da9f9bf85ebf5c
 DIST icedtea-bin-core-3.14.0-arm.tar.xz 58158680 BLAKE2B 
3899136ccb43550129a33996ec50f7b60b9b3d118f758e3d5c51a837f6222033a32677fca58f8c95de12abb4b1b8940190a442d9b1901808307634662af7aeb8
 SHA512 
8a56048439f50bd01ce4723f8f9b97f764f655370927dad0a92db9d678e8eb797ce3a6d813a247f60d4c38ae1a3de3ab9a3b78341d19977ef05d939e85194e67
 DIST icedtea-bin-core-3.14.0-arm64.tar.xz 61710384 BLAKE2B 
f02c68f71a057232f9a8ea7476b476a376c0bd508b53f1043dfc6a6f86b5701e50d0d6be7d627436c3cff931ebe3c56f0d634196d8e1b96058142421214d525d
 SHA512 
853b7ef0d21d0d9645ef3bc4b5cb24ed43ca71687d2630a10d3087a4ea82855f98cc7c8190b0de62a746cfa214489c8ac3afdc17dfc13dbb61dd4c8a908da31b
 DIST icedtea-bin-core-3.14.0-ppc64.tar.xz 55154368 BLAKE2B 
0a509f1ae6ef885c18cf15a7c4dbe984650e242ea820aa65602cfc1a001f0123151fb5c33f25546391c9a62cc735c5a6a6cb98ef97c61900d65154c5b44ab3d2
 SHA512 
f6b19b8e7dd80df8a162665d7c3dcc8f7d739fefcd1e6a1e8d588cbbf7de08240ef49c6542524bcd173f7150a1ff5d752a9c7532dc6a9b37954ea29928bf123c
 DIST icedtea-bin-core-3.14.0-ppc64le.tar.xz 55152852 BLAKE2B 
198dffad2beefa5fed0fb0a9151ba68bf4f24e8dd1ff2a430983ecb72131d82119423eba6192365620731e030a58b60bb3492b34e2a87d19a58178c43e69853d
 SHA512 
8ccfd5ba3ae3d0a7125b99c52db7ee37229f9071209e2011023398c3dd4746e7edda92f361427667739b298ee2d0debab4346cffbe6572f2729e59971ef7
 DIST icedtea-bin-core-3.14.0-x86.tar.xz 61674516 BLAKE2B 
9297b3192985e1925f732c38229854781ebc61a49b487d147380c0fcd088601908f59488f8795f2c9069d103613785082f0fe4e227659fe3916d807a6622c3bf
 SHA512 
ca61c53a1a424a059b4a0b2b8fea8fa2a8ab9cf1e3dc8f5600b89b29f280f71841a7b853bfd1e88d756211816e733aef8fb232fcfdebca85978cf50c9026f0fb
-DIST icedtea-bin-doc-3.13.0.tar.xz 11641004 BLAKE2B 
de8fbfe42a214276e1cbb60d4567c0d06b03078ff3db50611cce5a7381c67d0219e74ff53a63b900f6353b72ef8ec943d80c4271769a058cc191ae06f9615840
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/

2020-03-27 Thread Georgy Yakovlev
commit: 0a99a9ca5278c4af455aed0acca4d5105fa12184
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 04:42:00 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 05:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a99a9ca

dev-java/icedtea-bin: bump to 3.15.0

Bug: https://bugs.gentoo.org/705992
Closes: https://bugs.gentoo.org/612414
Closes: https://bugs.gentoo.org/707552
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea-bin/Manifest  |  14 +++
 dev-java/icedtea-bin/icedtea-bin-3.15.0.ebuild | 139 +
 2 files changed, 153 insertions(+)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 51b6ba07831..0324723bd56 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -4,11 +4,25 @@ DIST icedtea-bin-core-3.14.0-arm64.tar.xz 61710384 BLAKE2B 
f02c68f71a057232f9a8e
 DIST icedtea-bin-core-3.14.0-ppc64.tar.xz 55154368 BLAKE2B 
0a509f1ae6ef885c18cf15a7c4dbe984650e242ea820aa65602cfc1a001f0123151fb5c33f25546391c9a62cc735c5a6a6cb98ef97c61900d65154c5b44ab3d2
 SHA512 
f6b19b8e7dd80df8a162665d7c3dcc8f7d739fefcd1e6a1e8d588cbbf7de08240ef49c6542524bcd173f7150a1ff5d752a9c7532dc6a9b37954ea29928bf123c
 DIST icedtea-bin-core-3.14.0-ppc64le.tar.xz 55152852 BLAKE2B 
198dffad2beefa5fed0fb0a9151ba68bf4f24e8dd1ff2a430983ecb72131d82119423eba6192365620731e030a58b60bb3492b34e2a87d19a58178c43e69853d
 SHA512 
8ccfd5ba3ae3d0a7125b99c52db7ee37229f9071209e2011023398c3dd4746e7edda92f361427667739b298ee2d0debab4346cffbe6572f2729e59971ef7
 DIST icedtea-bin-core-3.14.0-x86.tar.xz 61674516 BLAKE2B 
9297b3192985e1925f732c38229854781ebc61a49b487d147380c0fcd088601908f59488f8795f2c9069d103613785082f0fe4e227659fe3916d807a6622c3bf
 SHA512 
ca61c53a1a424a059b4a0b2b8fea8fa2a8ab9cf1e3dc8f5600b89b29f280f71841a7b853bfd1e88d756211816e733aef8fb232fcfdebca85978cf50c9026f0fb
+DIST icedtea-bin-core-3.15.0-amd64.tar.xz 62196772 BLAKE2B 
0da09f58d785c3a9d8acffbe1daeb1d944370a5256ff85f4a8b92d48f465ad19d1ae6eb91729807aa67a43a00e029e9d2978b7848f59bbcddbd40252da930426
 SHA512 
6d9415449b5c937357f1a1b7610658446d1ac9c07a0203e02f89f5ca2077712ca59157f35f02a106674aa17c6f3e0c9b54d983c3278ca0eb8c1d25d639293db5
+DIST icedtea-bin-core-3.15.0-arm.tar.xz 58228516 BLAKE2B 
cc975c461ad1246257c993434035e679e57193ee70b073a072a15ba9b1f3b00848138092ad427356822a216f1142685fcfb31f4e36551846f5298a2338abc215
 SHA512 
517f73b41ac93dead8896b6c0894464ae2d3cae5d249258fe7426817947d1332245de5be60f027e5fb92566e062ea1fb74bbcb2fed600238713202519d70f3b7
+DIST icedtea-bin-core-3.15.0-arm64.tar.xz 61788580 BLAKE2B 
f2c8d1d0ac823838881f07fc3aa47f07b048924c49ec7a0f8ce5b1f942ede8d2aab70d7fd25ea75b6fe7ea68dcd181d9f834ba4b075977470181cf10b6f26696
 SHA512 
f0c9d683048e0cc5ab44a9bdf31b5f2c2f8a2bc425dd1a78fe366791f8b2bae4e7b77f43d9553d95c388673ccac5c1e5a916dadecb9dac2059daa66af97927f2
+DIST icedtea-bin-core-3.15.0-ppc64.tar.xz 55179660 BLAKE2B 
3404f1b4ddc6f1109d141e8a88ff1a913153660b318b84fee43ffe013164c578f9fcad6b75f8212cb11cc9ee89a8260d55b39c7f9516aa910d3838b0490fe923
 SHA512 
7d5e3c16e156f09610e915d3c9062b0f24f5d15045545009f48ba616e8f45184161018ed4136145ab9d15bab6d853052df7fabda43b9bcbcf99aabea8e52477d
+DIST icedtea-bin-core-3.15.0-ppc64le.tar.xz 55188860 BLAKE2B 
732973320837e689b42942da80015109868d5772097111d5789a3bbee100a0b8d75cb581e1825a0c62bd582e93fe828b5575ac307efb73083d248c154cc28cd0
 SHA512 
887af69cc6c0a4227922da2500f228b108d9ac445e62c1836411d09a88df8579e0397d89b3f62b94f73e794a0014c67f4b1c8d2247ac1118967a63092e704078
+DIST icedtea-bin-core-3.15.0-x86.tar.xz 61650896 BLAKE2B 
ed5140790ac2946c4162ead15cd1d8aae812d41d4be3e4fff6669eedb438576e293385ec53405a2c67674c9fad9279497b2f334ef58040f6744b62059dc4882c
 SHA512 
2efbacbcd77474d4a8506f9c4f7d66c3ad57f929644e4c541bb76139b6f1c6a776639a9708257a4ce5085660ddf2d50f54ef179a63746a9eeeba83384f810cc5
 DIST icedtea-bin-doc-3.14.0.tar.xz 11406340 BLAKE2B 
249832aaa0093f70c8bfff78bfcbe6fe32c3e6210789e1f7993d24098d467fc0b5dba505b58135da82a3e55a357891a90a03eb8032b4c4db9af15d3c16915db9
 SHA512 
3665b702f25e548061970a1078c4f6fb6b412bbcf59391ad04850d64cc3a664357990ad55ef1ba0a7e1fd214b23e408ca59314ad79ca0736e0f1dd94d6f92ab8
+DIST icedtea-bin-doc-3.15.0.tar.xz 11666068 BLAKE2B 
a4df6db09dfe47220cbfa07e12adaa03df490e81fcf38df490710502e78cfae741bf9d8f88ee81e8cf65465fa912b3139b239e858e5479e8af79a48c08444d5c
 SHA512 
b990ceabf846b5be889ab706c3f259c23c335bf56aaa0e660206bedec4caef3d00fdd712d2eba5326e0b716010299b5b13e1089d91fd747cdf8cf58e4acce13b
 DIST icedtea-bin-examples-3.14.0-amd64.tar.xz 1855132 BLAKE2B 
751c5ce41983960a0e08c7e544cf04379a591ef7077ce72aca33bfe5237a887e47ce00f2070d6bc2bfc0660ab0ac15dd1c408dd46f9bd66b2d70ad6d06235027
 SHA512 
96fd2459d61d5fafe798688f1b4e0c352975728255c779a91f640bbbda01149e3522025db0c1e01b9f14200be63f242eff73689c3c81ae8fb14930e460ab9c93
 DIST icedtea-bin-examples-3.14.0-arm.tar.xz 1840984 BLAKE2B 

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

2020-03-27 Thread Michael Palimaka
commit: 847c14b427b56c5703b42f684e5a9d8bef37f0d9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 28 03:05:55 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 28 03:05:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847c14b4

app-admin/keepass: remove 2.43

Package-Manager: Portage-2.3.89, Repoman-2.3.21
Signed-off-by: Michael Palimaka  gentoo.org>

 app-admin/keepass/Manifest|   1 -
 app-admin/keepass/keepass-2.43.ebuild | 117 --
 2 files changed, 118 deletions(-)

diff --git a/app-admin/keepass/Manifest b/app-admin/keepass/Manifest
index 58a2544fefc..022fd5fc18a 100644
--- a/app-admin/keepass/Manifest
+++ b/app-admin/keepass/Manifest
@@ -1,2 +1 @@
-DIST KeePass-2.43-Source.zip 5177684 BLAKE2B 
72530afd37139d250fe7378ccfec9056e9f2210aa9dfc4cc082d977ccfc517697bc52dad3d487ebabc796977cdbb9679df32a79a6be807c21ceab5931d464df0
 SHA512 
c403ae5d7b2a997e1aadffd6a522c8292d01a5803371af8b30734414ca5d47871b53a15067251d4cb072215fd41396465b0b16351e76dad7a48044b7ed62a7e8
 DIST KeePass-2.44-Source.zip 5182922 BLAKE2B 
092d1b982d748ea1b13f26fe5423a491855cb491c80cae7632429d488f80fd730df5d2f1613bab528d55a3aadcf0cb4f4055a637d2b14b68a468e4baf9ab1837
 SHA512 
ef2ca69e40c0787b63fc30a2b222dd77fd9f0addf8593511dcd0a47580cc8de5e0900c7d4e6f77c0e5a49d1728286cf1b5856cdc65ef175e4acfdd1ffc54b55e

diff --git a/app-admin/keepass/keepass-2.43.ebuild 
b/app-admin/keepass/keepass-2.43.ebuild
deleted file mode 100644
index 25c9b9aec3f..000
--- a/app-admin/keepass/keepass-2.43.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg-utils
-
-MY_PN="KeePass"
-DESCRIPTION="A free, open source, light-weight and easy-to-use password 
manager"
-HOMEPAGE="https://keepass.info/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-Source.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="aot"
-
-COMMON_DEPEND="dev-lang/mono"
-DEPEND="${COMMON_DEPEND}
-   app-arch/unzip
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-dotnet/libgdiplus[cairo]
-"
-
-S="${WORKDIR}"
-PATCHES=( "${FILESDIR}/${PN}-2.36-xsl-path-detection.patch" )
-
-# bug #687052
-# file generated by mono --aot where *FLAGS don't make sense
-QA_PREBUILT="usr/lib64/keepass/KeePass.exe.so"
-
-src_prepare() {
-   # KeePass looks for some XSL files in the same folder as the executable,
-   # we prefer to have it in /usr/share/KeePass. Apply patch using base 
function.
-   # This XSL file will not be upstreamed since the KeePass creator said 
that
-   # including this patch would break the Portable USB version of KeePass
-   # (which keeps/looks for xsl files in its own folder)
-   default
-
-   # Switch into build dir so the mono prepration script works correctly
-   pushd Build || die
-   source PrepMonoDev.sh || die
-   popd || die
-}
-
-src_compile() {
-   export MONO_REGISTRY_PATH=/dev/null # bug 659808
-
-   # Build with Release target
-   xbuild /target:KeePass /property:Configuration=Release || die
-
-   # Run Ahead Of Time compiler on the binary
-   if use aot; then
-   cp Ext/KeePass.exe.config Build/KeePass/Release/ || die
-   mono --aot -O=all Build/KeePass/Release/KeePass.exe || die
-   fi
-}
-
-src_install() {
-   # Wrapper script to launch mono
-   make_wrapper "${PN}" "mono /usr/$(get_libdir)/${PN}/KeePass.exe"
-
-   # Some XSL files
-   insinto "/usr/share/${PN}/XSL"
-   doins Ext/XSL/*
-
-   insinto "/usr/$(get_libdir)/${PN}"
-   exeinto "/usr/$(get_libdir)/${PN}"
-
-   doins Ext/KeePass.exe.config
-
-   # Default configuration, simply says to use user-specific configuration
-   doins Ext/KeePass.config.xml
-
-   # The actual executable
-   doexe Build/KeePass/Release/KeePass.exe
-
-   # Copy the AOT compilation result
-   if use aot; then
-   doexe Build/KeePass/Release/KeePass.exe.so
-   fi
-
-   # Prepare the icons
-   newicon -s 256 Ext/Icons_04_CB/Finals/plockb.png "${PN}.png"
-   newicon -s 256 -t gnome -c mimetypes Ext/Icons_04_CB/Finals/plockb.png 
"application-x-${PN}2.png"
-
-   # Create a desktop entry and associate it with the KeePass mime type
-   make_desktop_entry "${PN}" "${MY_PN}" "${PN}" "System;Security" 
"MimeType=application/x-keepass2;\nStartupWMClass=KeePass2;"
-
-   # MIME descriptor for .kdbx files
-   insinto /usr/share/mime/packages
-   doins "${FILESDIR}/${PN}.xml"
-
-   # sed, because patching this really sucks
-   sed -i 's/mono/mono --verify-all/g' "${D}/usr/bin/keepass" || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-
-   if ! has_version x11-misc/xdotool ; then
-   elog "Optional 

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

2020-03-27 Thread Michael Palimaka
commit: 727126a189a286952cf246fe6c746ac88535ade7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 28 02:59:59 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 28 02:59:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727126a1

net-analyzer/testssl: remove 2.9.5_p8

Package-Manager: Portage-2.3.89, Repoman-2.3.21
Signed-off-by: Michael Palimaka  gentoo.org>

 net-analyzer/testssl/Manifest|  1 -
 net-analyzer/testssl/testssl-2.9.5_p8.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/net-analyzer/testssl/Manifest b/net-analyzer/testssl/Manifest
index 3597023e411..426a1543a57 100644
--- a/net-analyzer/testssl/Manifest
+++ b/net-analyzer/testssl/Manifest
@@ -1,2 +1 @@
-DIST testssl-2.9.5_p8.tar.gz 8956035 BLAKE2B 
692e08e6ff3dedf52dad5ba960291043740fa4e8e8f117b5dff93adfe1a620add3a34660fcbc1c68b53e23b0df5a0ff1862a33b12a50e78312c65791e0a55b42
 SHA512 
4c0fd1faa8978f85b46a6ae41471e16c8ab2d5651bdb6e009478aeed7b363a3648ff44e6e7689ccf421bd5e6374a2b5bfe9e5a13f7284c3a46371ed58ce4e5fb
 DIST testssl-3.0.tar.gz 9207778 BLAKE2B 
56f13cb58bc930e0c70ef1ff4734dd7e363f362397ebe354c446f1fd6e73a0774a6eb84326a405a5aab224b058754e03fcecda254617eee2fde4d9566ada4e15
 SHA512 
a5e65d3145bc422cf03b49087cc24cadca367206a06dda61d114b0a6afd7c4921204e23cdc3ade2f5d7e9ce4adf17b54691b9d33d46b75b296111663e9cf063a

diff --git a/net-analyzer/testssl/testssl-2.9.5_p8.ebuild 
b/net-analyzer/testssl/testssl-2.9.5_p8.ebuild
deleted file mode 100644
index ada154f761b..000
--- a/net-analyzer/testssl/testssl-2.9.5_p8.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN}.sh"
-MY_PV="${PV/_p/-}"
-
-DESCRIPTION="Tool to check TLS/SSL cipher support"
-HOMEPAGE="https://testssl.sh/;
-SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2 bundled-openssl? ( openssl )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bundled-openssl kerberos"
-
-RDEPEND="
-   app-shells/bash[net]
-   net-dns/bind-tools
-   sys-apps/util-linux
-   sys-libs/ncurses:0
-   sys-process/procps
-   bundled-openssl? (
-   kerberos? (
-   sys-libs/zlib
-   virtual/krb5
-   )
-   )
-   !bundled-openssl? ( dev-libs/openssl:0 )
-"
-
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-QA_PREBUILT="opt/${PN}/*"
-
-pkg_setup() {
-   if use amd64; then
-   if use kerberos; then
-   BUNDLED_OPENSSL="openssl.Linux.x86_64.krb5"
-   else
-   BUNDLED_OPENSSL="openssl.Linux.x86_64"
-   fi
-   elif use x86; then
-   BUNDLED_OPENSSL="openssl.Linux.i686"
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i ${PN}.sh \
-   -e 
's|TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"|TESTSSL_INSTALL_DIR="/"|' \
-   -e 's|$TESTSSL_INSTALL_DIR/etc/|/|g' || die
-
-   if use bundled-openssl; then
-   sed -i ${PN}.sh \
-   -e "/find_openssl_binary()/a 
OPENSSL=\"/opt/${PN}/${BUNDLED_OPENSSL}\"" || die
-   fi
-}
-
-src_install() {
-   dodoc CHANGELOG.md CREDITS.md Readme.md
-   dodoc openssl-rfc.mappping.html
-
-   dobin ${PN}.sh
-
-   insinto /etc/${PN}
-   doins etc/*
-
-   if use bundled-openssl; then
-   exeinto /opt/${PN}
-   use amd64 && doexe bin/${BUNDLED_OPENSSL}
-   fi
-}



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

2020-03-27 Thread Michael Palimaka
commit: c026241af6cd809f5b652413037911467bd63273
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 28 02:58:42 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 28 02:58:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c026241a

app-text/ansifilter: remove 2.15

Package-Manager: Portage-2.3.89, Repoman-2.3.21
Signed-off-by: Michael Palimaka  gentoo.org>

 app-text/ansifilter/Manifest   |  1 -
 app-text/ansifilter/ansifilter-2.15.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest
index f3e03f70c12..6047e7eeea8 100644
--- a/app-text/ansifilter/Manifest
+++ b/app-text/ansifilter/Manifest
@@ -1,2 +1 @@
-DIST ansifilter-2.15.tar.bz2 441381 BLAKE2B 
db55f8a21aada3aa851a099e5a19a3f3bbf81b8ce5d75b31600cbc47f409306e74f57ff51c52266212fa3c59730fac0d416e99f1fefe8a7009bd357ea216b0cd
 SHA512 
4c30ea11665ce0876664c77fbe69c377d5e692508a54b4629e9b6363c1f223b65ac91d20fd61d6d8cf719d1b391ca6d94d69dabbacde7c2dc460330d530a09af
 DIST ansifilter-2.16.tar.bz2 441932 BLAKE2B 
7a6af4e4b78cd4c26551791b4661a6f41c397a65abe19667f049bd393af0c5e1453a3f7f5f56c7d321c41c2cf36acc05575bb866f5dbf04184de1069d6c64a20
 SHA512 
ef621087e6d522e08423802d223f826f2fd6fe3b2efd8ed26e09f64e666202cdcdf68d19ebe5ac4b858a4339a8aa4d5f2ba309efa310837808381e09e39d4f90

diff --git a/app-text/ansifilter/ansifilter-2.15.ebuild 
b/app-text/ansifilter/ansifilter-2.15.ebuild
deleted file mode 100644
index 0481ddcea6a..000
--- a/app-text/ansifilter/ansifilter-2.15.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs qmake-utils
-
-DESCRIPTION="Handles text files containing ANSI terminal escape codes"
-HOMEPAGE="http://www.andre-simon.de/;
-SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="qt5"
-
-RDEPEND="
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   # bug 431452
-   rm src/qt-gui/moc_mydialog.cpp || die
-}
-
-src_configure() {
-   if use qt5 ; then
-   pushd src/qt-gui > /dev/null || die
-   eqmake5
-   popd > /dev/null || die
-   fi
-}
-
-src_compile() {
-   emake -f makefile CC="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -DNDEBUG 
-std=c++11"
-
-   if use qt5 ; then
-   pushd src/qt-gui > /dev/null || die
-   emake
-   popd > /dev/null || die
-   fi
-}
-
-src_install() {
-   dobin src/${PN}
-   use qt5 && dobin src/qt-gui/${PN}-gui
-
-   gunzip man/${PN}.1.gz
-   doman man/${PN}.1
-   einstalldocs
-}



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

2020-03-27 Thread Michael Palimaka
commit: f3bf6d360efce57421174839ad5ec1792f2e675f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 28 02:58:09 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 28 02:58:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bf6d36

dev-util/rpmdevtools: remove 8.10-r1

Package-Manager: Portage-2.3.89, Repoman-2.3.21
Signed-off-by: Michael Palimaka  gentoo.org>

 dev-util/rpmdevtools/rpmdevtools-8.10-r1.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-util/rpmdevtools/rpmdevtools-8.10-r1.ebuild 
b/dev-util/rpmdevtools/rpmdevtools-8.10-r1.ebuild
deleted file mode 100644
index eb1fb39a165..000
--- a/dev-util/rpmdevtools/rpmdevtools-8.10-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
-
-DESCRIPTION="Collection of rpm packaging related utilities"
-HOMEPAGE="https://pagure.io/rpmdevtools;
-SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="emacs"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
-   dev-lang/perl:*
-"
-RDEPEND="${COMMON_DEPEND}
-   net-misc/curl
-   emacs? ( app-emacs/rpm-spec-mode )
-"
-DEPEND="${COMMON_DEPEND}
-   sys-apps/help2man
-"
-
-src_prepare() {
-   default
-   python_fix_shebang rpmdev-{rmdevelrpms.py,checksig,sort,vercmp,bumpspec}
-}



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

2020-03-27 Thread Michael Palimaka
commit: d053cef9f20bf1c116d706c03f4172b7b41c0b34
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 28 03:03:55 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 28 03:03:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d053cef9

net-irc/unrealircd: remove 5.0.1 and 5.0.3

Bug: https://bugs.gentoo.org/714780
Package-Manager: Portage-2.3.89, Repoman-2.3.21
Signed-off-by: Michael Palimaka  gentoo.org>

 net-irc/unrealircd/Manifest|   2 -
 net-irc/unrealircd/unrealircd-5.0.1.ebuild | 168 -
 net-irc/unrealircd/unrealircd-5.0.3.ebuild | 168 -
 3 files changed, 338 deletions(-)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 7dd56d86c12..25676ead628 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,4 +1,2 @@
 DIST unrealircd-4.2.4.1.tar.gz 6090725 BLAKE2B 
817a7c2a13a495944676d08ed90b36f6795fe43ee171efc6661980e6da9a8cc8d98c4fb0eb8221ac6af85ab1a9b5578a2e992d7b41696434430e58918bc30145
 SHA512 
752573c4af1f92a10739bb2b0cdaade1948207b46d28ae5177e1dfd6b0663044bc22dce5ffe8549882cd70325e3ef7e3296182fffbb84e08d59dbbdd6551a686
-DIST unrealircd-5.0.1.tar.gz 4892906 BLAKE2B 
bf3515dc962ead462b32dd3a2dd44b292306ea4c64f1405c54e89d835565506394b5dab9d244a9df316afc150808baddcb53c500ef026db50c570024295cc4e1
 SHA512 
5ca8a05f985d07ad9e676c39a8ba5e1409797a155a9df505f685ab4d6616af30ad3946b933df75bdea66ab3984578af77144f67bea7fd65b16ba6da250c09eed
 DIST unrealircd-5.0.3.1.tar.gz 4902967 BLAKE2B 
d3c2e2399091b3aa9906583231d5ba42534234c4c40ce7412609fe8866438848bb69a4fc3cd378e0ed9ab13970ba2a7b27ba9fccdaaaea3585ec0a05aa5f89c2
 SHA512 
1bf3e2aab2f14d68a02ae6925d9e91135a92cf08886f703be0cd203c8b4b323bfc3930254d2bda381e60b3991f379115c954fa1fd262e28d7a27172a25bb172a
-DIST unrealircd-5.0.3.tar.gz 4902148 BLAKE2B 
954ee5a6953378809b0bfe793a698c3dd0f243af0dea651391fa953a13f4ea8b71925bfeecbf9cff4098d51bb6cb154559d6ea8608bfb0e98790c137bb4ac20b
 SHA512 
7fdee09cecebc1c2ceb9456c1d49bef566f240ca03827aa35a16c875f7aa8e1fc1e520a5f922303de56bfe828e4fdb6bf9fc6513b4defe24f3b77678603f7a56

diff --git a/net-irc/unrealircd/unrealircd-5.0.1.ebuild 
b/net-irc/unrealircd/unrealircd-5.0.1.ebuild
deleted file mode 100644
index 10fd8b75326..000
--- a/net-irc/unrealircd/unrealircd-5.0.1.ebuild
+++ /dev/null
@@ -1,168 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-SSL_CERT_MANDATORY=1
-inherit ssl-cert
-
-DESCRIPTION="An advanced Internet Relay Chat daemon"
-HOMEPAGE="https://www.unrealircd.org/;
-SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="class-nofakelag curl libressl +operoverride operoverride-verify 
+prefixaq showlistmodes"
-
-RDEPEND="
-   acct-group/unrealircd
-   acct-user/unrealircd
-   >=app-crypt/argon2-20171227-r1:=
-   dev-libs/libpcre2
-   >=net-dns/c-ares-1.7:=
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   curl? ( net-misc/curl[adns] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( 
doc/{Authors,Donation,RELEASE-NOTES.md,tao.of.irc,technical/,translations.txt} )
-
-src_prepare() {
-   # QA check against bundled pkgs
-   rm -r extras || die
-
-   # building third-party modules (which we don't do) cause a sandbox 
violation
-   # bug 70
-   echo "" > src/buildmod || die
-
-   if use class-nofakelag; then
-   sed -i -e 's:#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
-   fi
-
-   eapply_user
-}
-
-src_configure() {
-   # Default value for privatelibdir adds a build path to -Wl,-rpath.
-   econf \
-   --with-bindir="${EPREFIX}"/usr/bin \
-   --with-cachedir="${EPREFIX}"/var/lib/${PN} \
-   --with-confdir="${EPREFIX}"/etc/${PN} \
-   --with-datadir="${EPREFIX}"/var/lib/${PN} \
-   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --with-logdir="${EPREFIX}"/var/log/${PN} \
-   
--with-modulesdir="${EPREFIX}"/usr/"$(get_libdir)"/${PN}/modules \
-   --without-privatelibdir \
-   --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
-   --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
-   --with-maxconnections=1024 \
-   --with-nick-history=2000 \
-   --with-permissions=0640 \
-   --with-system-argon2 \
-   --with-system-cares \
-   --with-system-pcre2 \
-   --enable-dynamic-linking \
-   --enable-ssl="${EPREFIX}"/usr \
-   $(use_enable curl libcurl "${EPREFIX}"/usr) \
-   $(use_enable prefixaq) \
-   $(use_with showlistmodes) \
-   $(use_with !operoverride 

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

2020-03-27 Thread Michael Palimaka
commit: a5a994e54445029f86e881cddd63b74531777c96
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 28 02:59:28 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 28 02:59:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a994e5

media-gfx/evoluspencil: remove 3.0.4

Package-Manager: Portage-2.3.89, Repoman-2.3.21
Signed-off-by: Michael Palimaka  gentoo.org>

 media-gfx/evoluspencil/Manifest  |  1 -
 media-gfx/evoluspencil/evoluspencil-3.0.4.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/media-gfx/evoluspencil/Manifest b/media-gfx/evoluspencil/Manifest
index 4742ad8605b..a29d74af27c 100644
--- a/media-gfx/evoluspencil/Manifest
+++ b/media-gfx/evoluspencil/Manifest
@@ -1,2 +1 @@
-DIST evoluspencil-3.0.4-49.rpm 55779457 BLAKE2B 
7f74bf4d0ac4dcd6ef2e37d56e6b06eda72a34e6c4bc0e2fbb5b55727bb3ba0ecfe183e64ad5f6abe77d258dca2bfc7acca0d08c934a7700699690ff8d39e335
 SHA512 
72a17841d214523223d6f35ca8ba69076070baf83248ceb5747a23865ec955f8aafbb799eb01b3a3c99226a7bc1653e55be6f7292941b1a859598e016673f2ec
 DIST evoluspencil-3.1.0-1.rpm 88059338 BLAKE2B 
905f37968815be8daf37f60197f33636094c1007553d917f4098e09de9943bbd027bb21cf216df64145206ac968b48fff7a91fcb3acbb1b5d01a897375e31e99
 SHA512 
3a9a451563f499d918b36b48482a13107e18de0f7fcb786b20a88ffd8f487cf07cfdc279bcf6d4db3b8bbde89a424352d7e1fa1d8eeaa4972d830ec22883a15f

diff --git a/media-gfx/evoluspencil/evoluspencil-3.0.4.ebuild 
b/media-gfx/evoluspencil/evoluspencil-3.0.4.ebuild
deleted file mode 100644
index 10668457f52..000
--- a/media-gfx/evoluspencil/evoluspencil-3.0.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rpm xdg-utils
-
-MY_PN="${PN/evolus/}"
-
-DESCRIPTION="A simple GUI prototyping tool to create mockups"
-HOMEPAGE="https://pencil.evolus.vn/;
-SRC_URI="https://pencil.evolus.vn/dl/V${PV}/${MY_PN^}-${PV}-49.x86_64.rpm -> 
${P}-49.rpm"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   x11-libs/pango
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-   opt/${MY_PN^}/*.so
-   opt/${MY_PN^}/pencil
-"
-
-src_install() {
-   doins -r usr
-   doins -r opt
-
-   exeinto /opt/${MY_PN^}
-   doexe opt/${MY_PN^}/{pencil,libffmpeg.so,libnode.so}
-   dosym ../${MY_PN^}/pencil /opt/bin/pencil
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



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

2020-03-27 Thread Georgy Yakovlev
commit: 91634390617c42008d78565a1c8db3f38da145ad
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Mar 28 01:09:51 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 02:00:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91634390

net-dns/dnscrypt-proxy: Bump to 2.0.42

Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-dns/dnscrypt-proxy/Manifest|   1 +
 .../dnscrypt-proxy/dnscrypt-proxy-2.0.42.ebuild| 100 +
 2 files changed, 101 insertions(+)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index 0fd119dfa6f..054695abc37 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,3 +1,4 @@
 DIST dnscrypt-proxy-2.0.33.tar.gz 2723092 BLAKE2B 
26ed819f264c1a536b2e47d9ffa412097eba5c9597ad2a5e7ff7a485ad660aeb882c5ce527bb072a5f7b5782387ce1b72cc74400973f9cebd66a50bd2308d830
 SHA512 
5c6eb655aa70457889253cbf630e7e37011a461a7f181f0a667694d53146ad9dee88bbbf80c7db3187bba0054af2a63b7b5be1a229800b2566a9758e9d047429
 DIST dnscrypt-proxy-2.0.39.tar.gz 2814424 BLAKE2B 
59be804a9c9641dd43e6b49e95c58c7d20dfdc940f2279a47a9ced707d1bbe64b1864c65feab2cada6c12945567ffd93478bd0a8129d40ea65c0fef50e5e90e4
 SHA512 
d4eacd8d1989b99d9932d66ef609948558af26f9db1fc37acd6b5609e2a410d20828e32f2b79f2f9fbdf822998af641aec20128e4c58233663929106e29d8e24
 DIST dnscrypt-proxy-2.0.41.tar.gz 2323421 BLAKE2B 
572a0ad15df6c40d1738b296972584f5d8fe382ca3c0a05b4fc74e986e767a058227dda2127c843127bc0b90e8b7bbe17a5eaee42175f0b77e21160ac63f7a88
 SHA512 
26be163daa03633f2d76f1121fb1987e0155613bd84cbb2aad2ba0eedbd35ec0b393d1c1a0aaba47968b3a08bd0273ad929a164695ce35d2ebe05ce3b5f5dfd1
+DIST dnscrypt-proxy-2.0.42.tar.gz 2324442 BLAKE2B 
8444eca1fc2bfc6029c1848bbeb77697b9b9c228c1bd0d17ed357b73667524c7052b33410a92847743533c3712f749fd93dbac46a81da48dae367e2a515cad8c
 SHA512 
093b07ee8eb44c1264e6ea4b60ad32e0221b1b02c1d61f142b1fbf37dc5181533cc3c5d6e7468d0f7488611de4620947684269da9f08f21da0aa501ba70be711

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.42.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.42.ebuild
new file mode 100644
index 000..b5bda3db325
--- /dev/null
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.42.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/DNSCrypt/${PN}"
+
+inherit fcaps go-module systemd
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+else
+   SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+fi
+
+DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy;
+
+LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"
+SLOT="0"
+IUSE="pie"
+
+BDEPEND=">=dev-lang/go-1.13"
+
+RDEPEND="
+   acct-group/dnscrypt-proxy
+   acct-user/dnscrypt-proxy
+"
+
+FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
+
+PATCHES=( "${FILESDIR}"/config-full-paths-r11.patch )
+
+src_compile() {
+   pushd "${PN}" >/dev/null || die
+   go build -v -x -mod=readonly -mod=vendor -buildmode="$(usex pie pie 
default)" || die
+   popd >/dev/null || die
+}
+
+src_install() {
+   pushd "${PN}" >/dev/null || die
+
+   dobin dnscrypt-proxy
+
+   insinto /etc/dnscrypt-proxy
+   newins example-dnscrypt-proxy.toml dnscrypt-proxy.toml
+   doins example-{blacklist.txt,whitelist.txt}
+   doins example-{cloaking-rules.txt,forwarding-rules.txt}
+
+   popd >/dev/null || die
+
+   insinto /usr/share/dnscrypt-proxy
+   doins -r "utils/generate-domains-blacklists/."
+
+   newinitd "${FILESDIR}"/dnscrypt-proxy.initd dnscrypt-proxy
+   newconfd "${FILESDIR}"/dnscrypt-proxy.confd dnscrypt-proxy
+
+   systemd_newunit "${FILESDIR}"/dnscrypt-proxy.service 
dnscrypt-proxy.service
+   systemd_newunit "${FILESDIR}"/dnscrypt-proxy.socket 
dnscrypt-proxy.socket
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/dnscrypt-proxy.logrotate dnscrypt-proxy
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+   go-module_pkg_postinst
+
+   if ! use filecaps; then
+   ewarn "'filecaps' USE flag is disabled"
+   ewarn "${PN} will fail to listen on port 53"
+   ewarn "please do one the following:"
+   ewarn "1) re-enable 'filecaps'"
+   ewarn "2) change port to > 1024"
+   ewarn "3) configure to run ${PN} as root (not recommended)"
+   ewarn
+   fi
+
+   if systemd_is_booted || has_version sys-apps/systemd; then
+   elog "Using systemd socket activation may cause issues with 
speed"
+   elog "latency and reliability of ${PN} and is discouraged by 
upstream"

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

2020-03-27 Thread Georgy Yakovlev
commit: 9ee65c3e2850d280c6859067247a1a423bf0f2ba
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Mar 28 01:17:02 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 02:00:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee65c3e

acct-group/dnscrypt-proxy: Join as proxy maintainer

Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 acct-group/dnscrypt-proxy/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/acct-group/dnscrypt-proxy/metadata.xml 
b/acct-group/dnscrypt-proxy/metadata.xml
index efcd58fe0b9..33af2c3f821 100644
--- a/acct-group/dnscrypt-proxy/metadata.xml
+++ b/acct-group/dnscrypt-proxy/metadata.xml
@@ -1,8 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   s...@cmpct.info
+   Sam James
+   

gyakov...@gentoo.org
Georgy Yakovlev

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
 



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

2020-03-27 Thread Georgy Yakovlev
commit: 534b06898b8f8c9a2ae35d0ca518e90d23a87d0e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Mar 28 01:19:32 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 02:00:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534b0689

acct-user/dnscrypt-proxy: Join as proxy maintainer

Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15144
Signed-off-by: Georgy Yakovlev  gentoo.org>

 acct-user/dnscrypt-proxy/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/acct-user/dnscrypt-proxy/metadata.xml 
b/acct-user/dnscrypt-proxy/metadata.xml
index efcd58fe0b9..33af2c3f821 100644
--- a/acct-user/dnscrypt-proxy/metadata.xml
+++ b/acct-user/dnscrypt-proxy/metadata.xml
@@ -1,8 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   s...@cmpct.info
+   Sam James
+   

gyakov...@gentoo.org
Georgy Yakovlev

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
 



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

2020-03-27 Thread Georgy Yakovlev
commit: eac78cad3ce3e5654e97a35369a7e0be05a1ff4b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 01:17:15 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 01:26:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac78cad

profiles/base/package.use.mask: security mask java[webstart]

Bug: https://bugs.gentoo.org/711392
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/base/package.use.mask | 9 +
 1 file changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index cd2e9620368..dd72d4bcb70 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,15 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Georgy Yakovlev  (2020-03-27)
+# Depends on vulnerable old version of icedtea-web #711392
+# new version uses maven + rust
+dev-java/icedtea nsplugin webstart
+dev-java/icedtea-bin nsplugin webstart
+dev-java/openjdk nsplugin webstart
+dev-java/openjdk-bin nsplugin webstart
+dev-java/openjdk-jre-bin nsplugin webstart
+
 # Michał Górny  (2020-03-27)
 # www-client/weboob is masked for removal.
 app-office/kmymoney weboob



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

2020-03-27 Thread Georgy Yakovlev
commit: 47d73a57f4977023f20933ae06e0b974b4015078
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 01:19:46 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 01:26:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d73a57

profiles/package.mask: security mask dev-java/icedtea-web

Bug: https://bugs.gentoo.org/711392
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a5dbdc38958..dee6de6e77d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,6 +37,11 @@
 # Removal in 30 days.  Bug #712960
 net-dns/dnsimple-dyndns
 
+# Georgy Yakovlev  (2020-03-27)
+# Vulnerable old version of icedtea-web #711392
+# new version uses maven + rust
+dev-java/icedtea-web
+
 # Michał Górny  (2020-03-27)
 # Unmaintained.  Not tested for py3.7.  Last bumped in 2015.
 # Bad quality ebuild.



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

2020-03-27 Thread Georgy Yakovlev
commit: 1b5dbf0a6ad8ed340b12df737fb0b6e0a25ec97c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 00:55:54 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 00:55:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5dbf0a

net-im/telegram-desktop: bump to 1.9.22

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-im/telegram-desktop/Manifest   |   1 +
 .../telegram-desktop-1.9.22.ebuild | 139 +
 2 files changed, 140 insertions(+)

diff --git a/net-im/telegram-desktop/Manifest b/net-im/telegram-desktop/Manifest
index cace9a278c6..2b515917de3 100644
--- a/net-im/telegram-desktop/Manifest
+++ b/net-im/telegram-desktop/Manifest
@@ -1,2 +1,3 @@
 DIST tdesktop-1.9.14-full.tar.gz 25324084 BLAKE2B 
45c071aa573541b6e483d2ae712b7f3b672c1294e8e7e624d9292f7176482f4d68069c35541019dc27fdb1c66134c29fb4d3667f1197e7085e4f8a80c8ca603c
 SHA512 
56efa64048d23b280782b51319c0071c6cef833cb7e2584e52c6e45488577755beb85185ec9187029c425cc8d4c9c1887142687c744697e7731a15abe2846056
 DIST tdesktop-1.9.21-full.tar.gz 25848026 BLAKE2B 
503e22bcc83a64721aa4c4c6e8bca89c4c976703c338b1615c5ab1599098e98cbd220a94cffdbe24d9c305b44ffef7719ad1c2d2ad81f4ec6edc8377e1afa4ef
 SHA512 
ea02fc69e88ed6244ed420516bb7a93827cb85efaa0a7e9af7562aa1bc29184c5a2102caca8693c976b25d374832e0deb2ccbf00144d5340b5ffacbdc9dcebf1
+DIST tdesktop-1.9.22-full.tar.gz 26103977 BLAKE2B 
30f78225f7c1f96a9c96a777ee29e361452a0a4e3c74b3fb54eae003caa29118ff7ee38e7727997150f8d686e94618c387bd45c985e1a7ad8b12f396b3afb3cd
 SHA512 
1fd9b04da02e648bf4e54cb3344b2490f5d7dc08d94e2dc0aa18f0402b96a8a923adaf9a1664393629bc8054ef91ef8ea20e8dd59222da52560a04eb5c541d0d

diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.22.ebuild 
b/net-im/telegram-desktop/telegram-desktop-1.9.22.ebuild
new file mode 100644
index 000..c863829b60c
--- /dev/null
+++ b/net-im/telegram-desktop/telegram-desktop-1.9.22.ebuild
@@ -0,0 +1,139 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit cmake desktop flag-o-matic python-any-r1 xdg-utils
+
+MY_P="tdesktop-${PV}-full"
+
+DESCRIPTION="Official desktop client for Telegram"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="+alsa +dbus enchant +hunspell libressl pulseaudio +spell"
+
+RDEPEND="
+   !net-im/telegram-desktop-bin
+   app-arch/lz4:=
+   app-arch/xz-utils
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=dev-cpp/ms-gsl-2.1.0
+   dev-cpp/range-v3
+   dev-libs/xxhash
+   dev-qt/qtcore:5
+   dev-qt/qtimageformats:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   media-libs/fontconfig:=
+   >=media-libs/libtgvoip-2.4.4_p20200301[alsa?,pulseaudio?]
+   media-libs/openal[alsa?,pulseaudio?]
+   media-libs/opus:=
+   media-video/ffmpeg:=[opus]
+   sys-libs/zlib[minizip]
+   virtual/libiconv
+   x11-libs/libva:=[X,drm]
+   x11-libs/libX11
+   || (
+   dev-qt/qtgui:5[jpeg,png,X(-)]
+   dev-qt/qtgui:5[jpeg,png,xcb(-)]
+   )
+   || (
+   dev-qt/qtwidgets:5[png,X(-)]
+   dev-qt/qtwidgets:5[png,xcb(-)]
+   )
+   dbus? (
+   dev-qt/qtdbus:5
+   dev-libs/libdbusmenu-qt[qt5(+)]
+   )
+   enchant? ( app-text/enchant:= )
+   hunspell? ( >=app-text/hunspell-1.7:= )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   ${RDEPEND}
+"
+
+BDEPEND="
+   >=dev-util/cmake-3.16
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="|| ( alsa pulseaudio )
+   spell? (
+   ^^ ( enchant hunspell )
+   )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local mycxxflags=(
+   -Wno-deprecated-declarations
+   -Wno-error=deprecated-declarations
+   -Wno-switch
+   )
+
+   append-cxxflags "${mycxxflags[@]}"
+
+   # TODO: unbundle header-only libs, ofc telegram uses git versions...
+   # it fals with tl-expected-1.0.0, so we use bundled for now to avoid 
git rev snapshots
+   # EXPECTED VARIANT
+   local mycmakeargs=(
+   -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
+   -DDESKTOP_APP_USE_GLIBC_WRAPS=OFF
+   -DDESKTOP_APP_USE_PACKAGED=ON
+   -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF
+   -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF
+   -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF
+   -DTDESKTOP_LAUNCHER_BASENAME="${PN}"
+   -DDESKTOP_APP_DISABLE_DBUS_INTEGRATION="$(usex dbus OFF ON)"
+   

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

2020-03-27 Thread Georgy Yakovlev
commit: 43b385559f82776239c1fd7b9f9e5095897107b8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 28 00:32:00 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 00:32:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b38555

app-admin/yadm: minor QA

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-admin/yadm/yadm-2.4.0.ebuild | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-admin/yadm/yadm-2.4.0.ebuild b/app-admin/yadm/yadm-2.4.0.ebuild
index b6f903a8580..10da88e012a 100644
--- a/app-admin/yadm/yadm-2.4.0.ebuild
+++ b/app-admin/yadm/yadm-2.4.0.ebuild
@@ -13,6 +13,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -21,7 +22,10 @@ RDEPEND="
 "
 
 DEPEND="
-   test? ( dev-tcltk/expect dev-python/pytest ${RDEPEND} )
+   test? ( ${RDEPEND}
+   dev-python/pytest
+   dev-tcltk/expect
+   )
 "
 
 src_compile() {
@@ -34,12 +38,12 @@ src_test() {
# test_syntax: needs yamllint (not packaged)
# test_compat_alt: known broken, tests deprecated features
# test_compat_jinja: needs envtpl
-   rm test/test_encryption.py || die
-   rm test/test_alt.py || die
-   rm test/test_compat_jinja.py || die
-   rm test/test_unit_template_j2.py || die
-   rm test/test_syntax.py || die
-   rm test/test_compat_alt.py || die
+   rm -v test/test_encryption.py || die
+   rm -v test/test_alt.py || die
+   rm -v test/test_compat_jinja.py || die
+   rm -v test/test_unit_template_j2.py || die
+   rm -v test/test_syntax.py || die
+   rm -v test/test_compat_alt.py || die
 
pytest || die "Testsuite failed under ${EPYTHON}"
 }



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

2020-03-27 Thread Georgy Yakovlev
commit: 7ded744c5b16b0966c4a39e9d5d3856fcab03ac4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Mar 25 20:22:09 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Mar 28 00:32:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ded744c

app-admin/yadm: Security bump to 2.4.0

Fixed in 1.11.1 but bumped to latest while
there given it's now maintainer-needed.

Bug: https://bugs.gentoo.org/625394
Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15114
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-admin/yadm/Manifest  |  1 +
 app-admin/yadm/yadm-2.4.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/yadm/Manifest b/app-admin/yadm/Manifest
index 3ebad2ae510..77a3614ccc9 100644
--- a/app-admin/yadm/Manifest
+++ b/app-admin/yadm/Manifest
@@ -1 +1,2 @@
 DIST yadm-1.12.0.tar.gz 47340 BLAKE2B 
ef710f56c96244c082bfcc887cae4aee00dec5e7466500dde263c5e4f43df046e11742fd275e989bd9704b39a123f17248cd70d64f6ca552b28db6c44814
 SHA512 
402a67770154ce3ae7ab947ff4d4e26ca5040d343110fb749195ca5c3f4ee435aba1d8cdf02d4ecf4a81d3f331c1b891bed4fb3fcfcc893867e0fce45b9c8cd8
+DIST yadm-2.4.0.tar.gz 96877 BLAKE2B 
462a5816e106c4502007ff34ab338904e14a9851ebcfc7ff79a32a8b11fbbe3e0b7e6538ed6b489ab67e2205c84b2250749e3091c77fa663886dc9792078a576
 SHA512 
43e16a9502f9dd9f6c6dba3bb5403bb048244a406d44cb42a96a43e62bf7342efd5f302304dbedede61423546787fc929f378d68da9031207e70239ec4e265ce

diff --git a/app-admin/yadm/yadm-2.4.0.ebuild b/app-admin/yadm/yadm-2.4.0.ebuild
new file mode 100644
index 000..b6f903a8580
--- /dev/null
+++ b/app-admin/yadm/yadm-2.4.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+DESCRIPTION="A dotfile manager for the config files in your home folder"
+HOMEPAGE="https://github.com/TheLocehiliosan/yadm/;
+SRC_URI="https://github.com/TheLocehiliosan/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-crypt/gnupg
+   dev-vcs/git
+"
+
+DEPEND="
+   test? ( dev-tcltk/expect dev-python/pytest ${RDEPEND} )
+"
+
+src_compile() {
+   emake "${PN}.md"
+}
+
+src_test() {
+   # test_encryption: needs write access to /tmp
+   # test_alt, test_compat_jinja, test_unit_template_j2: needs envtpl
+   # test_syntax: needs yamllint (not packaged)
+   # test_compat_alt: known broken, tests deprecated features
+   # test_compat_jinja: needs envtpl
+   rm test/test_encryption.py || die
+   rm test/test_alt.py || die
+   rm test/test_compat_jinja.py || die
+   rm test/test_unit_template_j2.py || die
+   rm test/test_syntax.py || die
+   rm test/test_compat_alt.py || die
+
+   pytest || die "Testsuite failed under ${EPYTHON}"
+}
+
+src_install() {
+   einstalldocs
+
+   dobin "${PN}"
+   doman "${PN}.1"
+
+   newbashcomp completion/yadm.bash_completion yadm
+
+   insinto /usr/share/zsh/site-functions
+   newins completion/yadm.zsh_completion _${PN}
+}



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

2020-03-27 Thread Sergei Trofimovich
commit: 3aa558e231d4721b384f4239b23b793253be2f42
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 28 00:29:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 28 00:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa558e2

sys-libs/glibc: drop devpts mount checks, bug #704780

USE=-suid is a defaut for a while. The check made sense
when transition from USE=suid -> USE=-suid was happening.

Should not be needed nowadays.

The check fails in private-users containers where devpts
is mounted as a private group:

  # systemd-nspawn --private-users=65536 -D amd64-stable-glibc-2.30
  Selected user namespace base 65536 and range 65536
  amd64-stable-glibc-2.30 # fgrep pts /proc/mounts
  devpts /dev/pts devpts
rw,nosuid,noexec,relatime,gid=65541,mode=620,ptmxmode=666 0 0

PTYs still work in that setup. I guess due to ptmxmode=666
broad permissions. Let's drop the old check and allow more
pts configurations.

Reported-by: Kai Krakow
Closes: https://bugs.gentoo.org/704780
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/glibc/glibc-2.31-r2.ebuild | 24 
 sys-libs/glibc/glibc-.ebuild| 24 
 2 files changed, 48 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.31-r2.ebuild 
b/sys-libs/glibc/glibc-2.31-r2.ebuild
index e180533f0fc..a46143ef0a5 100644
--- a/sys-libs/glibc/glibc-2.31-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r2.ebuild
@@ -494,27 +494,6 @@ glibc_banner() {
echo "${b}"
 }
 
-check_devpts() {
-   # Make sure devpts is mounted correctly for use w/out setuid pt_chown.
-
-   # If merely building the binary package, then there's nothing to verify.
-   [[ ${MERGE_TYPE} == "buildonly" ]] && return
-
-   # Only sanity check when installing the native glibc.
-   [[ -n ${ROOT} ]] && return
-
-   # If they're opting in to the old suid code, then no need to check.
-   use suid && return
-
-   if awk '$3 == "devpts" && $4 ~ /[, ]gid=5[, ]/ { exit 1 }' /proc/mounts 
; then
-   eerror "In order to use glibc with USE=-suid, you must make 
sure that"
-   eerror "you have devpts mounted at /dev/pts with the gid=5 
option."
-   eerror "Openrc should do this for you, so you should check 
/etc/fstab"
-   eerror "and make sure you do not have any invalid settings 
there."
-   die "mount & fix your /dev/pts settings"
-   fi
-}
-
 # The following Kernel version handling functions are mostly copied from 
portage
 # source. It's better not to use linux-info.eclass here since a) it adds too
 # much magic, see bug 326693 for some of the arguments, and b) some of the
@@ -584,9 +563,6 @@ get_kheader_version() {
 # pkg_ and src_ phases, so we call this function both in pkg_pretend and in
 # src_unpack.
 sanity_prechecks() {
-   # Make sure devpts is mounted correctly for use w/out setuid pt_chown
-   check_devpts
-
# Prevent native builds from downgrading
if [[ ${MERGE_TYPE} != "buildonly" ]] && \
   [[ -z ${ROOT} ]] && \

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 1bc1d7e7ec8..38268c5f937 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -493,27 +493,6 @@ glibc_banner() {
echo "${b}"
 }
 
-check_devpts() {
-   # Make sure devpts is mounted correctly for use w/out setuid pt_chown.
-
-   # If merely building the binary package, then there's nothing to verify.
-   [[ ${MERGE_TYPE} == "buildonly" ]] && return
-
-   # Only sanity check when installing the native glibc.
-   [[ -n ${ROOT} ]] && return
-
-   # If they're opting in to the old suid code, then no need to check.
-   use suid && return
-
-   if awk '$3 == "devpts" && $4 ~ /[, ]gid=5[, ]/ { exit 1 }' /proc/mounts 
; then
-   eerror "In order to use glibc with USE=-suid, you must make 
sure that"
-   eerror "you have devpts mounted at /dev/pts with the gid=5 
option."
-   eerror "Openrc should do this for you, so you should check 
/etc/fstab"
-   eerror "and make sure you do not have any invalid settings 
there."
-   die "mount & fix your /dev/pts settings"
-   fi
-}
-
 # The following Kernel version handling functions are mostly copied from 
portage
 # source. It's better not to use linux-info.eclass here since a) it adds too
 # much magic, see bug 326693 for some of the arguments, and b) some of the
@@ -583,9 +562,6 @@ get_kheader_version() {
 # pkg_ and src_ phases, so we call this function both in pkg_pretend and in
 # src_unpack.
 sanity_prechecks() {
-   # Make sure devpts is mounted correctly for use w/out setuid pt_chown
-   check_devpts
-
# Prevent native builds from downgrading
if [[ ${MERGE_TYPE} != "buildonly" ]] && \
   [[ -z 

[gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/

2020-03-27 Thread Sergei Trofimovich
commit: f226274a3bf08f9409896eca08960c9859831dfc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 28 00:21:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 28 00:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f226274a

net-fs/smbnetfs: bump up to 0.6.2

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

 net-fs/smbnetfs/Manifest  |  1 +
 net-fs/smbnetfs/smbnetfs-0.6.2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index 01f971d5089..88cdb6ced4d 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1 +1,2 @@
 DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B 
ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a
 SHA512 
b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd
+DIST smbnetfs-0.6.2.tar.bz2 174322 BLAKE2B 
5165cb438c7dc844a72b3b0d75cf61118f0c2241750ed2aa50c33779f31f32094ff19571b213a0d12b7dd89f894150a5faf14b02be9122174473e239c6afc39f
 SHA512 
713b6f0423eabf0fd16d22beccbe8ff01c20af2c488e43329b65b510a29d5bbdd7cf211a9539e10d9fa1822635c1050d29808842ae1bf1b19ac637ae3995ea1a

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild 
b/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild
new file mode 100644
index 000..6f9d58f8077
--- /dev/null
+++ b/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit readme.gentoo-r1
+
+DESCRIPTION="FUSE filesystem for SMB shares"
+HOMEPAGE="https://sourceforge.net/projects/smbnetfs;
+SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="gnome-keyring"
+
+RDEPEND=">=sys-fs/fuse-2.3:0=
+   >=net-fs/samba-4.2
+   >=dev-libs/glib-2.30
+   gnome-keyring? ( app-crypt/libsecret )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.1-docdir.patch
+)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS="
+For quick usage, exec:
+'modprobe fuse'
+'smbnetfs -oallow_other /mnt/samba'
+"
+
+src_configure() {
+   econf $(use_with gnome-keyring libsecret)
+}
+
+src_install() {
+   default
+
+   readme.gentoo_create_doc
+   dodoc AUTHORS ChangeLog
+}



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

2020-03-27 Thread Sergei Trofimovich
commit: ba0d4bc94f655ff82d69276d79f9d85e8e8e01eb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 27 23:42:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 27 23:54:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0d4bc9

eclass/tests: add basic tests for multilib_env() expansion

Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/tests/multilib.sh | 61 
 1 file changed, 61 insertions(+)

diff --git a/eclass/tests/multilib.sh b/eclass/tests/multilib.sh
new file mode 100755
index 000..308c456b98d
--- /dev/null
+++ b/eclass/tests/multilib.sh
@@ -0,0 +1,61 @@
+#!/bin/bash
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+source tests-common.sh
+
+inherit multilib
+
+# Run 'multilib_env' and check what variables it expands to
+test-multilib_env() {
+   local target=$1 exp_abi=$2 exp_vars=" $3"
+   tbegin "expand-target $1"
+
+   # Reset default
+   unset MULTILIB_ABIS
+   unset DEFAULT_ABI
+   CFLAGS_default=
+   LDFLAGS_default=
+   LIBDIR_default=lib
+   CHOST_default=${target}
+   CTARGET_default=${CHOST_default}
+   LIBDIR_default=lib
+
+   multilib_env ${target}
+
+   local actual_abi="${DEFAULT_ABI}:${MULTILIB_ABIS}"
+
+   local actual_vars=""
+   local abi var v
+   for abi in ${MULTILIB_ABIS}; do
+   actual_vars+=" ${abi}? ("
+   for var in CHOST LIBDIR CFLAGS LDFLAGS; do
+   v=${var}_${abi}
+   actual_vars+=" ${var}=${!v}"
+   done
+   actual_vars+=" )"
+   done
+
+   [[ "${exp_abi}" == "${actual_abi}" && "${exp_vars}" == "${actual_vars}" 
]]
+
+   if ! tend $? ; then
+   printf '### EXPECTED ABI: %s\n' "${exp_abi}"
+   printf '### ACTUAL   ABI: %s\n' "${actual_abi}"
+   printf '### EXPECTED VARS: %s\n' "${exp_vars}"
+   printf '### ACTUAL   VARS: %s\n' "${actual_vars}"
+   fi
+}
+
+# Pick a few interesting gargets from:
+# $ grep -h -o -R 'CHOST=.*' ../../profiles/ | sort -u
+
+test-multilib_env \
+   "x86_64-pc-linux-gnu" \
+   "amd64:amd64 x86" \
+   "amd64? ( CHOST=x86_64-pc-linux-gnu LIBDIR=lib64 CFLAGS=-m64 LDFLAGS= ) 
x86? ( CHOST=i686-pc-linux-gnu LIBDIR=lib CFLAGS=-m32 LDFLAGS= )"
+test-multilib_env \
+   "x86_64-pc-linux-gnux32" \
+   "x32:x32 amd64 x86" \
+   "x32? ( CHOST=x86_64-pc-linux-gnux32 LIBDIR=libx32 CFLAGS=-mx32 
LDFLAGS= ) amd64? ( CHOST=x86_64-pc-linux-gnu LIBDIR=lib64 CFLAGS=-m64 LDFLAGS= 
) x86? ( CHOST=i686-pc-linux-gnu LIBDIR=lib CFLAGS=-m32 LDFLAGS= )"
+
+texit



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

2020-03-27 Thread Sergei Trofimovich
commit: 26578a15abfca9149f296c33b754fa195e0ccf9b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 27 23:47:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 27 23:54:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26578a15

multilib.eclass: multilib_env(): set LIBDIR=lib for *-musl*

In contrast to glibc musl profiles use 'lib' layour for 32-bit
and 64-bit targets. multilib_env() did not take it into account
and assumed glibc's lib64 layout.

That breaks crossdev as it uses multilib_env to extract target
definition. Native builds are unaffected by this change.

Bug: https://bugs.gentoo.org/675954
Bug: https://gcc.gnu.org/PR90077
Bug: https://github.com/gentoo/musl/issues/245
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/multilib.eclass   | 13 -
 eclass/tests/multilib.sh |  4 
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 63bde5cbb60..8b4a7dacaa3 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -294,11 +294,22 @@ get_modname() {
 }
 
 # This is for the toolchain to setup profile variables when pulling in
-# a crosscompiler (and thus they aren't set in the profile)
+# a crosscompiler (and thus they aren't set in the profile).
 multilib_env() {
local CTARGET=${1:-${CTARGET}}
local cpu=${CTARGET%%*-}
 
+   if [[ ${CTARGET} = *-musl* ]]; then
+   # musl has no multilib support and can run only in 'lib':
+   # - https://bugs.gentoo.org/675954
+   # - https://gcc.gnu.org/PR90077
+   # - https://github.com/gentoo/musl/issues/245
+   : ${MULTILIB_ABIS=default}
+   : ${DEFAULT_ABI=default}
+   export MULTILIB_ABIS DEFAULT_ABI
+   return
+   fi
+
case ${cpu} in
aarch64*)
# Not possible to do multilib with aarch64 and a single 
toolchain.

diff --git a/eclass/tests/multilib.sh b/eclass/tests/multilib.sh
index 308c456b98d..68c0dd6e142 100755
--- a/eclass/tests/multilib.sh
+++ b/eclass/tests/multilib.sh
@@ -57,5 +57,9 @@ test-multilib_env \
"x86_64-pc-linux-gnux32" \
"x32:x32 amd64 x86" \
"x32? ( CHOST=x86_64-pc-linux-gnux32 LIBDIR=libx32 CFLAGS=-mx32 
LDFLAGS= ) amd64? ( CHOST=x86_64-pc-linux-gnu LIBDIR=lib64 CFLAGS=-m64 LDFLAGS= 
) x86? ( CHOST=i686-pc-linux-gnu LIBDIR=lib CFLAGS=-m32 LDFLAGS= )"
+test-multilib_env \
+   "x86_64-gentoo-linux-musl" \
+   "default:default" \
+   "default? ( CHOST=x86_64-gentoo-linux-musl LIBDIR=lib CFLAGS= LDFLAGS= 
)"
 
 texit



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2020-03-27 Thread Jason A. Donenfeld
commit: aa3847689827c4bd0179d86b39cf32037c57a8f7
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Mar 27 23:27:52 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Fri Mar 27 23:28:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa384768

net-im/signal-desktop-bin: bump to 1.32.3

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-im/signal-desktop-bin/Manifest  | 2 +-
 ...ignal-desktop-bin-1.32.2.ebuild => signal-desktop-bin-1.32.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index ef1be3713a8..dd20d02d4e0 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1 @@
-DIST signal-desktop_1.32.2_amd64.deb 98639626 BLAKE2B 
f93688b59df0845348e0ea29431ce4ded7d6fd06cb6fca55cc46e3a5b2e654b823fc2aa0b6f11669d54b390f10fbce2a41b548e8a123bf8a14f685892d81
 SHA512 
a1fccf4c5e5dee2befd289166707a691ade14704d09de97b26203dcdd860208672ede6525010c7531e2764244a37642f44d362aa14981e2024711512b7735222
+DIST signal-desktop_1.32.3_amd64.deb 98638794 BLAKE2B 
6d5a0c62cf3674928987273711ac231f08d2887191845a0daf975668f86fbf09725ba73e0818af7314d5728269bcc06e453aec4418fdf5bd9c3e71c73c8a4141
 SHA512 
9b6308ccafe34f9b89bc04e1a30c7bd7bc6a4cb836cc901e42e81ce8a6eb6687979277902a8d355ea923e48eb2140a9bbe920113d298440393f21862bdfc9792

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.32.2.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.32.3.ebuild
similarity index 100%
rename from net-im/signal-desktop-bin/signal-desktop-bin-1.32.2.ebuild
rename to net-im/signal-desktop-bin/signal-desktop-bin-1.32.3.ebuild



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

2020-03-27 Thread Sebastian Pipping
commit: 468bcbdbc7c8e25e21c6fe48d99fa47be42bca63
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Mar 27 23:17:34 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Mar 27 23:22:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468bcbdb

x11-plugins/lurch: New package

Closes: https://bugs.gentoo.org/615052
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 x11-plugins/lurch/Manifest   |  1 +
 x11-plugins/lurch/lurch-0.6.8.ebuild | 67 
 x11-plugins/lurch/metadata.xml   |  8 +
 3 files changed, 76 insertions(+)

diff --git a/x11-plugins/lurch/Manifest b/x11-plugins/lurch/Manifest
new file mode 100644
index 000..124d5219be3
--- /dev/null
+++ b/x11-plugins/lurch/Manifest
@@ -0,0 +1 @@
+DIST lurch-0.6.8.tar.gz 398267 BLAKE2B 
23211e82b80e26105f0d62510dc321abdd818eae21dd9f3e24f6ab01458748df64283acb99371a8ece34248f06e9e04edd35da30c771f45779474b3b43c3a53d
 SHA512 
8b93523049d05a00f1d7286ec9d0d8d03c7ae46793ac72ea08c0d12cb5193324be4805fb6278d6c0f906d9c63db9d7ce6ca2a21442236df51e0ee0b48de6ef1d

diff --git a/x11-plugins/lurch/lurch-0.6.8.ebuild 
b/x11-plugins/lurch/lurch-0.6.8.ebuild
new file mode 100644
index 000..cb4e4a97bac
--- /dev/null
+++ b/x11-plugins/lurch/lurch-0.6.8.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CMAKE_MAKEFILE_GENERATOR=emake  # since top-level Makefile expects a child 
Makefile
+
+inherit toolchain-funcs cmake-utils
+
+DESCRIPTION="OMEMO encryption for libpurple (XEP-0384)"
+HOMEPAGE="https://github.com/gkdr/lurch;
+SRC_URI="https://github.com/gkdr/lurch/releases/download/v${PV}/lurch-${PV}-src.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# NOTE
+# - We cannot unbundle net-libs/libsignal-protocol-c
+#   because upstream uses non-API/internal function
+#   session_builder_process_pre_key_signal_message
+# - The build systems of axc (ex-libaxolotl)
+#   at https://github.com/gkdr/axc and libomemo
+#   at https://github.com/gkdr/libomemo build static
+#   libraries only (*.a) so it is not clear when or
+#   how to best unbundle them, either
+RDEPEND="
+   dev-db/sqlite
+   dev-libs/glib
+   dev-libs/libgcrypt:=
+   dev-libs/libxml2
+   dev-libs/mxml
+   net-im/pidgin:=
+   "
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   "
+
+CMAKE_USE_DIR="${S}"/lib/axc/lib/libsignal-protocol-c
+BUILD_DIR="${CMAKE_USE_DIR}"/build
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=OFF  # top-level Makefile expects .a file
+   -DCMAKE_C_FLAGS=-fPIC
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+
+   local makeargs=(
+   CC="$(tc-getCC)"
+   LIBGCRYPT_CONFIG="$(tc-getPROG LIBGCRYPT_CONFIG 
libgcrypt-config)"
+   PKG_CONFIG="$(tc-getPKG_CONFIG)"
+   XML2_CONFIG="$(tc-getPROG XML2_CONFIG xml2-config)"
+
+   CMAKE=/bin/true  # to stop Makefile from calling CMake, once 
more
+   )
+   emake "${makeargs[@]}"
+}
+
+src_install() {
+   default  # use top-level Makefile, not cmake-utils_src_install
+}

diff --git a/x11-plugins/lurch/metadata.xml b/x11-plugins/lurch/metadata.xml
new file mode 100644
index 000..ab886b7f038
--- /dev/null
+++ b/x11-plugins/lurch/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   sp...@gentoo.org
+   Sebastian Pipping
+   
+



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

2020-03-27 Thread Rafael Martins
commit: 8a63eb3fd2701beeec9ff17c535406f7e9a4ed54
Author: Rafael Martins  gentoo  org>
AuthorDate: Fri Mar 27 23:19:52 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Fri Mar 27 23:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a63eb3f

package.mask: Last rite net-dns/dnsimple-dyndns

Bug: https://bugs.gentoo.org/712960
Signed-off-by: Rafael Martins  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 084fa4c6548..a5dbdc38958 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Rafael G. Martins  (2020-03-27)
+# Python 2 only. Uses old version of DNSimple API.
+# Removal in 30 days.  Bug #712960
+net-dns/dnsimple-dyndns
+
 # Michał Górny  (2020-03-27)
 # Unmaintained.  Not tested for py3.7.  Last bumped in 2015.
 # Bad quality ebuild.



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2020-03-27 Thread Conrad Kostecki
commit: b6c10ecc912447df1d588ce2a1af81b51837952f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Mar 27 22:41:10 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Mar 27 22:41:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c10ecc

app-benchmarks/stress-ng: drop old version

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 -
 app-benchmarks/stress-ng/stress-ng-0.11.02.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index d5067279a29..e1e946f18c4 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1 @@
-DIST stress-ng-0.11.02.tar.xz 421596 BLAKE2B 
3f6eb0d6a17cdbedf66c3efdbaec73760e6f6dfedb8fb1c59f759c31dd5d471c0687e0fe7d1f578c630b0a38499c3e7bf37799571dfdab3c6d47965dc39967d6
 SHA512 
115812728bc26af6ce32e78fa8008fe5fb8a08d8fbb5d82ac96b49572e4c451c0f4affdbad86ce15b5f77106d0e50bdd209eeae4c84fe0e0547161f2f3064140
 DIST stress-ng-0.11.03.tar.xz 424740 BLAKE2B 
d5b3aa996ee3d7cb3e04b6c09c644c86bcc68efc498fdf5538c1a29f30269af62eab6bb64d3d2d56241375d4c69aa0a362f77ed1cb4a1521b23efd27891bd2c2
 SHA512 
096a3f5cd8b1b6cc2d4bf862deb67f79c2b25b80359351d5d4e8f0639baaf6c542e4356e3d8e7df3b11b7681982578304010a658a09f2fd66a18e4fa90b31cd5

diff --git a/app-benchmarks/stress-ng/stress-ng-0.11.02.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.11.02.ebuild
deleted file mode 100644
index d50be0f6a38..000
--- a/app-benchmarks/stress-ng/stress-ng-0.11.02.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
-SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-DEPEND="
-   dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   net-misc/lksctp-tools
-   sys-apps/attr
-   sys-apps/keyutils:=
-   sys-libs/libapparmor
-   sys-libs/libcap
-   sys-libs/zlib
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
-
-PATCHES=( "${FILESDIR}/${PN}-0.11.02-makefile.patch" )
-
-src_compile() {
-   tc-export CC
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2020-03-27 Thread Conrad Kostecki
commit: cf01bde1d097847db3a5a6dd7b05872f0203d97e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Mar 27 22:40:22 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Mar 27 22:40:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01bde1

app-benchmarks/stress-ng: bump to version 0.11.03

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.11.03.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 3993ad108d0..d5067279a29 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.11.02.tar.xz 421596 BLAKE2B 
3f6eb0d6a17cdbedf66c3efdbaec73760e6f6dfedb8fb1c59f759c31dd5d471c0687e0fe7d1f578c630b0a38499c3e7bf37799571dfdab3c6d47965dc39967d6
 SHA512 
115812728bc26af6ce32e78fa8008fe5fb8a08d8fbb5d82ac96b49572e4c451c0f4affdbad86ce15b5f77106d0e50bdd209eeae4c84fe0e0547161f2f3064140
+DIST stress-ng-0.11.03.tar.xz 424740 BLAKE2B 
d5b3aa996ee3d7cb3e04b6c09c644c86bcc68efc498fdf5538c1a29f30269af62eab6bb64d3d2d56241375d4c69aa0a362f77ed1cb4a1521b23efd27891bd2c2
 SHA512 
096a3f5cd8b1b6cc2d4bf862deb67f79c2b25b80359351d5d4e8f0639baaf6c542e4356e3d8e7df3b11b7681982578304010a658a09f2fd66a18e4fa90b31cd5

diff --git a/app-benchmarks/stress-ng/stress-ng-0.11.03.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.11.03.ebuild
new file mode 100644
index 000..d50be0f6a38
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.11.03.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   net-misc/lksctp-tools
+   sys-apps/attr
+   sys-apps/keyutils:=
+   sys-libs/libapparmor
+   sys-libs/libcap
+   sys-libs/zlib
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
+
+PATCHES=( "${FILESDIR}/${PN}-0.11.02-makefile.patch" )
+
+src_compile() {
+   tc-export CC
+
+   default
+}



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

2020-03-27 Thread Conrad Kostecki
commit: 329671499949bdde6399c826cf240187f229a577
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar 26 22:40:50 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Mar 27 22:28:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32967149

media-sound/teamspeak-server: bump to version 3.12.0

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 +
 .../teamspeak-server-3.12.0.ebuild | 119 +
 2 files changed, 121 insertions(+)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index 54bb992039a..9008a8dd44d 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,4 +1,6 @@
 DIST teamspeak3-server_linux_amd64-3.10.2.tar.bz2 9242362 BLAKE2B 
ad275eac241182aa15410ba32983bc1e598f55090eb35559fe6cf3f18fd6b3a1395a36f320dd36ea3fa44390afd698f6734b034536cd48d049028e09943df7f4
 SHA512 
3be39004d557fb58efd272dac3e005c08db8ae05e04cc5cfdc146296bca7b0a02d7011bb77d6d45074056b458e14111dbd79882603b4be9fba58de7c9b384b84
 DIST teamspeak3-server_linux_amd64-3.11.0.tar.bz2 9245357 BLAKE2B 
ae40cb8d651d2dce71590836a72e9798b312e54363416a863926924be7eda0327f03349cef0006633661d8789c3f8495b700a8d278255cde59d42e8d0c79ce52
 SHA512 
e72d042e971f98a55f53eaf55d716c85db28f67fd72be545e47bcef8e4c8bd03281963eb757a0b1293bcc2e37630769b66f4c3daebf2c3510fd323dad849dbc0
+DIST teamspeak3-server_linux_amd64-3.12.0.tar.bz2 9429587 BLAKE2B 
3787479d8cc64912bb342e0a4e601660914f6e37784b0ef8fe03e4675315e7f88185d366bcda087203336aad4e042ad69775a9be98cd646ea59c18d32e509672
 SHA512 
7cb9378c3f2940da369117afe58cb441a051e3ab6b33d291b677a8a55b0975f18431d076951edc49ffaed8783d0f787840a01a21a3b25d1adcca23baa82ae532
 DIST teamspeak3-server_linux_x86-3.10.2.tar.bz2 9049720 BLAKE2B 
86f854c2b18397bde3cbb02b9d0024af8d3fbbdc695dae0f7f950fb5670cc6c983e8eb20dee97409a87b6cd572772cf72cfddee0254857023aa4e8446ea71068
 SHA512 
5ad16efc1a0b8dad6696d4121560cc793a35b15473391fcb18a8edd72031415775fb10d0c686a2af550f36748c17db03ac8caae76b0ef7e4ffa528d3ab416951
 DIST teamspeak3-server_linux_x86-3.11.0.tar.bz2 9052940 BLAKE2B 
6b045232734e7b19e2f2acbeaac9d254bf9c58f26cbb2cbb3f8bd1992492033694201b8ea0386e397f0237a9cc43ba96c181ae450615a64f607b6799654afc0b
 SHA512 
18deaeb10f7753f68ec1c3cd6612f04d9c057fe4c4f566a3d1f0874836d554d602630d0890540d7e0f7a5c150bd098073eba7f84f4c3aed7e002a3677304c654
+DIST teamspeak3-server_linux_x86-3.12.0.tar.bz2 9267706 BLAKE2B 
65f233c60ba8e470ae3c0f7ba82c0eaeaadc0b645edf9ddbee3c997f07d69cce91c8cf394eb0ae1f2245c56b405a843c138d07095eb4a050d117a5a478af90f0
 SHA512 
b15ab64f70f054c71bf149342dbab1f097fd9cd664b203e40703025de48bf76f5d9addc6c77a1bcfd90254fcc6e0ea8898bb6f4fe82964d3f83727e5141a5326

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.12.0.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.12.0.ebuild
new file mode 100644
index 000..bf9ed274267
--- /dev/null
+++ b/media-sound/teamspeak-server/teamspeak-server-3.12.0.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="
+   amd64? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
+   x86? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
+"
+
+LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc mysql tsdns"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   acct-group/teamspeak
+   acct-user/teamspeak
+"
+
+QA_PREBUILT="
+   opt/teamspeak3-server/libmariadb.so.2
+   opt/teamspeak3-server/libts3db_mariadb.so
+   opt/teamspeak3-server/libts3db_sqlite3.so
+   opt/teamspeak3-server/libts3_ssh.so
+   opt/teamspeak3-server/ts3server
+   opt/teamspeak3-server/tsdnsserver
+"
+
+src_unpack() {
+   default
+
+   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
+}
+
+src_install() {
+   diropts -o teamspeak -g teamspeak
+   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
+
+   diropts
+   keepdir /etc/teamspeak3-server
+
+   touch "${ED}"/opt/teamspeak3-server/.ts3server_license_accepted || die
+
+   exeinto /opt/teamspeak3-server
+   doexe ts3server
+
+   dodir /opt/bin
+   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
+
+   exeinto /opt/teamspeak3-server
+   doexe libts3db_sqlite3.so libts3_ssh.so
+
+   insinto /opt/teamspeak3-server/serverquerydocs
+   doins -r serverquerydocs/.
+
+   insinto /opt/teamspeak3-server/sql
+   doins sql/*.sql
+   doins -r 

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

2020-03-27 Thread Conrad Kostecki
commit: 9c405b45affb74a5e2945a2d4517aef530241fe6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar 26 22:48:10 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Mar 27 22:28:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c405b45

media-sound/teamspeak-server: drop old version

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 -
 .../teamspeak-server-3.11.0.ebuild | 119 -
 2 files changed, 121 deletions(-)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index 9008a8dd44d..acc947a03b1 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,6 +1,4 @@
 DIST teamspeak3-server_linux_amd64-3.10.2.tar.bz2 9242362 BLAKE2B 
ad275eac241182aa15410ba32983bc1e598f55090eb35559fe6cf3f18fd6b3a1395a36f320dd36ea3fa44390afd698f6734b034536cd48d049028e09943df7f4
 SHA512 
3be39004d557fb58efd272dac3e005c08db8ae05e04cc5cfdc146296bca7b0a02d7011bb77d6d45074056b458e14111dbd79882603b4be9fba58de7c9b384b84
-DIST teamspeak3-server_linux_amd64-3.11.0.tar.bz2 9245357 BLAKE2B 
ae40cb8d651d2dce71590836a72e9798b312e54363416a863926924be7eda0327f03349cef0006633661d8789c3f8495b700a8d278255cde59d42e8d0c79ce52
 SHA512 
e72d042e971f98a55f53eaf55d716c85db28f67fd72be545e47bcef8e4c8bd03281963eb757a0b1293bcc2e37630769b66f4c3daebf2c3510fd323dad849dbc0
 DIST teamspeak3-server_linux_amd64-3.12.0.tar.bz2 9429587 BLAKE2B 
3787479d8cc64912bb342e0a4e601660914f6e37784b0ef8fe03e4675315e7f88185d366bcda087203336aad4e042ad69775a9be98cd646ea59c18d32e509672
 SHA512 
7cb9378c3f2940da369117afe58cb441a051e3ab6b33d291b677a8a55b0975f18431d076951edc49ffaed8783d0f787840a01a21a3b25d1adcca23baa82ae532
 DIST teamspeak3-server_linux_x86-3.10.2.tar.bz2 9049720 BLAKE2B 
86f854c2b18397bde3cbb02b9d0024af8d3fbbdc695dae0f7f950fb5670cc6c983e8eb20dee97409a87b6cd572772cf72cfddee0254857023aa4e8446ea71068
 SHA512 
5ad16efc1a0b8dad6696d4121560cc793a35b15473391fcb18a8edd72031415775fb10d0c686a2af550f36748c17db03ac8caae76b0ef7e4ffa528d3ab416951
-DIST teamspeak3-server_linux_x86-3.11.0.tar.bz2 9052940 BLAKE2B 
6b045232734e7b19e2f2acbeaac9d254bf9c58f26cbb2cbb3f8bd1992492033694201b8ea0386e397f0237a9cc43ba96c181ae450615a64f607b6799654afc0b
 SHA512 
18deaeb10f7753f68ec1c3cd6612f04d9c057fe4c4f566a3d1f0874836d554d602630d0890540d7e0f7a5c150bd098073eba7f84f4c3aed7e002a3677304c654
 DIST teamspeak3-server_linux_x86-3.12.0.tar.bz2 9267706 BLAKE2B 
65f233c60ba8e470ae3c0f7ba82c0eaeaadc0b645edf9ddbee3c997f07d69cce91c8cf394eb0ae1f2245c56b405a843c138d07095eb4a050d117a5a478af90f0
 SHA512 
b15ab64f70f054c71bf149342dbab1f097fd9cd664b203e40703025de48bf76f5d9addc6c77a1bcfd90254fcc6e0ea8898bb6f4fe82964d3f83727e5141a5326

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.11.0.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.11.0.ebuild
deleted file mode 100644
index bf9ed274267..000
--- a/media-sound/teamspeak-server/teamspeak-server-3.11.0.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="
-   amd64? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
-   x86? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="doc mysql tsdns"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   acct-group/teamspeak
-   acct-user/teamspeak
-"
-
-QA_PREBUILT="
-   opt/teamspeak3-server/libmariadb.so.2
-   opt/teamspeak3-server/libts3db_mariadb.so
-   opt/teamspeak3-server/libts3db_sqlite3.so
-   opt/teamspeak3-server/libts3_ssh.so
-   opt/teamspeak3-server/ts3server
-   opt/teamspeak3-server/tsdnsserver
-"
-
-src_unpack() {
-   default
-
-   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
-}
-
-src_install() {
-   diropts -o teamspeak -g teamspeak
-   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
-
-   diropts
-   keepdir /etc/teamspeak3-server
-
-   touch "${ED}"/opt/teamspeak3-server/.ts3server_license_accepted || die
-
-   exeinto /opt/teamspeak3-server
-   doexe ts3server
-
-   dodir /opt/bin
-   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
-
-   exeinto /opt/teamspeak3-server
-   doexe libts3db_sqlite3.so libts3_ssh.so
-
-   insinto /opt/teamspeak3-server/serverquerydocs
-   doins -r serverquerydocs/.
-
-   insinto /opt/teamspeak3-server/sql
-   doins sql/*.sql
-   doins -r 

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

2020-03-27 Thread Conrad Kostecki
commit: 9fad995c330a0aa28f60b26f07b49a8ef80169a4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Mar 27 22:26:43 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Mar 27 22:28:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fad995c

media-sound/teamspeak-client: bump to version 3.5.1

Closes: https://bugs.gentoo.org/714946
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/teamspeak-client/Manifest  |   2 +
 .../teamspeak-client/teamspeak-client-3.5.1.ebuild | 114 +
 2 files changed, 116 insertions(+)

diff --git a/media-sound/teamspeak-client/Manifest 
b/media-sound/teamspeak-client/Manifest
index 01c21040550..6dafc6ffdd2 100644
--- a/media-sound/teamspeak-client/Manifest
+++ b/media-sound/teamspeak-client/Manifest
@@ -1,2 +1,4 @@
 DIST TeamSpeak3-Client-linux_amd64-3.3.2.run 95632176 BLAKE2B 
b1a418e6af6c364050a532063b3129e27d03ac36ec325ab5f2044896f5eae02fb4a251e71b23bc125d41f169aa35d8dde340b333a67b845ebaca7faefa49fe70
 SHA512 
1dd8912120ba0e9e84849fd793d54aee56e98396f6228a4bcec5c79485b9902398eeefb8f276abd46bbe627e7bd3c8fc5d740d05807342f837ac226f475510d7
+DIST TeamSpeak3-Client-linux_amd64-3.5.1.run 97443497 BLAKE2B 
f0b4eab44cbbdc189dccdc5a57fcb22ced1469173566fb81c02348d84d1887af6827a9ec3632c122161ce9b4e16444b8c969535701dde474fe0c5fe5f3f5ce5c
 SHA512 
8537c74df8772755c91c7c65f0fcc745475c190a1871731bd4ab98cfe47e611503f3e03b2eb8a5f7198ce5070dc705aae2374523876b732efe21e248639d
 DIST TeamSpeak3-Client-linux_x86-3.3.2.run 94323084 BLAKE2B 
f3b0317e8cbc7143d9814a52c8a8c9cd04aa012a40172aca59e6d4db956a19ae5752bffa102f06e34ad0dd5b211082e00ca06056c05a4a2dbbd8adfd76a0c0e7
 SHA512 
56b7b231ffa5195418823da435fd4daef2cbdbc653d3cfd328f60881a1370b9dd6f99479e9093216d0768ddb04bdd6c6cf1a7019d836abd8980651823496
+DIST TeamSpeak3-Client-linux_x86-3.5.1.run 95934901 BLAKE2B 
b0cbc1ce3d4a98454349b356952e7fa78c06d343e1f30005df9f4165b10571ada8e52a6747684f87b19626a1891be9c2f6475ac0271da51e6524d2016d0e9148
 SHA512 
ff48b2aa7f7a27172f573a1373e020a7a85c7900946e0d01724f7611b4db0ddfae2a0074271919cedea2293e4dea7bed9a462b0ff09bde1e3c3681af856d9717

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.5.1.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.5.1.ebuild
new file mode 100644
index 000..8a98c0de7a5
--- /dev/null
+++ b/media-sound/teamspeak-client/teamspeak-client-3.5.1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs unpacker xdg-utils
+
+MY_PV="${PV/_/-}"
+
+DESCRIPTION="A client software for quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="
+   amd64? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run
 )
+   x86? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )
+"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
+SLOT="0"
+IUSE="+alsa pulseaudio"
+REQUIRED_USE="|| ( alsa pulseaudio )"
+
+BDEPEND="dev-util/patchelf"
+
+RDEPEND="
+   app-arch/snappy:0/1
+   dev-libs/openssl:0
+   dev-libs/quazip
+   dev-qt/qtcore:5
+   || (
+   dev-qt/qtgui:5[accessibility,dbus,X(-)]
+   dev-qt/qtgui:5[accessibility,dbus,xcb(-)]
+   )
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwebchannel:5
+   dev-qt/qtwebengine:5[geolocation(+),widgets]
+   dev-qt/qtwebsockets:5
+   dev-qt/qtwidgets:5
+   net-libs/libsrtp:0
+   sys-libs/libcxx[libcxxabi]
+   sys-libs/zlib:0/1
+   virtual/udev
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+   opt/teamspeak3-client/error_report
+   opt/teamspeak3-client/package_inst
+   opt/teamspeak3-client/soundbackends/libalsa_linux_*.so
+   opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so
+   opt/teamspeak3-client/ts3client
+   opt/teamspeak3-client/update
+"
+
+src_prepare() {
+   default
+
+   if ! use alsa; then
+   rm -f soundbackends/libalsa_linux_*.so || die
+   fi
+
+   if ! use pulseaudio ; then
+   rm -f soundbackends/libpulseaudio_linux_*.so || die
+   fi
+
+   mv ts3client_linux_* ts3client || die
+
+   # Fixes QA Notice: Unresolved soname dependencies.
+   # Since this is a binary only package, it must be patched.
+   local soname_files=( "error_report" "ts3client" )
+   for soname_file in ${soname_files[@]}; do
+   patchelf --replace-needed libquazip.so libquazip5.so.1 
"${soname_file}" || die
+   done
+
+   tc-export CXX
+}
+
+src_install() {
+   exeinto 

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

2020-03-27 Thread Sergei Trofimovich
commit: b79b5c584fd85178198f382969c0e59a59c1a63d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Mar 27 07:48:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 27 22:03:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79b5c58

media-libs/libjpeg-turbo: stable 2.0.4 for sparc, bug #714874

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4.ebuild
index c4a134c5569..b0cd54125e3 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="BSD IJG"
 SLOT="0"
 [[ "$(ver_cut 3)" -ge 90 ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="java static-libs"
 
 ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )"



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

2020-03-27 Thread Sergei Trofimovich
commit: b4d062b92cd0ac405468a7ed8d553dd206c5b4a7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Mar 27 07:38:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 27 22:03:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d062b9

dev-python/pyyaml: stable 5.3.1 for hppa, bug #714182

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pyyaml/pyyaml-5.3.1.ebuild 
b/dev-python/pyyaml/pyyaml-5.3.1.ebuild
index b6ad093367f..12c576b3b06 100644
--- a/dev-python/pyyaml/pyyaml-5.3.1.ebuild
+++ b/dev-python/pyyaml/pyyaml-5.3.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/yaml/pyyaml/archive/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="examples +libyaml"
 
 RDEPEND="libyaml? ( dev-libs/libyaml:= )"



[gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/

2020-03-27 Thread James Le Cuirot
commit: 4e55fb6ab69ba80761f7addeb6e6314aa4ae5989
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Mar 27 21:46:57 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Mar 27 21:46:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e55fb6a

games-simulation/corsix-th: Drop old 0.62

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 games-simulation/corsix-th/Manifest  |  1 -
 games-simulation/corsix-th/corsix-th-0.62.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/games-simulation/corsix-th/Manifest 
b/games-simulation/corsix-th/Manifest
index 96a770db1b7..6ae73ede0f5 100644
--- a/games-simulation/corsix-th/Manifest
+++ b/games-simulation/corsix-th/Manifest
@@ -1,2 +1 @@
-DIST corsix-th-0.62.tar.gz 3461932 BLAKE2B 
5497cc944e51d80216f2b159249268a056193ef48837aa887d9ab8e7fd2e3134ae6f9517a6b2bd9293a97543dcc91dd76d5ce22e212f13dd7c02a79318c7ede6
 SHA512 
64fe4a6124cbf2e76934f2c081641119ded7292ce89124dee26c99c1d99f1979f9c520e73a403f0de751072bfd049a809773d6a919b7240b8a6e6b7aa1361bf0
 DIST corsix-th-0.63.tar.gz 4040119 BLAKE2B 
a700264c21377d53fb031c57428e5a50bbef426f32a3cd8bc4f83174a7f12b76d72050885ae257a6017a03f2f9611106cf9226c606ef726c1220b997eacbc5f1
 SHA512 
73a170bbf3da0e11ffe30fcbafb80f9e3852ce992dd6ecae2a2da332b9d4927a98efb0208e2056918a4100db54d1bdc564454cadae370cfab87625ca3f9889fd

diff --git a/games-simulation/corsix-th/corsix-th-0.62.ebuild 
b/games-simulation/corsix-th/corsix-th-0.62.ebuild
deleted file mode 100644
index b7772ebb338..000
--- a/games-simulation/corsix-th/corsix-th-0.62.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 cmake-utils desktop eapi7-ver gnome2-utils
-
-MY_PN="CorsixTH"
-MY_PV="$(ver_rs 2 -)"
-
-DESCRIPTION="Open source clone of Theme Hospital"
-HOMEPAGE="http://corsixth.com;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="libav +midi +sound +truetype +videos"
-
-RDEPEND=">=dev-lang/lua-5.1:0
-   >=dev-lua/luafilesystem-1.5
-   >=dev-lua/lpeg-0.9
-   >=dev-lua/luasocket-3.0_rc1-r4
-   media-libs/libsdl2[opengl,video]
-   sound? ( media-libs/sdl2-mixer[midi?] )
-   truetype? ( >=media-libs/freetype-2.5.3:2 )
-   videos? (
-   !libav? ( >=media-video/ffmpeg-2.2.3:0= )
-   libav? ( >=media-video/libav-11.1:0= )
-   )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-PATCHES=("${FILESDIR}"/${P}-gcc-10.patch)
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_AUDIO="$(usex sound)"
-   -DWITH_FREETYPE2="$(usex truetype)"
-   -DWITH_LIBAV="$(usex libav)"
-   -DWITH_MOVIES="$(usex videos)"
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   dodoc {changelog,CONTRIBUTING}.txt
-
-   newicon -s scalable CorsixTH/Original_Logo.svg ${PN}.svg
-   make_desktop_entry ${PN} "${MY_PN}"
-}
-
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/

2020-03-27 Thread James Le Cuirot
commit: eedf648b5b7a7475e9df47359106a81e0efeb5f6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Mar 27 21:45:52 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Mar 27 21:45:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedf648b

games-simulation/corsix-th: Version bump to 0.63, EAPI 7

Closes: https://bugs.gentoo.org/714878
Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 games-simulation/corsix-th/Manifest  |  1 +
 games-simulation/corsix-th/corsix-th-0.63.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/games-simulation/corsix-th/Manifest 
b/games-simulation/corsix-th/Manifest
index eb924872465..96a770db1b7 100644
--- a/games-simulation/corsix-th/Manifest
+++ b/games-simulation/corsix-th/Manifest
@@ -1 +1,2 @@
 DIST corsix-th-0.62.tar.gz 3461932 BLAKE2B 
5497cc944e51d80216f2b159249268a056193ef48837aa887d9ab8e7fd2e3134ae6f9517a6b2bd9293a97543dcc91dd76d5ce22e212f13dd7c02a79318c7ede6
 SHA512 
64fe4a6124cbf2e76934f2c081641119ded7292ce89124dee26c99c1d99f1979f9c520e73a403f0de751072bfd049a809773d6a919b7240b8a6e6b7aa1361bf0
+DIST corsix-th-0.63.tar.gz 4040119 BLAKE2B 
a700264c21377d53fb031c57428e5a50bbef426f32a3cd8bc4f83174a7f12b76d72050885ae257a6017a03f2f9611106cf9226c606ef726c1220b997eacbc5f1
 SHA512 
73a170bbf3da0e11ffe30fcbafb80f9e3852ce992dd6ecae2a2da332b9d4927a98efb0208e2056918a4100db54d1bdc564454cadae370cfab87625ca3f9889fd

diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild 
b/games-simulation/corsix-th/corsix-th-0.63.ebuild
new file mode 100644
index 000..5364f218f86
--- /dev/null
+++ b/games-simulation/corsix-th/corsix-th-0.63.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+MY_PN="CorsixTH"
+MY_PV="$(ver_rs 2 -)"
+
+DESCRIPTION="Open source clone of Theme Hospital"
+HOMEPAGE="http://corsixth.com;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc libav +midi +sound +truetype +videos"
+
+RDEPEND="
+   >=dev-lang/lua-5.1:0
+   >=dev-lua/luafilesystem-1.5
+   >=dev-lua/lpeg-0.9
+   >=dev-lua/luasocket-3.0_rc1-r4
+   media-libs/libsdl2[opengl,video]
+   sound? ( media-libs/sdl2-mixer[midi?] )
+   truetype? ( >=media-libs/freetype-2.5.3:2 )
+   videos? (
+   !libav? ( >=media-video/ffmpeg-2.2.3:0= )
+   libav? ( >=media-video/libav-11.1:0= )
+   )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+app-doc/doxygen[dot]
+>=dev-lang/lua-5.1:0
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.62-gcc-10.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_AUDIO=$(usex sound)
+   -DWITH_FREETYPE2=$(usex truetype)
+   -DWITH_LIBAV=$(usex libav)
+   -DWITH_MOVIES=$(usex videos)
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use doc && cmake_src_compile doc
+}
+
+src_install() {
+   cmake_src_install
+   dodoc {changelog,CONTRIBUTING}.txt
+
+   docinto html
+   use doc && dodoc -r "${BUILD_DIR}"/doc/*
+}



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

2020-03-27 Thread Michał Górny
commit: 4723b86f30cb76fbc30b6f4f6722b927bdf80eb1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:20:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:20:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4723b86f

dev-python/mccabe: Mark ALLARCHES

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

 dev-python/mccabe/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/mccabe/metadata.xml b/dev-python/mccabe/metadata.xml
index 4e853518880..f769e867ee4 100644
--- a/dev-python/mccabe/metadata.xml
+++ b/dev-python/mccabe/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 mccabe
 PyCQA/mccabe



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

2020-03-27 Thread Michał Górny
commit: 2fb5e69b4fed859116410bfb4298c098563e7271
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:20:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:20:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb5e69b

dev-python/mccabe: Set DISTUTILS_USE_SETUPTOOLS

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

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

diff --git a/dev-python/mccabe/mccabe-0.6.1-r1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1-r1.ebuild
index ee6252bf6db..4bb033088e7 100644
--- a/dev-python/mccabe/mccabe-0.6.1-r1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
@@ -16,7 +17,6 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
 



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

2020-03-27 Thread Michał Górny
commit: 1545b83b151832c82a5372be5da5d0f5fa233664
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:23:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:23:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1545b83b

dev-python/microversion-parse: Remove redundant versions

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

 dev-python/microversion-parse/Manifest |  1 -
 .../microversion-parse-0.1.4.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/microversion-parse/Manifest 
b/dev-python/microversion-parse/Manifest
index 8676a1c9f4a..e6adb467c15 100644
--- a/dev-python/microversion-parse/Manifest
+++ b/dev-python/microversion-parse/Manifest
@@ -1,2 +1 @@
-DIST microversion_parse-0.1.4.tar.gz 12795 BLAKE2B 
30a3839fd13567bbaf998f1c6f33f6ed1e50d768ac1e92690a575d76379ef0787e1595f03740454d8b43397755f43c7f3a69ef68bac2bc5636e6fb8cd6c0e241
 SHA512 
06d7063370cc55b6c41f2d9cae33caf5cce501694d4271d0ae586cb5a468cc2e6361f93906f18405a0f99a59f442cda1b56bd565069d6dbf2bbc409942ea189f
 DIST microversion_parse-0.2.1.tar.gz 20327 BLAKE2B 
085ee5025329fcb0fe438d5dc35746d583a754addbf20f3d85b4ed216c52647582992217671bafbb07e921194c3f50a9a8f14cf14caba3d2285fc8c36a409150
 SHA512 
f9990363ba49d5840ca63b4633e16fbb2b538e151ceeed632afd70462cfb4e67f2dd3196e2d15ddf1d0b7c887a5c4b3208f2b018f441fd03f8d70fd722cced53

diff --git a/dev-python/microversion-parse/microversion-parse-0.1.4.ebuild 
b/dev-python/microversion-parse/microversion-parse-0.1.4.ebuild
deleted file mode 100644
index b7fd8348a1e..000
--- a/dev-python/microversion-parse/microversion-parse-0.1.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple parser for OpenStack microversion headers"
-HOMEPAGE="https://github.com/openstack/microversion-parse;
-SRC_URI="mirror://pypi/${PN:0:1}/microversion_parse/microversion_parse-${PV}.tar.gz"
-S="${WORKDIR}/microversion_parse-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-"



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

2020-03-27 Thread Michał Górny
commit: 1e12eff08acd93b298f948eb1a5ccf684962f55a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:21:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:21:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e12eff0

dev-python/MechanicalSoup: Remove redundant versions

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

 dev-python/MechanicalSoup/Manifest |  1 -
 .../MechanicalSoup/MechanicalSoup-0.10.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/dev-python/MechanicalSoup/Manifest 
b/dev-python/MechanicalSoup/Manifest
index c28b8c48d2b..0e84d933970 100644
--- a/dev-python/MechanicalSoup/Manifest
+++ b/dev-python/MechanicalSoup/Manifest
@@ -1,2 +1 @@
-DIST MechanicalSoup-0.10.0.tar.gz 40111 BLAKE2B 
cbb09253666850d3ce433f60ed6405585588e6dc7198c58de1cab8ecfad1e1c814433787aefe33dbb490edab5367ffca285d14cf8fbcb2c16e309b957a3a311b
 SHA512 
5fa493abac39c5084dacb67b9dfaa2f8f5af773d3e3aaff48e6240596e863ada30a2fd1e345188c3249fd6e570977aa45b9fd553fe5a549f8430f170613bb866
 DIST MechanicalSoup-0.12.0.tar.gz 44505 BLAKE2B 
7c303f7ae4dea12157d5c845a4dcdc6923e76d3565debd88d2f43e2cfc29a503feb6accb969839a39b1c4071b029f53908a12902a5c4f175f0383da227224c55
 SHA512 
6cce80ea5a90e7f19f2b13749f6ee48222d973af66cb350ac867a554580b0d619defe5a93741e6ec8aa808c585a8c01703158c7484521ac069977388de8bb7e3

diff --git a/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild 
b/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild
deleted file mode 100644
index 58f9c75208d..000
--- a/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A python library for automating interaction with websites"
-HOMEPAGE="https://pypi.org/project/MechanicalSoup/;
-# https://github.com/MechanicalSoup/MechanicalSoup/pull/217
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-
-# https://github.com/MechanicalSoup/MechanicalSoup/issues/215
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/beautifulsoup-4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   >=dev-python/requests-mock-1.3.0[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-python_prepare_all() {
-   sed -i "s/'pytest-runner'//" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Override pytest options to skip coverage and flake8
-   py.test --override-ini="addopts=" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2020-03-27 Thread Michał Górny
commit: 93a23323c9943f9934394e0eec7a33702af0402f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:09:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:09:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a23323

dev-python/mamba: Remove redundant versions

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

 dev-python/mamba/mamba-0.8.6.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/dev-python/mamba/mamba-0.8.6.ebuild 
b/dev-python/mamba/mamba-0.8.6.ebuild
deleted file mode 100644
index 91ab921fc60..000
--- a/dev-python/mamba/mamba-0.8.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="... testing tool ... Born under the banner of Behavior Driven 
Development"
-HOMEPAGE="http://nestorsalceda.github.io/mamba;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="
-   ${CDEPEND}
-   test? (
-   >=dev-python/doublex-expects-0.7.0_rc1[${PYTHON_USEDEP}]
-   >=dev-python/expects-0.8.0_rc2[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/clint-0.3.1[${PYTHON_USEDEP}]
-   >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-0.8.1[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   "${PYTHON}" -m mamba.cli || die "Tests failed under ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: 71f06521a26814f88ede2e8d9581ce94ffbd1fa7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:16:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:16:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f06521

dev-python/markdown: Remove redundant versions

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

 dev-python/markdown/Manifest   |  1 -
 .../markdown-2.6.8-dont-build-docs-default.patch   | 14 --
 dev-python/markdown/markdown-2.6.8.ebuild  | 53 --
 3 files changed, 68 deletions(-)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index e9aa176540a..3c412b694c7 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,4 +1,3 @@
 DIST Markdown-2.6.11.tar.gz 274132 BLAKE2B 
0d14d308c97d925db83d71f3b9be5622e77ee4a159fced15c811390b39950e81bff9ffc567f32e878cbc44014640ab0a2f596258cfd0dce6b66029105cec7370
 SHA512 
4e7dd3e04f181fa2751a359aede301fb29a23b9af74867ff9d1d0fdd051dcd16d04a5891e37aff0b309649c5fd13363802ec7e10fc33896e9453991efcab4a66
-DIST Markdown-2.6.8.tar.gz 307330 BLAKE2B 
6867f15425bd84bc030ab52000dc2f83bff0c9885854cec4a2a785f80b18129160bc57da30226fe17f42043b4938482e2e4eff9cdb3d4370b0146cc09f1ff576
 SHA512 
85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23
 DIST Markdown-3.1.1.tar.gz 294136 BLAKE2B 
9fd024f64f7aaa774a49f60e312e47bbc2ff0f368f083e4dfd0c38d1f12839dfcf3455f1d0c8cb0b9c851fe0d3a779c70784859f1682703bd6022d57b6548235
 SHA512 
78f089f2eef5c73d683ac96fd20c87145e243d12b0f230b9b0228b995035fbb084dde40be788679c63637f05956487ad520cc9dd61d133926bf13521aa600090
 DIST Markdown-3.2.1.tar.gz 297048 BLAKE2B 
b7f72cb856f0986e0e3920bd7d7eb65790312ef9f270ba3cfa679786b921d1c4ce0a86d591d7d748254c11e9c86d9883130efbc0c2d6a26d94b1fe3d9622aeb9
 SHA512 
5616c77004e4e8f2eb3b1276526ba131891be6edc7371b412a4050bbd59904220e48986d556bb9bb0b9e8acadfcde7828b609d165f68b6aad7bb90a221f80480

diff --git 
a/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch 
b/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch
deleted file mode 100644
index 65b7d21c559..000
--- a/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Don't build docs by default, which causes issues when trying
-to remove .txt files, as they will be readded on installing.
-
 a/setup.py
-+++ b/setup.py
-@@ -204,7 +204,7 @@
- 
- def initialize_options(self):
- build.initialize_options(self)
--self.no_build_docs = False
-+self.no_build_docs = True
- 
- def has_docs(self):
- return not self.no_build_docs

diff --git a/dev-python/markdown/markdown-2.6.8.ebuild 
b/dev-python/markdown/markdown-2.6.8.ebuild
deleted file mode 100644
index ec62f2144db..000
--- a/dev-python/markdown/markdown-2.6.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
-   https://python-markdown.github.io/
-   https://pypi.org/project/Markdown/
-   https://github.com/Python-Markdown/markdown;
-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"
-IUSE="doc test pygments"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytidylib[${PYTHON_USEDEP}]
-   )"
-# source cites pytidylib however from testruns it appears optional
-RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${P^}"
-PATCHES=(
-   # build system always builds docs
-   "${FILESDIR}"/${PN}-2.6.8-dont-build-docs-default.patch
-)
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_docs
-   HTML_DOCS=( "${BUILD_DIR}"/docs/. )
-
-   # remove .txt files
-   find "${BUILD_DIR}"/docs -name '*.txt' -delete || die
-   fi
-}
-
-python_test() {
-   cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
-   cd "${BUILD_DIR}" || die
-   "${EPYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: 4dd9b50c4530a307f9810f8382d7f5acc40a971b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:21:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:21:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd9b50c

dev-python/mccabe: Remove redundant versions

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

 dev-python/mccabe/Manifest|  1 -
 dev-python/mccabe/mccabe-0.2.1.ebuild | 22 --
 dev-python/mccabe/mccabe-0.6.1.ebuild | 31 ---
 3 files changed, 54 deletions(-)

diff --git a/dev-python/mccabe/Manifest b/dev-python/mccabe/Manifest
index 4c9a424dc1b..112a1e13f73 100644
--- a/dev-python/mccabe/Manifest
+++ b/dev-python/mccabe/Manifest
@@ -1,2 +1 @@
-DIST mccabe-0.2.1.tar.gz 5031 BLAKE2B 
6f52106337ed534933de0c98fc103cfe209bddb30623a3b710681f4f0615a964c4d0472d4dc56f1ea4e60dda695eee540f9f9b44808684f09fc8207b69d0
 SHA512 
7155e52063e786c140c541f1410d0c319387b4b5f24ec3c60ba3d5a963a92d0ee545254559941ac0dbe961f46750c0e61271fbe82653c6b1465c0a13b31ec325
 DIST mccabe-0.6.1.tar.gz 8612 BLAKE2B 
6828dfd852cf9b47de10bd889dd4c32dc1ee95910fbd27e0921cd7d9975a0831b1c2763eda5b2d77d7e4b44b5a9d0e89f0818cab71de655954cc87cacfe8d382
 SHA512 
d8fc251a29790887c14c5932c5172b4cd578cd37ccf14cb96e80f0b97f27023427ea032d14e1e2a99d72627b055eb285f60db69e679ecd79d90a34b0255703d8

diff --git a/dev-python/mccabe/mccabe-0.2.1.ebuild 
b/dev-python/mccabe/mccabe-0.2.1.ebuild
deleted file mode 100644
index 88bf7408106..000
--- a/dev-python/mccabe/mccabe-0.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A plugin for flake8"
-HOMEPAGE="https://github.com/flintwork/mccabe;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86"
-IUSE=""
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pep8-1.4.3[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1.ebuild
deleted file mode 100644
index 6f46dd71dce..000
--- a/dev-python/mccabe/mccabe-0.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="flake8 plugin: McCabe complexity checker"
-HOMEPAGE="https://github.com/PyCQA/mccabe;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/pytest-runner/d' setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -v || die "Testing failed with ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: 478a1d6873f302f30a1b36b6a28d8a5399f3c743
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:22:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:22:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478a1d68

dev-python/mergedict: Remove redundant versions

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

 dev-python/mergedict/Manifest  |  2 -
 .../mergedict/files/mergedict-0.2.0-py34.patch | 60 --
 dev-python/mergedict/mergedict-0.2.0-r1.ebuild | 21 
 dev-python/mergedict/mergedict-0.2.0.ebuild| 19 ---
 dev-python/mergedict/mergedict-0.3.0.ebuild| 19 ---
 5 files changed, 121 deletions(-)

diff --git a/dev-python/mergedict/Manifest b/dev-python/mergedict/Manifest
index 9d8274559bb..89faf338a76 100644
--- a/dev-python/mergedict/Manifest
+++ b/dev-python/mergedict/Manifest
@@ -1,3 +1 @@
-DIST mergedict-0.2.0.tar.gz 3554 BLAKE2B 
3dab9dbbae8cd592b9eeae2e7383bdf2b536139027cc791a48e47a9a2894c3a385b9a993ab34563d4f75ebedef57eb39c1ebbed60a5eada20f5e3c14ade44ecc
 SHA512 
5d867944865881731a854526ad17c178be44854e040ba47ccf493ba1e8bd627346da07fd55c066a5497d806c5537c8627c8e903883e35ac86a05661fd3248f3a
-DIST mergedict-0.3.0.tar.gz 5286 BLAKE2B 
9a0d08da1d3a0eb85d0e98df88f246b4ee7a54a748e81dfe72a3adb15649c90cc623e39f475cd481e3fc613e29506d3ded7df1aa3761433642c8f48ec636cabe
 SHA512 
7608f2d156fda8050672542b2704b5f266fb9e6052102d6250d7e5745cb9ba32e17528e0fd7d959e27a6c29e845796029ce6bd7e6e869b1ecd462b70a9ca
 DIST mergedict-1.0.0.tar.gz 5188 BLAKE2B 
6ec3a5df1b9c366cbb8b87b4c02ff18f15953d1e10469c5d20e170f0a1deca949edab6f0bd0100fb085401375cce51b9e323279d296153144548b93a8d072e7e
 SHA512 
0f9f619961d2840995d2c2498debcf8b47c54fae76f419588562311d5bc43483c994cbeb618f2a1220a9ab33c56f12e3e257323c40ecd0db3a7181d7dd80ef27

diff --git a/dev-python/mergedict/files/mergedict-0.2.0-py34.patch 
b/dev-python/mergedict/files/mergedict-0.2.0-py34.patch
deleted file mode 100644
index 454a41a4fc8..000
--- a/dev-python/mergedict/files/mergedict-0.2.0-py34.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From c3f6333298c86e5681af282c7210eb1047a991dd Mon Sep 17 00:00:00 2001
-From: schettino72 
-Date: Sat, 30 Aug 2014 10:51:26 +0800
-Subject: [PATCH] install sigledispatch only when required.
-

- mergedict.py | 7 +--
- setup.py | 7 ++-
- 2 files changed, 11 insertions(+), 3 deletions(-)
-
-diff --git a/mergedict.py b/mergedict.py
-index 5dcd994..ad80a16 100644
 a/mergedict.py
-+++ b/mergedict.py
-@@ -26,8 +26,11 @@
- 
- import sys
- import inspect
--from singledispatch import singledispatch
--
-+try:
-+from functools import singledispatch
-+# singledispatch was added on python 3.4
-+except ImportError: # pragma: no cover
-+from singledispatch import singledispatch
- 
- class MergeDict(dict):
- """Base class for a dict that implements a merge() method.
-diff --git a/setup.py b/setup.py
-index b37319e..1966b9a 100644
 a/setup.py
-+++ b/setup.py
-@@ -1,6 +1,7 @@
- #!/usr/bin/python
- # -*- coding: utf-8 -*-
- 
-+import sys
- import os
- import codecs
- from setuptools import setup
-@@ -11,6 +12,10 @@
- long_description = ld_file.read()
- 
- 
-+install_requires = []
-+if sys.version_info[0] < 3 or sys.version_info[1] < 4:
-+install_requires.append('singledispatch')
-+
- setup (
- name = 'mergedict',
- version = '0.2.0',
-@@ -23,7 +28,7 @@
- platforms = ['any'],
- license = 'MIT',
- py_modules = ['mergedict'],
--install_requires = ['singledispatch'],
-+install_requires = install_requires,
- classifiers = [
- 'Development Status :: 4 - Beta',
- 'Intended Audience :: Developers',

diff --git a/dev-python/mergedict/mergedict-0.2.0-r1.ebuild 
b/dev-python/mergedict/mergedict-0.2.0-r1.ebuild
deleted file mode 100644
index 9f4e8c8bf81..000
--- a/dev-python/mergedict/mergedict-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python 'dict' with a merge() method"
-HOMEPAGE="https://github.com/schettino72/mergedict/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}"/${P}-py34.patch
-)

diff --git a/dev-python/mergedict/mergedict-0.2.0.ebuild 
b/dev-python/mergedict/mergedict-0.2.0.ebuild
deleted file mode 100644
index ca71030b0e0..000
--- a/dev-python/mergedict/mergedict-0.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python 'dict' with a merge() method"
-HOMEPAGE="https://github.com/schettino72/mergedict/;

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

2020-03-27 Thread Michał Górny
commit: d4d7fbd0b3d94ef2afe8204e01789625289d737e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:22:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:22:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d7fbd0

dev-python/memory_profiler: Remove redundant versions

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

 dev-python/memory_profiler/Manifest|  3 --
 .../memory_profiler/memory_profiler-0.47.ebuild| 40 -
 .../memory_profiler/memory_profiler-0.54.0.ebuild  | 41 --
 .../memory_profiler/memory_profiler-0.55.0.ebuild  | 41 --
 4 files changed, 125 deletions(-)

diff --git a/dev-python/memory_profiler/Manifest 
b/dev-python/memory_profiler/Manifest
index faca695e6ef..f3d7f6dc537 100644
--- a/dev-python/memory_profiler/Manifest
+++ b/dev-python/memory_profiler/Manifest
@@ -1,4 +1 @@
-DIST memory_profiler-0.47.tar.gz 33725 BLAKE2B 
66fc0e5c579febeea9dcd5132caa6fdbccdb5cb0a2c9083f5abf8aa03bfe1f77f72cdbe4d5384c6ce27fd4760511f9a947fda46eee1d81e7125c1dcd2970
 SHA512 
110e16ecad33068d31cf53b2f0b775d65230d51345f24a4d7d3cafafb706b10a0c7e2d98a799256b0366f1bafa9b69c060222595bb4eb9e1689301428a36fc3d
-DIST memory_profiler-0.54.0.tar.gz 31376 BLAKE2B 
4c89a046bdce36a139448dde45c8cf952aaa8fe8e2089bf9574a8fb2ed1abb89991e54f59742b0ea1ae5315378c0799ef140752549f9a8d13a91bf0ceb021984
 SHA512 
ec5735b7e41e706ea35ce9fe0dd3963c51e50e5bdf7f1871c512a0ae75abcdba23abd3a14979c26ce19e7ce7d2cf6782aefc77e0c17cfe4da573a6e249ae
-DIST memory_profiler-0.55.0.tar.gz 40951 BLAKE2B 
ed6eefa0a522eaddfd0ebf3b118a57b7bcf6c7455057d1a9e891e826ba2b32a671fd86357d073f45c36ae5db418987a55e90a908cbb4aba3b3f972ba4580f9f6
 SHA512 
9f280af163b124809d0276b2a473f66d9f11071f38afbabf7247d4e49f120c137f69dde2cc3fb27fcc88cfc6dc71355ba01efeb102098c401c7e953462ed4a1b
 DIST memory_profiler-0.57.tar.gz 84096 BLAKE2B 
d2c5fe810b9ac2f1e52fb8630056ee825d3d56799c15a377bff914be3a04e11c872e557847ef2a107421d082515eb59906f931ad1873ae7fec58fef16caabb4c
 SHA512 
c6e2f755656dc820dfc2cf7a659dc319b3d1aa0df144ac6a08db35f4b38a90a9b994cf9c8320b8370f51c97e0d0bf2f9c4a3ab070b4934879f8e579b732e426a

diff --git a/dev-python/memory_profiler/memory_profiler-0.47.ebuild 
b/dev-python/memory_profiler/memory_profiler-0.47.ebuild
deleted file mode 100644
index cc19e0084e9..000
--- a/dev-python/memory_profiler/memory_profiler-0.47.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for monitoring memory usage of a python program"
-HOMEPAGE="https://pypi.org/project/memory_profiler/ 
https://github.com/fabianp/memory_profiler;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/psutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   ${EPYTHON} -m memory_profiler test/test_func.py || die
-   ${EPYTHON} -m memory_profiler test/test_loop.py || die
-   ${EPYTHON} -m memory_profiler test/test_as.py || die
-   ${EPYTHON} -m memory_profiler test/test_global.py || die
-   ${EPYTHON} -m memory_profiler test/test_precision_command_line.py || die
-   ${EPYTHON} -m memory_profiler test/test_gen.py || die
-   if python_is_python3; then
-   ${EPYTHON} -m memory_profiler test/test_unicode.py || die
-   fi
-   ${PYTHON} test/test_tracemalloc.py || die
-   ${EPYTHON} test/test_import.py || die
-   ${EPYTHON} test/test_memory_usage.py || die
-   ${EPYTHON} test/test_precision_import.py || die
-}

diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild 
b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
deleted file mode 100644
index 189afea74ea..000
--- a/dev-python/memory_profiler/memory_profiler-0.54.0.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
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module for monitoring memory usage of a python program"
-HOMEPAGE="https://pypi.org/project/memory_profiler/ 
https://github.com/fabianp/memory_profiler;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# dev-lang/mercury: collision on 'mprof'
-# https://bugs.gentoo.org/571176
-RDEPEND="
-   dev-python/psutil[${PYTHON_USEDEP}]
-   !dev-lang/mercury
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   ${EPYTHON} -m memory_profiler test/test_func.py || die
-   ${EPYTHON} -m memory_profiler test/test_loop.py || 

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

2020-03-27 Thread Michał Górny
commit: d9d28a6f0babbc61215a190a8d29fc27e720c898
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:14:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:14:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d28a6f

dev-python/markdown: Stabilize 3.2.1 ALLARCHES

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

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

diff --git a/dev-python/markdown/markdown-3.2.1.ebuild 
b/dev-python/markdown/markdown-3.2.1.ebuild
index df7b5b53c9d..91e1732e8fc 100644
--- a/dev-python/markdown/markdown-3.2.1.ebuild
+++ b/dev-python/markdown/markdown-3.2.1.ebuild
@@ -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 ~x86-macos"
 IUSE="doc"
 
 BDEPEND="



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

2020-03-27 Thread Michał Górny
commit: ac476325095b46a432927aecf095f83a329b74fb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:23:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:23:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac476325

dev-python/mimeparse: Remove redundant versions

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

 dev-python/mimeparse/Manifest  |  1 -
 dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/mimeparse/Manifest b/dev-python/mimeparse/Manifest
index 8b0917d901b..d854705f9ce 100644
--- a/dev-python/mimeparse/Manifest
+++ b/dev-python/mimeparse/Manifest
@@ -1,2 +1 @@
-DIST python-mimeparse-0.1.4.tar.gz 5228 BLAKE2B 
f98cdea21ad015e65f638cf5828dffb006ab2f142c266b54f851faa3b38885fcd29ef8717d62235e675a8ca3fcc91fdc8d8e594be2c6404a45c3dc09b5401f1c
 SHA512 
c8eeb298773a0eb36512b1d9a46dfc85423c0dab10b85ed94284bf1bf8dba8c34aeccefd8b6a187434789d5a160ab5d4af81659dd1808ea02078cc2b168e10b3
 DIST python-mimeparse-1.6.0.tar.gz 6541 BLAKE2B 
15de86feddf892ee4599e0fe7c113a93f343d5b8afc09725263e2fcb3869f8f152612b9f30dbf68279aa95e2ce8f6ba9d4dc6e8e2b75366a972dcdb705220742
 SHA512 
cc2ec8059034fc224c59bffeb77e7fd0ba86b753373c8daf3a182fd56d647f0b96d7bacb6708be285dd7e246ebc19b813e2bfb8ac79a86f6d4e702c223f5187e

diff --git a/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild 
b/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild
deleted file mode 100644
index a71d780e40d..000
--- a/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Basic functions for handling mime-types in python"
-HOMEPAGE="https://github.com/dbtsai/python-mimeparse;
-MY_PN="python-${PN}"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   "${PYTHON}" mimeparse_test.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
-   distutils-r1_python_install
-
-   if [[ ${EPYTHON} == pypy ]]; then
-   local pyver=2.7
-   elif [[ ${EPYTHON} == pypy3 ]]; then
-   local pyver=3.2
-   else
-   local pyver=${EPYTHON#python}
-   fi
-   python_export PYTHON_SITEDIR
-
-   # Previous versions were just called 'mimeparse'
-   cp "${D%/}${PYTHON_SITEDIR}/python_mimeparse-${PV}-py${pyver}.egg-info" 
\
-   "${D%/}${PYTHON_SITEDIR}/mimeparse-${PV}-py${pyver}.egg-info" 
|| die
-}



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

2020-03-27 Thread Michał Górny
commit: 566383a0f51b6acbdaf708cfdeeb40b66be848ab
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:21:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:21:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566383a0

dev-python/mccabe: Stabilize 0.6.1-r1 ALLARCHES

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

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

diff --git a/dev-python/mccabe/mccabe-0.6.1-r1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1-r1.ebuild
index 4bb033088e7..dffd02bde60 100644
--- a/dev-python/mccabe/mccabe-0.6.1-r1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 LICENSE="MIT"
 SLOT="0"
 



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

2020-03-27 Thread Michał Górny
commit: c31838dd3c5decf25149ae92a289cb6e27390aa0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:10:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:11:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31838dd

dev-python/manuel: Remove redundant versions

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

 dev-python/manuel/Manifest|  1 -
 dev-python/manuel/manuel-1.8.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 5e2344a9aad..8ab00f097af 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.8.0.tar.gz 207600 BLAKE2B 
f7bad36491d49254c7aea17550cbd4fa00b6c3c122061586785da4bddc514f51a2d5a8df3b048fe78c7b01036ca903330ea614c998fdd04d1e8cca002930c962
 SHA512 
8099df44cfd28c8ac6256f346bf8cd36091893a38d3c297099866b1a5db97286b9c9e69f3f12054d7eee9ae3985ca0a003d7b2cc082d28d59850bbcad6b57c57
 DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 
1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134
 SHA512 
519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a

diff --git a/dev-python/manuel/manuel-1.8.0.ebuild 
b/dev-python/manuel/manuel-1.8.0.ebuild
deleted file mode 100644
index 307de66e3b1..000
--- a/dev-python/manuel/manuel-1.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manuel lets you build tested documentation"
-HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.org/project/manuel/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-# Required to run tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( CHANGES.rst )
-
-PATCHES=( "${FILESDIR}"/${P}-rm_zope_test.patch )
-
-python_test() {
-   PYTHONPATH=src/:${PYTHONPATH} esetup.py test
-}



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

2020-03-27 Thread Michał Górny
commit: 95f4e334ed72273ef8c2ce755c589cc87460aeeb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:17:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f4e334

dev-python/markupsafe: Remove redundant versions

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

 dev-python/markupsafe/Manifest   |  2 --
 dev-python/markupsafe/markupsafe-0.23.ebuild | 37 
 dev-python/markupsafe/markupsafe-1.0.ebuild  | 30 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/markupsafe/Manifest b/dev-python/markupsafe/Manifest
index d467c58a234..7eb4cc83eba 100644
--- a/dev-python/markupsafe/Manifest
+++ b/dev-python/markupsafe/Manifest
@@ -1,3 +1 @@
-DIST MarkupSafe-0.23.tar.gz 13416 BLAKE2B 
f8ce67bab421447b201592bafce6a7ce58a827199ae45c585489165641c82dd3684810381654d3ac1325adaef3499665461d814cabf795eed9ed1dbb04632a52
 SHA512 
4f1fd91ced5e7119584b56cf7b69cfe6fdd9613bd77412368a38e9ef5d1011ba5c76d1d3a0da3d60f9f474627e6c8c8b613a80a668b32d212f09072f8b1f5b28
-DIST MarkupSafe-1.0.tar.gz 14356 BLAKE2B 
d1ceeef939f4d4c31b871d8d1bbd78c72d72ff2e8c7109c9ab2b202e4b8272db25bc13210cfe2f442dbe2073963ec41f5924e4df9dc93a45ebe85fe9f0d9f12b
 SHA512 
7437a02cb1b9c1d6d6c20b13d394f24a1cd1cb8c743f832d8b1cbb6ab8846f70f54d924dd693423b33c4d592e772983ae38fd4a35961e233457c48bd3584ecb8
 DIST MarkupSafe-1.1.1.tar.gz 19151 BLAKE2B 
184ab0bc42f8d254ef4239f700f019c0a380bdf2117dfe1abe2eb4dfa0f037158d181a120d8654a6971e9c8badb078f997e3a8bf231898e0f4bb3e8496d9abd3
 SHA512 
f3014e6131a3ab866914c5635b5397ef71906bffb1b6f8c5f2ed2acf167429ff7914236d38943e872683a57a9be9669f4c5aace6274f3307ab21ef25373db0b6

diff --git a/dev-python/markupsafe/markupsafe-0.23.ebuild 
b/dev-python/markupsafe/markupsafe-0.23.ebuild
deleted file mode 100644
index e808574fb84..000
--- a/dev-python/markupsafe/markupsafe-0.23.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-MY_PN="MarkupSafe"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
-HOMEPAGE="https://pypi.org/project/MarkupSafe/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${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 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile() {
-   distutils-r1_python_compile
-   if [[ ${EPYTHON} == python3.2 ]]; then
-   2to3 --no-diffs -n -w -f unicode ${PN} || die
-   fi
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/markupsafe/markupsafe-1.0.ebuild 
b/dev-python/markupsafe/markupsafe-1.0.ebuild
deleted file mode 100644
index c2a13bfedd9..000
--- a/dev-python/markupsafe/markupsafe-1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{6,7}} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="MarkupSafe"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
-HOMEPAGE="https://pypi.org/project/MarkupSafe;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${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 ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
-   esetup.py test
-}



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

2020-03-27 Thread Michał Górny
commit: 2fdb24610c1a776a398aae26d547ae274e7b7904
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:13:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:13:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdb2461

dev-python/markdown: Mark ALLARCHES

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

 dev-python/markdown/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/markdown/metadata.xml b/dev-python/markdown/metadata.xml
index 132dd61343b..968763ca2d1 100644
--- a/dev-python/markdown/metadata.xml
+++ b/dev-python/markdown/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 Enable fancy pygments support
   



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

2020-03-27 Thread Michał Górny
commit: cfaa66442d1595b5a0ff09de9dd4af49f395a795
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:24:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa6644

dev-python/microversion-parse: Remove redundant longdesc

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

 dev-python/microversion-parse/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/microversion-parse/metadata.xml 
b/dev-python/microversion-parse/metadata.xml
index af07bb378f8..1a1939aedea 100644
--- a/dev-python/microversion-parse/metadata.xml
+++ b/dev-python/microversion-parse/metadata.xml
@@ -9,9 +9,6 @@
openst...@gentoo.org
Openstack

-   
-   A simple parser for OpenStack microversion headers.
-   

microversion_parse
openstack/microversion-parse



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

2020-03-27 Thread Michał Górny
commit: 0c259cca82a394b1533f48b491260f4c52354a78
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:19:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:19:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c259cca

dev-python/marshmallow: Remove redundant versions

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-2.20.2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index c30618831c6..4ffd8f6ec4b 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,2 @@
-DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 
0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8
 SHA512 
05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
 DIST marshmallow-2.20.5.tar.gz 152733 BLAKE2B 
ba509624e3715ace53eeb1a835f533172d676b3645ae3226c6da3727dafef7084bde896f3a66459112d599e3e422d600d150934313b813fea9d819658ce3b4bf
 SHA512 
a02b6a3341d2cd08174937112eba2f69a07de59054a088eef64ac12703699e2b6f561ce76ebc0cb43334056f02f3898098bb0d3501ae8a1b6350f9a168eb3355
 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 
6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf
 SHA512 
085a7e9b265bb8623e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555

diff --git a/dev-python/marshmallow/marshmallow-2.20.2.ebuild 
b/dev-python/marshmallow/marshmallow-2.20.2.ebuild
deleted file mode 100644
index 55c90417ff2..000
--- a/dev-python/marshmallow/marshmallow-2.20.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-src_prepare() {
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   if [[ ${EPYTHON} == python2.7 ]]; then
-   rm -rf tests/test_py3 || die
-   fi
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: 260918bd873de7b78a785de03c922a6e17c9e8ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:23:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260918bd

dev-python/mistune: Remove redundant versions

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

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-0.8.3.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 924bdd56a5b..8cd63131011 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-0.8.3.tar.gz 58506 BLAKE2B 
a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029
 SHA512 
fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
deleted file mode 100644
index f9f4258290d..000
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-BDEPEND="
-   dev-python/cython[$(python_gen_usedep 'python*')]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   nosetests || die
-}



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

2020-03-27 Thread Michał Górny
commit: 2ce9d4d04ed6631e8970b00c9bca8f3692dbb4dc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:04:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce9d4d0

dev-python/ldappool: Remove useless longdesc

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

 dev-python/ldappool/Manifest  |  1 -
 dev-python/ldappool/ldappool-2.3.1.ebuild | 25 -
 dev-python/ldappool/metadata.xml  |  3 ---
 3 files changed, 29 deletions(-)

diff --git a/dev-python/ldappool/Manifest b/dev-python/ldappool/Manifest
index e5f74b3f57e..8dbaca185e6 100644
--- a/dev-python/ldappool/Manifest
+++ b/dev-python/ldappool/Manifest
@@ -1,2 +1 @@
-DIST ldappool-2.3.1.tar.gz 16125 BLAKE2B 
2fd2da35fa8f4b7d7f1e85107528595fe83ee771193ddb1099357607a98a90a43d8f7d64a364e323d5b127d989b6ca68d1325593806f66d50c35cdb4f85580f4
 SHA512 
7cf5eddc39ba5fd51151a5af6f728dd1ba15521abaeb2ddac7a19fa59e987b92eb6dd4d4ce505e715edcc650702248248bdc1a0f7ef4366220b7799e42a7dfbe
 DIST ldappool-2.4.1.tar.gz 18611 BLAKE2B 
44de0b3b3c4ef94e232189216e55c0adf85b51e4d6e2e7c47a6c9dca455e9e09919bc04e264e027e4ba96af8dc7315a78e5094f5ed2ccd4c8f6c3952da38370f
 SHA512 
ea22290d9acc7f90093cb27aacbf339e1edbad33780051db263cc5254d0b42494e6dd67da9f5e506f09c5867a69afbea89d14e0c3aac47233cba0ffe361b1a75

diff --git a/dev-python/ldappool/ldappool-2.3.1.ebuild 
b/dev-python/ldappool/ldappool-2.3.1.ebuild
deleted file mode 100644
index 6a13c4e3aa9..000
--- a/dev-python/ldappool/ldappool-2.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A connection pool for python-ldap"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   >=dev-python/python-ldap-3.0.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/ldappool/metadata.xml b/dev-python/ldappool/metadata.xml
index 3ae98cda1a8..35a7936e9f4 100644
--- a/dev-python/ldappool/metadata.xml
+++ b/dev-python/ldappool/metadata.xml
@@ -9,9 +9,6 @@
openst...@gentoo.org
Openstack

-   
-   A simple connector pool for python-ldap.
-   

ldappool
oslo



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

2020-03-27 Thread Michał Górny
commit: 21cf91d23e71897a1800336610694a76d48e92a9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:05:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cf91d2

dev-python/kazoo: Remove redundant versions

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

 dev-python/kazoo/Manifest   |  2 --
 dev-python/kazoo/kazoo-2.2.1.ebuild | 42 -
 dev-python/kazoo/kazoo-2.5.0.ebuild | 42 -
 3 files changed, 86 deletions(-)

diff --git a/dev-python/kazoo/Manifest b/dev-python/kazoo/Manifest
index 198e3cec410..924a403235f 100644
--- a/dev-python/kazoo/Manifest
+++ b/dev-python/kazoo/Manifest
@@ -1,3 +1 @@
-DIST kazoo-2.2.1.tar.gz 108037 BLAKE2B 
23b6b762469df40304cb0d9228dee63875e7c062557e0dcfd383db792c7544b19fbb4fc91a62035a2455b5a2715a57bcd4a68521cf698f01815cec20765420c8
 SHA512 
a2590441a9e3bfb3d14913051453e195d275b82bd6a4ce5e32d0a7bbc09b00e475ffac68fd06cb065aa439ea580b61bbeaa3ccfefa413723e46f4b1d3ce05707
-DIST kazoo-2.5.0.tar.gz 147189 BLAKE2B 
f90662d78698d4ba8c9a88cd4eba826df104dd746323ce92644707e22ab711ca5fafb79bbec71c4059637232eab4b510b9544871201ba8d6758618d5a79f97c8
 SHA512 
cb85a33f2d0aa71fc5a82e7046e5d331417df865c1a4bc18266cee65ffd6c36e12cd4058ee591214ec83225a9b3ee193587f3d07b5c1436cc715a403364ec1af
 DIST kazoo-2.6.1.tar.gz 157425 BLAKE2B 
af05ee5fb1d532ebc3352de004062f1ff976825f564212f2db76efc153566106ffa520745a8e8cc6a78ca2bf0d17556f978a6b462e4153e9b3ee5258e78a1d82
 SHA512 
613e8271bfd6c8f5ee976b6ee460478c7faad46b32995125a64312208b38755888690cd46b913ff44ba52aeb36de3ec3dd8e222985af77e99f43963a3eb48d48

diff --git a/dev-python/kazoo/kazoo-2.2.1.ebuild 
b/dev-python/kazoo/kazoo-2.2.1.ebuild
deleted file mode 100644
index b28f3592a0e..000
--- a/dev-python/kazoo/kazoo-2.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A high-level Python library that makes it easier to use Apache 
Zookeeper"
-HOMEPAGE="https://kazoo.readthedocs.org/ https://github.com/python-zk/kazoo/ 
https://pypi.org/project/kazoo/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-# not all test deps are in the tree
-RESTRICT="test"
-
-python_compile_all() {
-   use doc && { sphinx-build -b html docs docs/_build/html || die; }
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   local DOCS=( {CHANGES,CONTRIBUTING,README}.rst )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/kazoo/kazoo-2.5.0.ebuild 
b/dev-python/kazoo/kazoo-2.5.0.ebuild
deleted file mode 100644
index ea7d38dab9f..000
--- a/dev-python/kazoo/kazoo-2.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A high-level Python library that makes it easier to use Apache 
Zookeeper"
-HOMEPAGE="https://kazoo.readthedocs.org/ https://github.com/python-zk/kazoo/ 
https://pypi.org/project/kazoo/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-# not all test deps are in the tree
-RESTRICT="test"
-
-python_compile_all() {
-   use doc && { sphinx-build -b html docs docs/_build/html || die; }
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   local DOCS=( {CHANGES,CONTRIBUTING,README}.md )
-   distutils-r1_python_install_all
-}



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

2020-03-27 Thread Michał Górny
commit: d5f30f9c27fa380a90bdaa411b2c61175353b16d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:05:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f30f9c

dev-python/kombu: Remove redundant versions

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

 dev-python/kombu/Manifest  |  3 --
 dev-python/kombu/kombu-4.1.0-r1.ebuild | 80 --
 dev-python/kombu/kombu-4.2.1.ebuild| 80 --
 dev-python/kombu/kombu-4.4.0.ebuild| 79 -
 4 files changed, 242 deletions(-)

diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest
index 5b94000e492..1c7ad368f80 100644
--- a/dev-python/kombu/Manifest
+++ b/dev-python/kombu/Manifest
@@ -1,4 +1 @@
-DIST kombu-4.1.0.tar.gz 421875 BLAKE2B 
636dab025883bc9465b28e7a6ab4249ae7d079cc57d33b1af8ce8633e12b85027ace9601475f9e2db1782d197f888476ce6006a2d5429e040ee8de0d1c86266c
 SHA512 
fc104a3f974fabf090cc257b1a7623af6048f4630c6c2a9bb693fe69d77b6cdab36135a290a41056c1f854f61cce8fc2aa6b7880e9273581bfdfa162b5724861
-DIST kombu-4.2.1.tar.gz 423926 BLAKE2B 
8566e3d81bd77c93982f54300e837e2aaac1d1fbfc716c87607fb83b86bc80148afc37b11145ee33ff3a6cef9fadb6178c370dc5b47c0774a56e6b08b6bf951e
 SHA512 
a480444199aeee4e0048803a49ee85f2b348734eccf0e746189ea7db3787cb27baa89765a71cf88288ec7171252d55e13bc787641a543d3f91d6eb3d30c6a90c
-DIST kombu-4.4.0.tar.gz 435287 BLAKE2B 
c87154f5f8862af9e0381f1f4eda6016e5ed69605a39b682c9e648003adf4aa4ed8ebbe7f6dc38b293ab013d8f5e31bb732cf47cc4aab7738be7edaaa25ca750
 SHA512 
2f7bd71f848c7bba0643e47c43af79ae09373597bed86786e3a90f2acd69414583021e7f5544e47bf01f760b1fd9788e89e88a32cd22a3d74a34845b7917e10b
 DIST kombu-4.6.3.tar.gz 427754 BLAKE2B 
0db078eb8d6afd18a5e9b48c970791d2c55c46f5f705e8e0737c8685c2415e1ca974594377a54764f744cc73ff607668ece3c0999b1a7dad6a259567ac1fd319
 SHA512 
35113c4f19fe6bf94c374477c89a629f565975a23c16a3cedefa8e0c2a800cabbaa8917d48f732cf28e89cd5430fe8408a3514e055b1858c216b6ea31b4c014a

diff --git a/dev-python/kombu/kombu-4.1.0-r1.ebuild 
b/dev-python/kombu/kombu-4.1.0-r1.ebuild
deleted file mode 100644
index a02d958b2ec..000
--- a/dev-python/kombu/kombu-4.1.0-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="AMQP Messaging Framework for Python"
-HOMEPAGE="https://pypi.org/project/kombu/ https://github.com/celery/kombu;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc examples mongodb msgpack redis sqs test yaml"
-RESTRICT="!test? ( test )"
-
-# couchdb backend support possible via dev-python/couchdb-python
-# ditto dev-python/kazoo(>=1.3.1)
-RDEPEND="
-   >=dev-python/py-amqp-2.1.4[${PYTHON_USEDEP}]
-   =dev-python/boto3-1.4.4[${PYTHON_USEDEP}] )
-   msgpack? ( >=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}] )
-   mongodb? ( >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}] )
-   redis? ( >=dev-python/redis-py-2.10.3[${PYTHON_USEDEP}] )
-   yaml? ( >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] )"
-# Fix to https://github.com/celery/kombu/issues/474 obliges dev-python/pymongo 
to >=-3.0.2
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-20.6.7[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/case-1.5.2[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}] )
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/couchdb-python[${PYTHON_USEDEP}]
-   >=dev-python/sphinx_celery-1.1[${PYTHON_USEDEP}] )"
-
-# kazoo is optional for tests.
-# Refrain for now, no established demand for it from users
-
-# Req'd for test phase
-DISTUTILS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-)
-
-python_prepare_all() {
-   # AttributeError: test_Etcd instance has no attribute 'patch'
-   rm t/unit/transport/test_etcd.py || die
-   # allow use of new (renamed) msgpack
-   sed -i '/msgpack/d' requirements/extras/msgpack.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   # Doc build misses and skips only content re librabbitmq which is not 
in portage
-   if use doc; then
-   emake -C docs html
-   fi
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   docinto examples
-   dodoc -r examples/.
-   fi
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/kombu/kombu-4.2.1.ebuild 

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

2020-03-27 Thread Michał Górny
commit: 8a9244f13c939b0fd2a0c632a14471fd93a7c1c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:53:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9244f1

dev-python/line_profiler: Remove redundant versions

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

 dev-python/line_profiler/Manifest  |  2 --
 dev-python/line_profiler/line_profiler-2.0.ebuild  | 31 --
 .../line_profiler/line_profiler-2.1.2.ebuild   | 31 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/line_profiler/Manifest 
b/dev-python/line_profiler/Manifest
index 26d2eb4d496..af93c64fe4d 100644
--- a/dev-python/line_profiler/Manifest
+++ b/dev-python/line_profiler/Manifest
@@ -1,3 +1 @@
-DIST line_profiler-2.0.tar.gz 68478 BLAKE2B 
fb814b251e8f18a51e65297e57523b85c55b4060444c42d99801aa88c8ee0279abf14def6ecd5a9b09550e46e2d27b3ec809b1333725b00de64b58f117c76ed7
 SHA512 
c0335fc69fb47c150faaf4f7fdf4b172ca12ee6512e04ba854c4a81f3e6ee5594e484d11c8ea7e9e8048e3f3b8661db52332d4ac645195a0e050acea4ecb
-DIST line_profiler-2.1.2.tar.gz 83131 BLAKE2B 
0f61d7dbab24988a50c1c0a9dce528cf792ca53b5f4c60f00fd9dabfd3d3e109f2d245867bc1ebb8294fb84343907e3593c416341ea1b0d7ae626cda8a3218d3
 SHA512 
625a585915d338fe8ef2f37c5b5bc024f769a623380b85725bcf33686e4cc62a211c2e91552e093dee940367b0d2ad306c5cbe7f1e8f1574eb731d128b8e22bd
 DIST line_profiler-3.0.2.tar.gz 45185 BLAKE2B 
04e617cc7b6c9686192281ab1cdfdef2cfc6ce3c7aa6b9962ed2369620618af8835b93bafe89f8d1288b45d4120d71f728ec577d5c5d035699c2d7a49d6be7c1
 SHA512 
9a5d1821c02fc063081854ba98a17eca21af65d5aecf4ce32c67806d31bf0c936291a30409845ce6f94211cdaaaf0859ab5e2b437e1a086fd4f60fc2a0fd2742

diff --git a/dev-python/line_profiler/line_profiler-2.0.ebuild 
b/dev-python/line_profiler/line_profiler-2.0.ebuild
deleted file mode 100644
index b3890bb3863..000
--- a/dev-python/line_profiler/line_profiler-2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Line-by-line profiler"
-HOMEPAGE="
-   https://github.com/rkern/line_profiler
-   https://pypi.org/project/line_profiler/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-   "
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v "${S}"/tests/ \
-   || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/line_profiler/line_profiler-2.1.2.ebuild 
b/dev-python/line_profiler/line_profiler-2.1.2.ebuild
deleted file mode 100644
index 379e519..000
--- a/dev-python/line_profiler/line_profiler-2.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Line-by-line profiler"
-HOMEPAGE="
-   https://github.com/rkern/line_profiler
-   https://pypi.org/project/line_profiler/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v "${S}"/tests/ \
-   || die "Tests failed with ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: 43452467022ef330801d5dc283b796fc0bf9623b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:56:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:56:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43452467

dev-python/logbook: Remove redundant versions

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

 dev-python/logbook/Manifest |  1 -
 dev-python/logbook/logbook-1.1.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/logbook/Manifest b/dev-python/logbook/Manifest
index cfa0e80196d..d86e773ed3a 100644
--- a/dev-python/logbook/Manifest
+++ b/dev-python/logbook/Manifest
@@ -1,2 +1 @@
-DIST logbook-1.1.0.tar.gz 367541 BLAKE2B 
26e27e94f1238c9188fc66b6eb1f5622d96e1c0db97817dba30c8c70107544ea80ab1f11b71592db6a8e2a9c5d32dd659782a532cb7d263c2f042b41ef88d2ad
 SHA512 
55ec7a026a08baed405e29d7cdcc9d3cc423c9faf13788c2447ac7ccff688de9bd9e332ad78077b1eef8bc8ad9aea572f9c124888f46ecabc2abf22d8ac9086b
 DIST logbook-1.4.0.tar.gz 369335 BLAKE2B 
02398be49d2a12aadbcde90561afe6ac08060877922fa04b27f08587115aef8faf47bfc352fc005b8a986ab619289c8544fe53a84e0e863a09c992685f78739c
 SHA512 
3ea969e9e2075e34a915566be906266b408671657e4cecbe47663c28f2212c0522b0f0eb2832fbc4fb906f70c8e53d3cdbe65923dafe53a77545b8126ab539f2

diff --git a/dev-python/logbook/logbook-1.1.0.ebuild 
b/dev-python/logbook/logbook-1.1.0.ebuild
deleted file mode 100644
index f136b6ba1cc..000
--- a/dev-python/logbook/logbook-1.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A logging replacement for Python"
-HOMEPAGE="https://logbook.readthedocs.io/en/stable/
-   https://github.com/getlogbook/logbook
-   https://pypi.org/project/Logbook/;
-SRC_URI="https://github.com/getlogbook/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-   doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.4.2-objectsinv.patch )
-
-python_prepare_all() {
-   # Delete test file requiring local connection to redis server
-   rm tests/test_queues.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   py.test tests || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2020-03-27 Thread Michał Górny
commit: 4a8d39ea79097d80234791c4a3e61e25e1e6b8ef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:50:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:50:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8d39ea

dev-python/kafka-python: Remove redundant versions

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

 dev-python/kafka-python/Manifest  |  1 -
 dev-python/kafka-python/kafka-python-1.3.3.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-python/kafka-python/Manifest b/dev-python/kafka-python/Manifest
index d71dc6b04f5..1db6ff139ac 100644
--- a/dev-python/kafka-python/Manifest
+++ b/dev-python/kafka-python/Manifest
@@ -1,2 +1 @@
-DIST kafka-python-1.3.3.tar.gz 255686 BLAKE2B 
01ce6d3faf55988f291a0aeb26f6e5e01407c02d440f21622e565a124595e2df46e253c539ef1ffe44405960249ba49f426f25a6a6ef3b67d3f3f1bf6fe37aee
 SHA512 
19b43ddc7a1ad3fcf58c55198de60c4434bfa3747d5bbc40f1acf0aa28225eae87effbae69087919b111cb739010bd4087e2497fdc78987f4cdaf33e81e516b3
 DIST kafka-python-1.4.7.tar.gz 352844 BLAKE2B 
812c185bf19f3398c358722a44feb572693556ec671d07f2d74d63e45473f5b6d35390cc0fa2c95b8c42a15b635237ffa3c3829adde1f60a7611ce4fdf06f587
 SHA512 
5bbf9f998fba12e8e7c67a48e82b04e745f1ac528684e91b7454e825656e4a68b8c369984308cff575241b7f808f52f16ab02b7effd6d6b4319215f44ae4748e

diff --git a/dev-python/kafka-python/kafka-python-1.3.3.ebuild 
b/dev-python/kafka-python/kafka-python-1.3.3.ebuild
deleted file mode 100644
index 4163d163c47..000
--- a/dev-python/kafka-python/kafka-python-1.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Kafka protocol support in Python"
-HOMEPAGE="https://github.com/dpkp/kafka-python/ 
https://pypi.org/project/kafka-python/;
-SRC_URI="https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="snappy test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   unit2 -v || die "tests failed with ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: 1a8c311fe77db763a0f6886a775e94e541347892
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:59:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8c311f

dev-python/mako: Remove redundant versions

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

 dev-python/mako/Manifest  |  2 --
 dev-python/mako/mako-1.0.7.ebuild | 50 ---
 dev-python/mako/mako-1.1.0.ebuild | 50 ---
 3 files changed, 102 deletions(-)

diff --git a/dev-python/mako/Manifest b/dev-python/mako/Manifest
index caaf8f9bdc8..9e4d404cb5b 100644
--- a/dev-python/mako/Manifest
+++ b/dev-python/mako/Manifest
@@ -1,4 +1,2 @@
-DIST Mako-1.0.7.tar.gz 564418 BLAKE2B 
c7ecad786213a8d3b77241955d5a825513f81bf66b705b6f54d6ff74a6513f7c8bacdc55fa8f21acb03e691900f45605da834a2b941bc65bddb177ce86dbe961
 SHA512 
d67af6788bf8603010361ce8b6d0355b0191657c07f3b5845f9d5e91653c3e349a7b35d5b36aa9c7f291973c83911ce94075e1cad78e6935d0ed4ee9c6e2a571
-DIST Mako-1.1.0.tar.gz 463945 BLAKE2B 
31e5c3455f19756dfad6b61c71923c43ccb734aabffebaf3bbe853ab8a549ec11e6ee0b93f09b5dc30069f8969c8ec996143c0888b675bf1a72079fb2e478549
 SHA512 
acb0f53a22ae152c359c38391f508eca706efcc52916a6e87f2702517dd48b5ffd26eef0f2f9172046f1abd0aea1f47328354ff622938886aa00f950a261e8d4
 DIST Mako-1.1.1.tar.gz 468894 BLAKE2B 
f6ef4f67e369c6d2078b0a7534a765aa254afcf7c373b5d3f8fcac05336b9a46d8391398e4b287fa0826bc03cdbea3361c5225c5e5bcc966f88adb089ff3a5be
 SHA512 
ff707ab3360148fe6e80bea7cd80d043514f08caebc502247c28c63a83e33d1be7513019605fc1adb77c32fc550e9bc16015c512bafde1a6f846aab0775d4ce7
 DIST Mako-1.1.2.tar.gz 469385 BLAKE2B 
45c2f162a788c649f00938f9f9cb7a31f89ad92e0bb72a41d71287553d3f30d80394ca54002f669db0763b54570126c01400c7d08e04d79b0a002a2f45e698e7
 SHA512 
73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8

diff --git a/dev-python/mako/mako-1.0.7.ebuild 
b/dev-python/mako/mako-1.0.7.ebuild
deleted file mode 100644
index bcfb0940705..000
--- a/dev-python/mako/mako-1.0.7.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
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
-inherit distutils-r1 eutils
-
-MY_PN="Mako"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A Python templating language"
-HOMEPAGE="http://www.makotemplates.org/ https://pypi.org/project/Mako/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' pypy 
python2_7)
-   http://www.makotemplates.org/ https://pypi.org/project/Mako/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"
-
-DEPEND="
-   test? (
-   ${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' pypy 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   py.test -v || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   rm -r doc/build || die
-
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   elog "Optional dependencies:"
-   optfeature "caching support" dev-python/beaker
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/lazy-object-proxy/

2020-03-27 Thread Michał Górny
commit: e89d5e91178d6fbdd4cc6a1569ca2bd8dfa4da50
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:52:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:52:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89d5e91

dev-python/lazy-object-proxy: Remove redundant versions

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

 dev-python/lazy-object-proxy/Manifest  |  1 -
 .../lazy-object-proxy-1.2.1.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/lazy-object-proxy/Manifest 
b/dev-python/lazy-object-proxy/Manifest
index f873d6865dc..f6c2ba7fb7f 100644
--- a/dev-python/lazy-object-proxy/Manifest
+++ b/dev-python/lazy-object-proxy/Manifest
@@ -1,3 +1,2 @@
-DIST lazy-object-proxy-1.2.1.tar.gz 28860 BLAKE2B 
fecf6830111c9ac317fae2ebeae624b4b62494eadeca08bc6cb63bd6a23132cd954a55c97efbede3b136f4bd20d2c35c861d3f89022403d7d777bf762c656e81
 SHA512 
60813fea51e14ccfa22974c547c7179593da25e4ba65380c39493d2b91558bfcdffa298fe0a043170414d897bd72fd22f0bc3bc3fbdc8202873fab6c2a8e45a8
 DIST lazy-object-proxy-1.3.1.tar.gz 32237 BLAKE2B 
3052c6952d80365c6698f50c5f4508d7448a68b33ca899d251477e9a728fa740a0bd1d3a85f5ccab63905fbd062e5c37da59a827ca58e25268e7ced6fd9a961c
 SHA512 
9ea4fa0185431859ff79fd6dc59106c2b64e372b5052d034b3638e362695f10b27b59f57c5aed73bb2350d3963f98190e3069f9129b9f3f4932212f9b5460962
 DIST lazy-object-proxy-1.4.3.tar.gz 34888 BLAKE2B 
43f64fcd6573d4a4cdc2208bcd882714cb21474e4274d53b955664b05525ed5d1305ed4121f6ee319aefb3ab7827bc9b2073d32dc4c67e969adb5367a16d4cc1
 SHA512 
c2c8ad8286776d61def222b394cab27647b7a1bf4b3915e169b65c6022cb26d5ef286f1041adfddaf8a78a2410c11424983b3580a019561eda5f2e4c3a88620f

diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild 
b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild
deleted file mode 100644
index 94f073c07f8..000
--- a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fast and thorough lazy object proxy"
-HOMEPAGE="
-   https://github.com/ionelmc/python-lazy-object-proxy
-   https://pypi.org/project/lazy-object-proxy/
-   https://python-lazy-object-proxy.readthedocs.org/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   # No need to benchmark
-   sed \
-   -e '/benchmark/s:test_:_&:g' \
-   -e '/pytest.mark.benchmark/d' \
-   -i tests/test_lazy_object_proxy.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -v -v --ignore=src || die "Fails for ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: eceb5aa9e5bb4c52e0b92267132432a495cae2f3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:57:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceb5aa9

dev-python/m2r: Remove redundant versions

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

 dev-python/m2r/Manifest  |  1 -
 dev-python/m2r/m2r-0.1.14.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/m2r/Manifest b/dev-python/m2r/Manifest
index c0d1c212322..0552e9342a4 100644
--- a/dev-python/m2r/Manifest
+++ b/dev-python/m2r/Manifest
@@ -1,2 +1 @@
-DIST m2r-0.1.14.tar.gz 15926 BLAKE2B 
48d8961b6ebf66d494511f6bf755ae2d2de0740aa27eec82f6690a3ccb686795c204a51ddc6d89d0fc74bcd6f914917ef5d56f2b2275dd98dd8e6d5a9c0c
 SHA512 
fba6c580c1e8f1fda704628a3e16dc75d23faf532767e56065cc3786e59331196c1d2dfeb49804b7b931356d5ac2d498320a752d0e20cd6e3b8e28be92d38120
 DIST m2r-0.2.1.tar.gz 24455 BLAKE2B 
42ec5a919301b6dee2b345a5eca9e62a1bd44186fb61dbd8cc9de6cacc34821e912f242355cc7368b755f923a433353cfa567afc480e9b8c63bf209ff9d3c624
 SHA512 
847f04538ee52f0b0a88cee9474ed889e8114a3a7b1fb221cdaa867ab70ca52f517250f2c8bbf795ae598c7b6614e6d03d9f6f05b7e3d56fb8087d63eb52f1bc

diff --git a/dev-python/m2r/m2r-0.1.14.ebuild b/dev-python/m2r/m2r-0.1.14.ebuild
deleted file mode 100644
index a0b98724048..000
--- a/dev-python/m2r/m2r-0.1.14.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7})
-
-inherit distutils-r1
-
-DESCRIPTION="Markdown to reStructuredText converter"
-HOMEPAGE="https://github.com/miyakogi/m2r https://pypi.org/project/m2r/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/mistune[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pygments[${PYTHON_USEDEP}]
-   )
-   ${RDEPEND}
-"
-
-#S=${WORKDIR}/${P}
-
-python_prepare_all() {
-   # fix a Q/A violation, trying to install the tests as an independant 
package
-   sed -e "s/packages=\['tests'\],/packages=[],/" -i setup.py
-   # add missing test files
-   cp "${FILESDIR}/"test.md tests/ || die
-   cp "${FILESDIR}/"test.rst tests/ || die
-   cp "${FILESDIR}/"m2r.1 ./ || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -v || die "Tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman m2r.1
-}



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

2020-03-27 Thread Michał Górny
commit: 36b8212ed91d5a01e9f0dba79cce16a0e7c38bb4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:53:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:53:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b8212e

dev-python/libpillowfight: Remove redundant versions

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

 dev-python/libpillowfight/Manifest |  1 -
 .../libpillowfight/libpillowfight-0.2.4.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/libpillowfight/Manifest 
b/dev-python/libpillowfight/Manifest
index 7cc0bc8efbe..0255937587a 100644
--- a/dev-python/libpillowfight/Manifest
+++ b/dev-python/libpillowfight/Manifest
@@ -1,2 +1 @@
-DIST pypillowfight-0.2.4.tar.gz 39411 BLAKE2B 
a890305e3c1650274426faf92178ca0b3742c413deac236a5ac23cb5ce9be372085cebfd7189a5e16e6f2176b5850c865cbfc899a036aedfad58c5f5fe08502a
 SHA512 
440b0faccb9f393126306afb2a060e5dab5e68a02822ad4846498a2a6b07013837642cfb818b669820b268342be3c5b0ebed81f1e3265e1f383d74c1cfb16187
 DIST pypillowfight-0.3.0.tar.gz 41065 BLAKE2B 
8e945bb5a96d7ebd610435fd868d12df371c29fbc26a9c57152988a990ad83daf70382bb94e8b5591144e18d6c54702c0a578ea5f29044fcdadd169effcf933c
 SHA512 
2782030eabb665d20cf49de584220fb65417616c3a0e2a0376c91dc2c228b571768ea3a248ebd5ec4d244a1b825e98609a35b736f7f2fdbb3f674b08e891d9a7

diff --git a/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild 
b/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild
deleted file mode 100644
index 1d041caad21..000
--- a/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="pypillowfight"
-
-DESCRIPTION="Small library containing various image processing algorithms"
-HOMEPAGE="https://github.com/openpaperwork/libpillowfight;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-python_prepare_all() {
-   sed -e "/'nose>=1.0'/d" -i setup.py || die
-   distutils-r1_python_prepare_all
-}



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

2020-03-27 Thread Michał Górny
commit: 870120b080955ce8f20ffd8cc71e2339a12d6a8b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:58:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870120b0

dev-python/mako: Mark ALLARCHES

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

 dev-python/mako/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/mako/metadata.xml b/dev-python/mako/metadata.xml
index 13bb0786964..cadb6a16b5a 100644
--- a/dev-python/mako/metadata.xml
+++ b/dev-python/mako/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 mako
 sqlalchemy/mako



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

2020-03-27 Thread Michał Górny
commit: 5357995f0167d201d5ce8dd8d048180b33167d45
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:59:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5357995f

dev-python/mako: Stabilize 1.1.1 ALLARCHES

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

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

diff --git a/dev-python/mako/mako-1.1.1.ebuild 
b/dev-python/mako/mako-1.1.1.ebuild
index 40cc79ff70a..6a5953380dc 100644
--- a/dev-python/mako/mako-1.1.1.ebuild
+++ b/dev-python/mako/mako-1.1.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"



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

2020-03-27 Thread Michał Górny
commit: cef2c4e21a334db505a0f74e4f442cad5c090c86
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:55:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:55:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef2c4e2

dev-python/lockfile: Stabilize 0.12.2-r2 ALLARCHES

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

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

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 27fb155efae..c68fffd4998 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-03-27 Thread Michał Górny
commit: 8647f6e8e1480e9f24247c1c68707fbefaa93e56
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:54:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:54:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8647f6e8

dev-python/lockfile: Mark ALLARCHES

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

 dev-python/lockfile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/lockfile/metadata.xml b/dev-python/lockfile/metadata.xml
index 385ef5e60b6..911e10569d1 100644
--- a/dev-python/lockfile/metadata.xml
+++ b/dev-python/lockfile/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

lockfile
pylockfile



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

2020-03-27 Thread Michał Górny
commit: b99579593e42e1e799e565761fd6eaefad79f9cb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:51:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:51:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9957959

dev-python/kitchen: Remove redundant versions

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

 dev-python/kitchen/Manifest |  1 -
 dev-python/kitchen/kitchen-1.2.4.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest
index 11f2a77a98d..09c6d136278 100644
--- a/dev-python/kitchen/Manifest
+++ b/dev-python/kitchen/Manifest
@@ -1,2 +1 @@
-DIST kitchen-1.2.4.tar.gz 187149 BLAKE2B 
5ea3fa593ee22680998cf9ea08b66faacc2f7e20d70ec5823a6c29d8358991e98fe79cd4bd761b04b895dd1d87b1a21e2dc31ef33c0c47a05973ea4e9b884d7d
 SHA512 
790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d
 DIST kitchen-1.2.5.tar.gz 255350 BLAKE2B 
e4054c03130dce3fab3593da86cc9952cd748d0d0b300b7ade7a16bd433f7558045f10eeeb0c8840f59610140bab268f9e75e49f0f9504e221d886edd2b2a3f3
 SHA512 
f516d66d142b7e5d448abab911d08dcd4fd671144d0e734f12523248641b560bf451581704841225b46ec8b168cb716dea661c6c4839052900ccb1ac204b79f5

diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild 
b/dev-python/kitchen/kitchen-1.2.4.ebuild
deleted file mode 100644
index a3b3a65da25..000
--- a/dev-python/kitchen/kitchen-1.2.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="A cornucopia of useful code"
-HOMEPAGE="https://pypi.org/project/kitchen/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-03-27 Thread Michał Górny
commit: 6589275b20516eee100861cea138046be65ce680
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:50:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:50:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6589275b

dev-python/keyring: Remove redundant versions

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-18.0.1.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 8627d2bd6c4..0c5d7675ef4 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,2 @@
-DIST keyring-18.0.1.tar.gz 48559 BLAKE2B 
fb9e8df5ae04b4c1d646b4129cf34d420fd05783724dc2d10fccfaf11ddf1a17048c2695477bc1f4cfcd6d08ed48b6d552d19862a0510d8e12fef4e17b13087b
 SHA512 
62091fc304ff0d4a1dd5db3e1fbae7e02edcb60442f19d7408ba2f115226a8282ff67df55334f019da3cccae858cd5e4b0c0ece22a7c66768bbb85018728be30
 DIST keyring-19.2.0.tar.gz 41728 BLAKE2B 
24a8f095f4009f37fa6d5e7bc2b12be816a5db2abfa4416fc18203a818296c775fe34a2936a71b191700ad511e01059974aec374aea5ee312507a27bd8be76b8
 SHA512 
5104423289b9e537e64760afed38e5851766b9c955c0659b078cdaba82813e93922e488b5465157cb930285416feef07c0b559fc49909f58bc85b6f30d55dd75
 DIST keyring-19.3.0.tar.gz 43587 BLAKE2B 
a1003aa55ac48f39e84431c50fe3e24e1da76a0db177eed08bd2c2110b78d10cbfcf7188519435732be68452a0318119cca1563168410b16fc529a3a7e98125c
 SHA512 
b1d26f665203b11712ef91057ecd78cce58b35038b259605c42997283f6c41449baf242ecf43510b29598559b8aecf733eb66be6e0c439564256f40eb0f6982c

diff --git a/dev-python/keyring/keyring-18.0.1.ebuild 
b/dev-python/keyring/keyring-18.0.1.ebuild
deleted file mode 100644
index a4b85f02c9d..000
--- a/dev-python/keyring/keyring-18.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
-   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   >=dev-python/pytest-3.7.4[${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-"
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Override pytest options to skip flake8
-   # Skip an interactive test
-   pytest -vv --override-ini="addopts=--doctest-modules" \
-   --ignore ${PN}/tests/backends/test_kwallet.py \
-   || die "testsuite failed under ${EPYTHON}"
-}



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

2020-03-27 Thread Michał Górny
commit: b9a37a8c3dd228f9cd65c6710a73dbb7966c2881
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:52:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:52:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a37a8c

dev-python/libarchive-c: Remove redundant versions

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

 dev-python/libarchive-c/Manifest|  1 -
 dev-python/libarchive-c/libarchive-c-2.7.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
index d4ede83e931..6fe72ca98f2 100644
--- a/dev-python/libarchive-c/Manifest
+++ b/dev-python/libarchive-c/Manifest
@@ -1,2 +1 @@
-DIST libarchive-c-2.7.tar.gz 42299 BLAKE2B 
6e7930f4e403e23a989ad7c519143ae81cec62e40ad77f36d8491d8d36b07419d77815bf719e5782c1bb0b68692798df90c532947ddc5adec96f0077da755b25
 SHA512 
809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856
 DIST libarchive-c-2.8.tar.gz 45182 BLAKE2B 
8282c46f1e2bd4c9e83809743953fd8f11408e7c7b0849735cb1c4afda35387cfd6889a0443ecda26bd411a7dcab384e42c685650d62be591fc72bdb151770a8
 SHA512 
533b23081996f2bfbd558e379d69e0c02ecfc7e62d39f4ae2ecf5b639511ecffc073422e78d7357cc58daa260b956a6399b42db5d26d6e3933622c622fa8dc5f

diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild 
b/dev-python/libarchive-c/libarchive-c-2.7.ebuild
deleted file mode 100644
index 9eb21900093..000
--- a/dev-python/libarchive-c/libarchive-c-2.7.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-DESCRIPTION="A Python interface to libarchive"
-HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ 
https://pypi.org/project/libarchive-c/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2020-03-27 Thread Michał Górny
commit: 5fa43ffee58a59efeec89967e8960d0639acbf1c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:04:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa43ffe

dev-python/kafka-python: Remove useless longdesc

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

 dev-python/kafka-python/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/kafka-python/metadata.xml 
b/dev-python/kafka-python/metadata.xml
index 943670ce903..f29c6f77117 100644
--- a/dev-python/kafka-python/metadata.xml
+++ b/dev-python/kafka-python/metadata.xml
@@ -2,9 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-  
-  Python client for Apache Kafka
-  
   
 dpkp/kafka-python
 kafka-python



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

2020-03-27 Thread Michał Górny
commit: 0ede8b519d88d318e63dd15effc0949624a7493c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:55:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede8b51

dev-python/lockfile: Remove redundant versions

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

 dev-python/lockfile/Manifest  |  1 -
 dev-python/lockfile/lockfile-0.11.0-r1.ebuild | 49 ---
 dev-python/lockfile/lockfile-0.12.2-r1.ebuild | 41 --
 3 files changed, 91 deletions(-)

diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest
index ab28cdc09e3..788b2e59c3f 100644
--- a/dev-python/lockfile/Manifest
+++ b/dev-python/lockfile/Manifest
@@ -1,2 +1 @@
-DIST lockfile-0.11.0.tar.gz 20909 BLAKE2B 
8e13508312efc7eaa463e8fb80bf0a51ae3bc0adb93dee0eb52273bac40293e729de83aca98f549d12f3e46f9654c1d0f373aaba350acf7a17421c3d1fa9ea52
 SHA512 
6c4c69e1434194076a99f8134a2558c791675d420a17687dfd5b38c1303564392ecc388ec285d55a20027bcbcbc1b3475a489b70390796c46346b89d4b18ad89
 DIST lockfile-0.12.2.tar.gz 20874 BLAKE2B 
8a1e49e8799516b44b219fb28101f3985d75fea842456e69c4357b71eb6a7be21cc56c0f9e885df8da3fb6c584ff4a47c7daad87ba34fc47a8cd40644ece063b
 SHA512 
67b7d651d7e963a497c2604912c61eed90181cdd09c744a0ceaa26e6bbe09d1a871ce48be3949b7da7ea6b366b15492c8c8de589edeca2641ca5e6cb3804df07

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
deleted file mode 100644
index 6711d5da703..000
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Platform-independent file locking module"
-HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >dev-python/pbr-0.7[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
-
-python_prepare_all() {
-   rm requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   einfo "Generation of documentation"
-   emake -C doc/source html
-   fi
-}
-
-python_test() {
-   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
-   nosetests || die "test_lockfile failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/source/.build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
deleted file mode 100644
index 16da1864a23..000
--- a/dev-python/lockfile/lockfile-0.12.2-r1.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
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Platform-independent file locking module"
-HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
-
-python_compile_all() {
-   use doc && emake -C doc/source html
-}
-
-python_test() {
-   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
-   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && dodoc -r doc/source/.build/html
-   distutils-r1_python_install_all
-}



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

2020-03-27 Thread Michał Górny
commit: 9c4b28505a48bdf6ecb90475a3152bc1bfdb9981
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:04:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4b2850

dev-python/m2r: Remove useless longdesc

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

 dev-python/m2r/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/m2r/metadata.xml b/dev-python/m2r/metadata.xml
index 10ff509a87e..fa17bcbedde 100644
--- a/dev-python/m2r/metadata.xml
+++ b/dev-python/m2r/metadata.xml
@@ -10,7 +10,4 @@
m2r
miyakogi/m2r

-   
-   M2R converts a markdown file including reST markups to a valid 
reST format.
-   
 



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

2020-03-27 Thread Michał Górny
commit: 1232b9abaa027505d2361fcb4f6919cbb270763f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:05:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:05:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1232b9ab

dev-python/ldap3: Remove redundant versions

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

 dev-python/ldap3/Manifest   |  3 ---
 dev-python/ldap3/ldap3-2.2.3.ebuild | 34 --
 dev-python/ldap3/ldap3-2.4.1.ebuild | 34 --
 dev-python/ldap3/ldap3-2.5.1.ebuild | 34 --
 4 files changed, 105 deletions(-)

diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index 8381dfe6b59..e30df708bb6 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -1,4 +1 @@
-DIST ldap3-2.2.3.tar.gz 331483 BLAKE2B 
a6479e6a02d0a0682b809cea2b63ff9ff3935f2d083b9dff3a02468d3a27cbc75dc69dff64f523c0b077f288b3e1e565433af13a607568617c309c3e894d7a62
 SHA512 
a954f6c582e88addf0bd6dc6fb24108d76d134b80c14a3dca0f9f667dbbfee484cb7b0444822f7e82a41af7dacf61ba111b6dcbf215b7f6df26a3784cfd2fc83
-DIST ldap3-2.4.1.tar.gz 345220 BLAKE2B 
bcf2ea46d483fd4fbfa7ba48e2a2e72061e82b56ac5bcad0e28aec0d52a723d5e5b2aad1f1c335977edeb260264a5603aa2a2bb726c08fd46a0215c46ad2f287
 SHA512 
716671c2d07c53d1953aab4668562a1b59a1e642b19d50f3cf05d44c74b6848a34b4197aa2c77f5b1d6b556ec0ca473b0495c24da74e2395aa20dffc8a0a360d
-DIST ldap3-2.5.1.tar.gz 352262 BLAKE2B 
ddbc2146ab23ff2532290e54e8e92c9721c3a312d327f6ec408330335d7b8f30a698e38ea07d0bfc3b603985ce0b497cd8f69e0f0093379191f614fb8e02514a
 SHA512 
8cf3e656f3b58ead391f45c44ec2175ecb7abf29047e4eb03d9f95983cb01900159a4e27bef596df5ffdf7fdf3827615663872c35bd57dede8c9b789aad191e7
 DIST ldap3-2.7.tar.gz 956927 BLAKE2B 
7cc93df5b807745e6013b62bb35c281934cc7f191fe1ec2c117f23567a99d56557adfe924ad955e89326108136f9021f445a755670ab649d0ae571e0f986683a
 SHA512 
52b9e8632a8d0b5cfdd801d165f72cfa78b6fa56e1c5e1b3b0b44ad1f1d695a55506b324d88af429319bc9b7b2a5d67d8f0eb6b7c305aa06a7ed9fec8aedbd94

diff --git a/dev-python/ldap3/ldap3-2.2.3.ebuild 
b/dev-python/ldap3/ldap3-2.2.3.ebuild
deleted file mode 100644
index d594be37ba6..000
--- a/dev-python/ldap3/ldap3-2.2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
-HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.org/project/ldap3/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-# The tests are a mess, and the test config is not included in the
-# PyPi tarball (see https://travis-ci.org/cannatag/ldap3 and
-# https://github.com/cannatag/ldap3/blob/master/test/config.py).
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/pyasn1[${PYTHON_USEDEP}]"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   ${RDEPEND} )"
-
-python_test() {
-   nosetests -v -s test || die
-}

diff --git a/dev-python/ldap3/ldap3-2.4.1.ebuild 
b/dev-python/ldap3/ldap3-2.4.1.ebuild
deleted file mode 100644
index a853da85417..000
--- a/dev-python/ldap3/ldap3-2.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
-HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-# The tests are a mess, and the test config is not included in the
-# PyPi tarball (see https://travis-ci.org/cannatag/ldap3 and
-# https://github.com/cannatag/ldap3/blob/master/test/config.py).
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/pyasn1[${PYTHON_USEDEP}]"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   ${RDEPEND} )"
-
-python_test() {
-   nosetests -v -s test || die
-}

diff --git a/dev-python/ldap3/ldap3-2.5.1.ebuild 
b/dev-python/ldap3/ldap3-2.5.1.ebuild
deleted file mode 100644
index a853da85417..000
--- a/dev-python/ldap3/ldap3-2.5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
-HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3;

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

2020-03-27 Thread Michał Górny
commit: 402c7317982455ce213ba02ebceff7340f1a6126
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:56:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:56:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402c7317

dev-python/loguru: Remove redundant versions

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

 dev-python/loguru/Manifest|  2 --
 dev-python/loguru/loguru-0.3.2.ebuild | 47 ---
 dev-python/loguru/loguru-0.4.0.ebuild | 24 --
 3 files changed, 73 deletions(-)

diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest
index 322ae29d7d8..ddb06af9d3e 100644
--- a/dev-python/loguru/Manifest
+++ b/dev-python/loguru/Manifest
@@ -1,3 +1 @@
-DIST loguru-0.3.2.tar.gz 378160 BLAKE2B 
83301f5bb79d0edb20d211e8ee4d05b3b93a0a9f13f13b2ff103f1e9759f227b80e5571ccda48098a1e45658d99a54768fdf456ffef7a13d08375ce62ad876e1
 SHA512 
e78f5f43fbf4891ff9b9a21c1a29e4f02877f73a09b7b7df25076bffb25a094eef561c469b22cbb79de4dbf81df2298681fa219dc684f15fe7c52ecb5359
-DIST loguru-0.4.0.tar.gz 401317 BLAKE2B 
00418647a240875706059d9f677a8377c3d169b92add3519c68a89ad2609ff48a55d735793749ab92a706f33611ba6d1b88a0b2e067ec6e80eb7827245bcb116
 SHA512 
2829cb888585998de5d1cfca815dbca32baa2c4b6ec61d6f165750e6ffaf847c6317846d8626189162131b36a6f2510dcb66bc05e72be76fabda11002a89767f
 DIST loguru-0.4.1.tar.gz 404393 BLAKE2B 
2dec4a346db3652a35a758bb9ce98f29785f47a55a107c0f924005607001adbd6e873095b7212a86bfa66d5d8a24f058d775552c1fa044fabd9813c09f369f26
 SHA512 
5b7dbac11bbd5c7cb05fe380cf4a3337309614cac77ded3b1f5191c8865d16788cafa7e8da25817787a1ae94e1b6905afe54184d72df81fad08821cdb68c0a53

diff --git a/dev-python/loguru/loguru-0.3.2.ebuild 
b/dev-python/loguru/loguru-0.3.2.ebuild
deleted file mode 100644
index fe109d74262..000
--- a/dev-python/loguru/loguru-0.3.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python logging made (stupidly) simple"
-HOMEPAGE="https://github.com/Delgan/loguru;
-SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/colorama-0.3.4[${PYTHON_USEDEP}]"
-
-DEPEND="
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-4.5.0[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   distutils_install_for_testing
-   pytest -vv || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/loguru/loguru-0.4.0.ebuild 
b/dev-python/loguru/loguru-0.4.0.ebuild
deleted file mode 100644
index aed8f0048ad..000
--- a/dev-python/loguru/loguru-0.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python logging made (stupidly) simple"
-HOMEPAGE="https://github.com/Delgan/loguru;
-SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 
'python3_6')
-   >=dev-python/colorama-0.3.4[${PYTHON_USEDEP}]
-"
-# filesystem buffering tests may fail
-# on tmpfs with 64k PAGESZ, but pass fine on ext4
-distutils_enable_tests pytest



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

2020-03-27 Thread Michał Górny
commit: 2fd77648fa9c4ad4dcac08fb567d43e523260995
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:18:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd77648

dev-python/jsonschema: Add python@

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

 dev-python/jsonschema/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/jsonschema/metadata.xml 
b/dev-python/jsonschema/metadata.xml
index 6e821f726fa..b833d5ed8a6 100644
--- a/dev-python/jsonschema/metadata.xml
+++ b/dev-python/jsonschema/metadata.xml
@@ -5,6 +5,10 @@
 chutz...@gentoo.org
 Patrick McLean
   
+  
+pyt...@gentoo.org
+Python
+  
   
 jsonschema is an implementation of JSON Schema (currently in Draft 3) for
 Python (supporting 2.6+ including Python 3).



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

2020-03-27 Thread Michał Górny
commit: 02a6b4f8423e75f7e046e0efc7cfa677f7e8d20a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:14:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a6b4f8

dev-python/jupyter_client: Mark ALLARCHES

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

 dev-python/jupyter_client/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jupyter_client/metadata.xml 
b/dev-python/jupyter_client/metadata.xml
index 53a086c17f5..b7b61012ccf 100644
--- a/dev-python/jupyter_client/metadata.xml
+++ b/dev-python/jupyter_client/metadata.xml
@@ -11,6 +11,7 @@
 kernels. It also provides the jupyter kernelspec entrypoint for
 installing kernelspecs for use with Jupyter frontends.
   
+  
   
 jupyter_client
   



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

2020-03-27 Thread Michał Górny
commit: 5da7d0165648d0a2ac96325f8b48b6ee12c4353c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 11:08:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da7d016

python-utils-r1.eclass: Bump minimal Python versions

Bump minimal Python versions to current stable to save ebuilds from
having to hack around the dependencies.

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15135
Signed-off-by: Michał Górny  gentoo.org>

 eclass/python-utils-r1.eclass | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index aacee5ac35a..77982c9b9c7 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -374,17 +374,15 @@ _python_export() {
local d
case ${impl} in
python2.7)
-   
PYTHON_PKG_DEP='>=dev-lang/python-2.7.5-r2:2.7';;
-   python3.3)
-   
PYTHON_PKG_DEP='>=dev-lang/python-3.3.2-r2:3.3';;
-   python*)
-   
PYTHON_PKG_DEP="dev-lang/python:${impl#python}";;
-   pypy)
-   
PYTHON_PKG_DEP='>=dev-python/pypy-5:0=';;
+   
PYTHON_PKG_DEP='>=dev-lang/python-2.7.17-r1:2.7';;
+   python3.6)
+   
PYTHON_PKG_DEP=">=dev-lang/python-3.6.10:3.6";;
+   python3.7)
+   
PYTHON_PKG_DEP=">=dev-lang/python-3.7.6:3.7";;
+   python3.8)
+   
PYTHON_PKG_DEP=">=dev-lang/python-3.8.2:3.8";;
pypy3)
-   
PYTHON_PKG_DEP='>=dev-python/pypy3-5:0=';;
-   jython2.7)
-   
PYTHON_PKG_DEP='dev-java/jython:2.7';;
+   
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.0:0=';;
*)
die "Invalid implementation: 
${impl}"
esac



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

2020-03-27 Thread Michał Górny
commit: 437b147d0648c5b881df88fe70de62a7e327dd0a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:08:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437b147d

dev-python/jsonpatch: Remove redundant versions

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

 dev-python/jsonpatch/Manifest  |  3 ---
 dev-python/jsonpatch/jsonpatch-1.13.ebuild | 28 
 dev-python/jsonpatch/jsonpatch-1.15.ebuild | 28 
 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 27 ---
 4 files changed, 86 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index fcf55357a12..8a86cfc672a 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,4 +1 @@
-DIST jsonpatch-1.13.tar.gz 15119 BLAKE2B 
70ddb570451ac1f3d218de0f79f0a639eb922ce72084cf3bc7e89a3efedb85c6238293bf59608a51f07c33358dc0488550f982f122e89e2414ddfce26fe08c1f
 SHA512 
23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45
-DIST jsonpatch-1.15.tar.gz 15544 BLAKE2B 
1b9facd2a88a997356aeace8ddec9011f4f3c4df812fb157cd22f1210ac2e2502e8b9e18e02ea477c869758cdfc1dd0b6b4c8d76ce59ffdd68d4db14c550b572
 SHA512 
c5df880764b14a2fb60bb46e319bf006644ce1472d0413cf08ad151cf386e5be9fec197fd9efe0bfc3aa22dadf4078344c11211c1e8a3d5cc3ddcb998795dc91
-DIST jsonpatch-1.21.tar.gz 15208 BLAKE2B 
88af93bfd7c317319d958bc3386f9551279af2fa9631c24c49231eb67398fd80f298e26957f232c9705219d4fa7033bb62f98b5d5391f6eb9f53113a1d351876
 SHA512 
dc902b750241833a68612430f07007080ed56dce8a7a4bdd1c042f944cd6cfdc03f4b422cc6bed6bc3b21ea390c5a281cd08181e27d6b57fc5fb657787c1d740
 DIST jsonpatch-1.23.tar.gz 18162 BLAKE2B 
86322a4de88d37eb674d28425d3aee4ad3b589c724b124f37f16e8303200c742404512b9c675f5b5eb8d8f7916469ebb7915bf289c8190092bcf48a1cb9ca7a0
 SHA512 
da612fc043e351087fbda26cd5686743107dafca1223e784626c39113dfb4770647db1420e9ab9eee93d12c608a6e0812f0825229ab092962cfb390b6b1795ed

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
deleted file mode 100644
index f4ec5d6600d..000
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches according to
-   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )"
-
-python_test() {
-   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.15.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
deleted file mode 100644
index 1f1c237810f..000
--- a/dev-python/jsonpatch/jsonpatch-1.15.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches according to
-   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )"
-
-python_test() {
-   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
deleted file mode 100644
index a3c42315c2d..000
--- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86 

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

2020-03-27 Thread Michał Górny
commit: ab55bf3c80228d7533b67e8b6cf5269570825721
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:15:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab55bf3c

dev-python/jupyter_client: Remove redundant versions

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

 dev-python/jupyter_client/Manifest |  2 --
 .../files/jupyter_client-5.1.0-setuptools.patch| 39 -
 .../jupyter_client/jupyter_client-5.1.0-r1.ebuild  | 40 --
 .../jupyter_client/jupyter_client-5.2.3.ebuild | 38 
 .../jupyter_client/jupyter_client-5.2.4.ebuild | 38 
 5 files changed, 157 deletions(-)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 18c6cb40c70..b6e486f6a93 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,4 +1,2 @@
-DIST jupyter_client-5.1.0.tar.gz 265233 BLAKE2B 
1f4533e1c6578e61b1a7591889805d5e324a3cd368cb3998131f2047056c87984ae26d83c9de0277aa6f19b61db4c4d9b39083b795e0891ef7d5394949b5fa44
 SHA512 
eca7adab1f8aae05743c341a257d4ca4338b0838cc3441939dda48229cdfa13b267bdc338b951bc4e6e139d03d26b40a1294140218f84ab800d211f7e0d8bfc7
 DIST jupyter_client-5.2.3.tar.gz 271787 BLAKE2B 
36761e53050874c141c38f545f8f6fb53c144c30f686b3706594d124a65e410c205379b7ecbeed12f1520f0f568c7db3c802223f6fdb8f76407074beacc21918
 SHA512 
89b980ecc281bc1512e1fc4ba35862cc6e541f825ee07a1382d300c8088f24611225ab415d6a7c1e4209c47a74c113ec95f863e8fb0b33c6db9eb9c3521fc0ae
-DIST jupyter_client-5.2.4.tar.gz 273397 BLAKE2B 
a63e13fea7bf121cfe0191d702bf5398a72902e075d560ec235eec6c28492a89753a90efe642fc207ab23357e74aac566bbfbeeb7970b765bf53641caa7ac95f
 SHA512 
a8bb322e4cbcfa5ab9ffbcfdbf2e2ea60e7923f415d7574a93866e99c03a8c5b0a11d7c82e9c4c1c69f4da1261563f419877dffd5347294a58a744c445271a53
 DIST jupyter_client-5.3.4.tar.gz 275850 BLAKE2B 
a0884fb6cd2858b3ecf8353c6dc180370a53b4d59f77fdeb33c972c72857650e2e8b64ac5f6c9d223a99f30bb9ad9e06673cfe14b2d79abc0e4363104ffd15c3
 SHA512 
54b5206c08f5119feb50deb2d815d79a178799ad5c1231a0d03fc950ebbf6cb2f7c3a757024f788d416f808c57aa8476fcfa110f63182314bf2d5cdeb9a006cf

diff --git 
a/dev-python/jupyter_client/files/jupyter_client-5.1.0-setuptools.patch 
b/dev-python/jupyter_client/files/jupyter_client-5.1.0-setuptools.patch
deleted file mode 100644
index ff7dcb0f3d4..000
--- a/dev-python/jupyter_client/files/jupyter_client-5.1.0-setuptools.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From f9bd2643d42b3354b27e64368d8c15cad18101d2 Mon Sep 17 00:00:00 2001
-From: Philipp A 
-Date: Tue, 8 Aug 2017 17:38:52 +0200
-Subject: [PATCH] Always use setuptools if availabe
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-When running `python* setup.py install`, the `jupyter-run` script doesn’t get 
installed without this.

- setup.py | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 60fa17c..0831f7a 100644
 a/setup.py
-+++ b/setup.py
-@@ -70,6 +70,7 @@
- ],
- )
- 
-+# require setuptools for these cases
- if 'develop' in sys.argv or any(a.startswith('bdist') for a in sys.argv):
- import setuptools
- 
-@@ -85,7 +86,12 @@
- 'test': ['ipykernel', 'ipython', 'mock', 'pytest'],
- }
- 
--if 'setuptools' in sys.modules:
-+# always try to use setuptools if available
-+try:
-+import setuptools
-+except ImportError:
-+pass
-+else:
- setup_args.update(setuptools_args)
- setup_args['entry_points'] = {
- 'console_scripts': [

diff --git a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild 
b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
deleted file mode 100644
index 88438e3011c..000
--- a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   dev-python/jupyter_core[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   )
-   "
-
-python_test() {
-   pytest --cov jupyter_client jupyter_client || die
-}

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

2020-03-27 Thread Michał Górny
commit: 62b62eeba8d014149123abc90170e485df8ecbfd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:07:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b62eeb

dev-python/jsonmerge: Remove redundant versions

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

 dev-python/jsonmerge/Manifest   |  1 -
 dev-python/jsonmerge/jsonmerge-1.4.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/jsonmerge/Manifest b/dev-python/jsonmerge/Manifest
index 329175d2b4f..f14e1048f30 100644
--- a/dev-python/jsonmerge/Manifest
+++ b/dev-python/jsonmerge/Manifest
@@ -1,2 +1 @@
-DIST jsonmerge-1.4.0.tar.gz 17953 BLAKE2B 
625c38fc83bec73f1bca3a8950ec2ee2294ab7da665f4c3b7d78329e5df8a0ed6ceef723eeb5757463b1d702ecfae4a2fa7580915917a7c621c762b90c257504
 SHA512 
ad28e01692189863f38f363d22b6bb3cef0b0074e5f6092eabf7c58fb242085fa2ac26506e5d816daebd85049cf6fdbb62f9885d66e545c49e2ffeaf589cf122
 DIST jsonmerge-1.6.0.tar.gz 22735 BLAKE2B 
92eb9936e982ecbcb963bc88000c32ed884957275ed43fcab5153ea84d49a376b542db77d4413a47f55ff4fa6f7979b12db1187e7d6c335ed2a71d5944f2fce9
 SHA512 
e75c1915340d29bceded668faf1fd247a902792e58c3a7ee7183ee7b4a2060dcc84d0b91e8d2258fca4383eac32c76f98330f878a9706c2dbbf5c241ee6fa3db

diff --git a/dev-python/jsonmerge/jsonmerge-1.4.0.ebuild 
b/dev-python/jsonmerge/jsonmerge-1.4.0.ebuild
deleted file mode 100644
index eaf6ca23067..000
--- a/dev-python/jsonmerge/jsonmerge-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Merge a series of JSON documents"
-HOMEPAGE="https://github.com/avian2/jsonmerge/ 
https://pypi.org/project/jsonmerge/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-DEPEND="${REPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   PYTHONPATH="${PWD}" python -m unittest \
-   $(find tests -name 'test_*.py' | LC_ALL=C sort | sed -e 
's:/:.:' -e 's:.py$::') || die
-}



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

2020-03-27 Thread Michał Górny
commit: 28682759b391e52971fb46695a469ef6150d4481
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:09:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28682759

dev-python/jsonschema: Mark ALLARCHES

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

 dev-python/jsonschema/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jsonschema/metadata.xml 
b/dev-python/jsonschema/metadata.xml
index 0ba78538e44..6e821f726fa 100644
--- a/dev-python/jsonschema/metadata.xml
+++ b/dev-python/jsonschema/metadata.xml
@@ -9,6 +9,7 @@
 jsonschema is an implementation of JSON Schema (currently in Draft 3) for
 Python (supporting 2.6+ including Python 3).
 
+  
   
 jsonschema
 Julian/jsonschema



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

2020-03-27 Thread Michał Górny
commit: 5940b0440ba0f918d4fcf4c7df53a56226fdf720
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:15:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5940b044

dev-python/jupyter_client: Stabilize 5.2.3-r1 ALLARCHES

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-5.2.3-r1.ebuild 
b/dev-python/jupyter_client/jupyter_client-5.2.3-r1.ebuild
index 784a759e256..4a134529626 100644
--- a/dev-python/jupyter_client/jupyter_client-5.2.3-r1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.2.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-27 Thread Michał Górny
commit: 70dda439ae325b3b44f0f21bc9ff17a19078d5b4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:16:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dda439

dev-python/jupyter_core: Remove redundant versions

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

 dev-python/jupyter_core/Manifest   |  1 -
 .../jupyter_core/jupyter_core-4.4.0-r1.ebuild  | 54 -
 dev-python/jupyter_core/jupyter_core-4.4.0.ebuild  | 55 --
 3 files changed, 110 deletions(-)

diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
index 18b384b7046..19d101e4e61 100644
--- a/dev-python/jupyter_core/Manifest
+++ b/dev-python/jupyter_core/Manifest
@@ -1,2 +1 @@
-DIST jupyter_core-4.4.0.tar.gz 63613 BLAKE2B 
90b5d6c855786beff0ab780e7a894e1b24f6d6d1c26be6ae8da73e82a87f966f1155498c581314d37db845e293be7bc4d085e03991cdc7adfbba36409541cd5b
 SHA512 
387f7f98f640b85ff0a24f11e1beae5a851d7eb3ba4a423be028940cb018c0d0ddf42ae8a1c397e3e4cafa560d3a5385b39bb8794448c7c010be7f0ddcba8a9e
 DIST jupyter_core-4.6.1.tar.gz 66693 BLAKE2B 
f4338a015ac4b3e0a7cd2497a660bfca0deb96ffa2371fa9c72656f8a68b6f80fe5d494be79c8fdccbcb51f3d9122fd7d4b3e36864d38e7da1c5029c6b1aa24d
 SHA512 
baf0c5db4f78a3cee83940ace80b48ba308c47eeafcf584120b8ba82768c15448fb789ec5b9ac8d541cbd1bfdd47a988f79130675c5943a67d3135d428b43cbe

diff --git a/dev-python/jupyter_core/jupyter_core-4.4.0-r1.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.4.0-r1.ebuild
deleted file mode 100644
index e142d74680f..000
--- a/dev-python/jupyter_core/jupyter_core-4.4.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Core common functionality of Jupyter projects"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-github-alt[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-# tests require installation of jupyter_core, bug #649538
-RESTRICT="test"
-
-python_prepare_all() {
-   # Prevent un-needed download during build
-   if use doc; then
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i docs/conf.py || 
die
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   distutils_install_for_testing
-   cd "${TEST_DIR}"/lib || die
-   py.test jupyter_core || die
-}

diff --git a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
deleted file mode 100644
index 52f77bd87a1..000
--- a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Core common functionality of Jupyter projects"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   !!=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-# tests require installation of jupyter_core, bug #649538
-RESTRICT="test"
-
-python_prepare_all() {
-   # Prevent un-needed download during build
-   if use doc; then
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i docs/conf.py || 
die
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   distutils_install_for_testing
-   cd "${TEST_DIR}"/lib || die
-   py.test jupyter_core || die
-}



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

2020-03-27 Thread Michał Górny
commit: fd7a3473c6d884f96802bd9af474a5a97423ef8b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:15:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7a3473

dev-python/jupyter_console: Remove redundant versions

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

 dev-python/jupyter_console/Manifest|  1 -
 .../jupyter_console/jupyter_console-5.1.0.ebuild   | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-python/jupyter_console/Manifest 
b/dev-python/jupyter_console/Manifest
index ee482030f0d..4b8519652e5 100644
--- a/dev-python/jupyter_console/Manifest
+++ b/dev-python/jupyter_console/Manifest
@@ -1,2 +1 @@
-DIST jupyter_console-5.1.0.tar.gz 26661 BLAKE2B 
075035d02fee640ccf9a2a7bd22e5872727380bd54b1fed48bd53f6bee12da8ff3dc5f4ff258d0c03f7260e2b495d8cb313a4b4f49e4eb644f0b15988fe41577
 SHA512 
208a31886eb58c64541048e1f7ed75fccc888d34177f86dfaf10fb7dcd603130a8b3ecbe23cf4d80a75287b847128425f853715c494d2a7e4b4eed8a31058b5c
 DIST jupyter_console-6.0.0.tar.gz 27780 BLAKE2B 
da2b58461caa987bea0b323cedbc79ff24f31cb928602b8ae6dce1ed615008a8227d7a1bab47364e6d182cfd3bd6f548e355430efc505e7183a391ef26c08375
 SHA512 
27b333f439733c33062d3baa8b49ff673b10e22cb8c28c688ba604799838e899f93372bd2eaf4a94c97260d6dec043d6aef4421388d77e625b1ec43a3dedfa3f

diff --git a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild 
b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild
deleted file mode 100644
index 23b925e042d..000
--- a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/jupyter_client[${PYTHON_USEDEP}]
-   >=dev-python/prompt_toolkit-1.0.0[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
-   )
-   "
-
-python_prepare_all() {
-   # Prevent un-needed download during build
-   if use doc; then
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i docs/conf.py || 
die
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   nosetests --with-coverage --cover-package=jupyter_console 
jupyter_console || die
-}



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

2020-03-27 Thread Michał Górny
commit: 17ec583f84eed9584b1e73e138f417964a5cc256
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:08:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ec583f

dev-python/jsonpointer: Remove redundant versions

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

 dev-python/jsonpointer/Manifest|  1 -
 dev-python/jsonpointer/jsonpointer-1.10.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest
index eb75991d155..fcaf0117e11 100644
--- a/dev-python/jsonpointer/Manifest
+++ b/dev-python/jsonpointer/Manifest
@@ -1,2 +1 @@
-DIST jsonpointer-1.10.tar.gz 7577 BLAKE2B 
b4472cd9ead51fe75f2e53690d4c0378cb6b5dccae240bc1bf264bff9df15bdfab379b1043221e66074e08c3393ecf729e4f95721fcb324fe8b710cd49d7f064
 SHA512 
b2df5f19b14b670825b18f7da4ca50b089beb2ccbb1c69acfc904eed82b5315ad19940b4aaa8f8504c2fc7d48d65e31f492dd30ee8b5ba95ccfd0eaeb9b1
 DIST jsonpointer-2.0.tar.gz 8699 BLAKE2B 
7b52955aa691a1bba327df6674704503b009101d0dd94587620a684ca9310128e3afcc62cedabd92106deffc3a6a3434a72123fc804224ae68ade8751462bf14
 SHA512 
e8e2b03c12c3fc5f65816fc71d1c07135ef74a0c912286f5b8bef2d9e21b8ae6e766d1aa2104b3eeb0e53928034321f25b203386ac3f5641b54b0641f6a08137

diff --git a/dev-python/jsonpointer/jsonpointer-1.10.ebuild 
b/dev-python/jsonpointer/jsonpointer-1.10.ebuild
deleted file mode 100644
index 08366cf2baf..000
--- a/dev-python/jsonpointer/jsonpointer-1.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Identify specific nodes in a JSON document (according to draft 
08)"
-HOMEPAGE="https://github.com/stefankoegl/python-json-pointer 
https://pypi.org/project/jsonpointer/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${PYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
-}



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

2020-03-27 Thread Mike Pagano
commit: 277e9ef4b892b2c1c0834d05ae3c72121850e495
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Mar 27 19:47:24 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Mar 27 19:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277e9ef4

dev-util/idea-community: Fix removing bundled .so files

Closes: https://bugs.gentoo.org/711886
Signed-off-by: Georg Rudoy <0xd34df00d  gmail.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild 
b/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild
index fbfcbabe739..fac1ff80420 100644
--- a/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild
+++ b/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild
@@ -86,9 +86,9 @@ src_prepare() {
fi
 
rm -vf ${PLUGIN_DIR}/libavplugin*
-   rm -vf ${S}/plugins/maven/lib/maven3/lib/jansi-native/*/libjansi*
-   rm -vrf ${S}/lib/pty4j-native/linux/ppc64le
-   rm -vf ${S}/bin/libdbm64*
+   rm -vf "${S}"/plugins/maven/lib/maven3/lib/jansi-native/*/libjansi*
+   rm -vrf "${S}"/lib/pty4j-native/linux/ppc64le
+   rm -vf "${S}"/bin/libdbm64*
 
if [[ -d "${S}"/"${JRE_DIR}" ]]; then
for file in "${PLUGIN_DIR}"/{libfxplugins.so,libjfxmedia.so}



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

2020-03-27 Thread Mike Pagano
commit: 6d910caa4b1e104dd5e0ff6ae9eccc1d3c97b0dd
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Mar 27 19:36:18 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Mar 27 19:36:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d910caa

dev-util/idea-community:

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

 .../idea-community-2019.3.3.193.6494.35.ebuild  | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild 
b/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild
index 31255cb3438..fbfcbabe739 100644
--- a/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild
+++ b/dev-util/idea-community/idea-community-2019.3.3.193.6494.35.ebuild
@@ -61,9 +61,6 @@ QA_PREBUILT="opt/${PN}-${MY_PV}/*"
 
 # jbr11 binary doesn't unpack nicely into a single folder
 src_unpack() {
-   echo "S is ${S}"
-   echo "SRC_URI is ${SRC_URI}"
-   echo "unpack ${MY_PN}IC-${PV_STRING}.tar.gz"
if use !jbr11 ; then
default_src_unpack
else
@@ -80,19 +77,25 @@ src_prepare() {
else
JRE_DIR=jre
fi
+
if use jbr8; then
mv "${WORKDIR}/jre" ./"${JRE_DIR}"
+   PLUGIN_DIR="${S}/${JRE_DIR}/lib/${ARCH}"
+   else
+   PLUGIN_DIR="${S}/${JRE_DIR}/lib/"
fi
 
-   rm -vf "${S}"/"${JRE_DIR}"/lib/*/libavplugin* || die
-   rm -vf "${S}"/plugins/maven/lib/maven3/lib/jansi-native/*/libjansi* || 
die
-   rm -vrf "${S}"/lib/pty4j-native/linux/ppc64le || die
-   rm -vf "${S}"/bin/libdbm64* || die
+   rm -vf ${PLUGIN_DIR}/libavplugin*
+   rm -vf ${S}/plugins/maven/lib/maven3/lib/jansi-native/*/libjansi*
+   rm -vrf ${S}/lib/pty4j-native/linux/ppc64le
+   rm -vf ${S}/bin/libdbm64*
 
if [[ -d "${S}"/"${JRE_DIR}" ]]; then
-   for file in 
"${S}"/"${JRE_DIR}"/lib/amd64/{libfxplugins.so,libjfxmedia.so}
+   for file in "${PLUGIN_DIR}"/{libfxplugins.so,libjfxmedia.so}
do
-   patchelf --set-rpath '$ORIGIN' $file || die
+   if [[ -f "$file" ]]; then
+ patchelf --set-rpath '$ORIGIN' $file || die
+   fi
done
fi
 



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

2020-03-27 Thread Jason A. Donenfeld
commit: bd03137b1d6d120a0ce5c0062dce21cb1a6efc2a
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Mar 27 19:24:14 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Fri Mar 27 19:24:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd03137b

net-mail/b4: bump to 0.3.5

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-mail/b4/Manifest | 2 +-
 net-mail/b4/{b4-0.3.4.ebuild => b4-0.3.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest
index 7f0d4fb0bfa..074bdb5bbf7 100644
--- a/net-mail/b4/Manifest
+++ b/net-mail/b4/Manifest
@@ -1 +1 @@
-DIST b4-0.3.4.tar.gz 33510 BLAKE2B 
08975cca4bcad61fc64bfc207fa3d299a4f034be8adf05c7d6a36dc89d55e111b50d5da7526ae217a763317731a00048efec99cbf86bb5367a0748119c4dd7b3
 SHA512 
0b78fafc410bdfea9d3aaa8e3818966d1fd412d4d9471196c6c9231bb2ade380c9d2fdd07e41e5cc4a2f0474cb77612c0d34ca1f6689b64881752034d779b5dc
+DIST b4-0.3.5.tar.gz 34000 BLAKE2B 
ae940ce6a3b43b2a437b1d1a6f7f48c235b1b47b70bed8ba137c729ec2d9cdd933d15eebb15b975945d61df68dd3ae43664f90d4cb45b06b6112f327125cc9e2
 SHA512 
02e50bba403bf6792ca2f65e30fe07489fe0cd189c8a0fb7cb371d5a43f688a158f163547fb236605f98e29177853d75c0dab190d7f9a158fde65d3eef18eff1

diff --git a/net-mail/b4/b4-0.3.4.ebuild b/net-mail/b4/b4-0.3.5.ebuild
similarity index 100%
rename from net-mail/b4/b4-0.3.4.ebuild
rename to net-mail/b4/b4-0.3.5.ebuild



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

2020-03-27 Thread Michał Górny
commit: e70579434099dbe40b55b7184afe2f8e4a9c13ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 17:43:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 19:09:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7057943

dev-python/jira: Remove redundant versions

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

 dev-python/jira/jira-1.0.14-r2.ebuild | 41 ---
 1 file changed, 41 deletions(-)

diff --git a/dev-python/jira/jira-1.0.14-r2.ebuild 
b/dev-python/jira/jira-1.0.14-r2.ebuild
deleted file mode 100644
index a5d891928dc..000
--- a/dev-python/jira/jira-1.0.14-r2.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
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Python library for interacting with the JIRA REST API"
-HOMEPAGE="https://jira.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="magic jirashell kerberos oauth"
-
-DEPEND="
-   >=dev-python/pbr-3.0[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-RDEPEND="
-   dev-python/defusedxml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-toolbelt[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   magic? ( dev-python/filemagic[${PYTHON_USEDEP}] )
-   jirashell? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   )
-   kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
-   oauth? (
-   || (
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-   )
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   )
-   "



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

2020-03-27 Thread Michał Górny
commit: 71c84862d668016dac611413d4d132a25da4a6c5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 17:31:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 19:09:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c84862

package.mask: Last rite dev-vcs/pwclient

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9febe111c96..084fa4c6548 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-03-27)
+# Unmaintained.  Not tested for py3.7.  Last bumped in 2015.
+# Bad quality ebuild.
+# Removal in 30 days.  Bug #710230.
+dev-vcs/pwclient
+
 # Michał Górny  (2020-03-27)
 # Unmaintained.  Not tested for py3.7.  Last bumped in 2017.
 # Bad quality ebuild.



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

2020-03-27 Thread Michał Górny
commit: a315d29d43deabc45a94063933349d30e3b0a5c2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 17:41:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 19:09:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a315d29d

dev-python/jinja: Mark ALLARCHES

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

 dev-python/jinja/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jinja/metadata.xml b/dev-python/jinja/metadata.xml
index 03be6412af9..2f5f702ac23 100644
--- a/dev-python/jinja/metadata.xml
+++ b/dev-python/jinja/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 Jinja2
 pallets/jinja



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

2020-03-27 Thread Michał Górny
commit: 96f602c622514bd82ad80beee468b3e7cc9e182d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 19:08:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 19:09:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f602c6

dev-python/jira: Remove redundant longdesc

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

 dev-python/jira/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/jira/metadata.xml b/dev-python/jira/metadata.xml
index 5ba9b5cab9c..8512e25f46c 100644
--- a/dev-python/jira/metadata.xml
+++ b/dev-python/jira/metadata.xml
@@ -5,9 +5,6 @@
 calc...@gentoo.org
 Denis Dupeyron
   
-  
-Python library for interacting with JIRA via REST APIs.
-  
   
 jira
 pycontribs/jira



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

2020-03-27 Thread Michał Górny
commit: 1080af41b98c1e5059da4147f6360480c80b0601
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 17:42:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 19:09:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1080af41

dev-python/jinja: Stabilize 2.11.1 ALLARCHES

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

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

diff --git a/dev-python/jinja/jinja-2.11.1.ebuild 
b/dev-python/jinja/jinja-2.11.1.ebuild
index c942958f1ce..3d4cc40012e 100644
--- a/dev-python/jinja/jinja-2.11.1.ebuild
+++ b/dev-python/jinja/jinja-2.11.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris"
 IUSE="examples"
 
 RDEPEND="



  1   2   3   4   >