[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2019-12-02 Thread Lars Wendler
commit: 1fb8c2e321d6da56ba0cf4087c275d4bce534989
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  3 07:19:16 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  3 07:19:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb8c2e3

net-firewall/nftables: Bump to version 0.9.3

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Lars Wendler  gentoo.org>

 net-firewall/nftables/Manifest  |   1 +
 net-firewall/nftables/nftables-0.9.3.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 02cd9f86c8b..f1c16ddeff7 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1,3 +1,4 @@
 DIST nftables-0.9.0.tar.gz 417981 BLAKE2B 
4dfba4d71928f1694ffeb4871353fc373d88e23c5ba716e726e1e6aba0efb2703233528f7a408bfefe47bfe54aa3612cccab9742c2a2208ec8c7a4bcda0e1823
 SHA512 
78e383bad5440c9414202cf0e4b6749fc5c01071d2fa547208e61cea6e7e179933990e7e538a60696eb0a7cf510d2c4b273a91d50287bb51507d244cd2875aed
 DIST nftables-0.9.1.tar.bz2 764066 BLAKE2B 
26b194d6b3b970c05348c32a3ab21e8c25fcdb0d09d3d6b467198ba23a5bb44e7b6450d3efb86c39a488df4a837885c4a1ab96c197d5449f7de49b7b18ff5f90
 SHA512 
e14b75197ba3fea2a46c090450bf8b45b39fdc20db67bab1d6919c90128dee8ea8bbe9508e070f86b22ec70bcad8ab584fb89630a2240f09683137471c77d242
 DIST nftables-0.9.2.tar.bz2 779850 BLAKE2B 
40bf9ed956a126048f27b343afc7aa4f6e34f35dc91127402cb127903f8150d212c80491fef2b54c18a63ca065608521062b3f6a2dd78969bdbf4d7d8a5a751d
 SHA512 
2d83b104af0d70f99a16c2e40afdb9bf89bd984323810e2895976c5e2e346bf09dd88850a391f295e335279adfdd39d34c13610cf8e6b801499dc0df2a5cecf6
+DIST nftables-0.9.3.tar.bz2 786759 BLAKE2B 
578276d861fdb2b843223aca1276bbc1dda9627d0058259a966e324e30ee64d8c102d1e2cceb82d29143caa9dcd1a4492df168f1c87b136fc7b3a1a7dc8568a8
 SHA512 
d264f6fc75c95510e29fe7d5b82ae418d502f40437b098ba6117ffb1374d9989d70a7296e2e58c5fb25142145a987bb9c160902637899f892589809f9541db43

diff --git a/net-firewall/nftables/nftables-0.9.3.ebuild 
b/net-firewall/nftables/nftables-0.9.3.ebuild
new file mode 100644
index 000..ad90d7a0673
--- /dev/null
+++ b/net-firewall/nftables/nftables-0.9.3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit autotools linux-info python-r1 systemd
+
+DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
+HOMEPAGE="https://netfilter.org/projects/nftables/;
+#SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
+IUSE="debug +doc +gmp json +modern_kernel python +readline static-libs xtables"
+
+RDEPEND="
+   >=net-libs/libmnl-1.0.3:0=
+   gmp? ( dev-libs/gmp:0= )
+   json? ( dev-libs/jansson )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   >=net-libs/libnftnl-1.1.4:0=
+   xtables? ( >=net-firewall/iptables-1.6.1 )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   doc? ( app-text/asciidoc )
+   >=app-text/docbook2X-0.8.8-r4
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+#S="${WORKDIR}/v${PV}"
+
+python_make() {
+   emake \
+   -C py \
+   abs_builddir="${S}" \
+   DESTDIR="${D}" \
+   PYTHON_BIN="${PYTHON}" \
+   ${@}
+}
+
+pkg_setup() {
+   if kernel_is ge 3 13; then
+   if use modern_kernel && kernel_is lt 3 18; then
+   eerror "The modern_kernel USE flag requires kernel 
version 3.18 or newer to work properly."
+   fi
+   CONFIG_CHECK="~NF_TABLES"
+   linux-info_pkg_setup
+   else
+   eerror "This package requires kernel version 3.13 or newer to 
work properly."
+   fi
+}
+
+src_prepare() {
+   default
+
+   # fix installation path for doc stuff
+   sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}@' \
+   -i files/nftables/Makefile.am || die
+   sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/osf@' \
+   -i files/osf/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   # We handle python separately
+   --disable-python
+   --sbindir="${EPREFIX}"/sbin
+   $(use_enable debug)
+   $(use_enable doc man-doc)
+   $(use_with !gmp mini_gmp)
+   $(use_with json)
+   $(use_with readline cli readline)
+   $(use_enable static-libs static)
+   $(use_with xtables)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {

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

2019-12-02 Thread Hans de Graaff
commit: 6689b4c31d72555ce48799aae07d04e2f5ce87be
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 07:06:15 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 07:11:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6689b4c3

dev-ruby/aws-partitions: initial import of 1.248.0

New dependency for dev-ruby/aws-sdk-core

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

 dev-ruby/aws-partitions/Manifest|  1 +
 .../aws-partitions/aws-partitions-1.248.0.ebuild| 21 +
 dev-ruby/aws-partitions/metadata.xml| 11 +++
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/aws-partitions/Manifest b/dev-ruby/aws-partitions/Manifest
new file mode 100644
index 000..393d9a6bbe2
--- /dev/null
+++ b/dev-ruby/aws-partitions/Manifest
@@ -0,0 +1 @@
+DIST aws-partitions-1.248.0.gem 18432 BLAKE2B 
2232b8786f599c677984ecd92e256863951822402fa523ecf85b16a2c65659477132baa3831133db9cccbc07404ac5cb14bf84aebe1e03ee4a76aa265b6b457f
 SHA512 
b055be405478a981e2061ceb217a781c813fc8779124d4078014003ff3c14bf22746a6f0211199c1d5f8ca1b46359d5b1b817dcf4600ec5a8da105a6eefab789

diff --git a/dev-ruby/aws-partitions/aws-partitions-1.248.0.ebuild 
b/dev-ruby/aws-partitions/aws-partitions-1.248.0.ebuild
new file mode 100644
index 000..ced0919facc
--- /dev/null
+++ b/dev-ruby/aws-partitions/aws-partitions-1.248.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# Not packaged and upstream not tagged.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="partitions.json"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides interfaces to enumerate AWS partitions, regions, and 
services"
+HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/;
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-ruby/aws-partitions/metadata.xml 
b/dev-ruby/aws-partitions/metadata.xml
new file mode 100644
index 000..d27944e8068
--- /dev/null
+++ b/dev-ruby/aws-partitions/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+aws/aws-sdk-ruby
+  
+



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

2019-12-02 Thread Hans de Graaff
commit: b537d6f45e3075b36e2872c01fd5110c5fa6fb0e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 07:02:00 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 07:11:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b537d6f4

dev-ruby/aws-eventstream: initial import of 1.0.3

New dependency for dev-ruby/aws-sdk-core

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

 dev-ruby/aws-eventstream/aws-eventstream-1.0.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-ruby/aws-eventstream/aws-eventstream-1.0.3.ebuild 
b/dev-ruby/aws-eventstream/aws-eventstream-1.0.3.ebuild
index 99439b30f15..0fff340c1e8 100644
--- a/dev-ruby/aws-eventstream/aws-eventstream-1.0.3.ebuild
+++ b/dev-ruby/aws-eventstream/aws-eventstream-1.0.3.ebuild
@@ -1,13 +1,12 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 USE_RUBY="ruby24 ruby25 ruby26"
 
 # Not packaged and upstream not tagged.
 RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 inherit ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/

2019-12-02 Thread Lars Wendler
commit: 3a7fa512c88e94c378273605408e9348fdea9d45
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  3 07:09:44 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  3 07:09:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7fa512

net-firewall/iptables: Bump to version 1.8.4

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Lars Wendler  gentoo.org>

 net-firewall/iptables/Manifest  |   1 +
 net-firewall/iptables/iptables-1.8.4.ebuild | 129 
 2 files changed, 130 insertions(+)

diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest
index 0199e509e2c..8502ac323ff 100644
--- a/net-firewall/iptables/Manifest
+++ b/net-firewall/iptables/Manifest
@@ -2,3 +2,4 @@ DIST iptables-1.6.1.tar.bz2 620890 BLAKE2B 
b45ac26e1fb7e8b17a6df0afab3b6c0e2f0a5
 DIST iptables-1.6.2.tar.bz2 639785 BLAKE2B 
3d129756fd33c8c73d56d57e3c5595896db86ded14834a45db21b964d82840b62216ce3cea4ae4960e8c5f0671df3cc6bfb222f68d29cf3a8c99e0eee14bf017
 SHA512 
04f22e969c794246b9aa28055b202638081cfb0bb4a5625c049a30c48ac84cdd41db12a53c5831398cfe47c8f5691aa02b30b0ae3b5afe0f20ec48cf86a799c0
 DIST iptables-1.8.2.tar.bz2 679858 BLAKE2B 
2004d85c89ecbc37ef0d571ac8ece680fd2e11a51b074f6387d6e9c4892da524c785d6bf3f30e26af4e7c2cb1f401d51bf8bcb21a91e380e24945374553139cb
 SHA512 
8cf0f515764e1dc6e03284581d682d1949b33e8f25fea29c27ae856f1089fe8ca7b1814524b85f4378fd1fc7c7c7d002f06557b257ae2bbc945f8555bad0dc76
 DIST iptables-1.8.3.tar.bz2 716257 BLAKE2B 
58c606a5753ae2cb8ada9039e4653d2abe03c7c9b6aeef1e458baa3e10e818893f35e8f2aed5221e692415115e618aa673c8fcd33d172f85e9d1b609ed79c7b8
 SHA512 
84b10080646077cbea78b7f3fcc58c6c6e1898213341c69862e1b48179f37a6820c3d84437c896071f966b61aa6d16b132d91948a85fd8c05740f29be3a0986d
+DIST iptables-1.8.4.tar.bz2 704312 BLAKE2B 
f677bb9ed2c86e6a39953c0565766991e9647224effdc7db2b563f3f491f6ace2f9073ecc8e865d489101a9f80cf964d9775ab81536412dbd4ca85937432de94
 SHA512 
a7faaab58608ffaa51e26e8056551c0e91a49187439d30fcf5cce2800274cc3c0515db6cfba0f4c85613fb80779cf96089b8915db0e89161e9980a6384faebdb

diff --git a/net-firewall/iptables/iptables-1.8.4.ebuild 
b/net-firewall/iptables/iptables-1.8.4.ebuild
new file mode 100644
index 000..890475e4e57
--- /dev/null
+++ b/net-firewall/iptables/iptables-1.8.4.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Force users doing their own patches to install their own tools
+AUTOTOOLS_AUTO_DEPEND=no
+
+inherit multilib systemd toolchain-funcs autotools flag-o-matic usr-ldscript
+
+DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
+HOMEPAGE="https://www.netfilter.org/projects/iptables/;
+SRC_URI="https://www.netfilter.org/projects/iptables/files/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+# Subslot reflects PV when libxtables and/or libip*tc was changed
+# the last time.
+SLOT="0/1.8.3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE="conntrack ipv6 netlink nftables pcap static-libs"
+
+COMMON_DEPEND="
+   conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
+   netlink? ( net-libs/libnfnetlink )
+   nftables? (
+   >=net-libs/libmnl-1.0:0=
+   >=net-libs/libnftnl-1.1.5:0=
+   )
+   pcap? ( net-libs/libpcap )
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/os-headers
+   >=sys-kernel/linux-headers-4.4:0
+"
+BDEPEND="
+   virtual/pkgconfig
+   nftables? (
+   sys-devel/flex
+   virtual/yacc
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   nftables? ( net-misc/ethertypes )
+"
+
+src_prepare() {
+   # use the saner headers from the kernel
+   rm include/linux/{kernel,types}.h || die
+
+   # Only run autotools if user patched something
+   eapply_user && eautoreconf || elibtoolize
+}
+
+src_configure() {
+   # Some libs use $(AR) rather than libtool to build #444282
+   tc-export AR
+
+   # Hack around struct mismatches between userland & kernel for some 
ABIs. #472388
+   use amd64 && [[ ${ABI} == "x32" ]] && append-flags -fpack-struct
+
+   sed -i \
+   -e "/nfnetlink=[01]/s:=[01]:=$(usex netlink 1 0):" \
+   -e "/nfconntrack=[01]/s:=[01]:=$(usex conntrack 1 0):" \
+   configure || die
+
+   local myeconfargs=(
+   --sbindir="${EPREFIX}/sbin"
+   --libexecdir="${EPREFIX}/$(get_libdir)"
+   --enable-devel
+   --enable-shared
+   $(use_enable nftables)
+   $(use_enable pcap bpf-compiler)
+   $(use_enable pcap nfsynproxy)
+   $(use_enable static-libs static)
+   $(use_enable ipv6)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake V=1
+}
+
+src_install() {
+   default
+   dodoc INCOMPATIBILITIES 

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

2019-12-02 Thread Lars Wendler
commit: 21fb2adae915c0f01bb8b5df2251e3c547cce00a
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  3 07:01:29 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  3 07:03:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fb2ada

net-libs/libnftnl: Bump to version 1.1.5

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libnftnl/Manifest  |  1 +
 net-libs/libnftnl/libnftnl-1.1.5.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-libs/libnftnl/Manifest b/net-libs/libnftnl/Manifest
index 902a7fc23c0..034eb80ab29 100644
--- a/net-libs/libnftnl/Manifest
+++ b/net-libs/libnftnl/Manifest
@@ -1,2 +1,3 @@
 DIST libnftnl-1.1.3.tar.bz2 366521 BLAKE2B 
9a46a46b68fd6d3e0ffc3d28713ee9a70017dd4d05763a49a655f172ae77928d9b54554e7609851f3a18e9465c53f53c1828311162013bc067493e4e02ff3fb8
 SHA512 
3fb96ea1a8bc9eb00fa2cf79f64cc9613250e8b97de6e90e440c7c44e92789e7c7fd603b7347bb02d9d74af725cf8fde5d2e435c5ffdcb784316c67b83ddf0fe
 DIST libnftnl-1.1.4.tar.bz2 368262 BLAKE2B 
e5f396b582221b9f9a7d3303d65548e3597474b1cedf931728f3105b04a851ff98fd2a49772f29849a9094c2e0cfef7d500050e8f205565e8dfd1ec7a49d
 SHA512 
6fe248b1340decc1ec8ae40dd0ed60b8d4b819c2f36f2399d39e13e92fc5e6f6ec693b736d6c188bff954afb2bf2dbce67d54a9e664b45f43288b2c5c6cc08f6
+DIST libnftnl-1.1.5.tar.bz2 373930 BLAKE2B 
cfd06084fb7de5dd6120a22faa43ac578f170e5209564579ff26bdf49e2b70b5b3944275861e32fcc7f6f2bb1d9f43bf51157665d0d5faea259e14cf930030c0
 SHA512 
a0495e1a99ea9efcf3994db48e50943023ff3d8101055887574ff4eb6b0df8600cf7db68a9c91ca02bbbcc1f01099b008649f88321bb956897bcc90eb4167ee7

diff --git a/net-libs/libnftnl/libnftnl-1.1.5.ebuild 
b/net-libs/libnftnl/libnftnl-1.1.5.ebuild
new file mode 100644
index 000..c7dd0aecc73
--- /dev/null
+++ b/net-libs/libnftnl/libnftnl-1.1.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info toolchain-funcs usr-ldscript
+
+DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
+HOMEPAGE="https://netfilter.org/projects/nftables/;
+SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/11" # libnftnl.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="examples static-libs test"
+
+RDEPEND=">=net-libs/libmnl-1.0.3"
+BDEPEND="virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   if kernel_is ge 3 13; then
+   CONFIG_CHECK="~NF_TABLES"
+   linux-info_pkg_setup
+   else
+   eerror "This package requires kernel version 3.13 or newer to 
work properly."
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   gen_usr_ldscript -a nftnl
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   if use examples; then
+   find examples/ -name 'Makefile*' -delete || die "Could not rm 
examples"
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2019-12-02 Thread Hans de Graaff
commit: 24b540e2923469490eb8b1a8380ed9872f81ceca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 06:49:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 06:49:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b540e2

dev-ruby/mocha: add 1.10.0

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

 dev-ruby/mocha/Manifest|  1 +
 dev-ruby/mocha/mocha-1.10.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/mocha/Manifest b/dev-ruby/mocha/Manifest
index fce8a96da75..481dc2ea5c6 100644
--- a/dev-ruby/mocha/Manifest
+++ b/dev-ruby/mocha/Manifest
@@ -1,4 +1,5 @@
 DIST mocha-0.14.0.gem 82944 BLAKE2B 
50a066e2f5007df08a7f76785fd4c2b12327b4969c11324a0574c707bea3219d51edb9ab40635378c16b46ad826ec7eff42434a27cd61113a6f40251fa2e6930
 SHA512 
918e45f2ee761c7dc399c7958e4d406f9e186c90f479fd01a421aa542944b47e9b2c5e938f4fc5292a7da345726447b2d47dc5f417e114201f8a4d9893c4d461
+DIST mocha-1.10.0.gem 236544 BLAKE2B 
91f1e69ae7a8931de69284b81adbf824f67ff26ac089dde03caf2ce373ce6af539b2debacd07df8cf6f9be21fd5f720cb214e448fdd3f2ad7ccd52485c4f80f4
 SHA512 
ab4c90c8d7d4fb7d8af6b2210994e39e0116e23751a4ed24795f92aec0c29b60becd08da1237341a0a565db83b3a1bc620ac4ab41672ea2200f39463d4fa8db5
 DIST mocha-1.4.0.gem 92672 BLAKE2B 
8b8640038da40f2577431630ffbc773f5a9474a3a872a5f6c26d53b41d2827da59f32f6c7abab78cbf491bb6d58cabe0834e4b1706869cedd1e72f116817537a
 SHA512 
54953d815cddf52deccdddcebc9a9880fa2f14cab9f4ee1e164bfa3afe095d56b409312149341d1bf84fb336ed23512e7acce371135f8a2a1bb16f1de7acff1d
 DIST mocha-1.7.0.gem 96768 BLAKE2B 
d6b2f14bb1277473c3393b06e2f4830331bcf4f2d02fa918a006eeb65a340e1f8bf25e354910bff1cdc3abae9b98bd53de272c628cec7bb59e30c5b02dc8ffc6
 SHA512 
b3fd656523e6ec1eb81e941cd43fe402254b6b15a00cdb459a900c94df02bd20f7ca8aafc796e418c6ba3e3b71c5bdc74a97e380f1c106e2831e78d9aaa7887e
 DIST mocha-1.8.0.gem 223744 BLAKE2B 
625f38d6ec53cbf549cbace873172b8511f2e6a2ccb5d7fd4133c3d9a67a8e5d55626fead7a70de363c8564b687530d3e0515ed7fc167a65091d9e17d89dde47
 SHA512 
b0abd6234f34dfd92d44019001e97914dff80ece5fbe2b53ccc91192f99f06a79f9c96cdb136b2a389a1a1b7038076fce688d8d8ee8645538d3c58f73e345fe4

diff --git a/dev-ruby/mocha/mocha-1.10.0.ebuild 
b/dev-ruby/mocha/mocha-1.10.0.ebuild
new file mode 100644
index 000..ca60b9c9958
--- /dev/null
+++ b/dev-ruby/mocha/mocha-1.10.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance"
+
+RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
+HOMEPAGE="https://mocha.jamesmead.org/;
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+   test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
+}
+
+each_ruby_test() {
+   export MOCHA_NO_DOCS=true
+   each_fakegem_test
+}



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

2019-12-02 Thread Hans de Graaff
commit: cdb7e278cf956364aa41682788473df6fa7b8891
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 06:45:32 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 06:45:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb7e278

dev-ruby/faker: add 2.8.0

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

 dev-ruby/faker/Manifest   |  1 +
 dev-ruby/faker/faker-2.8.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index f46acddf2c9..ddaa0b6a656 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,3 +1,4 @@
 DIST faker-1.9.6.tar.gz 1833392 BLAKE2B 
826ee480515873d1e250147e5c3749e222b1273a00fd4ae0a2a28dca91c5981290c8540602d89d406e91d98a0f5dbc6fc4a54ab6d7d2b716a4d4957ab32254dc
 SHA512 
1ea0c4194603b5eaec0f4abc2460fb39cb9de97179d7699c3cb37673731ebf8bf03d20fb422911d4725d4308691d4c92a82f5a661e034381cc04066ddcc955bc
 DIST faker-2.6.0.tar.gz 983084 BLAKE2B 
663075668d17b25eef1528379ce0f8079d34672bac658d7cc96d8b3bb07d63d7aec0249409bcee7d60eb033753be8a37ad04c43b22dcfaa5c4dfb735c1663a64
 SHA512 
ddec1d70e1becab987da2e9c261e7b3e8903fae77e0e7151f8230aac4d6cfc919a3d9497728d262b28bb3e727e9409a360eb76b410f7b701a108c35380059a4b
 DIST faker-2.7.0.tar.gz 986186 BLAKE2B 
57cfdc6cf3b241edf3ada2cac3a2430989e5c1ce565701aa0252fcee37d4b61034f423eea1b75a9203b19e66cc070592bc9e13d3a932f68ab3c51c09c8188eb0
 SHA512 
967cac98efed0f5e35dccca9e78cf4a8a61678d6c1f2bf388db300a4beba8dd9ff004d143c2fea60ab4abdbbff4b5c90354f3cd1cd4c789f80e3fdb81870ed8e
+DIST faker-2.8.0.tar.gz 1013036 BLAKE2B 
e8839083ecaa5849e491c95cf26fefd19fa9245b0fb977701e7ec867961d92eca70031dbb4b43a18acdd41a40aca042195651851c781efbb00188b0b0ba19ecc
 SHA512 
878fb19ed7c29a038c84b26dde17288c6f3af0493975fe8baf7b48487cd89f80e8e471fba5261617a58354f07ce0323b7e90001b39c0f46dd4b87c64a88ec486

diff --git a/dev-ruby/faker/faker-2.8.0.ebuild 
b/dev-ruby/faker/faker-2.8.0.ebuild
new file mode 100644
index 000..4128467758c
--- /dev/null
+++ b/dev-ruby/faker/faker-2.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
+HOMEPAGE="https://github.com/stympy/faker;
+SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/i18n-1.6 !!

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

2019-12-02 Thread Hans de Graaff
commit: c9f6a7fa35827eea6b29e447b9e726afb1482d5c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 06:50:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 06:50:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f6a7fa

dev-ruby/mocha: cleanup

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

 dev-ruby/mocha/Manifest   |  2 --
 dev-ruby/mocha/mocha-1.4.0.ebuild | 36 
 dev-ruby/mocha/mocha-1.7.0.ebuild | 36 
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/mocha/Manifest b/dev-ruby/mocha/Manifest
index 481dc2ea5c6..a07f2beb7bf 100644
--- a/dev-ruby/mocha/Manifest
+++ b/dev-ruby/mocha/Manifest
@@ -1,6 +1,4 @@
 DIST mocha-0.14.0.gem 82944 BLAKE2B 
50a066e2f5007df08a7f76785fd4c2b12327b4969c11324a0574c707bea3219d51edb9ab40635378c16b46ad826ec7eff42434a27cd61113a6f40251fa2e6930
 SHA512 
918e45f2ee761c7dc399c7958e4d406f9e186c90f479fd01a421aa542944b47e9b2c5e938f4fc5292a7da345726447b2d47dc5f417e114201f8a4d9893c4d461
 DIST mocha-1.10.0.gem 236544 BLAKE2B 
91f1e69ae7a8931de69284b81adbf824f67ff26ac089dde03caf2ce373ce6af539b2debacd07df8cf6f9be21fd5f720cb214e448fdd3f2ad7ccd52485c4f80f4
 SHA512 
ab4c90c8d7d4fb7d8af6b2210994e39e0116e23751a4ed24795f92aec0c29b60becd08da1237341a0a565db83b3a1bc620ac4ab41672ea2200f39463d4fa8db5
-DIST mocha-1.4.0.gem 92672 BLAKE2B 
8b8640038da40f2577431630ffbc773f5a9474a3a872a5f6c26d53b41d2827da59f32f6c7abab78cbf491bb6d58cabe0834e4b1706869cedd1e72f116817537a
 SHA512 
54953d815cddf52deccdddcebc9a9880fa2f14cab9f4ee1e164bfa3afe095d56b409312149341d1bf84fb336ed23512e7acce371135f8a2a1bb16f1de7acff1d
-DIST mocha-1.7.0.gem 96768 BLAKE2B 
d6b2f14bb1277473c3393b06e2f4830331bcf4f2d02fa918a006eeb65a340e1f8bf25e354910bff1cdc3abae9b98bd53de272c628cec7bb59e30c5b02dc8ffc6
 SHA512 
b3fd656523e6ec1eb81e941cd43fe402254b6b15a00cdb459a900c94df02bd20f7ca8aafc796e418c6ba3e3b71c5bdc74a97e380f1c106e2831e78d9aaa7887e
 DIST mocha-1.8.0.gem 223744 BLAKE2B 
625f38d6ec53cbf549cbace873172b8511f2e6a2ccb5d7fd4133c3d9a67a8e5d55626fead7a70de363c8564b687530d3e0515ed7fc167a65091d9e17d89dde47
 SHA512 
b0abd6234f34dfd92d44019001e97914dff80ece5fbe2b53ccc91192f99f06a79f9c96cdb136b2a389a1a1b7038076fce688d8d8ee8645538d3c58f73e345fe4
 DIST mocha-1.9.0.gem 224768 BLAKE2B 
cbba687669691c4771762fdc87285e1d2a2e9cd4a97f42111e0014118dd358e30b4cf3147c973631b491fa981fe4a3212a7eb160b1d7517db78e3f8647ebda15
 SHA512 
76aa6c1a59d98cf2e592b94785f102fae7d46923cd30494df944a322a6286fb854867ccb32c396f522008b8a0e368ff115693ec6dc63d7cbe84fa26a3a42d9e6

diff --git a/dev-ruby/mocha/mocha-1.4.0.ebuild 
b/dev-ruby/mocha/mocha-1.4.0.ebuild
deleted file mode 100644
index a358c55805d..000
--- a/dev-ruby/mocha/mocha-1.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/;
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-}
-
-each_ruby_test() {
-   export MOCHA_NO_DOCS=true
-   each_fakegem_test
-}

diff --git a/dev-ruby/mocha/mocha-1.7.0.ebuild 
b/dev-ruby/mocha/mocha-1.7.0.ebuild
deleted file mode 100644
index 6c4f2f0231e..000
--- a/dev-ruby/mocha/mocha-1.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/;
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-}
-
-each_ruby_test() {
-   export MOCHA_NO_DOCS=true
-   each_fakegem_test
-}



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

2019-12-02 Thread Hans de Graaff
commit: 10f58b92e0ef5fbe2201805cf95fe8b645b1f3de
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 06:55:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 06:55:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f58b92

dev-ruby/autoprefixer-rails: add 9.7.3

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

 dev-ruby/autoprefixer-rails/Manifest   |  1 +
 .../autoprefixer-rails-9.7.3.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index 35ba160a8e6..b4be24838bc 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -4,3 +4,4 @@ DIST autoprefixer-rails-9.6.4.gem 221184 BLAKE2B 
d9b004cd643484e86ebf7b925e6eb3d
 DIST autoprefixer-rails-9.6.5.gem 221184 BLAKE2B 
0a8d3dcd87cf4ad54252110bd60e86ab19563e614158575cb596aeaeab1d87946412625ce4bab4d8fc71d27abef1646822867aae19759b74445733f57ea076d5
 SHA512 
489e37e411fc86632d612b0d102955fd29b2654ba5bed3b648d89676e9d90aafb38139ea0d3f027fd9b23aff683c3f15979434d25c71d46560c3e1a1f1b4bc20
 DIST autoprefixer-rails-9.7.1.gem 08 BLAKE2B 
67e1a7b9c8da63f35c1934b4fb9b5d3c04d7a171f74ab0deebb7dd803a8e369839f30f6f42436c0251bec292bfbdacdea942b08edaaca4d7a3f97442f278163e
 SHA512 
7c65350438e42c700e83bacfbcefa2be7e2449ac0a3cfcaf186a4883f5d511f282304396a654c8cec1815d0a639ebebfeb2106361ea90c1db66dcedfe1b0fb41
 DIST autoprefixer-rails-9.7.2.gem 221696 BLAKE2B 
8a413c5967c6f96712a93a640abc634183e8669417d7767f39c02436e32f00933894f3ac1530606179e5becb1fb86def570c2488106e5b599b60c4f6c91e7171
 SHA512 
ab229605c527ed99f7f6d14892f23d9a46d591c60d471676a000d85b9e6f8918608a57f034b2309dc61afdd4d4de49c96c9404e48efc3e3b62df3a0ad1f327eb
+DIST autoprefixer-rails-9.7.3.gem 08 BLAKE2B 
cd091364f3089ece63dbfa13fad58c3e21b3275ebc845df543429f2952770a64221f4bda60567a37c3f4ee6031653856e4cda7d4cf4d24b3c08819c603f8db60
 SHA512 
08a78e4145f3d05c37c76d6ed137a2cb1951e36f4b36b9425f4429afb28e6eb2fb6a19e164189fad18f03e5d3540d02698f1466e95593f08ec4d064cbb21fd0a

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.7.3.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.7.3.ebuild
new file mode 100644
index 000..8c312ceb78e
--- /dev/null
+++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.7.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use 
website"
+HOMEPAGE="https://github.com/ai/autoprefixer-rails;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/execjs:*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rails-5.0.0
+   dev-ruby/rake
+   dev-ruby/rspec-rails
+)"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
+   sed -i -e "/Bundler/,+3d" \
+   -e '/config.sass/ s:^:#:' spec/app/config/application.rb || die
+   sed -i -e '/standard/ s:^:#:' autoprefixer-rails.gemspec || die
+   rm -f spec/rails_spec.rb || die
+}



