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

2019-10-14 Thread Matthew Thode
commit: 7e723a4f27ce8f9296f16c783d39dcf139fba6a8
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 15 02:05:27 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 15 02:21:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e723a4f

dev-python/python-keystoneclient: 3.21.0 bump

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

 dev-python/python-keystoneclient/Manifest  |  1 +
 .../python-keystoneclient-3.21.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/python-keystoneclient/Manifest 
b/dev-python/python-keystoneclient/Manifest
index f355ea5967d..d82266b188e 100644
--- a/dev-python/python-keystoneclient/Manifest
+++ b/dev-python/python-keystoneclient/Manifest
@@ -1,3 +1,4 @@
 DIST python-keystoneclient-3.15.0.tar.gz 306850 BLAKE2B 
5101f0854d3c9cc2ac2165e66df4fe28f9da64d6a96de2e4c1eb9bac26228d7a987f8149fc32a99a3015f43982f0d664555bc1361ca22c86ab68c2d36776605f
 SHA512 
f02d6efe1563a92c5ae1a374568a7b47e281f3df026168eb8cc8e0b31e5029af6534341738b07423713705df845c63708a8f0f845e9a929c107a3f13dd5f9578
 DIST python-keystoneclient-3.17.0.tar.gz 308264 BLAKE2B 
f9c10a97c9b5e4e12d58a010274306af4923792909dd8646e9073299ecc284ef40902231f63e20ffc41e413f2a2c465b1fa949f0bc2d8772fca92718d9ef5853
 SHA512 
20b40a85498738c77070fd795a044693b55fe52aa2b50966112ba8d452fec7fe6a257d9f40aa4404401e7c4206f15230d7fdf65a14269922e281b910ea548284
 DIST python-keystoneclient-3.19.0.tar.gz 314873 BLAKE2B 
32c445a4095dd1071820a7cd0a130d23ebbb38b1f3ffbf350b55ccf8645d8e87f11591f60d22668c1b0451834b8d793e99e2ad6c333974f3727e3d0145506248
 SHA512 
c55b17851cb39eda5fb9a86e0c1f4f6269afeb5af4a703c072444df073f520d0546b43f28356d2f401810b75728915c0f6beb6e36f141780b7b80c0c45cb60f0
+DIST python-keystoneclient-3.21.0.tar.gz 318108 BLAKE2B 
3708b8f464fea1d09edbf7d887bb0a73cb096319c38604381fb60ec33cdb41896a145a5896ff3cc094f055bd30a47e04e30c1238d278edea57e89da8757047f9
 SHA512 
d705a6183be9cbfb0743da7ef535620e92ea0b4161d87b6c21ef1298ae5cd9e95e280163f286c60565154d22a2374bf5cd3d51f6274e212499e58569dc3a0f55

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild
new file mode 100644
index 000..ba975e3c0cf
--- /dev/null
+++ b/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild
@@ -0,0 +1,43 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Client Library for OpenStack Identity"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RESTRICT="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+#PATCHES=(
+#)
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-10-14 Thread Matthew Thode
commit: f7616a01ccbbf904b2e6b454d1bb11d052535f5a
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 15 02:12:06 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 15 02:21:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7616a01

dev-python/keystonemiddleware: 7.0.1. bump

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

 dev-python/keystonemiddleware/Manifest |  1 +
 .../keystonemiddleware-7.0.1.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/keystonemiddleware/Manifest 
b/dev-python/keystonemiddleware/Manifest
index 3b81187983a..e922da4318b 100644
--- a/dev-python/keystonemiddleware/Manifest
+++ b/dev-python/keystonemiddleware/Manifest
@@ -1,3 +1,4 @@
 DIST keystonemiddleware-4.17.0.tar.gz 204603 BLAKE2B 
37c3de6b5151b8e6d6e53ae70836f2d8a068472822cf8fdb71f38bea58099281a4e2648b11605d5952e65baf1722ca539e06a337d6854136e84bfdeea149e309
 SHA512 
ead2eb829a2189efddb6cf0052d86d32eaca0ae7474cf0444640c0c976df66bc1cf61971891639b798ffb6745fb510fe6499e42e94cc60f2c2084ad7f06c7ab7
 DIST keystonemiddleware-4.21.0.tar.gz 207164 BLAKE2B 
da9e55170c4af189661b518c596caa216d44df4caf139992ddd3cb9de0f14799cb08fb02e9bb6472df1a68aff7971687109002e6308009afbd2532e32eebebb4
 SHA512 
2746c2524559d6de18433d3718c7caf887fc92499466c04c65bef38467e9d16f80b1907c663b47c148dc18c2aae6192a79b4d5b2387f575a69cc837971eddf76
 DIST keystonemiddleware-6.0.0.tar.gz 208974 BLAKE2B 
f8a92ed31ef5d8385ae28bbc909d4c3c3d157c9b879d3beb0b3b87665381ac138c0f0a114e0c095b663f51cf4c1973f8cbb06eff3ca21feb998809bcb73d83cd
 SHA512 
e2fe230da87de7f4ee768ba93dcbaf5382e44972a84914d6c0fbe0f13eda14ff74642594cfbbed1d6ec359eae4158bf9b798b48d362becdd6bad84ec3015db3b
+DIST keystonemiddleware-7.0.1.tar.gz 177439 BLAKE2B 
645cade35a1b310b9a897b17fc96a7f1f33ca26efd3dbe482c8d76cca9a9639364cda6d2798c0b2956f5b905c166a67fe3f334cd0ae276e7b0124956f9a9cfd6
 SHA512 
2c3890a395fe03c19e121a1d315180bf2bf5004351a5dcabb1f455bf22514c682347a3c387da361075a81c3e931f6ac802aed1a95fa3763b90a2ac77adbec306

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-7.0.1.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-7.0.1.ebuild
new file mode 100644
index 000..3ce665e132b
--- /dev/null
+++ b/dev-python/keystonemiddleware/keystonemiddleware-7.0.1.ebuild
@@ -0,0 +1,48 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A middleware for the OpenStack Keystone API"
+HOMEPAGE="https://github.com/openstack/keystonemiddleware;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/keystoneauth-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/pycadf-1.1.0[${PYTHON_USEDEP}]
+   !~dev-python/pycadf-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]"
+
+PATCHES=(
+)
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-10-14 Thread Matthew Thode
commit: aef5d078232b4e375d04f200552acf96bdde76c4
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 15 02:20:39 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 15 02:21:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef5d078

sys-auth/keystone: TRAIN

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

 sys-auth/keystone/Manifest|   1 +
 sys-auth/keystone/keystone-2019.2..ebuild | 165 ++
 2 files changed, 166 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index 89319f3562f..3c23a236a2c 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -4,6 +4,7 @@ DIST keystone.conf.sample-14.1.0 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa9
 DIST keystone.conf.sample-15.0.0 109344 BLAKE2B 
72542b4d42594bb86ba0afa4179705059c10f4d6978ae7081ba45762a4725c9340f8096099e0db6f6afc84e2b1d328b257f2f08cf25285f41032289458dfb92f
 SHA512 
b73c232e7a58f1bdaf7c50fb6fa6e75edc14742c7e74f70a44fe8be55ac673ae851015ed24c31891647bbddfd9a6c67b57bba4ce2dc368c5cee63e9ab72c8ce9
 DIST keystone.conf.sample-2018.2. 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.conf.sample-2019.1. 109344 BLAKE2B 
72542b4d42594bb86ba0afa4179705059c10f4d6978ae7081ba45762a4725c9340f8096099e0db6f6afc84e2b1d328b257f2f08cf25285f41032289458dfb92f
 SHA512 
b73c232e7a58f1bdaf7c50fb6fa6e75edc14742c7e74f70a44fe8be55ac673ae851015ed24c31891647bbddfd9a6c67b57bba4ce2dc368c5cee63e9ab72c8ce9
+DIST keystone.conf.sample-2019.2. 104552 BLAKE2B 
35ec8deb13239ba3d46c5ca78ea41372065a867e2715be3fb17cd43d65f1902f02d79d7bc6c6cb5c6aec19a3833d17e9dda12e8e0605919d3a28b6300d3f2cf3
 SHA512 
535c47e3ec39d454818c883599cf6fc304044208b71b822bdb67099728306235b2ad06ee60cfce9033375ae7b2338b03a0488267af65e900e80ed68e4fee8c5a
 DIST keystone.policy.yaml.sample-14.1.0 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036
 DIST keystone.policy.yaml.sample-15.0.0 6644 BLAKE2B 
f983189bc8e855db0b1ae92b1066840f3dd13545a1ce8af22be877df1630816fa8fae36217a828d483385e199ede73066b14beb421fe57316ae82a83e851e0f9
 SHA512 
e358661d4ec363ab11d7d78f6324bbe42c3382b02a1a8579de79686f7c91fe1a09b612ea81138bfcef73f0391262c9fceb3af14e8a8728839b203d281a989c4f
 DIST keystone.policy.yaml.sample-2018.2. 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036

diff --git a/sys-auth/keystone/keystone-2019.2..ebuild 
b/sys-auth/keystone/keystone-2019.2..ebuild
new file mode 100644
index 000..fd20d46baf1
--- /dev/null
+++ b/sys-auth/keystone/keystone-2019.2..ebuild
@@ -0,0 +1,165 @@
+# 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} )
+
+inherit distutils-r1 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone;
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/train/keystone.conf.sample
 -> keystone.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/keystone.git;
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/train/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+sqlite ldap memcached mongo mysql postgres test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-1.0.2[${PYTHON_USEDEP}]
+   >=dev-python/flask-restful-0.3.5[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]
+  

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

2019-10-14 Thread Matthew Thode
commit: 21d9a64c320ba700262c6b013323ba77f6ed76d2
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 15 01:52:02 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 15 02:20:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d9a64c

dev-python/oslo-policy: 2.3.2 bump

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

 dev-python/oslo-policy/Manifest |  1 +
 dev-python/oslo-policy/oslo-policy-2.3.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
index ad1b38c365c..61ae7e4a4f4 100644
--- a/dev-python/oslo-policy/Manifest
+++ b/dev-python/oslo-policy/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.policy-1.38.1.tar.gz 82871 BLAKE2B 
e47e96230874d1c287a1d4e930c9a5dd4ab35ccfee62b1c93c9d046adaf877c7e0cb65f9c34ef378c2a212d6986b0c1abf86af0ca6671c17f7dc8e85e1f1e706
 SHA512 
6b80a45ef550f5562d0c5cd3a0a466163d741bba7f9fb430c4e9d5273e0811d468d9c0c19c1e6168b38b4436279b81a1aec379d6513cf12d59f1a50fd7a4eb91
 DIST oslo.policy-2.1.1.tar.gz 90438 BLAKE2B 
fa99f36c688705fbaacefbb01bbc74bb5efd6f6c6ab0e1c0a8e21a299f9a45e162988e26a8da98d0edc2318b8f0b16d2e3c75962043da8aeb365b1a35307dcb4
 SHA512 
e5925156a42978eada310ef1fd695ff7759e22a4124aaf0bbf5803071484ea83dfbce335c45bdfa73564050b853661d848a1b92e457de8fa3f4c1f27abcbc089
+DIST oslo.policy-2.3.2.tar.gz 90884 BLAKE2B 
6eb100e5baf56083bb846adbcfcd0ed1636da3e21fc1cd7b164c89f774b34fd10604776c3751eb48233a8d0822b6a2aca5f57fc2c03babd543cb49d8b6d1a151
 SHA512 
44300e8aaf894f99fdf6bf4c7b3890013b7f9e9974667a423605f106baff2ca05fa0b8ebc82081511ac211b9c7bc57356a9aea8dbe78ee1ac01d364e337936fe

diff --git a/dev-python/oslo-policy/oslo-policy-2.3.2.ebuild 
b/dev-python/oslo-policy/oslo-policy-2.3.2.ebuild
new file mode 100644
index 000..e0ab35670b4
--- /dev/null
+++ b/dev-python/oslo-policy/oslo-policy-2.3.2.ebuild
@@ -0,0 +1,41 @@
+# 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}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
+HOMEPAGE="https://pypi.org/project/oslo.policy/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/oslo.policy-${PV}"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-10-14 Thread Matthew Thode
commit: dacd872340a468f0a039587971b316b6ccb23100
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 15 01:58:06 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 15 02:21:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacd8723

dev-python/oslo-log: 3.44.1 bump

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

 dev-python/oslo-log/Manifest   |  1 +
 dev-python/oslo-log/oslo-log-3.44.1.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/oslo-log/Manifest b/dev-python/oslo-log/Manifest
index e5b95329396..588d43659ad 100644
--- a/dev-python/oslo-log/Manifest
+++ b/dev-python/oslo-log/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.log-3.39.2.tar.gz 85121 BLAKE2B 
782323490b619d28b1ff5df0d72e752431b01156e4c6fc8c1ff6191e22960398560dfc3c871edf65d33b92a75a3af61c85a5b1b66bf56ed8237a638355ccae35
 SHA512 
6b5fad426387d65559be2cd014054c123b9db57158969229ce184919f36ea355b181e3c0c06c78d8e1567108bd05af38ec2695354070826933888332699261ed
 DIST oslo.log-3.42.3.tar.gz 87865 BLAKE2B 
cd4bd304a122093ec99eace122dac4cc6b859afa7b2c8a2257b34f6af0c3eae7aae8603e48ece8cfd37b561f4d2387ad6f4eb58210b6a477b0f3c86d2f938687
 SHA512 
ac9425725c86b73cd87c2e61d2254a7c4267bafdff1fd27ad88a177d5fc4f6c8a9a10d6fb38425a0b40d9095e5139de028a4c775f02de226a85a91d46dc195f4
+DIST oslo.log-3.44.1.tar.gz 87427 BLAKE2B 
225f855c2539557d4d673c23fd58618c669864ea3d5c13f6ffdfc64b4926fd33ec45b6730671b4fe70a105aee39adea63af88a735dabbd5fe9588afb1fd9e2dc
 SHA512 
b8c655bbe2e49b1d69ba7a68c9f115f012d75f0bc0fa1d5583d692b01e65dc17c956fc738cf8092ebb90ac9605c644989526fab4132f23ddef92835ff433e1ca

diff --git a/dev-python/oslo-log/oslo-log-3.44.1.ebuild 
b/dev-python/oslo-log/oslo-log-3.44.1.ebuild
new file mode 100644
index 000..bdcfdf36f99
--- /dev/null
+++ b/dev-python/oslo-log/oslo-log-3.44.1.ebuild
@@ -0,0 +1,40 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="OpenStack logging config library, configuration for all openstack 
projects."
+HOMEPAGE="https://pypi.org/project/oslo.log/ 
https://github.com/openstack/oslo.log;
+SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz"
+S="${WORKDIR}/oslo.log-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.25.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
+   >=dev-python/pyinotify-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-1.4[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests oslo_log/tests || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/futures/asyncio/

2019-10-14 Thread Zac Medico
commit: e57cc89e8870beff73a65ab4a59fea2fae3c262e
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 15 00:40:55 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Oct 15 00:45:30 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e57cc89e

ChildWatcherTestCase: python3.8 compat

Since python3.8, the add_child_handler method must be called
while the event loop is running, in order to avoid this error:

  File "lib/portage/tests/util/futures/asyncio/test_child_watcher.py", line 41, 
in testChildWatcher
watcher.add_child_handler(pids[0], callback, *args_tuple)
  File "/opt/python/3.8-dev/lib/python3.8/asyncio/unix_events.py", line 1286, 
in add_child_handler
loop = events.get_running_loop()
RuntimeError: no running event loop

See: https://travis-ci.org/gentoo/portage/jobs/597907096
Signed-off-by: Zac Medico  gentoo.org>

 .../tests/util/futures/asyncio/test_child_watcher.py  | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/lib/portage/tests/util/futures/asyncio/test_child_watcher.py 
b/lib/portage/tests/util/futures/asyncio/test_child_watcher.py
index 0fc73ab49..8a8fb3d4f 100644
--- a/lib/portage/tests/util/futures/asyncio/test_child_watcher.py
+++ b/lib/portage/tests/util/futures/asyncio/test_child_watcher.py
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 2018-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import os
@@ -7,6 +7,7 @@ from portage.process import find_binary, spawn
 from portage.tests import TestCase
 from portage.util._eventloop.global_event_loop import global_event_loop
 from portage.util.futures import asyncio
+from portage.util.futures.compat_coroutine import coroutine
 from portage.util.futures.unix_events import DefaultEventLoopPolicy
 
 
@@ -36,13 +37,17 @@ class ChildWatcherTestCase(TestCase):
def callback(pid, returncode, *args):
future.set_result((pid, returncode, args))
 
-   with asyncio.get_child_watcher() as watcher:
-   pids = spawn([true_binary], returnpid=True)
-   watcher.add_child_handler(pids[0], callback, 
*args_tuple)
+   @coroutine
+   def watch_pid():
 
-   self.assertEqual(
-   loop.run_until_complete(future),
-   (pids[0], os.EX_OK, args_tuple))
+   with asyncio.get_child_watcher() as watcher:
+   pids = spawn([true_binary], 
returnpid=True)
+   watcher.add_child_handler(pids[0], 
callback, *args_tuple)
+   self.assertEqual(
+   (yield future),
+   (pids[0], os.EX_OK, args_tuple))
+
+   loop.run_until_complete(watch_pid())
finally:
asyncio.set_event_loop_policy(initial_policy)
if loop not in (None, global_event_loop()):



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

2019-10-14 Thread Nick Sarnie
commit: fef2454484ce1f8d6f22889d8dae5224ec84b6ee
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Oct 15 00:23:01 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Oct 15 00:24:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef24544

virtual/wine: Remove d3d9 USE

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Nick Sarnie  gentoo.org>

 virtual/wine/wine-0-r6.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/virtual/wine/wine-0-r6.ebuild b/virtual/wine/wine-0-r6.ebuild
index 9371f2d57ed..ce5b0f83df0 100644
--- a/virtual/wine/wine-0-r6.ebuild
+++ b/virtual/wine/wine-0-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="Virtual for Wine that supports multiple variants 
and slotting"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+abi_x86_32 +abi_x86_64 d3d9 staging"
+IUSE="+abi_x86_32 +abi_x86_64 staging"
 
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
 
@@ -20,10 +20,6 @@ RDEPEND="
app-emulation/wine-staging[staging]
app-emulation/wine-any[staging]
) )
-   d3d9? ( || (
-   app-emulation/wine-d3d9[d3d9]
-   app-emulation/wine-any[d3d9]
-   ) )
|| (
app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=]
app-emulation/wine-staging[abi_x86_32=,abi_x86_64=]



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

2019-10-14 Thread Nick Sarnie
commit: b418d09533855503fb6003419d2dee6373a7e682
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Oct 15 00:22:16 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Oct 15 00:24:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b418d095

profiles: Fix stable

Signed-off-by: Nick Sarnie  gentoo.org>

 profiles/arch/amd64/package.use.stable.mask | 5 +
 profiles/arch/base/package.use.mask | 8 
 profiles/arch/x86/package.use.stable.mask   | 5 +
 profiles/package.mask   | 2 --
 4 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index 20224b09502..9788baceb52 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Nick Sarnie  (2019-10-14)
+# Allow on stable for now
+app-emulation/wine-d3d9 -d3d9
+virtual/wine -d3d9
+
 # Andreas Sturmlechner  (2019-08-18)
 # media-video/pipewire is not stable yet
 dev-libs/weston pipewire

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 6056662f400..6cb002ba7d3 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,14 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Nick Sarnie  (2019-10-14)
+# No longer updated or supported by the Wine project
+# wine-d3d9 superceeded by nine-standalone
+# wine-any has no value without wine-d3d9
+# Removal in 30 days
+app-emulation/wine-d3d9 d3d9
+virtual/wine d3d9
+
 # Luke Dashjr  (2019-09-21)
 # Moved from arch/powerpc/ppc64 as it applies to most architectures.
 sys-firmware/seabios debug

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index 54afccee49a..af7a470457a 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Nick Sarnie  (2019-10-14)
+# Allow on stable for now
+app-emulation/wine-d3d9 -d3d9
+virtual/wine -d3d9
+
 # Andreas Sturmlechner  (2019-09-13)
 # media-video/pipewire is not stable yet
 dev-libs/weston pipewire

diff --git a/profiles/package.mask b/profiles/package.mask
index 26462018954..c14d11b0ab4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,11 +31,9 @@
 
 # Nick Sarnie  (2019-10-14)
 # No longer updated or supported by the Wine project
-# wine-d3d9 superceeded by nine-standalone
 # wine-any has no value without wine-d3d9
 # Removal in 30 days
 app-emulation/wine-any
-app-emulation/wine-d3d9
 
 # Michał Górny  (2019-10-13)
 # Last release in 2008.  Declared dead upstream, apparently broken



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

2019-10-14 Thread Richard Freeman
commit: 491c3b2c497837cff2b3bc2d7da90154da353e41
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Oct 14 23:35:47 2019 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Oct 14 23:35:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491c3b2c

app-admin/sudo: amd64 stable

Bug: https://bugs.gentoo.org/697462
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

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

diff --git a/app-admin/sudo/sudo-1.8.28.ebuild 
b/app-admin/sudo/sudo-1.8.28.ebuild
index 71474e0e2b2..6d283a47ac8 100644
--- a/app-admin/sudo/sudo-1.8.28.ebuild
+++ b/app-admin/sudo/sudo-1.8.28.ebuild
@@ -22,7 +22,7 @@ else
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc x86 ~sparc-solaris"
fi
 fi
 



[gentoo-commits] proj/portage: New tag: portage-2.3.77

2019-10-14 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 23:01:41 2019 +

New tag: portage-2.3.77




[gentoo-commits] proj/portage:master commit in: /

2019-10-14 Thread Zac Medico
commit: 196ff7d54f1a23646f2ad70801a7a04c80c0a8cd
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 14 22:42:20 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 22:42:20 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=196ff7d5

Updates for portage-2.3.77 release

Signed-off-by: Zac Medico  gentoo.org>

 NEWS  |  9 +
 RELEASE-NOTES | 10 ++
 setup.py  |  2 +-
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index e09468a87..751f91456 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 News (mainly features/major bug fixes)
 
+portage-2.3.77
+--
+* The emerge --autounmask option is now disabled by default, except for
+  portions of behavior which are controlled by the --autounmask-use and
+  --autounmask-license options. For backward compatibility, previous
+  behavior of --autounmask=y and --autounmask=n is entirely preserved.
+  Users can get the old behavior simply by adding --autounmask to the
+  make.conf EMERGE_DEFAULT_OPTS variable.
+
 portage-2.3.72
 --
 * The glsa-check program is now provided by portage, and it has been

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e58087694..31a3adaf1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.77
+==
+* Bug Fixes:
+- Bug 220533 Fix FEATURES=skiprocheck read-only DISTDIR support
+- Bug 646898 Support GLEP 75 mirror structure
+- Bug 658648 Disable emerge --autounmask by default, except for
+ package.use and package.license changes
+- Bug 695870 Improvements to ebuild(5) man page
+
+
 portage-2.3.76
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 0d55d05ed..20cd04958 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.76',
+   version = '2.3.77',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2019-10-14 Thread Zac Medico
commit: e18292c54af86bee8299b6a925d25eb6c55fd77b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 14 22:53:35 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 23:01:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18292c5

sys-apps/portage: Bump to version 2.3.77

 #220533 Fix FEATURES=skiprocheck read-only DISTDIR support
 #646898 Support GLEP 75 mirror structure
 #658648 Disable emerge --autounmask by default, except for package.use
 and package.license changes
 #695870 Improvements to ebuild(5) man page

Bug: https://bugs.gentoo.org/697734
Bug: https://bugs.gentoo.org/220533
Bug: https://bugs.gentoo.org/646898
Bug: https://bugs.gentoo.org/658648
Bug: https://bugs.gentoo.org/695870
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.3.77.ebuild | 261 +
 2 files changed, 262 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 54349eaddfb..bab73df84fb 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,4 +1,5 @@
 DIST portage-2.3.66.tar.bz2 1023966 BLAKE2B 
dc378b714101b287fa33defeb778e586da83275cdc2d0bc7a98e9f2ea568568313d6a2767f693f3111fc41f0c6f07451315021186a1719bd52520da327c103d6
 SHA512 
f8642237e0127d9838c6e91430a19b8886295f8ce6b18cf915d6eb63204c7a8c65783f1554eec90b7ce7d0b613ef4206643eec8751b0594de1dcb4ede4491779
 DIST portage-2.3.69.tar.bz2 1027945 BLAKE2B 
22a06370d9db8f8954f609a4435983b914f03c11fa1c4c857089738db574e3346fc286c77bb62103d868742b423484b3a186cbc22545a0f516a5724e331e
 SHA512 
20a6c9d26829e9d3738da824aa3fcc0bc8f01019ae9631871ce56e5ff37d91ed27d7b9505c433cc3b7441290abf98bf0897bbb66c099cbb982854047e6c8f045
 DIST portage-2.3.76.tar.bz2 1033462 BLAKE2B 
1be0641337cd7d2a55f8aaba6f84bbfa7182503050e669fb28cd00e4de13cce31ec6e33cc2794e372d1a67b7d2f27e6bb85969f720f2ed449c619598b708b903
 SHA512 
e7774cf89e3865cb1ca5465fc961b452cc8529ccf09e86b7ebd16cca049f1efb527dca9aba892392d5909283cf12930117b1d33fa58e1e429f4408cf50181921
+DIST portage-2.3.77.tar.bz2 1037202 BLAKE2B 
f47260f079759ac3820f884a72a595a2b331ae50e5d20a7719c1b0192333839739f180e55e46a047a4b02a0a0faf697799051b0f0acef15251548f28a24c2589
 SHA512 
95947081ca8c3b42a7f4aae8b934b9c24dd3f44e58cbcc9168aa5a9ff53964dfab5019cbeba6f5a1906be8ba6a29dd7f5b888bc0bf2fab63db7ac1882368255b
 DIST repoman-bug-685482-fbebef9677d6.patch 3350 BLAKE2B 
f715267e2731c1ec7c780aa9c6cffe1f848b3ad050273646579677a0522483df6fef844ffd87fb22f7dad53f1ec60221acd0d81a813569baf768ba62a6c1921c
 SHA512 
0e44625aeec7c239d7db8fdcf6a13313f4a8c1275e0e474cc2f05e5476d86214881cec2917d816c8b63f69d508c0bfa69e6a8e05b614b405463c998a4fb7ce12