[gentoo-commits] repo/proj/dotnet:master commit in: app-editors/visual-studio-code/

2019-12-02 Thread Mikhail Pukhlikov
commit: de2392a62c506ec6b112bb08297173c9f99c4a24
Author: Christian Groschupp  groschupp  org>
AuthorDate: Mon Dec  2 23:16:43 2019 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Tue Dec  3 06:29:12 2019 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=de2392a6

app-editors/visual-studio-code: bump to 1.40.2

Signed-off-by: Christian Groschupp  groschupp.org>
Closes: https://github.com/gentoo/dotnet/pull/455
Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 ...{visual-studio-code-1.40.1.ebuild => visual-studio-code-1.40.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.40.1.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.40.2.ebuild
similarity index 100%
rename from app-editors/visual-studio-code/visual-studio-code-1.40.1.ebuild
rename to app-editors/visual-studio-code/visual-studio-code-1.40.2.ebuild



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

2019-12-02 Thread Eray Aslan
commit: 0fafe03b13397b32c50427620098e9340540a5a5
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Dec  3 05:30:45 2019 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Dec  3 05:30:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fafe03b

mail-mta/postfix: remove old

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest   |   2 -
 mail-mta/postfix/files/postfix-2.11.1-db6.patch |  12 -
 mail-mta/postfix/metadata.xml   |   2 -
 mail-mta/postfix/postfix-2.10.9.ebuild  | 298 
 4 files changed, 314 deletions(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index e4700ad669a..be237041608 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,7 +1,5 @@
-DIST postfix-2.10.9.tar.gz 3820525 BLAKE2B 
ed1fc10f016cdc63fe2b86c68cca270c98348417babf6d8e05f76fa2550f5cbca95825f14cf54897e66323cdbe6132a1046402b853b6f000ade630277278c748
 SHA512 
c77df7ccc051bd72271dc5298da0ca4e45397b1ba96fc8be31e095f5b15cd30ebc0b29cf638e76efc65503cb241efd937f2d64aaa97243402c35e2927b7a7b91
 DIST postfix-3.4.5.tar.gz 4581301 BLAKE2B 
9de66cab6eea610fc83e4629980b3e201b4e3f9185729cb84933aa940b64b7818d0439c5145ea0b635666db92c970e1974f4f439cd3b733c58e1fe5794c046fa
 SHA512 
af59d960b40799f7667935bef8fafb93ae6dcb70abaa77a15cf498571f37fa0429f411f9f08b1b6bfa588d3f572260d14d6d5409f0cd1e82b1c59928b2124c94
 DIST postfix-3.4.6.tar.gz 4571771 BLAKE2B 
e08b2e6c01fe54fcc7439182783190f4adb81758a1bbcc1bfec71e02dca91a779308f624e081837f7e2deec8666f10bc51238e90cc952de6c8371fb18790604f
 SHA512 
96430d60cf58b9876e52a742dbfe3ca1da4ec82eeea5cd35c6ee4e69714ddd5601561a6663aac51a34b2d64db4f7678d7c5d720ec9ead807b5d7e87e37434961
 DIST postfix-3.4.7.tar.gz 4572758 BLAKE2B 
8d811293672fc2a1e0e3276fadd172d9e130a3e0b5ccbaf27ddf183a50f25ca9bbf5c0a28806bb1f79d5648c4de44edd8ee98192355077e29a0c69a2685878dc
 SHA512 
2bc29a87a65c46d06b6fc51c4cdf22da773e63f19488871e040eba6250bf686eecc7de11e14224018c35b061e66e1759c69dc649d7388f724a58080195209e68
 DIST postfix-3.4.8.tar.gz 4573099 BLAKE2B 
cef447c8eeb9e2afbb869a94c5d67680ed7e633ea23108c1c109b632bd3f53f9f666302e8d1dac70affcd7d02d27b71a83b06c8e4564b6187268aa656b4c8132
 SHA512 
782fe83e4b40c7aadfb4c55850db4c7163dd0f647f4ef133e59f7b47c993b2b4fa6c43ebbc45131caa54d968259f9c8568f47e81bfccda02ab142be52aa95d45
 DIST postfix-3.5-20191109.tar.gz 4613689 BLAKE2B 
c8307bd9ee1878730088a09e34afc4c6fb1064da1d67ce000bd4c7442d4c9614031be8914596bf18227e92f558b9e0222c9a0293c3648f86fcbf3a710fffb078
 SHA512 
f27b56f87a62adc6a2426915323e3371c97e3a59de190f149cc1a35bfa582f47474b1552d7a6f629284828ede84aaa8540def25cac10f7376c97ced392d71c3f
-DIST postfix-vda-v13-2.10.0.patch 55701 BLAKE2B 
d8df041bb4ae7457cd066e71b6ae9470840d42edc9990a550ae51356cd62bfb08516250249030da26d1ef475619f0ebd609570d84ce57f8cdc347a2824b29536
 SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62

diff --git a/mail-mta/postfix/files/postfix-2.11.1-db6.patch 
b/mail-mta/postfix/files/postfix-2.11.1-db6.patch
deleted file mode 100644
index 5f5cad406b0..000
--- a/mail-mta/postfix/files/postfix-2.11.1-db6.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 src/util/dict_db.c 2012-01-25 00:41:08.0 +
-+++ src/util/dict_db.c 2014-06-25 18:56:10.0 +
-@@ -693,7 +688,8 @@
-   msg_fatal("set DB cache size %d: %m", dict_db_cache_size);
- if (type == DB_HASH && db->set_h_nelem(db, DICT_DB_NELM) != 0)
-   msg_fatal("set DB hash element count %d: %m", DICT_DB_NELM);
--#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0)
-+#if DB_VERSION_MAJOR == 6 || DB_VERSION_MAJOR == 5 || \
-+  (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0)
- if ((errno = db->open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
-   FREE_RETURN(dict_surrogate(class, path, open_flags, dict_flags,
-  "open database %s: %m", db_path));

diff --git a/mail-mta/postfix/metadata.xml b/mail-mta/postfix/metadata.xml
index fe1d9dcbdd6..1193f1cce9d 100644
--- a/mail-mta/postfix/metadata.xml
+++ b/mail-mta/postfix/metadata.xml
@@ -23,8 +23,6 @@
for lookup tables
Add support for using dev-db/lmdb
for lookup tables
-   Add support for virtual delivery agent quota
-   enforcing


vda

diff --git a/mail-mta/postfix/postfix-2.10.9.ebuild 
b/mail-mta/postfix/postfix-2.10.9.ebuild
deleted file mode 100644
index 44058e81d3e..000
--- a/mail-mta/postfix/postfix-2.10.9.ebuild
+++ /dev/null
@@ -1,298 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam user 
versionator systemd
-

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

2019-12-02 Thread Eray Aslan
commit: 4e8a4c555a0ea2af0f030b0da6e23fb57d1161d7
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Dec  3 05:27:01 2019 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Dec  3 05:27:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8a4c55

mail-mta/postfix: add ~s390

race condition between bumping and keywording - bug 680026

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/postfix-3.4.8.ebuild   | 2 +-
 mail-mta/postfix/postfix-3.5_pre20191109.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/postfix/postfix-3.4.8.ebuild 
b/mail-mta/postfix/postfix-3.4.8.ebuild
index 96be7c735d7..7603315b82d 100644
--- a/mail-mta/postfix/postfix-3.4.8.ebuild
+++ b/mail-mta/postfix/postfix-3.4.8.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="|| ( IBM EPL-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4

diff --git a/mail-mta/postfix/postfix-3.5_pre20191109.ebuild 
b/mail-mta/postfix/postfix-3.5_pre20191109.ebuild
index 267950e32ba..32910d501c2 100644
--- a/mail-mta/postfix/postfix-3.5_pre20191109.ebuild
+++ b/mail-mta/postfix/postfix-3.5_pre20191109.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="|| ( IBM EPL-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2019-12-02 Thread Andreas Sturmlechner
commit: 70a7175856172d6ca88245aa0871f559685cde0a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:08:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:06:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a71758

dev-python/pyxdg: python3_8

Tests passed.

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

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

diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild 
b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
index 90b7f711222..8739ff33906 100644
--- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
+++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
 inherit distutils-r1
 
 MY_P=${PN}-rel-${PV}



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

2019-12-02 Thread Andreas Sturmlechner
commit: d659b2b809863c43e08ab4fc3a3c1dcef1f1ca28
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:58:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:06:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d659b2b8

media-libs/mutagen: Cleanup obsolete

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

 media-libs/mutagen/Manifest  |  5 
 media-libs/mutagen/mutagen-1.35.1.ebuild | 45 
 media-libs/mutagen/mutagen-1.38.ebuild   | 39 ---
 media-libs/mutagen/mutagen-1.39.ebuild   | 42 -
 media-libs/mutagen/mutagen-1.40.0.ebuild | 42 -
 media-libs/mutagen/mutagen-1.41.1.ebuild | 42 -
 6 files changed, 215 deletions(-)

diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index e4d9dcfead0..104e377b98e 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,7 +1,2 @@
-DIST mutagen-1.35.1.tar.gz 883772 BLAKE2B 
933c689bf4e578c1acb6c16af4071e879db4e0e55d9391f63dc778f535e13337f61812b1fd21741552ac3f9dfb2cd53f210d27b3c98ef7b6bf05b4b046d20d8f
 SHA512 
e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260
-DIST mutagen-1.38.tar.gz 913243 BLAKE2B 
08281ed0ea9307a6caa64cc5f66dbea43d09ab6dffba49bab3bea8d3878ae1062b0b7dcb772f0880848adbbd3c3c89a73e0d59b496fb635f7308c66869aa2531
 SHA512 
1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995
-DIST mutagen-1.39.tar.gz 916084 BLAKE2B 
e67de0f0c2b33283ea276511f5537f5f12a35d336927dff662a5044a05163c7dc5677dc2e5b2696fc62ac3888a9602a566b43ffb511d3eee1c8f07f17bc08302
 SHA512 
0508c3dfa31a4af29845204664819bc8af8121a785b8e5cc307a12bdf7c151acf4cd72e0820fb9d284c859dd6d63d7d7a6c7ebad8e3ca19db52f0c496ce74736
-DIST mutagen-1.40.0.tar.gz 917874 BLAKE2B 
69405942af849a8c82d14424a242e77cd9d554155494976402c3eb5d95dcccbf14de5fd3268cb9cf12e0035dcbf88c3724d1684c21612b2f0b0a87cb48de1ec8
 SHA512 
ad4ac3457d1ff7238c2941b20aeb532e9b41bf2bf1cb130e428f9af9a7dd18a0e81a4d45fbc98783d8cf90cd105de09d703c70beea7cba5eca58dab1bb69
-DIST mutagen-1.41.1.tar.gz 918398 BLAKE2B 
e164cdca199bd1d18703604ca67722a3bb35ef6d53d8b8be1adbb0baf103ef7e45d4871929085242778726326a927771c589836a021dbd0dfdb83c0d5836f656
 SHA512 
d40fd74480eedc514d7b7b1d701c0403490cffc8ed3b8aa114ffe91a40c41de0daa0c54d9ad1a89ec211fab59ec271a3b1775c9efcc5661a5e1607e1ecadbea6
 DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B 
fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f
 SHA512 
26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
 DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 
044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad
 SHA512 
66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f

diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild 
b/media-libs/mutagen/mutagen-1.35.1.ebuild
deleted file mode 100644
index 6a033ff26f5..000
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-HOMEPAGE="https://bitbucket.org/lazka/mutagen 
https://pypi.org/project/mutagen/;
-SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
-   use doc && emake -C docs
-}
-
-src_test() {
-   # tests/test_flac.py uses temp files with a constant path.
-   # If we had multiple python implementations, we would hit a race.
-   distutils-r1_src_test
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS README.rst )
-   use doc && local HTML_DOCS=( docs/_build/. )
-   distutils-r1_python_install_all
-}

diff --git a/media-libs/mutagen/mutagen-1.38.ebuild 
b/media-libs/mutagen/mutagen-1.38.ebuild
deleted file mode 100644
index 0fada8d1694..000
--- a/media-libs/mutagen/mutagen-1.38.ebuild
+++ /dev/null
@@ 

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

2019-12-02 Thread Andreas Sturmlechner
commit: 56987273b96b3e7b94135f85aa7e360e4fa15ea4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:32:50 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:06:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56987273

dev-python/sqlalchemy: python3_8

Tests passed.

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

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

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild
index c6207f522f1..b26e2080f86 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 PYTHON_REQ_USE="sqlite?"
 
 inherit distutils-r1 eutils flag-o-matic



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

2019-12-02 Thread Andreas Sturmlechner
commit: 3091b55309b158e07abe1733f2fad68baa5bcfdc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:02:31 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:06:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091b553

dev-python/pyelftools: python3_8

Tests passed.

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

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

diff --git a/dev-python/pyelftools/pyelftools-0.25.ebuild 
b/dev-python/pyelftools/pyelftools-0.25.ebuild
index c774ffe8433..e325097e601 100644
--- a/dev-python/pyelftools/pyelftools-0.25.ebuild
+++ b/dev-python/pyelftools/pyelftools-0.25.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging 
information"



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

2019-12-02 Thread Andreas Sturmlechner
commit: 37c1b7d52296ff0594ebb06359c1299cbb62648a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:41:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:05:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c1b7d5

media-libs/mutagen: 1.43.0 version bump, python3_8, fix EAPI-7 and deps

Closes: https://bugs.gentoo.org/700508
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/mutagen/Manifest  |  1 +
 media-libs/mutagen/mutagen-1.43.0.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 923dc18348d..e4d9dcfead0 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -4,3 +4,4 @@ DIST mutagen-1.39.tar.gz 916084 BLAKE2B 
e67de0f0c2b33283ea276511f5537f5f12a35d33
 DIST mutagen-1.40.0.tar.gz 917874 BLAKE2B 
69405942af849a8c82d14424a242e77cd9d554155494976402c3eb5d95dcccbf14de5fd3268cb9cf12e0035dcbf88c3724d1684c21612b2f0b0a87cb48de1ec8
 SHA512 
ad4ac3457d1ff7238c2941b20aeb532e9b41bf2bf1cb130e428f9af9a7dd18a0e81a4d45fbc98783d8cf90cd105de09d703c70beea7cba5eca58dab1bb69
 DIST mutagen-1.41.1.tar.gz 918398 BLAKE2B 
e164cdca199bd1d18703604ca67722a3bb35ef6d53d8b8be1adbb0baf103ef7e45d4871929085242778726326a927771c589836a021dbd0dfdb83c0d5836f656
 SHA512 
d40fd74480eedc514d7b7b1d701c0403490cffc8ed3b8aa114ffe91a40c41de0daa0c54d9ad1a89ec211fab59ec271a3b1775c9efcc5661a5e1607e1ecadbea6
 DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B 
fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f
 SHA512 
26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
+DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 
044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad
 SHA512 
66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f

diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild 
b/media-libs/mutagen/mutagen-1.43.0.ebuild
new file mode 100644
index 000..43af0777006
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+HOMEPAGE="https://github.com/quodlibet/mutagen 
https://pypi.org/project/mutagen/;
+SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx )
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+RESTRICT="!test? ( test )"
+
+python_compile_all() {
+   use doc && emake -C docs
+}
+
+python_test() {
+   esetup.py test --no-quality
+}
+
+python_install_all() {
+   local DOCS=( NEWS README.rst )
+   use doc && local HTML_DOCS=( docs/_build/. )
+   distutils-r1_python_install_all
+}



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

2019-12-02 Thread Andreas Sturmlechner
commit: 07e4539608fdbd0af0a6ffd3f26e8485c91d4e76
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 21:34:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:06:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e45396

dev-python/mimeparse: python3_8

Tests passed.

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

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

diff --git a/dev-python/mimeparse/mimeparse-1.6.0.ebuild 
b/dev-python/mimeparse/mimeparse-1.6.0.ebuild
index bea69ff142c..ef4d89d8534 100644
--- a/dev-python/mimeparse/mimeparse-1.6.0.ebuild
+++ b/dev-python/mimeparse/mimeparse-1.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 



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

2019-12-02 Thread Andreas Sturmlechner
commit: c77c6390473558d2d117d1c505310cb6220bddc0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 16:26:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:02:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77c6390

media-libs/zxing-cpp: Drop 1.0.6

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

 media-libs/zxing-cpp/Manifest   |  1 -
 media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest
index 724124696aa..efbcb031afc 100644
--- a/media-libs/zxing-cpp/Manifest
+++ b/media-libs/zxing-cpp/Manifest
@@ -1,2 +1 @@
-DIST zxing-cpp-1.0.6.tar.gz 128813069 BLAKE2B 
c222dc2cc21b28e5333a2dcac47e1c13712851a0d8185bf410f455f4a9176c9c3795e242d71b89fb211e9f4da29cb8d3b7a7c380ea37d48f1710540316914a70
 SHA512 
fa773ba7dfca6325419118221cfe555810e793dbffe5cae1c62056479fdd6d6a60c81fb88e3bc3bb71bc369b6899a8db64f4b18eb7f4d13b8ea4cdd2d51fa9c6
 DIST zxing-cpp-1.0.7.tar.gz 128659323 BLAKE2B 
3b5d27136fe0d25ff27ed7aa8ca7d15e91a2f4c99c145143789b5795bb4af1f0a501697201307779b315af4417008123f076debb6178f51542ac3495405fed01
 SHA512 
e6597157099e478c2afad413e8dc3347369aef6e1a76cff331c4d71f178be97dde23e8fe89c7147eab034e2aecf1660a66e2a951f60c32d2fb67635033c1a0c8

diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild
deleted file mode 100644
index e90efd377b2..000
--- a/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="C++ Multi-format 1D/2D barcode image processing library"
-HOMEPAGE="https://github.com/nu-book/zxing-cpp;
-SRC_URI="https://github.com/nu-book/zxing-cpp/archive/v1.0.6.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND=""



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

2019-12-02 Thread Andreas Sturmlechner
commit: b7956a48283a20e60066be1f3962c2dbb972aae5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:21:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7956a48

media-libs/phonon-gstreamer: Drop 4.9.0-r3

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

 media-libs/phonon-gstreamer/Manifest   |  1 -
 ...non-gstreamer-4.9.0-no-paused-on-zero-vol.patch | 30 ---
 .../files/phonon-gstreamer-4.9.0-qt-5.11.patch | 62 --
 .../phonon-gstreamer-4.9.0-r3.ebuild   | 62 --
 4 files changed, 155 deletions(-)

diff --git a/media-libs/phonon-gstreamer/Manifest 
b/media-libs/phonon-gstreamer/Manifest
index 65683b38da9..5821667db7b 100644
--- a/media-libs/phonon-gstreamer/Manifest
+++ b/media-libs/phonon-gstreamer/Manifest
@@ -1,2 +1 @@
 DIST phonon-backend-gstreamer-4.10.0.tar.xz 98532 BLAKE2B 
b9182a50810536c46999266bd40996bb59ac982e44d2066c2afd897d3a2feb99e5570e36dcc869098f5b171018f4c339a2e3b8df124eaeb88236073245069859
 SHA512 
3beaba9ea3a332a6908ebdaa966958e8e8056d79cfb210e82a8edaf08f0a8bacbf8094e91b1b1b936406aa634dabb962e6c1468e4dde3febd9efac1a63ea70a4
-DIST phonon-backend-gstreamer-4.9.0.tar.xz 75960 BLAKE2B 
676810dc99f3734a6932bfe355a37df1334c3460eba9a6d96e039442ce2729b61db61798c1f7207aef68a30f79355703c80e6aeb1a2ca7156f22e9fd7e07027b
 SHA512 
9c13d37c6c7070c2bd8fcc562f743ac2f55289bc7cc82147ef0ae990e5d380d541cc1d9ce61e6ad1549ed1935d41faafaeeb0cd5463e4c656ea8fee636ff4dfe

diff --git 
a/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-no-paused-on-zero-vol.patch
 
b/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-no-paused-on-zero-vol.patch
deleted file mode 100644
index 51887e99c8e..000
--- 
a/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-no-paused-on-zero-vol.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From fca0714fd37b2276eb663f649b6b9871a3973fa4 Mon Sep 17 00:00:00 2001
-From: Anthony Fieroni 
-Date: Mon, 10 Dec 2018 16:19:51 +0200
-Subject: Do not trigger paused state on 0 percentage
-
-Differential Revision: https://phabricator.kde.org/D14241
-
-Signed-off-by: Anthony Fieroni 

- gstreamer/pipeline.cpp | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/gstreamer/pipeline.cpp b/gstreamer/pipeline.cpp
-index 7025418..0d0b253 100644
 a/gstreamer/pipeline.cpp
-+++ b/gstreamer/pipeline.cpp
-@@ -325,6 +325,11 @@ gboolean Pipeline::cb_buffering(GstBus *bus, GstMessage 
*gstMessage, gpointer da
- gint percent = 0;
- gst_message_parse_buffering(gstMessage, );
- 
-+// we should not trigger paused state or gstreamer will starts buffering 
again
-+if (percent == 0) {
-+return true;
-+}
-+
- debug() << Q_FUNC_INFO << "Buffering :" << percent;
- 
- // Instead of playing when the pipeline is still streaming, we pause
--- 
-cgit v1.1

diff --git 
a/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-qt-5.11.patch 
b/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-qt-5.11.patch
deleted file mode 100644
index 1e500058cf3..000
--- a/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-qt-5.11.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 38532b45ea32d5355cc19ff32ef69c2f462cad5d Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Fri, 13 Apr 2018 23:47:34 +0200
-Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
-
-Also replace automoc4_add_library with add_library.

- gstreamer/CMakeLists.txt | 26 +++---
- 1 file changed, 15 insertions(+), 11 deletions(-)
-
-diff --git a/gstreamer/CMakeLists.txt b/gstreamer/CMakeLists.txt
-index cb01285c..4536d042 100644
 a/gstreamer/CMakeLists.txt
-+++ b/gstreamer/CMakeLists.txt
-@@ -104,18 +104,26 @@ if (BUILD_X11RENDERER)
-   add_definitions(-DBUILD_X11RENDERER)
- endif()
- 
--automoc4_add_library(phonon_gstreamer MODULE ${phonon_gstreamer_SRCS})
-+add_library(phonon_gstreamer MODULE ${phonon_gstreamer_SRCS})
- set_target_properties(phonon_gstreamer PROPERTIES
-  PREFIX ""
-  AUTOMOC_MOC_OPTIONS ${AUTOMOC_MOC_OPTIONS}
- )
- 
--qt5_use_modules(phonon_gstreamer Core Widgets)
--
--if(Qt5X11Extras_FOUND)
--  qt5_use_modules(phonon_gstreamer X11Extras)
--  target_link_libraries(phonon_gstreamer Qt5::X11Extras)
--endif(Qt5X11Extras_FOUND)
-+if(PHONON_BUILD_PHONON4QT5)
-+target_link_libraries(phonon_gstreamer Qt5::Core Qt5::Widgets)
-+if(Qt5X11Extras_FOUND)
-+target_link_libraries(phonon_gstreamer Qt5::X11Extras)
-+endif()
-+if(OPENGL_FOUND)
-+target_link_libraries(phonon_gstreamer Qt5::OpenGL 
${OPENGL_gl_LIBRARY})
-+endif()
-+else()
-+target_link_libraries(phonon_gstreamer ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY})
-+if(OPENGL_FOUND)
-+target_link_libraries(phonon_gstreamer ${QT_QTOPENGL_LIBRARY} 
${OPENGL_gl_LIBRARY})

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/

2019-12-02 Thread Andreas Sturmlechner
commit: 11440669ef79d268e9c108281cced1cff1761210
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:00:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11440669

kde-frameworks/extra-cmake-modules: ALLARCHES stable

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

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.64.0.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.64.0.ebuild
index 2a81fd6150d..85906ba2af7 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.64.0.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.64.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
 HOMEPAGE="https://cgit.kde.org/extra-cmake-modules.git;
 
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86"
 IUSE="doc test"
 
 BDEPEND="



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

2019-12-02 Thread Andreas Sturmlechner
commit: b3a5745cfbd5ea2c440d2a3408cc72f759ef5409
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 18:22:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a5745c

profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal

Packages are not really being removed, but now live under kde-frameworks as
kcalendarcore and kcontacts. All revdeps fixed, so only a short mask period.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 43313cfb5e0..c9a9dc3e696 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2019-12-02)
+# Obsolete by moving to KDE Frameworks.
+# kde-apps/zanshin is demoted to ~arch as a consequence.
+# Removal in 15 days.
+kde-apps/kcalcore
+kde-apps/kcontacts
+=kde-misc/zanshin-0.5.0-r1
+
 # Michał Górny  (2019-12-01)
 # Unmaintained Rust packages with incorrect license information.
 # Removal in 30 days.  Bug #694414.



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

2019-12-02 Thread Andreas Sturmlechner
commit: 18e67abcdffa011e5561a0b14c1035d1abf8b504
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:22:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e67abc

media-libs/phonon: Drop 4.10.2

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

 media-libs/phonon/Manifest |  1 -
 media-libs/phonon/phonon-4.10.2.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
index cabb792c61c..218e6b9ca45 100644
--- a/media-libs/phonon/Manifest
+++ b/media-libs/phonon/Manifest
@@ -1,2 +1 @@
-DIST phonon-4.10.2.tar.xz 322176 BLAKE2B 
a73fa78e732ba56745e0791559a1ab195e9a5d867d368935ebc779cc1705a405dfd8302f6b5d92678098da8b6fdb52ec4cc2d553c361c3fefc738d502e3c38b6
 SHA512 
205c2f41691ed37a2b24aa5e900f7720ba024d2046ea4bf0a9b9c46235ffd72dfb4010287ccf753b13e395f84c2a202cbb76454806de3519faf52c3ac7001c4e
 DIST phonon-4.11.1.tar.xz 314732 BLAKE2B 
9be341f8df643b352392a208c7f24d799edcc94146b71c73d93974a7ef02cc75b5baa1e2ddd037e7e2d3afeb52347d96caaa8b3a2319631802261735a3a751df
 SHA512 
858b2b0d7b0336af76d226b30f3acd1914e7297e0879d5a417fa1b87b13c812f9aab7e20adcad33ce1a03624ce78323dd9968b4b277caf85f800ca60aa134f74

diff --git a/media-libs/phonon/phonon-4.10.2.ebuild 
b/media-libs/phonon/phonon-4.10.2.ebuild
deleted file mode 100644
index 1899bbdc0c7..000
--- a/media-libs/phonon/phonon-4.10.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-else
-   EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-   inherit git-r3
-fi
-
-inherit cmake-utils qmake-utils
-
-DESCRIPTION="KDE multimedia API"
-HOMEPAGE="https://phonon.kde.org/;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug designer gstreamer pulseaudio +vlc"
-
-RDEPEND="
-   !!dev-qt/qtphonon:4
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-   pulseaudio? (
-   dev-libs/glib:2
-   >=media-sound/pulseaudio-0.9.21[glib]
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:5
-   virtual/pkgconfig
-"
-PDEPEND="
-   gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt5(+)] )
-   vlc? ( >=media-libs/phonon-vlc-0.9.0[qt5(+)] )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DPHONON_BUILD_PHONON4QT5=ON
-   -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE
-   -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Declarative=ON
-   -DWITH_GLIB2=$(usex pulseaudio)
-   -DWITH_PulseAudio=$(usex pulseaudio)
-   -DQT_QMAKE_EXECUTABLE="$(qt5_get_bindir)"/qmake
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/, media-gfx/digikam/files/

2019-12-02 Thread Andreas Sturmlechner
commit: 9e321ebdb7c1d89da49707236fd2b1b3d856bd9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:15:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e321ebd

media-gfx/digikam: Drop 6.2.0

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

 media-gfx/digikam/Manifest |   1 -
 media-gfx/digikam/digikam-6.2.0.ebuild | 151 -
 media-gfx/digikam/files/digikam-6.2.0-cmake.patch  |  66 -
 .../files/digikam-6.2.0-googlephoto-upload.patch   |  25 
 .../files/digikam-6.2.0-imagemagick-7.0.8.60.patch |  14 --
 5 files changed, 257 deletions(-)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 456779d4ba2..e3a64e0cf2b 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,2 +1 @@
-DIST digikam-6.2.0.tar.xz 339472960 BLAKE2B 
0db48839474d599a364fba73cad751b889fe6f37c88323d1feddce67acb0ecad306c67976e1524328e6aaf33464c9dd35b1b85cf3c41ba72be9cef664e30d520
 SHA512 
05667c91af290df0eabd3b18a7c6741ded3f1b01b0a9cb572d6df79f25787d0291624760d6c0fa23bd36665a94bc7ccba845c117ee381de7edff97d1d4158e56
 DIST digikam-6.3.0.tar.xz 335641824 BLAKE2B 
1ecddeee653d6b97570aa3616c6dd0a951210983400fe8aca19ee9e01aef29820f0ab32e3cbc2e92e833868f0f652c5bdd0809324437b6fa778dfdaf04ea3c83
 SHA512 
9463d7a8351acae32e2fa77c96026d1cb60e56fcc20ad2b71ac7461ff1e5e2e02ca0ef8a12e4d5ae2324aa66e185cdf5b237d6330f4741691876977e773511ce