diff --git a/sys-apps/portage/portage-2.3.77.ebuild 
b/sys-apps/portage/portage-2.3.77.ebuild
new file mode 100644
index 000..8e7b92e07cc
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.77.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_5 python3_6 python3_7
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1 linux-info systemd prefix
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+SLOT="0"
+IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_5} pypy)
+   rsync-verify? (
+   >=app-portage/gemato-14[${PYTHON_USEDEP}]
+   

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

2019-10-14 Thread Andrey Utkin
commit: d99c859cd8b687bd8c2a3b4e0b1ae4669fae8c5c
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Oct 14 22:48:24 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Oct 14 22:49:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99c859c

net-libs/libsignal-protocol-c: fix bad distfile name

It used the filename "v2.3.2.tar.gz".

Thanks to repomirrorci  gentoo.org.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 net-libs/libsignal-protocol-c/Manifest  | 2 +-
 net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libsignal-protocol-c/Manifest 
b/net-libs/libsignal-protocol-c/Manifest
index 8f25efb7ff5..30e24eebe94 100644
--- a/net-libs/libsignal-protocol-c/Manifest
+++ b/net-libs/libsignal-protocol-c/Manifest
@@ -1 +1 @@
-DIST v2.3.2.tar.gz 271930 BLAKE2B 
43e1e384f9f3a81f582445e5f1f10875948b33607aa7feaf98f4b6cc41f5fd30ca9fb7c8426ef66f93cd46a662eb4a57002f5937d68f6fd2fcf0b30b33c60997
 SHA512 
7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d
+DIST libsignal-protocol-c-2.3.2.tar.gz 271930 BLAKE2B 
43e1e384f9f3a81f582445e5f1f10875948b33607aa7feaf98f4b6cc41f5fd30ca9fb7c8426ef66f93cd46a662eb4a57002f5937d68f6fd2fcf0b30b33c60997
 SHA512 
7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d

diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild 
b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild
index 608df011d35..fc1c8f6ae91 100644
--- a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild
+++ b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild
@@ -7,7 +7,7 @@ inherit multilib cmake-utils
 
 DESCRIPTION="Signal Protocol C Library"
 HOMEPAGE="https://www.whispersystems.org/;
-SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="~amd64"
 
 LICENSE="GPL-3"



[gentoo-commits] proj/portage:master commit in: man/, lib/portage/tests/resolver/, lib/_emerge/

2019-10-14 Thread Zac Medico
commit: 979f9f47cce27092e528321ccafd7a649adbc7b3
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Oct 11 03:58:15 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 22:26:58 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=979f9f47

Default disable autounmask package.accept_keywords/mask changes (bug 658648)

Add emerge --autounmask-license and --autounmask-use options which are
enabled by default, and disable package.accept_keywords/mask changes by
default. For backward compatibility, previous behavior of
--autounmask=y and --autounmask=n is entirely preserved. Users can
get the old behavior simply by adding --autounmask to the make.conf
EMERGE_DEFAULT_OPTS variable.

Bug: https://bugs.gentoo.org/658648
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/create_depgraph_params.py | 35 +++
 lib/_emerge/depgraph.py   | 20 +--
 lib/_emerge/main.py   | 10 
 lib/portage/tests/resolver/test_autounmask.py | 35 ++-
 man/emerge.1  | 23 +++---
 5 files changed, 110 insertions(+), 13 deletions(-)

diff --git a/lib/_emerge/create_depgraph_params.py 
b/lib/_emerge/create_depgraph_params.py
index 08605baa1..7d8da9065 100644
--- a/lib/_emerge/create_depgraph_params.py
+++ b/lib/_emerge/create_depgraph_params.py
@@ -7,6 +7,11 @@ from portage.util import writemsg_level
 def create_depgraph_params(myopts, myaction):
#configure emerge engine parameters
#
+   # autounmask:   enable autounmask
+   # autounmask_keep_keywords: prevent autounmask changes to 
package.accept_keywords
+   # autounmask_keep_license:  prevent autounmask changes to 
package.license
+   # autounmask_keep_masks:prevent autounmask changes to package.mask
+   # autounmask_keep_use:  prevent autounmask changes to package.use
# self:  include _this_ package regardless of if it is merged.
# selective: exclude the package if it is merged
# recurse:   go into the dependencies
@@ -34,6 +39,36 @@ def create_depgraph_params(myopts, myaction):
# binpkg_changed_deps: reject binary packages with outdated deps
myparams = {"recurse" : True}
 
+   autounmask_keep_keywords = myopts.get("--autounmask-keep-keywords")
+   autounmask_keep_masks = myopts.get("--autounmask-keep-masks")
+
+   autounmask = myopts.get("--autounmask")
+   autounmask_license = myopts.get('--autounmask-license')
+   autounmask_use = myopts.get('--autounmask-use')
+   if autounmask == 'n':
+   autounmask = False
+   else:
+   if autounmask is None:
+   if autounmask_use in (None, 'y'):
+   autounmask = True
+   elif autounmask_license in (None, 'y'):
+   autounmask = True
+
+   # Do not enable package.accept_keywords or package.mask
+   # changes by default.
+   if autounmask_keep_keywords is None:
+   autounmask_keep_keywords = True
+   if autounmask_keep_masks is None:
+   autounmask_keep_masks = True
+   else:
+   autounmask = True
+
+   myparams['autounmask'] = autounmask
+   myparams['autounmask_keep_use'] = True if autounmask_use == 'n' else 
False
+   myparams['autounmask_keep_license'] = True if autounmask_license == 'n' 
else False
+   myparams['autounmask_keep_keywords'] = False if 
autounmask_keep_keywords in (None, 'n') else True
+   myparams['autounmask_keep_masks'] = False if autounmask_keep_masks in 
(None, 'n') else True
+
bdeps = myopts.get("--with-bdeps")
if bdeps is not None:
myparams["bdeps"] = bdeps

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 51614fc14..a641bfc21 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -495,7 +495,7 @@ class _dynamic_depgraph_config(object):
self._backtrack_infos = {}
 
self._buildpkgonly_deps_unsatisfied = False
-   self._autounmask = 
depgraph._frozen_config.myopts.get('--autounmask') != 'n'
+   self._autounmask = self.myparams['autounmask']
self._displayed_autounmask = False
self._success_without_autounmask = False
self._autounmask_backtrack_disabled = False
@@ -5907,15 +5907,19 @@ class depgraph(object):
if self._dynamic_config._autounmask is not True:
return
 
-   autounmask_keep_keywords = 
self._frozen_config.myopts.get("--autounmask-keep-keywords", "n") != "n"
-   autounmask_keep_masks = 
self._frozen_config.myopts.get("--autounmask-keep-masks", "n") != "n"

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

2019-10-14 Thread Nick Sarnie
commit: 27b6f25793b846fe902bf4ce4309f1fb4b69c239
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Oct 14 22:43:48 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Oct 14 22:46:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b6f257

package.mask: Mask wine-any and wine-d3d9

Signed-off-by: Nick Sarnie  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 04e04daf55a..26462018954 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Nick Sarnie  (2019-10-14)
+# No longer updated or supported by the Wine project
+# wine-d3d9 superceeded by nine-standalone
+# wine-any has no value without wine-d3d9
+# Removal in 30 days
+app-emulation/wine-any
+app-emulation/wine-d3d9
+
 # Michał Górny  (2019-10-13)
 # Last release in 2008.  Declared dead upstream, apparently broken
 # on newer systems.  EAPI 0.



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

2019-10-14 Thread Bernard Cafarelli
commit: 9da021dccaf32ea1618525850c214666d584329e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 14 20:54:15 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 14 21:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da021dc

dev-python/libpillowfight: 0.3.0 bump

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

 dev-python/libpillowfight/Manifest |  1 +
 .../libpillowfight/libpillowfight-0.3.0.ebuild | 29 ++
 2 files changed, 30 insertions(+)

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

diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0.ebuild 
b/dev-python/libpillowfight/libpillowfight-0.3.0.ebuild
new file mode 100644
index 000..dd2d0d9959a
--- /dev/null
+++ b/dev-python/libpillowfight/libpillowfight-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# 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 distutils-r1
+
+MY_PN="pypillowfight"
+
+DESCRIPTION="Small library containing various image processing algorithms"
+HOMEPAGE="https://github.com/openpaperwork/libpillowfight;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+python_prepare_all() {
+   sed -e "/'nose>=1.0'/d" -i setup.py || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/

2019-10-14 Thread Bernard Cafarelli
commit: c7fc7edc53c6d7cab4a2607769577f0197c1a259
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 14 21:01:02 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 14 21:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fc7edc

www-apps/piwigo: 2.10.1 bump

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

 www-apps/piwigo/Manifest |  1 +
 www-apps/piwigo/piwigo-2.10.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index b042a8e9c53..4cf9cccaed1 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-2.10.0.zip 17155586 BLAKE2B 
55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327
 SHA512 
665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
+DIST piwigo-2.10.1.zip 17155920 BLAKE2B 
2f25d6c4488d9208bd37ad98b2ddfa302d23600442165d5513c8b21c72d017c17ef1c10357009110ba79259ee5a4f0a9495a423235c98cd8d5003ba83bd9b980
 SHA512 
9ca1119db13f312d16a7a3f04564562b26abd45b6ee731cd2280192fff14384add077a3a14a139f7b5301008c6c702a302de76a3a23873b835ec8417127aa77f
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 
6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7
 SHA512 
d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.10.1.ebuild 
b/www-apps/piwigo/piwigo-2.10.1.ebuild
new file mode 100644
index 000..56866abb304
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.10.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/;
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+   imagemagick? ( virtual/imagemagick-tools )
+   dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+   >=virtual/mysql-5.0
+   virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # Local configuration, and parts that can be updated
+   webapp_serverowned "${MY_HTDOCSDIR}"/_data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+   webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+   webapp_src_install
+}



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

2019-10-14 Thread Bernard Cafarelli
commit: ec8e50a0481174e9eedc7a5c112c1e74e7c82848
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 14 20:49:50 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 14 21:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8e50a0

net-libs/librsync: 2.2.0 bump

This is a minor release that adds RabinKarp rollsum support as the new
recommended default

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

 net-libs/librsync/Manifest  |  1 +
 net-libs/librsync/librsync-2.2.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
index a9faaa2eba8..9b434385947 100644
--- a/net-libs/librsync/Manifest
+++ b/net-libs/librsync/Manifest
@@ -2,3 +2,4 @@ DIST librsync-0.9.7.tar.gz 453802 BLAKE2B 
0f8a7a758d847498876401aa04473946970be0
 DIST librsync-2.0.1.tar.gz 169765 BLAKE2B 
3b3a109307dc03e567338709f1c3958a2ae7887165208848359677305f6a983edc1bc71c721dd3f414f77e0507426ae5bb59b9fde51595a92379227ac316127a
 SHA512 
70c1ed0f3a8ad8c1201ce67b5411c4aabb4c78ba9d60e4ee658d9a8818c6511322abd53b583869b8927a29b0f105e1a5c9b05efa748eb435e8fc3b7be3344e04
 DIST librsync-2.0.2.tar.gz 174480 BLAKE2B 
e77d554ad08a852459fe2798249f47ca7f26849b4b8622c5b64f7f9b6d23f1fedc443f747c7988679a3548ea1f6fd2902c424717faaf73a5cfd7e19012a2d72d
 SHA512 
5d2bc1d62b37e9ed7416203615d0a0e3c05c4c884b5da63eda10dd5c985845b500331bce226e4d45676729382c85b41528282e25d491afda31ba434ac0fefad7
 DIST librsync-2.1.0.tar.gz 175630 BLAKE2B 
effd2a8c79fae202921220db7581be1d9f7d278e6ee5155a23e586d9d4a7a27bbc4a50049ddca3b187a8e08451c6dcde7340d22be9fde0c2c12462392043fd8e
 SHA512 
9b91f4b696c1d1cdacb5c0679c7df7a92641e0a6a599c2e5de2bc0af3052b2045bb16c40b072c40859074d792c78c57afb0817917fa9843b179befa4506ebf04
+DIST librsync-2.2.0.tar.gz 180596 BLAKE2B 
9fe6447f36f326606effb8c6e2517647f5c64e5e33c432ed23958d3146ce86efc6f9497018aab752672dc92e852877828f00b74d68e93a4e1b061c361b17110a
 SHA512 
dc8e9e6cf6f10f016ad8e387dbc7555485977378f2a8584493f195fe267e1327e0c7acc265564770aae18ae142b6d1a785d34904bbf38c408ebbbeed40c36634

diff --git a/net-libs/librsync/librsync-2.2.0.ebuild 
b/net-libs/librsync/librsync-2.2.0.ebuild
new file mode 100644
index 000..93d015f1bb9
--- /dev/null
+++ b/net-libs/librsync/librsync-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Remote delta-compression library"
+HOMEPAGE="https://librsync.github.io/;
+SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/2.2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+   dev-libs/popt
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_LIBB2=OFF
+   )
+
+   cmake-utils_src_configure
+}



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

2019-10-14 Thread Bernard Cafarelli
commit: e5102c26a3f4b3db50e3a98747e6f308be530663
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 14 20:56:12 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 14 21:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5102c26

app-emulation/free42: 2.5.10 bump

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

 app-emulation/free42/Manifest |  1 +
 app-emulation/free42/free42-2.5.10.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index c83edfeabc5..7221cf60d08 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,3 +1,4 @@
 DIST free42-nologo-2.0.20.tgz 7390214 BLAKE2B 
306f3378bcbb44fa7982c5d9c29bfbea62e915ca50ca5e5216f46fbf483f110a1288d4800991a74622a042517496ff8dd94c3fa3249e8bb4181957e6b23d5ea3
 SHA512 
9b540fbc50df2f94b135b5e778354f330df77a54ef2ad99b257b5b91d1e3e8d1241e8a834522fc46fe33571ea2695ad8889b427dbcf653870672e89cd56d60f5
+DIST free42-nologo-2.5.10.tgz 7408769 BLAKE2B 
eec27805199b80ce659517479bbaefe871f8e4d2fc06c138e4741d63748acdef7e04b54324ff679a820ca451fcfa34e4202edf196e426679adabe397313f8f37
 SHA512 
309ee3779b792208ab887b91e43c4bf7a61862b02e3c250fd09367c154345878ad80c2c949138cb5d0c5d7031ebb0d4c6d192962866b6b68fce220ab2d651b42
 DIST free42-nologo-2.5.3.tgz 7406566 BLAKE2B 
a8fcad4738b46e5725e323eb7c16929c32fe0c72eccadf2f692950a3ee952f3b8f7e1e46d6e4eee4e822ca5a3b2c42adb09e2b43f0480c954aef87dc81b1edd3
 SHA512 
9a96bc5453f938ba806117ac3162db4f87d3584662c8a1aae370f17a06c1e92167adb2c2bb9bbd17b91473f272f8c031c7ffc1944247962571a94cb7063f0904
 DIST free42-nologo-2.5.9.tgz 7408535 BLAKE2B 
a64c925e5c93e396efc2a46f8d495201b039763269c9d326469f9b77435b6ef5a6b434f83a2c7017587ef7223724ed7986aafa60bcb542f79d20630eee0016fc
 SHA512 
fba421b181649881092b398458e2065f9f133b76d88e140f046de805dd42a5ba513168cf2ecd4c94821e1b8374e596a2b696533d29c11ccae4106a14f1fdaba4

diff --git a/app-emulation/free42/free42-2.5.10.ebuild 
b/app-emulation/free42/free42-2.5.10.ebuild
new file mode 100644
index 000..67e64a2dd93
--- /dev/null
+++ b/app-emulation/free42/free42-2.5.10.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PV="${PN}-nologo-${PV}"
+
+DESCRIPTION="An HP-42S Calculator Simulator"
+HOMEPAGE="http://thomasokken.com/free42/;
+SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa"
+
+DEPEND="dev-libs/atk
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/pango
+   alsa? ( media-libs/alsa-lib )"
+
+RDEPEND="${DEPEND}
+   x11-libs/libX11
+   x11-libs/libXmu"
+
+DOCS=( CREDITS HISTORY README )
+S="${WORKDIR}/${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.5.3-fix-makefile.patch"
+   "${FILESDIR}/${PN}-2.5.3-fix-build-intel-lib.patch"
+)
+
+src_prepare() {
+   default
+}
+
+src_compile() {
+   local myconf
+   use alsa && myconf="AUDIO_ALSA=yes"
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
+   emake -C gtk clean
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
+}
+
+src_install() {
+   default
+   dobin gtk/free42bin gtk/free42dec
+}



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

2019-10-14 Thread Bernard Cafarelli
commit: 6eb53584b321e889cbf25c53b7397fec96bf9dc1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 14 21:03:36 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 14 21:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb53584

media-libs/libinsane: 1.0.2 bump

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

 media-libs/libinsane/Manifest   |  1 +
 media-libs/libinsane/libinsane-1.0.2.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/media-libs/libinsane/Manifest b/media-libs/libinsane/Manifest
index aa253766695..f54f55211ec 100644
--- a/media-libs/libinsane/Manifest
+++ b/media-libs/libinsane/Manifest
@@ -1 +1,2 @@
 DIST libinsane-1.0.1.tar.gz 706575 BLAKE2B 
32ae63c275e6e9c709aefd0c6ed2237df70ad027626cf6ded2009071c74ce925d50ab730bd36b677915d2bd6e606d6337e890cfcc3e8bf4a1f281e026140537a
 SHA512 
1b7091b207b8ea559f21084aa8231c62f34dfa6043e9f358d55708006989c50ee131011dbe5bd03bcd1212cd0219ae9d65a544e57cf3a71c4c2f65e5d89257bc
+DIST libinsane-1.0.2.tar.gz 712366 BLAKE2B 
5be68792b3a89718308a180b1ca9383e7aebbd2f4e3420376ffecbc7d9b32d16b2fdcf060760708f8ef8f125c4d4caf2f41c6c15da53506e46302dc4155038be
 SHA512 
d65c3fdcc8f64be473a7ff8078b5c9cbfa65ebbf44184fb76c12b40eedc87742167c8fa720683d83d5d29292664c6e311a2c12f45dff35306f60ac7612e63d97

diff --git a/media-libs/libinsane/libinsane-1.0.2.ebuild 
b/media-libs/libinsane/libinsane-1.0.2.ebuild
new file mode 100644
index 000..5fa12b107f7
--- /dev/null
+++ b/media-libs/libinsane/libinsane-1.0.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson vala
+
+DESCRIPTION="Crossplatform access to image scanners"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane;
+SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gtk-doc test"
+
+RDEPEND="media-gfx/sane-backends"
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   dev-util/gtk-doc
+   )
+   test? (
+   dev-util/cunit
+   dev-util/valgrind
+   )"
+
+BDEPEND="virtual/pkgconfig
+   $(vala_depend)"
+
+# Tests require an operational valgrind
+# https://wiki.gentoo.org/wiki/Debugging
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.0.1-meson_options.patch )
+
+src_prepare() {
+   vala_src_prepare
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc doc)
+   )
+   meson_src_configure
+}



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

2019-10-14 Thread Bernard Cafarelli
commit: 2615bce87f6a0cc264c9a5ee09ffdca50a253a7e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 14 20:50:39 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 14 21:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2615bce8

dev-python/libpillowfight: drop old

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

 dev-python/libpillowfight/Manifest |  2 --
 .../libpillowfight/libpillowfight-0.2.2.ebuild | 25 ---
 .../libpillowfight/libpillowfight-0.2.3-r1.ebuild  | 29 --
 3 files changed, 56 deletions(-)

diff --git a/dev-python/libpillowfight/Manifest 
b/dev-python/libpillowfight/Manifest
index e4715359902..0f318db4ad4 100644
--- a/dev-python/libpillowfight/Manifest
+++ b/dev-python/libpillowfight/Manifest
@@ -1,3 +1 @@
-DIST libpillowfight-0.2.2.tar.gz 23125494 BLAKE2B 
b9620b0e574869d1efcc9449e09f281a5d2611ec15f144ee24b385b5f6f693f037c844904f0abc715d49125df7d1a27d6c433aed83b33371b3f07310be8288db
 SHA512 
76dcaf9105b4dbbe427851d794e92ba023453e2d750ecdd4e3feb864534f9d99adb562b719b7c9af299ae16c0778b510ab96b4997cf9bcc6ea4c6f8f7471ae8a
-DIST pypillowfight-0.2.3.tar.gz 39416 BLAKE2B 
e216ddb1717189c142fc3d81d41c91855c52468e1af350d8f5db470f8901bd883223cad56dc8ced9cf61e90e511e0a5ef508ec6966a7f01a837e2bb0d393589f
 SHA512 
6d3e35ed567d66060f5bf4307b0bd7d9ee5c3e7ec430e6e04ee6a1e83e18ff829a7681a85186e6b2151f043f66453c12a60e7cce56c0558da3d72f1fce155097
 DIST pypillowfight-0.2.4.tar.gz 39411 BLAKE2B 
a890305e3c1650274426faf92178ca0b3742c413deac236a5ac23cb5ce9be372085cebfd7189a5e16e6f2176b5850c865cbfc899a036aedfad58c5f5fe08502a
 SHA512 
440b0faccb9f393126306afb2a060e5dab5e68a02822ad4846498a2a6b07013837642cfb818b669820b268342be3c5b0ebed81f1e3265e1f383d74c1cfb16187

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

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



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

2019-10-14 Thread Thomas Deutschmann
commit: c93b0fe47eecc6278f2e2abb3cd97b6bee8120bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 14 20:54:47 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 20:54:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93b0fe4