diff --git a/media-gfx/digikam/digikam-6.2.0.ebuild 
b/media-gfx/digikam/digikam-6.2.0.ebuild
deleted file mode 100644
index bb0556ae05e..000
--- a/media-gfx/digikam/digikam-6.2.0.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MIN_VERSION=3.14.3
-inherit kde5 toolchain-funcs
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   SRC_BRANCH=stable
-   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${PV}/${MY_P}.tar.xz"
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="Digital photo management application"
-HOMEPAGE="https://www.digikam.org/;
-
-LICENSE="GPL-2"
-IUSE="addressbook calendar dnn +imagemagick gphoto2 +lensfun libav marble 
mediaplayer mysql opengl openmp +panorama scanner semantic-desktop vkontakte 
webkit X"
-
-BDEPEND="
-   sys-devel/gettext
-   panorama? (
-   sys-devel/bison
-   sys-devel/flex
-   )
-"
-COMMON_DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql 'mysql?')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   $(add_qt_dep qtxmlpatterns)
-   dev-libs/expat
-   >=media-gfx/exiv2-0.26:=
-   media-libs/lcms:2
-   media-libs/liblqr
-   media-libs/libpng:0=
-   >=media-libs/opencv-3.1.0:=
-   media-libs/tiff:0
-   virtual/jpeg:0
-   addressbook? (
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   calendar? ( $(add_kdeapps_dep kcalcore) )
-   dnn? ( >=media-libs/opencv-3.1.0:=[contrib,contribdnn] )
-   gphoto2? ( media-libs/libgphoto2:= )
-   imagemagick? ( media-gfx/imagemagick:= )
-   lensfun? ( media-libs/lensfun )
-   marble? (
-   $(add_frameworks_dep kbookmarks)
-   $(add_kdeapps_dep marble)
-   $(add_qt_dep qtconcurrent)
-   )
-   mediaplayer? (
-   media-libs/qtav[opengl]
-   !libav? ( media-video/ffmpeg:= )
-   libav? ( media-video/libav:= )
-   )
-   opengl? (
-   $(add_qt_dep qtopengl)
-   virtual/opengl
-   )
-   panorama? ( $(add_frameworks_dep threadweaver) )
-   scanner? ( $(add_kdeapps_dep libksane) )
-   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
-   vkontakte? ( net-libs/libkvkontakte:5 )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
-   X? (
-   

[gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/, net-libs/telepathy-qt/files/

2019-12-02 Thread Andreas Sturmlechner
commit: 00dd2f57177a30363df7c76c534c8cdc2276a4a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:25:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dd2f57

net-libs/telepathy-qt: Drop 0.9.7-r1

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

 net-libs/telepathy-qt/Manifest |  1 -
 .../files/telepathy-qt-0.9.6.1-qtpath.patch| 21 
 .../files/telepathy-qt-0.9.6.1-yes-release.patch   | 17 ---
 .../files/telepathy-qt-0.9.7-deps.patch| 37 --
 net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild | 57 --
 5 files changed, 133 deletions(-)

diff --git a/net-libs/telepathy-qt/Manifest b/net-libs/telepathy-qt/Manifest
index d915ef01694..a4f9a110b5d 100644
--- a/net-libs/telepathy-qt/Manifest
+++ b/net-libs/telepathy-qt/Manifest
@@ -1,2 +1 @@
-DIST telepathy-qt-0.9.7.tar.gz 6213405 BLAKE2B 
13e2ae73bba74b4aedd55b46d0816744a4485a2a39faed610439fff40a65065a12606080012e220fc30a9d2642aba311aca6a24b540d8d22a140197911343eb8
 SHA512 
081daecb2509ea690079014bcc88eacbf2b3e4f4ac42aaf1b0cb264c01b801bc499a041482571d383f258cb3d3e2c6ffa5682fbe417fe807fcc25a06d2ead877
 DIST telepathy-qt-0.9.8.tar.gz 6448686 BLAKE2B 
7554b812c35a09aabc0ff92fea43f633b5c2f87784c8e7b387545b31c1c92eb02f9e416930c635202fe0205c4e26c1fd63c3b4a668cf0ceeb602d8a777891cd9
 SHA512 
fad662c02417c8e4e239d438ea3549226e589442aea8418c8922a6b78ff88422a36c1cc0d2e3591240fac115390a7fbdb1b4deea98187051cc811175b60b9e8b

diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch 
b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch
deleted file mode 100644
index a14e1da1a65..000
--- a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Ensure that the correct version of Qt is always used.
-
-With the introduction qt-4.8.6, Qt binaries were moved from /usr/bin to
-/usr/$(get_libdir)/qt4/bin, leaving behind in their place symlinks to 
qtchooser.
-
-There is no guarantee to which version of Qt these symlinks might point, so it
-is necessary to find the correct version explicitly.
-
-Once qmake is found, it is queried for the correct location of all other items.
-
 a/cmake/modules/FindQt.cmake
-+++ b/cmake/modules/FindQt.cmake
-@@ -19,7 +19,7 @@
- IF(NOT QT5_INSTALLED)
- IF(NOT QT_QMAKE_EXECUTABLE)
- FIND_PROGRAM(QT_QMAKE_EXECUTABLE_FINDQT NAMES qmake qmake4 qmake-qt4 
qmake5 qmake-qt5
--PATHS "${QT_SEARCH_PATH}/bin" "$ENV{QTDIR}/bin")
-+PATHS /usr/${CMAKE_INSTALL_LIBDIR}/qt4/bin /usr/bin 
NO_DEFAULT_PATH)
- SET(QT_QMAKE_EXECUTABLE ${QT_QMAKE_EXECUTABLE_FINDQT} CACHE PATH "Qt 
qmake program.")
- ENDIF(NOT QT_QMAKE_EXECUTABLE)
- 

diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch 
b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch
deleted file mode 100644
index 97a880c72ca..000
--- a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/cmake/modules/TelepathyDefaults.cmake 
b/cmake/modules/TelepathyDefaults.cmake
-index d34b24d..eb51454 100644
 a/cmake/modules/TelepathyDefaults.cmake
-+++ b/cmake/modules/TelepathyDefaults.cmake
-@@ -59,11 +59,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
- set(DEPRECATED_DECLARATIONS_FLAGS)
- endif (CXX_DEPRECATED_DECLARATIONS)
- 
--if(${TP_QT_NANO_VERSION} EQUAL 0)
--set(NOT_RELEASE 0)
--else(${TP_QT_NANO_VERSION} EQUAL 0)
--set(NOT_RELEASE 1)
--endif(${TP_QT_NANO_VERSION} EQUAL 0)
-+set(NOT_RELEASE 0)
- 
- set(desired
- all

diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch 
b/net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch
deleted file mode 100644
index 033ece79bb5..000
--- a/net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 a/cmake/modules/FindQt5.cmake  2016-06-12 13:04:05.0 +0200
-+++ b/cmake/modules/FindQt5.cmake  2018-04-25 18:04:28.351188748 +0200
-@@ -22,8 +22,6 @@
- #  QT_QTDBUS_LIBRARYThe QtDBus library
- #  QT_QTGUI_LIBRARY The QtGui library
- #  QT_QTNETWORK_LIBRARY The QtNetwork library
--#  QT_QTTEST_LIBRARYThe QtTest library
--#  QT_QTWIDGETS_LIBRARY The QtWidgets library
- #  QT_QTXML_LIBRARY The QtXml library
- #
- # also defined, but NOT for general use are
-@@ -65,23 +63,19 @@
- find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
- find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
- find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
--find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED)
--find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
- find_package(Qt5Network ${REQUIRED_QT_VERSION} 

[gentoo-commits] repo/gentoo:master commit in: dev-games/freecell-solver/files/, dev-games/freecell-solver/

2019-12-02 Thread Andreas Sturmlechner
commit: 8038460888a42446039f6ed5d30486ed879847fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 18:00:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80384608

dev-games/freecell-solver: Drop 5.6.0

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

 dev-games/freecell-solver/Manifest |  1 -
 .../files/freecell-solver-5.6.0-cmake.patch| 19 
 .../freecell-solver-5.6.0-r2.ebuild| 52 --
 .../freecell-solver/freecell-solver-5.6.0.ebuild   | 46 ---
 4 files changed, 118 deletions(-)

diff --git a/dev-games/freecell-solver/Manifest 
b/dev-games/freecell-solver/Manifest
index 25f991c28cc..80f3b031567 100644
--- a/dev-games/freecell-solver/Manifest
+++ b/dev-games/freecell-solver/Manifest
@@ -1,2 +1 @@
 DIST freecell-solver-5.14.0.tar.xz 407912 BLAKE2B 
c9da3557d9d073e017215cb0e0c64bfabeeb001c6e8373cc7e35aac40b2722f18966bb7ebf041e869c9e5c1fdbf0fc24e652fef688707c3ee69b300d8fdc246c
 SHA512 
21c8898673e402514c6d40ae0045d6e9077b1606430465bfb146507fbe098be6ca4f88d976e2dafadbc8e84b5aeb9325b58ce8a384ea4ed6de4f5fec485d51ea
-DIST freecell-solver-5.6.0.tar.xz 392468 BLAKE2B 
9b8a22eca95da8675a252bec947dc5edad35a492ce9b04db5bf956e9a8c7051a9ca38902f9704e1f789fe28ce3326515690b2070cbb0318d299fdb8446ec9d1a
 SHA512 
aac86e9bfb5849ffd99c669d8cfdd79272bc2f2a9a7f085e22f775b26fa45fc404efbb7520d23469e96c54c3596e776c8f459e679127de9ec0bc065c82bff246

diff --git a/dev-games/freecell-solver/files/freecell-solver-5.6.0-cmake.patch 
b/dev-games/freecell-solver/files/freecell-solver-5.6.0-cmake.patch
deleted file mode 100644
index 322482ce6de..000
--- a/dev-games/freecell-solver/files/freecell-solver-5.6.0-cmake.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Package wants to install all kinds of doc files. It does not help us.
-
 a/CMakeLists.txt   2019-09-12 23:04:19.628187073 +0200
-+++ b/CMakeLists.txt   2019-09-12 23:06:38.928231282 +0200
-@@ -858,14 +858,6 @@
- INSTALL_MAN ("${fc_solve_manpage}" 6)
- ENDIF ()
- 
--INSTALL(
--FILES
--${docs_to_install}
--"README.win32.txt"
--DESTINATION
--"share/doc/freecell-solver-5.6.0"
--)
--
- SET (dest "include/freecell-solver")
- INSTALL(
- FILES

diff --git a/dev-games/freecell-solver/freecell-solver-5.6.0-r2.ebuild 
b/dev-games/freecell-solver/freecell-solver-5.6.0-r2.ebuild
deleted file mode 100644
index 681a115f035..000
--- a/dev-games/freecell-solver/freecell-solver-5.6.0-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="C library for automatically solving Freecell and some other 
solitaire variants"
-HOMEPAGE="https://fc-solve.shlomifish.org/;
-SRC_URI="https://fc-solve.shlomifish.org/downloads/fc-solve/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="tcmalloc"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pysol_cards[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   tcmalloc? ( dev-util/google-perftools )
-"
-DEPEND="${RDEPEND}
-   dev-perl/Path-Tiny
-   dev-perl/Template-Toolkit
-"
-
-DOCS=( README.html )
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
-
-src_prepare() {
-   sed -i -e "s|share/doc/freecell-solver/|share/doc/${P}|" CMakeLists.txt 
|| die
-
-   python_fix_shebang board_gen
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_STATIC_LIBRARY=OFF
-   -DFCS_BUILD_DOCS=OFF
-   -DFCS_WITH_TEST_SUITE=OFF #requires unpackaged dependencies
-   -DFCS_AVOID_TCMALLOC=$(usex !tcmalloc)
-   )
-
-   cmake-utils_src_configure
-}

diff --git a/dev-games/freecell-solver/freecell-solver-5.6.0.ebuild 
b/dev-games/freecell-solver/freecell-solver-5.6.0.ebuild
deleted file mode 100644
index a17473ffab5..000
--- a/dev-games/freecell-solver/freecell-solver-5.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="C library for automatically solving Freecell and some other 
solitaire variants"
-HOMEPAGE="https://fc-solve.shlomifish.org/;
-SRC_URI="https://fc-solve.shlomifish.org/downloads/fc-solve/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pysol_cards[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"

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

2019-12-02 Thread Andreas Sturmlechner
commit: 88c540678a467264e346c93731c6b2669324faf3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:21:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c54067

media-libs/phonon-vlc: Drop 0.10.2

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

 media-libs/phonon-vlc/Manifest |  1 -
 .../files/phonon-vlc-0.10.1-qt-5.11.patch  | 32 
 media-libs/phonon-vlc/phonon-vlc-0.10.2.ebuild | 44 --
 3 files changed, 77 deletions(-)

diff --git a/media-libs/phonon-vlc/Manifest b/media-libs/phonon-vlc/Manifest
index 58aecd23397..6204601f199 100644
--- a/media-libs/phonon-vlc/Manifest
+++ b/media-libs/phonon-vlc/Manifest
@@ -1,2 +1 @@
-DIST phonon-backend-vlc-0.10.2.tar.xz 60568 BLAKE2B 
7ee5ea6cc627ec2bd872b4c60f9c915f383e9b2826b30c4b0db96e8348b1a26ea4f710076b68892c28c73d45dae118f06a315093b6e954d48967891f1e31eec4
 SHA512 
3c4e7c60582d7871b209f4b38b139f43ab5f97618399164ecc649cd0e077a1d4c7848bc5c5c213d747cf7e5f1252ff53ded745880dfd36247494479840789ba5
 DIST phonon-backend-vlc-0.11.1.tar.xz 65064 BLAKE2B 
2380d31f574b71e2552b37e5c2a8b22239268aac9c2875417486fd77496c89820b5b4c7e94d39bfebad62a5175a35767945e3f57830e69041ed7c58be4b978cc
 SHA512 
4a068478eb1467477cf5c21813723779742eb15766aee2df8184da8c0b58598c5eff8aecefdcfed8e6136495f3caf7691c99d43e98226ab477c162ff19e1fa4e

diff --git a/media-libs/phonon-vlc/files/phonon-vlc-0.10.1-qt-5.11.patch 
b/media-libs/phonon-vlc/files/phonon-vlc-0.10.1-qt-5.11.patch
deleted file mode 100644
index b87a1e17577..000
--- a/media-libs/phonon-vlc/files/phonon-vlc-0.10.1-qt-5.11.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From d053719a405ceaea58bffc2f08580875322e4158 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Fri, 13 Apr 2018 23:16:52 +0200
-Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
-
-Also replace automoc4_add_library with add_library.

- src/CMakeLists.txt | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 47427b2..f91975e 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -80,8 +80,12 @@ if(APPLE)
- video/mac/vlcmacwidget.mm)
- endif(APPLE)
- 
--automoc4_add_library(phonon_vlc MODULE ${phonon_vlc_SRCS})
--qt5_use_modules(phonon_vlc Core Widgets)
-+add_library(phonon_vlc MODULE ${phonon_vlc_SRCS})
-+if(PHONON_BUILD_PHONON4QT5)
-+target_link_libraries(phonon_vlc Qt5::Core Qt5::Widgets)
-+else()
-+target_link_libraries(phonon_vlc ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
-+endif()
- 
- set_target_properties(phonon_vlc PROPERTIES
- PREFIX ""
--- 
-2.17.0
-

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.10.2.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.10.2.ebuild
deleted file mode 100644
index 9480384f2a5..000
--- a/media-libs/phonon-vlc/phonon-vlc-0.10.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="phonon-backend-vlc"
-
-if [[ ${PV} != ** ]]; then
-   
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-else
-   EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-   inherit git-r3
-fi
-
-inherit cmake-utils
-
-DESCRIPTION="Phonon VLC backend"
-HOMEPAGE="https://phonon.kde.org/;
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=media-libs/phonon-4.10.0
-   media-video/vlc:=[dbus,ogg,vorbis]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.10.1-qt-5.11.patch" )
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=( -DPHONON_BUILD_PHONON4QT5=ON )
-   cmake-utils_src_configure
-}



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

2019-12-02 Thread Andreas Sturmlechner
commit: 3d905db98e4e2542be61b93b4774760c53c384a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:19:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d905db9

app-office/calligraplan: Drop 3.1.0-r1 and 3.1.0-r3

And a lot of patches.

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

 app-office/calligraplan/Manifest   |   1 -
 .../calligraplan/calligraplan-3.1.0-r1.ebuild  |  97 
 .../calligraplan/calligraplan-3.1.0-r3.ebuild  |  99 
 .../calligraplan-3.1.0-kcalcore-19.08-1.patch  |  46 
 .../calligraplan-3.1.0-kcalcore-19.08-2.patch  |  84 --
 .../files/calligraplan-3.1.0-missing-header.patch  |  24 
 .../files/calligraplan-3.1.0-qca.patch | 127 -
 .../files/calligraplan-3.1.0-qt-5.11.patch | 124 
 .../files/calligraplan-3.1.0-unused-deps.patch |  57 -
 app-office/calligraplan/metadata.xml   |   1 -
 10 files changed, 660 deletions(-)

diff --git a/app-office/calligraplan/Manifest b/app-office/calligraplan/Manifest
index 11fac6f2280..0af8917299c 100644
--- a/app-office/calligraplan/Manifest
+++ b/app-office/calligraplan/Manifest
@@ -1,2 +1 @@
-DIST calligraplan-3.1.0.tar.xz 3617600 BLAKE2B 
af45aa28529c18c9fa9fae2b7c03ea1b795d3fec3fd44dbcc4ed056a4b1b843b10cb8a9ad6dab319775a7d7032520721a4719605859dd60100a19eafdcb621ed
 SHA512 
a8ccc6ee2f0381b811926a296122464bdb79aad7c75ff0f7a554e4596165ff7fd7ef62c9af9232ea36542d6b538446c8920fe77cbbe7ffacdf6e6b99a1b68156
 DIST calligraplan-3.2.1.tar.xz 3417328 BLAKE2B 
dee2fe03a013abee0fab17495b98927eaf6ef3d2d4daaa344fccfcbd06dbaeb64717d4e844dc8659c61773a39a367fe3f93ba69b621a4dfaa9919835112e5ce9
 SHA512 
cd73a6ef0b9230f41d5edfeffb3664465643ca7dde8179eab0f7e4fc5e26d1331d11056bbe18926feb39a2928abbaf0186af0376e7262df2f863941696c5

diff --git a/app-office/calligraplan/calligraplan-3.1.0-r1.ebuild 
b/app-office/calligraplan/calligraplan-3.1.0-r1.ebuild
deleted file mode 100644
index 98cc37a7595..000
--- a/app-office/calligraplan/calligraplan-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Project management application"
-HOMEPAGE="https://www.calligra.org/;
-SRC_URI="mirror://kde/stable/${PN/plan/}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities +holidays kwallet pim X"
-
-# FIXME: Disabled by upstream for good reason
-# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
-# $(add_kdeapps_dep akonadi)
-# $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled:
-# =dev-libs/kproperty-3.0*:5
-# =dev-libs/kreport-3.0*:5
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep khtml)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep designer)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-lang/perl
-   dev-libs/kdiagram:5
-   sys-libs/zlib
-   activities? ( $(add_frameworks_dep kactivities) )
-   holidays? ( $(add_frameworks_dep kholidays) )
-   kwallet? (
-   $(add_frameworks_dep kwallet)
-   app-crypt/qca:2[qt5(+)]
-   )
-   pim? (
-   https://www.calligra.org/;
-SRC_URI="mirror://kde/stable/${PN/plan/}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="activities +holidays kwallet pim X"
-
-# FIXME: Disabled by upstream for good reason
-# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
-# $(add_kdeapps_dep akonadi)
-# $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled:
-# =dev-libs/kproperty-3.0*:5
-# =dev-libs/kreport-3.0*:5
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep 

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

2019-12-02 Thread Andreas Sturmlechner
commit: 9b32e473d0a82de08c6a1656f0d409bc8c797cd7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:16:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32e473

app-office/kmymoney: Drop 5.0.5

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

 app-office/kmymoney/Manifest   |   1 -
 .../files/kmymoney-5.0.5-missing-header.patch  |  24 
 app-office/kmymoney/kmymoney-5.0.5.ebuild  | 125 -
 3 files changed, 150 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index e0ef22397c2..897a1abef65 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c
 DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed

diff --git a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch 
b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch
deleted file mode 100644
index d365607aecf..000
--- a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From b48fc8588f1fd98b116fce21ebfda6416f558146 Mon Sep 17 00:00:00 2001
-From: Luca Beltrame 
-Date: Sun, 21 Jul 2019 09:10:44 +0200
-Subject: Fix build with Qt 5.13
-
-Yet another case of QMap no longer being included.

- kmymoney/plugins/kmymoneyplugin.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kmymoney/plugins/kmymoneyplugin.h 
b/kmymoney/plugins/kmymoneyplugin.h
-index abd6b64..ccff5d3 100644
 a/kmymoney/plugins/kmymoneyplugin.h
-+++ b/kmymoney/plugins/kmymoneyplugin.h
-@@ -25,6 +25,7 @@
- // 

- // QT Includes
- 
-+#include 
- #include 
- 
- // 

--- 
-cgit v1.1

diff --git a/app-office/kmymoney/kmymoney-5.0.5.ebuild 
b/app-office/kmymoney/kmymoney-5.0.5.ebuild
deleted file mode 100644
index 44508ca3d7d..000
--- a/app-office/kmymoney/kmymoney-5.0.5.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/

2019-12-02 Thread Andreas Sturmlechner
commit: fc4c51b237354a9520499a24fcc969d09c229c06
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 16:37:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4c51b2

kde-misc/kio-gdrive: Drop 1.2.6

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

 kde-misc/kio-gdrive/Manifest|  1 -
 kde-misc/kio-gdrive/kio-gdrive-1.2.6.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/kde-misc/kio-gdrive/Manifest b/kde-misc/kio-gdrive/Manifest
index f1135fddd9d..f0848d0e3b3 100644
--- a/kde-misc/kio-gdrive/Manifest
+++ b/kde-misc/kio-gdrive/Manifest
@@ -1,2 +1 @@
-DIST kio-gdrive-1.2.6.tar.xz 46464 BLAKE2B 
266245d0e640627ff98e33719d668b6e0b310ca17dd87106906ac9fe41294ce5722965c40695d1068e6d6e04c8746b79fecc8bf510c5e2f6e24d17871eb00fa1
 SHA512 
10a1d7a18d2fed5864543951a512a758eaed8f31bcd7130257bf7d3e66e88d477e3349d9337ee0c5f3437eaa7b93d020f51ff063b940387137d872f6e5fca3f0
 DIST kio-gdrive-1.2.7.tar.xz 46748 BLAKE2B 
308c7d8d55c4eef175e2ef6030f1fbcdb59fdc6cd33f6c0bd5c35efe7bd21cf7f6cf7293b355f30b7b05effae79b91e357cc5a93ed866db850953f392bd65e0f
 SHA512 
f1eedad2cd244e38f6cdf397e9488cb7f31fe7c4b17825f3b0882ff46f7f62f087e7b2bc59db434b4a55641920b8b03f3dec6adf7031ccc2277c7a0b166f9c80

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.6.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-1.2.6.ebuild
deleted file mode 100644
index 84c489c838f..000
--- a/kde-misc/kio-gdrive/kio-gdrive-1.2.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-inherit kde5
-
-DESCRIPTION="KIO Slave for Google Drive service"
-HOMEPAGE="https://phabricator.kde.org/project/profile/72/;
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-IUSE="+kaccounts"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   

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

2019-12-02 Thread Andreas Sturmlechner
commit: 68d9d54af4ffe78f587c89e9791df60287f699aa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 18:01:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d9d54a

dev-python/pysol_cards: Drop 0.6.2

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

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.6.2.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index d8db97f9925..33d5ffc4236 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B 
dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b
 SHA512 
99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
deleted file mode 100644
index 96c477cfd9f..000
--- a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2019-12-02 Thread Patrick McLean
commit: 5848db92e12dd63316ed19c40b3316b51f58c13b
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 04:32:56 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 04:33:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5848db92

app-misc/tmuxp-1.5.4: Version bump, add py38, pypy{,3}

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

 app-misc/tmuxp/Manifest   |  1 +
 app-misc/tmuxp/tmuxp-1.5.4.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 0487122df71..b21ebcfcb43 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1 +1,2 @@
 DIST tmuxp-1.5.3.tar.gz 71095 BLAKE2B 
37c62eb9d334e5cca47cb4687403ad73cfffa57919770d754fb595dc26f76d248001e62e82eb7246104b74e752701ce57fa56cc78e8eeec8dc49e1522fc6b72c
 SHA512 
9d803e715b1b75aec8940996db579ef545f5d291e64c7d4551930ec5ad683d8a5f737cc22328f0d528e709da6f613c8b3451637ec3e93ac7e9d34aea64faa0e0
+DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 
863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621
 SHA512 
f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9

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



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

2019-12-02 Thread Aaron Bauman
commit: 64ee6615551e82492b6b846835b234f834dede5e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 04:23:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:23:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ee6615

net-libs/rabbitmq-c: arm64 stable (bug #701810)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 915bf6d73e2..afe2d193915 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 fi
 
 LICENSE="MIT"



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

2019-12-02 Thread Aaron Bauman
commit: c83a26ec74a34122b7184bc15d5b1712a9c066f0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:41:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83a26ec

dev-python/psycopg: python3_8

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild 
b/dev-python/psycopg/psycopg-2.8.3.ebuild
index 4dcde6dd50e..96a3b6619ef 100644
--- a/dev-python/psycopg/psycopg-2.8.3.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1 flag-o-matic
 
@@ -23,7 +23,7 @@ RDEPEND=">=dev-db/postgresql-8.1:*"
 DEPEND="${RDEPEND}
doc? (
>=dev-python/pygments-2.2[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6
)"
 
 RESTRICT="test"



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

2019-12-02 Thread Aaron Bauman
commit: dd41acb13a06a052566c49be40d338cef171ee38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:52:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd41acb1

dev-python/qscintilla-python: python3_8

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
index b5af9609872..e5efd8e7353 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2019-12-02 Thread Aaron Bauman
commit: 7ed7bc312dffd4602d34ebe0a6e6cbc176613d53
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:56:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed7bc31

sci-geosciences/qgis: python3_8

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13834
Signed-off-by: Aaron Bauman  gentoo.org>

 sci-geosciences/qgis/qgis-3.10.0.ebuild | 2 +-
 sci-geosciences/qgis/qgis-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-3.10.0.ebuild 
b/sci-geosciences/qgis/qgis-3.10.0.ebuild
index f2da3eb9a47..365b9209d05 100644
--- a/sci-geosciences/qgis/qgis-3.10.0.ebuild
+++ b/sci-geosciences/qgis/qgis-3.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="sqlite"
 QT_MIN_VER="5.9.4"
 

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index 6172fb371cc..9813d2056fe 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="sqlite"
 QT_MIN_VER="5.9.4"
 



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

2019-12-02 Thread Aaron Bauman
commit: 909257d5ebbf0577faa0ec184870ea69e87fc9d5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:36:29 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909257d5

dev-python/owslib: python3_8

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/owslib/owslib-0.17.1-r1.ebuild 
b/dev-python/owslib/owslib-0.17.1-r1.ebuild
index 29a6ac4beb8..76c1d3aa1f9 100644
--- a/dev-python/owslib/owslib-0.17.1-r1.ebuild
+++ b/dev-python/owslib/owslib-0.17.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Library for client programming with Open Geospatial Consortium 
web service"



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

2019-12-02 Thread Aaron Bauman
commit: 8879f07e8b32f0f1810ee1de45805c3870f6a7b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:54:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8879f07e

dev-python/httplib2: python3_8

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/httplib2/httplib2-0.13.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/httplib2/httplib2-0.13.0.ebuild 
b/dev-python/httplib2/httplib2-0.13.0.ebuild
index ea68c21b0a1..677fe073c48 100644
--- a/dev-python/httplib2/httplib2-0.13.0.ebuild
+++ b/dev-python/httplib2/httplib2-0.13.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 



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

2019-12-02 Thread Aaron Bauman
commit: 17d23a3e384f97ac3703ba9650a30df3c3f7ac63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:50:12 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d23a3e

sci-libs/gdal: python3_8, EAPI-7 bump

Dropping python2_7 for dev-python/numpy dependency.

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

 sci-libs/gdal/gdal-2.4.1-r2.ebuild | 321 +
 1 file changed, 321 insertions(+)

diff --git a/sci-libs/gdal/gdal-2.4.1-r2.ebuild 
b/sci-libs/gdal/gdal-2.4.1-r2.ebuild
new file mode 100644
index 000..fa26cc48e93
--- /dev/null
+++ b/sci-libs/gdal/gdal-2.4.1-r2.ebuild
@@ -0,0 +1,321 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENTOO_DEPEND_ON_PERL="no"
+PYTHON_COMPAT=( python3_{5,6,7,8} )
+DISTUTILS_OPTIONAL=1
+inherit autotools perl-module distutils-r1 flag-o-matic java-pkg-opt-2 
toolchain-funcs
+
+DESCRIPTION="Translator library for raster geospatial data formats (includes 
OGR support)"
+HOMEPAGE="https://gdal.org/;
+SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz;
+
+SLOT="0/2.3"
+LICENSE="BSD Info-ZIP MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k lzma mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres 
python spatialite sqlite threads webp xls zstd"
+
+REQUIRED_USE="
+   mdb? ( java )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   spatialite? ( sqlite )
+"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   java? ( >=virtual/jdk-1.7:* )
+   perl? ( dev-lang/swig:0 )
+   python? (
+   dev-lang/swig:0
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )"
+
+DEPEND="
+   dev-libs/expat
+   dev-libs/json-c:=
+   dev-libs/libpcre
+   dev-libs/libxml2:=
+   media-libs/tiff:0=
+   sci-libs/libgeotiff:=
+   sys-libs/zlib:=[minizip(+)]
+   armadillo? ( sci-libs/armadillo:=[lapack] )
+   curl? ( net-misc/curl )
+   fits? ( sci-libs/cfitsio:= )
+   geos? ( >=sci-libs/geos-2.2.1 )
+   gif? ( media-libs/giflib:= )
+   gml? ( >=dev-libs/xerces-c-3.1 )
+   hdf5? ( >=sci-libs/hdf5-1.6.4:=[szip] )
+   jpeg? ( virtual/jpeg:0= )
+   jpeg2k? ( media-libs/openjpeg:2= )
+   lzma? ( || (
+   app-arch/xz-utils
+   app-arch/lzma
+   ) )
+   mdb? ( dev-java/jackcess:1 )
+   mysql? ( virtual/mysql )
+   netcdf? ( sci-libs/netcdf:= )
+   odbc? ( dev-db/unixODBC )
+   ogdi? ( sci-libs/ogdi )
+   opencl? ( virtual/opencl )
+   oracle? ( dev-db/oracle-instantclient:= )
+   pdf? ( app-text/poppler:= )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   postgres? ( >=dev-db/postgresql-8.4:= )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+   spatialite? ( dev-db/spatialite )
+   sqlite? ( dev-db/sqlite:3 )
+   webp? ( media-libs/libwebp:= )
+   xls? ( dev-libs/freexl )
+   zstd? ( app-arch/zstd:= )"
+
+RDEPEND="${DEPEND}
+   java? ( >=virtual/jre-1.7:* )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.3-soname.patch"
+   "${FILESDIR}/${PN}-2.2.3-bashcomp-path.patch" # bug 641866
+   "${FILESDIR}/${PN}-2.3.0-curl.patch" # bug 659840
+   "${FILESDIR}/${P}-poppler-0.75.patch"
+   "${FILESDIR}/${P}-poppler-0.76.patch"
+   "${FILESDIR}/${P}-swig-4.patch" # bug 689110
+   "${FILESDIR}/${P}-poppler-0.82.patch"
+)
+
+src_prepare() {
+   # fix datadir and docdir placement
+   sed -e "s:@datadir@:@datadir@/gdal:" \
+   -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \
+   -i "${S}"/GDALmake.opt.in || die
+
+   # the second sed expression should fix bug 371075
+   sed -e "s:setup.py install:setup.py install --root=\$(DESTDIR):" \
+   -e "s:--prefix=\$(DESTDIR):--prefix=:" \
+   -i "${S}"/swig/python/GNUmakefile || die
+
+   # Fix spatialite/sqlite include issue
+   sed -e 's:spatialite/sqlite3.h:sqlite3.h:g' \
+   -i ogr/ogrsf_frmts/sqlite/ogr_sqlite.h || die
+
+   # Fix freexl configure check
+   sed -e 's:FREEXL_LIBS=missing):FREEXL_LIBS=missing,-lm):g' \
+   -i configure.ac || die
+
+   sed -e "s: /usr/: \"${EPREFIX}\"/usr/:g" \
+   -i configure.ac || die
+
+   sed -e 's:^ar:$(AR):g' \
+   -i ogr/ogrsf_frmts/sdts/install-libs.sh || die
+
+   # updated for newer swig (must specify the path to input files)
+   sed -e "s: gdal_array.i: ../include/gdal_array.i:" \
+   -e 

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

2019-12-02 Thread Aaron Bauman
commit: 1ed8a5f919e3df02f8600e860cc82a575776edd4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:34:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed8a5f9

sci-libs/Shapely: python3_8, EAPI-7 bump

Tests passed.
Dropping python2_7 for dev-python/numpy dependency.

Closes: https://bugs.gentoo.org/701746
Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

 sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild 
b/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild
new file mode 100644
index 000..488e7c29a06
--- /dev/null
+++ b/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Geometric objects, predicates, and operations"
+HOMEPAGE="https://pypi.org/project/Shapely/;
+
+MY_PV="$(ver_cut 1-3).post$(ver_cut 5)"
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+   >=sci-libs/geos-3.3"
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=( "${FILESDIR}/${P}-test_operations.patch" ) # bug 701624
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+python_prepare_all() {
+   # fix install path for Cython definition file
+   sed -i \
+   -e "s|\(data_files.*\)'shapely'|\1'share/shapely'|" \
+   setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   cd "${TEST_DIR}/lib" || die
+   cp -r "${S}/tests" . || die
+   py.test tests || die
+}



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

2019-12-02 Thread Aaron Bauman
commit: adb12cb14c7c206adfe90931e6067720e0d2d2d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:37:49 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb12cb1

dev-python/pyproj: python3_8

Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/pyproj/pyproj-2.4.1.ebuild 
b/dev-python/pyproj/pyproj-2.4.1.ebuild
index e634e69603c..e46bd9bcde9 100644
--- a/dev-python/pyproj/pyproj-2.4.1.ebuild
+++ b/dev-python/pyproj/pyproj-2.4.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 # Python < 3.6 requires https://pypi.org/project/aenum/
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2019-12-02 Thread Aaron Bauman
commit: 62c4e26c781aa5827f82f50fbd78af397d72efd4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 03:37:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:37:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c4e26c

sys-devel/gdb: arm64 stable (bug #701824)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 sys-devel/gdb/gdb-8.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild
index 635cd50b6fb..1b8bee489e6 100644
--- a/sys-devel/gdb/gdb-8.3.1.ebuild
+++ b/sys-devel/gdb/gdb-8.3.1.ebuild
@@ -46,7 +46,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="+client lzma multitarget nls +python +server source-highlight test 
vanilla xml"
 REQUIRED_USE="



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

2019-12-02 Thread Aaron Bauman
commit: 1d661b2ed2b637c020d279672e162b6decaf3b36
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:57:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d661b2e

dev-python/flask-babel: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild 
b/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild
index 194980cc413..3c83692d212 100644
--- a/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild
+++ b/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: 54dc98c3e915f311e64b769cd92dbbe0c6aa3161
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:56:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dc98c3

dev-python/random2: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/random2/random2-1.0.1-r1.ebuild 
b/dev-python/random2/random2-1.0.1-r1.ebuild
index 59faaf8a32c..d96f9af4a63 100644
--- a/dev-python/random2/random2-1.0.1-r1.ebuild
+++ b/dev-python/random2/random2-1.0.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://pypi.org/project/random2/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 BDEPEND="app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-02 Thread Aaron Bauman
commit: 3b44372ffa9536378eaa3256ea8288db5d97d96f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:55:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:01:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b44372f

dev-python/argcomplete: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/argcomplete/argcomplete-1.10.3.ebuild 
b/dev-python/argcomplete/argcomplete-1.10.3.ebuild
index d5066a924d7..df549b0b194 100644
--- a/dev-python/argcomplete/argcomplete-1.10.3.ebuild
+++ b/dev-python/argcomplete/argcomplete-1.10.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-02 Thread Aaron Bauman
commit: 490b851e39cc91258ede22996099bce9e7ac3a99
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:56:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490b851e

dev-python/pylint: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/pylint/pylint-2.3.1.ebuild 
b/dev-python/pylint/pylint-2.3.1.ebuild
index 3beeae54c44..c0c0b7ea22e 100644
--- a/dev-python/pylint/pylint-2.3.1.ebuild
+++ b/dev-python/pylint/pylint-2.3.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples test"
 
 RDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: 1865e985a6e43ebb858f0ad2ba37023bcb71b797
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:56:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1865e985

dev-python/git-python: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/git-python/git-python-2.1.11.ebuild 
b/dev-python/git-python/git-python-2.1.11.ebuild
index 75b24b6d9d7..513a53a6b1a 100644
--- a/dev-python/git-python/git-python-2.1.11.ebuild
+++ b/dev-python/git-python/git-python-2.1.11.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 # Tests only work with the GitPython repo



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

2019-12-02 Thread Aaron Bauman
commit: 2531e5c5f33398eaec2658f028760f3081c38f0f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:59:20 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2531e5c5

dev-python/ptyprocess: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild 
b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
index 3e4e1f63b23..14996feb675 100644
--- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
+++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2019-12-02 Thread Aaron Bauman
commit: e674182ffdcbc0e46521fd0dbffc91a61d787b95
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 03:00:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e674182f

dev-python/pyxdg: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild 
b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
index 9a97384d96e..90b7f711222 100644
--- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
+++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/takluyver/pyxdg/archive/rel-${PV}.tar.gz -> ${MY_P}.
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: b3f1ef30fa8b13d5c340de6a718a2efca8a9c09f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:57:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f1ef30

dev-python/setproctitle: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild 
b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
index b7baf4ea43b..0d76cf2a724 100644
--- a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2019-12-02 Thread Aaron Bauman
commit: 7d3507119480636880aa9fc4ef6fe71cd5677c45
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:57:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d350711

dev-python/numpydoc: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/numpydoc/numpydoc-0.9.1.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
index 570d35cad23..decf2d84264 100644
--- a/dev-python/numpydoc/numpydoc-0.9.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-0.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: c30f61a6e45c5e52caee19c40c9bd674a3962ea5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:58:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30f61a6

dev-python/tempita: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/tempita/tempita-0.5.3-r2.ebuild 
b/dev-python/tempita/tempita-0.5.3-r2.ebuild
index f0f7d351d2d..0dc3ce7ccc2 100644
--- a/dev-python/tempita/tempita-0.5.3-r2.ebuild
+++ b/dev-python/tempita/tempita-0.5.3-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://bitbucket.org/ianb/${PN}/get/${MY_COMMIT}.tar.gz -> ${P}-bitbuc
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 BDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: af3efd95756e252ab6fe0500a5dba9c8be751081
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:58:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3efd95

dev-python/namespace-paste: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/namespace-paste/namespace-paste-1-r1.ebuild 
b/dev-python/namespace-paste/namespace-paste-1-r1.ebuild
index b039394989c..ab63ef6877f 100644
--- a/dev-python/namespace-paste/namespace-paste-1-r1.ebuild
+++ b/dev-python/namespace-paste/namespace-paste-1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-12-02 Thread Aaron Bauman
commit: 1a5c9d1f00fd253140d4e8068ee99669a770f085
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:59:29 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5c9d1f

dev-python/pyhamcrest: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 80a64d74242..99a301f46f0 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"



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

2019-12-02 Thread Aaron Bauman
commit: 0656816af0104b0daed53b4896f59a7174600192
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:57:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0656816a

dev-python/jaraco-itertools: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/jaraco-itertools/jaraco-itertools-4.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-4.4.2.ebuild 
b/dev-python/jaraco-itertools/jaraco-itertools-4.4.2.ebuild
index 430831d4c3a..9d5d5cf3596 100644
--- a/dev-python/jaraco-itertools/jaraco-itertools-4.4.2.ebuild
+++ b/dev-python/jaraco-itertools/jaraco-itertools-4.4.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: 9060a978ca5d7aa94f17593bdd1995eb0a1d5a7a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:55:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:01:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9060a978

dev-python/typed-ast: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/typed-ast/typed-ast-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typed-ast/typed-ast-1.4.0-r1.ebuild 
b/dev-python/typed-ast/typed-ast-1.4.0-r1.ebuild
index 0a92447ceb1..efba33a1f22 100644
--- a/dev-python/typed-ast/typed-ast-1.4.0-r1.ebuild
+++ b/dev-python/typed-ast/typed-ast-1.4.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2019-12-02 Thread Aaron Bauman
commit: b5760a722585c384fddd3fb49ee204d9dec504ca
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:57:06 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5760a72

dev-python/semantic_version: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/semantic_version/semantic_version-2.8.2.ebuild 
b/dev-python/semantic_version/semantic_version-2.8.2.ebuild
index 3a276518e2d..2213f7602e4 100644
--- a/dev-python/semantic_version/semantic_version-2.8.2.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.2.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="doc test"
 
 DEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: c9ff71bb4c3b18e71a6ad85a6772a66d541430c7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:59:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ff71bb

dev-python/jsonrpclib: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild 
b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
index c7b359ea537..76910f75f0b 100644
--- a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~mips ~x86"
 fi
 
 DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-sphinx-themes/

2019-12-02 Thread Aaron Bauman
commit: 44c829d0f5321d2f0d41995c6fc5b2b8d5beaa5f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:56:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c829d0

dev-python/flask-sphinx-themes: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild 
b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild
index 27e48c61190..30f05842cd0 100644
--- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild
+++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2019-12-02 Thread Aaron Bauman
commit: 7ba9d9bb1ad74604775b6e02e89519236e076501
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:58:05 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba9d9bb

dev-python/fasteners: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild 
b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
index 6a46ed3b024..affa31dfc25 100644
--- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
+++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: 62cf8e15ffba1974ae60178b90fe5541336d2873
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:55:34 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:01:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cf8e15

dev-python/astroid: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/astroid/astroid-2.2.5.ebuild 
b/dev-python/astroid/astroid-2.2.5.ebuild
index 3468e68a2d8..f1259ad4d21 100644
--- a/dev-python/astroid/astroid-2.2.5.ebuild
+++ b/dev-python/astroid/astroid-2.2.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 # Version specified in __pkginfo__.py.



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

2019-12-02 Thread Aaron Bauman
commit: 111b589503a7e8acb7668aa251703e403764d2ba
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:58:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111b5895

dev-python/logutils: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/logutils/logutils-0.3.3-r1.ebuild 
b/dev-python/logutils/logutils-0.3.3-r1.ebuild
index aa3e081bdae..4a536c69e24 100644
--- a/dev-python/logutils/logutils-0.3.3-r1.ebuild
+++ b/dev-python/logutils/logutils-0.3.3-r1.ebuild
@@ -13,7 +13,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=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-02 Thread Aaron Bauman
commit: 34fc822e3c56977959738436b46e4873aff72472
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:59:06 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fc822e

dev-python/colorama: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/colorama/colorama-0.4.1.ebuild 
b/dev-python/colorama/colorama-0.4.1.ebuild
index 9e9ecb7935c..9985605f1be 100644
--- a/dev-python/colorama/colorama-0.4.1.ebuild
+++ b/dev-python/colorama/colorama-0.4.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/tartley/${PN}/archive/${PV}.tar.gz -> ${P}.github.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 BDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: be87f7105506df24183f787fec4790cb316dcacb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:58:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be87f710

dev-python/unidecode: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/unidecode/unidecode-1.1.1.ebuild 
b/dev-python/unidecode/unidecode-1.1.1.ebuild
index 5cdc5ae5790..ed7d015af41 100644
--- a/dev-python/unidecode/unidecode-1.1.1.ebuild
+++ b/dev-python/unidecode/unidecode-1.1.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 S=${WORKDIR}/${MY_P}
 



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

2019-12-02 Thread Aaron Bauman
commit: 536910b5adcebe0572505c9a2c7936059fc82fd7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:59:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536910b5

dev-python/minidb: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/minidb/minidb-2.0.2-r1.ebuild 
b/dev-python/minidb/minidb-2.0.2-r1.ebuild
index e3e82844285..d7cabf043a3 100644
--- a/dev-python/minidb/minidb-2.0.2-r1.ebuild
+++ b/dev-python/minidb/minidb-2.0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 BDEPEND="



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

2019-12-02 Thread Aaron Bauman
commit: 61858baea1e26dec6d255dde664fc2857befc457
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:56:49 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61858bae

dev-python/click: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/click/click-7.0-r1.ebuild 
b/dev-python/click/click-7.0-r1.ebuild
index e96f58fb321..0068013231f 100644
--- a/dev-python/click/click-7.0-r1.ebuild
+++ b/dev-python/click/click-7.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://palletsprojects.com/p/click/ 
https://pypi.org/project/click/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-02 Thread Aaron Bauman
commit: 2bb725b28b66914797f1245f8e4c9ce03e1f2f43
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:55:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb725b2

dev-python/flask-sqlalchemy: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild 
b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild
index 815d015a2f3..23069b63bd2 100644
--- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild
+++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-12-02 Thread Patrick McLean
commit: 2c6657b5906908ab559020839c73cd5fd1f930c8
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 03:00:50 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 03:00:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6657b5

dev-python/ujson-1.35-r1: Revbump, EAPI=7, py38

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

 dev-python/ujson/ujson-1.35-r1.ebuild | 38 +++
 1 file changed, 38 insertions(+)

diff --git a/dev-python/ujson/ujson-1.35-r1.ebuild 
b/dev-python/ujson/ujson-1.35-r1.ebuild
new file mode 100644
index 000..006979f5c98
--- /dev/null
+++ b/dev-python/ujson/ujson-1.35-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Ultra fast JSON encoder and decoder for Python"
+HOMEPAGE="https://pypi.org/project/ujson/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' 
-2)
+   dev-python/pytz[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-sort_keys-segfault.patch"
+   "${FILESDIR}/${P}-use-static-where-possible.patch"
+   "${FILESDIR}/${P}-fix-for-overflowing-long.patch"
+   "${FILESDIR}/${P}-standard-handling-of-none.patch"
+   "${FILESDIR}/${P}-fix-ordering-of-orderdict.patch"
+   "${FILESDIR}/${P}-test-depricationwarning.patch"
+)
+
+python_test() {
+   "${PYTHON}" tests/tests.py || die
+}



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

2019-12-02 Thread Davide Pesavento
commit: 705d145edba63bf2896488d7337a4e214aaf1875
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Dec  3 02:19:59 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Dec  3 02:56:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705d145e

x11-libs/qscintilla: add 2.11.3

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Davide Pesavento  gentoo.org>

 x11-libs/qscintilla/Manifest |  1 +
 x11-libs/qscintilla/qscintilla-2.11.3.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index 3b4a37e043f..c9fd8e685d5 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,2 +1,3 @@
+DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
 DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/x11-libs/qscintilla/qscintilla-2.11.3.ebuild 
b/x11-libs/qscintilla/qscintilla-2.11.3.ebuild
new file mode 100644
index 000..9c5354a9b46
--- /dev/null
+++ b/x11-libs/qscintilla/qscintilla-2.11.3.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils
+
+DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0/15"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="designer doc"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
+"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+   default
+
+   # Sub-slot sanity check
+   local subslot=${SLOT#*/}
+   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/Qt4Qt5/qscintilla.pro || die)
+   local major=${version%%.*}
+   if [[ ${subslot} != ${major} ]]; then
+   eerror
+   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
+   eerror "Please update SLOT variable as follows:"
+   eerror "SLOT=\"${SLOT%%/*}/${major}\""
+   eerror
+   die "sub-slot sanity check failed"
+   fi
+}
+
+qsci_run_in() {
+   pushd "$1" >/dev/null || die
+   shift || die
+   "$@" || die
+   popd >/dev/null || die
+}
+
+src_configure() {
+   if use designer; then
+   # prevent building against system version (bug 466120)
+   append-cxxflags -I../Qt4Qt5
+   append-ldflags -L../Qt4Qt5
+   fi
+
+   qsci_run_in Qt4Qt5 eqmake5
+   use designer && qsci_run_in designer-Qt4Qt5 eqmake5
+}
+
+src_compile() {
+   qsci_run_in Qt4Qt5 emake
+   use designer && qsci_run_in designer-Qt4Qt5 emake
+}
+
+src_install() {
+   qsci_run_in Qt4Qt5 emake INSTALL_ROOT="${D}" install
+   use designer && qsci_run_in designer-Qt4Qt5 emake INSTALL_ROOT="${D}" 
install
+
+   DOCS=( ChangeLog NEWS )
+   use doc && HTML_DOCS=( doc/html-Qt4Qt5/. )
+   einstalldocs
+}



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

2019-12-02 Thread Davide Pesavento
commit: 0b4142de97048bd25cba0310d269dbc8fd3115e8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Dec  3 02:56:17 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Dec  3 02:56:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4142de

dev-python/qscintilla-python: add 2.11.3

Also contains a more comprehensive fix for a parallel install failure

Bug: https://bugs.gentoo.org/684796
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.11.3.ebuild| 76 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 3b4a37e043f..c9fd8e685d5 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
+DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
 DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
new file mode 100644
index 000..a058f7a3eab
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+DEPEND="${RDEPEND}
+   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Fix parallel install failure
+   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
+   ${MY_PN}.pro || die
+
+   # Run eqmake to respect toolchain and build flags
+   eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



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

2019-12-02 Thread Patrick McLean
commit: 06539d45b7f171130c22bcf6b4dcee9771f4089b
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:47:02 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:47:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06539d45

app-misc/yq-2.9.2-r1: remove call to distutils_enable_tests

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

 app-misc/yq/yq-2.9.2-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/yq/yq-2.9.2-r1.ebuild b/app-misc/yq/yq-2.9.2-r1.ebuild
index 13fea288b11..b365f59085c 100644
--- a/app-misc/yq/yq-2.9.2-r1.ebuild
+++ b/app-misc/yq/yq-2.9.2-r1.ebuild
@@ -25,8 +25,6 @@ DEPEND="${RDEPEND}
dev-python/wheel[${PYTHON_USEDEP}]
)"
 
-distutils_enable_tests unittest
-
 python_prepare_all() {
sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-i test/test.py || die



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

2019-12-02 Thread Patrick McLean
commit: 15f0c6f901bad6cb376014b2085f69d064e756a5
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:42:24 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:42:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f0c6f9

dev-python/xmltodict-0.12.0-r1: revbump, add py38, new distutils funcs

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

 dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
new file mode 100644
index 000..806632b8ff9
--- /dev/null
+++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3}  )
+
+inherit distutils-r1
+
+DESCRIPTION="Makes working with XML feel like you are working with JSON"
+HOMEPAGE="https://github.com/martinblech/xmltodict/ 
https://pypi.org/project/xmltodict/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose



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

2019-12-02 Thread Patrick McLean
commit: 4c8f90fcab0b41416d823d0354fe382e1ce63814
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:45:24 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:45:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8f90fc

app-misc/yq-2.9.2-r1: revbump, add py38 and pypy{,3}, kill extra deps

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

 app-misc/yq/yq-2.9.2-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/app-misc/yq/yq-2.9.2-r1.ebuild b/app-misc/yq/yq-2.9.2-r1.ebuild
new file mode 100644
index 000..13fea288b11
--- /dev/null
+++ b/app-misc/yq/yq-2.9.2-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
+HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ 
https://pypi.org/project/yq/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-misc/jq
+   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -e 's:unittest.main():unittest.main(verbosity=2):' \
+   -i test/test.py || die
+
+   sed -r -i 's:[[:space:]]*"coverage",:: ; s:[[:space:]]*"flake8",::' \
+   setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" test/test.py || die "tests failed under ${EPYTHON}"
+}



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

2019-12-02 Thread Patrick McLean
commit: e5954fe2888e24189e79695d6ee819b926ec2c60
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:28:00 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:28:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5954fe2

dev-lang/jsonnet-0.14.0-r1: Revbump, add py38

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

 dev-lang/jsonnet/jsonnet-0.14.0-r1.ebuild | 63 +++
 1 file changed, 63 insertions(+)

diff --git a/dev-lang/jsonnet/jsonnet-0.14.0-r1.ebuild 
b/dev-lang/jsonnet/jsonnet-0.14.0-r1.ebuild
new file mode 100644
index 000..ea949946fb6
--- /dev/null
+++ b/dev-lang/jsonnet/jsonnet-0.14.0-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python3_6 python3_{7,8} )
+
+inherit toolchain-funcs flag-o-matic distutils-r1
+
+DESCRIPTION="A data templating language for app and tool developers "
+HOMEPAGE="https://jsonnet.org/;
+SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+IUSE="custom-optimization python"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+BDEPEND="python? ( ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+PATCHES=(
+   "${FILESDIR}/jsonnet-0.14.0-makefile.patch"
+   "${FILESDIR}/jsonnet-0.12.1-dont-call-make-from-setuppy.patch"
+)
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   default
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   use custom-optimization || replace-flags '-O*' -O3
+   default
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
+   jsonnet \
+   libjsonnet.so \
+   libjsonnet++.so
+
+   use python && distutils-r1_src_compile
+}
+
+src_test() {
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" test
+   use python && distutils-r1_src_test
+}
+
+src_install() {
+   dolib.so libjsonnet*.so
+   dobin jsonnet
+
+   use python && distutils-r1_src_install
+}



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