app-admin/rsyslog: x86 stable (bug #697464)

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

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

diff --git a/app-admin/rsyslog/rsyslog-8.1910.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.1910.0.ebuild
index 09eed323e45..720983d58f4 100644
--- a/app-admin/rsyslog/rsyslog-8.1910.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.1910.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



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

2019-10-14 Thread Thomas Deutschmann
commit: c84c9fdaa4e2bae1ffe2a56d8f4d419c94e05c06
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 14 20:55:51 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 20:55:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84c9fda

app-admin/sudo: x86 stable (bug #697462)

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

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

diff --git a/app-admin/sudo/sudo-1.8.28.ebuild 
b/app-admin/sudo/sudo-1.8.28.ebuild
index 023e5a069d0..71474e0e2b2 100644
--- a/app-admin/sudo/sudo-1.8.28.ebuild
+++ b/app-admin/sudo/sudo-1.8.28.ebuild
@@ -22,7 +22,7 @@ else
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-solaris"
fi
 fi
 



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

2019-10-14 Thread Lars Wendler
commit: fed67283e3e1eb493a7184163436f250c10db1d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 20:50:03 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 20:50:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed67283

media-sound/twolame: Default enable "sndfile" USE flag.

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

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

diff --git a/media-sound/twolame/twolame-0.4.0.ebuild 
b/media-sound/twolame/twolame-0.4.0.ebuild
index 55cbdaee2d2..965e12fe434 100644
--- a/media-sound/twolame/twolame-0.4.0.ebuild
+++ b/media-sound/twolame/twolame-0.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE="sndfile static-libs test"
+IUSE="+sndfile static-libs test"
 
 RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"



[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/

2019-10-14 Thread Zac Medico
commit: 76fd5593d8ddf446f445ba3dd9da18a6e44dc5b3
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 14 20:37:25 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 20:38:29 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=76fd5593

get_mirror_url: do not cache after ConfigParserError

Bug: https://bugs.gentoo.org/697566
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/package/ebuild/fetch.py | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/lib/portage/package/ebuild/fetch.py 
b/lib/portage/package/ebuild/fetch.py
index 107fba50e..debab38a2 100644
--- a/lib/portage/package/ebuild/fetch.py
+++ b/lib/portage/package/ebuild/fetch.py
@@ -415,11 +415,8 @@ def get_mirror_url(mirror_url, filename, cache_path=None):
finally:
f.close()
 
-   try:
-   mirror_conf.read_from_file(data)
-   except ConfigParserError:
-   pass
-   except (IOError, UnicodeDecodeError):
+   mirror_conf.read_from_file(data)
+   except (ConfigParserError, IOError, UnicodeDecodeError):
# Do not cache negative results.
cache_path = None
 



[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/

2019-10-14 Thread Zac Medico
commit: 41ae830027648e65f867476a4039e7f51db64673
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 14 20:34:37 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 20:35:10 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=41ae8300

get_mirror_url: do not cache negative results

Bug: https://bugs.gentoo.org/697566
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/package/ebuild/fetch.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/portage/package/ebuild/fetch.py 
b/lib/portage/package/ebuild/fetch.py
index 4e67dff97..107fba50e 100644
--- a/lib/portage/package/ebuild/fetch.py
+++ b/lib/portage/package/ebuild/fetch.py
@@ -420,7 +420,8 @@ def get_mirror_url(mirror_url, filename, cache_path=None):
except ConfigParserError:
pass
except (IOError, UnicodeDecodeError):
-   pass
+   # Do not cache negative results.
+   cache_path = None
 
cache[mirror_url] = (time.time(), mirror_conf.serialize())
if cache_path is not None:



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2019-10-14 Thread Matt Turner
commit: f08bb56fb240da5860418b47b726a2954587a85a
Author: Michael Everitt  2e0cer  net>
AuthorDate: Mon Oct 14 20:14:18 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 14 20:14:50 2019 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f08bb56f

Demote warning about missing/failed unmounts to 'notice'

Signed-off-by: Michael Everitt  2e0cer.net>
Signed-off-by: Matt Turner  gentoo.org>

 catalyst/base/stagebase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 3c274587..c68c278d 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1001,11 +1001,11 @@ class StageBase(TargetBase, ClearBase, GenBase):
for x in myrevmounts:
target = normpath(mypath + self.target_mounts[x])
if not os.path.exists(target):
-   log.warning('%s does not exist. Skipping', 
target)
+   log.notice('%s does not exist. Skipping', 
target)
continue
 
if not ismount(target):
-   log.warning('%s is not a mount point. 
Skipping', target)
+   log.notice('%s is not a mount point. Skipping', 
target)
continue
 
try:



[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/

2019-10-14 Thread Zac Medico
commit: 7c0fd425fd33a75dc8978b5d9ef6d4bd7f8a31bc
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 14 20:10:41 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 20:11:40 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7c0fd425

get_mirror_url: handle UnicodeDecodeError

Fixes: 6a539b7c5163 ("fetch: Support GLEP 75 mirror structure")
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/package/ebuild/fetch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/package/ebuild/fetch.py 
b/lib/portage/package/ebuild/fetch.py
index 1d5e07260..4e67dff97 100644
--- a/lib/portage/package/ebuild/fetch.py
+++ b/lib/portage/package/ebuild/fetch.py
@@ -419,7 +419,7 @@ def get_mirror_url(mirror_url, filename, cache_path=None):
mirror_conf.read_from_file(data)
except ConfigParserError:
pass
-   except IOError:
+   except (IOError, UnicodeDecodeError):
pass
 
cache[mirror_url] = (time.time(), mirror_conf.serialize())



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-go/cli/

2019-10-14 Thread Michał Górny
commit: ecf52d9f14652d0206e2b6c8cee82ff7ac88a65b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 20:06:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 20:07:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf52d9f

dev-go/cli: Remove last-rited pkg

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

 dev-go/cli/Manifest |  1 -
 dev-go/cli/cli-0_pre20160306.ebuild | 17 -
 dev-go/cli/metadata.xml |  8 
 profiles/package.mask   |  6 --
 4 files changed, 32 deletions(-)

diff --git a/dev-go/cli/Manifest b/dev-go/cli/Manifest
deleted file mode 100644
index b26f66a09f1..000
--- a/dev-go/cli/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cli-0_pre20160306.tar.gz 27909 BLAKE2B 
b5d95e39bcc9380299612a4e36d8c18104e64290e410cd763a924d630e15cd7efcc070dde3e137848b1a4d0313292dc4bbce01bbc0f5bd541cd5f665ae0070c8
 SHA512 
74d1282892727470db751a8be5a3ecc8a5f93a6d610a8c963d800428183515541ed7e654e3ba6b43afd4a5ed6a3d7af7301df51a63cca7e342cb289b6aa1db8e

diff --git a/dev-go/cli/cli-0_pre20160306.ebuild 
b/dev-go/cli/cli-0_pre20160306.ebuild
deleted file mode 100644
index ffcdcfc735f..000
--- a/dev-go/cli/cli-0_pre20160306.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/codegangsta/cli/..."
-EGIT_COMMIT="aca5b047ed14d17224157c3434ea93bf6cdaadee"
-ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="A small package for building command line apps in Go"
-HOMEPAGE="https://github.com/codegangsta/cli;
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0/${PVR}"
-IUSE=""

diff --git a/dev-go/cli/metadata.xml b/dev-go/cli/metadata.xml
deleted file mode 100644
index f76f2d72d40..000
--- a/dev-go/cli/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   codegangsta/cli
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index fb80ba1f132..04e04daf55a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -438,12 +438,6 @@ dev-util/atomic-install
 # Removal in 30 days.  Bug #694390.
 dev-go/go-oauth2
 
-# Michał Górny  (2019-09-14)
-# Unmaintained.  All of them were not bumped since 2016.  No reverse
-# dependencies.
-# Removal in 30 days.  Bug #694398.
-dev-go/cli
-
 # Thomas Sachau  (2019-09-14)
 # Freemail has been completly rewritten so the current
 # ebuild does no longer work for it. In addition the source



[gentoo-commits] repo/gentoo:master commit in: net-misc/pump/, profiles/

2019-10-14 Thread Michał Górny
commit: 48cf9f4466de549fd83cdf4040499bdeeb9242f6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 20:04:00 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 20:06:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cf9f44

net-misc/pump: Remove last-rited pkg

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

 net-misc/pump/Manifest  |  2 --
 net-misc/pump/metadata.xml  |  8 --
 net-misc/pump/pump-0.8.24-r4.ebuild | 56 -
 profiles/package.mask   |  7 -
 4 files changed, 73 deletions(-)

diff --git a/net-misc/pump/Manifest b/net-misc/pump/Manifest
deleted file mode 100644
index 669c26063dc..000
--- a/net-misc/pump/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pump_0.8.24-7.diff.gz 29280 BLAKE2B 
194df4e0dd11db6c34e50ae101ae32b21cef19db8ff37785b3d2fc9d025f122a2563e109acfbe4e95878896b293ca2d3426a41df1d7c2ad16cd48396691d3cd7
 SHA512 
8d70bb31f9d56d79b4cb74def6d3df2a3115b62672190d8c38b7fa628ad35481ad637dd4854e8331a4c5a649fa573c58c9b867b014bbaad7fe6c8c870a02eae2
-DIST pump_0.8.24.orig.tar.gz 79790 BLAKE2B 
f66e61ac240acc54027558059f628d1443a42a68873388366a07f58cc65bd6c03ec3f119c2679ccd9d5ab9d97234490728d8d474db478e33ea999e9b94a42987
 SHA512 
b6956f0ab2a5fbcda2320efd454d21aee651816a13a55622e21dc3a29919aef7db7c9a8d71c3b37b1969f29cff37c67d313f763a17404652fb962bc54eabcb34

diff --git a/net-misc/pump/metadata.xml b/net-misc/pump/metadata.xml
deleted file mode 100644
index ef1a6e7a5e0..000
--- a/net-misc/pump/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   A DHCP/BOOTP client
-   
-

diff --git a/net-misc/pump/pump-0.8.24-r4.ebuild 
b/net-misc/pump/pump-0.8.24-r4.ebuild
deleted file mode 100644
index e02eb9581e3..000
--- a/net-misc/pump/pump-0.8.24-r4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-PATCHLEVEL="7"
-
-DESCRIPTION="This is the DHCP/BOOTP client written by RedHat"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/;
-SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz
-   mirror://debian/pool/main/p/${PN}/${PN}_${PV}-${PATCHLEVEL}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/popt-1.5"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # Fix Debian patch to fit epatch logic
-   sed -i \
-   -e 's:/debian::g' \
-   -e '/^---/s:pump-0.8.24.orig/::' \
-   -e '/^+++/s:pump-0.8.24/::' \
-   "${WORKDIR}/${PN}_${PV}-${PATCHLEVEL}.diff" || die "sed on 
${PN}_${PV}-${PATCHLEVEL}.diff failed"
-
-   # Apply Debians pump patchset - they fix things good :)
-   # Debian patchset 7 include gentoo patchset too
-   epatch "${WORKDIR}/${PN}_${PV}-${PATCHLEVEL}.diff"
-   # Add LC_ALL workaround to make sure that patches are applied in right 
order(bug 471666)
-   LC_ALL=C EPATCH_FORCE="yes" EPATCH_SOURCE="patches" 
EPATCH_SUFFIX="patch" epatch
-
-   # respect AR, wrt bug #458482
-   tc-export AR
-
-   epatch_user
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" DEB_CFLAGS="-fPIC ${CFLAGS}" pump
-}
-
-src_install() {
-   exeinto /sbin
-   doexe pump
-
-   doman pump.8
-   dodoc changelog CREDITS
-
-   dolib.a libpump.a
-   doheader pump.h
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 927636179c2..16ba8d00733 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -452,13 +452,6 @@ dev-go/toml
 # Removal in 30 days.
 sci-biology/goby-cpp
 
-# Michał Górny  (2019-09-14)
-# Unmaintained.  Vulnerable to arbitrary code execution.  Debian (being
-# its current upstream) removed it.  The recommended replacement
-# is net-misc/dhcpcd.
-# Removal in 30 days.  Bug #694314.
-net-misc/pump
-
 # Thomas Sachau  (2019-09-14)
 # Freemail has been completly rewritten so the current
 # ebuild does no longer work for it. In addition the source



[gentoo-commits] repo/gentoo:master commit in: dev-go/go-gitlab-client/, profiles/

2019-10-14 Thread Michał Górny
commit: 8224fec5388dcfb70ef9f6672fb0697f1155c988
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 20:05:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 20:07:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8224fec5

dev-go/go-gitlab-client: Remove last-rited pkg

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

 dev-go/go-gitlab-client/Manifest |  1 -
 .../go-gitlab-client-0_pre20160305.ebuild| 20 
 dev-go/go-gitlab-client/metadata.xml |  8 
 profiles/package.mask|  1 -
 4 files changed, 30 deletions(-)

diff --git a/dev-go/go-gitlab-client/Manifest b/dev-go/go-gitlab-client/Manifest
deleted file mode 100644
index 9a1b6487fc0..000
--- a/dev-go/go-gitlab-client/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST go-gitlab-client-0_pre20160305.tar.gz 20796 BLAKE2B 
6207cd2a1dd3c6dc69271785de9fa95bde8005617607802d1a96d3f446e6c5b5f83ad5ff40316885a4c8837961dde0c3626a04c733e24c49330066f63a0c2081
 SHA512 
98e8ea278671c53e815fed3adb6691625ad3b4c4952b5789352d8966d7c505e264c6a3f5ee779de573f48a8ef6e40a8a9e9426544c47e070ad8a903613b21a2e

diff --git a/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild 
b/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild
deleted file mode 100644
index 83e37fe7646..000
--- a/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/plouc/go-gitlab-client/..."
-EGIT_COMMIT="a526ef09e9e03f673a43ecd4a687abf6c25343ca"
-ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="A simple gitlab api client written in Go"
-HOMEPAGE="https://github.com/plouc/go-gitlab-client;
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0/${PVR}"
-IUSE=""
-
-# Requires dev-go/testify to be packaged
-RESTRICT="test"

diff --git a/dev-go/go-gitlab-client/metadata.xml 
b/dev-go/go-gitlab-client/metadata.xml
deleted file mode 100644
index f990a505597..000
--- a/dev-go/go-gitlab-client/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   plouc/go-gitlab-client
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index ecf964831d8..fb80ba1f132 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -443,7 +443,6 @@ dev-go/go-oauth2
 # dependencies.
 # Removal in 30 days.  Bug #694398.
 dev-go/cli
-dev-go/go-gitlab-client
 
 # Thomas Sachau  (2019-09-14)
 # Freemail has been completly rewritten so the current



[gentoo-commits] repo/gentoo:master commit in: sci-biology/goby-cpp/, profiles/

2019-10-14 Thread Michał Górny
commit: 48cfc31bc0bea751f2ba1401346557bcb7fcc833
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 20:05:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 20:06:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cfc31b

sci-biology/goby-cpp: Remove last-rited pkg

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

 profiles/package.mask|  6 
 sci-biology/goby-cpp/Manifest|  4 ---
 sci-biology/goby-cpp/goby-cpp-1.9.7.3.ebuild | 25 -
 sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild | 25 -
 sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild   | 42 
 sci-biology/goby-cpp/metadata.xml|  8 --
 6 files changed, 110 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 16ba8d00733..7cd8da30731 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -446,12 +446,6 @@ dev-go/cli
 dev-go/go-gitlab-client
 dev-go/toml
 
-# Michał Górny  (2019-09-14)
-# sci-biology/goby has been removed.  This package makes little sense
-# without it.
-# Removal in 30 days.
-sci-biology/goby-cpp
-
 # Thomas Sachau  (2019-09-14)
 # Freemail has been completly rewritten so the current
 # ebuild does no longer work for it. In addition the source

diff --git a/sci-biology/goby-cpp/Manifest b/sci-biology/goby-cpp/Manifest
deleted file mode 100644
index 2bd240a998a..000
--- a/sci-biology/goby-cpp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST goby-cpp-2.0.1-files.tar.bz2 8354 BLAKE2B 
0169e1bbcdc27f359cde47df708546dd6af0a68334295b247a6aac9122b7e9b1ee590fe0b57052c642b7e25478f5b118c70bec0c4b4af3694ab0f68c1c9ea73a
 SHA512 
6f0cf466688cdbe9fe646cdff78dd0721fd0b0819c354c63e7c39c45895c319754cdadf23aeb9d544b0b2c68f1168583cb541ec160ba7f567fa0218dbad38e1e
-DIST goby_1.9.7.3-cpp.zip 127215 BLAKE2B 
0673c36b503a6daee5fdaaf96fb415277502c0a49e530eb39983d4718f4a1d8eb9a6ff0a3202413c358600aafc2bf73482be12462f798923c13e19a6bcd590b1
 SHA512 
56bf190224b6f22e0578cea4cc950e52e746655c75ffc13675276787b4d0ced682f891f6ecf7af3cf124b535ac3afc8711b0ecff44d6fd25fe521de7371c3486
-DIST goby_1.9.8.1-cpp.zip 134904 BLAKE2B 
800f3bcbe9f721bfb636f514630fb1ceba3a1fe41616f63fc15f9f2a24394ef9be90419ccad0c9bd8b29100eeaea57659ba013042cf4a11b6038fc6dee782619
 SHA512 
d31cd7f0be19074bfe8da74d9f2510f0e0f15fe6c485bbed8520052468d2cd2f1bc5fcad8b0d6a1586f5acde73db326059f45994ecfbb5fb6c09692d8e155190
-DIST goby_2.0.1-cpp.zip 177718 BLAKE2B 
666b50fdc199693f8a4f9b6007f6609e91ab6093b643da88e580c9a3438a150cd7be78d2b5dcdd2fe905263d32ebbac1e0e47dbc637fd5d59f877e7cbdaaeeb2
 SHA512 
992bd10d5538dec1478820f26151dd311f4de13e7947b49f0b06d6cbdd4b71deeb3aa8a4c6a598fb92fbcb9cbf4ff97bf81205c9389d4a0da4443317e48aea9f

diff --git a/sci-biology/goby-cpp/goby-cpp-1.9.7.3.ebuild 
b/sci-biology/goby-cpp/goby-cpp-1.9.7.3.ebuild
deleted file mode 100644
index 1d9228d799d..000
--- a/sci-biology/goby-cpp/goby-cpp-1.9.7.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="A DNA sequencing data management framework - C/C++ API"
-HOMEPAGE="http://campagnelab.org/software/goby/;
-SRC_URI="http://chagall.med.cornell.edu/goby/releases/archive/release-goby_${PV}/goby_${PV}-cpp.zip;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-libs/protobuf-2.4.1
-   >=dev-libs/libpcre-8.12"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/goby_${PV}/cpp"
-
-src_prepare() {
-   eautoreconf
-}

diff --git a/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild 
b/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild
deleted file mode 100644
index 5bd75260414..000
--- a/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="A DNA sequencing data management framework - C/C++ API"
-HOMEPAGE="http://campagnelab.org/software/goby/;
-SRC_URI="http://chagall.med.cornell.edu/goby/releases/archive/release-goby_${PV}/goby_${PV}-cpp.zip;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-libs/protobuf-2.4.1
-   >=dev-libs/libpcre-8.12"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/goby_${PV}/cpp"
-
-src_prepare() {
-   eautoreconf
-}

diff --git a/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild 
b/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild
deleted file mode 100644
index e74dd6ecede..000
--- a/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils
-
-DESCRIPTION="A DNA sequencing data management framework - C/C++ API"
-HOMEPAGE="http://campagnelab.org/software/goby/;

[gentoo-commits] repo/gentoo:master commit in: dev-go/toml/, profiles/

2019-10-14 Thread Michał Górny
commit: 36c5c65f5fc8a09ed25670c8ab39ead412736217
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 20:05:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 20:07:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c5c65f

dev-go/toml: Remove last-rited pkg

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

 dev-go/toml/Manifest|  1 -
 dev-go/toml/metadata.xml|  8 
 dev-go/toml/toml-0.2.0_p20160716.ebuild | 34 -
 dev-go/toml/toml-.ebuild| 34 -
 profiles/package.mask   |  1 -
 5 files changed, 78 deletions(-)

diff --git a/dev-go/toml/Manifest b/dev-go/toml/Manifest
deleted file mode 100644
index 27b84c08be4..000
--- a/dev-go/toml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST toml-0.2.0_p20160716.tar.gz 39914 BLAKE2B 
417f081c9c22c5d5374794e9b4ee810a9d4375029d5a931a3b5ea3e73d26706eda83c504dc9c648ebee818d1a4c860f89d1c6aec3432ae478734e555349f1102
 SHA512 
c2109e913d5891bf62526b421c4be8c64823ef8ee7ea6dc8120b6f28881633fec1ea46cbb076859a15db011fbcdf900d9c6f9caae06c194135241c42cf65f11d

diff --git a/dev-go/toml/metadata.xml b/dev-go/toml/metadata.xml
deleted file mode 100644
index 9d1797dcd8b..000
--- a/dev-go/toml/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   BurntSushi/toml
-   
-

diff --git a/dev-go/toml/toml-0.2.0_p20160716.ebuild 
b/dev-go/toml/toml-0.2.0_p20160716.ebuild
deleted file mode 100644
index 219ac2df52a..000
--- a/dev-go/toml/toml-0.2.0_p20160716.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/BurntSushi/toml"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   EGIT_COMMIT="99064174e013895bbd9b025c31100bd1d9b590ca"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="TOML parser for Golang with reflection"
-HOMEPAGE="https://github.com/BurntSushi/toml;
-
-LICENSE="WTFPL-2"
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-RESTRICT="test"
-
-src_compile() {
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o "bin/tomlv" 
./cmd/tomlv || die
-}
-
-src_install() {
-   dodoc README.md
-   dobin bin/tomlv
-}

diff --git a/dev-go/toml/toml-.ebuild b/dev-go/toml/toml-.ebuild
deleted file mode 100644
index 219ac2df52a..000
--- a/dev-go/toml/toml-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/BurntSushi/toml"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   EGIT_COMMIT="99064174e013895bbd9b025c31100bd1d9b590ca"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="TOML parser for Golang with reflection"
-HOMEPAGE="https://github.com/BurntSushi/toml;
-
-LICENSE="WTFPL-2"
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-RESTRICT="test"
-
-src_compile() {
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o "bin/tomlv" 
./cmd/tomlv || die
-}
-
-src_install() {
-   dodoc README.md
-   dobin bin/tomlv
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 7cd8da30731..ecf964831d8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -444,7 +444,6 @@ dev-go/go-oauth2
 # Removal in 30 days.  Bug #694398.
 dev-go/cli
 dev-go/go-gitlab-client
-dev-go/toml
 
 # Thomas Sachau  (2019-09-14)
 # Freemail has been completly rewritten so the current



[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/, lib/portage/tests/ebuild/

2019-10-14 Thread Zac Medico
commit: 6b5889afb1e80bc673ce782e65fc0f49ee7d0908
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct 13 22:13:18 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 14 19:46:16 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6b5889af

fetch: minimal skiprocheck fixes (bug 220533)

Fix cases here fetch assumes that DISTDIR is writable when it's actually
read-only. This preserves old behavior which allowed users to override
FETCHCOMMAND to fetch files on a remote system, even though DISTDIR is
locally mounted in read-only mode.

Bug: https://bugs.gentoo.org/220533
Fixes: ebbde237d33e ("fetch: atomic downloads (bug 175612)")
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/package/ebuild/fetch.py| 38 --
 lib/portage/tests/ebuild/test_fetch.py | 22 
 2 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/lib/portage/package/ebuild/fetch.py 
b/lib/portage/package/ebuild/fetch.py
index cd204b755..1d5e07260 100644
--- a/lib/portage/package/ebuild/fetch.py
+++ b/lib/portage/package/ebuild/fetch.py
@@ -529,11 +529,12 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
if listonly or ("distlocks" not in features):
use_locks = 0
 
+   distdir_writable = os.access(mysettings["DISTDIR"], os.W_OK)
fetch_to_ro = 0
if "skiprocheck" in features:
fetch_to_ro = 1
 
-   if not os.access(mysettings["DISTDIR"],os.W_OK) and fetch_to_ro:
+   if not distdir_writable and fetch_to_ro:
if use_locks:
writemsg(colorize("BAD",
_("!!! For fetching to a read-only filesystem, "
@@ -613,8 +614,11 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
for myfile, myuri in file_uri_tuples:
if myfile not in filedict:
filedict[myfile]=[]
-   mirror_cache = os.path.join(mysettings["DISTDIR"],
-   ".mirror-cache.json")
+   if distdir_writable:
+   mirror_cache = 
os.path.join(mysettings["DISTDIR"],
+   ".mirror-cache.json")
+   else:
+   mirror_cache = None
for l in locations:
filedict[myfile].append(functools.partial(
get_mirror_url, l, myfile, 
mirror_cache))
@@ -790,7 +794,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
pruned_digests["size"] = size
 
myfile_path = os.path.join(mysettings["DISTDIR"], myfile)
-   download_path = myfile_path + _download_suffix
+   download_path = myfile_path if fetch_to_ro else myfile_path + 
_download_suffix
has_space = True
has_space_superuser = True
file_lock = None
@@ -1058,7 +1062,8 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,

"File renamed to '%s'\n\n") % \

temp_filename, noiselevel=-1)
else:
-   
_movefile(download_path, myfile_path, mysettings=mysettings)
+   if not 
fetch_to_ro:
+   
_movefile(download_path, myfile_path, mysettings=mysettings)
eout = EOutput()
eout.quiet = \

mysettings.get("PORTAGE_QUIET", None) == "1"
@@ -1177,7 +1182,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
del e
fetched = 0
else:
-   if mystat.st_size < 
fetch_resume_size:
+   if distdir_writable and 
mystat.st_size < fetch_resume_size:
writemsg(_(">>> 
Deleting distfile with size "
"%d 
(smaller than " "PORTAGE_FETCH_RESU"

"ME_MIN_SIZE)\n") % mystat.st_size)
@@ -1315,13 +1320,14 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
 

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

2019-10-14 Thread Patrick McLean
commit: 522ad708687a93e936b63662f54a25a75b330db9
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Oct 14 19:58:15 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Oct 14 19:58:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522ad708

net-misc/openssh: Revbump to 8.1_p1-r1, add X509 12.3 patch

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

 net-misc/openssh/Manifest  |  1 +
 .../files/openssh-8.1_p1-X509-12.3-tests.patch | 11 +++
 .../files/openssh-8.1_p1-X509-glue-12.3.patch  | 35 ++
 ...nssh-8.1_p1.ebuild => openssh-8.1_p1-r1.ebuild} |  3 +-
 4 files changed, 48 insertions(+), 2 deletions(-)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index b17750ef243..163f62a3705 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -16,6 +16,7 @@ DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 
BLAKE2B 776fa140d64a16
 DIST openssh-8.0p1+x509-12.1-gentoo.diff.gz 680853 BLAKE2B 
b24ee61d6328bf2de8384d6ecbfc5ae0be4719a3c7a2d714be3a144d327bba5038e7e36ffcc313af2a8a94960ce1f56387654d2d21920af51826af61957aa4cc
 SHA512 
178728139473b277fe50a03f37be50b3f8e539cea8f5937ddfe710082944e799d845cdb5994f585c13564c4a89b80ccf75e87753102aebacdb4c590f0b8a1482
 DIST openssh-8.0p1-sctp-1.2.patch.xz 7348 BLAKE2B 
bc3d3815f1ef5dbab605b93182a00c2fec258f49d56684defb6564d2b60886429c615a7ab076cc071a590f9df0908b1862ceb0961b7e6f6d1090237fec9035d3
 SHA512 
2f9f774286db75d0240e6fb01655a8a193fb2a5dc4596ad68ed22d64f97c9c46dad61a06478f2e972fd37cbad4d9aca5829bb91097cc56638601ff94a972b24f
 DIST openssh-8.0p1.tar.gz 1597697 BLAKE2B 
5ba79872eabb3b3964d95a8cdd690bfe0323f018d7f944d4e1acb52576c9f6d7a1ddac15e88dc42eac6ecbfabfad1c228e303a2262588769e307c38107a4cd54
 SHA512 
e280fa2d56f550efd37c5d2477670326261aa8b94d991f9eb17aad90e0c6c9c939efa90fe87d33260d0f709485cb05c379f0fd1bd44fc0d5190298b6398c9982
+DIST openssh-8.1p1+x509-12.3.diff.gz 689934 BLAKE2B 
57a302a25bec1d630b9c36f74ab490e11c97f9bcbaf8f527e46ae7fd5bade19feb3d8853079870b5c08b70a55e289cf4bf7981c11983973fa588841aeb21e650
 SHA512 
8d7c321423940f5a78a51a25ad5373f5db17a4a8ca7e85041e503998e0823ad22068bc652e907e9f5787858d45ce438a4bba18240fa72e088eb10b903e96b192
 DIST openssh-8.1p1-sctp-1.2.patch.xz 7672 BLAKE2B 
f1aa0713fcb114d8774bd8d524d106401a9d7c2c73a05fbde200ccbdd2562b3636ddd2d0bc3eae9f04b4d7c729c3dafd814ae8c530a76c4a0190fae71d1edcd2
 SHA512 
2bffab0bbae5a4c1875e0cc229bfd83d8565bd831309158cd489d8b877556c69b936243888a181bd9ff302e19f2c174156781574294d260b6384c464d003d566
 DIST openssh-8.1p1.tar.gz 1625894 BLAKE2B 
d525be921a6f49420a58df5ac434d43a0c85e0f6bf8428ecebf04117c50f473185933e6e4485e506ac614f71887a513b9962d7b47969ba785da8e3a38f767322
 SHA512 
b987ea4ffd4ab0c94110723860273b06ed8ffb4d21cbd99ca144a4722dc55f4bf86f6253d500386b6bee7af50f066e2aa2dd095d50746509a10e11221d39d925
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 
9ce5d7e5d831c972f0f866b686bf93a048a03979ab38627973f5491eeeaa45f9faab0520b3a7ed90a13a67213fdc9cd4cf11e423acad441ea91b71037c8b435b

diff --git a/net-misc/openssh/files/openssh-8.1_p1-X509-12.3-tests.patch 
b/net-misc/openssh/files/openssh-8.1_p1-X509-12.3-tests.patch
new file mode 100644
index 000..67a93fe2a0b
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.1_p1-X509-12.3-tests.patch
@@ -0,0 +1,11 @@
+--- a/openbsd-compat/regress/Makefile.in   2019-06-17 10:59:01.210601434 
-0700
 b/openbsd-compat/regress/Makefile.in   2019-06-17 10:59:18.753485852 
-0700
+@@ -7,7 +7,7 @@
+ CC=@CC@
+ LD=@LD@
+ CFLAGS=@CFLAGS@
+-CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
++CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
+ EXEEXT=@EXEEXT@
+ LIBCOMPAT=../libopenbsd-compat.a
+ LIBS=@LIBS@

diff --git a/net-misc/openssh/files/openssh-8.1_p1-X509-glue-12.3.patch 
b/net-misc/openssh/files/openssh-8.1_p1-X509-glue-12.3.patch
new file mode 100644
index 000..48cce797904
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.1_p1-X509-glue-12.3.patch
@@ -0,0 +1,35 @@
+Only in b: .openssh-8.1p1+x509-12.3.diff.un~
+diff -ur a/openssh-8.1p1+x509-12.3.diff b/openssh-8.1p1+x509-12.3.diff
+--- a/openssh-8.1p1+x509-12.3.diff 2019-10-14 11:33:45.796485604 -0700
 b/openssh-8.1p1+x509-12.3.diff 2019-10-14 11:39:44.960312587 -0700
+@@ -35343,12 +35343,11 @@
+  
+  install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf 
host-key check-config
+  install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files 
install-sysconf
+-@@ -339,6 +360,8 @@
++@@ -339,6 +360,7 @@
+   $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5
+   $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
+   $(MKDIR_P) $(DESTDIR)$(libexecdir)
+ + $(MKDIR_P) $(DESTDIR)$(sshcadir)
+-+ 

[gentoo-commits] proj/mysql-extras:master commit in: /

2019-10-14 Thread Brian Evans
commit: d7f9cfd3c4f6aabcbe92c0e4a76712d9a42e08a2
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Oct 14 19:14:58 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Oct 14 19:14:58 2019 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=d7f9cfd3

Add another section to 8.0.18 without-clientlibs patch

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

 20018_all_mysql-8.0.18-without-clientlibs-tools.patch | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/20018_all_mysql-8.0.18-without-clientlibs-tools.patch 
b/20018_all_mysql-8.0.18-without-clientlibs-tools.patch
index b3d7d23..bd6c1ad 100644
--- a/20018_all_mysql-8.0.18-without-clientlibs-tools.patch
+++ b/20018_all_mysql-8.0.18-without-clientlibs-tools.patch
@@ -178,3 +178,22 @@
  
  IF(BUILD_BUNDLED_ZLIB OR NOT OPENSSL_EXECUTABLE_HAS_ZLIB)
MYSQL_ADD_EXECUTABLE(zlib_decompress
+diff -aurN a/man/CMakeLists.txt b/man/CMakeLists.txt
+--- a/man/CMakeLists.txt   2019-10-14 14:23:01.188087069 -0400
 b/man/CMakeLists.txt   2019-10-14 14:43:18.723648241 -0400
+@@ -26,7 +26,6 @@
+   ibd2sdi.1
+   innochecksum.1
+   lz4_decompress.1
+-  my_print_defaults.1
+   myisam_ftdump.1
+   myisamchk.1
+   myisamlog.1
+@@ -51,7 +50,5 @@
+   mysqlpump.1
+   mysqlshow.1
+   mysqlslap.1
+-  perror.1
+-  zlib_decompress.1
+   )
+ SET(MAN1_NDB



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tls/

2019-10-14 Thread Sergei Trofimovich
commit: 1e65c9d696e60dbb5811f7fee17a161ec993a3d5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Oct 14 16:06:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 14 18:52:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e65c9d6

dev-tcltk/tls: stable 1.7.16 for hppa, bug #697646

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

 dev-tcltk/tls/tls-1.7.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/tls/tls-1.7.16.ebuild b/dev-tcltk/tls/tls-1.7.16.ebuild
index 6dfe4fc6034..b07c1d03673 100644
--- a/dev-tcltk/tls/tls-1.7.16.ebuild
+++ b/dev-tcltk/tls/tls-1.7.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://core.tcl.tk/tcltls/uv/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="tk"
 
 DEPEND="



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

2019-10-14 Thread Andrey Utkin
commit: e42984246dcfff318b17b9a521a331ebfb431d5f
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Oct 14 18:01:38 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Oct 14 18:38:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4298424

net-im/profanity: add 0.7.1 ebuild

Copied from 0.6.0 ebuild with SRC_URI updated with latest URL advertised
by upstream. Old URL doesn't work anymore.

Bug: https://bugs.gentoo.org/697644
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/profanity/Manifest   |  1 +
 net-im/profanity/profanity-0.7.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest
index 94dfe57fd10..856411b5b46 100644
--- a/net-im/profanity/Manifest
+++ b/net-im/profanity/Manifest
@@ -1 +1,2 @@
 DIST profanity-0.6.0.tar.gz 741812 BLAKE2B 
ba6cff070ee0e8a83b52677f6551c1d7397cd25993982d6b5390590a4924d902050504cb8803ee2741262b1409e4d75e9f223397f87f39d7dc86fcc56a0e5df6
 SHA512 
c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e
+DIST profanity-0.7.1.tar.gz 788754 BLAKE2B 
447c761233ce6989081d3ed7a585d90713f4266dfc22ff816aea7c014f642f57989f7f767d8cf40cdd36c3152f45c6700f3905e0d12b864533aac61ac4dc7aaa
 SHA512 
a6e159a5452ebb193dcff74dc8673de5dbc4bc5b2f2b8abc129641fc1b4b370aee9617dc0b26cfcc6aae58a1a900fda29356e61cdc17ee7ba69c879d6ccc2339

diff --git a/net-im/profanity/profanity-0.7.1.ebuild 
b/net-im/profanity/profanity-0.7.1.ebuild
new file mode 100644
index 000..1e3e1435fe1
--- /dev/null
+++ b/net-im/profanity/profanity-0.7.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A console based XMPP client inspired by Irssi"
+HOMEPAGE="https://profanity-im.github.io;
+SRC_URI="https://profanity-im.github.io/${PN}-${PV}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="libnotify otr gpg xscreensaver"
+
+DEPEND="
+   dev-libs/expat
+   dev-libs/glib
+   dev-libs/libstrophe:=
+   dev-libs/openssl:0=
+   net-misc/curl
+   sys-apps/util-linux
+   sys-libs/ncurses:=[unicode]
+   gpg? ( app-crypt/gpgme:= )
+   libnotify? ( x11-libs/libnotify )
+   otr? ( net-libs/libotr )
+   xscreensaver? (
+   x11-libs/libXScrnSaver
+   x11-libs/libX11 )
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf \
+   $(use_enable libnotify notifications) \
+   $(use_enable otr) \
+   $(use_enable gpg pgp) \
+   $(use_with xscreensaver)
+}



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

2019-10-14 Thread Andrey Utkin
commit: 3101e0ee400532f7825fd330794262358bb69a12
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Oct 14 18:10:13 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Oct 14 18:38:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3101e0ee

net-im/profanity: enable optional OMEMO support

Bug: https://bugs.gentoo.org/697644
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/profanity/metadata.xml   | 1 +
 net-im/profanity/profanity-0.7.1.ebuild | 7 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-im/profanity/metadata.xml b/net-im/profanity/metadata.xml
index d2349017e1a..7b1cc59ac05 100644
--- a/net-im/profanity/metadata.xml
+++ b/net-im/profanity/metadata.xml
@@ -11,6 +11,7 @@


Enable OpenPGP encryption
+   Enable OMEMO encryption
Enable encrypted conversations using 
Off-The-Records messaging

 

diff --git a/net-im/profanity/profanity-0.7.1.ebuild 
b/net-im/profanity/profanity-0.7.1.ebuild
index 1e3e1435fe1..faaf4beb340 100644
--- a/net-im/profanity/profanity-0.7.1.ebuild
+++ b/net-im/profanity/profanity-0.7.1.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="libnotify otr gpg xscreensaver"
+IUSE="libnotify omemo otr gpg xscreensaver"
 
 DEPEND="
dev-libs/expat
@@ -23,6 +23,10 @@ DEPEND="
sys-libs/ncurses:=[unicode]
gpg? ( app-crypt/gpgme:= )
libnotify? ( x11-libs/libnotify )
+   omemo? (
+   net-libs/libsignal-protocol-c
+   dev-libs/libgcrypt
+   )
otr? ( net-libs/libotr )
xscreensaver? (
x11-libs/libXScrnSaver
@@ -33,6 +37,7 @@ RDEPEND="${DEPEND}"
 src_configure() {
econf \
$(use_enable libnotify notifications) \
+   $(use_enable omemo) \
$(use_enable otr) \
$(use_enable gpg pgp) \
$(use_with xscreensaver)



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

2019-10-14 Thread Andrey Utkin
commit: 5a8af17ecf5a1c663c1a6dd27b55e8baedddee42
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Oct 14 17:47:33 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Oct 14 18:38:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8af17e

net-libs/libsignal-protocol-c: add new package

Needed as a dependency enabling OMEMO functionality of net-im/profanity.

Copied from https://github.com/optmzr/gentoo-overlay .

Bug: https://bugs.gentoo.org/697644
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 net-libs/libsignal-protocol-c/Manifest  |  1 +
 .../libsignal-protocol-c-2.3.2.ebuild   | 14 ++
 .../libsignal-protocol-c-.ebuild| 14 ++
 net-libs/libsignal-protocol-c/metadata.xml  | 21 +
 4 files changed, 50 insertions(+)

diff --git a/net-libs/libsignal-protocol-c/Manifest 
b/net-libs/libsignal-protocol-c/Manifest
new file mode 100644
index 000..8f25efb7ff5
--- /dev/null
+++ b/net-libs/libsignal-protocol-c/Manifest
@@ -0,0 +1 @@
+DIST v2.3.2.tar.gz 271930 BLAKE2B 
43e1e384f9f3a81f582445e5f1f10875948b33607aa7feaf98f4b6cc41f5fd30ca9fb7c8426ef66f93cd46a662eb4a57002f5937d68f6fd2fcf0b30b33c60997
 SHA512 
7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d

diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild 
b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild
new file mode 100644
index 000..608df011d35
--- /dev/null
+++ b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib cmake-utils
+
+DESCRIPTION="Signal Protocol C Library"
+HOMEPAGE="https://www.whispersystems.org/;
+SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz;
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"

diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-.ebuild 
b/net-libs/libsignal-protocol-c/libsignal-protocol-c-.ebuild
new file mode 100644
index 000..e56f24c04c6
--- /dev/null
+++ b/net-libs/libsignal-protocol-c/libsignal-protocol-c-.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 multilib cmake-utils
+
+DESCRIPTION="Signal Protocol C Library"
+HOMEPAGE="https://www.whispersystems.org/;
+
+EGIT_REPO_URI="https://github.com/signalapp/libsignal-protocol-c;
+
+LICENSE="GPL-3"
+SLOT="0"

diff --git a/net-libs/libsignal-protocol-c/metadata.xml 
b/net-libs/libsignal-protocol-c/metadata.xml
new file mode 100644
index 000..b84663d18fe
--- /dev/null
+++ b/net-libs/libsignal-protocol-c/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andrey_ut...@gentoo.org
+   Andrey Utkin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   william+gentoo-over...@optmzr.se
+   William Wennerström
+   
+   
+   signalapp/libsignal-protocol-c
+   
https://github.com/signalapp/libsignal-protocol-c/issues
+   
https://github.com/signalapp/libsignal-protocol-c/blob/master/README.md
+   
+



[gentoo-commits] proj/mysql-extras:master commit in: /

2019-10-14 Thread Brian Evans
commit: c183824a35fe6a198a712af7ca2d0f0bc7de8eba
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Oct 14 18:27:24 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Oct 14 18:27:24 2019 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=c183824a

Respin 2 patches for 8.0.18 - libressl still needs rewrite

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

 20007_all_cmake-debug-werror-8.0.18.patch  |  15 ++
 ...all_mysql-8.0.18-without-clientlibs-tools.patch | 180 +
 2 files changed, 195 insertions(+)

diff --git a/20007_all_cmake-debug-werror-8.0.18.patch 
b/20007_all_cmake-debug-werror-8.0.18.patch
new file mode 100644
index 000..c2c1573
--- /dev/null
+++ b/20007_all_cmake-debug-werror-8.0.18.patch
@@ -0,0 +1,15 @@
+--- a/cmake/maintainer.cmake
 b/cmake/maintainer.cmake
+@@ -207,12 +207,6 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+   # -Wzero-as-null-pointer-constant
+ ENDIF()
+ 
+-# Turn on Werror (warning => error) when using maintainer mode.
+-IF(MYSQL_MAINTAINER_MODE)
+-  STRING_APPEND(MY_C_WARNING_FLAGS   " -Werror")
+-  STRING_APPEND(MY_CXX_WARNING_FLAGS " -Werror")
+-ENDIF()
+-
+ # Set warning flags for gcc/g++/clang/clang++
+ IF(MY_COMPILER_IS_GNU_OR_CLANG)
+   STRING_APPEND(CMAKE_C_FLAGS " ${MY_C_WARNING_FLAGS}")

diff --git a/20018_all_mysql-8.0.18-without-clientlibs-tools.patch 
b/20018_all_mysql-8.0.18-without-clientlibs-tools.patch
new file mode 100644
index 000..b3d7d23
--- /dev/null
+++ b/20018_all_mysql-8.0.18-without-clientlibs-tools.patch
@@ -0,0 +1,180 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1114,8 +1114,6 @@ ENDIF()
+ MYSQL_CHECK_SSL()
+ MYSQL_CHECK_SSL_DLLS()
+ 
+-# Add system/bundled editline.
+-MYSQL_CHECK_EDITLINE()
+ # Add libevent
+ IF(NOT WITHOUT_SERVER)
+   MYSQL_CHECK_LIBEVENT()
+@@ -1207,7 +1205,9 @@ IF(WITH_UNIT_TESTS)
+  INCLUDE(googletest)
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+ ADD_SUBDIRECTORY(mysys)
+@@ -1250,7 +1250,6 @@ IF(WITH_UNIT_TESTS)
+   ADD_SUBDIRECTORY(unittest/mytap/t)
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(utilities)
+ ADD_SUBDIRECTORY(share)
+ ADD_SUBDIRECTORY(libservices)
+@@ -1295,6 +1294,12 @@ IF(UNIX)
+   ADD_SUBDIRECTORY(man)
+ ENDIF()
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add system/bundled editline
++  MYSQL_CHECK_EDITLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(packaging/rpm-common)
+   ADD_SUBDIRECTORY(packaging/rpm-oel)
+--- a/libmysql/CMakeLists.txt
 b/libmysql/CMakeLists.txt
+@@ -240,12 +240,17 @@ IF(WIN32)
+   LIST(APPEND LIBS_TO_MERGE auth_win_client)
+ ENDIF()
+ 
+-# LDAP authentication SASL client plugin
+-MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
+-ADD_SUBDIRECTORY(authentication_ldap)
+-  
+-# Merge several convenience libraries into one big mysqlclient
+-MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development)
++IF(WITHOUT_CLIENTLIBS)
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development SKIP_INSTALL)
++ELSE(WITHOUT_CLIENTLIBS)
++  # LDAP authentication SASL client plugin
++  MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
++  ADD_SUBDIRECTORY(authentication_ldap)
++
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development)
++ENDIF(WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(mysqlclient PRIVATE ${LIBS_TO_LINK})
+ 
+ # Visual Studio users need debug  static library for debug projects
+@@ -286,12 +286,22 @@
+ 
+ # Merge several convenience libraries into one big mysqlclient
+ # and link them together into shared library.
++IF(WITHOUT_CLIENTLIBS)
++MERGE_LIBRARIES_SHARED(libmysql ${LIBS_TO_MERGE}
++  EXPORTS
++  ${CLIENT_API_FUNCTIONS}
++  ${CLIENT_API_FUNCTIONS_UNDOCUMENTED}
++  ${CLIENT_API_NONBLOCKING_FUNCTIONS}
++  COMPONENT SharedLibraries
++  SKIP_INSTALL )
++ELSE(WITHOUT_CLIENTLIBS)
+ MERGE_LIBRARIES_SHARED(libmysql ${LIBS_TO_MERGE}
+   EXPORTS
+   ${CLIENT_API_FUNCTIONS}
+   ${CLIENT_API_FUNCTIONS_UNDOCUMENTED}
+   ${CLIENT_API_NONBLOCKING_FUNCTIONS}
+   COMPONENT SharedLibraries)
++ENDIF(WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(libmysql PRIVATE ${LIBS_TO_LINK})
+ 
+ IF(WIN32)
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -459,18 +459,23 @@ ELSE()
+ 
+   IF(WITH_SYSTEMD)
+ SET(BIN_SCRIPTS
+-  mysql_config
+   mysqldumpslow
+   )
+   ELSE()
+ SET(BIN_SCRIPTS
+-  mysql_config
+   mysqldumpslow
+   mysqld_multi
+   mysqld_safe
+   )
+   ENDIF()
+ 
++  IF(NOT WITHOUT_CLIENTLIBS)
++SET(BIN_SCRIPTS
++  ${BIN_SCRIPTS}
++  mysql_config
++)
++  ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+   

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/waylandpp/

2019-10-14 Thread Craig Andrews
commit: b8ad63b246d935a5279dca0c6b47930daaee2f6b
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Oct 14 18:23:34 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Oct 14 18:24:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ad63b2

dev-cpp/waylandpp: 0.2.7 version bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 dev-cpp/waylandpp/Manifest   |  1 +
 dev-cpp/waylandpp/waylandpp-0.2.7.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-cpp/waylandpp/Manifest b/dev-cpp/waylandpp/Manifest
index 8e597c3dc67..ddd2e862bb8 100644
--- a/dev-cpp/waylandpp/Manifest
+++ b/dev-cpp/waylandpp/Manifest
@@ -2,3 +2,4 @@ DIST waylandpp-0.2.3.tar.gz 180539 BLAKE2B 
8941200b46235c8b65926065a3a758871581f
 DIST waylandpp-0.2.4.tar.gz 240718 BLAKE2B 
4493f3e19dd546412f110227c0a422d0e1156eb24ed8bc3e58e5ebda22c0aee16e5f2a2efc1328a697c5436f81c11c67d7c46855f32f7531783a1d514ae1
 SHA512 
74855ea86926692a9f6ccb5645a7ed3bab0f01a2f37a30f2c0a341d67d511ae217b8f69adc52fa2c25ac65afa182a6dbf2318360435a02b6ff428b4c9d51
 DIST waylandpp-0.2.5.tar.gz 177735 BLAKE2B 
9add6147b7694d275f2f15f03476aef5bddebdca029f012743a0c0c388c7ef7394536b4401c78830487bb1c36a0b29ea348bc2acf60617af7bcbf917a5b691dd
 SHA512 
a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e
 DIST waylandpp-0.2.6.tar.gz 178969 BLAKE2B 
aff9108691dfb2f27ac829865d3367a7f72de0a838b64f6265183a36a9ed5efbfcc9abcf724c784f5bda08c1a312cc7077fa55756b10520114dc8a23aa30f7a3
 SHA512 
b2d2f22864db830ec6a78282552a3e677f109c49381f21e80efec3cc65cad1820b1e10ad76d960e9d470f84060bb7f3edf0dcdd94025ae80a4a93ffcecfb8c5f
+DIST waylandpp-0.2.7.tar.gz 179121 BLAKE2B 
6a8e77817962b8bd6ea93c059cd8cee9c655821bca0dc996b014d6085de1f88fe9a9f2b7c80a8b8fa405e898f7d96dc5d01f78288033d18184b5f0504c78c276
 SHA512 
67ec76d9bc0146472d70364c98b6b5af957c757a95d55c224ef2d9bf8b3ab15dc4f6333dca1ad803d94403be11abe7055db54d9fc708c6f5c0196f6a328a5ed2

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild
new file mode 100644
index 000..ea9a34e1e54
--- /dev/null
+++ b/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Wayland C++ bindings"
+HOMEPAGE="https://github.com/NilsBrause/waylandpp;
+
+LICENSE="MIT"
+IUSE="doc"
+SLOT="0/$(ver_cut 1-2)"
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-libs/wayland-1.11.0
+   media-libs/mesa[wayland]
+   >=dev-libs/pugixml-1.9-r1
+"
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+   "
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+   )
+
+   cmake-utils_src_configure
+}



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

2019-10-14 Thread Joonas Niilola
commit: 234c97fa101017081f0153540eb5e52efbb3e550
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Oct 13 19:51:06 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 14 17:41:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234c97fa

net-im/telegram-desktop-bin: Bump version to 1.8.15

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/13280
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.8.15.ebuild | 46 ++
 2 files changed, 49 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 3bc4121b71f..b91d2e6f231 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.8.13.tar.gz 14416212 BLAKE2B 
cbce9051a89a5725c3746d14c01f86a8321b6eac6bd9a3026f7e36b100e665e8ed7ae6061187b4f01551bd4ea72ee18b7d050e00bb8171a5f2ff1f90d6f9c686
 SHA512 
008c08d20936cce95e4bd31c08f4337150daa4451dba9e1a21a1ec2bd5e60125b33ec1ba036aafdd3c931da31186da2e84595683ecbfab0a6006b28a3fcb3e3c
+DIST tdesktop-1.8.15.tar.gz 14416530 BLAKE2B 
925c7f628515da6da6e0991ba77980c3a7de1287a4b2d18124f47ec56dfbd5ba4d13cf7e8055c135888ca0ffb5d9b1042f195bceaa149e4ebb143b3bddbebc23
 SHA512 
d31fbcc6737a4a00c0d17b000d82cb9c7038aae19a2ea2692a6707623cf83ccd0327d6ff06e4a330a0197073ca9a63b90ebb3d046312b74aaeec318571767a6d
 DIST tdesktop-1.8.8.tar.gz 14407897 BLAKE2B 
60b7959b0396d323f962809ec34696f434e25e8ebd0b3c5eb36475df9884b28de17e727c9599e956130fae9bd0dbbe2347c3b5f0e1fe9c9a0f77182441f8d3bd
 SHA512 
8410f8ea31c4e5604c3f9e8965431ec9cf68ec3366da22bb1fc5e745d7518cb49374072ecb70d347714f3f2fefdf882dc05e14ccd4a883b5a96eacf0a87e1c53
 DIST tsetup.1.8.13.tar.xz 34007668 BLAKE2B 
e70a36e60a3f017c3de0aa4689c199a31e1258d49d8893875763c67afd9801fcaf18b1ea832e6e6014ddb82891e2e9cbc22c3c5710e0769daf78d5fb75493c8b
 SHA512 
b33bd75c4faec1c4c6dec0dc8e294f81510750a7cbd5289ed6507432916e84041bda5624baac0c0dead0896e521f86e8ea19677454c4b816f5c5df03a6211e4c
+DIST tsetup.1.8.15.tar.xz 34004272 BLAKE2B 
94c19990fe70b525585ea38c542ddf8db953a84e70f8876406b2f1c14dbb0e12e409388dc0e5162f6f9538b50901ae4ceb116c69acabf963349b6a95e84f1087
 SHA512 
37fc977447ffc723dd6eb8c3ad9f15a1e5561f25cd65776042d392ed39bfe1cbc3faa044d4398b94ba756e18818cfd52e14e2e280ece4fcce873ff89e72cc0c6
 DIST tsetup.1.8.8.tar.xz 33840780 BLAKE2B 
c11b0a8eed1589007dd201883537de9f4ab588d655b56bd708630ef5ab48ad0a4ef2564fd4362740b09847b05c4e0d60bb025652516742b40da9dee148169a2e
 SHA512 
8c2d1047dc6a4eff8ac082e76ceb1af6d9aaad92871d54398db93dd4597a7c2adbdb90b27862bce490955cb702cbf329b8fda0343da4ca1bc683d28551db3da4
 DIST tsetup32.1.8.13.tar.xz 38164068 BLAKE2B 
5f06efcac65e413cc90c7f60e009178354cc155ccb6362b9779ff9a7f61397dceabcf90ebc975e45a9c3504d640945487dfab64418e09974490d04d36f694df2
 SHA512 
fcecb19d53e247421aa44325f9b9fd6c14fd90db0b3c3fadf0e5e9b8a9413d0e44679de3869f141122208c07519d544e188b6a8bd6a434d1b03a982aefadae09
+DIST tsetup32.1.8.15.tar.xz 38168608 BLAKE2B 
25fb2ade9287f09dd65135db95b393b20a177d71d6356848abeba1d72ef1c0166aa236b3e892eac69058d16c5f549693de8b609299c81b6805bc8f757f6d668b
 SHA512 
773b179f6ed81825a2ec9352e3d57ff91c0c418fbd853370072f37dd1381fa8e7b6bde4d0ab080cfc3a8aa870badd04ac6c4a8f0f38446cabc4f1283334123c0
 DIST tsetup32.1.8.8.tar.xz 36820924 BLAKE2B 
942dba2ca043aefde7a256f402cb702cf42cd8eaa043a776effa747d0922fb0cc53007af87918ae3c8ce55545e390462529e4ad4ffdcb297e5f2f92d74154140
 SHA512 
4a6aeee0f287bfb1d1cdfe16b5ea4185133dc68233210c21aff928a6995908cd4e6088080226339c86e7514eb1d6722031451749f3520b620ea173d79a4c99ad

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.8.15.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.8.15.ebuild
new file mode 100644
index 000..6564f90ef88
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.8.15.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=media-libs/fontconfig-2.13
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN} 

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

2019-10-14 Thread Joonas Niilola
commit: 25825b340147a29ea280241281fecea9722e9661
Author: Bernardo Meurer  gmail  com>
AuthorDate: Mon Oct 14 03:53:14 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 14 17:39:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25825b34

dev-libs/granite: multiple fixes

* Make introspection conditional on the USE flag (solves an issue with 
stabilization)
* Replace xdg_utils with xdg and since the latter exports the necessary stages
* Adds back the doc USE flag, which was left during the 5.2.5 bump since I 
couldn't get it to work
* Restrict !test

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernardo Meurer  standard.ai>
Closes: https://github.com/gentoo/gentoo/pull/13294
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/granite/granite-5.2.5-r1.ebuild | 79 
 1 file changed, 79 insertions(+)

diff --git a/dev-libs/granite/granite-5.2.5-r1.ebuild 
b/dev-libs/granite/granite-5.2.5-r1.ebuild
new file mode 100644
index 000..6f3451adc54
--- /dev/null
+++ b/dev-libs/granite/granite-5.2.5-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_MIN_API_VERSION=0.40
+BUILD_DIR="${WORKDIR}/${P}-build"
+
+inherit meson vala xdg
+
+DESCRIPTION="Elementary OS library that extends GTK+"
+HOMEPAGE="https://github.com/elementary/granite;
+SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc +introspection test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   $(vala_depend)
+   virtual/pkgconfig
+   doc? (
+   dev-lang/vala[valadoc]
+   dev-util/gtk-doc
+   )
+"
+DEPEND="
+   >=dev-libs/glib-2.50:2
+   dev-libs/libgee:0.8[introspection=]
+   >=x11-libs/gtk+-3.22:3[introspection=]
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   vala_src_prepare
+   if use doc; then
+   sed -i \
+   
"s/find_program('valadoc')/find_program('valadoc-$(vala_best_api_version)')/g" \
+   doc/meson.build || die "Failed to replace valadoc"
+   local doc_sed_list=(
+   "lib/Widgets/AboutDialog.vala"
+   "lib/Widgets/AlertView.vala"
+   "lib/Widgets/AsyncImage.vala"
+   "lib/Widgets/Avatar.vala"
+   "lib/Widgets/CellRendererBadge.vala"
+   "lib/Widgets/DynamicNotebook.vala"
+   "lib/Widgets/MessageDialog.vala"
+   "lib/Widgets/ModeButton.vala"
+   "lib/Widgets/OverlayBar.vala"
+   "lib/Widgets/SeekBar.vala"
+   "lib/Widgets/StorageBar.vala"
+   "lib/Widgets/Toast.vala"
+   "lib/Widgets/Welcome.vala"
+   )
+   for src_file in "${doc_sed_list[@]}"; do
+   sed -ie "s@{{../doc@{{${BUILD_DIR}/doc@g" \
+   "./${src_file}" || die "Failed to fix docs for 
./${src_file}"
+   done
+   fi
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc documentation)
+   )
+   meson_src_configure
+
+   if use doc; then
+   cp -r ./doc/images "${BUILD_DIR}/doc/" || die "Failed to copy 
doc images"
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}/doc/granite/html/." )
+   meson_src_install
+}



[gentoo-commits] proj/no-distcc-env:master commit in: package.env/no-distcc-pump/app-portage/, package.env/no-distcc/app-portage/

2019-10-14 Thread Matt Turner
commit: da06250b4983085cb09f51f897b64e1f741dbcf4
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 14 16:33:17 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 14 16:33:17 2019 +
URL:https://gitweb.gentoo.org/proj/no-distcc-env.git/commit/?id=da06250b

Fully disable distcc for app-portage/portage-utils

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

 package.env/no-distcc-pump/app-portage/portage-utils | 1 -
 package.env/no-distcc/app-portage/portage-utils  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.env/no-distcc-pump/app-portage/portage-utils 
b/package.env/no-distcc-pump/app-portage/portage-utils
deleted file mode 100644
index 91ad123..000
--- a/package.env/no-distcc-pump/app-portage/portage-utils
+++ /dev/null
@@ -1 +0,0 @@
-app-portage/portage-utils no-distcc-pump.conf

diff --git a/package.env/no-distcc/app-portage/portage-utils 
b/package.env/no-distcc/app-portage/portage-utils
new file mode 100644
index 000..1dc9359
--- /dev/null
+++ b/package.env/no-distcc/app-portage/portage-utils
@@ -0,0 +1 @@
+app-portage/portage-utils no-distcc.conf



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

2019-10-14 Thread Thomas Deutschmann
commit: bc0fe8604ba04929688ee6873ecdc6cec4ea22d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 14 15:52:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 15:52:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0fe860

app-admin/sudo: bump to v1.8.28

Bug: https://bugs.gentoo.org/697462
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-admin/sudo/Manifest   |   1 +
 app-admin/sudo/sudo-1.8.28.ebuild | 251 ++
 2 files changed, 252 insertions(+)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index d090ef2548e..7f607152788 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,2 +1,3 @@
 DIST sudo-1.8.27.tar.gz 3293178 BLAKE2B 
174d63ece5c24309dc0d237fadfc4131243aca333491ffa6dcdb3c44b53cb8149d3bf2f3aea2aa49529ea811d4727a11ac1909305e342b858a4c14f923f12956
 SHA512 
0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac
+DIST sudo-1.8.28.tar.gz 3309744 BLAKE2B 
191a1f4239bdd2c1889b2a9c372a6fc949975e54cb510d25602798ee2e6e7b253a18fef290bc324acd4abb3049bcab909fdaa512bb24c400a95cc0901b50ab37
 SHA512 
09e589cdfd18d7c43b0859a0e11c008b3cb995ae4f8c89c717c5242db9e5696361eb574ebe74a0b5316afffb3a8037f7a7f3c249176e8ed9caffeb4cd860ddc7
 DIST sudo-1.8.28rc2.tar.gz 3311100 BLAKE2B 
18aa7504f5cc8e58308472cf9e59cebdb5cde52d944b0e93d0235c94f7af7cb6cd62ae7bb757d33ca6708958687fdb3638b5ec5c9778c80254bb95a2f503fa81
 SHA512 
b8f148d1b2aa09c54ea30b48781f736916594106d0d49da1bcf4d76fc369365b3fec6233e62f4a6faaae9568a0d63d48aab9f4155f8dc2e4c8579e64fcab9335

diff --git a/app-admin/sudo/sudo-1.8.28.ebuild 
b/app-admin/sudo/sudo-1.8.28.ebuild
new file mode 100644
index 000..023e5a069d0
--- /dev/null
+++ b/app-admin/sudo/sudo-1.8.28.ebuild
@@ -0,0 +1,251 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam multilib libtool tmpfiles
+
+MY_P="${P/_/}"
+MY_P="${MY_P/beta/b}"
+
+DESCRIPTION="Allows users or groups to run commands as other users"
+HOMEPAGE="https://www.sudo.ws/;
+if [[ ${PV} == "" ]] ; then
+   inherit mercurial
+   EHG_REPO_URI="https://www.sudo.ws/repos/sudo;
+else
+   uri_prefix=
+   case ${P} in
+   *_beta*|*_rc*) uri_prefix=beta/ ;;
+   esac
+
+   SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
+   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
+   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-solaris"
+   fi
+fi
+
+# Basic license is ISC-style as-is, some files are released under
+# 3-clause BSD license
+LICENSE="ISC BSD"
+SLOT="0"
+IUSE="gcrypt ldap libressl nls offensive pam sasl +secure-path selinux 
+sendmail skey sssd system-digest"
+
+DEPEND="
+   sys-libs/zlib:=
+   ldap? (
+   >=net-nds/openldap-2.1.30-r1
+   dev-libs/cyrus-sasl
+   )
+   pam? ( sys-libs/pam )
+   sasl? ( dev-libs/cyrus-sasl )
+   skey? ( >=sys-auth/skey-1.1.5-r1 )
+   sssd? ( sys-auth/sssd[sudo] )
+   system-digest? (
+   gcrypt? ( dev-libs/libgcrypt:= )
+   !gcrypt? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+"
+RDEPEND="
+   ${DEPEND}
+   >=app-misc/editor-wrapper-3
+   virtual/editor
+   ldap? ( dev-lang/perl )
+   pam? ( sys-auth/pambase )
+   selinux? ( sec-policy/selinux-sudo )
+   sendmail? ( virtual/mta )
+"
+BDEPEND="
+   sys-devel/bison
+"
+
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="
+   pam? ( !skey )
+   skey? ( !pam )
+"
+
+MAKEOPTS+=" SAMPLES="
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+set_secure_path() {
+   # FIXME: secure_path is a compile time setting. using PATH or
+   # ROOTPATH is not perfect, env-update may invalidate this, but until it
+   # is available as a sudoers setting this will have to do.
+   einfo "Setting secure_path ..."
+
+   # first extract the default ROOTPATH from build env
+   SECURE_PATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env;
+   echo "${ROOTPATH}")
+   case "${SECURE_PATH}" in
+   */usr/sbin*) ;;
+   *) SECURE_PATH=$(unset PATH;
+   . "${EPREFIX}"/etc/profile.env; echo "${PATH}")
+   ;;
+   esac
+   if [[ -z ${SECURE_PATH} ]] ; then
+   ewarn " Failed to detect SECURE_PATH, please report this"
+   fi
+
+   # then remove duplicate path entries
+   cleanpath() {
+   local newpath thisp 

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

2019-10-14 Thread Ben Kohler
commit: c8d52e5c7308ae8eb0b87cc373289b0385d896a9
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Oct 14 15:06:01 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct 14 15:07:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d52e5c

sys-fs/ecryptfs-utils: bump to new snapshot

Version bump bug has been open over 3 years with no known blocking
problems.  I'm doing a non-maintainer bump to fix several outstanding
issues.

Bug: https://bugs.gentoo.org/572500
Closes: https://bugs.gentoo.org/595264
Closes: https://bugs.gentoo.org/697700
Closes: https://bugs.gentoo.org/694104
Closes: https://github.com/gentoo/gentoo/pull/12464
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 sys-fs/ecryptfs-utils/Manifest |  1 +
 .../ecryptfs-utils-111_p20170609.ebuild| 94 ++
 2 files changed, 95 insertions(+)

diff --git a/sys-fs/ecryptfs-utils/Manifest b/sys-fs/ecryptfs-utils/Manifest
index fa8c47275d2..0b38459deb4 100644
--- a/sys-fs/ecryptfs-utils/Manifest
+++ b/sys-fs/ecryptfs-utils/Manifest
@@ -1 +1,2 @@
+DIST ecryptfs-utils-111_p20170609.tar.gz 1433722 BLAKE2B 
eeb8840e0b369d2eb420e7853629086cbf430daed2dbf3ed620f5c2489de711c9d8dc5c2b555db5d09b968df6d07da19b93ca46add3b7987d3ff1ad9f06adc69
 SHA512 
4788a35d68bbb6b769803754adad14d063564e6285edcec4d68df076e96c61550ab6487a1b84498e24e3f56f8c9fda6eb63a66d469d3e654834357c5e2b4c781
 DIST ecryptfs-utils_108.orig.tar.gz 659465 BLAKE2B 
a4497470e1aeb3122da1c612a4bb9a32bbae960fad165b5d30543ccaf5682d877927b881956e109c2910eb46e456470ffc0f8fc1f3766f6767741d28d05dc802
 SHA512 
856d8fac587921f1b5cd0b4ff269c7db8941b6b183506c5bc2e640a77994293f3e09ecfaef94f12c00f2378e756ecec252d3f59eebbabb4229105f8be87653ba

diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild 
b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild
new file mode 100644
index 000..f132fa8f68d
--- /dev/null
+++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit flag-o-matic pam python-single-r1 linux-info autotools
+
+DESCRIPTION="eCryptfs userspace utilities"
+HOMEPAGE="https://launchpad.net/ecryptfs;
+SRC_URI="https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/tarball/894 -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc gpg gtk nls openssl pam pkcs11 python suid tpm"
+
+RDEPEND=">=sys-apps/keyutils-1.5.11-r1:=
+   >=dev-libs/libgcrypt-1.2.0:0
+   dev-libs/nss
+   gpg? ( app-crypt/gpgme )
+   gtk? ( x11-libs/gtk+:2 )
+   openssl? ( >=dev-libs/openssl-0.9.7:= )
+   pam? ( sys-libs/pam )
+   pkcs11? (
+   >=dev-libs/openssl-0.9.7:=
+   >=dev-libs/pkcs11-helper-1.04
+   )
+   python? ( ${PYTHON_DEPS} )
+   tpm? ( app-crypt/trousers )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.41.0
+   python? ( dev-lang/swig )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+
+   CONFIG_CHECK="~ECRYPT_FS"
+   linux-info_pkg_setup
+}
+
+src_unpack() {
+   mkdir -p "${S}" || die
+   tar -xf "${DISTDIR}/${P}.tar.gz" --strip-components=3 -C "${S}"
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-cppflags -D_FILE_OFFSET_BITS=64
+
+   econf \
+   --enable-nss \
+   --with-pamdir=$(getpam_mod_dir) \
+   $(use_enable doc docs) \
+   $(use_enable gpg) \
+   $(use_enable gtk gui) \
+   $(use_enable nls) \
+   $(use_enable openssl) \
+   $(use_enable pam) \
+   $(use_enable pkcs11 pkcs11-helper) \
+   $(use_enable python pywrap) \
+   $(use_enable tpm tspi)
+}
+
+src_install(){
+   emake DESTDIR="${D}" install
+
+   if use python; then
+   echo "ecryptfs-utils" > 
"${D}$(python_get_sitedir)/ecryptfs-utils.pth" || die
+   fi
+
+   use suid && fperms u+s /sbin/mount.ecryptfs_private
+
+   find "${ED}" -name '*.la' -exec rm -f '{}' + || die
+}
+
+pkg_postinst() {
+   if use suid; then
+   ewarn
+   ewarn "You have chosen to install ${PN} with the binary setuid 
root. This"
+   ewarn "means that if there are any undetected vulnerabilities 
in the binary,"
+   ewarn "then local users may be able to gain root access on your 
machine."
+   ewarn
+   fi
+}



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

2019-10-14 Thread Thomas Deutschmann
commit: 4985ed063954c1fae12e760666ff0828e2b610d5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 14 15:05:32 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 15:06:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4985ed06

sys-kernel/genkernel: bump to v4.0.0_beta20

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

 sys-kernel/genkernel/Manifest | 12 +---
 ...-4.0.0_beta19.ebuild => genkernel-4.0.0_beta20.ebuild} | 15 ++-
 sys-kernel/genkernel/genkernel-.ebuild| 15 ++-
 3 files changed, 17 insertions(+), 25 deletions(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index e9b68854208..8b660a0623e 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -2,7 +2,7 @@ DIST LVM2.2.02.173.tgz 2363504 BLAKE2B 
a516bc9b68b7b7529f4436d8849ca741eb3ca1b5a
 DIST LVM2.2.02.186.tgz 2389759 BLAKE2B 
e094c0135d455386ea5789208899d4dbdd5e78bebf52e49ab5587f881fbc2b94c6accecacf1b4ed182b0c87046402c00a47a1b724795a94fe3ec998b580a77ae
 SHA512 
06a1c00142ee41d8a576a5e06a5beae70baced3020e753ce3b612355cc4d9e33be4acf58569d49436c4ee1118d288d884c7301b7d886074eaf9f2fa6b0248c03
 DIST LVM2.2.02.88.tgz 1029151 BLAKE2B 
e3ce91b6c43155a66b79cf25da3973abb19decde3acc37d28daf80d14b1bd574f7d31fbcee4b397f0a146b2e221599079e521d0ac21932ff58b7c9d4fdf93501
 SHA512 
5c334c2c78220f4f9f082a74cbf0b156e96f2a07b5e55f054ff70c752ada97a67f83fa1d89c02accb7cbe5a62e356588831d96a102b7bf16cdce2591d4e37e4b
 DIST boost_1_71_0.tar.bz2 100124647 BLAKE2B 
edf5a03d5a5a63ef5826ef3c19a5ee862a43eb93e8e3d76f8a0d1f2c23122f5a0535e045058110574cd19092f3199c28ab9dae53f9db05ffe8c0b0b8cdbe27a9
 SHA512 
b7937d50c4512cf13cadd0ca829de36cf2cbc6fb788f45b1d4565ad0753e2b206c545125a5862016c2f16016f2e4a6b687928963b466fff17c3e0a4437142c20
-DIST btrfs-progs-v5.2.1.tar.xz 2049856 BLAKE2B 
841a506f07f1d965c3443fbea39c81a833c41ce1215db3feb41650c964a3a6ba8f5f964c61838921f2df90f6de7fdb057f0d41856549f26b9c4d580b4707d18f
 SHA512 
7da495df7dd2ef1c7961eda132c5f587785c7a91d2531a0c5ed3917f07c708d02acd48681520c10c375edd7a8a7ecab371e806077ccae7899eb41a5ddea89c59
+DIST btrfs-progs-v5.2.2.tar.xz 2073592 BLAKE2B 
6c477ad2599a2f629b5d85a28dee7286af744e4d684ff9a0e9b5ae433b7b1450ac66caa41103781d159c172d8c6fdf26f4590d1476e457f09d7f52d6ea87e481
 SHA512 
97eaf3dd8ce1629f0acace23f3eedc7c6942299ddb65cdc3b0a7b623026db1063d72f3c1b6297782705e08dfc4c361384e17b5e27a16e756cd0a81e35e79aa9c
 DIST busybox-1.20.2.tar.bz2 2186738 BLAKE2B 
3efa01ee81a9f3af0ccbcf28b1a24e817a28012d27a27c714b3f13fe4a73200af66fb93dcd9adc65de3e3abb26757939ff3d3ba620af08101c27c5f3550e7501
 SHA512 
089b67cd920f332daf910711739b1e55ba4c76cfa2122dfe5464432e0d76d3af8327837ebc3cc9954deef3e8f766d16a1928aecb2c169fe3de5a722eea7ea3dd
 DIST busybox-1.26.0.tar.bz2 2143958 BLAKE2B 
3a4a227a4308d9d5e00c00fc5e90ee9a1d6345574bdb571cd8b4adab63dcdad3ff7edf30154bb8f8f31a3a658c85641af0f7875d4d533d56bb7c79f28980ebe6
 SHA512 
9e38c2f4c5ddb6c3a184170b5526c1a78cf53a575ed359fb18c407976cab9788fa95a26ca2d4e5c32e1d639890944d98e118149ee1402b18fe085b0baf0186d3
 DIST busybox-1.27.2.tar.bz2 2216527 BLAKE2B 
77b8fa325b9ba691c0ac944537efdf5d87011b1a87c1c244588136f78055be9f2a71c77eea5edf1d20cfe50e59b15527511b14160930c946ed4e82c9608cb991
 SHA512 
d99e86b652562ebe1a5d50e1ba3877a1d1612997c17cb8d8e4212da181211a9b741a881cb051f14cb3ee8aea40226cf2cde80a076baed265d3bc0a4e96a5031c
@@ -11,7 +11,6 @@ DIST cryptsetup-2.2.1.tar.xz 10803072 BLAKE2B 
00ee2eff11e3054a40a4d9036c17864222
 DIST dmraid-1.0.0.rc16-3.tar.bz2 232743 BLAKE2B 
290c5bb7f1b12ac48627d8afcc346327b2fcce31b1015d5974c956d94f607b297e383158cd8741f03a770cdeb3f42c3e6341ebfcbc2220e122d89c2603eee512
 SHA512 
7c45e5117adc52fc2094b1b2bad4f4c518a46317a2196611966d72085ba3587c4ac8d1080f9d934888c01788f2b2d3d621c6f0d3e2a023c0fb1f9f3fa7fc127e
 DIST dropbear-2019.78.tar.bz2 2708659 BLAKE2B 
212b173cfea8655b43a8d93422dd4d3e0d669a67681cb17d6494b6083e6e4c58d21d52850c0cdf414617ee3dcaa071e376d0b5b156b6856cee2e4fe111550f7d
 SHA512 
f667ba8dae17ea89c118642b566f2c134c71bfd0b8bacea5cf7ec87d75ac79bd7cd1864a8788367a89d30ee35427d389ef6416375adff6e83caae30ff3e0549f
 DIST e2fsprogs-1.45.4.tar.xz 5567164 BLAKE2B 
ab7be15e504b674290a25572d09d1ca4bacebc14d23a0ae400636bdcf3bf117f3aaf82b806ca7fd25dcd6ef9fedff588de7c72134b095e27f7a363f7d70c94c7
 SHA512 
408f093a6674ef2316c451173481851041957617c550308d2969b983e11d988ddfc120626cd957c0759648bc357edf1d9971e6d46bed109c2af5f8a09bdc5bda
-DIST eudev-3.2.8.tar.gz 1894193 BLAKE2B 
8709a13031744d5dd2f57853375b920bdaa6ea028624111dc96be9d46748de8423ac749f27183c668336701c16735d7ca2db4566621e0e741a2604785c14c64f
 SHA512 
13221e6f9696a8630d867eb7d73f3bf5dd1bc2dfd80d62af00342be4cbf39a862e644ea3776fa4d91463e594ca50c5deecbeb7e05d161097e889ea58a66ccc42
 DIST expat-2.2.8.tar.xz 422324 BLAKE2B 

[gentoo-commits] proj/genkernel: New tag: v4.0.0_beta20

2019-10-14 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 14:55:24 2019 +

New tag: v4.0.0_beta20




[gentoo-commits] proj/genkernel:master commit in: patches/open-iscsi/2.0.875/, defaults/, patches/open-iscsi/2.0.878/, gkbuilds/

2019-10-14 Thread Thomas Deutschmann
commit: 7a0083f1f3ce2e4c1629776e97f9189465254713
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 14 14:13:37 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 14:52:53 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7a0083f1

open-iscsi bumped to v2.0.878

Signed-off-by: Thomas Deutschmann  gentoo.org>

 defaults/software.sh   |   9 +-
 gkbuilds/kmod.gkbuild  |  30 ++
 gkbuilds/open-iscsi.gkbuild|   4 +
 .../open-iscsi-2.0.874-musl-ethtool-compat.patch   |  69 -
 .../2.0.875/open-iscsi-2.0.874-musl-fixes.patch|  51 --
 ...eclare-inline-best_match_bufcmp-as-static.patch |  24 -
 .../open-iscsi-2.0.875-include-sysmacros.patch |  21 
 .../open-iscsi-2.0.875-static-iscsistart.patch |  13 ---
 .../2.0.878/open-iscsi-2.0.878-Makefiles.patch | 108 +
 .../open-iscsi-2.0.878-static-iscsistart.patch |  11 +++
 10 files changed, 161 insertions(+), 179 deletions(-)

diff --git a/defaults/software.sh b/defaults/software.sh
index 793c90e..4be9c92 100644
--- a/defaults/software.sh
+++ b/defaults/software.sh
@@ -88,7 +88,7 @@ 
GKPKG_GPG_BINPKG="${GKPKG_GPG_BINPKG:-%%CACHE%%/gnupg-${GKPKG_GPG_PV}-%%ARCH%%.t
 
 GKPKG_ISCSI_PN="open-iscsi"
 GKPKG_ISCSI_PV="${GKPKG_ISCSI_PV:-VERSION_ISCSI}"
-GKPKG_ISCSI_DEPS="util-linux"
+GKPKG_ISCSI_DEPS="kmod zlib util-linux"
 GKPKG_ISCSI_SRCDIR="${GKPKG_ISCSI_SRCDIR:-open-iscsi-${GKPKG_ISCSI_PV}}"
 
GKPKG_ISCSI_SRCTAR="${GKPKG_ISCSI_SRCTAR:-${DISTDIR}/open-iscsi-${GKPKG_ISCSI_PV}.tar.gz}"
 
GKPKG_ISCSI_BINPKG="${GKPKG_ISCSI_BINPKG:-%%CACHE%%/iscsi-${GKPKG_ISCSI_PV}-%%ARCH%%.tar.xz}"
@@ -100,6 +100,13 @@ 
GKPKG_JSON_C_SRCDIR="${GKPKG_JSON_C_SRCDIR:-json-c-${GKPKG_JSON_C_PV}}"
 
GKPKG_JSON_C_SRCTAR="${GKPKG_JSON_C_SRCTAR:-${DISTDIR}/json-c-${GKPKG_JSON_C_PV}.tar.gz}"
 
GKPKG_JSON_C_BINPKG="${GKPKG_JSON_C_BINPKG:-%%CACHE%%/json-c-${GKPKG_JSON_C_PV}-%%ARCH%%.tar.xz}"
 
+GKPKG_KMOD_PN="kmod"
+GKPKG_KMOD_PV="${GKPKG_KMOD_PV:-VERSION_KMOD}"
+GKPKG_KMOD_DEPS="zlib"
+GKPKG_KMOD_SRCDIR="${GKPKG_KMOD_SRCDIR:-kmod-${GKPKG_KMOD_PV}}"
+GKPKG_KMOD_SRCTAR="${GKPKG_KMOD_SRCTAR:-${DISTDIR}/kmod-${GKPKG_KMOD_PV}.tar.xz}"
+GKPKG_KMOD_BINPKG="${GKPKG_KMOD_BINPKG:-%%CACHE%%/kmod-${GKPKG_KMOD_PV}-%%ARCH%%.tar.xz}"
+
 GKPKG_LIBAIO_PN="libaio"
 GKPKG_LIBAIO_PV="${GKPKG_LIBAIO_PV:-VERSION_LIBAIO}"
 GKPKG_LIBAIO_DEPS=""

diff --git a/gkbuilds/kmod.gkbuild b/gkbuilds/kmod.gkbuild
new file mode 100644
index 000..6bdc0c4
--- /dev/null
+++ b/gkbuilds/kmod.gkbuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/--enable-static is not supported by 
kmod/s:as_fn_error:echo:' \
+   configure || die "Failed to re-enable static support"
+}
+
+src_configure() {
+   local myconf=(
+   --without-xz
+   --with-zlib
+   --without-openssl
+   --disable-python
+   --disable-tools
+   --enable-static
+   )
+
+   gkconf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   rm -rf \
+   "${D}"/usr/share/
+}