2019-12-02 Thread Patrick McLean
commit: c73cccd08d985b6d5841a5db772e2903cf8335dc
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:28:31 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:28:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73cccd0

dev-lang/jsonnet: Remove old

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

 dev-lang/jsonnet/Manifest  |  2 --
 dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 56 ---
 dev-lang/jsonnet/jsonnet-0.13.0.ebuild | 61 --
 3 files changed, 119 deletions(-)

diff --git a/dev-lang/jsonnet/Manifest b/dev-lang/jsonnet/Manifest
index 16e59487bbd..153d5221f36 100644
--- a/dev-lang/jsonnet/Manifest
+++ b/dev-lang/jsonnet/Manifest
@@ -1,3 +1 @@
-DIST jsonnet-0.12.1.tar.gz 21839349 BLAKE2B 
8601a35263003723b435d0075fe60f5301a49bddf63cdd55958df3eb7474569c28dbf54e0ba9d07fb6ade395af725193d1432b2c43fb2b271531af179e850df4
 SHA512 
25523dd19b4209a5ca39275ab3d3726b934442dd83a965ab0b79f0c67bd8ae85c438b2a63990b8eec921b137f908f946696be331b08cef92f15b6b8fa548cb0d
-DIST jsonnet-0.13.0.tar.gz 21850449 BLAKE2B 
fa0665d63b09dfc01a7454268d6edd467524cdfdb5d53e838665f046f1f08608c493503a88d7af7e26c3dc07e0ae4323753affab90c5ac41c27ebe8b7b39a4a0
 SHA512 
d19e5398763e37b79b0ef02368f6bd6215d2df234b5ff7a6d98e2306a0d47290600061c9f868c0c262570b4f0ee9eee6c309bcc93937b12f6c14f8d12339a7d5
 DIST jsonnet-0.14.0.tar.gz 21857157 BLAKE2B 
93de74fa07efa300097ccb9503b41543beb749d5aff130ad9a6139a3ceb0a07b404aa50877d4cbacd9eb26b2194d8cd9bf578521f17f84a3480655b179525663
 SHA512 
e09fb27202a34e88134d98d59fdccd4f1ee777e7c8090c3687cb5c11b9ada3bfe7b878322e0274743694ff77457215484470ccf90d03d9d36159288e5a18ab0b

diff --git a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild 
b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
deleted file mode 100644
index 4ba4fd82bda..000
--- a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="A data templating language for app and tool developers "
-HOMEPAGE="https://jsonnet.org/;
-SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE="python"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-DEPEND="python? ( ${PYTHON_DEPS} )"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-BDEPEND="python? ( ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-PATCHES=(
-   "${FILESDIR}/jsonnet-0.12.1-makefile.patch"
-   "${FILESDIR}/jsonnet-0.12.1-dont-call-make-from-setuppy.patch"
-   "${FILESDIR}/jsonnet-0.13.0-glibc-2.29.patch"
-)
-
-src_compile() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
-   jsonnet \
-   libjsonnet.so \
-   libjsonnet++.so
-
-   use python && distutils-r1_src_compile
-}
-
-src_test() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" test
-   use python && distutils-r1_src_test
-}
-
-python_test() {
-   esetup.py test || die
-}
-
-src_install() {
-   dolib.so libjsonnet*.so
-   dobin jsonnet
-
-   use python && distutils-r1_src_install
-}

diff --git a/dev-lang/jsonnet/jsonnet-0.13.0.ebuild 
b/dev-lang/jsonnet/jsonnet-0.13.0.ebuild
deleted file mode 100644
index bb16ecea1cd..000
--- a/dev-lang/jsonnet/jsonnet-0.13.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="A data templating language for app and tool developers "
-HOMEPAGE="https://jsonnet.org/;
-SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE="python"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-DEPEND="python? ( ${PYTHON_DEPS} )"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-BDEPEND="python? ( ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-PATCHES=(
-   "${FILESDIR}/jsonnet-0.12.1-makefile.patch"
-   "${FILESDIR}/jsonnet-0.12.1-dont-call-make-from-setuppy.patch"
-   "${FILESDIR}/jsonnet-0.13.0-glibc-2.29.patch"
-)
-
-src_prepare() {
-   default
-   use python && distutils-r1_src_prepare
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
-   jsonnet \
-   libjsonnet.so \
-   libjsonnet++.so
-
-   use python && distutils-r1_src_compile
-}
-
-src_test() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" test
-   use python && 

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

2019-12-02 Thread Patrick McLean
commit: 1e4bb775d7948e3ea507c97d16dffce744bce3a7
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 01:52:08 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:18:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4bb775

dev-python/libtmux-0.8.2-r1: Revbump, enable tests, add py38 and pypy{,3}

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

 dev-python/libtmux/Manifest|  1 +
 dev-python/libtmux/files/libtmux-0.8.2-tests.patch | 47 ++
 dev-python/libtmux/libtmux-0.8.2-r1.ebuild | 37 +
 3 files changed, 85 insertions(+)

diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
index 532d74be787..e24e91e7cab 100644
--- a/dev-python/libtmux/Manifest
+++ b/dev-python/libtmux/Manifest
@@ -1 +1,2 @@
 DIST libtmux-0.8.2.tar.gz 37725 BLAKE2B 
909a34b1a77bb221e6fd0ca6ef9075cc9ddd4f327cecf579d8aaff768668c9a71cff07a6567cdc0aed368482188936626dfc3f35a0b6723cd962294e2fc9d5ec
 SHA512 
02156579c91e44e312ebf162b5314381645177cba244294b3251044be35c84b996263508cdedfd25ea2c182a87a3ff457154b9ed06e919e7149583b119a5e227
+DIST libtmux-v0.8.2.tar.gz 117077 BLAKE2B 
52e9c7c47911797e9d2446e7fbc836f9482912e255c05d9b329d4a33f5f03d0bfad4df492902eff5605180f90efcd81a7e432174646cb2051b0f9dfa6615a91a
 SHA512 
e5f3768f4ddd746c5380a92899961be05b1b6c567d9333720b0fd9ed124131671bbecf1c04a7c4e658092424b6dc89dd656ba559385b0a6f673f9895dd6c829c

diff --git a/dev-python/libtmux/files/libtmux-0.8.2-tests.patch 
b/dev-python/libtmux/files/libtmux-0.8.2-tests.patch
new file mode 100644
index 000..c402af58ea0
--- /dev/null
+++ b/dev-python/libtmux/files/libtmux-0.8.2-tests.patch
@@ -0,0 +1,47 @@
+diff --git a/tests/test_session.py b/tests/test_session.py
+index 79c9861..d83b095 100644
+--- a/tests/test_session.py
 b/tests/test_session.py
+@@ -131,8 +131,8 @@ def test_empty_session_option_returns_None(session):
+ 
+ 
+ def test_show_option_unknown(session):
+-"""Session.show_option raises UnknownOption for invalid option."""
+-with pytest.raises(exc.UnknownOption):
++"""Session.show_option raises InvalidOption for invalid option."""
++with pytest.raises(exc.InvalidOption):
+ session.show_option('moooz')
+ 
+ 
+@@ -149,12 +149,12 @@ def test_set_option_ambigous(session):
+ 
+ 
+ def test_set_option_invalid(session):
+-"""Session.set_option raises UnknownOption for invalid option."""
++"""Session.set_option raises InvalidOption for invalid option."""
+ if has_gte_version('2.4'):
+ with pytest.raises(exc.InvalidOption):
+ session.set_option('afewewfew', 43)
+ else:
+-with pytest.raises(exc.UnknownOption):
++with pytest.raises(exc.InvalidOption):
+ session.set_option('afewewfew', 43)
+ 
+ 
+diff --git a/tests/test_window.py b/tests/test_window.py
+index 5d0a674..896fadf 100644
+--- a/tests/test_window.py
 b/tests/test_window.py
+@@ -210,10 +210,10 @@ def test_show_window_option(session):
+ 
+ 
+ def test_show_window_option_unknown(session):
+-"""Window.show_window_option raises UnknownOption for bad option key."""
++"""Window.show_window_option raises InvalidOption for bad option key."""
+ window = session.new_window(window_name='test_window')
+ 
+-with pytest.raises(exc.UnknownOption):
++with pytest.raises(exc.InvalidOption):
+ window.show_window_option('moooz')
+ 
+ 