diff --git a/gkbuilds/open-iscsi.gkbuild b/gkbuilds/open-iscsi.gkbuild
index afe4677..d2686ca 100644
--- a/gkbuilds/open-iscsi.gkbuild
+++ b/gkbuilds/open-iscsi.gkbuild
@@ -2,8 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 src_compile() {
+   append-cppflags -DNO_SYSTEMD
+   export NO_SYSTEMD=1
+
gkmake -C utils/sysdeps V=1
gkmake -C utils/fwparam_ibft V=1
+   gkmake -C libopeniscsiusr V=1
gkmake -C usr -j1 V=1 iscsistart
 }
 

diff --git 
a/patches/open-iscsi/2.0.875/open-iscsi-2.0.874-musl-ethtool-compat.patch 
b/patches/open-iscsi/2.0.875/open-iscsi-2.0.874-musl-ethtool-compat.patch
deleted file mode 100644
index 12b82c7..000
--- a/patches/open-iscsi/2.0.875/open-iscsi-2.0.874-musl-ethtool-compat.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From: Anthony G. Basiel 
-
-diff -Naur open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/bnx2x.c 
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c
 open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/bnx2x.c 2016-09-29 
18:33:24.0 +
-+++ open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c  2017-01-03 
21:45:47.504035833 +
-@@ -42,7 +42,7 @@
- #include 
- #include   /* Needed for linux/ethtool.h on RHEL 5.x */
- #include 
--#include 
-+#include "ethtool-compat.h"
- #include 
- #include 
- #include 
-diff -Naur open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/ethtool-compat.h 
open-iscsi-2.0.874/iscsiuio/src/unix/libs/ethtool-compat.h
 open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/ethtool-compat.h