diff --git a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild 
b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
new file mode 100644
index 000..8498cecd8d1
--- /dev/null
+++ b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="python api for tmux"
+HOMEPAGE="https://libtmux.git-pull.com/;
+SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${PN}-v${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-misc/tmux"
+
+PATCHES=(
+   "${FILESDIR}/libtmux-0.8.2-tests.patch"
+)
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc \
+   dev-python/alagitpull \
+   dev-python/docutils
+
+python_prepare_all() {
+   # avoid a dependency on sphinx_issues
+   local issues="https://github.com/tmux-python/libtmux/issues/;
+   sed -i "s:'sphinx_issues',::" doc/conf.py || die
+   sed -r -i "s|:issue:\`([[:digit:]]+)\`|\`issue \1 ${issues}\1\`|" 
CHANGES || die
+   rm requirements/doc.txt || die
+
+   distutils-r1_python_prepare_all
+}



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

2019-12-02 Thread Patrick McLean
commit: e21bba3fe3be5637d6dbfe1291383b6ff17ffbf8
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:00:22 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:18:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21bba3f

dev-python/kaptan-0.5.12-r1: Revbump, new distutils functions, py38, pypy{,3}

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

 dev-python/kaptan/kaptan-0.5.12-r1.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-python/kaptan/kaptan-0.5.12-r1.ebuild 
b/dev-python/kaptan/kaptan-0.5.12-r1.ebuild
new file mode 100644
index 000..fe0a07f9ed9
--- /dev/null
+++ b/dev-python/kaptan/kaptan-0.5.12-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Configuration manager in your pocket"
+HOMEPAGE="https://github.com/emre/kaptan;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="kaptan"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}
+   >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2019-12-02 Thread Patrick McLean
commit: ad4f0470fe7a6c51430c13d4fae3fe63b705b744
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:10:18 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:18:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4f0470

dev-python/colorama-0.4.1: Add py38

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

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

diff --git a/dev-python/colorama/colorama-0.4.1.ebuild 
b/dev-python/colorama/colorama-0.4.1.ebuild
index ca384c4c293..9e9ecb7935c 100644
--- a/dev-python/colorama/colorama-0.4.1.ebuild
+++ b/dev-python/colorama/colorama-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
 
 inherit distutils-r1
 



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

2019-12-02 Thread Patrick McLean
commit: 0d016094b94dcea6afd631d6a2675de51c7667d3
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 02:15:54 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:18:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d016094

dev-python/pytest-rerunfailures-8.0: Version bump, add py38

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

 dev-python/pytest-rerunfailures/Manifest   |  1 +
 .../pytest-rerunfailures-8.0.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pytest-rerunfailures/Manifest 
b/dev-python/pytest-rerunfailures/Manifest
index 16089db2fe6..41a716aa90f 100644
--- a/dev-python/pytest-rerunfailures/Manifest
+++ b/dev-python/pytest-rerunfailures/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-rerunfailures-2.1.0.tar.gz 7687 BLAKE2B 
1c5ba90ab2b67c6a7b58d0569ef46847594dd6dcd5224050537fe3d645d131c2b450aa14a032151a81c6ff2c8b56d4355d03dd33a0e0f998e31a5df94df44c3a
 SHA512 
9c3da462df07f334dcab865bf7f828f75bc611c93dfeb2306a802f2e6ef973332ef502d97dc8d676e09330ad77c227bc6a20ae67ff31f1446a5fb1d608d638cc
 DIST pytest-rerunfailures-7.0.tar.gz 12755 BLAKE2B 
26ec453504439ba02afc2dc5912ebffad70a4e8fedc1f4ee75fbb3c187af4a657d8d29a341cbfe570423d2b743974286c00f911634b847536a66768d78088070
 SHA512 
df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3
+DIST pytest-rerunfailures-8.0.tar.gz 13207 BLAKE2B 
8a086783c5b6dae311aaa943a5c0eb56f5fbce4f687faf97ea0046bbce557cb82f8acd612247d235e249ef1a97157d3c356cf546b3d25a3dc4a4122286fcc04c
 SHA512 
538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5

diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild 
b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
new file mode 100644
index 000..e362572bb4c
--- /dev/null
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin to re-run tests to eliminate flaky failures"
+HOMEPAGE="https://pypi.org/project/pytest-rerunfailures/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.4[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2019-12-02 Thread Patrick McLean
commit: 36c4d58b41949e8da8967c5c9efbb48ebb8e30bd
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 01:31:17 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 02:18:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c4d58b

dev-python/alagitpull: New package

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

 dev-python/alagitpull/Manifest |  1 +
 dev-python/alagitpull/alagitpull-0.0.23.ebuild | 21 +
 dev-python/alagitpull/metadata.xml |  8 
 3 files changed, 30 insertions(+)

diff --git a/dev-python/alagitpull/Manifest b/dev-python/alagitpull/Manifest
new file mode 100644
index 000..4890dd5703e
--- /dev/null
+++ b/dev-python/alagitpull/Manifest
@@ -0,0 +1 @@
+DIST alagitpull-0.0.23.tar.gz 6692 BLAKE2B 
63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490
 SHA512 
1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c

diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild 
b/dev-python/alagitpull/alagitpull-0.0.23.ebuild
new file mode 100644
index 000..c60405b24eb
--- /dev/null
+++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="alabaster sub-theme used on git-pull docs"
+HOMEPAGE="https://github.com/git-pull/alagitpull;
+SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chutz...@gentoo.org
+Patrick McLean
+  
+



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

2019-12-02 Thread Aaron Bauman
commit: 6592b0ab7fb2a1ce9e9bc9b915ec85bf9c86bde3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 01:54:06 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 01:54:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6592b0ab

dev-libs/nss: arm64 stable (bug #701840)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-libs/nss/nss-3.47.1.ebuild b/dev-libs/nss/nss-3.47.1.ebuild
index a7be090b64e..a6135ca58a4 100644
--- a/dev-libs/nss/nss-3.47.1.ebuild
+++ b/dev-libs/nss/nss-3.47.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="cacert +nss-pem utils"
 BDEPEND="
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/install-mask/files/, app-portage/install-mask/, profiles/

2019-12-02 Thread Aaron Bauman
commit: 1271965ae686c403f2e9051ea6fc7b0f17f17ad0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 01:48:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 01:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1271965a

app-portage/install-mask: drop last-rited pkg

Signed-off-by: Aaron Bauman  gentoo.org>

 app-portage/install-mask/Manifest  |  1 -
 app-portage/install-mask/files/install-mask.conf   |  6 
 app-portage/install-mask/files/location-db.conf| 18 ---
 app-portage/install-mask/files/location-db.xml | 24 ---
 app-portage/install-mask/install-mask-0.1.1.ebuild | 25 
 app-portage/install-mask/install-mask-.ebuild  | 35 --
 app-portage/install-mask/metadata.xml  | 16 --
 profiles/package.mask  |  6 
 8 files changed, 131 deletions(-)

diff --git a/app-portage/install-mask/Manifest 
b/app-portage/install-mask/Manifest
deleted file mode 100644
index b1e7c1bf6b9..000
--- a/app-portage/install-mask/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST install-mask-0.1.1.tar.bz2 4241 BLAKE2B 
3516f6023efc406076bb3f9189af7b4a647689c6289b4c191d7c05eeb296c14343b9b61e025e5f4ef50ad80982c00dcdd5d133df45b559d2ec5e2db6bf5ea538
 SHA512 
461f58b4e6fc41bfbe60d713a6d02eec8fe0a4e9ed8a19f8e155174b27f8e3d93c739e2ccce8ab34488ba31649ee585d7b23033dc94f19aa2e3b2033f21f5e79

diff --git a/app-portage/install-mask/files/install-mask.conf 
b/app-portage/install-mask/files/install-mask.conf
deleted file mode 100644
index 78b49a47342..000
--- a/app-portage/install-mask/files/install-mask.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-# Example /etc/portage/sets.conf adding the @install-mask set.
-
-[install-mask]
-class = portage.sets.shell.CommandOutputSet
-command = install-mask -r
-world-candidate = False

diff --git a/app-portage/install-mask/files/location-db.conf 
b/app-portage/install-mask/files/location-db.conf
deleted file mode 100644
index cb050cab37c..000
--- a/app-portage/install-mask/files/location-db.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-[__install-mask__]
-version=1
-
-[systemd]
-path=/usr/lib/systemd/system
-description=systemd unit and auxiliary files.
-
-[bash-completion]
-path=/usr/share/bash-completion
-
-[locale]
-path=/usr/share/locale
-description=All localizations.
-
-[logrotate]
-path=/etc/logrotate.d
-
-# vim:ft=dosini

diff --git a/app-portage/install-mask/files/location-db.xml 
b/app-portage/install-mask/files/location-db.xml
deleted file mode 100644
index eea4842e235..000
--- a/app-portage/install-mask/files/location-db.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-   
-   /usr/lib/systemd/system
-   
-   systemd unit and auxiliary files.
-   
-   
-
-   
-   /usr/share/bash-completion
-   
-
-   
-   /usr/share/locale
-   
-   All localizations.
-   
-   
-
-   
-   /etc/logrotate.d
-   
-

diff --git a/app-portage/install-mask/install-mask-0.1.1.ebuild 
b/app-portage/install-mask/install-mask-0.1.1.ebuild
deleted file mode 100644
index aacd8d8c9db..000
--- a/app-portage/install-mask/install-mask-0.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
-HOMEPAGE="https://bitbucket.org/mgorny/install-mask/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-RDEPEND="app-portage/flaggie[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   insinto /usr/share/portage/config/sets
-   newins sets.conf ${PN}.conf
-}

diff --git a/app-portage/install-mask/install-mask-.ebuild 
b/app-portage/install-mask/install-mask-.ebuild
deleted file mode 100644
index cd4d655ebd3..000
--- a/app-portage/install-mask/install-mask-.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
-inherit git-r3
-#endif
-
-DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
-HOMEPAGE="https://bitbucket.org/mgorny/install-mask/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-RDEPEND="app-portage/flaggie[${PYTHON_USEDEP}]"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   insinto 

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

2019-12-02 Thread Aaron Bauman
commit: 2782aba08badb411244efa4a2a68686200b3e9bd
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 01:06:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 01:44:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2782aba0

app-misc/pax-utils: arm64 stable (bug #701838)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 app-misc/pax-utils/pax-utils-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.4.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.4.ebuild
index 9b9c2388356..ba9e1edd1b5 100644
--- a/app-misc/pax-utils/pax-utils-1.2.4.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll/files/, profiles/, dev-ada/gnatcoll/

2019-12-02 Thread Aaron Bauman
commit: 7ffa2e7755de8f2bd00fdb150e287640d4d0efa2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 01:48:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 01:48:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffa2e77

dev-ada/gnatcoll: drop last-rited package

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ada/gnatcoll/Manifest  |   1 -
 dev-ada/gnatcoll/files/gnatcoll-2017-gentoo.patch  | 206 -
 .../gnatcoll/files/gnatcoll-2017-r1-gentoo.patch   | 186 ---
 dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild   | 134 --
 dev-ada/gnatcoll/gnatcoll-2017.ebuild  | 138 --
 dev-ada/gnatcoll/metadata.xml  |  27 ---
 profiles/package.mask  |   5 -
 7 files changed, 697 deletions(-)

diff --git a/dev-ada/gnatcoll/Manifest b/dev-ada/gnatcoll/Manifest
deleted file mode 100644
index 3fb4963a439..000
--- a/dev-ada/gnatcoll/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnatcoll-gpl-2017-src.tar.gz 5785988 BLAKE2B 
828aff797f7d992bf3f5dda7f8ce8a79e97ecd98253a657fb6e79a2fd08aac97e19cb421f47010f8c1f26442a013b9126ab3a95353d9ce0f29d071601e9dfe2f
 SHA512 
e8b7f2c00816597f33496168bf8928841a2037e517908810761849e23633b2c229d47e4bfaa808e5a619da52bc165f17b8aefa5dee39ecf1a6773b3b1db80363

diff --git a/dev-ada/gnatcoll/files/gnatcoll-2017-gentoo.patch 
b/dev-ada/gnatcoll/files/gnatcoll-2017-gentoo.patch
deleted file mode 100644
index f0ec53f368e..000
--- a/dev-ada/gnatcoll/files/gnatcoll-2017-gentoo.patch
+++ /dev/null
@@ -1,206 +0,0 @@
 a/Makefile 2017-01-20 19:39:07.131398270 +0100
-+++ b/Makefile 2017-01-20 19:42:30.088728844 +0100
-@@ -43,18 +43,18 @@
- 
- # Build either type of library. The argument (%) is the type of library to 
build
- 
--GPRBLD_OPTS=-p -m -j${PROCESSORS} -XLIBRARY_TYPE=$(@F) 
-XGnatcoll_Build=${Gnatcoll_Build} -XXMLADA_BUILD=$(@F)
-+GPRBLD_OPTS=-p -m -j${PROCESSORS} -XGPR_BUILD=$(@F) -XLIBRARY_TYPE=$(@F) 
-XGnatcoll_Build=${Gnatcoll_Build} -XXMLADA_BUILD=$(@F)
- 
- build_library_type/%: generate_sources
-   @${RM} src/gnatcoll-atomic.adb
- 
-   @echo "== Building $(@F) libraries =="
--  ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full
-+  ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full -v -cargs ${ADAFLAGS}
- 
-   @# Need to build libgnatcoll_gtk separately, because its project files
-   @# requires gtkada.gpr, which might not exist on the machine.
- ifeq (${WITH_GTK},yes)
--  ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk
-+  ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk -v -cargs ${ADAFLAGS}
- endif
- 
- build_tools/%: build_library_type/%
-@@ -63,13 +63,14 @@
-   @# They are not build as part of the above because only the Main from
-   @# gnatcoll_full.gpr are build. We could use aggregate projects to
-   @# speed things up.
--  ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools
-+  ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools -v -cargs ${ADAFLAGS}
- 
- ###
- #  install
- 
- GPRINST_OPTS=-p -f --prefix=${prefix} --install-name=gnatcoll \
-   --exec-subdir=${bindir} --project-subdir=lib/gnat -XXMLADA_BUILD=$(@F) \
-+  -XGPR_BUILD=$(@F) \
-   --build-var=LIBRARY_TYPE --build-name=$(@F) -XLIBRARY_TYPE=$(@F)
- 
- install-clean:
 a/gnatcoll_shared.gpr.in   2017-01-20 19:50:03.222808656 +0100
-+++ b/gnatcoll_shared.gpr.in   2017-01-20 19:50:28.200399274 +0100
-@@ -13,7 +13,7 @@
- 
-type Yes_No is ("yes", "no");
-Gtk   : Yes_No := External ("GTK", "@WITH_GTK@");
--   Python: Yes_No := External ("PYTHON", "@WITH_PYTHON@");
-+   Python: Yes_No := "@WITH_PYTHON@"; 
-Syslog: Yes_No := External ("SYSLOG", "@WITH_SYSLOG@");
-Postgres  : Yes_No := External ("POSTGRES", "@WITH_POSTGRES@");
-type Sqlite_Inclusion is ("yes", "no", "embedded");
 a/aclocal.m4   2017-04-06 08:25:14.796699365 +0200
-+++ b/aclocal.m4   2017-04-06 08:25:36.622318016 +0200
-@@ -45,7 +45,7 @@
-cat > conftest.ada conftest.out])
-+   if AC_TRY_COMMAND([${GNATCHOP} -q conftest.ada && $1 $2 >/dev/null 
2>conftest.out])
-then
-   : Success
-   $4
-@@ -68,7 +68,7 @@
- AC_DEFUN(AM_HAS_INTRINSIC_SYNC_COUNTERS,
- [
-   AC_MSG_CHECKING([whether platform supports atomic inc/dec])
--  AM_TRY_ADA([gnatmake], [check.adb],
-+  AM_TRY_ADA([${GNATMAKE}], [check.adb],
- [
- with Interfaces; use Interfaces;
- procedure Check is
 a/testsuite/json/__init__.py   2017-04-24 17:52:34.158513249 +0200
-+++ b/testsuite/json/__init__.py   2017-04-24 17:52:52.636207017 +0200
-@@ -21,7 +21,7 @@
- @requires_not_aix# Storage_Error on that machine
- @chdir("MB28-001")
- def test_MB28_001(self):
--self.runexec(["python", "make_json.py"])
-+self.runexec(["python2.7", "make_json.py"])
- 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ada/gps-bin/

2019-12-02 Thread Aaron Bauman
commit: 909303dd981f046571df22f5638d2e390a478780
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 01:49:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 01:49:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909303dd

dev-ada/gps-bin: drop last-rited pkg

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ada/gps-bin/Manifest   |  1 -
 dev-ada/gps-bin/gps-bin-2016-r1.ebuild | 62 
 dev-ada/gps-bin/gps-bin-2016.ebuild| 65 --
 dev-ada/gps-bin/metadata.xml   | 21 ---
 profiles/package.mask  |  5 ---
 5 files changed, 154 deletions(-)

diff --git a/dev-ada/gps-bin/Manifest b/dev-ada/gps-bin/Manifest
deleted file mode 100644
index 7def8be9a44..000
--- a/dev-ada/gps-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnat-gpl-2016-x86_64-linux-bin.tar.gz 372813330 BLAKE2B 
a0374ad730ae275aaedcf5663c30f8e0221af32f14391fe87a3ce0630d4498a1e90671c02830d62f78857571a5a521af91f6db409a7b3c367c7b0f059571eefd
 SHA512 
5115ac3be0badc5125ee048a98230f18363d72107da3325ce602c0e618cee2e3646a0decc00a2388f14bc61bfed51dd0622f365f5f7ee8b0cec2187ebcf8e075

diff --git a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild 
b/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
deleted file mode 100644
index e8bf0f90aee..000
--- a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ADA_COMPAT=( gnat_2016 )
-inherit ada toolchain-funcs
-
-MY_P=gnat-gpl-2016-x86_64-linux-bin
-
-DESCRIPTION="The GNAT Programming Studio"
-HOMEPAGE="http://libre.adacore.com/tools/gps/;
-SRC_URI="http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="${ADA_DEPS}"
-RDEPEND="${DEPEND}
-   dev-ada/gnatcoll[${ADA_USEDEP},iconv,postgres,projects,readline,sqlite]
-   dev-libs/atk
-   dev-libs/glib
-   dev-libs/gobject-introspection
-   dev-libs/libffi
-   media-libs/fontconfig
-   media-libs/freetype
-   sys-devel/llvm
-   sys-devel/clang
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+
-   x11-libs/pango
-   x11-themes/adwaita-icon-theme
-   x11-themes/hicolor-icon-theme"
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   into /opt/${P}
-   dobin bin/gps_exe
-   dobin bin/gps_cli
-   insinto /opt/${P}/share
-   doins -r share/doc
-   doins -r share/examples
-   doins -r share/gpr
-   doins -r share/gprconfig
-   doins -r share/gps
-   doins -r share/themes
-   insinto /opt/${P}/lib/
-   doins -r lib/python2.7
-   dosym ../../../usr/bin/gnatinspect /opt/${P}/bin/gnatinspect
-   dosym ${GNATLS} /opt/${P}/bin/gnatls
-   dosym ${GNATMAKE} /opt/${P}/bin/gnatmake
-   dosym ${GNAT} /opt/${P}/bin/gnat
-   dosym ../../opt/${P}/bin/gps_exe /usr/bin/gps
-}

diff --git a/dev-ada/gps-bin/gps-bin-2016.ebuild 
b/dev-ada/gps-bin/gps-bin-2016.ebuild
deleted file mode 100644
index a3f6dbb5721..000
--- a/dev-ada/gps-bin/gps-bin-2016.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-MY_P=gnat-gpl-2016-x86_64-linux-bin
-
-DESCRIPTION="The GNAT Programming Studio"
-HOMEPAGE="http://libre.adacore.com/tools/gps/;
-SRC_URI="http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-ada/gnatcoll[gnat_2016,iconv,postgres,projects,readline,sqlite]
-   dev-libs/atk
-   dev-libs/glib
-   dev-libs/gobject-introspection
-   dev-libs/libffi
-   media-libs/fontconfig
-   media-libs/freetype
-   sys-devel/llvm
-   sys-devel/clang
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+
-   x11-libs/pango
-   x11-themes/adwaita-icon-theme
-   x11-themes/hicolor-icon-theme"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   GCC_PV=4.9.4
-   GCC=gcc-${GCC_PV}
-   GNATLS=gnatls-${GCC_PV}
-   GNAT=gnatt-${GCC_PV}
-   GNATMAKE=gnatmake-${GCC_PV}
-   into /opt/${P}
-   dobin bin/gps_exe
-   dobin bin/gps_cli
-   insinto /opt/${P}/share
-   doins -r share/doc
-   doins -r share/examples
-   doins -r share/gpr
-   doins -r share/gprconfig
-   doins -r share/gps
-   doins -r share/themes
-   insinto /opt/${P}/lib/
-   doins -r lib/python2.7
-   dosym ../../../usr/bin/gnatinspect /opt/${P}/bin/gnatinspect
-   dosym ../../../usr/bin/${GNATLS} /opt/${P}/bin/gnatls
-   dosym 

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

2019-12-02 Thread Aaron Bauman
commit: fe52d37d3362acffed5c1a87fdd2673addfdb175
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 00:58:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 01:44:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe52d37d

media-sound/cdparanoia: arm64 stable (bug #701766)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild 
b/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild
index fdeb82c9e0c..932ffb330f7 100644
--- a/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild
+++ b/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/${PN}/${MY_P}.src.tgz
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-eselect/eselect-cdparanoia"



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

2019-12-02 Thread Georgy Yakovlev
commit: 0c82ec4f9f02ba5245f2c095cacd9aecc14fa566
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec  3 01:27:16 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Dec  3 01:30:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c82ec4f

dev-java/openjdk: 8.222_p10 ppc64 stable, bug #698808

Bug: https://bugs.gentoo.org/698808
Bug: https://bugs.gentoo.org/698808
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/openjdk-8.222_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk/openjdk-8.222_p10.ebuild 
b/dev-java/openjdk/openjdk-8.222_p10.ebuild
index 5a7d7cdfbf4..047e06407e8 100644
--- a/dev-java/openjdk/openjdk-8.222_p10.ebuild
+++ b/dev-java/openjdk/openjdk-8.222_p10.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~x86"
 IUSE="alsa debug cups doc examples gentoo-vm headless-awt +jbootstrap nsplugin 
+pch selinux source +webstart"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/jdk/

2019-12-02 Thread Georgy Yakovlev
commit: bf88c02072d82282e20bc128c57682348f65dd8c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec  3 01:29:15 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Dec  3 01:30:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf88c020

virtual/jdk: ppc64 stable, bug #698808

Bug: https://bugs.gentoo.org/698808
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/jdk/jdk-1.8.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild
index 82c4452a4f9..4c4dec17876 100644
--- a/virtual/jdk/jdk-1.8.0-r4.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r4.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
dev-java/icedtea-bin:8



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

2019-12-02 Thread Georgy Yakovlev
commit: 332ea3065566f05d294d86113b8f376f63bf35cb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec  3 01:25:28 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Dec  3 01:30:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332ea306

dev-java/openjdk-bin: 8.222_p10-r1 ppc64 stable, bug #698808

Bug: https://bugs.gentoo.org/698808
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild
index b9f011ddd95..e856f20fbf4 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.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 +gentoo-vm headless-awt nsplugin selinux source 
+webstart"
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2019-12-02 Thread Davide Pesavento
commit: c8d00fc561c831378fdcdf44f81d85111588f76d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Dec  3 01:19:00 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Dec  3 01:19:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d00fc5

dev-qt/qt-creator: remove 4.10.0_rc1

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qt-creator/Manifest |   1 -
 dev-qt/qt-creator/qt-creator-4.10.0_rc1.ebuild | 200 -
 2 files changed, 201 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index ef507481f10..9c766617a7d 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,3 +1,2 @@
-DIST qt-creator-opensource-src-4.10.0-rc1.tar.xz 26226544 BLAKE2B 
5fc66e73d93b2d358c4f3c23e80029b805b1aa841b71fc35077b089bf51d705b6f7f352bd36f2dd573aef0a95efea3573e08af8eea31aeb0f43d33172935cdc1
 SHA512 
e5f7fb5b67fd803fbcb2a96b26d96e53e5d43fd3733c4867ce9e2f4764220d1772fa788424d917acdc0c78c580ce8ee774e561c6bf5fd54feac320073d5fb263
 DIST qt-creator-opensource-src-4.10.1.tar.xz 26299716 BLAKE2B 
a72e05fc80cb4065851e5849f49c6ec8e35b08916e928a9fea856ba30710220d8632f4a1ffaf1d1d5e2cae8e9121ab188b8f9ed672f9c8695c9e572ae609397c
 SHA512 
ec0ac4d37e4195e906b100405869cb8e6dff618b8862d8ab620e30e034553eb944de6e4a92478ab2e67b86bd4c3e9cff6fd6051411893be36387d7821d712ce3
 DIST qt-creator-opensource-src-4.8.2.tar.xz 24600872 BLAKE2B 
c686ea4f0ab981cba98319d8d7dd8eee9fd967d17e80f2602e8416145bddcbd7cae928d06a950914d677c9b2e82ed855812e66d64ce7cc998742357284f41865
 SHA512 
9900a82b1298a1cc74b33eab6a1063ed77e11f3150b8f82a72b7703b88f979e5a332efee9a622554df5238b44470e99a061b6c70f0d8cdfc352a07ce51a4c450

diff --git a/dev-qt/qt-creator/qt-creator-4.10.0_rc1.ebuild 
b/dev-qt/qt-creator/qt-creator-4.10.0_rc1.ebuild
deleted file mode 100644
index 87ff878b208..000
--- a/dev-qt/qt-creator/qt-creator-4.10.0_rc1.ebuild
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PLOCALES="cs da de fr ja pl ru sl uk zh-CN zh-TW"
-
-inherit llvm qmake-utils virtualx xdg
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="https://doc.qt.io/qtcreator/;
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git;
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/$(ver_cut 
1-2)/${MY_PV}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-# TODO: unbundle sqlite and KSyntaxHighlighting
-
-QTC_PLUGINS=(android +autotest baremetal bazaar beautifier
-   
'+clang:clangcodemodel|clangformat|clangpchmanager|clangrefactoring|clangtools' 
clearcase
-   cmake:cmakeprojectmanager cppcheck cvs +designer git glsl:glsleditor 
+help ios lsp:languageclient
-   mercurial modeling:modeleditor nim perforce perfprofiler 
python:pythoneditor qbs:qbsprojectmanager
-   +qmldesigner qmlprofiler qnx remotelinux scxml:scxmleditor 
serialterminal silversearcher subversion
-   valgrind winrt)
-IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}"
-REQUIRED_USE="
-   clang? ( test? ( qbs ) )
-   qnx? ( remotelinux )
-"
-
-# minimum Qt version required
-QT_PV="5.12.3:5"
-
-CDEPEND="
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   >=dev-qt/qtsql-${QT_PV}[sqlite]
-   >=dev-qt/qtsvg-${QT_PV}
-   >=dev-qt/qtwidgets-${QT_PV}
-   >=dev-qt/qtx11extras-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   clang? ( >=sys-devel/clang-8:= )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   help? (
-   >=dev-qt/qthelp-${QT_PV}
-   webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
-   )
-   perfprofiler? ( dev-libs/elfutils )
-   qbs? ( >=dev-util/qbs-1.13.1 )
-   serialterminal? ( >=dev-qt/qtserialport-${QT_PV} )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${CDEPEND}
-   >=dev-qt/linguist-tools-${QT_PV}
-   virtual/pkgconfig
-   doc? ( >=dev-qt/qdoc-${QT_PV} )
-   test? (
-   >=dev-qt/qtdeclarative-${QT_PV}[localstorage]
-   >=dev-qt/qtquickcontrols2-${QT_PV}
-   >=dev-qt/qttest-${QT_PV}
-   >=dev-qt/qtxmlpatterns-${QT_PV}[qml]
-   )
-"
-RDEPEND="${CDEPEND}
-   sys-devel/gdb[client,python]
-   bazaar? ( dev-vcs/bzr )
-   cmake? ( dev-util/cmake[server(+)] )
-   

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

2019-12-02 Thread Georgy Yakovlev
commit: 4b17252f6684e486220fc1fae8141b0b81300cd1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec  3 00:59:24 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Dec  3 01:09:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b17252f

dev-java/openjdk-bin: keyword 8.232_p09 on ~arm and ~arm64

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

 dev-java/openjdk-bin/Manifest | 2 ++
 dev-java/openjdk-bin/openjdk-bin-8.232_p09.ebuild | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index de9d9aff44c..ea1fccec1e5 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -6,7 +6,9 @@ DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.5_10.tar.gz 
181474028 BLAKE2B cc8
 DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11.tar.gz 196818652 BLAKE2B 
f67327882afb3fdf0636d5e5262236376ed8f98eef2c8153457be0ab068a5abeb523a3873f43ced650ac623b90079d80f2a744beb8f410d8763ff7798d5980dc
 SHA512 
8b42abedf935b8fb186a2efa11203231021417a745f03d557782aea6c5ce84f7b9fb126d3a00ac5159c349347a5d1cc9aa52b2378b2aec58d82f55a5fbcf471f
 DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.5_10.tar.gz 196955466 BLAKE2B 
22f97b4d8a122f4727bdfd37304e781a88704622a1e07301b4370139497c96bd1c5d7c22f378e335682d380a0f2aa91dcf323dd3c8479521f123b07103d2
 SHA512 
893fcb0eb6bc5e330c5e7d3ea5a2b16d1d0301206bb1319730d084356310c7b26ecef2b699cf6f375bebf769e0eb4c96b2456488b43d4d52c51f0e2316a42618
 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_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_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_x64_linux_hotspot_8u222b10.tar.gz 104480114 BLAKE2B 
83f85b07cb1613976560d2e4df9473cd483888aa61aad17ab310683689079dc4bdde68d134123d1f3431f38be362a281cdba16b0c71e50d3fbf6a5e9b9ec2956
 SHA512 
8c090817bdbe2c7e1caa61b568c43e1a98e9ab5623743f4c74f6fd05254b3148e9a092cd475f7d141b1ec8ceeb4207a0f74ec1bc408f9b024806cbb740f9a2da

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.232_p09.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.232_p09.ebuild
index ce7c10944e6..9af9550dd34 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.232_p09.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.232_p09.ebuild
@@ -17,12 +17,14 @@ SLOT="$(ver_cut 1)"
 DESCRIPTION="Prebuilt Java JDK binaries provided by AdoptOpenJDK"
 HOMEPAGE="https://adoptopenjdk.net;
 SRC_URI="
+   $(abi_uri arm)
+   $(abi_uri aarch64 arm64)
$(abi_uri ppc64le ppc64)
$(abi_uri x64 amd64)
 "
 
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 
 IUSE="alsa cups examples +gentoo-vm headless-awt nsplugin selinux source 
+webstart"
 



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

2019-12-02 Thread Georgy Yakovlev
commit: 75366e12f7897bd6dd6f2b62bd7c983f94610859
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec  3 00:44:41 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Dec  3 01:09:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75366e12

dev-java/icedtea: bump to 3.14.0

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Andrew John Hughes  member.fsf.org>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea/Manifest  |  11 +
 dev-java/icedtea/icedtea-3.14.0.ebuild | 374 +
 2 files changed, 385 insertions(+)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 550de24ec0b..e519c700126 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -9,5 +9,16 @@ DIST icedtea-3.13-nashorn-69b1da223d93.tar.xz 2320140 BLAKE2B 
f2534ef33181545f9d
 DIST icedtea-3.13-openjdk-c8f86954855a.tar.xz 361204 BLAKE2B 
af71575af9e68b05a7b31808ccc10318569db83b938f72cb9717e0e4d7532fd342e514442969945bf39d861514cd9173bb256b6f253a83211de95b29b8081e2c
 SHA512 
e5e1072f43b024d8341e770eb8768d0161dd91f483cfa9a719790eb81458dd2a4da4e688a2c7828025f5b39247558ea69881176c53700cddd161708f0cedb764
 DIST icedtea-3.13-shenandoah-ff69edbcd7ae.tar.xz 7071080 BLAKE2B 
4af91356631762cde7e2af12f5cda2fbe30a6953fa7d0828a122c091e4e13ff10e1c3b916c2add5ff43d30756c355c879102edda0610579c9d652d328031e503
 SHA512 
898ad626cc84a8ff223feb8f6673e8338bee3e4112ecd977f1a61a66bdf3729fe006d16c97071bdb191e8aa83397cf1eb4ce0505d265e670d2db430d7264376d
 DIST icedtea-3.13.0.tar.xz 1526900 BLAKE2B 
6fbfd5cfbd2ba712ab2c03465ae3df68f87613857e763ca7b0283876a6d86330f07c94e85868f313dda9de3f6c82dc41e11ce9d7fada22300ef2b018295a6577
 SHA512 
312bcc6660360eb73b96801fdac0475d6b192bc3fcb80e250225cbb4dfe39ce178e0fa5154c509e7f5605113b34077a6f9c252a52024e568bab7ed6a74140f7c
+DIST icedtea-3.14-aarch32-0d7b61c79fee.tar.xz 6845944 BLAKE2B 
803595c6d51ed7373cfcccd9218b5dc4f8dee0a3ed6c532438072ad82dff3e21a1e0e8097a67fc26e42de5cc7b4c57428633a085956e5c8626948e58ad34a8b0
 SHA512 
6db1c437440609807a1b14aca69d87987e5fda526306b6ef2821bdcffbb29e63ade3291ca87e1491061f360e1db5a9c5f535e8e888e7a63abef9faa55aef2335
+DIST icedtea-3.14-corba-a37140ba122d.tar.xz 946604 BLAKE2B 
a091ae07051a07f0a1fb066f5ae63f33f45ac86b434a67ac766d38965c5128fba5bfee16aa3be9b43ba49b8d7b7bfe5b52397efeeba1db7b7e44e311ea74fece
 SHA512 
5aedab2cff0dd8b4cb98121643009593d10da9abd150ab938cf45f5b8f18cae5f31dcc31c30090b736cf52413a290b6b11e6fc42b3575ea50e213bf334a07159
+DIST icedtea-3.14-hotspot-4ccc1ae03940.tar.xz 6899612 BLAKE2B 
8d3ea95ebf4091bd5c0822547be35146580b58a389c3ce0ea9784c6e0f271ef66bcb61e878e734ca7111f110efda392b9b4843018470812d1ede6a122962090b
 SHA512 
258cca176c6f930268f189f77dd4e6bd683fb90fbd7866870d22ca42105292cedeca7d274b70979e59af15229ebba22da6ef14c641066e10688286ec302d
+DIST icedtea-3.14-jaxp-9f2145980ba0.tar.xz 2292812 BLAKE2B 
5d9a4346c05a9513260518a45939d42430a73e1b7ac98701a38de279c3e43fac17e043bf86ab0b9b5df9250657be74335573ba7fb0b3398d6898689032ffc43c
 SHA512 
16a34a65b20650f66eece6e33e82aefaf46bbf46c8332bac8c266405839168b924235395cbf7d6c5210d35b416ee0ab2ed0bd09c3f1c90195bff35d3db4b596d
+DIST icedtea-3.14-jaxws-af5760dceec0.tar.xz 2275368 BLAKE2B 
a9e870972d211f796bb2bf2cc4befdf38bcb72ae6734414482e9437707d435ceb3d81042994406cfdd1d7bc357cb1d4dc7fd21eb1bd71216c98cfe703fb98340
 SHA512 
706b9ce4d32c92adca44d9643e44ebe757e8503798e2b24b2591660774f4a4719f2015d3edb02f3374ec4b88c5b2f0b5578369345a9db4c5def1ff37f630bb5d
+DIST icedtea-3.14-jdk-ce6c8c2cad27.tar.xz 39515148 BLAKE2B 
a7749056ffa824ee03f3441fc7be1ace633953d15b3b5153f8b3818f33234a6c234917e19d463e53d15c88167d8ecea2eb7eaec21b734a9be44bef58b8b65faa
 SHA512 
2e44c646bcbf56ce7e91be0fdb46db9887cfe7f538f866e61d757e657a4a3726caca50bd885355a85675451ea8ff9810bccb7ea026239219373688455dcc8476
+DIST icedtea-3.14-langtools-ccec65feaaac.tar.xz 2077244 BLAKE2B 
53609e69b64064530137a39bcf7cc2fd9937369f25650efde7f0698985ded4bf3298159480e91f0bd38972ec0aef9e91b1a45e26fa284adc1bc2698ab896f7ce
 SHA512 
ceef08eb53e895156afd0ec342a045c3aa29551a7939803cd821121286ec05fb3538d3b46a44c99f1a2805163b6e7351ec42b1486aaf6a8ecb7fdccc526c410d
+DIST icedtea-3.14-nashorn-13722b4babad.tar.xz 2319268 BLAKE2B 
1e9d7f3e300b94f6e1d0a30840a5ce439046e9d60fee16c5ff31b3e856916ba204e58ed063a1d4bb896c7d19adcac036fb74a314fb5fec544745b655d538312b
 SHA512 
59af524388b501c63c567dd36abbe29b3254b3f05191730740aec84e73f93cf77850ab36d9972528781bbf47a6541a75d7e80e26c4c425d6cbb6460e2b4bdbda
+DIST icedtea-3.14-openjdk-454c6cbb8073.tar.xz 361988 BLAKE2B 
900a2ba53d9300ef895b8a17276055c5a776b55db2d2e56e9d56a88e254fa381d9ba554453c426a1ded7e5a9fbb0acfa61aa8b7a9bdcf2dec471f4035fecaa7d
 SHA512 
1e8009155a9ad39405e11704bb1f8b4c51ae0f64563baa7a7ce29a79613339e82b8776193a0076b993f8839b1c5959edff18cdadaa7f2f163fa5d3b7f7d60396
+DIST icedtea-3.14-shenandoah-9e52f8d3b511.tar.xz 7061948 BLAKE2B 

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

2019-12-02 Thread Patrick McLean
commit: 8fe0c6e7e883e0db58f814340b9ddda707744d51
Author: Patrick McLean  sony  com>
AuthorDate: Mon Dec  2 22:48:24 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 00:52:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe0c6e7

dev-python/parso-0.5.1-r1: revbump, port to new helpers, py38, pypy{,3}

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

 dev-python/parso/parso-0.5.1-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/parso/parso-0.5.1-r1.ebuild 
b/dev-python/parso/parso-0.5.1-r1.ebuild
new file mode 100644
index 000..f5c44e291ec
--- /dev/null
+++ b/dev-python/parso/parso-0.5.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="a python parser that supports error recovery and round-trip 
parsing"
+HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/;
+SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2019-12-02 Thread Patrick McLean
commit: 825d5b2157072fadf14ddccf0bf86cfa51e74254
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 00:54:27 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Dec  3 00:54:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825d5b21

dev-python/jedi-0.15.1: Version bump, add py38

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

 dev-python/jedi/Manifest  |  2 +
 dev-python/jedi/files/jedi-0.15.1-tests.patch | 94 +++
 dev-python/jedi/jedi-0.15.1.ebuild| 68 +++
 3 files changed, 164 insertions(+)

diff --git a/dev-python/jedi/Manifest b/dev-python/jedi/Manifest
index cf317547cbe..4960101dd42 100644
--- a/dev-python/jedi/Manifest
+++ b/dev-python/jedi/Manifest
@@ -2,3 +2,5 @@ DIST jedi-0.10.2.tar.gz 373879 BLAKE2B 
8007b31dc6c96d9538ab141b976fd4554ea16f01b
 DIST jedi-0.11.1.tar.gz 332402 BLAKE2B 
bc0a8df89c3d8b6387a22cc08f613c990c59e360c58ae1d2becf521a755892afa4972195f6e40ec3bb48b74b20a966034d0e5bcad5051f90e5b4cc082270
 SHA512 
61389704a318f89d12b053b786bfb6bda21d2696830c001d6d6e66191fc060d731bc05ea71f2e70725532dcbe109c5c7346a36d227e6f8ab0eb2512f4c1a8945
 DIST jedi-0.12.0.tar.gz 354329 BLAKE2B 
ef203f2ba57a90de1e16b80c8786fa25d6d459244873dfb22044aa6d080435efa976daeb80949c3fba41ca2f57feb5bfed255b3bb490e17b40b3f13dfbb31e14
 SHA512 
3e8280b16855cf2c891666f0fb02ac30d801279b72b5bcb64541ef7c152d9f9b165015405ee291cbccd6c9cb3c0481c24f30e6100cb4463888153021b946f16d
 DIST jedi-0.12.1.tar.gz 356736 BLAKE2B 
515cbc27e065c24fb2cebae5a3807d2e025f22110f3de60d26a74475eadc985bb32bea60b691c580473fffe2fdfc86705187dea1fb730ef3f510b7bdb52e0d59
 SHA512 
92f9ac34abf908a8143dff360400dd8d6643dc3502bb7973f92bd05db94c2af151c2063f2de0481a14e26d11c009cc39c46189e1ea31d274b80802e3a10cd665
+DIST jedi-0.15.1.tar.gz 412356 BLAKE2B 
a7738e8825b3f578db5e64d50cbf65219b4d2f2f81c45cbae9e3dbb858b0e1ef26d76972c112bfae839daaf73bba0d00b30b5708404d16b0385452500a1c2d35
 SHA512 
0f6e0185f3f10dbc000f09ddfed7b9596fe5dc270682544173dc156d505618ea14f1f44ede5d2357745ab8ded0b15b2788d064ca4db39fe70196982dd0a16893
+DIST typeshed-jedi_v0.15.0.tar.gz 466890 BLAKE2B 
7c4956c60646ecb7f21704e3ce95cd38a44e40849e4efba352a0be11c4511fc28d77f32308a3f136cd72833f937f802194ae57f1cdf1d53ae7824ebe4f4bc323
 SHA512 
46250822eb4aa20203db9b99626e33f2b60ec77072e20dbd94219d782cf204e2cc5a94579b1753c634f931445ad4ef9f0bd7ccfed287d86bca96b945d2eb27c1

diff --git a/dev-python/jedi/files/jedi-0.15.1-tests.patch 
b/dev-python/jedi/files/jedi-0.15.1-tests.patch
new file mode 100644
index 000..cdc59053df0
--- /dev/null
+++ b/dev-python/jedi/files/jedi-0.15.1-tests.patch
@@ -0,0 +1,94 @@
+diff --git a/test/test_api/test_completion.py 
b/test/test_api/test_completion.py
+index 178daee9..0c86f837 100644
+--- a/test/test_api/test_completion.py
 b/test/test_api/test_completion.py
+@@ -1,4 +1,5 @@
+-from os.path import join, sep as s
++from os.path import join, sep as s, dirname
++import os
+ import sys
+ from textwrap import dedent
+ 
+@@ -164,6 +165,7 @@ f2 = join(root_dir, 'test', 'example.py')
+ os_path = 'from os.path import *\n'
+ # os.path.sep escaped
+ se = s * 2 if s == '\\' else s
++current_dirname = os.path.basename(dirname(dirname(dirname(__file__
+ 
+ 
+ @pytest.mark.parametrize(
+@@ -181,7 +183,7 @@ se = s * 2 if s == '\\' else s
+ ('test%sexample.py' % se, 'r"test%scomp"' % s, 5, ['t' + s]),
+ ('test%sexample.py' % se, 'r"test%scomp"' % s, 11, ['letion' + s]),
+ ('test%sexample.py' % se, '"%s"' % join('test', 'completion', 
'basi'), 21, ['c.py']),
+-('example.py', 'rb"' + join('..', 'jedi', 'tes'), None, ['t' + s]),
++('example.py', 'rb"'+ join('..', current_dirname, 'tes'), None, ['t' 
+ s]),
+ 
+ # Absolute paths
+ (None, '"' + join(root_dir, 'test', 'test_ca'), None, ['che.py"']),
+diff --git a/test/test_evaluate/test_signature.py 
b/test/test_evaluate/test_signature.py
+index 0bb5cbae..2fda3d55 100644
+--- a/test/test_evaluate/test_signature.py
 b/test/test_evaluate/test_signature.py
+@@ -16,7 +16,7 @@ from jedi.evaluate.gradual.conversion import 
_stub_to_python_context_set
+ ('str', "str(object='', /) -> str", ['object'], ge, (2, 7)),
+ 
+ ('pow', 'pow(x, y, z=None, /) -> number', ['x', 'y', 'z'], lt, (3, 
5)),
+-('pow', 'pow(x, y, z=None, /)', ['x', 'y', 'z'], ge, (3, 5)),
++('pow', 'pow(base, exp, mod=None)', ['base', 'exp', 'mod'], ge, (3, 
8)),
+ 
+ ('bytes.partition', 'partition(self, sep, /) -> (head, sep, tail)', 
['self', 'sep'], lt, (3, 5)),
+ ('bytes.partition', 'partition(self, sep, /)', ['self', 'sep'], ge, 
(3, 5)),
+diff --git a/test/test_evaluate/test_sys_path.py 
b/test/test_evaluate/test_sys_path.py
+index deaa64ca..fdee2ece 100644
+--- a/test/test_evaluate/test_sys_path.py
 b/test/test_evaluate/test_sys_path.py

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

2019-12-02 Thread Andreas Sturmlechner
commit: 655f41af5af003e63505968818bce62b8ab6cc37
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 00:45:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 00:45:40 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=655f41af

kde-frameworks/kquickcharts: New package

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

 .../kquickcharts/kquickcharts-.ebuild  | 33 ++
 kde-frameworks/kquickcharts/metadata.xml   |  8 ++
 2 files changed, 41 insertions(+)

diff --git a/kde-frameworks/kquickcharts/kquickcharts-.ebuild 
b/kde-frameworks/kquickcharts/kquickcharts-.ebuild
new file mode 100644
index 00..4c8a8b7845
--- /dev/null
+++ b/kde-frameworks/kquickcharts/kquickcharts-.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_EXAMPLES="true"
+ECM_QTHELP="false"
+ECM_TEST="true"
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="QtQuick plugin providing high-performance charts"
+HOMEPAGE="https://cgit.kde.org/kquickcharts.git;
+
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=$(usex examples)
+   )
+
+   ecm_src_configure
+}

diff --git a/kde-frameworks/kquickcharts/metadata.xml 
b/kde-frameworks/kquickcharts/metadata.xml
new file mode 100644
index 00..2fdbf33d96
--- /dev/null
+++ b/kde-frameworks/kquickcharts/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+



[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2019-12-02 Thread Andreas Sturmlechner
commit: ca30da81a08f2bea27240a95402d27692776deca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 00:46:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 00:46:51 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca30da81

Documentation: Add kde-frameworks/kquickcharts to kde-frameworks-live

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../package.accept_keywords/.kde-frameworks-live/kde-frameworks-live | 1 +
 Documentation/package.accept_keywords/kde-frameworks-live.keywords   | 1 +
 Documentation/package.mask/kde-frameworks-live   | 1 +
 Documentation/package.unmask/kde-frameworks-live | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index 564d0ce8c0..e9db2ecfdd 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -56,6 +56,7 @@
 ~kde-frameworks/kpeople- **
 ~kde-frameworks/kplotting- **
 ~kde-frameworks/kpty- **
+~kde-frameworks/kquickcharts- **
 ~kde-frameworks/kross- **
 ~kde-frameworks/krunner- **
 ~kde-frameworks/kservice- **

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index 274c502869..175b051d1a 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -59,6 +59,7 @@
 ~kde-frameworks/kpeople- **
 ~kde-frameworks/kplotting- **
 ~kde-frameworks/kpty- **
+~kde-frameworks/kquickcharts- **
 ~kde-frameworks/kross- **
 ~kde-frameworks/krunner- **
 ~kde-frameworks/kservice- **

diff --git a/Documentation/package.mask/kde-frameworks-live 
b/Documentation/package.mask/kde-frameworks-live
index 2a3c26dc89..7e2a75bcfe 100644
--- a/Documentation/package.mask/kde-frameworks-live
+++ b/Documentation/package.mask/kde-frameworks-live
@@ -59,6 +59,7 @@
 ~kde-frameworks/kpeople-
 ~kde-frameworks/kplotting-
 ~kde-frameworks/kpty-
+~kde-frameworks/kquickcharts-
 ~kde-frameworks/kross-
 ~kde-frameworks/krunner-
 ~kde-frameworks/kservice-

diff --git a/Documentation/package.unmask/kde-frameworks-live 
b/Documentation/package.unmask/kde-frameworks-live
index 2a3c26dc89..7e2a75bcfe 100644
--- a/Documentation/package.unmask/kde-frameworks-live
+++ b/Documentation/package.unmask/kde-frameworks-live
@@ -59,6 +59,7 @@
 ~kde-frameworks/kpeople-
 ~kde-frameworks/kplotting-
 ~kde-frameworks/kpty-
+~kde-frameworks/kquickcharts-
 ~kde-frameworks/kross-
 ~kde-frameworks/krunner-
 ~kde-frameworks/kservice-



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

2019-12-02 Thread Andreas Sturmlechner
commit: 571504c9505d3cd70d87d46cbc0329a32dc7af97
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 00:46:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 00:46:11 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=571504c9

sets: Add kde-frameworks/kquickcharts to kde-frameworks-live

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kde-frameworks-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index fae8c27935..3d80869b32 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -56,6 +56,7 @@
 ~kde-frameworks/kpeople-
 ~kde-frameworks/kplotting-
 ~kde-frameworks/kpty-
+~kde-frameworks/kquickcharts-
 ~kde-frameworks/kross-
 ~kde-frameworks/krunner-
 ~kde-frameworks/kservice-



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

2019-12-02 Thread Thomas Deutschmann
commit: 733260c31ddf36bc2450e9675eddc93329ab171d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec  3 00:25:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec  3 00:25:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733260c3

media-libs/libvorbis: security bump

Bug: https://bugs.gentoo.org/631646
Bug: https://bugs.gentoo.org/699862
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../files/libvorbis-1.3.6-CVE-2017-14160.patch | 29 +++
 .../files/libvorbis-1.3.6-CVE-2018-10392.patch | 25 +
 media-libs/libvorbis/libvorbis-1.3.6-r1.ebuild | 60 ++
 3 files changed, 114 insertions(+)

diff --git a/media-libs/libvorbis/files/libvorbis-1.3.6-CVE-2017-14160.patch 
b/media-libs/libvorbis/files/libvorbis-1.3.6-CVE-2017-14160.patch
new file mode 100644
index 000..7759e2eb2a6
--- /dev/null
+++ b/media-libs/libvorbis/files/libvorbis-1.3.6-CVE-2017-14160.patch
@@ -0,0 +1,29 @@
+This is also the patch for CVE-2018-10393.
+
+From 018ca26dece618457dd13585cad52941193c4a25 Mon Sep 17 00:00:00 2001
+From: Thomas Daede 
+Date: Wed, 9 May 2018 14:56:59 -0700
+Subject: [PATCH] CVE-2017-14160: fix bounds check on very low sample rates.
+
+---
+ lib/psy.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/lib/psy.c b/lib/psy.c
+index 422c6f1..1310123 100644
+--- a/lib/psy.c
 b/lib/psy.c
+@@ -602,8 +602,9 @@ static void bark_noise_hybridmp(int n,const long *b,
+   for (i = 0, x = 0.f;; i++, x += 1.f) {
+ 
+ lo = b[i] >> 16;
+-if( lo>=0 ) break;
+ hi = b[i] & 0x;
++if( lo>=0 ) break;
++if( hi>=n ) break;
+ 
+ tN = N[hi] + N[-lo];
+ tX = X[hi] - X[-lo];
+-- 
+2.22.0
+

diff --git a/media-libs/libvorbis/files/libvorbis-1.3.6-CVE-2018-10392.patch 
b/media-libs/libvorbis/files/libvorbis-1.3.6-CVE-2018-10392.patch
new file mode 100644
index 000..a12038a9423
--- /dev/null
+++ b/media-libs/libvorbis/files/libvorbis-1.3.6-CVE-2018-10392.patch
@@ -0,0 +1,25 @@
+From 112d3bd0aaacad51305e1464d4b381dabad0e88b Mon Sep 17 00:00:00 2001
+From: Thomas Daede 
+Date: Thu, 17 May 2018 16:19:19 -0700
+Subject: [PATCH] Sanity check number of channels in setup.
+
+Fixes #2335.
+---
+ lib/vorbisenc.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/vorbisenc.c b/lib/vorbisenc.c
+index 4fc7b62..64a51b5 100644
+--- a/lib/vorbisenc.c
 b/lib/vorbisenc.c
+@@ -684,6 +684,7 @@ int vorbis_encode_setup_init(vorbis_info *vi){
+   highlevel_encode_setup *hi=>hi;
+ 
+   if(ci==NULL)return(OV_EINVAL);
++  if(vi->channels<1||vi->channels>255)return(OV_EINVAL);
+   if(!hi->impulse_block_p)i0=1;
+ 
+   /* too low/high an ATH floater is nonsensical, but doesn't break anything */
+-- 
+2.22.0
+

diff --git a/media-libs/libvorbis/libvorbis-1.3.6-r1.ebuild 
b/media-libs/libvorbis/libvorbis-1.3.6-r1.ebuild
new file mode 100644
index 000..92f52227407
--- /dev/null
+++ b/media-libs/libvorbis/libvorbis-1.3.6-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+DESCRIPTION="The Ogg Vorbis sound file format library"
+HOMEPAGE="https://xiph.org/vorbis/;
+SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="static-libs test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+
+RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]"
+
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-CVE-2017-14160.patch
+   "${FILESDIR}"/${P}-CVE-2018-10392.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/CFLAGS/s:-O20::' \
+   -e '/CFLAGS/s:-mcpu=750::' \
+   -e '/CFLAGS/s:-mno-ieee-fp::' \
+   configure.ac || die
+
+   # Un-hack docdir redefinition.
+   find -name 'Makefile.am' \
+   -exec sed -i \
+   -e 
's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' \
+   {} + || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myconf=(
+   --enable-shared
+   $(use_enable static-libs static)
+   $(use_enable test oggtest)
+   )
+
+   einfo "Running configure in ${BUILD_DIR}"
+   ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name '*.la' -delete || die
+}



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

2019-12-02 Thread Aaron Bauman
commit: c8d1e923409fe5fb07aafd30b2dc3c1fa0617218
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 00:14:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 00:14:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d1e923

media-libs/mutagen: for real stable now

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild 
b/media-libs/mutagen/mutagen-1.42.0.ebuild
index 9d4af6135fe..9ecfb4a7f3d 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 # TODO: Missing support for >=dev-python/eyeD3-0.7 API



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

2019-12-02 Thread Aaron Bauman
commit: e1920cc3298922bddfbcf65fa3aa08caede2138d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 00:05:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 00:05:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1920cc3

media-sound/lame: arm64 stable (bug #701768)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 media-sound/lame/lame-3.100-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lame/lame-3.100-r2.ebuild 
b/media-sound/lame/lame-3.100-r2.ebuild
index b0ad4bce441..9d68c1aad1d 100644
--- a/media-sound/lame/lame-3.100-r2.ebuild
+++ b/media-sound/lame/lame-3.100-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug cpu_flags_x86_mmx +frontend mp3rtp sndfile static-libs"
 
 # These deps are without MULTILIB_USEDEP and are correct since we only build



  1   2   3   4   5   >