1970-01-01 00:00:00.0 +
-+++ open-iscsi-2.0.874/iscsiuio/src/unix/libs/ethtool-compat.h 2017-01-03 

[gentoo-commits] proj/genkernel:master commit in: patches/open-iscsi/2.0.875/, defaults/, patches/open-iscsi/2.0.878/, gkbuilds/

2019-10-14 Thread Thomas Deutschmann
commit: ed6180f1f5af98d82d7e23881cf135f99fcaef84
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 14 14:13:37 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 14 14:30:44 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ed6180f1

open-iscsi bumped to v2.0.878

 defaults/software.sh   |   9 +-
 gkbuilds/kmod.gkbuild  |  30 ++
 gkbuilds/open-iscsi.gkbuild|   4 +
 .../open-iscsi-2.0.874-musl-ethtool-compat.patch   |  69 -
 .../2.0.875/open-iscsi-2.0.874-musl-fixes.patch|  51 --
 ...eclare-inline-best_match_bufcmp-as-static.patch |  24 -
 .../open-iscsi-2.0.875-include-sysmacros.patch |  21 
 .../open-iscsi-2.0.875-static-iscsistart.patch |  13 ---
 .../2.0.878/open-iscsi-2.0.878-Makefiles.patch | 108 +
 .../open-iscsi-2.0.878-static-iscsistart.patch |  11 +++
 10 files changed, 161 insertions(+), 179 deletions(-)

diff --git a/defaults/software.sh b/defaults/software.sh
index 793c90e..4be9c92 100644
--- a/defaults/software.sh
+++ b/defaults/software.sh
@@ -88,7 +88,7 @@ 
GKPKG_GPG_BINPKG="${GKPKG_GPG_BINPKG:-%%CACHE%%/gnupg-${GKPKG_GPG_PV}-%%ARCH%%.t
 
 GKPKG_ISCSI_PN="open-iscsi"
 GKPKG_ISCSI_PV="${GKPKG_ISCSI_PV:-VERSION_ISCSI}"
-GKPKG_ISCSI_DEPS="util-linux"
+GKPKG_ISCSI_DEPS="kmod zlib util-linux"
 GKPKG_ISCSI_SRCDIR="${GKPKG_ISCSI_SRCDIR:-open-iscsi-${GKPKG_ISCSI_PV}}"
 
GKPKG_ISCSI_SRCTAR="${GKPKG_ISCSI_SRCTAR:-${DISTDIR}/open-iscsi-${GKPKG_ISCSI_PV}.tar.gz}"
 
GKPKG_ISCSI_BINPKG="${GKPKG_ISCSI_BINPKG:-%%CACHE%%/iscsi-${GKPKG_ISCSI_PV}-%%ARCH%%.tar.xz}"
@@ -100,6 +100,13 @@ 
GKPKG_JSON_C_SRCDIR="${GKPKG_JSON_C_SRCDIR:-json-c-${GKPKG_JSON_C_PV}}"
 
GKPKG_JSON_C_SRCTAR="${GKPKG_JSON_C_SRCTAR:-${DISTDIR}/json-c-${GKPKG_JSON_C_PV}.tar.gz}"
 
GKPKG_JSON_C_BINPKG="${GKPKG_JSON_C_BINPKG:-%%CACHE%%/json-c-${GKPKG_JSON_C_PV}-%%ARCH%%.tar.xz}"
 
+GKPKG_KMOD_PN="kmod"
+GKPKG_KMOD_PV="${GKPKG_KMOD_PV:-VERSION_KMOD}"
+GKPKG_KMOD_DEPS="zlib"
+GKPKG_KMOD_SRCDIR="${GKPKG_KMOD_SRCDIR:-kmod-${GKPKG_KMOD_PV}}"
+GKPKG_KMOD_SRCTAR="${GKPKG_KMOD_SRCTAR:-${DISTDIR}/kmod-${GKPKG_KMOD_PV}.tar.xz}"
+GKPKG_KMOD_BINPKG="${GKPKG_KMOD_BINPKG:-%%CACHE%%/kmod-${GKPKG_KMOD_PV}-%%ARCH%%.tar.xz}"
+
 GKPKG_LIBAIO_PN="libaio"
 GKPKG_LIBAIO_PV="${GKPKG_LIBAIO_PV:-VERSION_LIBAIO}"
 GKPKG_LIBAIO_DEPS=""

diff --git a/gkbuilds/kmod.gkbuild b/gkbuilds/kmod.gkbuild
new file mode 100644
index 000..6bdc0c4
--- /dev/null
+++ b/gkbuilds/kmod.gkbuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/--enable-static is not supported by 
kmod/s:as_fn_error:echo:' \
+   configure || die "Failed to re-enable static support"
+}
+
+src_configure() {
+   local myconf=(
+   --without-xz
+   --with-zlib
+   --without-openssl
+   --disable-python
+   --disable-tools
+   --enable-static
+   )
+
+   gkconf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   rm -rf \
+   "${D}"/usr/share/
+}

diff --git a/gkbuilds/open-iscsi.gkbuild b/gkbuilds/open-iscsi.gkbuild
index afe4677..d2686ca 100644
--- a/gkbuilds/open-iscsi.gkbuild
+++ b/gkbuilds/open-iscsi.gkbuild
@@ -2,8 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 src_compile() {
+   append-cppflags -DNO_SYSTEMD
+   export NO_SYSTEMD=1
+
gkmake -C utils/sysdeps V=1
gkmake -C utils/fwparam_ibft V=1
+   gkmake -C libopeniscsiusr V=1
gkmake -C usr -j1 V=1 iscsistart
 }
 

diff --git 
a/patches/open-iscsi/2.0.875/open-iscsi-2.0.874-musl-ethtool-compat.patch 
b/patches/open-iscsi/2.0.875/open-iscsi-2.0.874-musl-ethtool-compat.patch
deleted file mode 100644
index 12b82c7..000
--- a/patches/open-iscsi/2.0.875/open-iscsi-2.0.874-musl-ethtool-compat.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From: Anthony G. Basiel 
-
-diff -Naur open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/bnx2x.c 
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c
 open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/bnx2x.c 2016-09-29 
18:33:24.0 +
-+++ open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c  2017-01-03 
21:45:47.504035833 +
-@@ -42,7 +42,7 @@
- #include 
- #include   /* Needed for linux/ethtool.h on RHEL 5.x */
- #include 
--#include 
-+#include "ethtool-compat.h"
- #include 
- #include 
- #include 
-diff -Naur open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/ethtool-compat.h 
open-iscsi-2.0.874/iscsiuio/src/unix/libs/ethtool-compat.h
 open-iscsi-2.0.874.orig/iscsiuio/src/unix/libs/ethtool-compat.h
1970-01-01 00:00:00.0 +
-+++ open-iscsi-2.0.874/iscsiuio/src/unix/libs/ethtool-compat.h 2017-01-03 
21:45:23.016034980 +
-@@ -0,0 +1,51 @@
-+/*

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2019-10-14 Thread Andreas K. Hüttel
commit: 8f8747d888eeec7fe55fb6626019810c8668bfe6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 14 14:27:20 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Oct 14 14:29:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8747d8

app-office/libreoffice-bin: Version bump, with newer libraries linked

Bug: https://bugs.gentoo.org/692304
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin/Manifest|  12 +
 .../libreoffice-bin/libreoffice-bin-6.2.7.1.ebuild | 257 +
 2 files changed, 269 insertions(+)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index c9256c01e3c..98e371bef31 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-bin-libreoffice-6.2.5.2.tar.xz 104233412 BLAKE2B 
577d104f966b6c8809246569cdc92c4af5815ba69a9a56ec41e9666f1f45828385f84cd6b611d76d4f6dca5af75d18d735153ea8eb4ca6e5998039e09d308c2a
 SHA512 
784d780099f14ae2285c2c45086d49571b8def5d531c5dd0432c53922ef560c4c9dfbd8f318218b31823faeb8dc3443a1b2da97b90dac0964b54d0c2cd7b26a3
+DIST amd64-bin-libreoffice-6.2.7.1.tar.xz 104255508 BLAKE2B 
f65a8e4b247668a4d14cfde90bf50619f57f1324bcda6616ee285cdfc6c9d5551a08185bd3a6e3c93882df91049b560268c6ac1e5dd222afb0740e66
 SHA512 
22938b170e30c5b1d59f9e09fcfaee99f1f57646e12e75deeb9f19f20b48813bce6500cc1acc6401d1853c34fb532d65695335b584d6a3fe99c0ea2ba77f8227
 DIST amd64-bin-libreoffice-gnome-6.2.5.2.xd3 827035 BLAKE2B 
eb4e8693e0863da1170c8cf28abe336054544e87c4c19862e5de90e068c233ff20d287db88f7bfacb599c010d9926198d7654233f3993981c6a9342e1ddd6645
 SHA512 
09811b27195733a4d62899491c02f72177a9a3ba14bfe34dcd7e103710d3da0a2d750af2094900168a668f5b336c47e4756e045ecbb19f1bc1792ad5b0ad6b00
+DIST amd64-bin-libreoffice-gnome-6.2.7.1.xd3 822043 BLAKE2B 
9256f3c6b358102375a18d1a5d3378e37ffd66632095c04a7c2221cd5d527306795535e4fd224718a85f99fe6fa238269c0b9270c5a8170c56e8787545e2c47a
 SHA512 
9dd1d67d7991ddfa8c1126e910b4fbf2ecb52ee6275ff8f91c3cf7f3bc77528e29bda155d81ccb9b7d375d36e0ea5095d68179295d4427a26f981ddb3bce8a9e
 DIST amd64-bin-libreoffice-gnome-java-6.2.5.2.xd3 29528433 BLAKE2B 
e8d61fbc5c3b0df1635d9a5f1633884c8090db509ae053e45a9d3c8462737e258584f8badea038218c1af6fa2b8e438afd923d6496207daf9f298b1dcba422cc
 SHA512 
6cd2fb0bf978fe6ba2a5e0b453f63f4443f7042a5f9b1b158aee5c17a634becf1877f3e39a2e689ea65dee95a60c1becda1a381265cff55a32ada5d03104f09a
+DIST amd64-bin-libreoffice-gnome-java-6.2.7.1.xd3 29527739 BLAKE2B 
646f19101cce9b20d84ebe189502133cef117833a959ca8df450c86514c8219f95b26c389987400a43f30c72a0956b2734292b41ebc1f3d4a43dce24338209d9
 SHA512 
07d87bcf955629f8428569fb903bc2423c620280a64732b4e5a7d2750428656efbf8fe040278851a57e89d1a49bca07c22c07225e49a8116cb142b69bf693aa3
 DIST amd64-bin-libreoffice-java-6.2.5.2.xd3 29397096 BLAKE2B 
a96bdb8054f340b9ed8cbfb0cac13240787d6cb21babd17be2136e7e1dcd63754bdbb1d346ad00f87c3b90d0540b9ad314adb681f6441e3bf564759cd2fa1142
 SHA512 
4d557944a8bcae5ede07229ad487585ca9cd1aaf532a9ebe3bd6fdc2720461f760dc54b62ff8898d1a876786797ce2dce0134e7c200778d269c9ff24002e9270
+DIST amd64-bin-libreoffice-java-6.2.7.1.xd3 29397430 BLAKE2B 
50c2e60b20c179707fdd9ece97f81aaa8288c193ac2aeb07b6ff0e29c956cb9a0ac74f15c33c064229dcc4f4914c8d3fdff45485147de6df02358049769edb89
 SHA512 
3c78488d17562723f0fa5c97649c11833e6646a3e67cdef12ee964eaa6d46d9567c24c4f19e5dae312093be44c5ec2faca862e82adec418a8365220dd4af6d6d
 DIST amd64-bin-libreoffice-kde-6.2.5.2.xd3 18176613 BLAKE2B 
f96688eedad180dd21336a4458f46281a267ab6b0b8c274a9ff6c0f60415c63e2de723d8474781cb91e426c230f54dbc8032133a4a30db048eea59f31279cb5c
 SHA512 
129ee7e6020db5bab4fb50e3a87060e561e598a6a1fc192d3bbe8a3770ff25e66e3e96b1c04a59f56dd72e18c34a94894d8ed82dccef44f332205805b0891f7a
+DIST amd64-bin-libreoffice-kde-6.2.7.1.xd3 18189111 BLAKE2B 
518cd92240203e04f13e7321118f114614574bf02bba91086757531558ad7ce80d81a8da25911f732bb05d0a170f6973f40e16e581c5e87a85c955c89132ce36
 SHA512 
59f84b641c36188435dba80b5c170954eaed19a16e88d4047ca6887cec9248f485d1ea596643fc87ac1e57aa1a0951daee688dd81942250348b8005d7f92e53d
 DIST amd64-bin-libreoffice-kde-java-6.2.5.2.xd3 29682018 BLAKE2B 
be1088deb9ac86c740294279cfab4ba55b3db7a9dd048b35275b323ee2c3d69cf7fb5ea9ae188870f3649abf353ad02af20f93343720c618a02a5135b37ced17
 SHA512 
da772be63d9195756c4d1468be37dfaf2f245d4259f411913fda58eabbc85041359cf7f689050752efc2c30ab30d35adf2e94bfaefdce1cafc762c52ce7d7b50
+DIST amd64-bin-libreoffice-kde-java-6.2.7.1.xd3 29690166 BLAKE2B 
123645b8553948cefc137f40b19153aad8977f342e1d49e88a4c278e32fa977afd0807c089f49b269bcb13db4cc34f850f1f6e7daeced4bfc0c08308bb25f18e
 SHA512 
46e6009b9db9c0b4c3f9c300c1ef18da4b9c5ee701c715b8a7d7bbc77821b587fa739a8f40db18afde83d1707f9eb3dc2db8567903030cfe93bd152ad6c03be0
 DIST x86-bin-libreoffice-6.2.5.2.tar.xz 106672784 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2019-10-14 Thread Andreas K. Hüttel
commit: c759ccbd9e5169e5bae35aa615018c0e4b9d7a1b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 14 14:29:14 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Oct 14 14:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c759ccbd

app-office/libreoffice-bin-debug: Version bump, with newer libraries linked

Bug: https://bugs.gentoo.org/692304
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin-debug/Manifest  | 12 +++
 .../libreoffice-bin-debug-6.2.7.1.ebuild   | 87 ++
 2 files changed, 99 insertions(+)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 9117b8495f0..14004d93e94 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-debug-libreoffice-6.2.5.2.tar.xz 1641072480 BLAKE2B 
fb084df67bbcf7af16050c7e72478b16b69c7cbe4cccf18ace02907e98e5e5d49ea516d6aa9a1c232984aafcbbcbcb009ca9df3f074642ac1c3ab9860f16757d
 SHA512 
7f7bfb9dd90bb6e5a7b45987b46cdd0da29c633e93511d4a275a073a8fe15b165770f7536af5f2d351be636c904318d71a07d91da15da08dea4ba84b0046fc4d
+DIST amd64-debug-libreoffice-6.2.7.1.tar.xz 1642045960 BLAKE2B 
f9b2cc0bbb98b16d70f060e74c20423f26bde6075e9a7bab46844947f8621790862ae7e90c8f8b0e36f07a9235ac652582b3a4247396fd858b2bb514c2e69c72
 SHA512 
3f73bcb04e797316696111b905e2db44224182f26b014954e1c5f32c308c82791f7865e6838e903ca4b378d9a525d643768e19428361b9a3960dee69a9b28d92
 DIST amd64-debug-libreoffice-gnome-6.2.5.2.xd3 1609525 BLAKE2B 
24df754b5a03bb06e08a3defff41d9cc135c787f7427c6e2948713c4f1f27cbf2ac20d8d9df25ee648221d36c355fdd70a39ea9498cc88a52a8c1fbb0ea396eb
 SHA512 
8c34bccfd1ada25e5f3076631a1c61bf359d2e26a0ea97de3b073622e801e57c24cf1675f3b3baccce12b9d803d3c5ad432cb724074119766c60d416535330f4
+DIST amd64-debug-libreoffice-gnome-6.2.7.1.xd3 1609826 BLAKE2B 
79ab7bd8aa4146aa6576e711c7574609a5922824c64ef8390ae271ef04c9a3bab8c4cf87a528c41dadec45d7c0eaaa74c92307c5c4f4660f4fa3c0649e63a82d
 SHA512 
491125780294bacc581130f2bbf63a757b1ffdafb4031b5855b97a5d62ab70305e557e792a1326108cb0d70544a72a3d5cae6995876d0e397fc3a3ea904a3226
 DIST amd64-debug-libreoffice-gnome-java-6.2.5.2.xd3 866015327 BLAKE2B 
014989b5f558590dc55f4f82d1a502804c6cb03baef35674fcaefb858925422b0ad21c821fe8e215c6cb6a01e12642d217a28bce42591034d808e5bc172869f1
 SHA512 
318e1fdf09bd06333e81f557ebb3ef26e745920022d8a1ff25f481737faade03be6613b39539f6e0ce4c58404c1baad3f1217c4b17673bf740b1c421d4f42933
+DIST amd64-debug-libreoffice-gnome-java-6.2.7.1.xd3 862086791 BLAKE2B 
88e6748a0191e66f45f9798aa4922179b117d478b1c5bf3fdb4d28199fca8e9f361e70189bd3928235e4a1a79e23ee4c23dcd62876224fa1cead097e5c24f2aa
 SHA512 
54fb023c43723a5014236b205da5f04ceec602d37ed7953ab3cbebeedc2dca9c9337a74c894b69e12f887a6a480882d3e641ddcb2cd6d454ac4c7ff4dfebc3a2
 DIST amd64-debug-libreoffice-java-6.2.5.2.xd3 864389819 BLAKE2B 
14ea27a4c869c6cc3241d20d55f30f9bc471c4bf0816e9b4e7b1e18c47286734c752ccf1f438bb116ba3f56b10827a537a9dbef80f9b370d2ee6bafc2be45162
 SHA512 
ee04800538235f58256784989acfb8bc1a3c842016ee6a52ee875067f4614903b3de8367706f53e2a65d053793f50f536518fd409465af49bdcc20683014bc85
+DIST amd64-debug-libreoffice-java-6.2.7.1.xd3 860462668 BLAKE2B 
d0d8a3b72533fb8d5ce6617ca2aecc2f6ffd144dd4e64244b60a89eb5d74b4a84987de4da6008669bfc0219dec23fc4ac6feb156d74a3702cbc5d2e62e2f3c3e
 SHA512 
9b622a787c67c89898b532d0339f7f11056cef67af51974e686580f4eccab5479229ac62048353c996605ae0ab7235476c13e51e4e358a88d7609dfbb29f34b3
 DIST amd64-debug-libreoffice-kde-6.2.5.2.xd3 462116544 BLAKE2B 
27cba58f6329a9318ea2c33959fa7bb942449d033bfc6cc3c0b730d2c1e29195119810205a49951639487cfcbb2b433539be191439b10f60b875a18429be8741
 SHA512 
50e1533397ab7d94004462ad042de09653fa75a87492acbc1650f3808c6187fb79e66fbfcf1b3088ed67711747a4601b0fea2c6c8a34b5ef8a167ee6bf535959
+DIST amd64-debug-libreoffice-kde-6.2.7.1.xd3 462482442 BLAKE2B 
0b879c1383f0471dc7966303eaedcefd7006f2c195896aafb36e327d1518d20cdb5b359ff6d3582eda6d698b56ec7bb3b560132d68f1869f0d1804812d1aca0a
 SHA512 
c46775c547c411af6b1d5c5f5595cd5bd4633f15aaf055af2f39ff735d249edbd0ca5365cde468fe4a0238ec0ff7dca43c33e993d1d6f643294de84fa0e3093a
 DIST amd64-debug-libreoffice-kde-java-6.2.5.2.xd3 869114510 BLAKE2B 
d158629b437118e5bf00c637b33deb651034323a5931bb75d878fe4e1d38c1e10bf4dd6426f75cc3d7be6070e657f89587507649abc8929f03c9b19a1f6f9b95
 SHA512 
2849c1fbf12272d8206a3f37df5278d0cec3387de65d07f17b466a040ccb74b4fa33654dd6b54eecefcf986855a9ccb840545dcf4a926b7e0e6ce6ca07ad1185
+DIST amd64-debug-libreoffice-kde-java-6.2.7.1.xd3 865223776 BLAKE2B 
5966b1ab70c38eaa22de551ab521f4ae3c09aab4227981802da4fc48f7a14d1c8c121e1e1102c9b2e64f9dd87c53cddea3a6e1c2ed08c655240f872aaa0c33c1
 SHA512 
3fe59431e0464fa53a6e6481208a061cbd9bf0541c841dbc11e81571bedb6b07169790ab384b821b52dd6a0eaeaefcdd3fdafd1a2a711138421be8adb6ae4c11
 DIST x86-debug-libreoffice-6.2.5.2.tar.xz 

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

2019-10-14 Thread Lars Wendler
commit: 259d2c63cb50e2cd36d6f15129c131be6af59267
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 14:22:29 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 14:23:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259d2c63

dev-libs/libatasmart: Bump to version 0.19_p5

New upstream (Debian?)

Bug: https://bugs.gentoo.org/697702
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/libatasmart/Manifest   |  2 ++
 dev-libs/libatasmart/libatasmart-0.19_p5.ebuild | 44 +
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libatasmart/Manifest b/dev-libs/libatasmart/Manifest
index 4d371de4ba6..74a2b4dea5b 100644
--- a/dev-libs/libatasmart/Manifest
+++ b/dev-libs/libatasmart/Manifest
@@ -1,2 +1,4 @@
 DIST libatasmart-0.19.tar.xz 251204 BLAKE2B 
7e2a9823c27eee5a41f93464b28236239891349639162c5fdc114c241a70fb39a3046c3de16ce402787cd86e13609fff0578bd26f7a2c994fefe3c9756d45968
 SHA512 
ec9edb019c477873b01289ba365ad0ed0946505d651c1f6f83a63ef61b3976a5db6439c8a0c74d9a55325db9a3a587ad6f655f8d1af9387b0d08356eccabdb62
 DIST libatasmart_0.19-2.debian.tar.gz 6511 BLAKE2B 
d283dd1db988b95436a99cf804790b6c9b22d48b41d561a6fd2b9aff0948241ab5e775c5c35691692103acd5e73ad2e46278b9d37f886cd48c91cc69353a1564
 SHA512 
78e86b0c1d2a56dddc8d9ac97ee325871e319ad2226f1fbd5a048d792cd05e5d8162d282c1f767086da5329cd1ee67b37fbb5a2fd3c950f84e9efab11abcf754
+DIST libatasmart_0.19-5.debian.tar.xz 6452 BLAKE2B 
09bde3d5d79062d4df82e5582e932b6b566a91607086ddd805925d1966cdee4cb4ba43863f4b7d26a98588479b117841050f762d23c6719448635bf1e681b315
 SHA512 
434b6ef3ea377485ce745e147da8bb72851b2eeabe6f418379511650f0161f15a9ee21f4f0b5f9beb218b99eb417c1aeafdea4640995efbaf45024f40ce71802
+DIST libatasmart_0.19.orig.tar.xz 251204 BLAKE2B 
7e2a9823c27eee5a41f93464b28236239891349639162c5fdc114c241a70fb39a3046c3de16ce402787cd86e13609fff0578bd26f7a2c994fefe3c9756d45968
 SHA512 
ec9edb019c477873b01289ba365ad0ed0946505d651c1f6f83a63ef61b3976a5db6439c8a0c74d9a55325db9a3a587ad6f655f8d1af9387b0d08356eccabdb62

diff --git a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild 
b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild
new file mode 100644
index 000..14cb1e0f3a0
--- /dev/null
+++ b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard 
disks"
+HOMEPAGE="https://salsa.debian.org/utopia-team/libatasmart;
+SRC_URI="mirror://debian/pool/main/liba/${PN}/${PN}_${PV/_p*}.orig.tar.xz
+   mirror://debian/pool/main/liba/${PN}/${PN}_${PV/_p/-}.debian.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+IUSE="static-libs"
+
+RDEPEND="virtual/libudev:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P/_p*}"
+
+src_prepare() {
+   # https://bugs.gentoo.org/470874
+   local d="${WORKDIR}/debian/patches"
+   sed -i -e '/#/d' \
+   -e "s|^|${d}/|" "${d}"/series || die
+   eapply $(<"${d}"/series)
+   eapply_user
+}
+
+src_configure() {
+   local myeconfargs=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -type f -name "*.la" -delete || die
+}



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

2019-10-14 Thread Lars Wendler
commit: 8dc9f93a360d726b014712762ec3993f25c66c4c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 14:12:03 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 14:12:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc9f93a

dev-libs/libatasmart: Removed old

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

 dev-libs/libatasmart/libatasmart-0.19-r1.ebuild | 41 -
 1 file changed, 41 deletions(-)

diff --git a/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild 
b/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild
deleted file mode 100644
index f2820bf64e2..000
--- a/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-PATCH_LEVEL=2
-
-DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard 
disks"
-HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html;
-SRC_URI="http://0pointer.de/public/${P}.tar.xz
-   
mirror://debian/pool/main/liba/${PN}/${PN}_${PV}-${PATCH_LEVEL}.debian.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE="static-libs"
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="README"
-
-src_prepare() {
-   # https://bugs.gentoo.org/470874
-   local d="${WORKDIR}"/debian/patches
-   sed -i -e '/#/d' "${d}"/series || die
-   EPATCH_SOURCE="${d}" epatch $(<"${d}"/series)
-}
-
-src_configure() {
-   econf \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2019-10-14 Thread Lars Wendler
commit: 21dc3dc5b911b91988d1eceb92908e69959136c6
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 13:53:24 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 13:59:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dc3dc5

games-util/joystick: Bump to version 1.7.0

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

 games-util/joystick/Manifest  |  1 +
 games-util/joystick/joystick-1.7.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 210ac3641d2..667ee1757f1 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1,3 @@
 DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 
26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb
 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
 DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
+DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56

diff --git a/games-util/joystick/joystick-1.7.0.ebuild 
b/games-util/joystick/joystick-1.7.0.ebuild
new file mode 100644
index 000..a4389f20bcf
--- /dev/null
+++ b/games-util/joystick/joystick-1.7.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+DESCRIPTION="joystick testing utilities"
+HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl2:0[video] )
+   !

[gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/

2019-10-14 Thread Lars Wendler
commit: 3f7f93463f2725ef8d00b28397d27244b3229ea4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 13:47:44 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 13:59:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7f9346

games-strategy/hedgewars: Bump to version 1.0.0

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

 games-strategy/hedgewars/Manifest   |   1 +
 games-strategy/hedgewars/hedgewars-1.0.0.ebuild | 111 
 2 files changed, 112 insertions(+)

diff --git a/games-strategy/hedgewars/Manifest 
b/games-strategy/hedgewars/Manifest
index 9a8719b1dbf..83790d60101 100644
--- a/games-strategy/hedgewars/Manifest
+++ b/games-strategy/hedgewars/Manifest
@@ -1,2 +1,3 @@
 DIST hedgewars-src-0.9.25.tar.bz2 175276967 BLAKE2B 
8f0779ca05ffbf18f607716bbec03bf0d6633cd6c3594bcb94b78ba606ed8c36d418d7b5456574cc0a08489e143d2390ed7ebcc8637e7987231ba04c0d5b5331
 SHA512 
956c21a7203586485e885f98fa4eccdc2fd34b50c0f817c1f6f610af1b4f341a5bb32bb8e0ace13f78ce2fb79a48934b89c1b56459a411c07a1809041968
+DIST hedgewars-src-1.0.0.tar.bz2 177668452 BLAKE2B 
cbd99a4403b911023fb4a522ed1ed04272f07705321585b0e7a8f56785ef11bf8c654df95016b0af94f603c387f73804cbd95e13a92e875990adf5fec149e334
 SHA512 
9aeb904550239040a878a0e7ae5006aa4d824124b61d813b9e6f6dfe1bd1c8f5fe395e0fd6e58d685ef1259abd4669e03b985be129c620be15f6e5ad82519ec2
 DIST hedgewars_0.9.23-dfsg-2.debian.tar.xz 77488 BLAKE2B 
5de6fa2ad91f1346f679d07b3b445bd119d2cdd3c715ace20fc36abe726330ccf9a9b69ec56c58cfca4cc6256ff248b0cc0b0e27caf2a79df0f1662ea7727e8e
 SHA512 
03680446930279178ddff85a87fc27b7c26ad6d850c8f26571517ebbd6dff296db216da6b56d4bd55c659786bc5c76e2b67a63052ee38e150655e60c08f7c491

diff --git a/games-strategy/hedgewars/hedgewars-1.0.0.ebuild 
b/games-strategy/hedgewars/hedgewars-1.0.0.ebuild
new file mode 100644
index 000..c98f3a05e5d
--- /dev/null
+++ b/games-strategy/hedgewars/hedgewars-1.0.0.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR=emake
+inherit cmake-utils xdg-utils
+
+MY_P=${PN}-src-${PV}
+DEB_PATCH_VER=2
+
+DESCRIPTION="A turn-based strategy, artillery, action and comedy game"
+HOMEPAGE="https://www.hedgewars.org/;
+SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2
+   
mirror://debian/pool/main/h/${PN}/${PN}_0.9.23-dfsg-${DEB_PATCH_VER}.debian.tar.xz"
+
+LICENSE="GPL-2 Apache-2.0 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libav server"
+
+QA_FLAGS_IGNORED="/usr/bin/hwengine" # pascal sucks
+QA_PRESTRIPPED="/usr/bin/hwengine" # pascal sucks
+
+# qtcore:5= - depends on private header
+DEPEND="
+   >=dev-games/physfs-3.0.1
+   dev-lang/lua:0=
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   media-libs/libpng:0=
+   media-libs/libsdl2:=
+   media-libs/sdl2-image:=
+   media-libs/sdl2-mixer:=[vorbis]
+   media-libs/sdl2-net:=
+   media-libs/sdl2-ttf:=
+   sys-libs/zlib
+   !x86? (
+   libav? ( media-video/libav:= )
+   !libav? ( media-video/ffmpeg:= )
+   )"
+RDEPEND="${DEPEND}
+   app-arch/xz-utils
+   >=media-fonts/dejavu-2.28
+   media-fonts/wqy-zenhei"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   server? (
+   >=dev-lang/ghc-6.10
+   dev-haskell/entropy
+   dev-haskell/hslogger
+   >=dev-haskell/mtl-2
+   >=dev-haskell/network-2.3
+   dev-haskell/random
+   dev-haskell/regex-tdfa
+   dev-haskell/sandi
+   dev-haskell/sha
+   dev-haskell/vector
+   dev-haskell/utf8-string
+   dev-haskell/yaml
+   >=dev-haskell/zlib-0.5.3 =dev-lang/fpc-2.4 )
+   x86? (
+   >=dev-lang/ghc-6.10
+   dev-haskell/parsec
+   )"
+
+S="${WORKDIR}"/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.22-rpath-fix.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DMINIMAL_FLAGS=ON
+   -DDATA_INSTALL_DIR="${EPREFIX}/usr/share/${PN}"
+   -Dtarget_binary_install_dir="${EPREFIX}/usr/bin"
+   -Dtarget_library_install_dir="${EPREFIX}/usr/$(get_libdir)"
+   -DNOSERVER=$(usex !server)
+   -DBUILD_ENGINE_C=$(usex x86)
+   -DNOVIDEOREC=$(usex !x86)
+   -DCMAKE_VERBOSE_MAKEFILE=TRUE
+   # Need to tell the build system where the fonts are located
+   # as it uses PhysFS' symbolic link protection mode which
+   # prevents us from symlinking the fonts into the right directory
+   #   https://hg.hedgewars.org/hedgewars/rev/76ad55807c24
+   #   

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/, games-util/joystick/files/

2019-10-14 Thread Lars Wendler
commit: a4b7ca362995ebc610c403eeb0be4f67726b3d6f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 13:54:33 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 13:59:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b7ca36

games-util/joystick: Removed old

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

 games-util/joystick/Manifest   |  1 -
 .../joystick/files/joystick-1.4.8-udev.patch   | 52 --
 games-util/joystick/joystick-1.6.0.ebuild  | 42 -
 3 files changed, 95 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 667ee1757f1..b149747af8a 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,3 +1,2 @@
-DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 
26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb
 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
 DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
 DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56

diff --git a/games-util/joystick/files/joystick-1.4.8-udev.patch 
b/games-util/joystick/files/joystick-1.4.8-udev.patch
deleted file mode 100644
index c0032493ebf..000
--- a/games-util/joystick/files/joystick-1.4.8-udev.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -ru linuxconsoletools-1.4.8.orig/utils/jscal-restore.in 
linuxconsoletools-1.4.8/utils/jscal-restore.in
 linuxconsoletools-1.4.8.orig/utils/jscal-restore.in2011-12-15 
10:49:01.0 -0500
-+++ linuxconsoletools-1.4.8/utils/jscal-restore.in 2015-05-16 
01:54:00.799168225 -0400
-@@ -6,8 +6,13 @@
- exit 1
- fi
- 
--if [ ! -x /sbin/udevadm ]; then
--echo Restoring joystick configuration requires udev! >&2
-+for f in /sbin/udevadm /bin/udevadm ;
-+do
-+[ -x $f ] && UDEVADM=$f
-+done
-+
-+if [ -z "$UDEVADM" ] ; then
-+echo Storing joystick configuration requires udev! >&2
- exit 1
- fi
- 
-@@ -30,7 +35,7 @@
- # in the NAME value
- IFS=$'\x0A'
- 
--for ATTRIBUTE in $( /sbin/udevadm info -a -n $1 | 
@@PREFIX@@/share/joystick/ident ); do
-+for ATTRIBUTE in $( ${UDEVADM} info -a -n $1 | 
@@PREFIX@@/share/joystick/ident ); do
- ID=$( echo "$ATTRIBUTE" | cut -f 1 -d = )
- VALUE=$( echo "$ATTRIBUTE" | cut -f 2 -d \" )
- case $ID in
-diff -ru linuxconsoletools-1.4.8.orig/utils/jscal-store.in 
linuxconsoletools-1.4.8/utils/jscal-store.in
 linuxconsoletools-1.4.8.orig/utils/jscal-store.in  2011-12-15 
10:49:01.0 -0500
-+++ linuxconsoletools-1.4.8/utils/jscal-store.in   2015-05-16 
01:53:18.725607838 -0400
-@@ -11,14 +11,18 @@
- echo "Stores the device's calibration for future use."
- exit 1
- fi
-+for f in /sbin/udevadm /bin/udevadm ;
-+do
-+[ -x $f ] && UDEVADM=$f
-+done
- 
--if [ ! -x /sbin/udevadm ]; then
-+if [ -z "$UDEVADM" ] ; then
- echo Storing joystick configuration requires udev! >&2
- exit 1
- fi
- 
- ident=$(mktemp)
--/sbin/udevadm info -a -n $1 | @@PREFIX@@/share/joystick/ident > $ident
-+${UDEVADM} info -a -n $1 | @@PREFIX@@/share/joystick/ident > $ident
- . $ident
- rm $ident
- 

diff --git a/games-util/joystick/joystick-1.6.0.ebuild 
b/games-util/joystick/joystick-1.6.0.ebuild
deleted file mode 100644
index ce8acc0a4ad..000
--- a/games-util/joystick/joystick-1.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !

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

2019-10-14 Thread Jory Pratt
commit: 6a71f421d0bcb7de49899bdfb56523bcef88a62e
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Oct 14 13:56:52 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Oct 14 13:57:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a71f421

sys-libs/musl: Version bump to 1.1.24

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

 sys-libs/musl/Manifest   |   1 +
 sys-libs/musl/musl-1.1.24.ebuild | 124 +++
 2 files changed, 125 insertions(+)

diff --git a/sys-libs/musl/Manifest b/sys-libs/musl/Manifest
index ab80508cbad..4d58c806107 100644
--- a/sys-libs/musl/Manifest
+++ b/sys-libs/musl/Manifest
@@ -3,3 +3,4 @@ DIST getent.c 9438 BLAKE2B 
dc20353583c10a001bd8fe8474f32b70254dc56da186d1cdbaf40
 DIST iconv.c 2577 BLAKE2B 
070ca87b30c90ab98c27d5faf7a2fcb64ff7c67ca212ee6072165b2146979c551f714954dbd465462a171837c59b6ea027e0206458a2df0f977e45f01be3ce48
 SHA512 
9d42d66fb1facce2b85dad919be5be819ee290bd26ca2db00982b2f8e055a0196290a008711cbe2b18ec9eee8d2270e3b3a4692c5a1b807013baa5c2b70a2bbf
 DIST musl-1.1.22.tar.gz 987296 BLAKE2B 
0326751e1d1bd5b909938159e709daa1ca0b2e51a3f3dc1fc80caa3e7fc0e9fe0fa64d6dfe7d870057fa8e97100a3a89bfe4449fd4c04fe3af17d0f105dfb9cd
 SHA512 
08a40d722672504427238e71c9e52a723c6a14735abe9581d6d4bb3f86662d5d51a3f32a6aed6420c1f9680e22a3a554a9b87ae342635be971e2db49cc9fdb87
 DIST musl-1.1.23.tar.gz 1013779 BLAKE2B 
0251604697f6e243d173c6a72d0a24ddbbce298f8e3a53d9d3a18d7f5ebf19f4e85584a494639c2470530b61c3189150bfaed3376e31acf4e1b2daa1c30860dc
 SHA512 
a2278de9903852b08352d3e734a39d4616caa602496997ba843e8fea0e1c481761776745faf04536a149d1c4af416b68df681b6fbc9ae2de8794e18c2e853b09
+DIST musl-1.1.24.tar.gz 1024988 BLAKE2B 
5fa26746eed0f2334b740adf94a8400568d56d9b2276bf1fbac828f9b707b4e215d3c16af9ea048b9d771f1d0a58ada3bc6e1bf0ba8f5fa693f5042fc6af30df
 SHA512 
8987f1e194ea616f34f4f21fe9def28fb7f81d7060e38619206c6349f79db3bbb76bae8b711f5f9b8ed038799c9aea1a4cbec69e0bc4131e246203e133149e77

diff --git a/sys-libs/musl/musl-1.1.24.ebuild b/sys-libs/musl/musl-1.1.24.ebuild
new file mode 100644
index 000..0827b9d412b
--- /dev/null
+++ b/sys-libs/musl/musl-1.1.24.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.musl-libc.org/musl"
+   inherit git-r3
+   SRC_URI="
+   https://dev.gentoo.org/~blueness/musl-misc/getconf.c
+   https://dev.gentoo.org/~blueness/musl-misc/getent.c
+   https://dev.gentoo.org/~blueness/musl-misc/iconv.c;
+   KEYWORDS=""
+else
+   SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz
+   https://dev.gentoo.org/~blueness/musl-misc/getconf.c
+   https://dev.gentoo.org/~blueness/musl-misc/getent.c
+   https://dev.gentoo.org/~blueness/musl-misc/iconv.c;
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+fi
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
+HOMEPAGE="http://www.musl-libc.org/;
+LICENSE="MIT LGPL-2 GPL-2"
+SLOT="0"
+IUSE="headers-only"
+
+QA_SONAME="/usr/lib/libc.so"
+QA_DT_NEEDED="/usr/lib/libc.so"
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+just_headers() {
+   use headers-only && is_crosscompile
+}
+
+pkg_setup() {
+   if [ ${CTARGET} == ${CHOST} ] ; then
+   case ${CHOST} in
+   *-musl*) ;;
+   *) die "Use sys-devel/crossdev to build a musl toolchain" ;;
+   esac
+   fi
+
+   # fix for #667126, copied from glibc ebuild
+   # make sure host make.conf doesn't pollute us
+   if is_crosscompile || tc-is-cross-compiler ; then
+   CHOST=${CTARGET} strip-unsupported-flags
+   fi
+}
+
+src_configure() {
+   tc-getCC ${CTARGET}
+   just_headers && export CC=true
+
+   local sysroot
+   is_crosscompile && sysroot=/usr/${CTARGET}
+   ./configure \
+   --target=${CTARGET} \
+   --prefix=${sysroot}/usr \
+   --syslibdir=${sysroot}/lib \
+   --disable-gcc-wrapper || die
+}
+
+src_compile() {
+   emake obj/include/bits/alltypes.h
+   just_headers && return 0
+
+   emake
+   if [[ ${CATEGORY} != cross-* ]] ; then
+   $(tc-getCC) ${CFLAGS} "${DISTDIR}"/getconf.c -o "${T}"/getconf 
|| die
+   $(tc-getCC) ${CFLAGS} "${DISTDIR}"/getent.c -o "${T}"/getent || 
die
+   $(tc-getCC) ${CFLAGS} "${DISTDIR}"/iconv.c -o "${T}"/iconv || 
die
+   fi
+}
+
+src_install() {
+   local target="install"
+   

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

2019-10-14 Thread Louis Sautier
commit: f34ff751be1a6971bcb05553837b514064597cef
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Oct 14 13:09:14 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Oct 14 13:19:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34ff751

dev-python/jaraco-collections: bump to 2.1

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-collections/Manifest |  1 +
 .../jaraco-collections-2.1.ebuild  | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/jaraco-collections/Manifest 
b/dev-python/jaraco-collections/Manifest
index dbfc06ca2a2..0540b3c7f30 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,3 +1,4 @@
 DIST jaraco.collections-1.5.3.tar.gz 11669 BLAKE2B 
2dbcac99edf28f4544e354724f8d95c0cbcdd793b33bcf892b403e72410f3b5b72b6eae62a49f0e56991cfb19b4ad5da0e95a3327f11fe5ae885e9a0029a92be
 SHA512 
6e1fa88b468b9d971a7a302ebfdf8b9762404c2fdc1b003eee6653704b9f385f0f2e0c84ac075bdc81f8693195781cc5532c4adb31bcabd87974624a14e287ed
 DIST jaraco.collections-1.6.0.tar.gz 11991 BLAKE2B 
8f8b3da18641d6348a28ef3792afabd504771f31f1de17ebb621aff493cbb7357e11d49d8b3f4ab4fc7b9a662986d10a90d20734cd802c6d34be1d169390aa96
 SHA512 
9bd472b51668129f12fabb90b86ed929e135a17217bc850d67d945a786d1952cf1f11b0cd8f5d4ae16b3b19ac35cf87e0584df622877185362e93ba3915dbe6b
 DIST jaraco.collections-2.0.tar.gz 15102 BLAKE2B 
61fa35070b2342f95b3e6e571417ab2cd62be439250d8f2077b379316488a4af62d943248bad80d0a72d9aab3010c6982fb4a51fa4ddc574ab72943e37ddeb6b
 SHA512 
1cc3482bddf6647b7fd183f091db7fe89e9ad1ac416716a918626134835837c2ed29d533bc00052a514d64c94343a070b9b501984b3dcc5caac87066d9c335cf
+DIST jaraco.collections-2.1.tar.gz 16026 BLAKE2B 
b79b57b6bac1e18b6be44ea0e5ad65e46228c7fb4f47be90471cb7a2f85e4c5b10cabe47f1fc6287383b1184db85e5d286d219def3a5f5bfca10e354510d85bb
 SHA512 
64fd3f4155dfc64152dcfb7970c26c7e3e098b0a8282556d17be2aeb80dcac6092b6dca11bf42cda268e0ddda67f2117704c81218c4b6511236e57b1f602da47

diff --git a/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild
new file mode 100644
index 000..d8aefffd077
--- /dev/null
+++ b/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild
@@ -0,0 +1,60 @@
+# 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}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Models and classes to supplement the stdlib collections module"
+HOMEPAGE="https://github.com/jaraco/jaraco.collections;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-text[${PYTHON_USEDEP}]
+   >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



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

2019-10-14 Thread Brian Evans
commit: 8e438862337483ab6463d40f03645ffd45bd66ca
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Oct 14 13:06:46 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Oct 14 13:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e438862

dev-php/pecl-mailparse: Revbump adding 7.4, dropping 5.6 and 7.0

Closes: https://bugs.gentoo.org/697682
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Brian Evans  gentoo.org>

 .../pecl-mailparse/pecl-mailparse-3.0.3-r1.ebuild  | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.3-r1.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.3-r1.ebuild
new file mode 100644
index 000..ba94254281a
--- /dev/null
+++ b/dev-php/pecl-mailparse/pecl-mailparse-3.0.3-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WANT_AUTOMAKE="none"
+PHP_EXT_NAME="mailparse"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_ECONF_ARGS=""
+USE_PHP="php7-1 php7-2 php7-3 php7-4"
+PHP_EXT_NEEDED_USE="unicode"
+DOCS=( README.md )
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
+LICENSE="PHP-3.01"
+SLOT="7"
+IUSE=""
+
+src_prepare() {
+   # Missing test source files in archive.  Fixed upstream in next release.
+   rm tests/011.phpt tests/bug001.phpt || die
+   php-ext-source-r3_src_prepare
+}



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

2019-10-14 Thread Brian Evans
commit: 7d6aa908f102f7f9f01a7392b7eabfc42bf60536
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Oct 14 13:09:32 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Oct 14 13:09:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6aa908

dev-php/pecl-mailparse: Drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild | 50 --
 dev-php/pecl-mailparse/pecl-mailparse-3.0.3.ebuild | 49 -
 2 files changed, 99 deletions(-)

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild
deleted file mode 100644
index 8d774c1f57c..000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-DOCS=( README )
-
-USE_PHP="php7-0 php7-1 php5-6"
-
-inherit php-ext-pecl-r3
-
-# Only build for 7.x
-USE_PHP="php7-0 php7-1"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-
-DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
-LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
-
-for target in ${USE_PHP}; do
-   phpslot=${target/php}
-   phpslot=${phpslot/-/.}
-   PHPUSEDEPEND="${PHPUSEDEPEND}
-   php_targets_${target}? ( dev-lang/php:${phpslot}[unicode] )"
-done
-unset target phpslot
-
-DEPEND="${PHPUSEDEPEND}
-   dev-util/re2c"
-RDEPEND="${PHPUSEDEPEND} php_targets_php5-6? ( 
dev-php/pecl-mailparse:0[php_targets_php5-6] )"
-
-src_prepare() {
-   if use php_targets_php7-0 || use php_targets_php7-1 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-0 || use php_targets_php7-1 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.3.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.3.ebuild
deleted file mode 100644
index 0caa08eb4a8..000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-DOCS=( README.md )
-
-USE_PHP="php7-0 php7-1 php5-6 php7-2 php7-3"
-
-inherit php-ext-pecl-r3
-
-# Only build for 7.x
-USE_PHP="php7-0 php7-1 php7-2 php7-3"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
-LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
-
-PHPUSEDEPEND="
-   php_targets_php7-0? ( dev-lang/php:7.0[unicode] )
-   php_targets_php7-1? ( dev-lang/php:7.1[unicode] )
-   php_targets_php7-2? ( dev-lang/php:7.2[unicode] )
-"
-DEPEND="${PHPUSEDEPEND}
-   dev-util/re2c"
-RDEPEND="${PHPUSEDEPEND} php_targets_php5-6? ( 
dev-php/pecl-mailparse:0[php_targets_php5-6] )"
-
-src_prepare() {
-   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
-   # Missing test source files in archive.  Fixed upstream in next 
release.
-   rm tests/011.phpt tests/bug001.phpt || die
-   php-ext-source-r3_src_prepare
-   else
-   default
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/

2019-10-14 Thread Ben Kohler
commit: 2686d4c3a8f1904cc2ee9f01f68b9104b620c34b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 20:48:42 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct 14 12:50:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2686d4c3

x11-wm/blackbox: require >=gettext-0.20

On gettext-0.19 autopoint fails as:

```
  * PWD: .../blackboxwm-0.75
  * autopoint --force

  autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
 file requires the infrastructure from gettext-0.20 but this
 version is older. Please upgrade to gettext-0.20 or newer.
  autopoint: *** Stop.
```

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>
Signed-off-by: Ben Kohler  gentoo.org>

 x11-wm/blackbox/blackbox-0.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/blackbox/blackbox-0.75.ebuild 
b/x11-wm/blackbox/blackbox-0.75.ebuild
index 895457f69ad..36f1d3ceeba 100644
--- a/x11-wm/blackbox/blackbox-0.75.ebuild
+++ b/x11-wm/blackbox/blackbox-0.75.ebuild
@@ -16,7 +16,7 @@ IUSE="nls truetype debug"
 
 RDEPEND="x11-libs/libXft
x11-libs/libXt
-   nls? ( sys-devel/gettext )
+   nls? ( >=sys-devel/gettext-0.20 )
truetype? ( media-libs/freetype )"
 DEPEND="${RDEPEND}
x11-base/xorg-proto"



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

2019-10-14 Thread Lars Wendler
commit: 7fd5bddf325bf91fd53317d23d6322d8444fdca3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:41:13 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:48:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd5bddf

media-sound/twolame: Bump to version 0.4.0

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

 media-sound/twolame/Manifest |  1 +
 media-sound/twolame/twolame-0.4.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/media-sound/twolame/Manifest b/media-sound/twolame/Manifest
index d1a72508bca..1ae373c260e 100644
--- a/media-sound/twolame/Manifest
+++ b/media-sound/twolame/Manifest
@@ -1 +1,2 @@
 DIST twolame-0.3.13.tar.gz 660415 BLAKE2B 
741e91983546241b984ce95ef3b1c3b00ff2c1e84f496961749b13b932a1c3fdcd44a3fde3a24e44d9a3ff9e859e64780ad60949f827d986608c51c1afe44912
 SHA512 
241ae5faebf05cb919959bb0545cb89e9b71cfb07f92a7118d864499ea4f0065ddaa646ab1482ffbcbca427d52c2436764074bd67fd19a1eb9979987f23163f7
+DIST twolame-0.4.0.tar.gz 890908 BLAKE2B 
f61a49aed06dcd2a60744dd758b480670f14f0eece0586b62a0b21fe2d9ff8280f8f7324b7daf88e85675c6200a1c68815ddd6bafa308b503a52df4552031bb1
 SHA512 
cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03

diff --git a/media-sound/twolame/twolame-0.4.0.ebuild 
b/media-sound/twolame/twolame-0.4.0.ebuild
new file mode 100644
index 000..55cbdaee2d2
--- /dev/null
+++ b/media-sound/twolame/twolame-0.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="An optimised MPEG Audio Layer 2 (MP2) encoder"
+HOMEPAGE="http://www.twolame.org;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE="sndfile static-libs test"
+
+RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+RESTRICT="test"
+
+src_prepare() {
+   sed -i -e '/CFLAGS/s:-O3::' configure || die
+   # remove -Werror, bug 493940
+   sed -i -e '/WARNING_CFLAGS/s:-Werror::' configure || die
+
+   if [[ ${CHOST} == *solaris* ]]; then
+   # libsndfile doesn't like -std=c99 on Solaris
+   sed -i -e '/CFLAGS/s:-std=c99::' configure || die
+   # configure isn't really bourne shell (comment 0) or dash 
(comment 6)
+   # compatible, bug #35
+   export CONFIG_SHELL="${BASH}"
+   fi
+
+   default
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable sndfile)
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   default
+   find "${ED}" -type f -name "*.la" -delete || die
+}



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

2019-10-14 Thread Lars Wendler
commit: db69975d44f22f0fca52b21e82ab2c962c3b4edf
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:48:02 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:49:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db69975d

x11-terms/xterm: Removed old

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

 x11-terms/xterm/Manifest |  1 -
 x11-terms/xterm/xterm-347.ebuild | 99 
 2 files changed, 100 deletions(-)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index 0e46b25abd8..4bb0b62e841 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -1,5 +1,4 @@
 DIST xterm-327.tgz 1240131 BLAKE2B 
7f009ec995fa9f8007cd5497d13f1120440df40ef0801da9be6c708e6e9a31e5c43ddb8fe1af1abfa24ce4c1c9e769bf8d74d0bd7acf94d172ea4cc10ddc177c
 SHA512 
d9d9f3b870fea8db9ae3c076a9d85152488b2d392b9b1e2e4ebbeded287ed4911f1f63e5e035d5b3793b2506b993125c6fca437393b435a28aeb519d76147672
 DIST xterm-337.tgz 1336781 BLAKE2B 
6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b4153e169654fc441f1209c97a6d17bf3f880d0160a42e102ca8fd4a291c2b7d373269290a7bbebeeb8d
 SHA512 
fad31aa971a42cf38d3e3db2edc615b408d92226c305654b9276592c6dee075f31c7f082a3f549284f1685a31d5d9dedbda99c2c308a90bd741958f862806609
-DIST xterm-347.tgz 1371955 BLAKE2B 
8144afe48fac33ed7fec50dc8863af992440ca045fd5bef0db15176aa0b550daa26cda8f6a06fd4e340ec5aaf562a1cbdb7e9da21d0f42c0ef1966b5b2c91d93
 SHA512 
4b90094c21b7af3042591939308538dc767d42718e9a6112115e6df12a974f8e3b7fba8d791d7c9557863fd07d08f2365fa7f759f7797f859a6fe5fe0852ab4e
 DIST xterm-348.tgz 1375431 BLAKE2B 
29313e5a9ae0f92faa1faa4fb641244716fabcdaf9b17b8898c75cf2d4ad2e19bc44702cc4510c4a9413e1a8b811ed61deb5934b93c3cd0eb101c998b1bbc9e4
 SHA512 
852896c0aba885bafc80baad899fc56910dce66bf5df6b3fef3f998efc33af9d30b68cfb0c92c7028365ac4944af3d3c198bc0e408ca09e949b993a79c1e6dd9
 DIST xterm-349.tgz 1381911 BLAKE2B 
24486676741f138a5b9e98e5b3e213ddd29d83cfed16072f5a1f825f6fe40f72a121bef8e0dfed0aa4c0a912ec4b1ec83f9c9ab2a24a405d7d8de5f3ad1c2451
 SHA512 
d350671a262973b6486dd9785f84c1f09b6a5e52898ce38d39ed2b11cd8208c473c63c3504533e7e9004af4e690d9032828a14fe6c5474523cfb8ec4badcbd0f

diff --git a/x11-terms/xterm/xterm-347.ebuild b/x11-terms/xterm/xterm-347.ebuild
deleted file mode 100644
index 2055f880410..000
--- a/x11-terms/xterm/xterm-347.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop flag-o-matic multilib
-
-DESCRIPTION="Terminal Emulator for X Windows"
-HOMEPAGE="https://invisible-island.net/xterm/;
-SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
-
-BDEPEND="virtual/pkgconfig
-   x11-base/xorg-proto"
-DEPEND="kernel_linux? ( sys-libs/libutempter )
-   kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
-   media-libs/fontconfig:1.0
-   >=sys-libs/ncurses-5.7-r7:0=
-   x11-apps/xmessage
-   x11-libs/libICE
-   x11-libs/libX11
-   x11-libs/libXaw
-   x11-libs/libXft
-   x11-libs/libxkbfile
-   x11-libs/libXmu
-   x11-libs/libXrender
-   x11-libs/libXt
-   unicode? ( x11-apps/luit )
-   Xaw3d? ( x11-libs/libXaw3d )
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${DEPEND}
-   media-fonts/font-misc-misc
-   x11-apps/rgb"
-
-DOCS=( README{,.i18n} ctlseqs.txt )
-
-pkg_setup() {
-   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
-}
-
-src_configure() {
-   # 454736
-   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
-   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
-   # Everything gets linked against ncurses anyways, so don't shout
-   append-libs $(pkg-config --libs ncurses)
-
-   local myeconfargs=(
-   --disable-full-tgetent
-   --disable-imake
-   --disable-setgid
-   --disable-setuid
-   --enable-256-color
-   --enable-broken-osc
-   --enable-broken-st
-   --enable-dabbrev
-   --enable-exec-xterm
-   --enable-i18n
-   --enable-load-vt-fonts
-   --enable-logging
-   --enable-screen-dumps
-   --enable-warnings
-   --enable-wide-chars
-   --libdir="${EPREFIX}"/etc
-   --with-app-defaults="${DEFAULTS_DIR}"
-   --with-utempter
-   --with-x
-   $(use_enable openpty)
-   $(use_enable sixel 

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

2019-10-14 Thread Lars Wendler
commit: 1a64e244c3529139e0d8f838c82583dd83437d45
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:26:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:48:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a64e244

media-sound/grip: Bump to version 4.0.0

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

 media-sound/grip/Manifest  |  1 +
 media-sound/grip/grip-4.0.0.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index 18910aea45d..382efee416c 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -1,3 +1,4 @@
 DIST grip-3.10.1.tar.gz 980748 BLAKE2B 
75f8bd4a3a22ca0dc9c03f5a7a3d501d054a1443735a684296fefef95c4ab500034724d7f9fabab3ea1bafbb45653f068615b941d6b5845d2e0edac63270ab2d
 SHA512 
627f55e69a06ee21ef3f21900c22903a70cdb7d25f9340d6c9bbf92317e2b0ba0160cda825bc370f9854c96ea81c96684a82bfd000f890d016d5a858095a9eb2
 DIST grip-3.10.2.tar.gz 980804 BLAKE2B 
d7dd2585d379733a60215705b5d91ffb3ba292bf78b6728c0ce4ccd98eeb79a5c26131b1023e884d51810857c25a18066e89e726d6d08e2b8b125840b0c30016
 SHA512 
ee17d5842ff4d13b812e5863ce5d0c516d6bf6bffc8131c685056e1f4bb003ebbc9cad99d48d0dc9d3657d0b13d63c2bf09a67db0d37ea47c8ce715c70cfd3fa
 DIST grip-3.9.0.tar.gz 968706 BLAKE2B 
9d530b1e7c93239d4298a57a784eec38d98fe57e2c964018a04a8646ce5f1f4734b21103f31612bac4cc45c8c03eeca2080ba88d60a2cfe51d161ef61758639b
 SHA512 
748821f59c90d7239bb711a4a7e1df4e9f2b67ff7bd5c635a2c49389efc7836cca6672cdd93e727f8b97c4e2221f895cc7b4110aa0d3419a5fbe56530ca1b1d0
+DIST grip-4.0.0.tar.gz 1004651 BLAKE2B 
c6f4e5be8a3635be9445b9ad215e0629697ac31f71e92fa68ceffe5396acd6a1fc19597ed6f6f8ced4d350e30484f6cc12ceb6e35fc15ec3e905c5bd2ec81877
 SHA512 
1e17cc81b2fc9063edacbcbb1cd23ea2c55ac013a3dc57f754e267ef7a3a62f44b4e11561f05ec8534f02ae6543aafecd8882d25bf6b843d01f5cddf05618319

diff --git a/media-sound/grip/grip-4.0.0.ebuild 
b/media-sound/grip/grip-4.0.0.ebuild
new file mode 100644
index 000..1c4858f2080
--- /dev/null
+++ b/media-sound/grip/grip-4.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic toolchain-funcs libtool
+
+DESCRIPTION="GTK+ based Audio CD Player/Ripper"
+HOMEPAGE="https://sourceforge.net/projects/grip/;
+SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="vorbis"
+
+# lame and vorbis-tools are no real RDEPENDs. But without them
+# grip cannot convert ripped files to any format. So use them as
+# a sane default.
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/libgnome
+   >=gnome-base/libgnomeui-2.2.0
+   >=media-libs/id3lib-3.8.3
+   media-sound/cdparanoia
+   media-sound/lame
+   net-misc/curl
+   >=x11-libs/gtk+-2.2:2
+   x11-libs/libX11
+   x11-libs/pango
+   vorbis? ( media-sound/vorbis-tools )
+"
+# gnome-extra/yelp, see bug 416843
+DEPEND="
+   ${RDEPEND}
+   sys-devel/gettext
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   sed '/^Icon/s@grip\b@gripicon@' -i grip.desktop || die
+}
+
+src_configure() {
+   # Bug #69536
+   [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
+
+   strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl 
pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
+
+   econf --disable-werror
+}



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

2019-10-14 Thread Lars Wendler
commit: 50c50c1d42b45ab64af19fd5836e43e374da6136
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:47:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:48:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c50c1d

x11-terms/xterm: Bump to version 349

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

 x11-terms/xterm/Manifest |  1 +
 x11-terms/xterm/xterm-349.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index 249bc4d4d87..0e46b25abd8 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -2,3 +2,4 @@ DIST xterm-327.tgz 1240131 BLAKE2B 
7f009ec995fa9f8007cd5497d13f1120440df40ef0801
 DIST xterm-337.tgz 1336781 BLAKE2B 
6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b4153e169654fc441f1209c97a6d17bf3f880d0160a42e102ca8fd4a291c2b7d373269290a7bbebeeb8d
 SHA512 
fad31aa971a42cf38d3e3db2edc615b408d92226c305654b9276592c6dee075f31c7f082a3f549284f1685a31d5d9dedbda99c2c308a90bd741958f862806609
 DIST xterm-347.tgz 1371955 BLAKE2B 
8144afe48fac33ed7fec50dc8863af992440ca045fd5bef0db15176aa0b550daa26cda8f6a06fd4e340ec5aaf562a1cbdb7e9da21d0f42c0ef1966b5b2c91d93
 SHA512 
4b90094c21b7af3042591939308538dc767d42718e9a6112115e6df12a974f8e3b7fba8d791d7c9557863fd07d08f2365fa7f759f7797f859a6fe5fe0852ab4e
 DIST xterm-348.tgz 1375431 BLAKE2B 
29313e5a9ae0f92faa1faa4fb641244716fabcdaf9b17b8898c75cf2d4ad2e19bc44702cc4510c4a9413e1a8b811ed61deb5934b93c3cd0eb101c998b1bbc9e4
 SHA512 
852896c0aba885bafc80baad899fc56910dce66bf5df6b3fef3f998efc33af9d30b68cfb0c92c7028365ac4944af3d3c198bc0e408ca09e949b993a79c1e6dd9
+DIST xterm-349.tgz 1381911 BLAKE2B 
24486676741f138a5b9e98e5b3e213ddd29d83cfed16072f5a1f825f6fe40f72a121bef8e0dfed0aa4c0a912ec4b1ec83f9c9ab2a24a405d7d8de5f3ad1c2451
 SHA512 
d350671a262973b6486dd9785f84c1f09b6a5e52898ce38d39ed2b11cd8208c473c63c3504533e7e9004af4e690d9032828a14fe6c5474523cfb8ec4badcbd0f

diff --git a/x11-terms/xterm/xterm-349.ebuild b/x11-terms/xterm/xterm-349.ebuild
new file mode 100644
index 000..2055f880410
--- /dev/null
+++ b/x11-terms/xterm/xterm-349.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop flag-o-matic multilib
+
+DESCRIPTION="Terminal Emulator for X Windows"
+HOMEPAGE="https://invisible-island.net/xterm/;
+SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
+
+BDEPEND="virtual/pkgconfig
+   x11-base/xorg-proto"
+DEPEND="kernel_linux? ( sys-libs/libutempter )
+   kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
+   media-libs/fontconfig:1.0
+   >=sys-libs/ncurses-5.7-r7:0=
+   x11-apps/xmessage
+   x11-libs/libICE
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXft
+   x11-libs/libxkbfile
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   unicode? ( x11-apps/luit )
+   Xaw3d? ( x11-libs/libXaw3d )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${DEPEND}
+   media-fonts/font-misc-misc
+   x11-apps/rgb"
+
+DOCS=( README{,.i18n} ctlseqs.txt )
+
+pkg_setup() {
+   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
+}
+
+src_configure() {
+   # 454736
+   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
+   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
+   # Everything gets linked against ncurses anyways, so don't shout
+   append-libs $(pkg-config --libs ncurses)
+
+   local myeconfargs=(
+   --disable-full-tgetent
+   --disable-imake
+   --disable-setgid
+   --disable-setuid
+   --enable-256-color
+   --enable-broken-osc
+   --enable-broken-st
+   --enable-dabbrev
+   --enable-exec-xterm
+   --enable-i18n
+   --enable-load-vt-fonts
+   --enable-logging
+   --enable-screen-dumps
+   --enable-warnings
+   --enable-wide-chars
+   --libdir="${EPREFIX}"/etc
+   --with-app-defaults="${DEFAULTS_DIR}"
+   --with-utempter
+   --with-x
+   $(use_enable openpty)
+   $(use_enable sixel sixel-graphics)
+   $(use_enable toolbar)
+   $(use_enable truetype freetype)
+   $(use_enable unicode luit)
+   $(use_enable unicode mini-luit)
+   

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

2019-10-14 Thread Lars Wendler
commit: 8c160308fbec7438150c98d0ba8453d250fbcb2e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:26:42 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:48:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c160308

media-sound/grip: Removed old

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

 media-sound/grip/Manifest   |  1 -
 media-sound/grip/grip-3.10.1.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index 382efee416c..790d04ab0c5 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -1,4 +1,3 @@
-DIST grip-3.10.1.tar.gz 980748 BLAKE2B 
75f8bd4a3a22ca0dc9c03f5a7a3d501d054a1443735a684296fefef95c4ab500034724d7f9fabab3ea1bafbb45653f068615b941d6b5845d2e0edac63270ab2d
 SHA512 
627f55e69a06ee21ef3f21900c22903a70cdb7d25f9340d6c9bbf92317e2b0ba0160cda825bc370f9854c96ea81c96684a82bfd000f890d016d5a858095a9eb2
 DIST grip-3.10.2.tar.gz 980804 BLAKE2B 
d7dd2585d379733a60215705b5d91ffb3ba292bf78b6728c0ce4ccd98eeb79a5c26131b1023e884d51810857c25a18066e89e726d6d08e2b8b125840b0c30016
 SHA512 
ee17d5842ff4d13b812e5863ce5d0c516d6bf6bffc8131c685056e1f4bb003ebbc9cad99d48d0dc9d3657d0b13d63c2bf09a67db0d37ea47c8ce715c70cfd3fa
 DIST grip-3.9.0.tar.gz 968706 BLAKE2B 
9d530b1e7c93239d4298a57a784eec38d98fe57e2c964018a04a8646ce5f1f4734b21103f31612bac4cc45c8c03eeca2080ba88d60a2cfe51d161ef61758639b
 SHA512 
748821f59c90d7239bb711a4a7e1df4e9f2b67ff7bd5c635a2c49389efc7836cca6672cdd93e727f8b97c4e2221f895cc7b4110aa0d3419a5fbe56530ca1b1d0
 DIST grip-4.0.0.tar.gz 1004651 BLAKE2B 
c6f4e5be8a3635be9445b9ad215e0629697ac31f71e92fa68ceffe5396acd6a1fc19597ed6f6f8ced4d350e30484f6cc12ceb6e35fc15ec3e905c5bd2ec81877
 SHA512 
1e17cc81b2fc9063edacbcbb1cd23ea2c55ac013a3dc57f754e267ef7a3a62f44b4e11561f05ec8534f02ae6543aafecd8882d25bf6b843d01f5cddf05618319

diff --git a/media-sound/grip/grip-3.10.1.ebuild 
b/media-sound/grip/grip-3.10.1.ebuild
deleted file mode 100644
index 5ebbbe73084..000
--- a/media-sound/grip/grip-3.10.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic toolchain-funcs libtool
-
-DESCRIPTION="GTK+ based Audio CD Player/Ripper"
-HOMEPAGE="https://sourceforge.net/projects/grip/;
-SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="vorbis"
-
-# lame and vorbis-tools are no real RDEPENDs. But without them
-# grip cannot convert ripped files to any format. So use them as
-# a sane default.
-RDEPEND="
-   gnome-base/libgnome
-   >=gnome-base/libgnomeui-2.2.0
-   >=media-libs/id3lib-3.8.3
-   media-sound/cdparanoia
-   media-sound/lame
-   net-misc/curl
-   >=x11-libs/gtk+-2.2:2
-   x11-libs/libX11
-   x11-libs/pango
-   x11-libs/vte:0
-   vorbis? ( media-sound/vorbis-tools )
-"
-# gnome-extra/yelp, see bug 416843
-DEPEND="
-   ${RDEPEND}
-   sys-devel/gettext
-"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   sed '/^Icon/s@grip\b@gripicon@' -i grip.desktop || die
-}
-
-src_configure() {
-   # Bug #69536
-   [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
-
-   strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl 
pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
-
-   econf --disable-werror
-}



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

2019-10-14 Thread Lars Wendler
commit: 2165ccad83cfc148363eb870409d3f7c59242517
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:17:11 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:48:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2165ccad

media-libs/fdk-aac: Removed old

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

 media-libs/fdk-aac/Manifest |  2 --
 media-libs/fdk-aac/fdk-aac-0.1.5.ebuild | 55 
 media-libs/fdk-aac/fdk-aac-0.1.6.ebuild | 56 -
 3 files changed, 113 deletions(-)

diff --git a/media-libs/fdk-aac/Manifest b/media-libs/fdk-aac/Manifest
index b69f9e8a334..cc78b5eac47 100644
--- a/media-libs/fdk-aac/Manifest
+++ b/media-libs/fdk-aac/Manifest
@@ -1,4 +1,2 @@
-DIST fdk-aac-0.1.5.tar.gz 2091081 BLAKE2B 
16dd8606f87480fbf13d06b9628ff8c4fef418b5c55fbf99931d25ee9de6c1dd710760be8766af995d0d678e8c94b2d3b17aa6cd0f5b2512ae9d4478d985d72a
 SHA512 
579e96dae5638cfe2d3d5e84ab24a72ed50ed3b5a9d3c6eb2f434d3a5f4c575877a2ecf6cd7cf7a528eb2811b2014a861eaaac9ea5fc617c6423587525766f00
-DIST fdk-aac-0.1.6.tar.gz 2091618 BLAKE2B 
e3036879e21677ea0ba6d6a030aff0568572e420217479b19312bc64daf0a4e94c1a0a6de561baa79f362186777f1414a4a1eb89bf80c1268767564f1a82708b
 SHA512 
d4d14debeb6e424f4e2a1458ed7bebaa2c45ce54170c6e679286fd965f52286b6a6c1e944edbb4ea2302c3bb789c0f3cdab9c0d89618014ba4250b2f04d71d12
 DIST fdk-aac-2.0.0.tar.gz 2864593 BLAKE2B 
beaefd5186a6253496a656ccea514e764e6c6515b46ea0fa324f66985af8374f3813afddb29018da12d28d1672ebe10821f5e4e98d131ad4fb77a3d01ffab234
 SHA512 
40b02a9e42e17015fa6531c7b7eb51098ab43224c11c1c85e981d950642ffc6884146367cb423062b1da11679020ee5c5779dce5f4dc62175c8bf471831ed918
 DIST fdk-aac-2.0.1.tar.gz 2865456 BLAKE2B 
79c66956b3c43138fb34448398cf104a021757332b2af6d4493bce8c4f9dfdf97a38d1f00c3f1a3f91ffb3b2ce2bb0bdc982e3f92a1ffe7e5f0d1c2f0ef8ca99
 SHA512 
08209bbd060edafe7b607c9e1394cd03df4f98df6f32b4be21d34d1ab491a7447ed592785546c040126767bd31980121ca6a31aba06eaf90558b14228e302d82

diff --git a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild 
b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
deleted file mode 100644
index 3f58741c9d2..000
--- a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == ** ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git;
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   inherit autotools git-r3
-else
-   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x64-macos"
-   if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-   else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-   fi
-fi
-
-inherit multilib-minimal
-
-DESCRIPTION="Fraunhofer AAC codec library"
-HOMEPAGE="https://sourceforge.net/projects/opencore-amr/;
-LICENSE="FraunhoferFDK"
-# subslot == N where N is libfdk-aac.so.N
-SLOT="0/1"
-
-IUSE="static-libs examples"
-
-src_prepare() {
-   default
-   [[ ${PV} == ** ]] && eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf \
-   --enable-shared \
-   $(use_enable static-libs static) \
-   $(use_enable examples example)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   if use examples; then
-   mv "${ED%/}/usr/bin/"{,fdk-}aac-enc || die
-   fi
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   use examples && einfo "aac-enc was renamed to fdk-aac-enc to prevent 
file collision with other packages"
-}

diff --git a/media-libs/fdk-aac/fdk-aac-0.1.6.ebuild 
b/media-libs/fdk-aac/fdk-aac-0.1.6.ebuild
deleted file mode 100644
index b8197f01d0a..000
--- a/media-libs/fdk-aac/fdk-aac-0.1.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git;
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   inherit autotools git-r3
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
-   if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-   else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-   fi
-fi
-
-inherit multilib-minimal
-
-DESCRIPTION="Fraunhofer AAC codec library"
-HOMEPAGE="https://sourceforge.net/projects/opencore-amr/;
-LICENSE="FraunhoferFDK"
-# subslot == N where N is libfdk-aac.so.N
-SLOT="0/1"
-
-IUSE="static-libs examples"
-
-src_prepare() {
-   default

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

2019-10-14 Thread Lars Wendler
commit: a547954180b1e4927850bdf540bb6a6d5fbaedc8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:16:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:48:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5479541

media-libs/fdk-aac: Bump to version 2.0.1

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

 media-libs/fdk-aac/Manifest |  1 +
 media-libs/fdk-aac/fdk-aac-2.0.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/media-libs/fdk-aac/Manifest b/media-libs/fdk-aac/Manifest
index f21de7f2734..b69f9e8a334 100644
--- a/media-libs/fdk-aac/Manifest
+++ b/media-libs/fdk-aac/Manifest
@@ -1,3 +1,4 @@
 DIST fdk-aac-0.1.5.tar.gz 2091081 BLAKE2B 
16dd8606f87480fbf13d06b9628ff8c4fef418b5c55fbf99931d25ee9de6c1dd710760be8766af995d0d678e8c94b2d3b17aa6cd0f5b2512ae9d4478d985d72a
 SHA512 
579e96dae5638cfe2d3d5e84ab24a72ed50ed3b5a9d3c6eb2f434d3a5f4c575877a2ecf6cd7cf7a528eb2811b2014a861eaaac9ea5fc617c6423587525766f00
 DIST fdk-aac-0.1.6.tar.gz 2091618 BLAKE2B 
e3036879e21677ea0ba6d6a030aff0568572e420217479b19312bc64daf0a4e94c1a0a6de561baa79f362186777f1414a4a1eb89bf80c1268767564f1a82708b
 SHA512 
d4d14debeb6e424f4e2a1458ed7bebaa2c45ce54170c6e679286fd965f52286b6a6c1e944edbb4ea2302c3bb789c0f3cdab9c0d89618014ba4250b2f04d71d12
 DIST fdk-aac-2.0.0.tar.gz 2864593 BLAKE2B 
beaefd5186a6253496a656ccea514e764e6c6515b46ea0fa324f66985af8374f3813afddb29018da12d28d1672ebe10821f5e4e98d131ad4fb77a3d01ffab234
 SHA512 
40b02a9e42e17015fa6531c7b7eb51098ab43224c11c1c85e981d950642ffc6884146367cb423062b1da11679020ee5c5779dce5f4dc62175c8bf471831ed918
+DIST fdk-aac-2.0.1.tar.gz 2865456 BLAKE2B 
79c66956b3c43138fb34448398cf104a021757332b2af6d4493bce8c4f9dfdf97a38d1f00c3f1a3f91ffb3b2ce2bb0bdc982e3f92a1ffe7e5f0d1c2f0ef8ca99
 SHA512 
08209bbd060edafe7b607c9e1394cd03df4f98df6f32b4be21d34d1ab491a7447ed592785546c040126767bd31980121ca6a31aba06eaf90558b14228e302d82

diff --git a/media-libs/fdk-aac/fdk-aac-2.0.1.ebuild 
b/media-libs/fdk-aac/fdk-aac-2.0.1.ebuild
new file mode 100644
index 000..4faac04a34d
--- /dev/null
+++ b/media-libs/fdk-aac/fdk-aac-2.0.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git;
+   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
+   inherit autotools git-r3
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+   if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   else # Official release
+   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
+   fi
+fi
+
+DESCRIPTION="Fraunhofer AAC codec library"
+HOMEPAGE="https://sourceforge.net/projects/opencore-amr/;
+LICENSE="FraunhoferFDK"
+# subslot == N where N is libfdk-aac.so.N
+SLOT="0/2"
+
+IUSE="static-libs examples"
+
+src_prepare() {
+   default
+   [[ ${PV} == ** ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-shared
+   $(use_enable static-libs static)
+   $(use_enable examples example)
+   )
+   ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   if use examples; then
+   mv "${ED}/usr/bin/"{,fdk-}aac-enc || die
+   fi
+
+   # package provides .pc files
+   find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   use examples && einfo "aac-enc was renamed to fdk-aac-enc to prevent 
file collision with other packages"
+}



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

2019-10-14 Thread Jeroen Roovers
commit: dbcb2edf9d2450f3a1741b44c6c4dd6900b805e0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 14 12:13:47 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 14 12:14:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcb2edf

net-misc/putty: Old

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

 net-misc/putty/Manifest |   2 -
 net-misc/putty/files/putty-0.71-no-gssapi.patch | 262 
 net-misc/putty/putty-0.71-r2.ebuild |  94 -
 net-misc/putty/putty-0.72.ebuild|  86 
 4 files changed, 444 deletions(-)

diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest
index 950f334bf02..ebc7ae13ace 100644
--- a/net-misc/putty/Manifest
+++ b/net-misc/putty/Manifest
@@ -1,4 +1,2 @@
-DIST putty-0.71.tar.gz 2423752 BLAKE2B 
fa4202d76d3b96e016a62c805db3835a6f61b05e7f63900919ffcd5bbec5159ef0e06b643398ed33aef5cd9ecf04eb9a981828683de7d565b88abbd4552237f6
 SHA512 
f8791210bd5925b26d51b13f0558eea15dbac40808051165b236d6436226f5c2b0aa7d69288ed9e2bddc1066455678cfd0af73ef6b715a136c42f3b6f754ac07
-DIST putty-0.72.tar.gz 2449516 BLAKE2B 
8d5b2e812bb7bb0bfabf210b2bd6f9e0858cb80b9f7edc241a1426f4a520896c9acc214fb732cb169c88914c89461968afdf73a7b9392e85113e6653902f3221
 SHA512 
a963985e55dcd589c08ef51085808a6364629edd8ce6708ebdf516e0339a41b7f186f91d7d7f26b1fec03d60767f365246e6fa06e9ef042898355c2f90f355dd
 DIST putty-0.73.tar.gz 2459115 BLAKE2B 
594ad1ebd66bdb27ac8d297525c0c5d846f8a15f7c9c5e750da8a57b08367b5c94a9d1439d6a42862e7e7b7a7d7c0dea285e9197fa45651d9eb12757b57e82a7
 SHA512 
4ada4b8c6d68be44afede2676bc661fedfd1ea0b574b8232ad9aaa6f3a48baa9f4f0ded2955b3f2677a14db85a508f53c965cb00fcd7538a1ed9844031f0c5e5
 DIST putty-icons.tar.bz2 4878 BLAKE2B 
589f1bace82e3fd202b70bd35661d2ec4ef383363f8ae6716d4a6828bd822ef624b0acde39354d3d837e2d2bb49a34dbb89e031c64c520cbc675cad79813acff
 SHA512 
4e419a71e26770e159221f6b516e7210d29272917b4b9a9e0b67c72e73508b97278e56c82111b02e106c5d513c2561fec6da372b4b18246f29372ae618ff5f71

diff --git a/net-misc/putty/files/putty-0.71-no-gssapi.patch 
b/net-misc/putty/files/putty-0.71-no-gssapi.patch
deleted file mode 100644
index 33a3f226851..000
--- a/net-misc/putty/files/putty-0.71-no-gssapi.patch
+++ /dev/null
@@ -1,262 +0,0 @@
-From 7ad08649a223a4cd61e67d8334a147f55c79399d Mon Sep 17 00:00:00 2001
-From: Jacob Nevins 
-Date: Mon, 25 Mar 2019 23:46:59 +
-Subject: [PATCH] Fix compilation with NO_GSSAPI.
-
-This is a fairly shallow patch, which removes the UI and interactions
-with external libraries. Some other machinery (which is dead code in
-this configuration) is left in place.
-
-Adapted by me from a patch by Jeroen Roovers.

- config.c|  4 
- settings.c  | 12 ++--
- ssh.c   | 16 +++-
- ssh2transport.c |  3 +--
- ssh2userauth.c  |  8 ++--
- sshserver.c | 13 -
- 6 files changed, 48 insertions(+), 8 deletions(-)
-
-diff --git a/config.c b/config.c
-index 9c299fee..6528a969 100644
 a/config.c
-+++ b/config.c
-@@ -2442,10 +2442,12 @@ void setup_config_box(struct controlbox *b, bool 
midsession,
- HELPCTX(ssh_kexlist),
- kexlist_handler, P(NULL));
- c->listbox.height = KEX_MAX;
-+#ifndef NO_GSSAPI
-   ctrl_checkbox(s, "Attempt GSSAPI key exchange",
- 'k', HELPCTX(ssh_gssapi),
- conf_checkbox_handler,
- I(CONF_try_gssapi_kex));
-+#endif
- 
-   s = ctrl_getset(b, "Connection/SSH/Kex", "repeat",
-   "Options controlling key re-exchange");
-@@ -2455,11 +2457,13 @@ void setup_config_box(struct controlbox *b, bool 
midsession,
-conf_editbox_handler,
-I(CONF_ssh_rekey_time),
-I(-1));
-+#ifndef NO_GSSAPI
- ctrl_editbox(s, "Minutes between GSS checks (0 for never)", 
NO_SHORTCUT, 20,
-  HELPCTX(ssh_kex_repeat),
-  conf_editbox_handler,
-  I(CONF_gssapirekey),
-  I(-1));
-+#endif
-   ctrl_editbox(s, "Max data before rekey (0 for no limit)", 'x', 20,
-HELPCTX(ssh_kex_repeat),
-conf_editbox_handler,
-diff --git a/settings.c b/settings.c
-index 8d563026..54f5ab7b 100644
 a/settings.c
-+++ b/settings.c
-@@ -592,21 +592,25 @@ void save_open_settings(settings_w *sesskey, Conf *conf)
- write_setting_b(sesskey, "Compression", conf_get_bool(conf, 
CONF_compression));
- write_setting_b(sesskey, "TryAgent", conf_get_bool(conf, CONF_tryagent));
- write_setting_b(sesskey, "AgentFwd", conf_get_bool(conf, CONF_agentfwd));
-+#ifndef NO_GSSAPI
- write_setting_b(sesskey, "GssapiFwd", conf_get_bool(conf, 
CONF_gssapifwd));

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

2019-10-14 Thread Lars Wendler
commit: 2872d4b91ee4d89abfdb9c80d4fcebf6f117eadd
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:09:00 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:10:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2872d4b9

media-gfx/potrace: Bump to version 1.16

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

 media-gfx/potrace/Manifest|  1 +
 media-gfx/potrace/potrace-1.16.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-gfx/potrace/Manifest b/media-gfx/potrace/Manifest
index 67ad372b390..71ef344c089 100644
--- a/media-gfx/potrace/Manifest
+++ b/media-gfx/potrace/Manifest
@@ -1 +1,2 @@
 DIST potrace-1.15.tar.gz 650840 BLAKE2B 
1a2074ff0ff958e1c9cbcd35a6267ef7f4bdfa5ba9b511413fa2c5db16a7263ed27291a0bf7c76feb25abd59db099e1096b736eab28a6397accfce88f42fdeff
 SHA512 
c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02
+DIST potrace-1.16.tar.gz 657314 BLAKE2B 
ee6b04f355d593dd1ebcc4833b244e25eaaa69c91f90987d530a4e5a454668dff6ecfb7a5d8270ebbd9e7c177fd447d1b3fe2a343fc4b9413dd3f507c0c6e417
 SHA512 
10d85ed3fada80951223c65e923b5e6ee3e76e071575971d5b09b996b477ec5ff2403e0337c44963c6b441cc3ba6c4f7009541124a25c16b7721fdebd1f774b9

diff --git a/media-gfx/potrace/potrace-1.16.ebuild 
b/media-gfx/potrace/potrace-1.16.ebuild
new file mode 100644
index 000..ac56cfcdbd3
--- /dev/null
+++ b/media-gfx/potrace/potrace-1.16.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Transforming bitmaps into vector graphics"
+HOMEPAGE="http://potrace.sourceforge.net/;
+SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="metric static-libs"
+
+RDEPEND="sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   tc-export CC # bug 610098
+   local myeconfargs=(
+   --enable-shared
+   --enable-zlib
+   --with-libpotrace
+   $(use_enable metric a4)
+   $(use_enable metric)
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}



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

2019-10-14 Thread Lars Wendler
commit: 3b0e32cbb72f6921e86508b16a12b92d8eda
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 12:02:14 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 12:10:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0e32cb

games-simulation/openttd: Bump to version 1.9.3

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

 games-simulation/openttd/Manifest |   1 +
 games-simulation/openttd/openttd-1.9.3.ebuild | 185 ++
 2 files changed, 186 insertions(+)

diff --git a/games-simulation/openttd/Manifest 
b/games-simulation/openttd/Manifest
index 574fbb4069d..6ef1d4d4e37 100644
--- a/games-simulation/openttd/Manifest
+++ b/games-simulation/openttd/Manifest
@@ -1,2 +1,3 @@
 DIST openttd-1.9.1-source.tar.xz 6647548 BLAKE2B 
fd7d03221bea49345e2163ff700e62a12682f706c1dab3fc741136219b80094bf945dc0cefcd807a643d141841a307141bb760d4b06bf75fa18129c557b149c3
 SHA512 
44d907299a14fd09ebff980f7c212bbdbd5def880bc56bfe106c3efa8cb32472bbcafdbb145d3f4340a3bc96179418f78fe2ddc62dd067b464eca73313b477c1
 DIST openttd-1.9.2-source.tar.xz 860 BLAKE2B 
a28862b00f3ec5cd8f015445022746e08a298046de05a592a76f72ff72d76aae4584d48cfe021d3fe6920555b4848986b3e25b23998cac830da572c21f06e595
 SHA512 
a84a219c049147e9566967f96a01c84dde587e38da37b34ef756da99a2d14f1d418492030098f63c4ac60cb0db553f474aaf3b8a00c8abfd98f66adc14f523e4
+DIST openttd-1.9.3-source.tar.xz 6659508 BLAKE2B 
653ddd14d257d25f6c51138765f310cb8166575375fb95227a9a2c06cd1b526d8af403cb736d17b98c49add26f668ab5c6f8ca7b5fcda5fea9093726b2fd4a21
 SHA512 
e2208f730cf26c2df9b1950e885e20471060217dd47f2483db3f1cc86b40658d71208f27caab38a9fa513cfddb33c791a0972336dfa902a6d110ef246d936a34

diff --git a/games-simulation/openttd/openttd-1.9.3.ebuild 
b/games-simulation/openttd/openttd-1.9.3.ebuild
new file mode 100644
index 000..49368f0e59a
--- /dev/null
+++ b/games-simulation/openttd/openttd-1.9.3.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg
+
+MY_PV="${PV/_rc/-RC}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe"
+HOMEPAGE="http://www.openttd.org/;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/OpenTTD/OpenTTD.git;
+else
+   
SRC_URI="https://proxy.binaries.openttd.org/openttd-releases/${MY_PV}/${MY_P}-source.tar.xz;
+   KEYWORDS="~amd64 ~ppc64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
+RESTRICT="test" # needs a graphics set in order to test
+
+RDEPEND="!dedicated? (
+   media-libs/libsdl[sound,X,video]
+   icu? (
+   dev-libs/icu-layoutex
+   dev-libs/icu-le-hb
+   >=dev-libs/icu-58.1:=
+   )
+   truetype? (
+   media-libs/fontconfig
+   media-libs/freetype:2
+   sys-libs/zlib:=
+   )
+   )
+   lzo? ( dev-libs/lzo:2 )
+   iconv? ( virtual/libiconv )
+   png? (
+   media-libs/libpng:0
+   sys-libs/zlib:=
+   )
+   zlib? ( sys-libs/zlib:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig"
+PDEPEND="
+   !dedicated? (
+   openmedia? (
+   games-misc/openmsx
+   games-misc/opensfx
+   )
+   aplaymidi? ( media-sound/alsa-utils )
+   !aplaymidi? ( timidity? ( media-sound/timidity++ ) )
+   )
+   openmedia? ( >=games-misc/opengfx-0.4.7 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.9.0-cflags.patch
+   "${FILESDIR}"/${PN}-1.9.0-dont_compress_manpages.patch
+)
+
+src_configure() {
+   local myopts=(
+   --binary-dir="bin"
+   --disable-strip
+   --doc-dir="share/doc/${PF}"
+   --install-dir="${D}"
+   --menu-group="Game;Simulation;"
+   --prefix-dir="${EPREFIX}/usr"
+   $(use_with cpu_flags_x86_sse sse)
+   $(use_with iconv)
+   $(use_with lzo liblzo2)
+   $(use_with png)
+   $(usex debug '--enable-debug=3' '')
+   # there is an allegro interface available as well as sdl, but
+   # the configure for it looks broken so the sdl interface is
+   # always built instead.
+   --without-allegro
+
+   # libtimidity not needed except for some embedded platform
+   # nevertheless, it will be automagically linked if it is
+   # installed. Hence, we disable it.
+   --without-libtimidity
+
+   --without-fluidsynth
+   )
+
+   if use dedicated 

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-tamil/

2019-10-14 Thread Agostino Sarubbo
commit: 08dc013e461975d38ebdcc7a2be5752ea6361226
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dc013e

media-fonts/lohit-tamil: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-tamil/lohit-tamil-2.91.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-tamil/lohit-tamil-2.91.3.ebuild 
b/media-fonts/lohit-tamil/lohit-tamil-2.91.3.ebuild
index df1bf32c510..6b31408ed79 100644
--- a/media-fonts/lohit-tamil/lohit-tamil-2.91.3.ebuild
+++ b/media-fonts/lohit-tamil/lohit-tamil-2.91.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-gujarati/

2019-10-14 Thread Agostino Sarubbo
commit: d77f374628b36384323112b648440a74e6c2ccb6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77f3746

media-fonts/lohit-gujarati: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild 
b/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild
index eaa00d7883a..14b68ad8dee 100644
--- a/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild
+++ b/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

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

2019-10-14 Thread Agostino Sarubbo
commit: 172fc96de649d57676e00ba328d6d0eee261046c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172fc96d

dev-libs/libev: x86 stable wrt bug #697110

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index d4b92e6f815..73364a46b4f 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD 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 ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/

2019-10-14 Thread Agostino Sarubbo
commit: 20d8f773052e1e7c826f4daddb32085d1f9f3edb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d8f773

app-i18n/ibus-libpinyin: x86 stable wrt bug #697064

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild
index b316d13d864..3f5e863d4a5 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="boost lua opencc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-fonts/

2019-10-14 Thread Agostino Sarubbo
commit: c7edde8fad1319d6e1e3d1b0cb2a599dbf0f26a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7edde8f

media-fonts/lohit-fonts: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild 
b/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild
index 19b04811f38..82ba4b51753 100644
--- a/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild
+++ b/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://pagure.io/lohit;
 LICENSE="OFL-1.1"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-devanagari/

2019-10-14 Thread Agostino Sarubbo
commit: 9c73381b56160aad93d5666ac8ed9a51c6d99178
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c73381b

media-fonts/lohit-devanagari: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-devanagari/lohit-devanagari-2.95.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-devanagari/lohit-devanagari-2.95.4.ebuild 
b/media-fonts/lohit-devanagari/lohit-devanagari-2.95.4.ebuild
index 1082865a9ef..48dfd93387d 100644
--- a/media-fonts/lohit-devanagari/lohit-devanagari-2.95.4.ebuild
+++ b/media-fonts/lohit-devanagari/lohit-devanagari-2.95.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-tamil-classical/

2019-10-14 Thread Agostino Sarubbo
commit: 8daae496e161a5bf9b091d7e513262602750b443
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8daae496

media-fonts/lohit-tamil-classical: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild 
b/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild
index 4ff7a693418..25fc9b6b0b8 100644
--- a/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild
+++ b/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-telugu/

2019-10-14 Thread Agostino Sarubbo
commit: a135162b183199aef467202c5a6b66d0619d8fee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a135162b

media-fonts/lohit-telugu: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild 
b/media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild
index 7c3fe7e36db..847279a3936 100644
--- a/media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild
+++ b/media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/wqy-microhei/

2019-10-14 Thread Agostino Sarubbo
commit: 7ee7e1c9945fd954ce310eb4002db21470e5a46a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee7e1c9

media-fonts/wqy-microhei: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild 
b/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild
index 1b8201b1733..f7b7ec08b58 100644
--- a/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild
+++ b/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0 GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 # Only installs fonts



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-gurmukhi/

2019-10-14 Thread Agostino Sarubbo
commit: 449442ec1265ff6cfe5e5fd80b35214df9d50f85
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449442ec

media-fonts/lohit-gurmukhi: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-gurmukhi/lohit-gurmukhi-2.91.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-gurmukhi/lohit-gurmukhi-2.91.2.ebuild 
b/media-fonts/lohit-gurmukhi/lohit-gurmukhi-2.91.2.ebuild
index 66a872314dc..966baec2396 100644
--- a/media-fonts/lohit-gurmukhi/lohit-gurmukhi-2.91.2.ebuild
+++ b/media-fonts/lohit-gurmukhi/lohit-gurmukhi-2.91.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-kannada/

2019-10-14 Thread Agostino Sarubbo
commit: 151f35bc19c131e5047254f9742d9ef6d8587244
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151f35bc

media-fonts/lohit-kannada: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-kannada/lohit-kannada-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-kannada/lohit-kannada-2.5.4.ebuild 
b/media-fonts/lohit-kannada/lohit-kannada-2.5.4.ebuild
index f5844f126c4..2e03da858f4 100644
--- a/media-fonts/lohit-kannada/lohit-kannada-2.5.4.ebuild
+++ b/media-fonts/lohit-kannada/lohit-kannada-2.5.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

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

2019-10-14 Thread Agostino Sarubbo
commit: 132bf6ee8937d34bb16349154be0cd910f52f511
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132bf6ee

app-eselect/eselect-lapack: x86 stable wrt bug #696256

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild 
b/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild
index 86532032479..65277a46307 100644
--- a/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild
+++ b/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-nepali/

2019-10-14 Thread Agostino Sarubbo
commit: 71a8297bdb3ae43d3bc33b8794fe60edf6e29176
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a8297b

media-fonts/lohit-nepali: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-nepali/lohit-nepali-2.94.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-nepali/lohit-nepali-2.94.2.ebuild 
b/media-fonts/lohit-nepali/lohit-nepali-2.94.2.ebuild
index cb78ffd8ac9..87fec1362f7 100644
--- a/media-fonts/lohit-nepali/lohit-nepali-2.94.2.ebuild
+++ b/media-fonts/lohit-nepali/lohit-nepali-2.94.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: app-emacs/circe/

2019-10-14 Thread Agostino Sarubbo
commit: 19491efc8e4a9509c3b9bba034e4413dd694f7ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19491efc

app-emacs/circe: x86 stable wrt bug #697488

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/circe/circe-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/circe/circe-2.11.ebuild 
b/app-emacs/circe/circe-2.11.ebuild
index d02a4051796..f913b088a24 100644
--- a/app-emacs/circe/circe-2.11.ebuild
+++ b/app-emacs/circe/circe-2.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 
 ELISP_REMOVE="circe-pkg.el"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-marathi/

2019-10-14 Thread Agostino Sarubbo
commit: 22315fb9535a8d9b3533039c3650962140585b88
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22315fb9

media-fonts/lohit-marathi: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild 
b/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild
index 5636e43a54b..1acd16365de 100644
--- a/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild
+++ b/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-bengali/

2019-10-14 Thread Agostino Sarubbo
commit: 84ee3570a46a89cc7c9fb011c7423dbc0efe7329
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ee3570

media-fonts/lohit-bengali: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild 
b/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild
index 8c1050d7ba0..368be9113e8 100644
--- a/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild
+++ b/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

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

2019-10-14 Thread Agostino Sarubbo
commit: ca60c110046615f27930b24aea1bdbc866aacd03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca60c110

sci-libs/geos: x86 stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index bf5f4c8089f..8ce17cd86a9 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/x11fonts-jmk/

2019-10-14 Thread Agostino Sarubbo
commit: dd293f494282458beb2ea794eb5667a7f5691883
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd293f49

media-fonts/x11fonts-jmk: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild 
b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild
index 2a96a698f5f..135458920e9 100644
--- a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild
+++ b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.pobox.com/~jmknoble/fonts/${MY_P}.tar.gz;
 HOMEPAGE="http://www.jmknoble.net/fonts/;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND="x11-misc/imake



[gentoo-commits] repo/gentoo:master commit in: app-emacs/uptimes/

2019-10-14 Thread Agostino Sarubbo
commit: 443813386c2c91a5f34385d0d8df6e791fa0d3f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44381338

app-emacs/uptimes: x86 stable wrt bug #697486

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/uptimes/uptimes-3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/uptimes/uptimes-3.7.ebuild 
b/app-emacs/uptimes/uptimes-3.7.ebuild
index 1f8077ebfbd..869df6026ab 100644
--- a/app-emacs/uptimes/uptimes-3.7.ebuild
+++ b/app-emacs/uptimes/uptimes-3.7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/davep/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-malayalam/

2019-10-14 Thread Agostino Sarubbo
commit: d0a84d018f8f76188db2ef811c54759a08a4882b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a84d01

media-fonts/lohit-malayalam: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-malayalam/lohit-malayalam-2.92.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-malayalam/lohit-malayalam-2.92.2.ebuild 
b/media-fonts/lohit-malayalam/lohit-malayalam-2.92.2.ebuild
index 84c45bcba52..e6a72339637 100644
--- a/media-fonts/lohit-malayalam/lohit-malayalam-2.92.2.ebuild
+++ b/media-fonts/lohit-malayalam/lohit-malayalam-2.92.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-odia/

2019-10-14 Thread Agostino Sarubbo
commit: cdb9fbf18f853bb3156f48e4aaeb2de7b37c82ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:17 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb9fbf1

media-fonts/lohit-odia: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-odia/lohit-odia-2.91.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-odia/lohit-odia-2.91.2.ebuild 
b/media-fonts/lohit-odia/lohit-odia-2.91.2.ebuild
index 1439c51f576..487007d166e 100644
--- a/media-fonts/lohit-odia/lohit-odia-2.91.2.ebuild
+++ b/media-fonts/lohit-odia/lohit-odia-2.91.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/pigiarniq/

2019-10-14 Thread Agostino Sarubbo
commit: d87e19c7e436eeadc359bfc07b28f3ff359fd912
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87e19c7

media-fonts/pigiarniq: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/pigiarniq/pigiarniq-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/pigiarniq/pigiarniq-2.ebuild 
b/media-fonts/pigiarniq/pigiarniq-2.ebuild
index d290a282a24..8728ac685d8 100644
--- a/media-fonts/pigiarniq/pigiarniq-2.ebuild
+++ b/media-fonts/pigiarniq/pigiarniq-2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ch.gov.nu.ca/fonts/pigiarniq.zip -> ${P}.zip"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/cronyx-fonts/

2019-10-14 Thread Agostino Sarubbo
commit: 859d60ca1ba39a91fc2d35601cc304f0431308b0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:46 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859d60ca

media-fonts/cronyx-fonts: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index 41dc81b5783..2efca6e3f0b 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P//_/-}.orig"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/lohit-assamese/

2019-10-14 Thread Agostino Sarubbo
commit: ed4af364492f401d773bdd1c5cdaed602582dfec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4af364

media-fonts/lohit-assamese: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/lohit-assamese/lohit-assamese-2.91.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-assamese/lohit-assamese-2.91.5.ebuild 
b/media-fonts/lohit-assamese/lohit-assamese-2.91.5.ebuild
index 3c02b711030..209a2693095 100644
--- a/media-fonts/lohit-assamese/lohit-assamese-2.91.5.ebuild
+++ b/media-fonts/lohit-assamese/lohit-assamese-2.91.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 s390 ~sh sparc x86 
~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-fonts/dina/

2019-10-14 Thread Agostino Sarubbo
commit: 8c99fb92dcce49a3505cb8538e738e985b5aa39b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c99fb92

media-fonts/dina: x86 stable wrt bug #696312

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-fonts/dina/dina-2.93.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/dina/dina-2.93.ebuild 
b/media-fonts/dina/dina-2.93.ebuild
index 23728402192..46aefaabe4c 100644
--- a/media-fonts/dina/dina-2.93.ebuild
+++ b/media-fonts/dina/dina-2.93.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.donationcoder.com/forum/index.php?action=dlattach;topic=3604
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Address/

2019-10-14 Thread Agostino Sarubbo
commit: 8ef9678919b539fcab3fbdbea76e05833093a4ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:46:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:46:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef96789

dev-perl/Email-Address: ia64 stable wrt bug #658562

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Email-Address/Email-Address-1.912.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Address/Email-Address-1.912.0.ebuild 
b/dev-perl/Email-Address/Email-Address-1.912.0.ebuild
index ead12c484ae..7beecd733e6 100644
--- a/dev-perl/Email-Address/Email-Address-1.912.0.ebuild
+++ b/dev-perl/Email-Address/Email-Address-1.912.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="RFC 2822 Address Parsing and Creation"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-10-14 Thread Agostino Sarubbo
commit: e4a7d94f48e69417e043d61f4c3d3260c8cf5ec3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:30:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:30:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a7d94f

app-text/docbook-xml-dtd: sparc stable wrt bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild   | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild   | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild   | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild
index 5e68a13eedb..d8fc0a0ce1a 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild
index 5166108fd92..afd54e1cdd2 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
index 5166108fd92..afd54e1cdd2 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild
index 1c39cc09f89..37a820b3067 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild
index 1c39cc09f89..37a820b3067 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild
@@ -11,7 +11,7 @@ 

  1   2   3   >