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

2017-05-06 Thread Matt Thode
commit: 5d13f44077f33e52b5f7ebacb7e4ae9826e8a46c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:39:58 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:39:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d13f440

app-admin/ansible: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/ansible/Manifest   |  1 -
 app-admin/ansible/ansible-2.1.5.0.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index fc63018e217..ac46c90d38a 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-2.1.5.0.tar.gz 1893776 SHA256 
11a214a5623f9e0032b3e9036211a046ab3c0d3fb6586809c00b8cabd11f6bde SHA512 
1bb47cdfad0a9bf4dcc368c717ebcd4bae10bf81eb3585ea63b1aa7ec7963684c079fa48fc13fcf703eb9a08262fbfc5ed0813018508dbea8ac53228416a31f0
 WHIRLPOOL 
3f4a499b689676a8477b286b2d37f9545cf11cf9ec5efab347fa12c385ddaf637a204a6e1d99d869957576765b7dcdd65b9eafd82843d19b08fb3d5d7e367742
 DIST ansible-2.2.2.0.tar.gz 2510182 SHA256 
efd9c574168ac1916dd57f7c88d4dd2e13ef816af0ee49a8d34c77567886e4c2 SHA512 
e5d902e6c8d67c2b5e1e907dffab7a36505cc96a9748915dd8340f78b6bf5ced2efe2153f621ecceafc75750729d3e2e26c9c7c95b3a6d15838e6c36de8b8b60
 WHIRLPOOL 
2b57bf518de9adf339b3c2eb3dfb0e2962e084b69db1a10c1cdccc4caa13845f668191b12f66b3656675b2ac94bb671f329ab7ab843796480a963017cb762776
 DIST ansible-2.3.0.0.tar.gz 4251730 SHA256 
299f3907cd566a20e163942fa82b6afc86ef89c2726ba503b90c1a651e82a458 SHA512 
88ac28befefd7a70c36d8c33bc1aba1b0a5ffdea4bddd0b9e6c5488c70057662812208c221e47721c5a194fc30282a33490f196a719d9eb6d9b1e7dcfd1ff941
 WHIRLPOOL 
a6a622f17476c07e3446a7b09631027797ade04f7d1571e0eafccc2736390deabfcdd36fa1e849d209eb7ab5f1e3e86f2b6e7dd3032db1743665165c1dc710ba

diff --git a/app-admin/ansible/ansible-2.1.5.0.ebuild 
b/app-admin/ansible/ansible-2.1.5.0.ebuild
deleted file mode 100644
index de7aaa62a9d..000
--- a/app-admin/ansible/ansible-2.1.5.0.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
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils versionator
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   =dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   

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

2017-05-06 Thread Matt Thode
commit: 821e3fc62b01ba955674978f2584ce9e2d9f07b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:32:06 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:32:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821e3fc6

app-admin/ansible: 2.3.0.0 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-admin/ansible/ansible-2.3.0.0.ebuild 
b/app-admin/ansible/ansible-2.3.0.0.ebuild
index 16e6d897dd7..ebe80089449 100644
--- a/app-admin/ansible/ansible-2.3.0.0.ebuild
+++ b/app-admin/ansible/ansible-2.3.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/

2017-05-06 Thread Matt Thode
commit: 645a11515a534cc4d95249872be98a3c7e7ff70b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:25:34 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:25:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645a1151

sys-cluster/cinder: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/cinder/Manifest |   1 -
 sys-cluster/cinder/cinder-10.0.0.ebuild | 193 
 2 files changed, 194 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 58581790629..b356a68ad14 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,4 +1,3 @@
-DIST cinder-10.0.0.tar.gz 4610356 SHA256 
3047812d07cebbcb5559cdc3a1d827fa62be35c2297cd3c1359b52dc8349ea04 SHA512 
b55e95b84b09287b5786b6a07a6d2699ae0ca55dbd0dc9089a4e14fa039e2576b6eaefccf05e0eff0f9d36ebbe2aac0a4dd0de6122ae104cc3335d00174e82ed
 WHIRLPOOL 
8f7bdc067a4b7e3d7f62a5a1c0d3bd15b8d461fb25d0d07efdfcab7d09a5cd2b34dded54334ddd14e515e8ceb9c2531353284773eef1d4f2acaa96eff95789a6
 DIST cinder-10.0.1.tar.gz 4615220 SHA256 
160fdc3e173e3fc8d8ac3b440efd3a59dc86de92a11f92c0aeae266ca63273df SHA512 
c23f5ac466643729a635449ceb1efd73e670d4548de2256aa5297b1c1e389f94ac7362e9fdb8dd599b10a0faea62a562813d18dce8f7ca9fe5fd225a80e8ae58
 WHIRLPOOL 
1fd34980626183af6cc810b2304a807be38bee69d18099db3fd8c44257ed3d438ef09c6f62be74c50635e65cfd6a39e99567858b3c63bf6c25660817394a9dae
 DIST cinder-9.1.4.tar.gz 4195597 SHA256 
ee8a2ca264a41c8f4ed48094722d683cffae99cee910f19a140b0d1d0f5251a4 SHA512 
8039d5208296ea54fc869fb05dd91451ac3575eb3dd2ed97d0c63120d18b67b02b835a849cd1ec3dae349920895e13665c15a6daa53f67138823053c49ab87a9
 WHIRLPOOL 
f2fd2bbba72d2f74f1395f2b280ed3304ecec37c9bcdc7b73a104d19698dad123ffdbce58249c426245c68584eb7a10a640f38a9192933d8db30a7f45b79c48e
 DIST newton-cinder-policy.json 6412 SHA256 
3a140134201452c52a97eae9f4c45ea30a3a21cc7a30ee619ed37ab0723b6479 SHA512 
3473b5790487bd037d54e4a1a89bab9d145bc34d137d52da2b6b311d2dfee2344fec75c6c96bc518a3e0b175fbd6cde71fb546406c0ef835898e3c1c88eb6d56
 WHIRLPOOL 
f34dc729425fd82ddd9905c675fca9b765b4535dc87ec9d94acd1781c331e466f8688aace4954532e376e704cf3f1c8f4103f22e6838d4403c10311358e1ed2b

diff --git a/sys-cluster/cinder/cinder-10.0.0.ebuild 
b/sys-cluster/cinder/cinder-10.0.0.ebuild
deleted file mode 100644
index 9f60fa4e6e8..000
--- a/sys-cluster/cinder/cinder-10.0.0.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
-HOMEPAGE="https://launchpad.net/cinder;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/cinder.conf.sample
 -> ocata-cinder.conf.sample
-https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/policy.json 
-> ocata-cinder-policy.json
-https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/volume.filters
 -> ocata-cinder-volume.filters
-https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
-REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   dev-python/enum34[$(python_gen_usedep 'python2_7')]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   virtual/python-ipaddress[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.12.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.15.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-privsep-1.9.0[${PYTHON_USEDEP}]
-   

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

2017-05-06 Thread Matt Thode
commit: b0c7ced9b4955cc8a8d364b5a563e385e18ff88b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:28:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c7ced9

dev-python/keyring: 10.3.2 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/keyring/keyring-10.3.2.ebuild 
b/dev-python/keyring/keyring-10.3.2.ebuild
index 4af7c17e91f..d67327ce6b9 100644
--- a/dev-python/keyring/keyring-10.3.2.ebuild
+++ b/dev-python/keyring/keyring-10.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2017-05-06 Thread Matt Thode
commit: fd2fdf1375412af17af9ea6178e6e51985cc9c1d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:29:32 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:29:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2fdf13

dev-python/keyring: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index c50766d41ca..cd2d04f0f02 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,6 +1,5 @@
 DIST keyring-10.0.2.tar.gz 36587 SHA256 
91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 SHA512 
e9018415e99c50d806e2c1d4a057551afedbd91efef7163ceac150f2b0857244ba6ab7cb867596a94b96ea23eb6b0b765ccd62ce7283e52d1d926c15cf92f9ba
 WHIRLPOOL 
2be86bde3cf433a8129f34428206f0ce345a29de58ed229e1e074a5822dc922b5e0216a5748c75961a8df863ad7bf7554faf592cc6cde7f363c21b6b08baf944
 DIST keyring-10.1.tar.gz 37088 SHA256 
af7f02d8ad957523842651f1a2247ff178c387476f7d366880f04fd195468f2f SHA512 
955cc59eaef2f8fd690ee68e646196c1579fcae227c8df5012f3a884a7f596d964a8a2f1a37c17dc7f7c34a4aea88920e95e0adfbaf25a7a0f7474274696bae6
 WHIRLPOOL 
b827d42553175a06bdeb21e08a5e702d81b4debaed25f98ad16e7319d493c82e7f9541c39e97db1584a901a892096af8c2206f345321fd4f2da834db67714915
 DIST keyring-10.2.tar.gz 37110 SHA256 
bf49be09b31db401791bde1799da30d6926e7de2f0fb836c3dfc85aa5538a572 SHA512 
ee2bb8e612d542ed4cf28f911d436a4b27a04eda0407f8a638189098c729d5e2aa70205783f5320fbbd4a5cdd524f12796880e46f9d1369ff27d2346e5959040
 WHIRLPOOL 
889550e38e65af3b188037083fe4101169454fce374fe8bddd621e6beaf187943aa18c3d37bbcfb405db1b1de930a9578800744f6f26264acbf53c2a4503
-DIST keyring-10.3.1.tar.gz 38207 SHA256 
9a0b7780653a69ce058212ece2a58539c6fd1b06965823a6c1d97d7af0e267c7 SHA512 
9e3422b1edf8a1388cc105338e7d2b78ec4b8d57d0e3141891f5577eb1c8b45d1ea38949f133bc2283f786e45fdec993cd4e71ae9d173da5799b71d95420d6e6
 WHIRLPOOL 
cc35fd5d27dc955f54bbc72f3b7cf7a67d71c0810e2561f1eb0c1aecde695516007f9a866bbd921c0bf19aa7d7a7a7a1a37e22df66ced6bd9a7a90f5d7630647
 DIST keyring-10.3.2.tar.gz 39244 SHA256 
f462698bc8b96ef5f9fb31d392611f416c808a8244d679fb02530b72bab01ad6 SHA512 
4d9737b47bf728d9c8cce222ed9da833955599c210c77c1fd99d67543ff936f79a99a14e3bad927c0b209f18612fc21d8682b065aa3f2601b1365f4e38e96d36
 WHIRLPOOL 
bcfb915cdac58b1bff3ed55520d7d674edf01b109270bf8c1dddea4a0a124342792d2884ee34a99b0503fa6c6af16932ab6be7998ec27d9e2a52a2f9e126afe6
 DIST keyring-9.3.1.tar.gz 40579 SHA256 
3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 SHA512 
b899e45e479806e9d01cb490925e291608dfa32bdac212a09922c2fa11196bf18b3ccdefd05aa3777588df43f1dbc5352d6705b93cae23bc7525c727254a938c
 WHIRLPOOL 
5e0213331bafa0e387129f6ae705835cfb01aac3daadd2e142b3ebccc9b6bde1c2ebf7ba30610a89bbcffe728f1fc6efa42227ab2afccef81144ec3d0a7cc935

diff --git a/dev-python/keyring/keyring-10.3.1.ebuild 
b/dev-python/keyring/keyring-10.3.1.ebuild
deleted file mode 100644
index d67327ce6b9..000
--- a/dev-python/keyring/keyring-10.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring;
-SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-python_test() {
-   py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2017-05-06 Thread Matt Thode
commit: 955e100285f3afbbe6f836932ccb0451384d7059
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:24:47 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955e1002

sys-cluster/nova: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/nova/Manifest   |   2 -
 sys-cluster/nova/nova-15.0.2.ebuild | 230 
 2 files changed, 232 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 1da6558ecef..61131fc512e 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,7 +1,5 @@
 DIST newton-nova.conf.sample 44496 SHA256 
a7d9b95e67b77d0335edac760e037ad117d8c9f18c4792939ba8bb02739eae58 SHA512 
ac917f0fed24c6705cbe43b4e1af31138bb656ea06f0cbe66d5b820677a47ca854abf6ca7fdf76a9a7f3a5afff758dac294ffd778d1bda82bb9f95c48d103d6e
 WHIRLPOOL 
3c54dc8e4721f4289a8f64e9ac215c4b2e4b6afd2904fea4080659d3c292dcd942535d998b463efa4dd96a6090afb9830dfa6b9b3f2062439a8d03ec09356adc
 DIST nova-14.0.5.tar.gz 5595066 SHA256 
762f18a0e18bda9d2c962e906424b8a60e3c2692d9b597d728a5c9b3ae28926a SHA512 
8e169c625f65b1333dbf0737fd3451903ebf0a95bfac37394f588182d5395e3dc7d037075ef572306e9a07530c42a2d560bc26cb23ecc28c320e7412b5b1b093
 WHIRLPOOL 
d6147e64405c11640ab3c7e1605d9e17a56fc1e4831516049059e1b114eab44d0f2ef6ea29209646caf5a80c5f595e69577c1936fc99507efd7ac3a2629c9d83
-DIST nova-15.0.2.tar.gz 5737318 SHA256 
bd1d5fd8b92bed97cc9b9ef51106a31f269096e294441744298a9d07c2f88f52 SHA512 
d04804bcdf22a3f18fe2bc02c6c07bd5f894e674b01f64940587dc77c8d80904fcd802d3034c7dde4fa25bbbda4e2e6044bf6e877c658562242dde6d5d906628
 WHIRLPOOL 
58619c3cfbf7c618035ef90b967e355b35925f2a556ba1b610363753aaf4d038d8e782dce3f8ae4429be2c4d00b1f84146833ab08e73f14c58057a9669abd9f6
 DIST nova-15.0.3.tar.gz 5743284 SHA256 
01ff12909304dc8d41fef460cda73c6bd8a5612a3de1b86846962d6bcd71777d SHA512 
d2c6d0f241503cb1fe7a00945cb2e896f9f4c32fe8d94a2a2bcd9a3ede994eb5aa5ea0e7183fe2067e886a315859d1166b30ad1edb8241c043a19208522f5761
 WHIRLPOOL 
db277c56a28ca5de613364dcca81ebdf58e9573c0551203a3f29bc14fc2d05a6fbf0c87b4a35d2881ecd8f29361177f4bde378b53eb3a706cf0b921c3e11dd2f
-DIST nova.conf.sample-15.0.2 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-15.0.3 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-2017.1. 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125

diff --git a/sys-cluster/nova/nova-15.0.2.ebuild 
b/sys-cluster/nova/nova-15.0.2.ebuild
deleted file mode 100644
index 640ec44b6e7..000
--- a/sys-cluster/nova/nova-15.0.2.ebuild
+++ /dev/null
@@ -1,230 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ocata/nova.conf.sample
 -> nova.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
-REQUIRED_USE="
-   !compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
-
-CDEPEND="
-   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/

2017-05-06 Thread Matt Thode
commit: fc050e2333eda0a2395d7f49c3e0aad916dab0b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:26:39 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:26:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc050e23

sys-cluster/neutron: 9.3.1 and 10.0.1 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/neutron/neutron-10.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/neutron/neutron-10.0.1.ebuild 
b/sys-cluster/neutron/neutron-10.0.1.ebuild
index cd51b22b38b..90c0223c3eb 100644
--- a/sys-cluster/neutron/neutron-10.0.1.ebuild
+++ b/sys-cluster/neutron/neutron-10.0.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/ocata/con
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="compute-only dhcp ipv6 l3 metadata openvswitch linuxbridge server sqlite 
mysql postgres"
 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
compute-only? ( !mysql 
!postgres !sqlite !dhcp !l3 !metadata !server



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/

2017-05-06 Thread Matt Thode
commit: 37f0a960179dc3b177177e885dc9ec8d56315880
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:27:29 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:27:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f0a960

sys-cluster/neutron: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/neutron/Manifest  |   6 -
 sys-cluster/neutron/neutron-10.0.0.ebuild | 237 --
 sys-cluster/neutron/neutron-9.3.0.ebuild  | 229 -
 3 files changed, 472 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 4bff27dfbc8..c659c0f8703 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,16 +1,10 @@
-DIST neutron-10.0.0.tar.gz 3133746 SHA256 
b90258d72230592eccf1f4f3f2dfe6e8a36f2bb0b5cba4c1da5d5ac879767d72 SHA512 
02019952b7321524e531a8aaa34a90ab60d12b191de3714f4719dfea9f376e174908e748484b6365f023c1c712357fe75733bcc13a1d265ed283bf619eac151a
 WHIRLPOOL 
0a0466e477890657d42528b15792ccd82b893407024dfe204e26693c5ca7034c6fcdbcfc10e18cd7ff4afdeecfe92722f7b76cc6e99b38cc0b5717ab9b29e129
 DIST neutron-10.0.1.tar.gz 3139904 SHA256 
1447feefdddbccb2ea2c778b75e5270513db8baa5ba32bd82108e7b58d3b411c SHA512 
2d4d0416425e5b766993ccc3e263d2678af3325502b392b8d9cba075f9dfae64d2f2211a1a36e09b9bd43f102972491b737265844b81be03efcf3ee85b6896ac
 WHIRLPOOL 
7a02c8185f77f260040fb05b932a478a8d3297b7e76087fc82a43429697d2674ba931a40af9444be4723bf36b5c330cdc7afea6f2f66360565f338da16434fc9
-DIST neutron-9.3.0.tar.gz 3037725 SHA256 
9b567b9ef78cec001b839288dc29890a9006e2a97c1449a3ebf639cf0727ed52 SHA512 
8cb12f8bafc093bfa97202c1832a2242e0852a613cb7e760f686ae878efee53626aed1375e390f6bf3281c7ee1e2980edfb1fdae5c5e77ee1b4769d0410b737f
 WHIRLPOOL 
1397de9e7826f08c4e9922f879afd22e0de1fd9d9ef085a487c2efba4eb0f238a6ae441603aed4e7a8abdc2e9b90ebd0584bff68ada144146bc412fa0f3f3a20
 DIST neutron-9.3.1.tar.gz 3041444 SHA256 
d74bf8bcc749fea569421a190d5b68180837e80482531521c5623184c2c601cf SHA512 
651d2172d375c30832eb01e1fadbe12ffde57495690194b942e83318996066040091106f4d00dc826db41727330ef8453e14f193005b0ec9732bf5d8cee9cbe2
 WHIRLPOOL 
84244e1ace8fce30253ab47a9cf7e09bb4b759c48514761951546530ba6092821d95f864970a22e596ab07029c1d23f940b1f2c44a9708bcafdc677c4ff004f2
-DIST neutron-configs-10.0.0.tar.gz 25094 SHA256 
7f210828b0c3fa9d859fca8c4735fd60aefad3cd5d0cf810b762af268df59269 SHA512 
40ab9f2f4ea338c061c57d9aa5611ee3f3476ab8f5199ac50577f94fec032ccd27028bd072d9d9d0cc9f12327613e542b4d62a0403540730f9d6efbc4992a00d
 WHIRLPOOL 
dbdaff979a40e33cd171390657e39fb9b2a311c972e8d018e301af5361b0224ba62972241febfc4991a06bf9f16390e5c779de86823ed94eaebbee610c8c6657
 DIST neutron-configs-10.0.1.tar.gz 25094 SHA256 
7f210828b0c3fa9d859fca8c4735fd60aefad3cd5d0cf810b762af268df59269 SHA512 
40ab9f2f4ea338c061c57d9aa5611ee3f3476ab8f5199ac50577f94fec032ccd27028bd072d9d9d0cc9f12327613e542b4d62a0403540730f9d6efbc4992a00d
 WHIRLPOOL 
dbdaff979a40e33cd171390657e39fb9b2a311c972e8d018e301af5361b0224ba62972241febfc4991a06bf9f16390e5c779de86823ed94eaebbee610c8c6657
 DIST neutron-configs-2016.2..tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-configs-2017.1..tar.gz 25094 SHA256 
7f210828b0c3fa9d859fca8c4735fd60aefad3cd5d0cf810b762af268df59269 SHA512 
40ab9f2f4ea338c061c57d9aa5611ee3f3476ab8f5199ac50577f94fec032ccd27028bd072d9d9d0cc9f12327613e542b4d62a0403540730f9d6efbc4992a00d
 WHIRLPOOL 
dbdaff979a40e33cd171390657e39fb9b2a311c972e8d018e301af5361b0224ba62972241febfc4991a06bf9f16390e5c779de86823ed94eaebbee610c8c6657
-DIST neutron-configs-9.3.0.tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-configs-9.3.1.tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
-DIST neutron-ml2-plugins-10.0.0.tar.gz 6811 SHA256 
6ad759c8720563e502602fc32a72569884bdaad1443f4b8d23c8e9d240071f70 SHA512 
51c01eab8f424b871f55b7dc45bbae6300d477e8bc7be4587c4945f75a4fc65f622ed69dbfe0c63db7fced2118987730204d259bce53e353a6b4d24df89dadcb
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/

2017-05-06 Thread Matt Thode
commit: 51ca5ebd8eeff738913f523b080e361fdb8c9987
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:23:27 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:23:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ca5ebd

sys-cluster/cinder: 10.0.1 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/cinder/cinder-10.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/cinder/cinder-10.0.1.ebuild 
b/sys-cluster/cinder/cinder-10.0.1.ebuild
index 7c997e7c2a2..c8d03b6c4b4 100644
--- a/sys-cluster/cinder/cinder-10.0.1.ebuild
+++ b/sys-cluster/cinder/cinder-10.0.1.ebuild
@@ -15,7 +15,7 @@ https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
 REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2017-05-06 Thread Matt Thode
commit: 675ddb37451bf945e0269edcbbc639816b04e2fa
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:24:25 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:24:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675ddb37

sys-cluster/nova: 15.0.3 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/nova/nova-15.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/nova/nova-15.0.3.ebuild 
b/sys-cluster/nova/nova-15.0.3.ebuild
index 9e80365101c..0f545c75da6 100644
--- a/sys-cluster/nova/nova-15.0.3.ebuild
+++ b/sys-cluster/nova/nova-15.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ocata/nova.c
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
 REQUIRED_USE="
!compute-only? ( || ( mysql postgres sqlite ) )



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

2017-05-06 Thread Matt Thode
commit: 5ef279553e13a8bc96f426060874f85c2a23a41b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:20:13 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef27955

app-admin/puppet-agent: 1.10.0 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/puppet-agent/puppet-agent-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-1.10.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.10.0.ebuild
index 2d099b35fe0..6c086d53b70 100644
--- a/app-admin/puppet-agent/puppet-agent-1.10.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-1.10.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



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

2017-05-06 Thread Matt Thode
commit: 4b496509d7ebaa2bf0a36403eb7fc7dfa4ff1f8a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  7 03:20:48 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  7 03:20:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b496509

app-admin/puppetdb: 4.4.0 stable amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-admin/puppetdb/puppetdb-4.4.0.ebuild 
b/app-admin/puppetdb/puppetdb-4.4.0.ebuild
index 584a6fd0652..5d45a23870a 100644
--- a/app-admin/puppetdb/puppetdb-4.4.0.ebuild
+++ b/app-admin/puppetdb/puppetdb-4.4.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+=">=virtual/jdk-1.7.0"
 DEPEND+=""



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

2017-05-06 Thread Kent Fredric
commit: 196c0d69835ec0c26f95ec7a19f28ba6720514be
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun May  7 02:09:56 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun May  7 02:10:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196c0d69

dev-perl/multidimensional: Cleanup old re bug #617148

Remove old versions that are broken come perl 5.26 due to
OP struct having no op_sibling

Bug: https://bugs.gentoo.org/617148
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/multidimensional/Manifest |  1 -
 .../multidimensional-0.11.0.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/multidimensional/Manifest 
b/dev-perl/multidimensional/Manifest
index 13598154cf9..ddd92729545 100644
--- a/dev-perl/multidimensional/Manifest
+++ b/dev-perl/multidimensional/Manifest
@@ -1,2 +1 @@
-DIST multidimensional-0.011.tar.gz 11520 SHA256 
aa46d31355deed8969eb82126afdc9330f6caad17dca18f651f5ae55b9165d6a SHA512 
8e121388b1325b6cfb73a74a9655f28ce52059096a9a8326bbe743cf663523812f3d171c1cf5d1b4841b98ec57c4240130d6def3e064e809db1d1bd4c4510081
 WHIRLPOOL 
b505557cdfb025a53c9bd75ffb9d7bd44100c620da2c95bd7262a704fbd6731bce2b5e8732bc2f15608c2254eefcf2fdf7cac429764f553c8c8452bd72b7ea9b
 DIST multidimensional-0.013.tar.gz 67528 SHA256 
3d20ce3e2307c3cfb13f2d53ad99bba6f87ea20b53f7ffebb4308d88ccfee50a SHA512 
9abc93efd0060042f16c9e89c37a11a08c781ab2d095964701661a17f4adfeaf7cf3cb134db9c91a366b5ddda482716eda5d3b002fdb38fa4694d7e24dbc76f6
 WHIRLPOOL 
ad9e87a79dca337f07ceb89534595b4db79aeb611ac9e034fa08e03849e22aa1cd6783f40ebeba35f6d2b0b6586d7d0e920ff38062d819aee9d2f3c1334d6fa0

diff --git a/dev-perl/multidimensional/multidimensional-0.11.0.ebuild 
b/dev-perl/multidimensional/multidimensional-0.11.0.ebuild
deleted file mode 100644
index 6b0540b1e25..000
--- a/dev-perl/multidimensional/multidimensional-0.11.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ILMARI
-DIST_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION="disables multidimensional array emulation"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/B-Hooks-OP-Check-0.190.0
-   >=dev-perl/Lexical-SealRequireHints-0.5.0
-   virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
-   dev-perl/ExtUtils-Depends
-   test? (
-   >=virtual/perl-CPAN-Meta-2.112.580
-   >=virtual/perl-Test-Simple-0.880.0
-   )
-"
-src_test() {
-   perl_rm_files "t/release-pod-coverage.t" "t/release-pod-syntax.t"
-   perl-module_src_test
-}



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

2017-05-06 Thread Manuel Rüger
commit: 87e83e0eb900b0c2071b81f8455c0eda7f5d4252
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 01:01:17 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 01:01:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e83e0e

app-crypt/acme: Sync live

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-crypt/acme/acme-.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index 69472741cfc..bf3eed8aaa7 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.ebuild
@@ -33,11 +33,6 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
 DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 
-python_prepare_all() {
-   sed -i -e "/'argparse',/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
 python_test() {
nosetests -w ${PN} || die
 }



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

2017-05-06 Thread Manuel Rüger
commit: 3ca1a9b5d3a1a496dd8523c652754a7fecc839cf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 01:00:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 01:00:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca1a9b5

app-crypt/acme: Version bump to 0.14.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-crypt/acme/Manifest   |  1 +
 app-crypt/acme/acme-0.14.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index a3df57247df..9b3d1240163 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-0.11.1.tar.gz 817693 SHA256 
89c45639746a79a22e32d86dbf9352cda1a4ea218aa1433d3aa61d90c715f52c SHA512 
77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a
 WHIRLPOOL 
5514e471ef9f7fd75321da7828927c34bec757bcd0c7477814da953286f6a0a414b5cf5969243df41100f172bb2f0b451019f7e1130123a2fac9fcd88a0abd99
 DIST certbot-0.13.0.tar.gz 827956 SHA256 
ef23822043435261750e7a9c1211601b65f9f9a5e634cfbf5011632b0a62edd4 SHA512 
c0bc38b48f0c9731236bba9f4c05da960bfc038be629c5f4c63e80812595c6e0fb679ff901a8bf160efa119b532b5a629435ed595e3b1049f7a15f2c2dd8eb40
 WHIRLPOOL 
9c0217042c9864b5b0a621aa9a478f1943eced10f68cb913d2b2874fd96774969266e424be08ea345167bb9994f9b0ae2c0557a5c63eb1d37f2b09171bd87b49
+DIST certbot-0.14.0.tar.gz 850922 SHA256 
f5a7ade95303a39750db287ac039dd3ee806acdd5c3ee2403300dcfff9587b18 SHA512 
da278e1ac75464c2dfe3d7d649c1010468f5c873f366fc308a9e2ba5b1210f2d03e07d84ffd7a499d9a39d3f66518e7ca87964c1ef121173d3172a0803ad02c5
 WHIRLPOOL 
babb2a8ef69d48e75c053a030d85475f3c394f6897264f151f12436965f85753669541285ad68ab038d56d96cd5522ce21c20b34472781e0606b1892949a59fd
 DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0

diff --git a/app-crypt/acme/acme-0.14.0.ebuild 
b/app-crypt/acme/acme-0.14.0.ebuild
new file mode 100644
index 000..bf3eed8aaa7
--- /dev/null
+++ b/app-crypt/acme/acme-0.14.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN} || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2017-05-06 Thread Manuel Rüger
commit: bfb93336ce2a384efa60be35e94a5c7968b831f4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:50:52 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:50:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb93336

x11-apps/xkbcomp: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 x11-apps/xkbcomp/Manifest |  1 -
 x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 285680341a7..7cefc72a1c3 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,3 +1,2 @@
-DIST xkbcomp-1.3.0.tar.bz2 246389 SHA256 
cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a SHA512 
c1661a97ff1ca054647486de33c430dd44f18168074e636dd5acefd324834ec3098f91930329734303c3e9fdde56ea1f5953702e91601db6642a18d21c955184
 WHIRLPOOL 
f811b75d4d480b68bd519df20dc4f81c3275a2a247ac7d272e0d145907bd878704ffb8f780cab4f303ebb213db27dbfdcaf1bd4e1aafb1724fb2786a8cc6908f
 DIST xkbcomp-1.3.1.tar.bz2 246963 SHA256 
0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d SHA512 
03ee4cad3ef0295b57eda25eec2c301baf04beaea8936baff5ae87e3eb41ace3095ce3fc80a55cd1c4f58581ed23bc0acfbe38879fce27e2a6f6cd647ec6bae7
 WHIRLPOOL 
3f0c2aeef8959a4c886b5b1c7ffef56fb21b414d8d3193b2ecad6757d7d86eec7d12eb43b53c07f685267c11e00b6aa8f302d483b18175a80e24aa31869dea72
 DIST xkbcomp-1.4.0.tar.bz2 243774 SHA256 
bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b SHA512 
c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e
 WHIRLPOOL 
27a6172260e9ec0bdb22c88344855e001b5dc476d61e64927b1cd28fa6df18d59a8eb4fe85ccee02dc80a690b220081e33c25f61f24b1c5246463e27baa39dc4

diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild
deleted file mode 100644
index dda097533d2..000
--- a/x11-apps/xkbcomp/xkbcomp-1.3.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-RDEPEND="x11-libs/libX11
-   x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
-   sys-devel/bison"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2017-05-06 Thread Manuel Rüger
commit: 92a04500f636f56ceec7087ca5c248f4d2017a67
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:50:14 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:50:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a04500

x11-apps/xkbcomp: Version bump to 1.4.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 x11-apps/xkbcomp/Manifest |  1 +
 x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 12b43bf21ab..285680341a7 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,2 +1,3 @@
 DIST xkbcomp-1.3.0.tar.bz2 246389 SHA256 
cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a SHA512 
c1661a97ff1ca054647486de33c430dd44f18168074e636dd5acefd324834ec3098f91930329734303c3e9fdde56ea1f5953702e91601db6642a18d21c955184
 WHIRLPOOL 
f811b75d4d480b68bd519df20dc4f81c3275a2a247ac7d272e0d145907bd878704ffb8f780cab4f303ebb213db27dbfdcaf1bd4e1aafb1724fb2786a8cc6908f
 DIST xkbcomp-1.3.1.tar.bz2 246963 SHA256 
0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d SHA512 
03ee4cad3ef0295b57eda25eec2c301baf04beaea8936baff5ae87e3eb41ace3095ce3fc80a55cd1c4f58581ed23bc0acfbe38879fce27e2a6f6cd647ec6bae7
 WHIRLPOOL 
3f0c2aeef8959a4c886b5b1c7ffef56fb21b414d8d3193b2ecad6757d7d86eec7d12eb43b53c07f685267c11e00b6aa8f302d483b18175a80e24aa31869dea72
+DIST xkbcomp-1.4.0.tar.bz2 243774 SHA256 
bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b SHA512 
c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e
 WHIRLPOOL 
27a6172260e9ec0bdb22c88344855e001b5dc476d61e64927b1cd28fa6df18d59a8eb4fe85ccee02dc80a690b220081e33c25f61f24b1c5246463e27baa39dc4

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
new file mode 100644
index 000..bed62e70cc0
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="compile XKB keyboard description"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+RDEPEND="x11-libs/libX11
+   x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+   sys-devel/bison"



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

2017-05-06 Thread Manuel Rüger
commit: e45d55e87c33b0cc873acc99e8235ac554a82574
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:48:35 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:48:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45d55e8

dev-libs/libevdev: Version bump to 1.5.7

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/libevdev/Manifest  |  1 +
 dev-libs/libevdev/libevdev-1.5.7.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-libs/libevdev/Manifest b/dev-libs/libevdev/Manifest
index a94d73808f6..a84eb4344f5 100644
--- a/dev-libs/libevdev/Manifest
+++ b/dev-libs/libevdev/Manifest
@@ -1 +1,2 @@
 DIST libevdev-1.5.6.tar.xz 407024 SHA256 
ecec7e9d66b1d3692f10b3b20aa97fb25e874a784c5552a7b1698091fef5a688 SHA512 
4e9f44e0957d9d83e46de095f1eb8a64d7db808ac5a397d266ec1149948b82aa3f123fcf3d47cd72aff2741cce13b2162324c195f892861de97d7beb19ef6b19
 WHIRLPOOL 
bbc0be49280c07249d802a14b8f054a5a116a3b18bd42e3a6a700011f293f1b1b0c8dd40f611a1a68a9b1b3e7f07cc316acdba2e12ab24d66be662c9f36396ac
+DIST libevdev-1.5.7.tar.xz 407452 SHA256 
a1e59e37a2f0d397ffd7e83b73af0e638db83b8dd08902ef0f651a21cc1dd422 SHA512 
53adf6c92ec61f0635b643a88d8762a18f7cd3088d23ac95831be32cc7150ebd19f20265b90f6a1f9a63420c2f8968c2d17d8dc4892c0e90f9dfcce82c622df1
 WHIRLPOOL 
7b59aff73a2b11f913ce65b153e727e0132a4b291a33c95902c9abbe9ac42a86d7cd5ce560f9a66aca39722507654da0790f49071d903a1928c95fc772899142

diff --git a/dev-libs/libevdev/libevdev-1.5.7.ebuild 
b/dev-libs/libevdev/libevdev-1.5.7.ebuild
new file mode 100644
index 000..f6e03a72909
--- /dev/null
+++ b/dev-libs/libevdev/libevdev-1.5.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_MULTILIB=yes
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit python-any-r1 xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git"
+
+DESCRIPTION="Handler library for evdev events"
+
+if [[ ${PV} == * ]] ; then
+   SRC_URI=""
+else
+   SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+fi
+
+RESTRICT="test" # Tests need to run as root.
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"



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

2017-05-06 Thread Manuel Rüger
commit: b80c3d04e61491c2c3e12badb4e9c75cd1f21477
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:44:23 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:44:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80c3d04

dev-libs/libinput: Version bump to 1.7.2

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/libinput/Manifest  |  1 +
 dev-libs/libinput/libinput-1.7.2.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index d6ad05d73b3..50b100d556f 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -3,3 +3,4 @@ DIST libinput-1.6.2.tar.xz 929180 SHA256 
96fc0e0b24a96042b16e561201979dfa4a3f00a
 DIST libinput-1.6.3.tar.xz 926740 SHA256 
74da2798728e79c3aedfffa268d8fe811c3766ca3708309c0dc45502be137da1 SHA512 
be1ab191b5605943d6f46a5fee7af9ecba83ab30ba3d38b6ec136980f2183f6dcb5aaf048aa81a096c4f51b6de05bebc83b4ffa29a0574752062a994f377aa5f
 WHIRLPOOL 
e90739d84b87c9a419636cb535bebd51cacc18d215f87f952af41bb67a747de0c4c732cd83bd4d23143b3d6d4090a09e150d41f05edfb260e26a08688778
 DIST libinput-1.7.0.tar.xz 924472 SHA256 
12a670f63d01e9e9c98ad0b31aef22160aac52187b4ee8f068a6902181c1a8a8 SHA512 
9058eab813ea3de230835155ca843f248127cbafaf1aecc9a2e209a0215b090beef0468cc863a24320f8d0db1f2863baba680e2416e9e409e958b2c1d18e43a1
 WHIRLPOOL 
e2f2d90bf7c16b0b1d1694d5e8ec998de73b335e4aa57b833fdf77ebbb9e559fac7a10929a3495f40b9312f15178954ea450670d067d46af61a75be06643ccc0
 DIST libinput-1.7.1.tar.xz 922432 SHA256 
2e56bc5bbf7d202dd94e1a5673489ce86fe10b1d4b5145948e9ba15f053247c1 SHA512 
ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352
 WHIRLPOOL 
dcdd5bc6f80044ea1118b7e8647a1f43147f5bf4a3d3391d859e1c65a91d30c2f1a68a8553a1131caaf379bb4505f9061a601f61eb1103c6896de7b9d7adb9cf
+DIST libinput-1.7.2.tar.xz 923720 SHA256 
0b1e5a6c106ccc609ccececd9e33e6b27c8b01fc7457ddb4c1dd266e780d6bc2 SHA512 
cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f
 WHIRLPOOL 
869623f2ef8da44627f28552f86583a6e6927f4966489f1c59d4b7c5061983d58744be5ea162a97e07e4a79495f56a728faaa273f8d45a8a2ee242819769aae8

diff --git a/dev-libs/libinput/libinput-1.7.2.ebuild 
b/dev-libs/libinput/libinput-1.7.2.ebuild
new file mode 100644
index 000..f3060d7878c
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.7.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="input_devices_wacom test"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
+   >=dev-libs/libevdev-0.4
+   >=sys-libs/mtdev-1.1
+   virtual/libudev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+src_prepare() {
+   default
+   # Doc handling in kinda strange but everything
+   # is available in the tarball already.
+   sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
+   -i Makefile.am Makefile.in || die
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   # building documentation silently fails with graphviz syntax errors
+   econf \
+   --disable-documentation \
+   --disable-event-gui \
+   $(use_enable input_devices_wacom libwacom) \
+   $(use_enable test tests) \
+   --with-udev-dir="$(get_udevdir)"
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc -r doc/html
+   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}



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

2017-05-06 Thread Manuel Rüger
commit: ac8c528756c491412481b3d2cc07b2eb06a9b17b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:45:22 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:45:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8c5287

dev-libs/libinput: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/libinput/Manifest  |  2 --
 dev-libs/libinput/libinput-1.4.2.ebuild | 54 
 dev-libs/libinput/libinput-1.7.0.ebuild | 55 -
 3 files changed, 111 deletions(-)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 50b100d556f..17717083fd9 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -1,6 +1,4 @@
-DIST libinput-1.4.2.tar.xz 900776 SHA256 
8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 SHA512 
ecd1ddc737b8207d9e494f809340e2c0ac2927db80cf4c325ba12fb84387138d0128df7e841c87feafe425d6382f87f123f28531f7045fbcdd1176559895b79b
 WHIRLPOOL 
99f18e00e2a4a284b7995f677053501989b526e16f41e508023638a1c0e660940d0cb991f399480a30a49073063aab1651e52bdea7861266300d9db885806ac4
 DIST libinput-1.6.2.tar.xz 929180 SHA256 
96fc0e0b24a96042b16e561201979dfa4a3f00a642538195c62f72b79f4084fa SHA512 
f1e1436ec4259ebddf93a50fe4d39a52713efd246a39a072b44bf296a413bdadbb789d6a4f0107ed3eb37afe34a37a43c9e75dcf814462385011eff2d3f42db7
 WHIRLPOOL 
e9ed43ab8efb5b984a8c431e82880a691f7c94577a7a3789cf1e52c82f8aeee70d56474895a349f286f4d7fc845be8302ca7432b8e4801a6233fbe96b0078db3
 DIST libinput-1.6.3.tar.xz 926740 SHA256 
74da2798728e79c3aedfffa268d8fe811c3766ca3708309c0dc45502be137da1 SHA512 
be1ab191b5605943d6f46a5fee7af9ecba83ab30ba3d38b6ec136980f2183f6dcb5aaf048aa81a096c4f51b6de05bebc83b4ffa29a0574752062a994f377aa5f
 WHIRLPOOL 
e90739d84b87c9a419636cb535bebd51cacc18d215f87f952af41bb67a747de0c4c732cd83bd4d23143b3d6d4090a09e150d41f05edfb260e26a08688778
-DIST libinput-1.7.0.tar.xz 924472 SHA256 
12a670f63d01e9e9c98ad0b31aef22160aac52187b4ee8f068a6902181c1a8a8 SHA512 
9058eab813ea3de230835155ca843f248127cbafaf1aecc9a2e209a0215b090beef0468cc863a24320f8d0db1f2863baba680e2416e9e409e958b2c1d18e43a1
 WHIRLPOOL 
e2f2d90bf7c16b0b1d1694d5e8ec998de73b335e4aa57b833fdf77ebbb9e559fac7a10929a3495f40b9312f15178954ea450670d067d46af61a75be06643ccc0
 DIST libinput-1.7.1.tar.xz 922432 SHA256 
2e56bc5bbf7d202dd94e1a5673489ce86fe10b1d4b5145948e9ba15f053247c1 SHA512 
ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352
 WHIRLPOOL 
dcdd5bc6f80044ea1118b7e8647a1f43147f5bf4a3d3391d859e1c65a91d30c2f1a68a8553a1131caaf379bb4505f9061a601f61eb1103c6896de7b9d7adb9cf
 DIST libinput-1.7.2.tar.xz 923720 SHA256 
0b1e5a6c106ccc609ccececd9e33e6b27c8b01fc7457ddb4c1dd266e780d6bc2 SHA512 
cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f
 WHIRLPOOL 
869623f2ef8da44627f28552f86583a6e6927f4966489f1c59d4b7c5061983d58744be5ea162a97e07e4a79495f56a728faaa273f8d45a8a2ee242819769aae8

diff --git a/dev-libs/libinput/libinput-1.4.2.ebuild 
b/dev-libs/libinput/libinput-1.4.2.ebuild
deleted file mode 100644
index bc33c8cfb4d..000
--- a/dev-libs/libinput/libinput-1.4.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils udev
-
-DESCRIPTION="Library to handle input devices in Wayland"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0/10"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-IUSE="input_devices_wacom test"
-# Tests require write access to udev rules directory which is a no-no for live 
system.
-# Other tests are just about logs, exported symbols and autotest of the test 
library.
-RESTRICT="test"
-
-RDEPEND="
-   input_devices_wacom? ( >=dev-libs/libwacom-0.12 )
-   >=dev-libs/libevdev-0.4
-   >=sys-libs/mtdev-1.1
-   virtual/libudev
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-#  test? (
-#  >=dev-libs/check-0.9.10
-#  dev-util/valgrind
-#  sys-libs/libunwind )
-
-src_prepare() {
-   # Doc handling in kinda strange but everything
-   # is available in the tarball already.
-   sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die
-}
-
-src_configure() {
-   # gui can be built but will not be installed
-   # building documentation silently fails with graphviz syntax errors
-   econf \
-   --disable-documentation \
-   --disable-event-gui \
-   $(use_enable input_devices_wacom libwacom) \
-   $(use_enable test tests) \
-   --with-udev-dir="$(get_udevdir)"
-}
-

[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2017-05-06 Thread Manuel Rüger
commit: c8159aacda5e40727a05df50933c475bbc46d76d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:42:47 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:42:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8159aac

net-print/cups-filters: Version bump to 1.13.5

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.13.5.ebuild | 128 ++
 2 files changed, 129 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 855a3dbcfed..2980b296119 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,3 +1,4 @@
 DIST cups-filters-1.13.3.tar.xz 1421092 SHA256 
e9419d51de9698aeab0e08be2b8b5916770f707b2de721d41794bf2ae1123846 SHA512 
52692473e069017ca9fd2274357514bc99bdc2ed576be329aaa4b2978dcac98124716a77f6ff80f76e2a5b513b4c2cb3cb7d2e3a4d32d9bb90725d053d88c280
 WHIRLPOOL 
b4d17af4e732d848ac40e9d3e0b3f9ec5b6eeb204ef7c694f61a5957b15f397bec131a563c742f30c7e5e88a68b1412d42600372d469324dbff46c285440758e
 DIST cups-filters-1.13.4.tar.xz 1421224 SHA256 
94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd SHA512 
848451193c9f0b0f397bc2c8efafab20112525eb2357892b5c46a4900d3d7e4ef52e537353c04779de2d17c8918cb1fe653e3c8db81f6ef246deca7e4241ce3b
 WHIRLPOOL 
bc6697f7fa36b14a172f84da48cf87e54b131976dc0f4e13e311f93e74b6cd77a491e6382fc7a0fb7cd2bf0ae8769b31aa3e1797c9ef7c482a0fd27a5248b0a6
+DIST cups-filters-1.13.5.tar.xz 1424764 SHA256 
35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d SHA512 
1870b16ad64bc46068c8a74be7a112790a6ffc0be0e14cd858d83013b12e1c51efd905fbc4e189a42558814694348a9ef533b6fe504ef7bce3b4da149e0b3ea6
 WHIRLPOOL 
bcf3cf952d531bce5d7092a74dd9db819a13374155bc306eb88fdc2a22e78fa4918c70159f447f8b2b48eda6da713ab85936474fca63f8eb7c2e4318bb2a5386
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd

diff --git a/net-print/cups-filters/cups-filters-1.13.5.ebuild 
b/net-print/cups-filters/cups-filters-1.13.5.ebuild
new file mode 100644
index 000..1ba90766ae0
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.13.5.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit eutils perl-module systemd
+
+if [[ "${PV}" == "" ]] ; then
+   inherit bzr autotools
+   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+fi
+DESCRIPTION="Cups PDF filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg ldap pdf perl png +postscript static-libs tiff 
zeroconf"
+
+RDEPEND="
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
+   >=app-text/qpdf-3.0.2:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   pdf? ( app-text/mupdf )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+"
+
+src_prepare() {
+   default
+   [[ "${PV}" == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --localstatedir="${EPREFIX}"/var \
+   --with-cups-rundir="${EPREFIX}"/run/cups \
+   $(use_enable dbus) \
+   $(use_enable zeroconf avahi) \
+   $(use_enable static-libs static) \
+   $(use_enable foomatic) \
+   $(use_enable ldap) \
+   $(use_enable pdf mutool) \
+   $(use_enable postscript ghostscript) \
+   $(use_enable postscript ijs) \
+   --with-fontdir="fonts/conf.avail" \
+   --with-pdftops=pdftops \
+   --enable-imagefilters \
+   $(use_with jpeg) \
+   $(use_with png) \

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

2017-05-06 Thread Manuel Rüger
commit: b69fa9167a8392cfea2c6009c2e5111601e093f4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 00:33:54 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 00:33:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69fa916

app-emulation/docker: Version bump to 17.05.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-17.05.0.ebuild | 290 +
 2 files changed, 291 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index c3f78c36d6a..40fb3680b8f 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,5 @@
 DIST docker-1.12.6.tar.gz 13694205 SHA256 
0413f3513c2a6842ed9cf837154c8a722e9b34cb36b33430348489baa183707e SHA512 
98e0fa0ec0dad4d392188b0d2cf42b2b564403463c369e1fe060f1abc2e97d97375a88587080671ef905e6a34b991d83265f43c3112575af019cf85eef0c2c25
 WHIRLPOOL 
55d10e4c4ab960320094637a847768ad85dc1fccaa6cc77ea0ca82f2d23b27e92e2f2c0cbc03f53676012c95883f65c6fa16d26970138fa129d37bf278fc8c0b
 DIST docker-17.03.1.tar.gz 7773296 SHA256 
a8f1eefadf3966885ad0579facfc2017cca7dd3a0b20d086dfd798168716cb83 SHA512 
51e2a9d6ca529ac67d63794b9fd257f962278019ae1a36a39ff635c742d6ca16286cc164470333ff6cd88d709ecf2cb90343b2dd94bb3939747550f74fb442d5
 WHIRLPOOL 
9178bdf5b13851650e31d95370a090a72c8c70b53416e83693ffbdbc549d3992f3004908c1db5b26c013552f02293dddf9f761b8b5b9d2e0f0bf7cfab5330ca9
 DIST docker-17.04.0.tar.gz 7023868 SHA256 
b6ee0aa93ecea44e956d3627907e10557b3ec37d13ddfb40e436656e5037c640 SHA512 
b84bf25ebbdf066ee61272b9bce4736f61c2605e17529088bea33f5a4de172c2297cf8e7bd3f48170d50de069f94343d2403f81b763e9677ca2e750192ba1519
 WHIRLPOOL 
30354c38ae07f8528fdcbcde866ccc0048d6ea9e4001dfcc04c535b169c7b6c7d87f1c621039f215466d5f1fba4f0c886e231c77f70fc9d7ea109398e8e0df26
+DIST docker-17.05.0.tar.gz 7166613 SHA256 
4716df117d867b82ddab2e82395cd40aa3d0925a689eedcec8919729e4c9f121 SHA512 
9d4fea1d6ce2ca3d65e6d2e6d2a0629ec0dbbc3397088ffb1e608b31d705a380356df0b23bb87b86ef51660e5196beffc90602bf59d8c5138c0e4f906fafe441
 WHIRLPOOL 
c87e985360a0997ba3172c304101754d553bd503f5108809f1e788355dac50bc850ded0e1efccad6e332ac22fe0c5807a3d5354fab5bfd754fdec99d16b07bfb
 DIST docker-17.05.0_rc3.tar.gz 7167106 SHA256 
227bcbceda2c4d763f1ea18a31bfac1dad670ddd1a11462c05282fb81cecfa1a SHA512 
e3bc4454f895cc04858e6ca23e907efe0336da4602bd36912a92dbbf8278d1c59b56e150930e41b59906df1a5684314d05331a286459d471bb57c6434b97e3cc
 WHIRLPOOL 
8de0a72422f9f0f02f2606d6370611d6cbfa8e65a9b3e76016fab0447b25b3d4871e62dafce0e983caf700f6742bbfe91ac475d79dcc6ad0f301c112ad05cbfa

diff --git a/app-emulation/docker/docker-17.05.0.ebuild 
b/app-emulation/docker/docker-17.05.0.ebuild
new file mode 100644
index 000..a852f28c1e7
--- /dev/null
+++ b/app-emulation/docker/docker-17.05.0.ebuild
@@ -0,0 +1,290 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   inherit versionator
+   MY_PV="$(get_version_component_range 1-3)"
+   [[ -n "$(get_version_component_range 4)" ]] && 
MY_PVRC="-$(get_version_component_range 4)" || MY_PVRC=""
+   DOCKER_GITCOMMIT="89658be"
+   EGIT_COMMIT="v${MY_PV}-ce${MY_PVRC}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+# Runc/Containerd: Unfortunately docker does not version the releases, in 
order to avoid 
+#  incompatiblities we depend on snapshots
+RDEPEND="
+   ${CDEPEND}
+
+   

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

2017-05-06 Thread Michael Orlitzky
commit: 553821f0e0fec7a3a99ddf9599536034593ed118
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun May  7 00:23:11 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun May  7 00:23:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553821f0

app-misc/glimpse: new EAPI=6 revision with ISC license.

Gentoo-Bug: 614676

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../glimpse/files/glimpse-4.18.6-makefile.patch| 42 ++
 ...mpse-4.18.6.ebuild => glimpse-4.18.6-r1.ebuild} | 19 +-
 2 files changed, 53 insertions(+), 8 deletions(-)

diff --git a/app-misc/glimpse/files/glimpse-4.18.6-makefile.patch 
b/app-misc/glimpse/files/glimpse-4.18.6-makefile.patch
new file mode 100644
index 000..a6f3b430d62
--- /dev/null
+++ b/app-misc/glimpse/files/glimpse-4.18.6-makefile.patch
@@ -0,0 +1,42 @@
+--- a/Makefile.in  2006-03-10 20:42:12.0 -0500
 b/Makefile.in.new  2010-08-12 21:12:41.0 -0400
+@@ -52,7 +52,7 @@
+ PROGAGREP = agrep/agrep
+ OPTIMIZEFLAGS   = -O2
+ INCLUDEFLAGS= -I$(INDEXDIR) -I$(AGREPDIR) -I$(TEMPLATEDIR)/include
+-CFLAGS  = $(INCLUDEFLAGS) $(DEFS)
++CFLAGS  = $(INCLUDEFLAGS) $(DEFS) $(OPTIMIZEFLAGS)
+ 
+ OBJS  = get_filename.o \
+   get_index.o \
+@@ -78,7 +78,7 @@
+   $(INDEXDIR)/memlook.c \
+   $(INDEXDIR)/io.c
+ 
+-all:  build-sub @TARGET@
++all:  build-sub
+ Sall: $(PROG) $(PROGSERVER) $(PROGINDEX) 
+ agrep:$(PROGAGREP)
+ NOTSall:  $(NOTSPROG) $(NOTSPROGSERVER)
+@@ -87,6 +87,7 @@
+   for d in $(SUBDIRS) ; do \
+   ( cd $$d; $(MAKE) ); \
+   done
++  $(MAKE) @TARGET@
+ 
+ # Check target
+ 
+@@ -105,11 +106,11 @@
+ 
+ install-man:
+   for d in $(MANUAL) ; do \
+-  $(INSTALL_MAN) $$d $(mandir) ; \
++  $(INSTALL_MAN) $$d $(mandir)/man1/ ; \
+   done
+ 
+ installdirs:  mkinstalldirs
+-  $(srcdir)/mkinstalldirs $(bindir) $(mandir)
++  $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1/
+ 
+ clean:
+   for d in $(SUBDIRS); do \

diff --git a/app-misc/glimpse/glimpse-4.18.6.ebuild 
b/app-misc/glimpse/glimpse-4.18.6-r1.ebuild
similarity index 78%
rename from app-misc/glimpse/glimpse-4.18.6.ebuild
rename to app-misc/glimpse/glimpse-4.18.6-r1.ebuild
index 240fc0ca51d..d4069ba809c 100644
--- a/app-misc/glimpse/glimpse-4.18.6.ebuild
+++ b/app-misc/glimpse/glimpse-4.18.6-r1.ebuild
@@ -1,15 +1,15 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
-inherit flag-o-matic eutils
+inherit flag-o-matic
 
 DESCRIPTION="A index/query system to search a large set of files quickly"
 HOMEPAGE="http://webglimpse.net/;
 SRC_URI="http://webglimpse.net/trial/${P}.tar.gz;
 
-LICENSE="glimpse"
+LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="static"
@@ -17,6 +17,8 @@ IUSE="static"
 RDEPEND="!dev-libs/tre
!app-text/agrep"
 
+PATCHES=( "${FILESDIR}/${PN}-4.18.6-makefile.patch" )
+
 src_prepare() {
sed -i \
-e "s:CC=.*:CC=$(tc-getCC):" \
@@ -38,19 +40,20 @@ src_prepare() {
{agrep,compress,index}/Makefile.in \
|| die "LDFLAGS sed failed"
 
-   epatch "${FILESDIR}"/${PN}-4.18.5-makefile.patch
+   default
 }
 
 src_configure() {
use static && append-ldflags -static
-
-   econf || die
+   default
 }
 
 src_compile() {
-   emake OPTIMIZEFLAGS="${CFLAGS}" || die
+   # The OPTIMIZEFLAGS variable is our own, patched in...
+   emake OPTIMIZEFLAGS="${CFLAGS}"
 }
 
 src_install() {
-   einstall || die
+   # The build system is buggy; we get sandbox violations without this.
+   emake prefix="${ED}/usr" install
 }



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

2017-05-06 Thread Lars Wendler
commit: effb413614e9cffb2b8eada344a01a5823a00c6c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 23:51:58 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun May  7 00:03:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effb4136

dev-python/asn1crypto: Added setuptools to DEPEND.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild 
b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
index 19829beb434..da72585ccb9 100644
--- a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
+++ b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
@@ -18,4 +18,4 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~x86"
 IUSE="test"
 
 RDEPEND=""
-DEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-arch/zoo/, app-arch/zoo/files/

2017-05-06 Thread Michael Orlitzky
commit: 305688418b25a4e94d102fc1d0dc1fcdbf74c86d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May  6 23:48:42 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May  6 23:49:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30568841

app-arch/zoo: new EAPI=6 revision to fix two bugs.

This new revision updates to EAPI=6 and switches our upstream to
Debian. Doing so obsoletes most of our custom patches, and fixes the
build with -Werror=format-security.

The LICENSE variable has also been updated to "public-domain", since
the author released it as such to Debian in an email. That means the
"zoo" license will soon be unused.

Two things may come back to bite me:

  * I omitted the "gcc fixes" patch, because there is no indication
of what it's supposed to fix. The thing builds fine here.

  * I switched the "make" command back to "emake", because that's how
it should be. If it still causes problems with BSD systems, I
guess we can put it back.

The program is still announcing that it's copyrighted, but that will
have to be patched out.

Gentoo-Bug: 520476
Gentoo-Bug: 614674

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-arch/zoo/Manifest|  2 ++
 app-arch/zoo/files/zoo-2.10-gentoo-fbsd-r1.patch | 25 +
 app-arch/zoo/zoo-2.10-r5.ebuild  | 34 
 3 files changed, 61 insertions(+)

diff --git a/app-arch/zoo/Manifest b/app-arch/zoo/Manifest
index 7024a3ea8c5..0a70f675c04 100644
--- a/app-arch/zoo/Manifest
+++ b/app-arch/zoo/Manifest
@@ -1,2 +1,4 @@
 DIST zoo-2.10-gcc-issues-fix.patch 19467 SHA256 
0215efd7aa218048f5f8bc085810f89cad6a9f710234f0d0e93be959a02f582b SHA512 
a5b5e857b3d38633224ca8a28717cb529a11a2e66ca974fb9b7e326d18443657439b88b4af4867492399813845496dc0812a7e07885b01116e0163416562ce3c
 WHIRLPOOL 
dcf18afbfb097e4edf35dd0b9a10f8253c949d0017ad4c26b7bf3f0acfaa090bc32a3d06e5fa55960073baa06b6d4a8721674a355a060d31ee6acf32c13ec247
 DIST zoo-2.10pl1.tar.gz 172096 SHA256 
ad8d8fee5e524aca0e1e9a1e431c21cd59943d8373d5dffe4edca03a7e4284f4 SHA512 
cf69b15020ebcbd10bda19967a52ac6f8fe09dc598e8034b82449c50f4c5000571a5be284452f5e7801d134e1581f8f9e871fbef65518dc9c69a77fb536f2c12
 WHIRLPOOL 
430fe2bd185dc1845afd36426966d0c29a2df5495d6c5c8e3092de5da48a77b781430cf95c93467826da03b646ab4641b881c5bacd4e6e763cb409dcbcf11762
+DIST zoo_2.10-28.debian.tar.xz 14984 SHA256 
17ce35beb831b9d67a2fc19172f519881ef88fd6f134ffe69f327c7a8c9e7a78 SHA512 
07fdb16bf011ae8c8badbb0040ebd82777f11560dc231b70060fe8f71ba706707769934411043197e44b10ad38d7efd8432fdbea03e265f9f6aa58acb1cc2708
 WHIRLPOOL 
bb21e803f88471806ada28d279925b3841fa93b19d730a202341c58d2c95907f71ebdfa1627f14587c96890ac313523a0e35d8c12b9195c883eae4eef39c4893
+DIST zoo_2.10.orig.tar.gz 172629 SHA256 
a8bd2fb9907db425760831eb28b3b690c18529a53568e7e9c42a97f9ef70f129 SHA512 
1847fd6a6aac534386736ca04fa5a88db26c7c06315a0ea2c8e86ff944a133b7506c297cda67e44f797d9ef39446c132e847714732b9f138bf9b46c1525e574f
 WHIRLPOOL 
566645ea8e00ec0f938657cc725deac3bdef42f5773a1c9514079afebffb27c1770b305b6448e848da511e1434e19cd41dca2ed77be690735921112ade1ec005

diff --git a/app-arch/zoo/files/zoo-2.10-gentoo-fbsd-r1.patch 
b/app-arch/zoo/files/zoo-2.10-gentoo-fbsd-r1.patch
new file mode 100644
index 000..ba7d31e4a47
--- /dev/null
+++ b/app-arch/zoo/files/zoo-2.10-gentoo-fbsd-r1.patch
@@ -0,0 +1,25 @@
+--- a/sysv.c   2007-06-16 15:01:53 +0200
 b/sysv.c.new   2007-06-16 14:38:38 +0200
+@@ -63,8 +63,8 @@
+return (fname); /* default is no-op */
+ }
+ 
+-extern long timezone;   /* defined by library routine */
+-long time ();
++/*extern long timezone;defined by library routine */
++/* long time (); */
+ struct tm *localtime ();
+ 
+ /* Function gettz(), returns the offset from GMT in seconds of the
+--- a/zoo.h2007-06-16 15:01:53 +0200
 /zoo.h.new 2007-06-16 14:57:58 +0200
+@@ -95,6 +95,9 @@
+ #endif
+ 
+ typedef unsigned char uchar;
++typedef unsigned int uint;
++typedef unsigned long ulong;
++typedef unsigned short ushort;
+ 
+ /* WARNING:  Static initialization in zooadd.c or zooext.c depends on the 
+order of fields in struct zoo_header */
\ No newline at end of file

diff --git a/app-arch/zoo/zoo-2.10-r5.ebuild b/app-arch/zoo/zoo-2.10-r5.ebuild
new file mode 100644
index 000..68ba0e6602c
--- /dev/null
+++ b/app-arch/zoo/zoo-2.10-r5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Manipulate archives of files in compressed form"
+HOMEPAGE="https://packages.debian.org/sid/utils/zoo;
+SRC_URI="http://http.debian.net/debian/pool/main/z/${PN}/${PN}_${PV}.orig.tar.gz
+   
http://http.debian.net/debian/pool/main/z/${PN}/${PN}_${PV}-28.debian.tar.xz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux 

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

2017-05-06 Thread Lars Wendler
commit: bb7edf4772c1e05d51873731dd9043da416a4697
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 23:42:48 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat May  6 23:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7edf47

app-text/convmv: Bump to version 2.01

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/convmv/Manifest   |  1 +
 app-text/convmv/convmv-2.01.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-text/convmv/Manifest b/app-text/convmv/Manifest
index 5132591157a..d14a2c43c1b 100644
--- a/app-text/convmv/Manifest
+++ b/app-text/convmv/Manifest
@@ -1 +1,2 @@
 DIST convmv-2.0.tar.gz 29534 SHA256 
170cf675be1fca77868ff472e9340ca828b1463865a63d4f4b7b3bf4053db93f SHA512 
9f452551ab4ea7a45ec4e5d4e4d3c4fdb60cae49f048953d16df9ecd9ee3271c2d6748704f010af6ef312d7ce2079ae9c502e04d936419e29257f68596fc4f58
 WHIRLPOOL 
c907bf99805e2afa7590043a291c7eaa19b681fecf9eb38314d41952edcea381f7e8bf1442226bd9c72122c3b0840e4c376f3947c4b2f65495287155a1353026
+DIST convmv-2.01.tar.gz 29375 SHA256 
782ac06982aeaf8ff3ab8fc42cb49cb8bc562dbd1e97ef7e17bedcf3ecf2483a SHA512 
e82957bcc1462b17c5f667e85caf0d2e8c407fb48afc6faa957f45626cbfa58c141de05f43cc810e8d4abbadc4cc01bf87ee64c157fece20fafed07ad04cc48c
 WHIRLPOOL 
fc7f6f6b93c872d1fce69372340b97165ec0138fe02952d7737bea582e6ecdef89cc766e20b7fbf2d75925ce5bf6759d2accf8f276f4feaf02383dfcb33c1bb6

diff --git a/app-text/convmv/convmv-2.01.ebuild 
b/app-text/convmv/convmv-2.01.ebuild
new file mode 100644
index 000..6fad4bcbd99
--- /dev/null
+++ b/app-text/convmv/convmv-2.01.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="convert filenames to utf8 or any other charset"
+HOMEPAGE="http://j3e.de/linux/convmv;
+SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+   dodoc CREDITS Changes TODO VERSION
+}
+
+src_test() {
+   unpack ./testsuite.tar
+
+   cd "${S}"/suite
+   ./dotests.sh || die "Tests failed"
+}



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

2017-05-06 Thread Lars Wendler
commit: 8fb044e9f42693402590d4b1f32168aa9a96b87f
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 23:40:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat May  6 23:43:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb044e9

app-admin/sudo: Bump to version 1.8.20_rc3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/sudo/Manifest   | 2 +-
 app-admin/sudo/{sudo-1.8.20_rc2.ebuild => sudo-1.8.20_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 80b26c9af0a..b1b2762018d 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,3 +1,3 @@
 DIST sudo-1.8.18p1.tar.gz 2822109 SHA256 
e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434 SHA512 
8dceeb5024c4f94fcc15e75fa2fd164af5e0597734f95df43207738b3258c4d396e102faf2b6811e399f1cdbdbf617b87e5bfcc1e591ea6722f45d81d1098fe5
 WHIRLPOOL 
094c1232517706a6da4a0548f7ab5c0c7b9e12f8ce584db97d0c4793a38c4044538637f2834b9f3104326bd5b4b826d08ab79b1dc2c5b950de7d7f558685ef7b
 DIST sudo-1.8.19p2.tar.gz 2861855 SHA256 
237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0 SHA512 
21c83403e7ff219a273b2c4873be0d858997558ca150bc8239379a9dfcc587fdd7c0c49cdf4cdc27dfd6dd45f9f089fa034b58bfcee07dceb4a481542251b3fc
 WHIRLPOOL 
550ed115ea711d6ba9aa698cd988295b74327dd770d79b6852f9f3f00a1c0420bbdcce5cc7c49467e0cf8a57fc79dbcfc73edaf3ad697e06ba9fd48919fece0b
-DIST sudo-1.8.20rc2.tar.gz 2924906 SHA256 
1748abfde7a7fe34f571553e975c64baeb2c48c28ad95e35d64c8e7d56bf1cfe SHA512 
dd24e09a39a0b4a179ac7e38d19c12959be8bf4ed32fc8c27d139c01f41680d1116d2905e54b539cfbda61b1530dbb8cfab8a4d82e6a4b03ac5d3ffbbf8b6690
 WHIRLPOOL 
9f93f43784a94bdbaf5ac2f69a4691bc775f34cef532a0913c568f673fb8507830fbaa395789ca7e2674f8a62e848fda9106f58f4513ca82f48d1a82be0bdda7
+DIST sudo-1.8.20rc3.tar.gz 2930769 SHA256 
97720b78c12626356b41d1e87b78b08431245afd30ce1c3a7bb68af4878588f5 SHA512 
8fdedcd5b53ebadedf22c7ca7171ea64ee1e03a4e096ecf4d5c45cac452e24f5b117dc2b09febc7c3811d45b9a365ffb3cccef70e417d515cc72d21db2818fb0
 WHIRLPOOL 
19205ee22c581fdf09b131b5150872838360798d4f792e8e1506212fc422ac9c2d674c5ca3a7310087be4560270e348d6ddee1add88a0f46e42f36e53fa6592d

diff --git a/app-admin/sudo/sudo-1.8.20_rc2.ebuild 
b/app-admin/sudo/sudo-1.8.20_rc3.ebuild
similarity index 100%
rename from app-admin/sudo/sudo-1.8.20_rc2.ebuild
rename to app-admin/sudo/sudo-1.8.20_rc3.ebuild



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

2017-05-06 Thread Tim Harder
commit: b49b14ae6f5e552c4195d9eaaa0f6e4104f19e2f
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  6 23:36:43 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  6 23:37:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49b14ae

dev-vcs/tig: version bump to 2.2.2

 dev-vcs/tig/Manifest  | 1 +
 dev-vcs/tig/{tig-.ebuild => tig-2.2.2.ebuild} | 2 +-
 dev-vcs/tig/tig-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 569be884c4f..1168d065b98 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.2.1.tar.gz 1028479 SHA256 
0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 SHA512 
6e483a400e222c01a4f518ee473b8d37933e820a2da1fc2cfe0ae9fb8217867d16f1aee3deecb14ce9af6a6dd2814d709d6ffce5f1f5054b94d2ab533b47008b
 WHIRLPOOL 
a4bcb381f81d07d92623a38c3ed5a78321043a776f0e4cb44e0f736cf960b01d2599b90f7a7f9056d0e0388ecd8112f25aed1b162c9b629c4bf9d10eaa98ebb7
+DIST tig-2.2.2.tar.gz 1046910 SHA256 
316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
 WHIRLPOOL 
c4f569d969bacdea8f7a765acfced6c45b04f36c5eca915702c369de1ab11dbe4d8c01934852d40ffdd641dcbf5ed699803c67ea3deccf539721dba46ca23716

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-2.2.2.ebuild
similarity index 88%
copy from dev-vcs/tig/tig-.ebuild
copy to dev-vcs/tig/tig-2.2.2.ebuild
index 9a2e38d5015..6e50ecf1bf1 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-2.2.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index 9a2e38d5015..6e50ecf1bf1 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] data/api:master commit in: files/overlays/

2017-05-06 Thread Rafael Martins
commit: b8467223a1f7c0109528ad26379e288a3e793b4e
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sat May  6 23:22:24 2017 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat May  6 23:22:24 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=b8467223

repositories: Add flightsim overlay

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 9f8bdd9..3b666e5 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1677,6 +1677,19 @@ FIN
 git://github.com/wimmuskee/flavour.git
   
   
+flightsim
+Overlay with packages for flight simulation, mainly 
related to X-Plane
+https://github.com/rafaelmartins/flightsim-overlay
+
+  rafaelmart...@gentoo.org
+  Rafael G. Martins
+
+https://github.com/rafaelmartins/flightsim-overlay.git
+git://github.com/rafaelmartins/flightsim-overlay.git
+g...@github.com:rafaelmartins/flightsim-overlay.git
+
https://github.com/rafaelmartins/flightsim-overlay/commits/master.atom
+  
+  
 floppym
 floppym's personal overlay
 http://bitbucket.org/floppym/floppym-overlay



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

2017-05-06 Thread Lars Wendler
commit: 35f2e2036d8796a837a6409ad29faa72d876848f
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 22:58:04 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat May  6 22:58:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f2e203

package.mask: Masked net-im/licq for removal.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1f9b374e129..e6598178ae8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Lars Wendler  (07 May 2017)
+# Dead upstream since 2014. Fails to build with gcc-6 (bug #594260).
+# Masked for removal in 30 days.
+net-im/licq
+
 # Andreas Sturmlechner  (06 May 2017)
 # Obsolete parts of kdevelop:4 - upstream merged into kdevelop:5.
 # Masked for removal in 30 days.



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

2017-05-06 Thread Michael Orlitzky
commit: 27445c957d32e6cc2448e1cdfd788d15b392c6f1
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May  6 22:55:48 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May  6 22:56:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27445c95

app-text/djvusmooth: new version 0.2.18.

This new version updates to EAPI=6 and uses the newer wxpython:3.0.

Gentoo-Bug: 601176

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/djvusmooth/Manifest |  2 +-
 .../{djvusmooth-0.2.14.ebuild => djvusmooth-0.2.18.ebuild}   | 12 ++--
 app-text/djvusmooth/metadata.xml |  8 
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/app-text/djvusmooth/Manifest b/app-text/djvusmooth/Manifest
index 3b8dfbec7dc..c8c6484878d 100644
--- a/app-text/djvusmooth/Manifest
+++ b/app-text/djvusmooth/Manifest
@@ -1 +1 @@
-DIST djvusmooth-0.2.14.tar.gz 69086 SHA256 
fea9c8e98226d699a7c1f5de9743cf97ef442cc0f4b5fa86c537aeb7075056e3 SHA512 
cf1b6e16d660d82a2ba0325425c6d6f8d2ed5826a3e2abd2a74a4ac392e5b6e3807b4a6af3f873b7e53a4801f6edb4fa4442e78c6462f793556349ae7361effc
 WHIRLPOOL 
37ba0e4d831bef9966fb47b676cc02af8c4084bd1c9724926459865eea06044f1a3a1d466f5158abf34eb018bfe9b6fa62aac129af2c5707ea86b8535ef0a86b
+DIST djvusmooth-0.2.18.tar.gz 70548 SHA256 
823f2ad11f535cb1c2c26971921fcf993d4298e142ccbe5a6716e022a3d2cdfd SHA512 
786d7e9dc49f9a6923ebfaec7d4e68446e4bd72f7ff7cca9cd3a1513f3b1751485d6879dc59b51ce1d58390dbcf23b8992b42f9f2b5e6938d434d6966b7a4a72
 WHIRLPOOL 
b479eb9a11f80282838a01064a864ec89934cdd8dc694741207815602124d8bfd001d163bd7516ab0b6092ff2309aaa162ec457cd77655ef3b17c9bf2f17179e

diff --git a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild 
b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild
similarity index 63%
rename from app-text/djvusmooth/djvusmooth-0.2.14.ebuild
rename to app-text/djvusmooth/djvusmooth-0.2.18.ebuild
index ca9fbe7e035..30d8056a0e7 100644
--- a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild
+++ b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -9,14 +9,14 @@ inherit distutils-r1
 
 DESCRIPTION="Graphical editor for DjVu documents"
 HOMEPAGE="http://jwilk.net/software/djvusmooth;
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/jwilk/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# TODO: check with wxpython:2.9
 RDEPEND="dev-python/python-djvulibre[${PYTHON_USEDEP}]
-   dev-python/wxpython:2.8[${PYTHON_USEDEP}]
+   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
x11-themes/hicolor-icon-theme"
-DEPEND=""
+
+DOCS=( doc/changelog doc/credits.txt )

diff --git a/app-text/djvusmooth/metadata.xml b/app-text/djvusmooth/metadata.xml
index 2285f7d5c27..ee4f72507d6 100644
--- a/app-text/djvusmooth/metadata.xml
+++ b/app-text/djvusmooth/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   djvusmooth
-   
+  
+  
+jwilk/djvusmooth
+  
 



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

2017-05-06 Thread Göktürk Yüksek
commit: ed776a64baaa83ffa9f4a9742d58ccb98468aa38
Author: kuzetsa  gmail  com>
AuthorDate: Fri May  5 15:02:23 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat May  6 22:52:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed776a64

sys-kernel/ck-sources: v.bump (4.9.26 & 4.10.14)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest  |  6 ++
 sys-kernel/ck-sources/ck-sources-4.10.14.ebuild | 60 
 sys-kernel/ck-sources/ck-sources-4.9.26.ebuild  | 96 +
 3 files changed, 162 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 398831f1b35..a423cb83bbd 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -12,6 +12,9 @@ DIST genpatches-4.10-13.extras.tar.xz 17340 SHA256 
89ecdd76d177c1d667b803d33f502
 DIST genpatches-4.10-14.base.tar.xz 280688 SHA256 
47a11244c2aa812a2b9d05b5069905e953a061c736ccd8460aa24ea8fef69d5f SHA512 
7cf7069c7df3cad7aebdac22cb00d2d566d1eb0c503e2fe39b7ed972abf6a2083bdd18442f0d4c99f28b2cdaf48c58b0f71751533629338d7128f31dd5663b74
 WHIRLPOOL 
229569dcb0532c51207cfd2e86f2ff66539ddf7ae89f0eb933f53fdaa33ebdb68da8b04a28fe95743e6f6aaf4244c51034ae162d2ad53293f6b4f4493b981f06
 DIST genpatches-4.10-14.experimental.tar.xz 105388 SHA256 
20512ae33f788ade4b2ccf2fe55e90c57ea070036259274a84e60bfe5cbae9cd SHA512 
1a5d1de8ee74a68dd8a20fe640b6342154d8b2e4354d25648a16fd4dc35de648958891fc2ca959bf3045f6eaf1197b4d0b7c7e45561881d312d018cb171bda60
 WHIRLPOOL 
ddc8c8839705463fa826cc1bb82a378940351275d4f7eabedb2a81793564a4ce8aa8379bff9c1459e91fde23f9ef4a4c58ae795cd245bb1994e0558155d711cb
 DIST genpatches-4.10-14.extras.tar.xz 17348 SHA256 
a5a81409396a9e811bcc1e6056eea181207e37adfb8cd1aaa85499810f3c1db1 SHA512 
890eed4fd6bdf822320b92219c03712903269c5f454e341b2cfc048482c0856ef1aee832f3ba369bd99c91bf7050ebea37a51b75b867644a7e3b9c1dc3530f66
 WHIRLPOOL 
38e8783dc65c77ece12d9ea3e18f3902c198ab587c3c949a9f36488267c7f1bda779d8794ba7238104253040d9654f828ad451eccffed9f5fb15642ea0dbd90a
+DIST genpatches-4.10-15.base.tar.xz 297072 SHA256 
ed5febe4ddebc77b702e6377fff621a9280913ea480f78fbff74bcb50ee0f282 SHA512 
689194e08fae6a7bc777bee7989064f4efb37ea340476e09fa7fd629ac45c0d5d7a2637ed95eb92b8bde0a45727b610288e573388024ee15b431a780fab33e7d
 WHIRLPOOL 
61ff87ac1c41ff739e8ad081aa6afb3971c8963339046cab74570dcf4ba6a9a1774f182c2e7b07c050a25ae5d30f52cb4fa8954793b8c9797a2b663b85c9d85d
+DIST genpatches-4.10-15.experimental.tar.xz 105400 SHA256 
1adebb8f9010a51de20ca8f7ad2b4acf67b91e3478689070201b9b01352c7754 SHA512 
600a61a214ce6ec234072319635cdf619d8935226ae387c7f7c4c8a8965408a66c50575f0bba5f837705963469b4f1eed3407d0ecfbd67200c8664a3f86414b1
 WHIRLPOOL 
66c2123199a20a17323c78be6459aca1a8e680b093b81da07996f3ebd256e335a7a69723a4068fbf95bd6c71b8758df4fa9219ce9a78712c9973a30f32218b33
+DIST genpatches-4.10-15.extras.tar.xz 17344 SHA256 
a8e82b18ec6263b107065e69b98de016476b89eedd2cb6b451975e5842aea715 SHA512 
f5213b36ca334164db9262935b08a0635064bc22bba668e27336281a71be06039efc6ab3cd10c806dee474a44cfd87baac063db91574597942beb52b1cbc7b2e
 WHIRLPOOL 
b5b9483235869c003909d5c778838e0fa08be63d386816062db605d528c83bec69c3c1d7b555467500c756588ba2c61bd47ce882b17d9901f828551b8229c843
 DIST genpatches-4.9-24.base.tar.xz 535872 SHA256 
b5982f25edcab736a3448d396bce03f5f52c19fcd6f253f9125dee890ccdf4cf SHA512 
ea033acf6c63b3da5e15c7889166b1995e494a588fc406c72b70e46172fd9c2cecd1404a00d1f33c776dca2fc70226e4d9dd017fe1c35bce9f44d71433887f1f
 WHIRLPOOL 
98ff1a195d106504fe1319e52dde7a5b3d715afdd2b74a19b509624f3461895b5e09092a644b96b4fc653e0b2b12ec1f2b38c93901bad1c871c026b8ab3dbf5c
 DIST genpatches-4.9-24.experimental.tar.xz 106380 SHA256 
dd736139a5889ac682f71a4bae021306822757da089baff0e3f8925a4c89694f SHA512 
d6578dc11bdbf2a67c2590b748491fe09337f40e4a32be3f5c5e1db8153fa680f1afd156b2ea6d70a4ff99321165bd4886749b9f992a43555a03a49d94f6090c
 WHIRLPOOL 
e961cb81f6bbdc88192a23ce397f53bbfa7210e7d132849071d7ce5f2f38829401ddf99ea128f8a7f04853f878912008c164027b5f3e6fac46d69f1d4b47cc79
 DIST genpatches-4.9-24.extras.tar.xz 17360 SHA256 
7427dd7e31491ffaa51be08bb5517c507018b4e73a9bfbf6a3558f27c670c885 SHA512 
2e60a0b5f8a202502fd42f4a2a0b506d0fbe971e934aac979021077df812554725cb16496ae6d45fcf4223019bc6d35bb0d3bf45fd2462384fd5f769ac88c3ed
 WHIRLPOOL 
b6af4c3ee7e12f2d1ce37e19a694175ca68f54e79f672ae4a5d563e2a32231f08f224808afcd6223f4f88eb5d71054104ce968c1946a3d941d95a0897e20f504
@@ -21,6 +24,9 @@ DIST genpatches-4.9-25.extras.tar.xz 17340 SHA256 
89ecdd76d177c1d667b803d33f502a
 DIST genpatches-4.9-26.base.tar.xz 563020 SHA256 
2fdd667a8924f924d8b341963ee737564de7f075334344a3f3e113cf9b7974b6 SHA512 
9f43a3ad5f6776f0f8c28d1a6048a06969b760a3e8265b4cc3d6abcb908a800843264888c533a1a6350a4d6eb49da04b66f6a1b03014742583e9f1cdff341688
 WHIRLPOOL 
e8a07308570fe525447f87177b4e72a4c2cc1f9724a418647e2e316b96624196033f226ecba8affad1707382d155efce05af723a1033d461681a39b63d6623f8
 DIST 

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

2017-05-06 Thread Lars Wendler
commit: 13cb9bf35c722ff7207da51ecdd16d24df710aab
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 22:50:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat May  6 22:51:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cb9bf3

media-sound/mixxx: Revbump to fix compilation with gcc-6 (bug #595090).

This revbump also comes with a couple of fixes backported and provided
by David Guglielmi (sunny-overlay) in bug #608430.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ...nate-unnecessary-heap-allocation-of-qtime.patch |  55 
 ...xx-2.0.0-fix-formatting-of-time-durations.patch |  24 ++
 ...x-2.0.0-fix-formatting-of-time-durations2.patch | 139 ++
 ...-2.0.0-fix-missing-pointer-initialization.patch | 271 
 media-sound/mixxx/files/mixxx-2.0.0-gcc62.patch|  24 ++
 ...n-of-time-formatseconds-into-dot-cpp-file.patch |  88 +++
 ...xx-2.0.0-rmx2-backport-controller-scripts.patch | 280 +
 media-sound/mixxx/mixxx-2.0.0-r4.ebuild| 140 +++
 8 files changed, 1021 insertions(+)

diff --git 
a/media-sound/mixxx/files/mixxx-2.0.0-eliminate-unnecessary-heap-allocation-of-qtime.patch
 
b/media-sound/mixxx/files/mixxx-2.0.0-eliminate-unnecessary-heap-allocation-of-qtime.patch
new file mode 100644
index 000..04538a01e15
--- /dev/null
+++ 
b/media-sound/mixxx/files/mixxx-2.0.0-eliminate-unnecessary-heap-allocation-of-qtime.patch
@@ -0,0 +1,55 @@
+diff -dNur a/src/analyserwaveform.cpp b/src/analyserwaveform.cpp
+--- a/src/analyserwaveform.cpp 2015-12-29 17:10:41.0 +0100
 b/src/analyserwaveform.cpp 2017-02-04 21:12:30.127952910 +0100
+@@ -1,6 +1,3 @@
+-#include 
+-#include 
+-#include 
+ #include 
+ 
+ #include "analyserwaveform.h"
+@@ -40,7 +37,6 @@
+ }
+ }
+ 
+-m_timer = new QTime();
+ m_analysisDao = new AnalysisDao(m_database, pConfig);
+ }
+ 
+@@ -48,14 +44,13 @@
+ qDebug() << "AnalyserWaveform::~AnalyserWaveform()";
+ destroyFilters();
+ m_database.close();
+-delete m_timer;
+ delete m_analysisDao;
+ }
+ 
+ bool AnalyserWaveform::initialise(TrackPointer tio, int sampleRate, int 
totalSamples) {
+ m_skipProcessing = false;
+ 
+-m_timer->start();
++m_timer.start();
+ 
+ if (totalSamples == 0) {
+ qWarning() << "AnalyserWaveform::initialise - no waveform/waveform 
summary";
+@@ -320,7 +315,7 @@
+ #endif
+ 
+ qDebug() << "Waveform generation for track" << tio->getId() << "done"
+- << m_timer->elapsed()/1000.0 << "s";
++ << m_timer.elapsed()/1000.0 << "s";
+ }
+ 
+ void AnalyserWaveform::storeIfGreater(float* pDest, float source) {
+diff -dNur a/src/analyserwaveform.h b/src/analyserwaveform.h
+--- a/src/analyserwaveform.h   2015-12-29 17:10:41.0 +0100
 b/src/analyserwaveform.h   2017-02-04 21:12:45.367713395 +0100
+@@ -171,7 +171,7 @@
+ EngineFilterIIRBase* m_filter[FilterCount];
+ std::vector m_buffers[FilterCount];
+ 
+-QTime* m_timer;
++QTime m_timer;
+ QSqlDatabase m_database;
+ AnalysisDao* m_analysisDao;
+ 

diff --git 
a/media-sound/mixxx/files/mixxx-2.0.0-fix-formatting-of-time-durations.patch 
b/media-sound/mixxx/files/mixxx-2.0.0-fix-formatting-of-time-durations.patch
new file mode 100644
index 000..654c01f53b9
--- /dev/null
+++ b/media-sound/mixxx/files/mixxx-2.0.0-fix-formatting-of-time-durations.patch
@@ -0,0 +1,24 @@
+From 76c53b0f0a2be7b5cf85fa523f3521a5725affb2 Mon Sep 17 00:00:00 2001
+From: Uwe Klotz 
+Date: Fri, 8 Jan 2016 18:22:33 +0100
+Subject: [PATCH] Fix formatting of time durations
+
+---
+ src/util/time.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/util/time.h b/src/util/time.h
+index 29187ad..7b38eb4 100644
+--- a/src/util/time.h
 b/src/util/time.h
+@@ -75,7 +75,9 @@ class Time {
+ const int days = static_cast(dSeconds) / kSecondsPerDay;
+ dSeconds -= days * kSecondsPerDay;
+ 
+-QTime t = QTime().addMSecs(dSeconds * kMillisPerSecond);
++// NOTE(uklotzde): Time() constructs a 'null' object, but
++// we need 'zero' here.
++QTime t = QTime(0, 0).addMSecs(dSeconds * kMillisPerSecond);
+ 
+ QString formatString =
+ (days > 0 ? (QString::number(days) %

diff --git 
a/media-sound/mixxx/files/mixxx-2.0.0-fix-formatting-of-time-durations2.patch 
b/media-sound/mixxx/files/mixxx-2.0.0-fix-formatting-of-time-durations2.patch
new file mode 100644
index 000..f8c041e4043
--- /dev/null
+++ 
b/media-sound/mixxx/files/mixxx-2.0.0-fix-formatting-of-time-durations2.patch
@@ -0,0 +1,139 @@
+diff -dNur a/src/library/basesqltablemodel.cpp 
b/src/library/basesqltablemodel.cpp
+--- a/src/library/basesqltablemodel.cpp2015-12-29 17:10:41.0 
+0100
 b/src/library/basesqltablemodel.cpp2017-02-04 21:33:39.403861857 
+0100
+@@ -559,7 +559,7 @@
+ if (column == 

[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/error-handling/

2017-05-06 Thread Göktürk Yüksek
commit: e2d15f91cfb5fc3d7773ee70dc8675b78e6500ca
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Apr 27 23:07:35 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat May  6 22:46:40 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e2d15f91

ebuild-writing/error-handling: improve ebuild and eclass failure behavior

Instead of explaining the EAPI<=4 die behavior initially, explain the
default behavior for the later EAPIs first. Remove the
portage-specific bits from the paragraph.

Reported-By: Benda Xu  gentoo.org>

 ebuild-writing/error-handling/text.xml | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/ebuild-writing/error-handling/text.xml 
b/ebuild-writing/error-handling/text.xml
index 40b8b5b..da9e88d 100644
--- a/ebuild-writing/error-handling/text.xml
+++ b/ebuild-writing/error-handling/text.xml
@@ -47,11 +47,10 @@ function can die in multiple places.
 
 
 
-Some portage-provided functions will automatically die upon failure. Others 
will
-not. It is for example safe to omit the || die after a call to 
epatch,
-but not emake. The reason is that external binaries are not able to call
-die that is a bash function. You can see what commands are external binaries
-with ls /usr/lib*/portage/bin/ebuild-helpers. In EAPI>=4 all ebuild-helpers 
automatically die upon failure.
+Ebuild helpers from EAPI 4 and onwards automatically die on
+failure. Some eclass-provided functions will automatically die upon
+failure, others will not. Developers should check the
+eclass reference when in doubt.
 
 
 



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

2017-05-06 Thread Tim Harder
commit: d5839de277db4f983f7ef72769302f2017a85bde
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  6 22:35:37 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  6 22:39:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5839de2

dev-python/xmltodict: remove old

 dev-python/xmltodict/Manifest   |  1 -
 dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index 7966627d137..b0f89618d3e 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,3 +1,2 @@
-DIST xmltodict-0.10.1.tar.gz 24620 SHA256 
b2cab0184bbb8c3627fc54b03ed79ea2f4d5579fa041e3456ff8d3b3c09b0d5e SHA512 
b2fdccf2a158256d8b2a78fdaf2c5527c6c25753da344864024fa8ef1d4e4b9a561d2802b10b668ea72af50dd41d05ca590dbf036a4b97c175b7788642ca3c63
 WHIRLPOOL 
4f239872ab411ec8c18c5184172e5cfa3a535ea3c86d92884e2993a57e10196925e32fd2139a76198d7cb739f0432cdf1d4fffc082b57c50946e5e4d2db21b1a
 DIST xmltodict-0.10.2.tar.gz 24854 SHA256 
fc518ccf9adbbb917a2ddcb386be852ae6dd36935e1e8b9a3e760201abfdbf77 SHA512 
f734c80740b99f0ebb1c0d955094f63c5f513cf1055ac8577395f91ce1ee95dfc3712512b3e6b1f971637be9c345073a7536bd3bccd0175f191017b40a4f4537
 WHIRLPOOL 
441bc2fd8b6f7efe43b24aca747c1ded764025cb999f9e62da7a8934956eb0cf5616733ad9f3fb8bd7f33e7728037d0ab0ab48b61da4eb208ceaa61a66486072
 DIST xmltodict-0.11.0.tar.gz 26589 SHA256 
8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df SHA512 
d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295
 WHIRLPOOL 
8e21f0cd47a3ce4986173047d8120c97a8f95207a63a8479b18131da6851d239ac48772e088d24d8f16e6b1bc207fcc8e03a64f68e9de42e9ec7a55c47edce56

diff --git a/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild
deleted file mode 100644
index a1a62864f59..000
--- a/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/ 
https://pypi.python.org/pypi/xmltodict/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   nosetests || die "Tests fail with ${EPYTHON}"
-}



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

2017-05-06 Thread Tim Harder
commit: 0044604737e33841c7624f86de1ad86f1df7bae8
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  6 22:06:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  6 22:39:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00446047

dev-python/setuptools: version bump to 35.0.2

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-35.0.2.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index db206ab75e6..0eef65e099d 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools-30.4.0.tar.gz 655934 SHA256 
2bea341aa5b48ae05521374d9c473713e42dde7f8712a731904a6f8257e896ed SHA512 
8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515
 WHIRLPOOL 
4866efbe00d23291ad07b401d7924f2f150a38664ab0a3d9afe9e00aa4e887de6c9e82f81e7d2ec157b1bf05406b2616a08772fa9f3a45e1e20fddbe27c11fd2
 DIST setuptools-34.0.2.zip 617839 SHA256 
a5bdc45a3c123a88c84e089a789ba70bbc61ee888c1306fd9dac04e037e81c37 SHA512 
8ff6475620fc18e5992900dffd50158bfea980d3e7f2c7c98e8c99180b2f11b3f81c13a60f93516da580def2543a786940cc164dcdc36802d9657c48e45d9266
 WHIRLPOOL 
c9350f96628957c0bab680a2cd018d27d93f04afded737b317b9ea527e0bad3ea9c4f4af2a31843a3010573cdb0ec1c7fbdeef371cfc8cb5c8de93b6d762bf1d
 DIST setuptools-35.0.1.zip 624263 SHA256 
eea7f2ff55d4a810b6bc39be1ad1c60c2702341b78b2365c71306eaa7316beac SHA512 
a3f5362ad64dead468172f9989bc62043ce736180d22e50d9815af25aecbceb58e701bb87a643b9fbbf0beedb37a45268b23b1b5e7e6e397aa124f43b1d4bb0d
 WHIRLPOOL 
e33041a6f03dc4ceb4a34db4c18a4d76a908b4e5a726ad18598cc202aca24df0a81241aa72812b7a31b1e452dd265e813c58ea23255e37a75c2c2ec2f73d8787
+DIST setuptools-35.0.2.zip 624829 SHA256 
1e55496ca8058db68ae12ac29a985d1ee2c2483a5901f7692fb68fa2f9a250fd SHA512 
f80789cef8fe86ff1989e7f769637d1f6cb2008c6190609b8f8c5b4fdb63fac83267709895c7f502a09a693779b41e6ee0551e94f3348b64b6108dbc9629a116
 WHIRLPOOL 
23b22065ced0a7df25ff35b79675b94e6146ec9ca7eff7c27a94d5aea64e4e9356e136fb537f642810a824eb3e0921d817b5739fe9cd3daf083cad99475354e9

diff --git a/dev-python/setuptools/setuptools-35.0.2.ebuild 
b/dev-python/setuptools/setuptools-35.0.2.ebuild
new file mode 100644
index 000..9bdebb0a071
--- /dev/null
+++ b/dev-python/setuptools/setuptools-35.0.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/pypa/setuptools.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~ppc-aix ~x64-cygwin ~sparc-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.python.org/pypi/setuptools;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/appdirs-1.4.0-r1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   test? (
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( {CHANGES,README}.rst 
docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
+
+python_prepare_all() {
+   if [[ ${PV} == "" ]]; then
+   python_setup
+   ${EPYTHON} bootstrap.py || die
+   fi
+
+   # disable tests requiring a network connection
+   rm setuptools/tests/test_packageindex.py || die
+
+   # don't run integration tests
+   rm setuptools/tests/test_integration.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" py.test --verbose ${PN} || die "Tests failed under 
${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



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

2017-05-06 Thread Tim Harder
commit: 5dac691df031ef91a218bdcebce573aa3cebff94
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  6 22:29:44 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  6 22:39:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dac691d

dev-python/xmltodict: version bump to 0.11.0

 dev-python/xmltodict/Manifest|  1 +
 dev-python/xmltodict/xmltodict-0.11.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index c7d0b7a362b..7966627d137 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,2 +1,3 @@
 DIST xmltodict-0.10.1.tar.gz 24620 SHA256 
b2cab0184bbb8c3627fc54b03ed79ea2f4d5579fa041e3456ff8d3b3c09b0d5e SHA512 
b2fdccf2a158256d8b2a78fdaf2c5527c6c25753da344864024fa8ef1d4e4b9a561d2802b10b668ea72af50dd41d05ca590dbf036a4b97c175b7788642ca3c63
 WHIRLPOOL 
4f239872ab411ec8c18c5184172e5cfa3a535ea3c86d92884e2993a57e10196925e32fd2139a76198d7cb739f0432cdf1d4fffc082b57c50946e5e4d2db21b1a
 DIST xmltodict-0.10.2.tar.gz 24854 SHA256 
fc518ccf9adbbb917a2ddcb386be852ae6dd36935e1e8b9a3e760201abfdbf77 SHA512 
f734c80740b99f0ebb1c0d955094f63c5f513cf1055ac8577395f91ce1ee95dfc3712512b3e6b1f971637be9c345073a7536bd3bccd0175f191017b40a4f4537
 WHIRLPOOL 
441bc2fd8b6f7efe43b24aca747c1ded764025cb999f9e62da7a8934956eb0cf5616733ad9f3fb8bd7f33e7728037d0ab0ab48b61da4eb208ceaa61a66486072
+DIST xmltodict-0.11.0.tar.gz 26589 SHA256 
8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df SHA512 
d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295
 WHIRLPOOL 
8e21f0cd47a3ce4986173047d8120c97a8f95207a63a8479b18131da6851d239ac48772e088d24d8f16e6b1bc207fcc8e03a64f68e9de42e9ec7a55c47edce56

diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild 
b/dev-python/xmltodict/xmltodict-0.11.0.ebuild
new file mode 100644
index 000..5e4278509d1
--- /dev/null
+++ b/dev-python/xmltodict/xmltodict-0.11.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Makes working with XML feel like you are working with JSON"
+HOMEPAGE="https://github.com/martinblech/xmltodict/ 
https://pypi.python.org/pypi/xmltodict/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   nosetests || die "Tests fail with ${EPYTHON}"
+}



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

2017-05-06 Thread Tim Harder
commit: e5cff265563b1693abfe3682cd123a582663fd3d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  6 22:30:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  6 22:39:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cff265

dev-python/xmltodict: stabilize 0.10.2

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

diff --git a/dev-python/xmltodict/xmltodict-0.10.2.ebuild 
b/dev-python/xmltodict/xmltodict-0.10.2.ebuild
index 2e14364cd9a..a1a62864f59 100644
--- a/dev-python/xmltodict/xmltodict-0.10.2.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.10.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/, net-analyzer/ifstatus/files/

2017-05-06 Thread Lars Wendler
commit: 56cb960da35d2e8a0177dfce8083dc993b48f70d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 22:31:30 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat May  6 22:32:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56cb960d

net-analyzer/ifstatus: Fixed compilation with gcc-6 (bug #594510).

Thanks to Peter Levine for providing the patch.
Also bumped ebuild to EAPI-6.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/ifstatus/files/ifstatus-1.1.0-gcc6.patch | 12 
 net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild| 15 ++-
 2 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/ifstatus/files/ifstatus-1.1.0-gcc6.patch 
b/net-analyzer/ifstatus/files/ifstatus-1.1.0-gcc6.patch
new file mode 100644
index 000..8acfe9adcec
--- /dev/null
+++ b/net-analyzer/ifstatus/files/ifstatus-1.1.0-gcc6.patch
@@ -0,0 +1,12 @@
+--- ifstatus/Interface.h.old   2016-09-27 03:52:02.063811332 -0400
 ifstatus/Interface.h   2016-09-27 03:53:33.305880857 -0400
+@@ -57,7 +57,8 @@
+ 
+   InterfaceData & operator=(InterfaceData & rInterfaceData);
+   InterfaceData operator-(InterfaceData & rInterfaceData);
+-  
++  InterfaceData & operator=(InterfaceData && rInterfaceData) = default;
++  InterfaceData(const InterfaceData&) = default;
+ private:
+ 
+   unsigned long long m_ullReceived[eTotalTypes];

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild 
b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
index 7fb2edc345f..10f512067d0 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 inherit eutils toolchain-funcs
 
 KEYWORDS="amd64 arm ~ppc x86"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 
-RDEPEND=">=sys-libs/ncurses-4.2"
+RDEPEND=">=sys-libs/ncurses-4.2:0="
 DEPEND="
${RDEPEND}
virtual/pkgconfig
@@ -20,9 +20,14 @@ DEPEND="
 
 S="${WORKDIR}/${PN}"
 
+PATCHES=(
+   "${FILESDIR}/${P}-gcc43.patch"
+   "${FILESDIR}/${P}-tinfo.patch"
+   "${FILESDIR}/${P}-gcc6.patch"
+)
+
 src_prepare() {
-   epatch "${FILESDIR}/${P}-gcc43.patch"
-   epatch "${FILESDIR}/${P}-tinfo.patch"
+   default
tc-export CXX PKG_CONFIG
 }
 



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

2017-05-06 Thread Lars Wendler
commit: 3c7bd6cce3e9df4e260a9e7a5c293a4c825da109
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat May  6 22:27:13 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat May  6 22:32:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7bd6cc

dev-vcs/git: Bump to version 2.13.0_rc2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git/Manifest | 6 +++---
 dev-vcs/git/{git-2.13.0_rc1.ebuild => git-2.13.0_rc2.ebuild} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 799576388ec..12f317001db 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,12 +1,12 @@
 DIST git-2.10.2.tar.xz 4106108 SHA256 
94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 SHA512 
0ab09de481dbb31c3304382afaa5d3fc9f861115c9954c65b11a8a1c34b939118c7ed3ff60ac329145888596388e3e4d2b2fb677fe109d33a57206d531b5ee6a
 WHIRLPOOL 
808404fa13f908d149028f64aaf5b73400448fff6393dabfaa874d750065e86ff5dae4903724cbca4e59fb74b3ff30b8b8f0a0f1435a0a90c18267c7a0550de6
 DIST git-2.11.1.tar.xz 4208132 SHA256 
c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415 SHA512 
c9d4196ad9c4f656b5a25fe688c06248bfce4fadac38e9bc835e5e9063ab95e3d4b3db4174acea0b3b64c5455adc93d39870f2b6009d2dd6aa0edb5a5f5bda40
 WHIRLPOOL 
c91d7d096348cacd5a691d12406acb98d7fd703ac06e4d4fc31d85eead29c87860a96d43df06c1e3610837b4eb34adccb5b7b259531e064d495347fd2b14914e
 DIST git-2.12.2.tar.xz 4273748 SHA256 
d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a SHA512 
0e980ea6932b43c87892c0628d23bce62dc8fa8be3510e6e8bbd14605526e3b13c8a32ea9fbe8a74c286c4fe0e1fa34e85922edf743a9405a31d5657804b4b8d
 WHIRLPOOL 
45b60d67aa930f1e298ef9b02d95b8cfe7caa806716ba3bbfdb3a0b7736dc16631e1888d50844d5dba8ffe4c7a4216006edd32f1ddda0ed0f770472befa6bb8c
-DIST git-2.13.0.rc1.tar.xz 4723660 SHA256 
68c4ce9b49500df85b01485408be56debcebb2593cb64671408e4494380dc031 SHA512 
6e534f85e7a6282d468247df9fc2202ca370734c61b6a60025cfa6784830193912c2c0abf5168afb7885bf98cade0e2b862965254f7da2152eb0a8a1efa886c8
 WHIRLPOOL 
f7598d8fc60971cdcbff91c986aefe9cd447ffc2be1a38977483e0a622cc42bdba814fcbc493d81812ff73f56ffa28c23789aeb6d88ebe3a81c766eba84ee5a0
+DIST git-2.13.0.rc2.tar.xz 4724140 SHA256 
368c637652ee109dd286c81714feaf50ecf8d91e0e672866213f886cf6218248 SHA512 
c05d032db52387bff9fb0e0fe28d60b226868fa44196b9351585d8263882c17872825ce5192fb02c05ab76ced04e94a257a8a433084627cf23263d6a5f04eba0
 WHIRLPOOL 
b3d7dd445ad763684b49beb724294a88c3e9ffdca09d3b3e6aa5a5a4c2370d85afa403564ff1433753906ce82cfacbd6f88b43cacd2d5e434777e8a7775b59e9
 DIST git-htmldocs-2.10.2.tar.xz 1068436 SHA256 
dd43111c3518a92a7fe64ac5cd32a5d4d77d49c67f7d89dce3e8293bc3d6b491 SHA512 
8ef57218d7eef285ac427414d92bd5e8eba5c85c2a2a9ec0e423705ee2cb6f26dd33ad780d1b4237e7534dbe5cc3b4d8eea5780d0acc49066d78fc1893df2525
 WHIRLPOOL 
160fe3446d959d0f2315c9b2be182925619a4d89343602038e92283abdb393805eb5252799c502b83641d9e23a157332033baaa1ef2f1d9401cbbf372d8e86d7
 DIST git-htmldocs-2.11.1.tar.xz 1083264 SHA256 
1a5f1e4a5eadad89b0783efa08bb1f7e3802d4a4d0a135bf5f61fd672ea3846e SHA512 
dee37cfa0870f7289c66c3c58bb86d01324bfd30f4d4a05dedebef98ddb38339c7937bb2caee0e1d35ef579de414e5f280d5fd9f48fb427f497fe2f7d62f7d2a
 WHIRLPOOL 
0ec4856405dbbc89547ab6d7236a787516fb7b8a8d2a3ff190b310c6b83cccfd080a5e9bac0523c99b34849b14a0eb96ffc16348643f65b38ebcdc3c8d8cd17e
 DIST git-htmldocs-2.12.2.tar.xz 1092716 SHA256 
6f656085c2fdca94df1cc3eb8624c38099f920318c428e34ef0333ecf7f4cd59 SHA512 
225aa58becc5d45a8f39333a68b4078147f3d8e31b1653eea181b83f5650c07b10c917596c6ca62b22e812932145fcde6932fa116a9731fda3c263e66f9a560f
 WHIRLPOOL 
562a3f9ebd39563f92420274a02464cd1a4dfdcba7d01906d8e03f1f853d272e1edcf29969a76662e83fb7f11da502e0617ef7a30c961c23b881f889d63766d3
-DIST git-htmldocs-2.13.0.rc1.tar.xz 1106688 SHA256 
bbc20f2f3499c8d3ac884c430a75a0df2db2aabebe02530ea768518a321fff91 SHA512 
b19bae6e6e4f318f93cc14bdfb4d9c85ba87c3dca63cd899f868389549d92fa5c4a60322783c31704eea57fe5ca81a39ffd5482375dd4b87b0378ee3d5126b3d
 WHIRLPOOL 
a831692d7db69034cbd0ccd28303ff9e8bf80760a816b88a41f80847982c4b976f0a9d04f2052035624f37fff64b57c7d2029782a17cc9b264ceb09971f65033
+DIST git-htmldocs-2.13.0.rc2.tar.xz 1107532 SHA256 
7b39f4b7d9f546f1f0ecdd4248c3b3ffe179939773b1a576d42e1a0719e94ac2 SHA512 
3d469e28600fb6a7465459e0aa48d94a1a2d2e2278f6635a2b90d8b8100befce64633297a2180cdd5f7a5a0f8b4ed26cf8decc75410ebe65e4237b81f778a44e
 WHIRLPOOL 
d0497ed8b9c6938695585a6cd6e7897d19451df022dfec00ee03482a5e41d50c567b0795c99739818d3b860423284a91627100786af15d3fbf53f029d4a713c9
 DIST git-manpages-2.10.2.tar.xz 395556 SHA256 
83b0a317f6039ad95ef6af6a182cf659c2d053eed5d8f70b06710eb787f8aa6f SHA512 
0dc5df8441601865511983b85762102396cbf7c704fd831ebef7b7639252b971f6b4080b8a57226a86124edcdd77acf24374da22047bd315769a09109bef
 WHIRLPOOL 

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

2017-05-06 Thread Andreas Sturmlechner
commit: 21a0d9fa9d04df1ec79107c4f013527080bb61e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 20:18:27 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:18:27 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=21a0d9fa

kde-frameworks/ki18n: Add python3_6 support

Tested-by: Manuel Rüger  gentoo.org>

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-frameworks/ki18n/ki18n-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ki18n/ki18n-.ebuild 
b/kde-frameworks/ki18n/ki18n-.ebuild
index da183cc623..a6e199f946 100644
--- a/kde-frameworks/ki18n/ki18n-.ebuild
+++ b/kde-frameworks/ki18n/ki18n-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit kde5 python-single-r1
 
 DESCRIPTION="Framework based on Gettext for internationalizing user interface 
text"



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

2017-05-06 Thread Andreas Sturmlechner
commit: b9c2ebedfa0396e12e3fcbb39bee31c61af9691d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 20:18:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:18:12 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9c2ebed

kde-frameworks/extra-cmake-modules: Add python3_6 support

Tested-by: Manuel Rüger  gentoo.org>

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
index 49d7889473..75880ee7e0 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 KDE_AUTODEPS="false"
 KDE_DEBUG="false"
 KDE_TEST="false"



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

2017-05-06 Thread Andreas Sturmlechner
commit: aa4cfbf3a8fc60585737cc1f45f594106aea0872
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 22:26:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 22:26:00 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa4cfbf3

kde-apps/kajongg: Fix dosym to relative first argument

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kajongg/kajongg-17.04.49..ebuild | 4 ++--
 kde-apps/kajongg/kajongg-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kajongg/kajongg-17.04.49..ebuild 
b/kde-apps/kajongg/kajongg-17.04.49..ebuild
index 42fbb78d56..5cbe8b3e70 100644
--- a/kde-apps/kajongg/kajongg-17.04.49..ebuild
+++ b/kde-apps/kajongg/kajongg-17.04.49..ebuild
@@ -47,7 +47,7 @@ src_prepare() {
 
 src_install() {
kde5_src_install
-   dosym /usr/share/kajongg/kajongg.py /usr/bin/kajongg
-   dosym /usr/share/kajongg/kajonggserver.py /usr/bin/kajonggserver
+   dosym ../share/kajongg/kajongg.py /usr/bin/kajongg
+   dosym ../share/kajongg/kajonggserver.py /usr/bin/kajonggserver
fperms a+x /usr/share/kajongg/kajongg{,server}.py
 }

diff --git a/kde-apps/kajongg/kajongg-.ebuild 
b/kde-apps/kajongg/kajongg-.ebuild
index 42fbb78d56..5cbe8b3e70 100644
--- a/kde-apps/kajongg/kajongg-.ebuild
+++ b/kde-apps/kajongg/kajongg-.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
 
 src_install() {
kde5_src_install
-   dosym /usr/share/kajongg/kajongg.py /usr/bin/kajongg
-   dosym /usr/share/kajongg/kajonggserver.py /usr/bin/kajonggserver
+   dosym ../share/kajongg/kajongg.py /usr/bin/kajongg
+   dosym ../share/kajongg/kajonggserver.py /usr/bin/kajonggserver
fperms a+x /usr/share/kajongg/kajongg{,server}.py
 }



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

2017-05-06 Thread Andreas Sturmlechner
commit: 169691c85c00863cfd2060b38a101b3b489048cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 22:06:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 22:06:50 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=169691c8

kde-frameworks/kservice: Fix dosym to relative first argument

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-frameworks/kservice/kservice-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kservice/kservice-.ebuild 
b/kde-frameworks/kservice/kservice-.ebuild
index f9ad52d4d9..4e896d21c9 100644
--- a/kde-frameworks/kservice/kservice-.ebuild
+++ b/kde-frameworks/kservice/kservice-.ebuild
@@ -42,5 +42,5 @@ src_install() {
kde5_src_install
 
# bug 596316
-   dosym /etc/xdg/menus/kf5-applications.menu 
/etc/xdg/menus/applications.menu
+   dosym kf5-applications.menu /etc/xdg/menus/applications.menu
 }



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

2017-05-06 Thread David Seifert
commit: e074daac3591b127416eee4c9df6e44ec46a3d56
Author: David Seifert  gentoo  org>
AuthorDate: Sat May  6 15:02:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e074daac

net-im/minbif: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 net-im/minbif/minbif-1.0.5-r2.ebuild | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild 
b/net-im/minbif/minbif-1.0.5-r2.ebuild
index c2f971d8181..1d5e71be66a 100644
--- a/net-im/minbif/minbif-1.0.5-r2.ebuild
+++ b/net-im/minbif/minbif-1.0.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,15 +28,19 @@ RDEPEND="${DEPEND}
xinetd? ( sys-apps/xinetd )
 "
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.5-glib-single-includes.patch"
+   "${FILESDIR}/${PN}-1.0.5-gcc47.patch"
+   "${FILESDIR}/${PN}-1.0.5-rename-imlib-load-error.patch"
+)
+
 pkg_setup() {
enewgroup minbif
enewuser minbif -1 -1 /var/lib/minbif minbif
 }
 
 src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.0.5-glib-single-includes.patch"
-   epatch "${FILESDIR}/${PN}-1.0.5-gcc47.patch"
-   epatch "${FILESDIR}/${PN}-1.0.5-rename-imlib-load-error.patch"
+   cmake-utils_src_prepare
 
sed -i "s/-Werror//g" CMakeLists.txt || die "sed failed"
 
@@ -50,14 +54,14 @@ src_prepare() {
 }
 
 src_configure() {
-   local mycmakeargs
-   mycmakeargs="${mycmakeargs}
-   -DCONF_PREFIX=${PREFIX:-/etc/minbif}
+   local mycmakeargs=(
+   -DCONF_PREFIX="${EPREFIX}"/etc/minbif
-DENABLE_VIDEO=OFF
$(cmake-utils_use_enable libcaca CACA)
$(cmake-utils_use_enable imlib IMLIB)
$(cmake-utils_use_enable pam PAM)
-   $(cmake-utils_use_enable gnutls TLS)"
+   $(cmake-utils_use_enable gnutls TLS)
+   )
 
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/

2017-05-06 Thread David Seifert
commit: 428976177d996052594e5162e5febcb1e606
Author: David Seifert  gentoo  org>
AuthorDate: Sat May  6 15:02:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42897617

kde-apps/kabcclient: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild | 4 ++--
 kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild | 2 +-
 kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild | 4 ++--
 kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild 
b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
index 7d8370f123a..3fce87698a8 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,5 +25,5 @@ src_install() {
kde4-meta_src_install
 
# work around NULL DT_RPATH in kabc2mutt
-   dosym kabcclient ${PREFIX}/bin/kabc2mutt
+   dosym kabcclient /usr/bin/kabc2mutt
 }

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild 
b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
index b2030ea6411..7d6045e4fbe 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
@@ -22,5 +22,5 @@ src_install() {
kde4-meta_src_install
 
# work around NULL DT_RPATH in kabc2mutt
-   dosym kabcclient ${PREFIX}/bin/kabc2mutt
+   dosym kabcclient /usr/bin/kabc2mutt
 }

diff --git a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild 
b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
index 34d9eba6af1..d833ea6d94c 100644
--- a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,5 +22,5 @@ src_install() {
kde4-meta_src_install
 
# work around NULL DT_RPATH in kabc2mutt
-   dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink 
kabc2mutt to kabcclient"
+   dosym kabcclient /usr/bin/kabc2mutt
 }

diff --git a/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild 
b/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
index 22931fddd5b..dd8f30d6766 100644
--- a/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
@@ -23,5 +23,5 @@ src_install() {
kde4-meta_src_install
 
# work around NULL DT_RPATH in kabc2mutt
-   dosym kabcclient ${PREFIX}/bin/kabc2mutt
+   dosym kabcclient /usr/bin/kabc2mutt
 }



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

2017-05-06 Thread David Seifert
commit: 75348fc37c7e104ee598ed43abc5e562d3538e59
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75348fc3

dev-libs/faxpp: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/faxpp/faxpp-0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/faxpp/faxpp-0.4.ebuild b/dev-libs/faxpp/faxpp-0.4.ebuild
index 7a149d09819..97b477f3efc 100644
--- a/dev-libs/faxpp/faxpp-0.4.ebuild
+++ b/dev-libs/faxpp/faxpp-0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-DESCRIPTION="Small, fast and conformant XML pull parser written in C with an 
API that can return UTF-8 or UTF-16 strings"
+DESCRIPTION="Small, fast and conformant XML pull parser written in C"
 HOMEPAGE="http://faxpp.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"



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

2017-05-06 Thread David Seifert
commit: 3c36e58a267d37529fe3aa2422adf4caa90f28f9
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c36e58a

dev-libs/handystats: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/handystats/handystats-1.11.0.ebuild | 4 ++--
 dev-libs/handystats/handystats-1.11.1.ebuild | 4 ++--
 dev-libs/handystats/handystats-1.11.3.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/handystats/handystats-1.11.0.ebuild 
b/dev-libs/handystats/handystats-1.11.0.ebuild
index e1886c5a0fa..7e1c7fc9246 100644
--- a/dev-libs/handystats/handystats-1.11.0.ebuild
+++ b/dev-libs/handystats/handystats-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 RESTRICT="test"
 inherit cmake-utils
 
-DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics with low overhead."
+DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics"
 HOMEPAGE="https://github.com/shindo/handystats;
 SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"
 

diff --git a/dev-libs/handystats/handystats-1.11.1.ebuild 
b/dev-libs/handystats/handystats-1.11.1.ebuild
index e1886c5a0fa..7e1c7fc9246 100644
--- a/dev-libs/handystats/handystats-1.11.1.ebuild
+++ b/dev-libs/handystats/handystats-1.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 RESTRICT="test"
 inherit cmake-utils
 
-DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics with low overhead."
+DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics"
 HOMEPAGE="https://github.com/shindo/handystats;
 SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"
 

diff --git a/dev-libs/handystats/handystats-1.11.3.ebuild 
b/dev-libs/handystats/handystats-1.11.3.ebuild
index e1886c5a0fa..7e1c7fc9246 100644
--- a/dev-libs/handystats/handystats-1.11.3.ebuild
+++ b/dev-libs/handystats/handystats-1.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 RESTRICT="test"
 inherit cmake-utils
 
-DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics with low overhead."
+DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics"
 HOMEPAGE="https://github.com/shindo/handystats;
 SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkdepim/

2017-05-06 Thread David Seifert
commit: 6ba10f9d5dfc15d516867b4eeff8ce9551e94243
Author: David Seifert  gentoo  org>
AuthorDate: Sat May  6 15:02:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba10f9d

kde-apps/libkdepim: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 kde-apps/libkdepim/libkdepim-4.4.2016.01.ebuild | 4 ++--
 kde-apps/libkdepim/libkdepim-4.4.2017.04.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/libkdepim/libkdepim-4.4.2016.01.ebuild 
b/kde-apps/libkdepim/libkdepim-4.4.2016.01.ebuild
index 90c51f5158f..a54af65875b 100644
--- a/kde-apps/libkdepim/libkdepim-4.4.2016.01.ebuild
+++ b/kde-apps/libkdepim/libkdepim-4.4.2016.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,7 +32,7 @@ src_install() {
# install additional generated headers that are needed by other 
packages that
# are derived from kdepim. e.g. kmail.
pushd "${CMAKE_BUILD_DIR}/libkdepim/" 2>/dev/null || die "pushd 
libkdepim failed"
-   insinto "${PREFIX}/include"
+   insinto /usr/include
doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed 
to install extra header files."
popd 2>/dev/null
 }

diff --git a/kde-apps/libkdepim/libkdepim-4.4.2017.04.ebuild 
b/kde-apps/libkdepim/libkdepim-4.4.2017.04.ebuild
index 799247e8ae7..0e74e17731b 100644
--- a/kde-apps/libkdepim/libkdepim-4.4.2017.04.ebuild
+++ b/kde-apps/libkdepim/libkdepim-4.4.2017.04.ebuild
@@ -32,7 +32,7 @@ src_install() {
# install additional generated headers that are needed by other 
packages that
# are derived from kdepim. e.g. kmail.
pushd "${CMAKE_BUILD_DIR}/libkdepim/" 2>/dev/null || die "pushd 
libkdepim failed"
-   insinto "${PREFIX}/include"
+   insinto /usr/include
doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed 
to install extra header files."
popd 2>/dev/null
 }



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

2017-05-06 Thread David Seifert
commit: df32517e550a24799de393d935506bb912550425
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:25 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:17:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df32517e

dev-libs/bareos-fastlzlib: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild | 4 ++--
 dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild 
b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
index fab1539fe29..b748fee355a 100644
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit eutils
 
-DESCRIPTION="bareos fork of zlib-like interface to fast block compression (LZ4 
or FastLZ) libraries"
+DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or 
FastLZ) libraries"
 HOMEPAGE="https://github.com/bareos/fastlzlib;
 SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip;
 

diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild 
b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
index fab1539fe29..b748fee355a 100644
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit eutils
 
-DESCRIPTION="bareos fork of zlib-like interface to fast block compression (LZ4 
or FastLZ) libraries"
+DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or 
FastLZ) libraries"
 HOMEPAGE="https://github.com/bareos/fastlzlib;
 SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip;
 



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

2017-05-06 Thread David Seifert
commit: be5ce5de2161fd9dd8b588e8465c35db7f3bc77e
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5ce5de

dev-libs/ilbc-rfc3951: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild 
b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
index 3213b8055ee..c07a48d2914 100644
--- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils autotools
 
-DESCRIPTION="iLBC (internet Low Bitrate Codec) is a speech codec suitable for 
robust voice communication over IP"
+DESCRIPTION="iLBC is a speech codec suitable for robust voice communication 
over IP"
 HOMEPAGE="http://www.ilbcfreeware.org/;
 SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz;
 



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

2017-05-06 Thread David Seifert
commit: 3a1e130a4dc26075500d0c56d591cb899db8abde
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1e130a

dev-libs/gumbo: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/gumbo/gumbo-0.10.1.ebuild | 4 ++--
 dev-libs/gumbo/gumbo-0.9.2.ebuild  | 4 ++--
 dev-libs/gumbo/gumbo-0.9.3.ebuild  | 4 ++--
 dev-libs/gumbo/gumbo-0.9.4.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild 
b/dev-libs/gumbo/gumbo-0.10.1.ebuild
index 2c019fb3afe..3587bf94f75 100644
--- a/dev-libs/gumbo/gumbo-0.10.1.ebuild
+++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools
 
-DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a 
pure C99 library"
+DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
 HOMEPAGE="https://github.com/google/gumbo-parser#readme;
 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/dev-libs/gumbo/gumbo-0.9.2.ebuild 
b/dev-libs/gumbo/gumbo-0.9.2.ebuild
index 6fe79fb9800..68c1147a5e2 100644
--- a/dev-libs/gumbo/gumbo-0.9.2.ebuild
+++ b/dev-libs/gumbo/gumbo-0.9.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools
 
-DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a 
pure C99 library"
+DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
 HOMEPAGE="https://github.com/google/gumbo-parser#readme;
 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/dev-libs/gumbo/gumbo-0.9.3.ebuild 
b/dev-libs/gumbo/gumbo-0.9.3.ebuild
index 610cac6f0cf..68c1147a5e2 100644
--- a/dev-libs/gumbo/gumbo-0.9.3.ebuild
+++ b/dev-libs/gumbo/gumbo-0.9.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools
 
-DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a 
pure C99 library"
+DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
 HOMEPAGE="https://github.com/google/gumbo-parser#readme;
 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/dev-libs/gumbo/gumbo-0.9.4.ebuild 
b/dev-libs/gumbo/gumbo-0.9.4.ebuild
index 610cac6f0cf..68c1147a5e2 100644
--- a/dev-libs/gumbo/gumbo-0.9.4.ebuild
+++ b/dev-libs/gumbo/gumbo-0.9.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools
 
-DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a 
pure C99 library"
+DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
 HOMEPAGE="https://github.com/google/gumbo-parser#readme;
 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2017-05-06 Thread David Seifert
commit: 4d82d035783bf5149f908441d26b92a7b15caacc
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d82d035

dev-libs/gtx: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/gtx/gtx-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/gtx/gtx-0.2.2.ebuild b/dev-libs/gtx/gtx-0.2.2.ebuild
index 64e27b22c9e..cee2d664b5c 100644
--- a/dev-libs/gtx/gtx-0.2.2.ebuild
+++ b/dev-libs/gtx/gtx-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=yes
 
 inherit autotools-utils
 
-DESCRIPTION="Small collection of convenience functions intended to enhance the 
GLib testing framework"
+DESCRIPTION="Small collection of functions intended to enhance the GLib 
testing framework"
 HOMEPAGE="https://launchpad.net/gtx;
 SRC_URI="https://launchpad.net/gtx/trunk/${PV}/+download/${P}.tar.gz;
 



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

2017-05-06 Thread David Seifert
commit: 0574885098d75610ed3c0db63daf39f16190db5b
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05748850

dev-libs/gecode: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/gecode/gecode-3.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/gecode/gecode-3.7.3.ebuild 
b/dev-libs/gecode/gecode-3.7.3.ebuild
index 4e341d57562..463a840f970 100644
--- a/dev-libs/gecode/gecode-3.7.3.ebuild
+++ b/dev-libs/gecode/gecode-3.7.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
-DESCRIPTION="Gecode is an environment for developing constraint-based systems 
and applications"
+DESCRIPTION="An environment for developing constraint-based applications"
 SRC_URI="http://www.gecode.org/download/${P}.tar.gz;
 HOMEPAGE="http://www.gecode.org/;
 



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

2017-05-06 Thread David Seifert
commit: f5810f4fa70d727bdea295027cea23bf6d965432
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5810f4f

dev-libs/libevent: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/libevent/libevent-2.0.22-r2.ebuild | 2 +-
 dev-libs/libevent/libevent-2.0.22.ebuild| 2 +-
 dev-libs/libevent/libevent-2.1.8.ebuild | 2 +-
 dev-libs/libevent/libevent-.ebuild  | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libevent/libevent-2.0.22-r2.ebuild 
b/dev-libs/libevent/libevent-2.0.22-r2.ebuild
index 02c6ffd3a3b..3cc55c2712e 100644
--- a/dev-libs/libevent/libevent-2.0.22-r2.ebuild
+++ b/dev-libs/libevent/libevent-2.0.22-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils libtool multilib-minimal
 
 MY_P="${P}-stable"
 
-DESCRIPTION="A library to execute a function when a specific event occurs on a 
file descriptor"
+DESCRIPTION="Library to execute a function when a specific event occurs on a 
file descriptor"
 HOMEPAGE="http://libevent.org/;
 SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz"
 

diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild 
b/dev-libs/libevent/libevent-2.0.22.ebuild
index 7b77d95958d..58dbb9794b1 100644
--- a/dev-libs/libevent/libevent-2.0.22.ebuild
+++ b/dev-libs/libevent/libevent-2.0.22.ebuild
@@ -6,7 +6,7 @@ inherit eutils libtool multilib-minimal
 
 MY_P="${P}-stable"
 
-DESCRIPTION="A library to execute a function when a specific event occurs on a 
file descriptor"
+DESCRIPTION="Library to execute a function when a specific event occurs on a 
file descriptor"
 HOMEPAGE="http://libevent.org/;
 SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz"
 

diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild 
b/dev-libs/libevent/libevent-2.1.8.ebuild
index 7946f3a1c21..4d738989668 100644
--- a/dev-libs/libevent/libevent-2.1.8.ebuild
+++ b/dev-libs/libevent/libevent-2.1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit autotools eutils multilib-minimal
 
-DESCRIPTION="A library to execute a function when a specific event occurs on a 
file descriptor"
+DESCRIPTION="Library to execute a function when a specific event occurs on a 
file descriptor"
 HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/;
 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/${P}-stable.tar.gz
 -> ${P}.tar.gz"
 

diff --git a/dev-libs/libevent/libevent-.ebuild 
b/dev-libs/libevent/libevent-.ebuild
index 00a180d4c65..708484a46c3 100644
--- a/dev-libs/libevent/libevent-.ebuild
+++ b/dev-libs/libevent/libevent-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools eutils git-r3 multilib-minimal
 
-DESCRIPTION="A library to execute a function when a specific event occurs on a 
file descriptor"
+DESCRIPTION="Library to execute a function when a specific event occurs on a 
file descriptor"
 HOMEPAGE="http://libevent.org/;
 EGIT_REPO_URI="https://github.com/libevent/libevent;
 



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

2017-05-06 Thread David Seifert
commit: 909cba127b3fe89b8668e186654a2e26cd2a6d28
Author: David Seifert  gentoo  org>
AuthorDate: Sat May  6 15:02:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:20:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909cba12

sci-libs/vtk: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 sci-libs/vtk/vtk-6.1.0-r3.ebuild | 2 +-
 sci-libs/vtk/vtk-6.1.0-r4.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/vtk/vtk-6.1.0-r3.ebuild b/sci-libs/vtk/vtk-6.1.0-r3.ebuild
index 6bac474feaf..7367f5ccbe6 100644
--- a/sci-libs/vtk/vtk-6.1.0-r3.ebuild
+++ b/sci-libs/vtk/vtk-6.1.0-r3.ebuild
@@ -291,7 +291,7 @@ src_configure() {
-DSIP_INCLUDE_DIR="$(python_get_includedir)"
-DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)"
-DVTK_PYTHON_LIBRARY="$(python_get_library_path)"
-   -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${PREFIX} 
--root=${D}"
+   -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX}/usr 
--root=${D}"
)
fi
 

diff --git a/sci-libs/vtk/vtk-6.1.0-r4.ebuild b/sci-libs/vtk/vtk-6.1.0-r4.ebuild
index 11c77033d08..9f22a8e6793 100644
--- a/sci-libs/vtk/vtk-6.1.0-r4.ebuild
+++ b/sci-libs/vtk/vtk-6.1.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -290,7 +290,7 @@ src_configure() {
-DSIP_INCLUDE_DIR="$(python_get_includedir)"
-DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)"
-DVTK_PYTHON_LIBRARY="$(python_get_library_path)"
-   -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${PREFIX} 
--root=${D}"
+   -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX}/usr 
--root=${D}"
)
fi
 



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

2017-05-06 Thread David Seifert
commit: f298d483560975be23ebee587f368ddb76e550c9
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f298d483

dev-libs/kpathsea: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 8a53414f6b7..5b99104d2fe 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -7,7 +7,7 @@ inherit texlive-common eutils libtool prefix
 
 TEXMFD_VERSION="8"
 
-DESCRIPTION="Library implementing generic path searching, configuration, and 
TeX-specific file searching"
+DESCRIPTION="Path searching library for TeX-related files"
 HOMEPAGE="http://tug.org/texlive/;
 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-kresources/

2017-05-06 Thread David Seifert
commit: 9bd826cf017ef569525eefdf8ae610295091c88f
Author: David Seifert  gentoo  org>
AuthorDate: Sat May  6 15:02:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd826cf

kde-apps/kdepim-kresources: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 kde-apps/kdepim-kresources/kdepim-kresources-4.4.2016.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2016.01.ebuild 
b/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2016.01.ebuild
index f9913c176c8..2959aded0d9 100644
--- a/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2016.01.ebuild
+++ b/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2016.01.ebuild
@@ -43,6 +43,6 @@ src_install() {
kde4-meta_src_install
 
# Install headers needed by kdepim-wizards, egroupware stuff gone
-   insinto "${PREFIX}"/include/${PN}
+   insinto /usr/include/${PN}
doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/{groupwise,slox}/*.h
 }



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

2017-05-06 Thread David Seifert
commit: f278d2ac737a545c3dea24aa95d868237a20d3f9
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f278d2ac

dev-libs/http-fetcher: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild 
b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
index b5b9972023f..9d13b8c338f 100644
--- a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
+++ b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 MY_P="${P/-/_}"
 S="${WORKDIR}/${MY_P}"
-DESCRIPTION="small, robust, flexible library for downloading files via HTTP 
using the GET method"
+DESCRIPTION="Library for downloading files via HTTP using the GET method"
 HOMEPAGE="http://http-fetcher.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs/

2017-05-06 Thread David Seifert
commit: 9647d3e3d81f872a3126f7d18a6db4a2055823d2
Author: David Seifert  gentoo  org>
AuthorDate: Sat May  6 15:02:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9647d3e3

kde-frameworks/kdelibs: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 kde-frameworks/kdelibs/kdelibs-4.14.29-r1.ebuild | 2 +-
 kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kdelibs/kdelibs-4.14.29-r1.ebuild 
b/kde-frameworks/kdelibs/kdelibs-4.14.29-r1.ebuild
index e25e078eea2..a1228fb327b 100644
--- a/kde-frameworks/kdelibs/kdelibs-4.14.29-r1.ebuild
+++ b/kde-frameworks/kdelibs/kdelibs-4.14.29-r1.ebuild
@@ -289,7 +289,7 @@ pkg_postinst() {
 
 pkg_prerm() {
# Remove ksycoca4 global database
-   rm -f "${EROOT}${PREFIX}"/share/kde4/services/ksycoca4
+   rm -f "${EROOT%/}"/usr/share/kde4/services/ksycoca4 || die
 }
 
 pkg_postrm() {

diff --git a/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild 
b/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild
index 6913396c7ca..e45fbaec53a 100644
--- a/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild
+++ b/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild
@@ -282,7 +282,7 @@ pkg_postinst() {
 
 pkg_prerm() {
# Remove ksycoca4 global database
-   rm -f "${EROOT}${PREFIX}"/share/kde4/services/ksycoca4
+   rm -f "${EROOT%/}"/usr/share/kde4/services/ksycoca4 || die
 }
 
 pkg_postrm() {



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

2017-05-06 Thread David Seifert
commit: b2abb96f93228eb26fd22e381897aa5360737511
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:27 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2abb96f

dev-libs/dee: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/dee/dee-1.2.7-r1.ebuild | 2 +-
 dev-libs/dee/dee-1.2.7.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/dee/dee-1.2.7-r1.ebuild b/dev-libs/dee/dee-1.2.7-r1.ebuild
index 3aa3fa21e9a..61bffd1f323 100644
--- a/dev-libs/dee/dee-1.2.7-r1.ebuild
+++ b/dev-libs/dee/dee-1.2.7-r1.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit gnome2 python-r1 vala
 
-DESCRIPTION="Provide objects allowing to create Model-View-Controller type 
programs across DBus"
+DESCRIPTION="Provide objects allowing to create MVC type programs across DBus"
 HOMEPAGE="https://launchpad.net/dee/;
 SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz;
 

diff --git a/dev-libs/dee/dee-1.2.7.ebuild b/dev-libs/dee/dee-1.2.7.ebuild
index 60a7eaf2436..741d8403726 100644
--- a/dev-libs/dee/dee-1.2.7.ebuild
+++ b/dev-libs/dee/dee-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=y
 
 inherit autotools-utils vala python-r1
 
-DESCRIPTION="Provide objects allowing to create Model-View-Controller type 
programs across DBus"
+DESCRIPTION="Provide objects allowing to create MVC type programs across DBus"
 HOMEPAGE="https://launchpad.net/dee/;
 SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz;
 



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

2017-05-06 Thread David Seifert
commit: b279bd02bfa4a54f749747fa1dacc2d8a0700e08
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:17:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b279bd02

dev-libs/cgilib: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/cgilib/cgilib-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/cgilib/cgilib-0.7.ebuild 
b/dev-libs/cgilib/cgilib-0.7.ebuild
index b3c692980a1..12578b4f144 100644
--- a/dev-libs/cgilib/cgilib-0.7.ebuild
+++ b/dev-libs/cgilib/cgilib-0.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
 inherit autotools autotools-utils
 
-DESCRIPTION="a simple and lightweight interface to the Common Gateway 
Interface (CGI) for C and C++ programs"
+DESCRIPTION="A simple and lightweight interface to the CGI for C and C++ 
programs"
 HOMEPAGE="http://www.infodrom.org/projects/cgilib/;
 SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz;
 



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

2017-05-06 Thread David Seifert
commit: 09b909daffc6bd40cc2cc4d1ee790779ff2869f6
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b909da

dev-libs/elfio: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/elfio/elfio-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/elfio/elfio-1.0.3.ebuild 
b/dev-libs/elfio/elfio-1.0.3.ebuild
index 91852fc49c3..aeb90436b2b 100644
--- a/dev-libs/elfio/elfio-1.0.3.ebuild
+++ b/dev-libs/elfio/elfio-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils autotools
 
 MY_P=ELFIO-${PV}
-DESCRIPTION="ELF (Executable and Linkable Format) reader and producer 
implemented as a C++ library"
+DESCRIPTION="ELF reader and producer implemented as a C++ library"
 HOMEPAGE="http://elfio.sourceforge.net/;
 SRC_URI="mirror://sourceforge/elfio/${MY_P}.tar.gz"
 



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

2017-05-06 Thread David Seifert
commit: 4ce53d94543f2c1b1cf18cc5f6da4465e1baa2df
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce53d94

dev-libs/console_bridge: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/console_bridge/console_bridge-0.2.7.ebuild | 4 ++--
 dev-libs/console_bridge/console_bridge-0.3.1.ebuild | 4 ++--
 dev-libs/console_bridge/console_bridge-0.3.2.ebuild | 4 ++--
 dev-libs/console_bridge/console_bridge-.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/console_bridge/console_bridge-0.2.7.ebuild 
b/dev-libs/console_bridge/console_bridge-0.2.7.ebuild
index fb81400dbec..b598bee4c19 100644
--- a/dev-libs/console_bridge/console_bridge-0.2.7.ebuild
+++ b/dev-libs/console_bridge/console_bridge-0.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
-DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for 
ROS-dependent packages."
+DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout"
 HOMEPAGE="http://wiki.ros.org/console_bridge;
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-libs/console_bridge/console_bridge-0.3.1.ebuild 
b/dev-libs/console_bridge/console_bridge-0.3.1.ebuild
index b148dceee54..505bea12ffe 100644
--- a/dev-libs/console_bridge/console_bridge-0.3.1.ebuild
+++ b/dev-libs/console_bridge/console_bridge-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
-DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for 
ROS-dependent packages."
+DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout"
 HOMEPAGE="http://wiki.ros.org/console_bridge;
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-libs/console_bridge/console_bridge-0.3.2.ebuild 
b/dev-libs/console_bridge/console_bridge-0.3.2.ebuild
index b148dceee54..505bea12ffe 100644
--- a/dev-libs/console_bridge/console_bridge-0.3.2.ebuild
+++ b/dev-libs/console_bridge/console_bridge-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
-DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for 
ROS-dependent packages."
+DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout"
 HOMEPAGE="http://wiki.ros.org/console_bridge;
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-libs/console_bridge/console_bridge-.ebuild 
b/dev-libs/console_bridge/console_bridge-.ebuild
index b148dceee54..505bea12ffe 100644
--- a/dev-libs/console_bridge/console_bridge-.ebuild
+++ b/dev-libs/console_bridge/console_bridge-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
-DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for 
ROS-dependent packages."
+DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout"
 HOMEPAGE="http://wiki.ros.org/console_bridge;
 LICENSE="BSD"
 SLOT="0"



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

2017-05-06 Thread David Seifert
commit: a1611aed3690e58beffb5162ca5f494ab02ada1b
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:27 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1611aed

dev-libs/cvector: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/cvector/cvector-1.0.3-r1.ebuild | 4 ++--
 dev-libs/cvector/cvector-1.0.3.1.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/cvector/cvector-1.0.3-r1.ebuild 
b/dev-libs/cvector/cvector-1.0.3-r1.ebuild
index cee9702bb65..dd0a12b28ef 100644
--- a/dev-libs/cvector/cvector-1.0.3-r1.ebuild
+++ b/dev-libs/cvector/cvector-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit base eutils toolchain-funcs versionator
@@ -6,7 +6,7 @@ inherit base eutils toolchain-funcs versionator
 MY_PN=CVector
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude 
approximation to the C++ vector class"
+DESCRIPTION="An ANSI C implementation of dynamic arrays (Approximation of C++ 
vectors)"
 HOMEPAGE="http://cvector.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz"
 

diff --git a/dev-libs/cvector/cvector-1.0.3.1.ebuild 
b/dev-libs/cvector/cvector-1.0.3.1.ebuild
index a172bfb7b16..8ed823a39a9 100644
--- a/dev-libs/cvector/cvector-1.0.3.1.ebuild
+++ b/dev-libs/cvector/cvector-1.0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit base eutils toolchain-funcs versionator
 MY_PN=CVector
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude 
approximation to the C++ vector class"
+DESCRIPTION="An ANSI C implementation of dynamic arrays (approximation of C++ 
vectors)"
 HOMEPAGE="http://cvector.sourceforge.net/;
 
SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_PN}-$(get_version_component_range
 1-3)/${MY_P}.tar.gz"
 



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

2017-05-06 Thread David Seifert
commit: 6d754542436f6a7cf1adb0a253fd52cbc32daa5c
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:18:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d754542

dev-libs/gmp: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 ++--
 dev-libs/gmp/gmp-6.0.0a.ebuild   | 4 ++--
 dev-libs/gmp/gmp-6.1.0.ebuild| 4 ++--
 dev-libs/gmp/gmp-6.1.1.ebuild| 4 ++--
 dev-libs/gmp/gmp-6.1.2.ebuild| 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
index 23d12bbf441..cc456682bf9 100644
--- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild
+++ b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # this ebuild is only for the libgmp.so.3 ABI SONAME
@@ -7,7 +7,7 @@ EAPI="5"
 
 inherit eutils libtool toolchain-funcs multilib-minimal
 
-DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational 
numbers, and floating-point numbers"
+DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
 HOMEPAGE="http://gmplib.org/;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 

diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild
index c7eae0d87d1..fc249da8660 100644
--- a/dev-libs/gmp/gmp-6.0.0a.ebuild
+++ b/dev-libs/gmp/gmp-6.0.0a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -8,7 +8,7 @@ inherit eutils libtool toolchain-funcs multilib-minimal
 MY_PV=${PV/_p*}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
-DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational 
numbers, and floating-point numbers"
+DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
 HOMEPAGE="http://gmplib.org/;
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz

diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild
index db33281a0b0..264cb648b1d 100644
--- a/dev-libs/gmp/gmp-6.1.0.ebuild
+++ b/dev-libs/gmp/gmp-6.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,7 +9,7 @@ MY_PV=${PV/_p*}
 MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
-DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational 
numbers, and floating-point numbers"
+DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
 HOMEPAGE="http://gmplib.org/;
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
mirror://gnu/${PN}/${MY_P}.tar.xz

diff --git a/dev-libs/gmp/gmp-6.1.1.ebuild b/dev-libs/gmp/gmp-6.1.1.ebuild
index 3096454b0d3..f84f858f442 100644
--- a/dev-libs/gmp/gmp-6.1.1.ebuild
+++ b/dev-libs/gmp/gmp-6.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,7 +9,7 @@ MY_PV=${PV/_p*}
 MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
-DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational 
numbers, and floating-point numbers"
+DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
 HOMEPAGE="http://gmplib.org/;
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
mirror://gnu/${PN}/${MY_P}.tar.xz

diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild
index 8fb7befaeca..dcc43be8f6c 100644
--- a/dev-libs/gmp/gmp-6.1.2.ebuild
+++ b/dev-libs/gmp/gmp-6.1.2.ebuild
@@ -9,7 +9,7 @@ MY_PV=${PV/_p*}
 MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
-DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational 
numbers, and floating-point numbers"
+DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
 HOMEPAGE="http://gmplib.org/;
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
mirror://gnu/${PN}/${MY_P}.tar.xz



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

2017-05-06 Thread Andreas Sturmlechner
commit: 2c0323a848be9d2f619846892e7555d4c0e81475
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 22:15:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 22:15:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0323a8

kde-misc/kio-locate: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-misc/kio-locate/kio-locate-0.5.3.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild 
b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild
deleted file mode 100644
index 7d650aab7ec..000
--- a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="cs de el fr"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Locate KIO slave for KDE"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/kio-locate?content=120965;
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/120965-${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DOCS=( AUTHORS ChangeLog )
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
-
-RDEPEND="${RDEPEND}
-   sys-apps/mlocate
-"



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

2017-05-06 Thread Patrice Clement
commit: 21797678c5cc7ef415256b2abf9b1930caa216b2
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat May  6 21:55:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May  6 21:55:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21797678

net-misc/spiped: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/spiped/Manifest|  1 +
 net-misc/spiped/spiped-1.6.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/net-misc/spiped/Manifest b/net-misc/spiped/Manifest
index cee6d4cfcbc..21b1c64b687 100644
--- a/net-misc/spiped/Manifest
+++ b/net-misc/spiped/Manifest
@@ -1 +1,2 @@
 DIST spiped-1.5.0.tgz 68813 SHA256 
b2f74b34fb62fd37d6e2bfc969a209c039b88847e853a49e91768dec625facd7 SHA512 
55e9f18fc82415d28f44af538c6dd8c222798f6ac719a9ad43772357c0f05f281a883cf1189552deeb4b646abe3d060089d66b5f2ba66b5a2a82627dc62513cc
 WHIRLPOOL 
be07cfd67a21dfafc37a1d514193c3f45f9f9cb41a3009d50ad564f39fdde1342d2b716baca2b67040b0a75a9b3d469f372c6cc861c3376117d31d7ec4e4b0b3
+DIST spiped-1.6.0.tgz 94431 SHA256 
e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4 SHA512 
9bca8e7da31b86f956a653279f9346d8270a7e28a07d30b4a7104b21fbfbd1a81410e6a7dc0827127331a8f10226d5b8d2ddaacb94c9f76ecc6d15d728ead27a
 WHIRLPOOL 
7fa1b30ba031b8214ae8fa64ac0d7b4586a9551869f76b16cc5b0d9b043abb79a12905802c34d87ef519183e940735cfdf8e8b7d2ed1bab144d013b2aa28aae9

diff --git a/net-misc/spiped/spiped-1.6.0.ebuild 
b/net-misc/spiped/spiped-1.6.0.ebuild
new file mode 100644
index 000..ed4c445cb51
--- /dev/null
+++ b/net-misc/spiped/spiped-1.6.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="secure pipe daemon"
+HOMEPAGE="http://www.tarsnap.com/spiped.html;
+SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+MY_PN="${PN/d/}"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+
+# Blocker added due to #548126
+RDEPEND="
+   ${DEPEND}
+   !net-mail/qlogtools"
+
+src_install() {
+   dobin "${MY_PN}/${MY_PN}"
+   dosbin "${PN}/${PN}"
+
+   doman "${MY_PN}/${MY_PN}.1" "${PN}/${PN}.1"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+
+   dodir "etc/${PN}"
+}
+
+pkg_postinst() {
+   elog
+   elog "You will need to configure spiped via its"
+   elog "configuration file located in /etc/conf.d/."
+   elog
+   elog "Please have a look at this file prior to starting up spiped!"
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-05-06 Thread Patrice Clement
commit: 4de7537003e1c84bf6279d33b32b1f143b8e0836
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat May  6 21:36:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May  6 21:36:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de75370

app-vim/ferret: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-1.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 02d820086a1..2a46db615d3 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1 +1,2 @@
 DIST ferret-1.4.zip 38210 SHA256 
aac505465ba66f0e85b500b6585d2b2454b91ab662abfaeb4beecbef510e61a8 SHA512 
e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b
 WHIRLPOOL 
a3c92c952b864b3f620c5075624e18c1a1ae95e58e70c83a9233a4f0612333c01f78b11dabd7feba83fb2e7a1e8b469873c2b2314a35d2dd7ba8abc9264443fc
+DIST ferret-1.5.zip 41822 SHA256 
b22c317ceae3f604a91c83c968f7471aebd0fd981e012e4459b066dce7a09adc SHA512 
50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a
 WHIRLPOOL 
56c983a37299c33702b372683db641a9405ea9852a9cd5a052ee9960c6875ab5217b014dc9e0a93987be44516b02750dc680eb88ff539ab02933985d5b0e8d78

diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild
new file mode 100644
index 000..0245283fabe
--- /dev/null
+++ b/app-vim/ferret/ferret-1.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: enhanced multi-file search"
+HOMEPAGE="https://github.com/wincent/ferret;
+SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   rm -rvf test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



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

2017-05-06 Thread Andreas Sturmlechner
commit: 64e49bf02c10178003bd87bd27ad303bd3e118da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 23:52:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 21:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e49bf0

media-libs/qimageblitz: Add Qt5-based snapshot

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/qimageblitz/Manifest|  1 +
 .../files/qimageblitz-0.0.6_p20131029-gcc.patch| 16 
 .../qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 43 ++
 3 files changed, 60 insertions(+)

diff --git a/media-libs/qimageblitz/Manifest b/media-libs/qimageblitz/Manifest
index c4e3a063d5b..8b2de06d2e2 100644
--- a/media-libs/qimageblitz/Manifest
+++ b/media-libs/qimageblitz/Manifest
@@ -1 +1,2 @@
 DIST qimageblitz-0.0.6.tar.bz2 57617 SHA256 
9f102269dec50641440e23a449df215a0db9efef9a3969939d618c5e78a5010f SHA512 
dbd506c01622824efdec69640eb95e737d7848fa15d33351084a6499ca2321d7bc08e080d1e443f8ab9015cd2967c10d9b5aa2f3c6eaa7558153821c46133af9
 WHIRLPOOL 
e13f5c11e2094296af558de4e9054d3c5a162be5e40a0418c5a505e222fe749c8dac319defc25bc2a2b6a5238e5d1fefb966fd64198d43b6b8af99d608362b45
+DIST qimageblitz-0.0.6_p20131029.tar.xz 43428 SHA256 
256e7b4d7cfb6f061c6957ebdc6066e3a7fbf1d62b9ced35dc9c5467e5551622 SHA512 
2a32105aed52ea33fbd46702a2b7cdd9671efef9bb52209ede534abc95ac40dd9ae2bd22cf09b30a309337653c4a754c50ef3fe4ad0aad7d4ffd0b5994a85981
 WHIRLPOOL 
fd1593c7f77a334be4189bc6c3bdf365dd54363023318f3e25b0dd1aa53231b8d915582352ca29da35dd8a0d30958d120dd67cd4aaf2c81af79eb0e8388776cd

diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch 
b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch
new file mode 100644
index 000..922a2629835
--- /dev/null
+++ b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch
@@ -0,0 +1,16 @@
+--- a/blitz/CMakeLists.txt
 b/blitz/CMakeLists.txt
+@@ -31,12 +31,8 @@
+ 
+ if(HAVE_MMX)
+ if(NOT APPLE AND NOT WIN32)
++enable_language(ASM)
+ set( blitz_LIB_SRCS ${blitz_LIB_SRCS} asm_scale.S )
+-add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o
+-COMMAND ${CMAKE_C_COMPILER} -c 
${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S
+-DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S )
+-set( blitz_LIB_EXTRA_SRCS ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o )
+-set(HAVE_EXTERNAL_ASM TRUE)
+ endif(NOT APPLE AND NOT WIN32)
+ endif(HAVE_MMX)
+ configure_file (config-processor.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-processor.h )

diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild 
b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
new file mode 100644
index 000..edeaa2ce759
--- /dev/null
+++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Graphical effect and filter library by KDE"
+HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/;
+SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+SLOT="0"
+IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse 
cpu_flags_x86_sse2 debug qt5"
+
+DEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   !qt5? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-gcc.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT4_BUILD=$(usex !qt5)
+   -DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow)
+   -DHAVE_MMX=$(usex cpu_flags_x86_mmx)
+   -DHAVE_SSE=$(usex cpu_flags_x86_sse)
+   -DHAVE_SSE2=$(usex cpu_flags_x86_sse2)
+   )
+   use ppc && mycmakeargs+=( -DHAVE_ALTIVEC=$(usex altivec) )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/kamerka/, kde-misc/basket/, kde-misc/krecipes/, kde-apps/kopete/

2017-05-06 Thread Andreas Sturmlechner
commit: 7d5ee7bf012d2ac8e2132988e90437faf9896894
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 00:12:29 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 21:21:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5ee7bf

media-libs/qimageblitz: Fix reverse usedeps after adding USE=qt5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kopete/kopete-16.12.3-r1.ebuild | 2 +-
 kde-apps/kopete/kopete-17.04.0-r1.ebuild | 2 +-
 kde-misc/basket/basket-1.81.ebuild   | 4 ++--
 kde-misc/krecipes/krecipes-2.0.0.ebuild  | 4 ++--
 media-video/kamerka/kamerka-0.12.ebuild  | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/kde-apps/kopete/kopete-16.12.3-r1.ebuild 
b/kde-apps/kopete/kopete-16.12.3-r1.ebuild
index ccae14602ce..6f4f0968881 100644
--- a/kde-apps/kopete/kopete-16.12.3-r1.ebuild
+++ b/kde-apps/kopete/kopete-16.12.3-r1.ebuild
@@ -69,7 +69,7 @@ COMMONDEPEND="
>=dev-qt/qtgui-4.4.0:4[mng]
kde-frameworks/kdelibs:4[zeroconf?]
media-libs/phonon[qt4]
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
!aqua? (
x11-libs/libX11
x11-libs/libXScrnSaver

diff --git a/kde-apps/kopete/kopete-17.04.0-r1.ebuild 
b/kde-apps/kopete/kopete-17.04.0-r1.ebuild
index 2a6b3f1f6d8..620e848824e 100644
--- a/kde-apps/kopete/kopete-17.04.0-r1.ebuild
+++ b/kde-apps/kopete/kopete-17.04.0-r1.ebuild
@@ -69,7 +69,7 @@ COMMONDEPEND="
>=dev-qt/qtgui-4.4.0:4[mng]
kde-frameworks/kdelibs:4[zeroconf?]
media-libs/phonon[qt4]
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
!aqua? (
x11-libs/libX11
x11-libs/libXScrnSaver

diff --git a/kde-misc/basket/basket-1.81.ebuild 
b/kde-misc/basket/basket-1.81.ebuild
index 7b9bb0eb87a..3488cc7f02e 100644
--- a/kde-misc/basket/basket-1.81.ebuild
+++ b/kde-misc/basket/basket-1.81.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE="debug crypt"
 
 DEPEND="
$(add_kdeapps_dep kdepimlibs)
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
x11-libs/libX11
crypt? ( >=app-crypt/gpgme-1.0 )
 "

diff --git a/kde-misc/krecipes/krecipes-2.0.0.ebuild 
b/kde-misc/krecipes/krecipes-2.0.0.ebuild
index 02680a32752..645a7eb0b39 100644
--- a/kde-misc/krecipes/krecipes-2.0.0.ebuild
+++ b/kde-misc/krecipes/krecipes-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ DEPEND="
dev-db/sqlite:3
dev-libs/libxml2
dev-libs/libxslt
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
 "
 RDEPEND="${DEPEND}"
 

diff --git a/media-video/kamerka/kamerka-0.12.ebuild 
b/media-video/kamerka/kamerka-0.12.ebuild
index cb823cb050d..28948438759 100644
--- a/media-video/kamerka/kamerka-0.12.ebuild
+++ b/media-video/kamerka/kamerka-0.12.ebuild
@@ -19,6 +19,6 @@ IUSE=""
 RDEPEND="
media-libs/libv4l
media-libs/phonon[qt4]
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-locate/, kde-misc/kio-locate/files/

2017-05-06 Thread Andreas Sturmlechner
commit: f0cb8120801a7c7e878078da42202a636107e39c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 17:54:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 21:29:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cb8120

kde-misc/kio-locate: Add KF5-based snapshot

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/kio-locate-0.5.3-kf5port.patch   | 102 +
 kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild |  34 +++
 kde-misc/kio-locate/metadata.xml   |   8 +-
 3 files changed, 140 insertions(+), 4 deletions(-)

diff --git a/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch 
b/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch
new file mode 100644
index 000..986e8c6b0ee
--- /dev/null
+++ b/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch
@@ -0,0 +1,102 @@
+diff -Naur a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2010-03-07 02:38:40.0 +0800
 b/CMakeLists.txt   2015-10-19 19:28:48.185748034 +0800
+@@ -1,31 +1,38 @@
+ set(KDE_MIN_VERSION "4.4.0")
+-find_package(KDE4 4.4.0 REQUIRED)
+-include (KDE4Defaults)
++
++find_package(ECM 0.0.11 REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings)
++include(FeatureSummary)
++
++find_package(Qt5 REQUIRED COMPONENTS Widgets)
++find_package(KF5 REQUIRED COMPONENTS KDELibs4Support) #CoreAddons Solid
+ 
+ add_definitions(-DKDE_DEFAULT_DEBUG_AREA=7199)
+ 
+-include_directories( ${KDE4_INCLUDES} )
+-include_directories( ${KDE4_KIO_INCLUDES} )
+ 
+-macro_optional_add_subdirectory(doc)
+-macro_optional_add_subdirectory(po)
++add_subdirectory(doc)
++add_subdirectory(po)
+ 
+ set(kio_locate_PART_SRCS
+pattern.cpp
+kio_locate.cpp
+locater.cpp)
+ 
+-kde4_add_ui_files(kio_locate_PART_SRCS
++qt5_wrap_ui(kio_locate_PART_SRCS
+klocateconfigfilterwidget.ui
+klocateconfiglocatewidget.ui
+klocateconfigwidget.ui)
+ 
+-kde4_add_kcfg_files(kio_locate_PART_SRCS klocateconfig.kcfgc)
++kconfig_add_kcfg_files(kio_locate_PART_SRCS klocateconfig.kcfgc)
+ 
+-kde4_add_plugin(kio_locate ${kio_locate_PART_SRCS} ${kio_locate_PART_RCCS})
++add_library(kio_locate MODULE ${kio_locate_PART_SRCS} ${kio_locate_PART_RCCS})
+ 
+ 
+-target_link_libraries(kio_locate ${KDE4_KDE3SUPPORT_LIBS})
++target_link_libraries(kio_locate KF5::KDELibs4Support KF5::KIOCore)
+ 
+ install(TARGETS kio_locate DESTINATION ${PLUGIN_INSTALL_DIR} )
+ 
+diff -Naur a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+--- a/doc/CMakeLists.txt   2010-03-12 01:49:04.0 +0800
 b/doc/CMakeLists.txt   2015-10-19 18:47:14.081029481 +0800
+@@ -1 +1 @@
+-macro_optional_add_subdirectory(en)
++add_subdirectory(en)
+diff -Naur a/kio_locate.cpp b/kio_locate.cpp
+--- a/kio_locate.cpp   2010-03-20 17:05:46.0 +0800
 b/kio_locate.cpp   2015-10-19 18:49:56.251128472 +0800
+@@ -290,7 +290,7 @@
+ void LocateProtocol::setUrl(const KUrl& url)
+ {
+ if (url.protocol() != "locater") {
+-QString pattern = KUrl::decode_string(url.url());
++QString pattern = url.toString();
+ pattern = pattern.mid(url.protocol().length() + 1);
+ 
+ KUrl newUrl;
+@@ -371,7 +371,7 @@
+ /// \todo Is UDS_NAME used for anything in stat? If so we should
+ /// at least strip of the protocol part.
+ UDSEntry entry;
+-entry.insert(KIO::UDSEntry::UDS_NAME, url.decode_string(url.url()));
++entry.insert(KIO::UDSEntry::UDS_NAME, url.toString());
+ entry.insert(KIO::UDSEntry::UDS_FILE_TYPE, isDir ? S_IFDIR : S_IFREG);
+ statEntry(entry);
+ finished();
+@@ -767,7 +767,7 @@
+ 
+ KConfigDialog *dialog = new KConfigDialog(0, "settings", 
KLocateConfig::self());
+ dialog->setFaceType(KPageDialog::List);
+-dialog->setCaption(i18n("Configure - kio-locate"));
++dialog->setWindowTitle(i18n("Configure - kio-locate"));
+ dialog->setWindowIcon(SmallIcon("edit-find"));
+ 
+ Ui::KLocateConfigWidget w1;
+diff -Naur a/kio_locate.h b/kio_locate.h
+--- a/kio_locate.h 2010-03-20 17:05:46.0 +0800
 b/kio_locate.h 2015-10-19 18:51:19.908758859 +0800
+@@ -62,6 +62,10 @@
+ #include "locater.h"
+ #include "pattern.h"
+ 
++#include 
++#include 
++#define KDE_EXPORT   __attribute__ ((visibility("default")))
++
+ class QByteArray;
+ class KUrl;
+ 

diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild 
b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild
new file mode 100644
index 000..3cceefcf0ab
--- /dev/null
+++ b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Locate KIO slave"

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

2017-05-06 Thread Andreas Sturmlechner
commit: 5bd3a116d3ea7d8388b1e6dfdbbacc672ba2e4b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 10 00:20:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 21:29:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd3a116

kde-misc/kdiff3: Add 0.9.98_p20170219 KF5-based snapshot

Snapshot from git://anongit.kde.org/scratch/thomasfischer/kdiff3
+refs/heads/kf5

Gentoo-bug: 579678

Package-Manager: portage-2.3.0

 kde-misc/kdiff3/Manifest   |  1 +
 kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/kde-misc/kdiff3/Manifest b/kde-misc/kdiff3/Manifest
index a06addf167e..16f3d816b47 100644
--- a/kde-misc/kdiff3/Manifest
+++ b/kde-misc/kdiff3/Manifest
@@ -1,2 +1,3 @@
 DIST kdiff3-0.9.97.tar.gz 1803769 SHA256 
e3b716bb449c814d8c30817ec1ca23fba0ed9eee5a635e766c1f2b90ddb75a2a SHA512 
8f4e89e594894a3fbfaa2e5c9cc345ab16e6787c4efc4324fffe55fbe45b94c2ff10ba411279d2b433a0a5fa752653f7b3e663577cc0d658dfc4d5b797a22fab
 WHIRLPOOL 
190590f3c4290afee73672a77ec4f16a923d156f097bcbb4dce1893f57b1199d1f7ed19166a8173292a7bedda5e54f792474f169a50ed8eb47a92b24f7b1c57c
 DIST kdiff3-0.9.98.tar.gz 1762715 SHA256 
802c1ababa02b403a5dca15955c01592997116a24909745016931537210fd668 SHA512 
867f0b1d5beb421f1bf84e6044d8d9279d434900faa1962fd5417653ef6b1cc71a8f5dd6c29cd4826a1c70a6075786faeaee780548521ce2ce221d83229b52e6
 WHIRLPOOL 
4099488985182d36fc4ecf532914c1439273036e38b66f7584282b6b232c3c4a738ecab35dd8b1a30b9a368cf6a6f9aeebea38e921063b55ac3972f46e118c98
+DIST kdiff3-0.9.98_p20170219.tar.xz 798588 SHA256 
ed764a5380818424b629e6474eb24e7c4dd2d8af3b443caeb15761908918e97e SHA512 
847410bb6eb9ba19f4dab2d2a8c46c78a6c3c90a578df22bedad8d471902c8bf393c91d77050b68ad0f4e4a4cc1f7898ef11b66c1ddcb34e182506a43932df64
 WHIRLPOOL 
1916fe160b98659dac3b9e9962aba3fdfe9f46a602c3eaa56be59bda9caac572ad612fbac4106b07f6bdb288a4b2ba95e0d53e48431d63beb6bbcd2fb5358472

diff --git a/kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild 
b/kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild
new file mode 100644
index 000..eb5269e1c4f
--- /dev/null
+++ b/kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Frontend to diff3 based on Qt/KF5"
+HOMEPAGE="http://kdiff3.sourceforge.net/;
+SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+   !kde-misc/kdiff3:4
+   sys-apps/diffutils
+"



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

2017-05-06 Thread Andreas Sturmlechner
commit: 7f7568fe27ce5d372fc9a5c9c82ba1619fd87114
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 00:56:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 21:25:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7568fe

media-video/kamerka: Add KF5-based snapshot

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/kamerka/Manifest  |  1 +
 media-video/kamerka/kamerka-0.12_p20161002.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/media-video/kamerka/Manifest b/media-video/kamerka/Manifest
index 9c3e5b98bbf..9e6e13fdce5 100644
--- a/media-video/kamerka/Manifest
+++ b/media-video/kamerka/Manifest
@@ -1 +1,2 @@
 DIST kamerka-0.12.tar.gz 139127 SHA256 
8390a98476b34b658a0b5d4a26875ec3a76aeece64782b2dde2e32175d8a88d6 SHA512 
cbf980ac512888696885900079e21f02f27ca922c59c3092d1afe4cfa2ad5b50997b371732c5444aeef68f324b42edd71187ae8bff02967a7d759f14a2022a61
 WHIRLPOOL 
3d3d84a92d598b06f4fcc30cbfa456fb4a1f1e2587a800d784c03669ee24910e5490a8f5c558c0de1a820ca45eff8fcd4930141cb3b43fb240e67d17ee9645f9
+DIST kamerka-0.12_p20161002.tar.gz 139348 SHA256 
3e6f54f97dca81c8be07f87088964dc20e605e127bef314dd18df54f89901a20 SHA512 
e0bdf3ff5ea8b928f1865f6de25e36b57b83d4f135eb605cb02bf2647d50230f20c9db94998332afff478aa2363639ec1a8d6dc44351ed3fc33732a24ff61f9b
 WHIRLPOOL 
0d110f3903d173e18907b0b98a93fc8d7979d6cbc5c5420a650d14fa20b648ee4af498831e2430ebbdb4d1f79e25de2463dc127c06b23ffb05cffadd326edf26

diff --git a/media-video/kamerka/kamerka-0.12_p20161002.ebuild 
b/media-video/kamerka/kamerka-0.12_p20161002.ebuild
new file mode 100644
index 000..45b0791c428
--- /dev/null
+++ b/media-video/kamerka/kamerka-0.12_p20161002.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT="a201df47a0849a09a20617fedfee26a407dc847c"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Simple photo taking application with fancy animated interface"
+HOMEPAGE="http://dos1.github.io/kamerka/ https://github.com/dos1/kamerka;
+SRC_URI="https://github.com/dos1/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtwidgets)
+   media-libs/libv4l
+   media-libs/phonon[qt5]
+   media-libs/qimageblitz[qt5]
+"
+RDEPEND="${DEPEND}"



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

2017-05-06 Thread Aric Belsito
commit: 884019231709190a93d3e00b8e658da422fe5ae0
Author: Aric Belsito  gmail  com>
AuthorDate: Sat May  6 21:30:57 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat May  6 21:31:39 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=88401923

Merge remote-tracking branch 'github/pr/47'

 sys-libs/compiler-rt-sanitizers/Manifest   |   5 +
 .../compiler-rt-sanitizers-4.0.0.ebuild| 131 
 ...compiler-rt-sanitizers-4.0.0-musl-patches.patch | 344 +
 .../{slang => compiler-rt-sanitizers}/metadata.xml |   3 +-
 4 files changed, 481 insertions(+), 2 deletions(-)

diff --cc sys-libs/compiler-rt-sanitizers/Manifest
index 000,fbdbf94..da4d48b
mode 00,100644..100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@@ -1,0 -1,25 +1,5 @@@
 --BEGIN PGP SIGNED MESSAGE-
 -Hash: SHA256
 -
+ AUX compiler-rt-sanitizers-4.0.0-musl-patches.patch 13666 SHA256 
2c9db57b5cc466e898532e3ba2baee080e3997517b3fd96d9ab4c0350a28fda1 SHA512 
9f2aec9e55f274267ffc1c5fc4fc3fdd9c5b901582048b7770d06a7b2be81b15ae6bc31d7b81c66b3e341898e586f1db0aaf12f17be696c651c03d5c520ee223
 WHIRLPOOL 
55953017aca6d0ebe167d9eaa4937f2e0fe4b45f7d3c577902c2c7d920752dcf17300fc47192bf2875b83f2ed537c728e46df3f1204fedd61fdca127b62091b8
+ DIST compiler-rt-4.0.0.src.tar.xz 1435104 SHA256 
d3f25b23bef24c305137e6b44f7e81c51bbec764c119e01512a9bd2330be3115 SHA512 
ed52436a2399ca82c1af46a523e89e88c23367f74cd110f0267af49a72aa4912ae8f48c6093e6b01c9ea68c48354a12201d26baf721d254fb017ddb98af2e3dd
 WHIRLPOOL 
ea5d6fbb34809067825306b1158979946c43c8aec458d946f8c853f3c0e0cd72a6c92a8e4ad8d1b35e10f9bd079a73dd26fde368f919937ad413bdfd83ab4018
+ DIST llvm-4.0.0.src.tar.xz 21016340 SHA256 
8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be SHA512 
cf681f0626ef6d568d951cdc3e143471a1d7715a0ba11e52aa273cf5d8d421e1357ef2645cc85879eaefcd577e99e74d07b01566825b3d0461171ef2cbfc7704
 WHIRLPOOL 
9783e8f47306c1deb2e114d4b46a7db9b0260b4965076345c88765413c5fc8e73fab5f88ae4903adbdea31406022948b16d32ae47d98f5def074509d5d794579
+ EBUILD compiler-rt-sanitizers-4.0.0.ebuild 3768 SHA256 
038bdc72960f1fc571340ef966c65a4dd6ac6b4690744c50a72b16fb41c01b04 SHA512 
26ccb79c169d8ac081c7044e03e285999c8542006145625400f4f473329680707f7e8809cf57553e6f53ea245a2c6f946e334510790f45d03fd566c62f2ec942
 WHIRLPOOL 
d1898652fdbc53ae72e92b3f899f2aa87d2fb8a9e89e2a8aae18bed303c66fc84db7aaacd0376a279b04d6309905708c65d0f7f04ed19792922b9aba1ad6a2fe
+ MISC metadata.xml 216 SHA256 
e94ba81dd2791908508a3993afdebf723cc617314c53c273b9bcca15a9c48327 SHA512 
3485598147c953e72e1785693a489a7e7d73d59620b76054db9c0ce95d8bfa0e8ffec29da7f7a9d73a32e5b77eac07ca3306c56a972dc57fd89d477edaebf3d5
 WHIRLPOOL 
29145f5721e079e0548c5ef22424c65e6a5b2bfc4428918e923fcfdfc37e9b8749fb63e3c2eb5773c17fab276f7513dd66e326b906f1848911dceba7ae4b419a
 --BEGIN PGP SIGNATURE-
 -Version: GnuPG v2
 -
 -iQIzBAEBCAAdFiEE6t/5JjgpnbiQKMUluE7NiUruef8FAlkOF/0ACgkQuE7NiUru
 -ef/HuQ/+K1AoGBHa8yRpXfv/Ql4+SGp1ehCU+9TBNRS6jfoZEMaZFF+4JRPzXsVE
 -kZ2xYggoiC8ws9ps/2B+DN3FFQZdCzBeN6fJJk4XtwdMv/05i2AlYKNLShK8rCK0
 -VrSOh1qp55fPVND7SN+F9OYomH2LQtgYjLA3qJM+qoC9MdwsSNvMwKOhoicI0FDP
 -UxoYnjs7A8nmP2ExElfv0XRJkvmr/qZ2OdeASRHvuS1LsNBc87U0DbiitglQVFLy
 -zFwKwigtKVUCqy/toH+gKiSjfLsHBGG3+0y8RtRMYV0ZYq4fT0uHGCr2ecraw2D9
 -i9QdQ4/8ys43tgjscfH+b517/8dlhwOyNRJ6LPO8AzxuGH+mj7rbwYQjm2SIwMMW
 -Ktir8oyo8pmXLD2jUq6PxvfQJYKmo7zA6K2N3H/MSyBnlfKrNVmCxspgIsUZi4z5
 -42ZvNL4M/np4D9bgvGvnd/rxQYMCY14PCB0kBRGp+9unVIxKizHHXmPUhAFPGFPv
 -+0KwxEFt81pOrW8WSgVZxIWzSGdhdsvGdZuXB3+Qi7d1DjeAW+J68m9Z22ayfOzl
 -HLWyGvLwzaLJq7dsVrWP/JACKtFiirx3cN+BgMnEcuOyaZPKTtRwxDwoYsrJVAyA
 -0UfVZ/fpDSQY7Q+oytsLM1wHyLZbZ2HQM3j2vmBqegZnE0qXplE=
 -=4lL+
 --END PGP SIGNATURE-



[gentoo-commits] proj/musl:master commit in: sys-libs/compiler-rt-sanitizers/files/, sys-libs/compiler-rt-sanitizers/

2017-05-06 Thread Aric Belsito
commit: 0f15bd25eb23bb57e02245731be071fbc05643b6
Author: Matthias Maier  43-1  org>
AuthorDate: Sat May  6 18:37:59 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat May  6 18:38:32 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0f15bd25

sys-libs/compiler-rt-sanitizers: initial commit

 - take over sys-libs/compiler-rt-sanitizers::gentoo
 - apply modified musl patchset

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Manifest-Sign-Key: B5A4E06FBD3A97A3

 sys-libs/compiler-rt-sanitizers/Manifest   |  25 ++
 .../compiler-rt-sanitizers-4.0.0.ebuild| 131 
 ...compiler-rt-sanitizers-4.0.0-musl-patches.patch | 344 +
 sys-libs/compiler-rt-sanitizers/metadata.xml   |   7 +
 4 files changed, 507 insertions(+)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
new file mode 100644
index 000..fbdbf94
--- /dev/null
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -0,0 +1,25 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+AUX compiler-rt-sanitizers-4.0.0-musl-patches.patch 13666 SHA256 
2c9db57b5cc466e898532e3ba2baee080e3997517b3fd96d9ab4c0350a28fda1 SHA512 
9f2aec9e55f274267ffc1c5fc4fc3fdd9c5b901582048b7770d06a7b2be81b15ae6bc31d7b81c66b3e341898e586f1db0aaf12f17be696c651c03d5c520ee223
 WHIRLPOOL 
55953017aca6d0ebe167d9eaa4937f2e0fe4b45f7d3c577902c2c7d920752dcf17300fc47192bf2875b83f2ed537c728e46df3f1204fedd61fdca127b62091b8
+DIST compiler-rt-4.0.0.src.tar.xz 1435104 SHA256 
d3f25b23bef24c305137e6b44f7e81c51bbec764c119e01512a9bd2330be3115 SHA512 
ed52436a2399ca82c1af46a523e89e88c23367f74cd110f0267af49a72aa4912ae8f48c6093e6b01c9ea68c48354a12201d26baf721d254fb017ddb98af2e3dd
 WHIRLPOOL 
ea5d6fbb34809067825306b1158979946c43c8aec458d946f8c853f3c0e0cd72a6c92a8e4ad8d1b35e10f9bd079a73dd26fde368f919937ad413bdfd83ab4018
+DIST llvm-4.0.0.src.tar.xz 21016340 SHA256 
8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be SHA512 
cf681f0626ef6d568d951cdc3e143471a1d7715a0ba11e52aa273cf5d8d421e1357ef2645cc85879eaefcd577e99e74d07b01566825b3d0461171ef2cbfc7704
 WHIRLPOOL 
9783e8f47306c1deb2e114d4b46a7db9b0260b4965076345c88765413c5fc8e73fab5f88ae4903adbdea31406022948b16d32ae47d98f5def074509d5d794579
+EBUILD compiler-rt-sanitizers-4.0.0.ebuild 3768 SHA256 
038bdc72960f1fc571340ef966c65a4dd6ac6b4690744c50a72b16fb41c01b04 SHA512 
26ccb79c169d8ac081c7044e03e285999c8542006145625400f4f473329680707f7e8809cf57553e6f53ea245a2c6f946e334510790f45d03fd566c62f2ec942
 WHIRLPOOL 
d1898652fdbc53ae72e92b3f899f2aa87d2fb8a9e89e2a8aae18bed303c66fc84db7aaacd0376a279b04d6309905708c65d0f7f04ed19792922b9aba1ad6a2fe
+MISC metadata.xml 216 SHA256 
e94ba81dd2791908508a3993afdebf723cc617314c53c273b9bcca15a9c48327 SHA512 
3485598147c953e72e1785693a489a7e7d73d59620b76054db9c0ce95d8bfa0e8ffec29da7f7a9d73a32e5b77eac07ca3306c56a972dc57fd89d477edaebf3d5
 WHIRLPOOL 
29145f5721e079e0548c5ef22424c65e6a5b2bfc4428918e923fcfdfc37e9b8749fb63e3c2eb5773c17fab276f7513dd66e326b906f1848911dceba7ae4b419a
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIzBAEBCAAdFiEE6t/5JjgpnbiQKMUluE7NiUruef8FAlkOF/0ACgkQuE7NiUru
+ef/HuQ/+K1AoGBHa8yRpXfv/Ql4+SGp1ehCU+9TBNRS6jfoZEMaZFF+4JRPzXsVE
+kZ2xYggoiC8ws9ps/2B+DN3FFQZdCzBeN6fJJk4XtwdMv/05i2AlYKNLShK8rCK0
+VrSOh1qp55fPVND7SN+F9OYomH2LQtgYjLA3qJM+qoC9MdwsSNvMwKOhoicI0FDP
+UxoYnjs7A8nmP2ExElfv0XRJkvmr/qZ2OdeASRHvuS1LsNBc87U0DbiitglQVFLy
+zFwKwigtKVUCqy/toH+gKiSjfLsHBGG3+0y8RtRMYV0ZYq4fT0uHGCr2ecraw2D9
+i9QdQ4/8ys43tgjscfH+b517/8dlhwOyNRJ6LPO8AzxuGH+mj7rbwYQjm2SIwMMW
+Ktir8oyo8pmXLD2jUq6PxvfQJYKmo7zA6K2N3H/MSyBnlfKrNVmCxspgIsUZi4z5
+42ZvNL4M/np4D9bgvGvnd/rxQYMCY14PCB0kBRGp+9unVIxKizHHXmPUhAFPGFPv
++0KwxEFt81pOrW8WSgVZxIWzSGdhdsvGdZuXB3+Qi7d1DjeAW+J68m9Z22ayfOzl
+HLWyGvLwzaLJq7dsVrWP/JACKtFiirx3cN+BgMnEcuOyaZPKTtRwxDwoYsrJVAyA
+0UfVZ/fpDSQY7Q+oytsLM1wHyLZbZ2HQM3j2vmBqegZnE0qXplE=
+=4lL+
+-END PGP SIGNATURE-

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild
new file mode 100644
index 000..4057b35
--- /dev/null
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+# (needed due to CMAKE_BUILD_TYPE != Gentoo)
+CMAKE_MIN_VERSION=3.7.0-r1
+PYTHON_COMPAT=( python2_7 )
+
+inherit check-reqs cmake-utils flag-o-matic llvm python-any-r1 versionator
+
+DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
+HOMEPAGE="http://llvm.org/;
+SRC_URI="http://releases.llvm.org/${PV/_//}/compiler-rt-${PV/_/}.src.tar.xz
+   test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
+
+LICENSE="|| ( UoI-NCSA MIT )"
+SLOT="${PV%_*}"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+LLVM_SLOT=${SLOT%%.*}
+RDEPEND="!=sys-libs/compiler-rt-sanitizers-${SLOT}*:0"
+# 

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

2017-05-06 Thread Aric Belsito
commit: c70ee316a8dd27e3d9b02133d61c4e702ec824d7
Author: Aric Belsito  gmail  com>
AuthorDate: Sat May  6 21:29:48 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat May  6 21:29:48 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c70ee316

Merge remote-tracking branch 'github/pr/48'

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] proj/musl:master commit in: eclass/

2017-05-06 Thread Aric Belsito
commit: 0144c5895bbf7a204f0077904a388b8e78931054
Author: Matthias Maier  43-1  org>
AuthorDate: Sat May  6 18:41:28 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat May  6 18:41:28 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0144c589

toolchain.eclass: enable pie and ssp for gcc >= 6 for #615370

Take over upstream commit

  commit 4000cdde4281ffef9b61da83f16a30547131259a
  Author: William Hubbs  gentoo.org>
  Date:   Sat May 6 10:31:31 2017 -0500

toolchain.eclass: enable pie and ssp for gcc >= 6 for #615370

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 191cfad..f42e58e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -153,7 +153,7 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize )
tc_version_is_at_least 4.9 && IUSE+=" cilk +vtv"
tc_version_is_at_least 5.0 && IUSE+=" jit mpx"
-   tc_version_is_at_least 6.0 && IUSE+=" pie ssp +pch"
+   tc_version_is_at_least 6.0 && IUSE+=" +pie +ssp +pch"
 fi
 
 IUSE+=" ${IUSE_DEF[*]/#/+}"



[gentoo-commits] proj/musl:master commit in: app-emulation/qemu/files/, app-emulation/qemu/

2017-05-06 Thread Aric Belsito
commit: 65b200c42b344d8aba791abea0f568b448fadee1
Author: Aric Belsito  gmail  com>
AuthorDate: Sat May  6 21:26:01 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat May  6 21:26:01 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=65b200c4

app-emulation/qemu: version bump to 2.9.0-r53

 app-emulation/qemu/Manifest|  14 +--
 .../qemu/files/qemu-2.8.0-CVE-2017-2615.patch  |  48 -
 .../qemu/files/qemu-2.8.0-CVE-2017-2620.patch  |  56 --
 .../qemu/files/qemu-2.8.0-CVE-2017-2630.patch  |  22 
 .../qemu/files/qemu-2.8.0-CVE-2017-5667.patch  |  37 ---
 .../qemu/files/qemu-2.8.0-CVE-2017-5931.patch  |  46 
 .../qemu/files/qemu-2.8.0-CVE-2017-6058.patch  | 112 
 app-emulation/qemu/qemu-2.8.1-r2.ebuild|   2 +-
 app-emulation/qemu/qemu-2.9.0-r1.ebuild|   1 +
 ...qemu-2.8.0-r10.ebuild => qemu-2.9.0-r53.ebuild} | 117 +++--
 10 files changed, 69 insertions(+), 386 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index e305941..2de0792 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -9,22 +9,16 @@ AUX qemu-2.8.0-CVE-2016-10028.patch 1384 SHA256 
25a9f2b2014bbcbb008683211503716a
 AUX qemu-2.8.0-CVE-2016-10155.patch 1558 SHA256 
53c20d983847a716f3f708c50ffbeb9d44fd8718f39d86556ae44394d1b2a624 SHA512 
4ebfba87927c9f58fe1a0aa05b5850d391698617ce7c3e002d3adfd981ed8c23d35a6863e14f52264576dda31f84dc25421d2f930547f82ccfde126137d91aea
 WHIRLPOOL 
44366afdf52eed47c28a6e9cec1ee7c613b5bac6441cf4f7bf29b30ef6ec7504e72a2d8c873a949e46f1cfd3055a407b673d6151802ab3c957cde8faaed20903
 AUX qemu-2.8.0-CVE-2016-9908.patch 1166 SHA256 
22ef4999a3daf3c46a3c90ca20fb131545d4d0befeff7c3ca870585a3e03b7b7 SHA512 
c46abda3a5b1a68c7c2e5236f8e424f4569a28ba2aea9b8ec32467e55b535492da6e4702d4758a5721f1bf222f7f2554a5e4c9a190781d60c40202a5291dcf49
 WHIRLPOOL 
aa8087350770ecbb60049e3269ddf9d68258657ef6a088b562e344056689e578a390328dde9c5d2b5024e7fa03995b571295a1d64943d9b3882cf0c5f833dbd8
 AUX qemu-2.8.0-CVE-2016-9912.patch 1307 SHA256 
e3eac321492a9ef42d88b04877511255c3731a9bb029d7c6ab2da0aa8f09e2d8 SHA512 
f9ba4f167334d9b934c37fbed21ded8b3d71e5bdbdb1f15f81d4423b0790bfa127637155d5863b563fa974f1421c4ace1f2a4e3e81e3ae3d6045b2083210b103
 WHIRLPOOL 
7aa8dab7b6462f142365d274e6131ca1630c396e36c851cb562c081c4243c58e2ae22cf682e51145af08befcaba395254c765cf56112a6c177e1c9a18ffb5926
-AUX qemu-2.8.0-CVE-2017-2615.patch 1720 SHA256 
33f3f81ff8e5dacfc4f33dd48bd7833843c209f6d2bd5b3102cc5694ad85a593 SHA512 
32063428286a49a12daa481ba87f1b09be6504bf24c5759aacf88ef436312a890dfe44d08457d8b426f86ce7680700d32fb21a255a6db8eb512e612c16770d36
 WHIRLPOOL 
9f1eed6c6c3eeb1e8991d1aa82e12a004c223bdd635ec48e433ca93d054aa3dfb5986fe01e36df157ef20c685e07595eebdf5fe16ed7cf9034e1c9ddf8304dbb
-AUX qemu-2.8.0-CVE-2017-2620.patch 1879 SHA256 
dc898ad08d83b5a904a68513784ec009d4e19373ec9170e58d0695cf733b1bbd SHA512 
4c0cba0b7abf4923f8c4720ffe8aad98cf8a4cddfa9fdf1418a5895f107bd186599f4d8a87290e9459a425e4ac464663a6d500bf016f459cb81dbd7fbc8121cb
 WHIRLPOOL 
8c2cb5c6a8cee9c1d44fe0e03b3f8f56de4f8a8515acdda4458610f543f2e2cf6bac2161b9a8128e3aaf0c65716d5a85a9caf7041fdc05ab7e222c87568a4d68
-AUX qemu-2.8.0-CVE-2017-2630.patch 681 SHA256 
72c675456d02f188b1ccc680fb237900d32d315272d1b3b6c3caad08bc8130e2 SHA512 
1dc5006455a06a83799094afab1ec4f2f3808174530f71d234d165275af3b11160bcf6c041c8e9e3138de7bd6ec4b7810b4532c496c018f0aa71716f2d437faa
 WHIRLPOOL 
27c7835c00f5ad368921ae8c2251cc3eaef3f018242c42517f03102129368f85b99b144f4a3eb53e546352965e6a7f031f7545237e5334ee524059d461d29a8f
 AUX qemu-2.8.0-CVE-2017-5525-1.patch 1625 SHA256 
88e253c306761017d66dca5b72184f89cebf3b617db7bc0e4b27025757a66181 SHA512 
a7f82374ec4e264b065be7ba63c197d93fee230d68819bf68a0a67c84f89182d0cc0a42b9aadf53a8a903d640dacc55392174c7820379e92ad0e35c86c35a2dd
 WHIRLPOOL 
63e192dc0e075139f18aee2d0541c75021852a7d7251321ca8fe7f9b793c72786a6aab878e308931289eab3c07c3cbbc8ad32b67de1193f85b672e16a8372495
 AUX qemu-2.8.0-CVE-2017-5525-2.patch 1664 SHA256 
ab03a1cff62164090133f0dbace9724302e806a808b18d64628d12f0bd9abad6 SHA512 
ac1d89331c3fc4d0ef7af411a12654329057676e9f016cb9a4a46dc9b4e01092c17af33d095f3104e71094ae585a35a8276a98560dd97f8d045e0b9fd2f0069f
 WHIRLPOOL 
20457d7fe5b3842c0c601068dba410586fc4b4c7fce81ba3ee436a6cfec3b1b950797d6ca9a2a573fef21a29421f8c04a34d1dfefe0b7ade03a6ca51d16d99cb
 AUX qemu-2.8.0-CVE-2017-5552.patch 1481 SHA256 
26616f16434b3aff65b1cd1ce82c6abdfbd44da8a047a5a32b1e07755c9a3e1b SHA512 
3c3f5027be3bfe56c1445004bd28536e11f606cc6787fcefad3da267eb3e11b61110c8a4700fd9d6f95ce50f10a2678b2bc6f950297b949b837882a68901d6e5
 WHIRLPOOL 
ca93726b8a0567f68fac634eef1e88c997c1e959cafb33bc6ba8871d9021591bb61be6b3635d3fac111e1e177dbbff939c93580d7f0824e752b378dbc38fbc45
 AUX qemu-2.8.0-CVE-2017-5578.patch 1084 SHA256 
a7639fc84377b23ebc55dbb1c6d8c53bb2e6230be03b2efba78108257058d8b4 SHA512 

[gentoo-commits] proj/musl:master commit in: app-emulation/libvirt/

2017-05-06 Thread Aric Belsito
commit: 09037c757ad9abe17f83df4578f4e2234280aa27
Author: Aric Belsito  gmail  com>
AuthorDate: Sat May  6 21:10:09 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat May  6 21:10:09 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=09037c75

app-emulation/libvirt: version bump to 3.3.0

 app-emulation/libvirt/Manifest  | 6 +++---
 app-emulation/libvirt/libvirt-3.1.0.ebuild  | 4 ++--
 .../libvirt/{libvirt-3.2.0.ebuild => libvirt-3.3.0.ebuild}  | 0
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index da9b590..7ef0655 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -13,7 +13,7 @@ AUX libvirtd.tmpfiles.conf 36 SHA256 
0102a96fc9764c2d49933a89d1661b3999aec53
 AUX virtlockd.init-r1 570 SHA256 
23ddea66fb2d85c17c382daa07abfabe7fa57d62406d2ca5df0c755f5dcc3834 SHA512 
65a05d406200da9a534df5caa1b9cb2af97f0b03f64e6b4157322975fa754f59ae74fff9ec8301a6c0510e4b75e2b72a78cddf004a76109e18c375e83527cee5
 WHIRLPOOL 
7959e426986747165ef074ca52b8049aa4120b0206b7532330346552fe5811a46fa71b58e02fcd37e55b872e099ccc8688fcc3f30b2e2316e01a4220806d49b4
 AUX virtlogd.init-r1 569 SHA256 
1647c11779fd874bdc115234bae0f0f65278084541473d2825aa9864ad49f939 SHA512 
0a3e083e742f9e0d8206ab9a48c63bbd395bdc24e5551e2cbeddffa3fb576a817b73dbafe646c392a35c354d6b65426a9b6f3ce3dcafc30077715e90684968c1
 WHIRLPOOL 
e0fa334c60dac4aa1ff721c3c4e957a688e0a58297cb06249de50dd838c55eee3c1c00fcb4b1c06b74c1fb61c52354889a09bd2793c8623faa120489cac95c3a
 DIST libvirt-3.1.0.tar.xz 13906204 SHA256 
7879029a0fcac4e58dbeec66f0bc1565c4b6667212c8f6251eefb03732a9 SHA512 
e08c82aa3c06b2ea7615b71937fa16e7ae52cb82350bacaefcac1a872471bbbf993e20b4b14f5bb4d7c539be18c42b377df9100b493d3873b5fd5f1f67449e17
 WHIRLPOOL 
7fdb068a95575499115eb542342e2d133c3d877df3190f40f97de4f2f0af67fdc722c3d1bcaeea14306dcf94ff4a013bd5e60736e7866de3ae56e662df7c5dc4
-DIST libvirt-3.2.0.tar.xz 14057340 SHA256 
9481a083b567a07927f239553dd70b5c0d1bff5b9b4ec61be1899981c646209e SHA512 
35a9db3d59a3817d15fd6a586a2a73860b3d8a2d2ff37dbea1b4045fe1514c3535fce2eeba0f09df2d0bb9072ed9f1078ca9bad61a37c586eb019ddad3f898c4
 WHIRLPOOL 
499eb2cbf1367c99c106a747c76087f6ed980cc057cdb10cefe50a8a823a294f67925c98b1baa6ac7e12dcc20c90145b9a0c1e0927772e3b4a046bb4414391a0
-EBUILD libvirt-3.1.0.ebuild 9691 SHA256 
42600b9da66caefe335b8f831d10f74684d77750b43744969d535e09a2c169dd SHA512 
766a50948bd349aea5ddb5c1a94cb87896ffad616470a3896e3b0f87666e45ecaa62ab370410eb2f62861bc33d043877e812fdf2443158caf88553cecc4f4f33
 WHIRLPOOL 
a88d5097b9a7eaf86022d60e5e09a2567e08b7bf821692a32cb63db095b2485fdfbab79fd1af0ba88edc374c1426df67b5783e477429417d6714427f24328396
-EBUILD libvirt-3.2.0.ebuild 9691 SHA256 
42600b9da66caefe335b8f831d10f74684d77750b43744969d535e09a2c169dd SHA512 
766a50948bd349aea5ddb5c1a94cb87896ffad616470a3896e3b0f87666e45ecaa62ab370410eb2f62861bc33d043877e812fdf2443158caf88553cecc4f4f33
 WHIRLPOOL 
a88d5097b9a7eaf86022d60e5e09a2567e08b7bf821692a32cb63db095b2485fdfbab79fd1af0ba88edc374c1426df67b5783e477429417d6714427f24328396
+DIST libvirt-3.3.0.tar.xz 14043384 SHA256 
29e00984174e33cf2183b478382c017de26860452ffee17b73871051264ebb1b SHA512 
69166ddd7d4b9ef3b1bf2466e781139ef9b4d224a64acc7b8e6fca8786d36482138a1fe7b7407c0fca3b3d012cb418d168671a3e65e428f023c16493b7718c2d
 WHIRLPOOL 
1b2688f6b9a89608677070b5ce1fd2b2af115336126d4214071bc1abba25056d54dbbf16d6bdfab7582b252a833d3e53e51175d552d5c936b08973c0eed76643
+EBUILD libvirt-3.1.0.ebuild 9698 SHA256 
d780af830402c04ec0c4afc90df6e69e75ebe14980e5355fa5c554af20cf00bb SHA512 
96722a9af2e32d6cb548a653ffca89c8aa47743c73c77b3ae7e9d72f101ffab953e4dac6c05da6244bfa21d3bb3757ed3fa4194a124c6611eab5e79c9df1982d
 WHIRLPOOL 
c5413a26f9bb715f2afc613d0d4255a8b3d962afc2e76a2c624b56e97dcc33f0fa77d4a8a335bf7ee90054f830f9ef440f4dd7732d22a5ef7b318501fc1158af
+EBUILD libvirt-3.3.0.ebuild 9691 SHA256 
42600b9da66caefe335b8f831d10f74684d77750b43744969d535e09a2c169dd SHA512 
766a50948bd349aea5ddb5c1a94cb87896ffad616470a3896e3b0f87666e45ecaa62ab370410eb2f62861bc33d043877e812fdf2443158caf88553cecc4f4f33
 WHIRLPOOL 
a88d5097b9a7eaf86022d60e5e09a2567e08b7bf821692a32cb63db095b2485fdfbab79fd1af0ba88edc374c1426df67b5783e477429417d6714427f24328396
 MISC metadata.xml 3792 SHA256 
e65f6270492daa835d282890334aac82606ab0a1384f7ca2cf4400755c98833b SHA512 
e03fbd770aa0ce3ef2c687e23925b0d981f4830afe2a27688c4393108291645bd7a3e58c42dac67ef87125c05e5c0a94186445e414dd5f3014af25d24261d672
 WHIRLPOOL 
e633df8d2ba6c2996cc4d3736e317d83dc00ef6aa36d74bdc8a72dde871c4ffb41fc6d1f8e6a4c12c63a3fb92d7545947117223ab66445d6aad44517b245

diff --git a/app-emulation/libvirt/libvirt-3.1.0.ebuild 
b/app-emulation/libvirt/libvirt-3.1.0.ebuild
index ea82bdb..ca90f19 100644
--- a/app-emulation/libvirt/libvirt-3.1.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.1.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** 

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

2017-05-06 Thread Andreas Sturmlechner
commit: 073b7cbc708e5d88c68b587cc025116de794098a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 20:33:03 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:34:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073b7cbc

profiles: Mask kde-plasma/plasma-sdk[plasmate] on arm

Requires keywording of kde-apps/kdevplatform:5.

 profiles/arch/arm/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 4a66ffa37eb..75f19fd67cc 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (06 May 2017)
+# Depends on dev-util/kdevplatform:5, not keyworded yet.
+kde-plasma/plasma-sdk plasmate
+
 # James Le Cuirot  (25 Apr 2017)
 # Oracle doesn't include VisualVM on this platform.
 dev-java/oracle-jdk-bin visualvm



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

2017-05-06 Thread Michael Orlitzky
commit: 4a02fe5c939770dd61fb3b2c051da2237adc795a
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May  6 20:30:59 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May  6 20:30:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a02fe5c

dev-libs/libvformat: remove unused version 1.13-r1.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libvformat/Manifest  |  1 -
 dev-libs/libvformat/libvformat-1.13-r1.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/libvformat/Manifest b/dev-libs/libvformat/Manifest
index 459b39fae0c..b087c539164 100644
--- a/dev-libs/libvformat/Manifest
+++ b/dev-libs/libvformat/Manifest
@@ -1,3 +1,2 @@
 DIST libvformat_1.13-10.debian.tar.gz 25884 SHA256 
b6bce7be6ff945b99f98061542908a10d1b5fc8c83d1b8a584bb5163da4b9058 SHA512 
fd3635a697cf52215a024118dd5e7776829ec2e537a6795121361046588be23f00225fafc50e14e25e94e94659bb16d7830193b159925c63ff2e0644394b3626
 WHIRLPOOL 
a3c77e6970a48e0f190ae05dc85da1038708ae291a5fd236f91878ff6e4bde607809efbb333ff0bd0905badaf2f2f36b547665e29ded123e93ee849d34196c43
-DIST libvformat_1.13-4.diff.gz 361732 SHA256 
1593343cfc3f1ab746a1a245caf1562dfceac77c92c9cdbb107ee1eced4c0552 SHA512 
96110754385d3b07e196c1f225c7bdfd1487390a5f462457a4835c27306db680b44c964db7d780a8e394e3b3e144727f8485812ba74b69afabfa0f40ed736ded
 WHIRLPOOL 
3ad0d183f89a4c2b33f90007cdd0612d9937373d4614f6d035bf25aa7abc38cfe089948d8db3098b614020a825ab23748005112260b06f0e3af4c612cc0abb7f
 DIST libvformat_1.13.orig.tar.gz 254463 SHA256 
7251fda5f90e56ea5d132399010c0b40e7dc55085efaf17ba724037e71f7d966 SHA512 
80b47897dd4f5dfa05e78a40de821406a007e330fc82584a0d26e2d1580a5ce52b6af90ecd4c0f7f36eaf00d6a78d9ba3b84ec2b7c7d814ba890a629d7a2c7ba
 WHIRLPOOL 
321da3e974b6ef5dad621531e5674d783b7c84a8e143bc3565fa5157105854e41cb2d3091e080834f793a690c126b26e76e3f5a7255b9602b1d9d8217ca514fb

diff --git a/dev-libs/libvformat/libvformat-1.13-r1.ebuild 
b/dev-libs/libvformat/libvformat-1.13-r1.ebuild
deleted file mode 100644
index 67a0c20d432..000
--- a/dev-libs/libvformat/libvformat-1.13-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-DESCRIPTION="Library to read and write vcard files"
-HOMEPAGE="https://sourceforge.net/projects/vformat/;
-SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz
-   mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-4.diff.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${P}.orig"
-
-src_unpack() {
-   unpack ${A}
-
-   cd "${S}"
-   epatch "${DISTDIR}/${PN}_${PV}-4.diff.gz" || die "epatch failed"
-
-   # Patch for not installing documentation, because that needs c2man
-   epatch "${FILESDIR}/${PN}-nodoc.patch" || die "epatch failed"
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-}



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

2017-05-06 Thread Michael Orlitzky
commit: d16954c7b5022fadb161cda04de64913845daa0e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May  6 15:26:18 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May  6 20:15:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16954c7

sys-apps/razercfg: remove unused version 0.32.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/razercfg/Manifest |  1 -
 sys-apps/razercfg/razercfg-0.32.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/sys-apps/razercfg/Manifest b/sys-apps/razercfg/Manifest
index 7949fad65e9..c30a7fd4222 100644
--- a/sys-apps/razercfg/Manifest
+++ b/sys-apps/razercfg/Manifest
@@ -1,3 +1,2 @@
 DIST razercfg-0.23.tar.bz2 69425 SHA256 
44bdc48588c504a937d811e84a0ecb054e35d3e2e4980d7d76b3ea8c2f0d1b43 SHA512 
79c795870efa960b42abc70710b4bebe793acb9e732943207ca4b34d35ba926af4877993db29dbacedbe327324fba0ab2ef82ced1d653b4aee23e154fd8b
 WHIRLPOOL 
11c57842daeb241d19b3546db0c4b3a98e59b565176f89227dd159f31b3037ce08130014dc35ae4db5dc81744a94a405252787b6a42c67129857f81f6eb0411c
-DIST razercfg-0.32.tar.bz2 8 SHA256 
753c9b8cc60e3b5481d65d168d0d0f2737e83e2dacbbeb2684517a096064e2e1 SHA512 
696baf66eec5d241918a073bd381018cb60bbccaa95e5889059e2b5f6ccc03270e1d414d947358d672cfa4a5a01a9e36e5f92d706807d6a7c2c3f8e2797d38f7
 WHIRLPOOL 
7761f88671cfde24ca9a705df658118bf5b69244c1fae8bf358601159203dcbd2f7774552c3fb794268e0031c4a4092c5848d6f324fb029b03551c49ba161f0a
 DIST razercfg-0.38.tar.bz2 99409 SHA256 
8025a4765f2ff8e99104611e5d151f7a101b0f2692c9fc169ac237dd379bac6c SHA512 
4619e19278fe97956043e2b628ed4c130b0e7ac2756a81335460cc520e0dea979fa6db3e927f414d24914409377782238a6ce9e1dba1868f6bfc34984a0ab456
 WHIRLPOOL 
e0597d7d13d42b883f1f9294579151f30827225ca10c91bfe5de59dba12e8efecdf54b3e580296d37ab40e202a25f77a8349a5dbe64ebd47822e7f717e509d53

diff --git a/sys-apps/razercfg/razercfg-0.32.ebuild 
b/sys-apps/razercfg/razercfg-0.32.ebuild
deleted file mode 100644
index f68e73ba77b..000
--- a/sys-apps/razercfg/razercfg-0.32.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit cmake-utils multilib eutils udev python-single-r1
-
-DESCRIPTION="Utility for advanced configuration of Razer mice (DeathAdder, 
Krait, Lachesis)"
-
-HOMEPAGE="http://bues.ch/cms/hacking/razercfg.html;
-SRC_URI="http://bues.ch/${PN}/${P}.tar.bz2;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pm-utils qt4 systemd +udev"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
-   systemd? ( sys-apps/systemd )
-   udev? ( virtual/udev )
-   pm-utils? ( sys-power/pm-utils )
-   virtual/libusb:1"
-DEPEND="${PYTHON_DEPS}
-   virtual/pkgconfig
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   virtual/libusb:1"
-
-src_prepare() {
-   sed -i \
-   -e '/udevadm control/{N;d}' \
-   -e '/systemctl/{N;d}' \
-   -e "s:/etc/pm/sleep.d:/usr/$(get_libdir)/pm-utils/sleep.d/:" \
-   -e 's:50-razer:80razer:' \
-   CMakeLists.txt \
-   || die "sed failed"
-
-   sed -i \
-   -e '/ldconfig/{N;d}' \
-   -e "s:DESTINATION lib:DESTINATION $(get_libdir):" \
-   librazer/CMakeLists.txt \
-   || die "sed failed"
-}
-
-src_configure() {
-   mycmakeargs="${mycmakeargs} -DPYTHON='${PYTHON}'"
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   newinitd "${FILESDIR}"/razerd.init.d-r2 razerd
-   dodoc README razer.conf
-
-   if ! use qt4; then
-   rm "${D}"/usr/bin/qrazercfg
-   else
-   make_desktop_entry qrazercfg "Razer Mouse Settings" mouse 
"Qt;Settings"
-   fi
-
-   use pm-utils || rm "${D}"/usr/$(get_libdir)/pm-utils/sleep.d/80razer
-}
-
-pkg_postinst() {
-   use udev && udevadm control --reload-rules && udevadm trigger 
--subsystem-match=usb
-
-   if [[ -e "${ROOT}"usr/bin/pyrazer.pyc ]]; then
-   echo
-   eerror "A stale ${ROOT}usr/bin/pyrazer.pyc exists and will 
prevent"
-   eerror "the Python frontends from working until removed 
manually."
-   echo
-   fi
-}



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

2017-05-06 Thread Michael Orlitzky
commit: 6a932ef24959e63283efbc2043a6e9fd93dc8a54
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May  6 19:54:08 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May  6 20:20:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a932ef2

sys-apps/razercfg: new version 0.39 with updated python compatibility.

This new version updates the ebuild to EAPI=6 and cleans up some minor
issues in the ebuild. It also adds new PYTHON_COMPAT targets for
python3_5 and python3_6 which were specifically requested.

Thanks are due to two users, Perfect Gentleman and Pablo Cholaky, who
submitted an updated ebuild and a patch, respectively.

Gentoo-Bug: 602874
Gentoo-Bug: 614152

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/razercfg/Manifest |  2 +-
 .../{razercfg-0.38.ebuild => razercfg-0.39.ebuild} | 45 +++---
 2 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/sys-apps/razercfg/Manifest b/sys-apps/razercfg/Manifest
index c30a7fd4222..243e3091441 100644
--- a/sys-apps/razercfg/Manifest
+++ b/sys-apps/razercfg/Manifest
@@ -1,2 +1,2 @@
 DIST razercfg-0.23.tar.bz2 69425 SHA256 
44bdc48588c504a937d811e84a0ecb054e35d3e2e4980d7d76b3ea8c2f0d1b43 SHA512 
79c795870efa960b42abc70710b4bebe793acb9e732943207ca4b34d35ba926af4877993db29dbacedbe327324fba0ab2ef82ced1d653b4aee23e154fd8b
 WHIRLPOOL 
11c57842daeb241d19b3546db0c4b3a98e59b565176f89227dd159f31b3037ce08130014dc35ae4db5dc81744a94a405252787b6a42c67129857f81f6eb0411c
-DIST razercfg-0.38.tar.bz2 99409 SHA256 
8025a4765f2ff8e99104611e5d151f7a101b0f2692c9fc169ac237dd379bac6c SHA512 
4619e19278fe97956043e2b628ed4c130b0e7ac2756a81335460cc520e0dea979fa6db3e927f414d24914409377782238a6ce9e1dba1868f6bfc34984a0ab456
 WHIRLPOOL 
e0597d7d13d42b883f1f9294579151f30827225ca10c91bfe5de59dba12e8efecdf54b3e580296d37ab40e202a25f77a8349a5dbe64ebd47822e7f717e509d53
+DIST razercfg-0.39.tar.bz2 178142 SHA256 
b8554a529fc02a05f515b56d335c326d660058d6fcdb2e3c4929b9b9dedf614d SHA512 
165fee898a01b7f0086eb6705ef9f24fd8b8836025c071f7851a493181b8d193d0db70fc1731a8586de1f1c795aab4d20bb4ee8526b612c66ba3c434c6e10137
 WHIRLPOOL 
eb516ad79594ea9396e141b9f7d98b52298fc09f06bcdd92be53101af6430a56864aa285c10b52ae004f734385c9155ba2d995ad661f764855e4a724ae05

diff --git a/sys-apps/razercfg/razercfg-0.38.ebuild 
b/sys-apps/razercfg/razercfg-0.39.ebuild
similarity index 62%
rename from sys-apps/razercfg/razercfg-0.38.ebuild
rename to sys-apps/razercfg/razercfg-0.39.ebuild
index 946e89282b9..22ec48cf5ca 100644
--- a/sys-apps/razercfg/razercfg-0.38.ebuild
+++ b/sys-apps/razercfg/razercfg-0.39.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
 
-inherit cmake-utils multilib eutils udev python-single-r1
+inherit cmake-utils multilib udev python-single-r1
 
-DESCRIPTION="Utility for advanced configuration of Razer mice (DeathAdder, 
Krait, Lachesis)"
+DESCRIPTION="Utility for advanced configuration of Razer mice"
 
 HOMEPAGE="http://bues.ch/cms/hacking/razercfg.html;
 SRC_URI="http://bues.ch/${PN}/${P}.tar.bz2;
@@ -29,53 +29,54 @@ DEPEND="${PYTHON_DEPS}
virtual/libusb:1"
 
 src_prepare() {
-   sed -i \
+   default
+
+   sed -i CMakeLists.txt \
-e '/udevadm control/{N;d}' \
-e '/systemctl/{N;d}' \
-e "s:/etc/pm/sleep.d:/usr/$(get_libdir)/pm-utils/sleep.d/:" \
-e 's:50-razer:80razer:' \
-   CMakeLists.txt \
|| die "sed failed"
 
-   sed -i \
+   sed -i librazer/CMakeLists.txt \
-e '/ldconfig/{N;d}' \
-e "s:DESTINATION lib:DESTINATION $(get_libdir):" \
-   librazer/CMakeLists.txt \
|| die "sed failed"
 
-   if use qt4; then
-   sed -i \
-   -e '/^Categories=/s/=.*$/=Qt;Settings/' \
-   razercfg.desktop.template
-   fi
+   sed -i razercfg.desktop.template \
+   -e '/^Categories=/s/=.*$/=Qt;Settings/' \
+   || die 'sed failed'
 }
 
 src_configure() {
-   mycmakeargs="${mycmakeargs} -DPYTHON='${PYTHON}'"
+   mycmakeargs=( -DPYTHON="${PYTHON}" )
cmake-utils_src_configure
 }
 
 src_install() {
cmake-utils_src_install
newinitd "${FILESDIR}"/razerd.init.d-r2 razerd
-   dodoc README.html HACKING.html razer.conf
+   dodoc README.* HACKING.* razer.conf
 
if ! use qt4; then
-   rm "${D}"/usr/bin/qrazercfg
-   rm "${D}"/usr/share/icons/hicolor/scalable/apps/razercfg*
-   rm "${D}"/usr/share/applications/razercfg.desktop
+   rm "${D}"/usr/bin/qrazercfg{,-applet} || die
+   rm "${D}"/usr/share/icons/hicolor/scalable/apps/razercfg* || die
+   rm 

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

2017-05-06 Thread Andreas Sturmlechner
commit: 6e92f7fa49c797673df13082d9d9cf87e35e9a41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 20:11:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:11:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e92f7fa

kde-apps/kget: Drop unused DEPEND

Upstream commit 06f85112b17cf4b055a846e4642d3515f8d864d4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kget/kget-17.04.49..ebuild | 1 -
 kde-apps/kget/kget-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kget/kget-17.04.49..ebuild 
b/kde-apps/kget/kget-17.04.49..ebuild
index 3dd4cad2d4..ba329ed752 100644
--- a/kde-apps/kget/kget-17.04.49..ebuild
+++ b/kde-apps/kget/kget-17.04.49..ebuild
@@ -12,7 +12,6 @@ KEYWORDS=""
 IUSE="debug bittorrent mms sqlite"
 
 RDEPEND="
-   $(add_kdeapps_dep libkonq)
app-crypt/qca:2[qt4]
bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
mms? ( media-libs/libmms )

diff --git a/kde-apps/kget/kget-.ebuild b/kde-apps/kget/kget-.ebuild
index 3dd4cad2d4..ba329ed752 100644
--- a/kde-apps/kget/kget-.ebuild
+++ b/kde-apps/kget/kget-.ebuild
@@ -12,7 +12,6 @@ KEYWORDS=""
 IUSE="debug bittorrent mms sqlite"
 
 RDEPEND="
-   $(add_kdeapps_dep libkonq)
app-crypt/qca:2[qt4]
bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
mms? ( media-libs/libmms )



[gentoo-commits] proj/kde:master commit in: kde-plasma/kde-cli-tools/

2017-05-06 Thread Andreas Sturmlechner
commit: 3c65abc460cab73766674237b3b855a476f6dc86
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 20:13:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:13:10 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c65abc4

kde-plasma/kde-cli-tools: Add 'kdesu' symlink to replace kde-apps/kdesu

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49..ebuild | 5 +++--
 kde-plasma/kde-cli-tools/kde-cli-tools-.ebuild| 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49..ebuild 
b/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49..ebuild
index ce4c3b89fd..eb06c394b8 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49..ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49..ebuild
@@ -37,7 +37,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
-   handbook? ( !kde-apps/kdesu[handbook] )
+   !kde-apps/kdesu
 "
 
 # requires running kde environment
@@ -55,5 +55,6 @@ src_configure() {
 
 src_install() {
kde5_src_install
-   use kdesu && dosym /usr/$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
+   use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu
+   use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
 }

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-.ebuild 
b/kde-plasma/kde-cli-tools/kde-cli-tools-.ebuild
index da1f623efb..57f6f1c921 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-.ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-.ebuild
@@ -36,7 +36,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
-   handbook? ( !kde-apps/kdesu[handbook] )
+   !kde-apps/kdesu
 "
 
 # requires running kde environment
@@ -54,5 +54,6 @@ src_configure() {
 
 src_install() {
kde5_src_install
-   use kdesu && dosym /usr/$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
+   use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu
+   use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
 }



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

2017-05-06 Thread Andreas Sturmlechner
commit: c2e7fdd4bd34137fca00faef6677a9e615fcea33
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  9 23:25:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:01:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e7fdd4

net-firewall/ufw-frontends: Change back to kdesu symlink

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../ufw-frontends/ufw-frontends-0.3.2-r5.ebuild| 64 ++
 1 file changed, 64 insertions(+)

diff --git a/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r5.ebuild 
b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r5.ebuild
new file mode 100644
index 000..6110449589c
--- /dev/null
+++ b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Provides graphical frontend to ufw"
+HOMEPAGE="https://github.com/baudm/ufw-frontends;
+SRC_URI="https://github.com/baudm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+# CC-BY-NC-SA-3.0 is for a png file
+LICENSE="GPL-3 CC-BY-NC-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde policykit"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyinotify[${PYTHON_USEDEP}]
+   net-firewall/ufw[${PYTHON_USEDEP}]
+   !policykit? ( kde? ( kde-plasma/kde-cli-tools[kdesu] ) )
+   policykit? ( sys-auth/polkit )
+"
+
+# fix crash when no ufw logs in supported locations can be found
+PATCHES=( "${FILESDIR}/${P}-no-log-crash.patch" )
+
+python_prepare_all() {
+   if use policykit; then
+   sed -i 's/^Exec=su-to-root -X -c/Exec=pkexec/' \
+   share/ufw-gtk.desktop || die
+   elif use kde; then
+   sed -i 's/^Exec=su-to-root -X -c/Exec=kdesu/' \
+   share/ufw-gtk.desktop || die
+   fi
+
+   # don't try to override run() to install the script
+   # under /usr/sbin; it does not work with distutils-r1
+   # and so it is handled differently (in python_install)
+   sed -i '/cmdclass=/d' setup.py || die
+
+   # Qt version is unusable
+   rm gfw/frontend_qt.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_install() {
+   distutils-r1_python_install --install-scripts="/usr/sbin"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use policykit; then
+   insinto /usr/share/polkit-1/actions/
+   doins "${FILESDIR}"/org.gentoo.pkexec.ufw-gtk.policy
+   elif ! use kde; then
+   rm "${ED}usr/share/applications/ufw-gtk.desktop" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/

2017-05-06 Thread Andreas Sturmlechner
commit: 7fd15fa5218024a2cdfa64934332c13504db2d73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:44:40 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd15fa5

kde-apps/kapptemplate: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kapptemplate/Manifest   |  1 -
 kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild | 12 
 2 files changed, 13 deletions(-)

diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
index 5f63d9917c2..61e7c12b209 100644
--- a/kde-apps/kapptemplate/Manifest
+++ b/kde-apps/kapptemplate/Manifest
@@ -1,3 +1,2 @@
 DIST kapptemplate-16.12.3.tar.xz 485820 SHA256 
169500c34dfcc01d566b71d085e9c30bb93456c6b26d1e95023d27e87bbbd60c SHA512 
c3ee5050fde9edcf9f41ce0f1a96e2788c11dfb1f48347a1958162b0f6efef2c910fc35049100c7eee0651ee3f1d8196c9e876fe823a257a7bf9369191bc72fb
 WHIRLPOOL 
9b21f81712d2e811463e8a9cd2476144881e93bf95f29c9bf1c635a4d723d608536b9eae40468211cb4b171fabdf31fba22aca2fe4f18a327343a258a726273c
 DIST kapptemplate-17.04.0.tar.xz 494248 SHA256 
688031802be5406e6c162823a8715b57ea9c152cd72cb6c4252619885248c2f1 SHA512 
96276fc27e8f72328f6f317faab5cbe877fde55c376df884db8162f2f0c062c91d3ea6e0fee8e666ca855fa574b57fa0ff8ed9c1d9e6ab209d27006a625a1fa8
 WHIRLPOOL 
e784ea7897276b580493081fa5e73306f205349b7ee786544e08dee849c30d53f7209c1dca49819f866563c781041dd42d7a83817d60ce01068a0af4ebdb52c2
-DIST kapptemplate-4.14.3.tar.xz 709680 SHA256 
ba0c2dca9c92dbf1cce194ac4d7e9286bd313dec4b6214c67a8481e65eb43f21 SHA512 
85dfba8b7582a2adb9a61b98afa782e58e5c5bc0d61595f7effd468e14a19e08251789917ccafac7396bdc1beb5897efd9042b4ed700ad875274b39fe266a441
 WHIRLPOOL 
9c8260f30f4761867eb2bc44b484599cb80ebf3ff3074e3d86313233b1ef95167b968a27b4c18875e2d50c3f3277e9d8ae41eaaeb0b6771d870359ec2e3febb4

diff --git a/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild 
b/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
deleted file mode 100644
index b5fe1676517..000
--- a/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A shell script to create the necessary framework to develop KDE 
applications"
-HOMEPAGE="https://www.kde.org/applications/development/kapptemplate;
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/okteta/

2017-05-06 Thread Andreas Sturmlechner
commit: ba91b87099e716d427c75993c53730d443fbe367
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 19:22:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba91b870

kde-apps/okteta: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/okteta/Manifest |  1 -
 kde-apps/okteta/okteta-4.14.3.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/kde-apps/okteta/Manifest b/kde-apps/okteta/Manifest
index 9035a0ff136..7e6fc20c510 100644
--- a/kde-apps/okteta/Manifest
+++ b/kde-apps/okteta/Manifest
@@ -1,3 +1,2 @@
 DIST okteta-16.12.3.tar.xz 507340 SHA256 
edda8fd6951d145d23c31d34dde96e3244aef5eb4dd3e28b1f6c16d617539593 SHA512 
d5d6d6fe989751679a584da264ac86dcb1f8adb993b91794662c03d4771ab9e6598bf904ec8064cc996527f5a7e8df17c12f0faf93b39f121eac5d21917c3b71
 WHIRLPOOL 
7f4d828bbf5c2d90023be9f1f7a1d0938ab8cbd65ceb033b103af488790a6637ba79bcfa59c9d25339b37394cc43a581bf2226652b86b61695289b89a082dcda
 DIST okteta-17.04.0.tar.xz 959872 SHA256 
db63b1359dad8b4e2e8be7731f301be0504adfb4c3d3a43e83121bde5086a289 SHA512 
7bf08f3af7a35cd2492cce1a60063438242fbe60718658bb3b18db05c7fe75a51ee34a4a3f7b992f1ebe5e23114735427680fe3168fb657da185311eacd1b8a9
 WHIRLPOOL 
1f32d149a259120b90413ea7caea939bd0b4959b5831c33491cbabe9405b8b8b02eebc16807ce7e44fe717127bbaedeab40ea5e9a9821ce254844e415c16a477
-DIST okteta-4.14.3.tar.xz 500424 SHA256 
bd6e26be988778380128e4bda2dbb047074adffeb02819ee7665ad70f94cfaed SHA512 
aa2dcddb43279a97a62477b5ed1db140856c0bf9feb9f3526fbb51f65af5b4ad4d06dfa7b4b965f6fbeb4c7de7a8430646e0659663c1fc4bc0de64acbf01254e
 WHIRLPOOL 
1fde12003f8347c06d8d2817c52b936be1fb2d134daf7df30aa958e2379d5fe50d6a9dc02c662d991a18f78419302345f29a368a02acc397314552cc1957ecb6

diff --git a/kde-apps/okteta/okteta-4.14.3.ebuild 
b/kde-apps/okteta/okteta-4.14.3.ebuild
deleted file mode 100644
index 9cffa286153..000
--- a/kde-apps/okteta/okteta-4.14.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE hexeditor"
-HOMEPAGE="https://www.kde.org/applications/utilities/okteta
-https://utils.kde.org/projects/okteta;
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   app-crypt/qca:2[qt4(+)]
-"
-RDEPEND="${DEPEND}"



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

2017-05-06 Thread Andreas Sturmlechner
commit: 5c46cef3bb7023158d2d8846bdaf3225a298298b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 19:33:25 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c46cef3

profiles: Cleanup obsolete kdevelop package.use entries

 profiles/base/package.use  | 1 -
 profiles/base/package.use.mask | 4 
 2 files changed, 5 deletions(-)

diff --git a/profiles/base/package.use b/profiles/base/package.use
index 68b65610d38..b21593100fb 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -3,7 +3,6 @@
 
 # David Seifert  (17 Apr 2017)
 # Only python 3.5 supported
-=dev-util/kdevelop-python-5.0*:5 python_single_target_python3_5 
python_targets_python3_5
 kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5
 dev-python/pygcrypt python_targets_python3_5
 dev-python/uvloop python_targets_python3_5

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c00ae45e795..9f55b27b3a7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -197,10 +197,6 @@ net-im/qutim otr
 # we can't stabilise the latest sqldeveloper yet because of Java 8.
  (27 Nov 2015)
 # Unsastified dependencies are upsetting repoman. Needs investigation.
 app-arch/cfv bittorrent



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/, dev-util/kdevelop-pg-qt/files/

2017-05-06 Thread Andreas Sturmlechner
commit: 71f4d405c97982b726d646618b9f29c05c4c4bfe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:34:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f4d405

dev-util/kdevelop-pg-qt: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevelop-pg-qt/Manifest   |  2 -
 .../files/kdevelop-pg-qt-1.0.0-bison3.patch| 45 --
 .../kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild  | 27 -
 .../kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild | 26 -
 4 files changed, 100 deletions(-)

diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
index dc093700f63..7edbbf86a0b 100644
--- a/dev-util/kdevelop-pg-qt/Manifest
+++ b/dev-util/kdevelop-pg-qt/Manifest
@@ -1,3 +1 @@
-DIST kdevelop-pg-qt-1.0.0.tar.bz2 830040 SHA256 
49b395f5b45bc0aa094d6a283627bc53581a5eaae7892fd850df2f97d68bcdcc SHA512 
1e3a41cd5570a2bdba98ebdf55b89cc2992ddd4859bd672ea1b8215d47db2203ec685717787f90cf382168495b4b53cc42a9089c4a92e17286eca6cf17c1bb27
 WHIRLPOOL 
04ee7d992535713d99b77da888207ce5924f6409fafc363d6b00bd695fe39e3896dc8eb9433c71b60c4a45137593896b6eebbec2dde1386866c5c87223bda056
-DIST kdevelop-pg-qt-1.1.0.tar.gz 1091846 SHA256 
30f78dcf08e9da88bb0643629e17dd8e360afea40370b8772afff197cb2f1685 SHA512 
e43f7be38ba50ced6c15988266ee6163cfdcf1fe1b26b02a1c4586394378234eb7a76d7fbc84fc9e395121e916515e4950de672959c9e1ebc72332a0ecdaf364
 WHIRLPOOL 
3830ce0e3b3ad27a9613efe07d7d4a19d88100cef393ca74af4bce54261e7f52a71dee0351f415e4ca26f7e95a0281ecc26713c02313732887272adcd0e4aa18
 DIST kdevelop-pg-qt-2.0.tar.xz 635604 SHA256 
2f778d324b7c0962e8bb5f62dd2643bac1a6f3ac971d145b6aace7cd61878993 SHA512 
50eb540f16c0a32b78ecb1b53ce7005a70c53497f1ca755afd321eb09d12ab646fae216f34a1efc310510a5aa27cb3f895c34aa71e38bcc9c415ca36099e9022
 WHIRLPOOL 
0758f63b1da3fb607cffe6ea60177f61ba432da991540afd9aa3934a2c76c7206c2483cefb227e7c56d55c27766e5374ee3e9b4bc48611b914219371898c604a

diff --git a/dev-util/kdevelop-pg-qt/files/kdevelop-pg-qt-1.0.0-bison3.patch 
b/dev-util/kdevelop-pg-qt/files/kdevelop-pg-qt-1.0.0-bison3.patch
deleted file mode 100644
index 3651ec47160..000
--- a/dev-util/kdevelop-pg-qt/files/kdevelop-pg-qt-1.0.0-bison3.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-commit ac587957cd0cabbc668604507e2cfebb6810ed09
-Author: Milian Wolff 
-Date:   Thu Nov 29 15:56:40 2012 +0100
-
-fix some warnings
-
-diff --git a/kdev-pg/kdev-pg-code-gen.cpp b/kdev-pg/kdev-pg-code-gen.cpp
-index e06c6be..badb461 100644
 a/kdev-pg/kdev-pg-code-gen.cpp
-+++ b/kdev-pg/kdev-pg-code-gen.cpp
-@@ -51,7 +51,7 @@ namespace KDevPG
- 
-   void generateCondition(const World::NodeSet& s, QTextStream& out)
-   {
--if(s.size() == 0 || s.size() == 1 && 
nodeCast(*s.begin()) != 0)
-+if(s.size() == 0 || (s.size() == 1 && 
nodeCast(*s.begin()) != 0))
- {
-   out << "true /*epsilon*/";
-   return;
-diff --git a/kdev-pg/kdev-pg-lexer.ll b/kdev-pg/kdev-pg-lexer.ll
-index a0864af..9261d71 100644
 a/kdev-pg/kdev-pg-lexer.ll
-+++ b/kdev-pg/kdev-pg-lexer.ll
-@@ -425,7 +425,7 @@ void appendLineBuffer()
-   strcpy(yyTextLine+currentOffset, yytext + (yymoreFlag ? lastTextLeng : 0)); 
/* append current */
-   /* strcpy is faster than strcat */
-   
--  Q_ASSERT(strlen(yyTextLine) < yyTextLineLeng);
-+  Q_ASSERT(strlen(yyTextLine) < size_t(yyTextLineLeng));
-   
-   lastTextLeng = strlen(yytext);
-   yymoreFlag = false;
-diff --git a/kdev-pg/kdev-pg-parser.yy b/kdev-pg/kdev-pg-parser.yy
-index d5a25f5..8f8d604 100644
 a/kdev-pg/kdev-pg-parser.yy
-+++ b/kdev-pg/kdev-pg-parser.yy
-@@ -309,7 +309,7 @@ opt_lexer_action
- | T_CONTINUE {
- r = "\nlxCONTINUE;\n";
-   }
--| /* empty */ { r = "\nlxSKIP\n" }
-+| /* empty */ { r = "\nlxSKIP\n"; }
- ;
- 
- regexp

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
deleted file mode 100644
index e0d777c6863..000
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-if [[ $PV == ** ]]; then
-   KEYWORDS=""
-else
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
-HOMEPAGE="http://www.kdevelop.org;
-LICENSE="LGPL-2"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND=""
-DEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-
-PATCHES=( "${FILESDIR}/${P}-bison3.patch" )

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild
deleted file mode 100644
index 

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

2017-05-06 Thread Andreas Sturmlechner
commit: 3203334ff69c57b27ea19a2b7883c6a71b36d860
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:47:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3203334f

dev-util/kdevelop-python: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevelop-python/Manifest  |  1 -
 .../kdevelop-python/kdevelop-python-5.0.4.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index 0a15779073e..fef8da7c50e 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1,2 +1 @@
-DIST kdev-python-5.0.4.tar.xz 1062948 SHA256 
fdcb340f40f0e1d203ed79385d10d90d634389e641d8990fcf173b3efc8c01c9 SHA512 
5fb4797f2b014d47b5355c01ceb362d8e33a9faf1720e477716c96fd3fe87978f6f42f4d8ff91c2b421ddb1b9b1248767e3675913da9222974618e08841af6bd
 WHIRLPOOL 
5d3ca666b933a626efa0ce1e37039d692c2698e1a3c94c074d4996b96c0f8f928028a04eb27dab0dde826ef123f5f5ec8fb28a2c2baffd2f5850c0ad1b2840c4
 DIST kdev-python-5.1.0.tar.xz 1068408 SHA256 
362334b35a807af9143cd209619939f514a526d7e93a7f22000ed090c045d918 SHA512 
9e7a847d0303a580929d70016de43392b0fe59531b4edafd25f601c27f87edae0c9056c77da2092d2d6fabd7a60e0f259a9a4209d7eef94fc932f35d9f2f9092
 WHIRLPOOL 
712057597fe91d42930d19b32dba1ceeb687d3e9e32ed100f37b9a0a4bbf075137098f95aa7f218f4e5797dfc81f9efbdaf5bc232dd62878d6731dba0309752c

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild
deleted file mode 100644
index d74b8711fac..000
--- a/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.0"
-KDEBASE="kdevelop"
-KMNAME="kdev-python"
-PYTHON_COMPAT=( python3_5 )
-inherit kde5 python-single-r1
-
-DESCRIPTION="Python plugin for KDevelop"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
-
-DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-util/kdevplatform:5
-"
-RDEPEND="${DEPEND}
-   dev-util/kdevelop:5
-"
-
-RESTRICT+=" test"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   kde5_pkg_setup
-}
-
-src_compile() {
-   pushd "${WORKDIR}"/${P}_build > /dev/null || die
-   emake parser
-   popd > /dev/null || die
-
-   kde5_src_compile
-}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/konqueror/files/, kde-apps/konqueror/

2017-05-06 Thread Andreas Sturmlechner
commit: 169244b9dc13a148c768aeccea04f8f84c1219cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 19:10:15 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169244b9

kde-apps/konqueror: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/konqueror/Manifest|   1 -
 .../files/konqueror-16.08.0-kactivities.patch  |  15 ---
 kde-apps/konqueror/konqueror-16.08.3-r1.ebuild | 102 -
 kde-apps/konqueror/metadata.xml|   2 -
 4 files changed, 120 deletions(-)

diff --git a/kde-apps/konqueror/Manifest b/kde-apps/konqueror/Manifest
index 180c5605554..79194971d69 100644
--- a/kde-apps/konqueror/Manifest
+++ b/kde-apps/konqueror/Manifest
@@ -1,3 +1,2 @@
-DIST kde-baseapps-16.08.3.tar.xz 2051000 SHA256 
47e9bb15c64495392625d69af9ac7e00644caa52c98c7187489a7c569ec842a1 SHA512 
6606430c2ec5ab934d253a009bbc2c1df4e9d1f8b54dcf16dd9f1894449d7c734641f17360b906a3a7667ac7083ab712b8498b44a20c137d836dd1dab8963649
 WHIRLPOOL 
b65a32a9c03424ed6718db4b5fea85c28690074f450f49df1c581d77e03cc172004dda5aadd39de087e6ff0d101ac1f7587a960e20f7d4faa56f2b45a6ee7643
 DIST konqueror-16.12.3.tar.xz 1172012 SHA256 
e52654a1bb2c0be317f8ed80dba3147bc4d2126abce209ab57c6e69e64159bdf SHA512 
cef6fe2fbade73a89d8f8b7932ae0dba42d98fbf1160dcc888339a071d72084aeb847fc74a22ae4a39b21fd0cef24a60832e343885c0e673b418482faebad93a
 WHIRLPOOL 
1afb257eb10cff77e71d1479972d25029727dd1a6202173422203f9e309767a80150b713a104dd7848c66ad86c342e1c6a1d7bf28c705051a52e9a120ed1d4c3
 DIST konqueror-17.04.0.tar.xz 7783204 SHA256 
95a6358da4cfd9589b66b78116adce29c0f69a5964e81fcde3862e32b1653833 SHA512 
8d6c00a4df41a7feec82b63647a64fabf810dad8ed40647178d98529bfcfbfc228a05649f5b1e267644cd21db1efbc8fe43362a2dfef25bdec5b4cfee336336a
 WHIRLPOOL 
ae83fb5f379d2c68e0ec0fad1a96d22da0747268500963532fd2caadb04142cd731ff30939c1538fd4165ca31cb8a34c6bbfe7097831dcafe6f85f99bd870efb

diff --git a/kde-apps/konqueror/files/konqueror-16.08.0-kactivities.patch 
b/kde-apps/konqueror/files/konqueror-16.08.0-kactivities.patch
deleted file mode 100644
index 9207fd6b973..000
--- a/kde-apps/konqueror/files/konqueror-16.08.0-kactivities.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Make sure KActivities headers aren't used either if disabled.
-
 a/dolphin/src/CMakeLists.txt   2016-08-24 22:25:42.603345565 +0200
-+++ b/dolphin/src/CMakeLists.txt   2016-08-24 22:27:39.921317927 +0200
-@@ -27,7 +27,9 @@
- macro_bool_to_01(X11_Xrender_FOUND HAVE_XRENDER)
- configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h )
- 
--include_directories( ${KACTIVITIES_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} )
-+if (KActivities_FOUND)
-+  include_directories( ${KACTIVITIES_INCLUDE_DIRS} 
${CMAKE_CURRENT_BINARY_DIR} )
-+endif (KActivities_FOUND)
- 
- if(HAVE_BALOO)
-   include_directories(${BALOO_INCLUDE_DIR} ${BALOO_WIDGETS_INCLUDE_DIR} 
${KFILEMETADATA_INCLUDE_DIR})

diff --git a/kde-apps/konqueror/konqueror-16.08.3-r1.ebuild 
b/kde-apps/konqueror/konqueror-16.08.3-r1.ebuild
deleted file mode 100644
index b2a1a5b7595..000
--- a/kde-apps/konqueror/konqueror-16.08.3-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-baseapps"
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="Web browser and file manager"
-HOMEPAGE="
-   https://www.kde.org/applications/internet/konqueror/
-   https://konqueror.org/
-"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+bookmarks debug +filemanager svg"
-# 4 of 4 tests fail. Last checked for 4.0.3
-RESTRICT="test"
-
-DEPEND="
-   $(add_kdeapps_dep libkonq)
-   filemanager? (
-   media-libs/phonon[qt4]
-   x11-libs/libXrender
-   )
-"
-
-# bug #544630: evince[nsplugin] crashes konqueror
-RDEPEND="${DEPEND}
-   kde-apps/kfind:*
-   $(add_kdeapps_dep kfmclient)
-   $(add_kdeapps_dep kurifilter-plugins)
-   bookmarks? ( kde-apps/keditbookmarks:* )
-   filemanager? (
-   $(add_kdeapps_dep kdebase-kioslaves)
-   $(add_kdeapps_dep konsolepart)
-   !kde-apps/dolphin:4
-   )
-   svg? ( $(add_kdeapps_dep svgpart) )
-   !app-text/evince[nsplugin]
-"
-
-KMEXTRA="
-   dolphin/
-"
-
-KMEXTRACTONLY="
-   konqueror/client/
-   lib/konq/
-"
-
-PATCHES=( "${FILESDIR}/${PN}-16.08.0-kactivities.patch" )
-
-src_prepare() {
-   [[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc
-
-   # required for dolphin
-   sed -e "/konq_copytomenu.h/ s/# //" \
-   -e "/konq_copytomenu.h/ s/ - anyone needs it?//" \
-   -i lib/konq/CMakeLists.txt \
-   || die "Failed to fix libkonq CMakeLists.txt"
-
-   kde4-meta_src_prepare
-
-   # Avoid doc file collisions 

[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevplatform/files/, dev-util/kdevplatform/

2017-05-06 Thread Andreas Sturmlechner
commit: 02c47af2995de37176a7c0f9fb5d27ee5845038f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:49:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c47af2

dev-util/kdevplatform: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevplatform/Manifest |   2 -
 .../files/kdevplatform-5.0.1-unused-deps.patch |  24 -
 dev-util/kdevplatform/kdevplatform-5.0.3.ebuild| 108 
 dev-util/kdevplatform/kdevplatform-5.0.4.ebuild| 110 -
 4 files changed, 244 deletions(-)

diff --git a/dev-util/kdevplatform/Manifest b/dev-util/kdevplatform/Manifest
index 2d6be285ab6..09bec9a9f59 100644
--- a/dev-util/kdevplatform/Manifest
+++ b/dev-util/kdevplatform/Manifest
@@ -1,3 +1 @@
-DIST kdevplatform-5.0.3.tar.xz 2018600 SHA256 
643d1145e1948af221f9ae148d0a10809f3d89af4b97ff0d6c4d571004f46bd4 SHA512 
ef48c0de41d1fe20269400eea4d2b04efa04cd62caaa987e6814c5513e843c3cac030479a8a0576b9fc532d7771827fcc4acda128448ff34dec9fbd55bd05d55
 WHIRLPOOL 
24cbc44345867b78b669993fcc8d1b680c051cce7c6ce91761de14877f05e6f983f562fe99d0ffa2586611d7daee8d66a2a530f7700ae2c44832f9d980069099
-DIST kdevplatform-5.0.4.tar.xz 2012332 SHA256 
01abfcd71383048d017fe989ccce0e7590010a3975bbe6e161f55ababe2ad471 SHA512 
659802a31d493507bf9b787a9dc4799fe35c38ebf5545afc0cde17bd41d9a84e9402c594e7e3dba908b0c2164183e5fa9de3b8056064add480707349d3a99d2f
 WHIRLPOOL 
e303a688f2fc4435b09f2723773622e3707d59f74661bf2d4b02ac90e867fcd4b7d0e2eadcca3019b2330ee06a307fce24aeed9354b0b5ce771ad5650b0c0d21
 DIST kdevplatform-5.1.0.tar.xz 2048172 SHA256 
f09f3b807c9d360b894bc4439cce5b1cb23ff0754941dd26abf45c33b731aedb SHA512 
b94fcd1294855654c3183c7bc0dbfefd099cfaadeb44180788f439b11c0e61609863aae5a06776d9e6a4915c9768a794760c8a931678d9cc5d9c5e98560a7998
 WHIRLPOOL 
301620ff6ebc9012f0f7bce4d771b83b8b03ab75602cae0182a0b23173ff1d9382a0536c16acc512e5ee27bd01861b308b5388b853ac701ec83b44f3b913e714

diff --git a/dev-util/kdevplatform/files/kdevplatform-5.0.1-unused-deps.patch 
b/dev-util/kdevplatform/files/kdevplatform-5.0.1-unused-deps.patch
deleted file mode 100644
index 0a0d0f7332c..000
--- a/dev-util/kdevplatform/files/kdevplatform-5.0.1-unused-deps.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 9d2423f20458d735454b9917b4b0f5e39a7929f5
-Author: Andreas Sturmlechner 
-Date:   Sun Oct 16 09:36:03 2016 +0200
-
-Remove unused dependencies
-
-Qt5Quick, Qt5QuickWidgets only used in welcomepage
-
-REVIEW: 129196
-
-diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt
-index 97666f3..118acf1 100644
 a/shell/CMakeLists.txt
-+++ b/shell/CMakeLists.txt
-@@ -121,9 +121,6 @@ LINK_PUBLIC
- KDev::OutputView
- KDev::Interfaces
- LINK_PRIVATE
--Qt5::Quick
--Qt5::QuickWidgets
--
- KF5::GuiAddons
- KF5::ConfigWidgets
- KF5::IconThemes

diff --git a/dev-util/kdevplatform/kdevplatform-5.0.3.ebuild 
b/dev-util/kdevplatform/kdevplatform-5.0.3.ebuild
deleted file mode 100644
index 5b1492bb6d1..000
--- a/dev-util/kdevplatform/kdevplatform-5.0.3.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.0"
-KDEBASE="kdevelop"
-KDE_TEST="forceoptional-recursive"
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE development support libraries and apps"
-IUSE="cvs reviewboard subversion +welcomepage"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 ~x86"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_frameworks_dep threadweaver)
-   $(add_kdeapps_dep libkomparediff2)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qttest)
-   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/spacefm/

2017-05-06 Thread Andreas Sturmlechner
commit: d2c54a462a8217fb7f5fe16e443e444aea172fdb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 19:52:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c54a46

x11-misc/spacefm: kde-apps/kdesu -> kde-plasma/kde-cli-tools[kdesu]

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 x11-misc/spacefm/spacefm-1.0.4-r1.ebuild | 2 +-
 x11-misc/spacefm/spacefm-1.0.4.ebuild| 4 ++--
 x11-misc/spacefm/spacefm-1.0.5-r2.ebuild | 2 +-
 x11-misc/spacefm/spacefm-.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/spacefm/spacefm-1.0.4-r1.ebuild 
b/x11-misc/spacefm/spacefm-1.0.4-r1.ebuild
index 0da9d7c807d..cbea0f7944a 100644
--- a/x11-misc/spacefm/spacefm-1.0.4-r1.ebuild
+++ b/x11-misc/spacefm/spacefm-1.0.4-r1.ebuild
@@ -67,7 +67,7 @@ pkg_postinst() {
elog "  sys-apps/udevil"
elog "To perform as root functionality you need one of the following:"
elog "  x11-misc/ktsuss"
-   elog "  kde-apps/kdesu"
+   elog "  kde-plasma/kde-cli-tools[kdesu]"
elog "Other optional dependencies:"
elog "  sys-apps/dbus"
elog "  sys-process/lsof (device processes)"

diff --git a/x11-misc/spacefm/spacefm-1.0.4.ebuild 
b/x11-misc/spacefm/spacefm-1.0.4.ebuild
index 37739f494bd..a737494cf82 100644
--- a/x11-misc/spacefm/spacefm-1.0.4.ebuild
+++ b/x11-misc/spacefm/spacefm-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -63,7 +63,7 @@ pkg_postinst() {
elog "  sys-apps/udevil"
elog "To perform as root functionality you need one of the following:"
elog "  x11-misc/ktsuss"
-   elog "  kde-apps/kdesu"
+   elog "  kde-plasma/kde-cli-tools[kdesu]"
elog "Other optional dependencies:"
elog "  sys-apps/dbus"
elog "  sys-process/lsof (device processes)"

diff --git a/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild 
b/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild
index 8be650a7fb8..0c56ab420c4 100644
--- a/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild
+++ b/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild
@@ -66,7 +66,7 @@ pkg_postinst() {
elog "  sys-apps/udevil"
elog "To perform as root functionality you need one of the following:"
elog "  x11-misc/ktsuss"
-   elog "  kde-apps/kdesu"
+   elog "  kde-plasma/kde-cli-tools[kdesu]"
elog "Other optional dependencies:"
elog "  sys-apps/dbus"
elog "  sys-process/lsof (device processes)"

diff --git a/x11-misc/spacefm/spacefm-.ebuild 
b/x11-misc/spacefm/spacefm-.ebuild
index b8447f476d6..466f4214f2f 100644
--- a/x11-misc/spacefm/spacefm-.ebuild
+++ b/x11-misc/spacefm/spacefm-.ebuild
@@ -64,7 +64,7 @@ pkg_postinst() {
elog "  sys-apps/udevil"
elog "To perform as root functionality you need one of the following:"
elog "  x11-misc/ktsuss"
-   elog "  kde-apps/kdesu"
+   elog "  kde-plasma/kde-cli-tools[kdesu]"
elog "Other optional dependencies:"
elog "  sys-apps/dbus"
elog "  sys-process/lsof (device processes)"



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

2017-05-06 Thread Andreas Sturmlechner
commit: 4926e318031fa1ec0d5310496f0499d05afa461c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:37:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4926e318

dev-util/kdevplatform: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevplatform/Manifest |  2 -
 dev-util/kdevplatform/kdevplatform-1.7.2-r1.ebuild | 53 --
 dev-util/kdevplatform/kdevplatform-1.7.4.ebuild| 53 --
 dev-util/kdevplatform/metadata.xml |  2 -
 4 files changed, 110 deletions(-)

diff --git a/dev-util/kdevplatform/Manifest b/dev-util/kdevplatform/Manifest
index bf1d6764b15..2d6be285ab6 100644
--- a/dev-util/kdevplatform/Manifest
+++ b/dev-util/kdevplatform/Manifest
@@ -1,5 +1,3 @@
-DIST kdevplatform-1.7.2.tar.xz 1929976 SHA256 
0afcde7a746adb83b00f2bd6b02efb4022adbd61b6ba4325fb63b71902f1f4e4 SHA512 
b95a1837b61d6c63cdd5183194ea70301bb32720df8c5317ba891a91c24c1e174aa69d10131024701bfe710f4848ac50059bc4513cf334d39415d37f4a445d66
 WHIRLPOOL 
4656a52becd50e9d827010e798941465731872b014400529fde4c45410d7f77d063c7fed237f94991742af997e845145772dbb199df74ae9777d41c2bdc21693
-DIST kdevplatform-1.7.4.tar.xz 1934292 SHA256 
21ea4a6c4e241e3b9d6f991ac98b2df8b9c45e17bdb416e836cefbde2d524574 SHA512 
9293356782113abc026f063c0db9e82aff2c52631aa27fda9674c21d00d031c92853b358cf65f161910cc84e543e73fdabed01e8b326875ab7b253db9e4bb225
 WHIRLPOOL 
5531dc351f01c2e53ac62927beb7d1d33d5ae1771e445f32c035e89f09c688fd41c3781ef6960744bd29c3124d0797e9efee795945a8eb449d06aff1e4e596f0
 DIST kdevplatform-5.0.3.tar.xz 2018600 SHA256 
643d1145e1948af221f9ae148d0a10809f3d89af4b97ff0d6c4d571004f46bd4 SHA512 
ef48c0de41d1fe20269400eea4d2b04efa04cd62caaa987e6814c5513e843c3cac030479a8a0576b9fc532d7771827fcc4acda128448ff34dec9fbd55bd05d55
 WHIRLPOOL 
24cbc44345867b78b669993fcc8d1b680c051cce7c6ce91761de14877f05e6f983f562fe99d0ffa2586611d7daee8d66a2a530f7700ae2c44832f9d980069099
 DIST kdevplatform-5.0.4.tar.xz 2012332 SHA256 
01abfcd71383048d017fe989ccce0e7590010a3975bbe6e161f55ababe2ad471 SHA512 
659802a31d493507bf9b787a9dc4799fe35c38ebf5545afc0cde17bd41d9a84e9402c594e7e3dba908b0c2164183e5fa9de3b8056064add480707349d3a99d2f
 WHIRLPOOL 
e303a688f2fc4435b09f2723773622e3707d59f74661bf2d4b02ac90e867fcd4b7d0e2eadcca3019b2330ee06a307fce24aeed9354b0b5ce771ad5650b0c0d21
 DIST kdevplatform-5.1.0.tar.xz 2048172 SHA256 
f09f3b807c9d360b894bc4439cce5b1cb23ff0754941dd26abf45c33b731aedb SHA512 
b94fcd1294855654c3183c7bc0dbfefd099cfaadeb44180788f439b11c0e61609863aae5a06776d9e6a4915c9768a794760c8a931678d9cc5d9c5e98560a7998
 WHIRLPOOL 
301620ff6ebc9012f0f7bce4d771b83b8b03ab75602cae0182a0b23173ff1d9382a0536c16acc512e5ee27bd01861b308b5388b853ac701ec83b44f3b913e714

diff --git a/dev-util/kdevplatform/kdevplatform-1.7.2-r1.ebuild 
b/dev-util/kdevplatform/kdevplatform-1.7.2-r1.ebuild
deleted file mode 100644
index 8995d98d88a..000
--- a/dev-util/kdevplatform/kdevplatform-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="always"
-KMNAME="kdevelop"
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nl pl pt
-pt_BR ru sk sl sv th tr uk zh_CN zh_TW"
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="KDE development support libraries and apps"
-LICENSE="GPL-2 LGPL-2"
-IUSE="+classbrowser cvs debug +konsole reviewboard subversion"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-fi
-
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-libs/grantlee:0
-   reviewboard? ( dev-libs/qjson )
-   subversion? (
-   dev-libs/apr
-   dev-libs/apr-util
-   dev-vcs/subversion
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   classbrowser? ( dev-libs/boost )
-"
-RDEPEND="${COMMON_DEPEND}
-   cvs? ( dev-vcs/cvs )
-   konsole? ( $(add_kdeapps_dep konsolepart) )
-   !Gentoo KDE Project


-   Enable the class browser plugin
-   Enable kde-apps/konsole 
integration
Enable reviewboard support
Enable welcome page, requires 
dev-qt/qtdeclarative




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

2017-05-06 Thread Andreas Sturmlechner
commit: 5ba52bc482b4a3e4ce8d6021cbcff827dbeb58a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:49:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba52bc4

dev-util/kdevelop: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevelop/Manifest  |  2 -
 dev-util/kdevelop/kdevelop-5.0.3.ebuild | 93 -
 dev-util/kdevelop/kdevelop-5.0.4.ebuild | 93 -
 3 files changed, 188 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index bd241ea2c7c..69b4dcbf1b1 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,3 +1 @@
-DIST kdevelop-5.0.3.tar.xz 5004500 SHA256 
17a58dfc38b853c6c5987084e8973b4f7f5015a6c2c20f94c2a9f96b0c13f601 SHA512 
5fa799412c5a847bdefeca3f339c3b17b7693761209f646b6aee35734abded234d871ec9763079db7a4236047d68b3ab9a89ac22a0abb8b7a23d4c67cf749444
 WHIRLPOOL 
fa1688d2dfd5d94cf71ae397c9b6c96f0e8c0999c714a41932e9aecd9bea40159f9e39d183cac23a509f63666445b026e05905ddfc176e1e7673f78c9651438a
-DIST kdevelop-5.0.4.tar.xz 5011008 SHA256 
191142b2bdb14837c82721fdfeb15e852329f2c4c0d48fd479c57514c3235d55 SHA512 
b530263f9dc71a60a4d3218a402f3fb3e11d2a9af720da4f24f9cd7cd88ff220c98c4caa47f46da093c9dba8cf087dcf5dff21ccad231870dad80c9e99321228
 WHIRLPOOL 
e2431b65b38e4db710d0fa903c2c93866e848a46cd94d52aa23c09e9c80c8210959923acc859f7dcb56d3bfa90f72662f9ee1d2c3b3d6e26aed74510d3899c18
 DIST kdevelop-5.1.0.tar.xz 4681648 SHA256 
c0bc424a765a9be3ffb25acefcfa4db323b0612bae762fca1ae70225fa5c8ce8 SHA512 
a4363467a3caabd1b047e17ae9f1c56a4511ae752611705326a1563e48752044a242cdd429e651b3f8bc87c1de429f508dc26498a7715eab43b9f10a6685
 WHIRLPOOL 
7343997594c6edac84c49ba2b2deac9d82ecc230e8dde3bc0c09c58e0e2e19efebd80fcc4e9da6cc98fd951beae0df3eb9d375c6357e73ccfcf26af8c61325c1

diff --git a/dev-util/kdevelop/kdevelop-5.0.3.ebuild 
b/dev-util/kdevelop/kdevelop-5.0.3.ebuild
deleted file mode 100644
index ebd4e389e85..000
--- a/dev-util/kdevelop/kdevelop-5.0.3.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.0"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional-recursive"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
-LICENSE="GPL-2 LGPL-2"
-IUSE="+cxx +gdbui +ninja okteta +plasma +qmake qthelp"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 ~x86"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=dev-util/kdevplatform-${PV}:5
-   x11-misc/shared-mime-info
-   cxx? ( >=sys-devel/clang-3.5.0:0 )
-   gdbui? ( $(add_plasma_dep libksysguard) )
-   okteta? ( $(add_kdeapps_dep okteta) )
-   plasma? (
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep plasma)
-   )
-   qmake? ( dev-util/kdevelop-pg-qt:5 )
-   qthelp? ( $(add_qt_dep qthelp) )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_kdeapps_dep kapptemplate)
-   $(add_kdeapps_dep kio-extras)
-   >=sys-devel/gdb-7.0[python]
-   ninja? ( dev-util/ninja )
-   !dev-util/kdevelop:4
-   !dev-util/kdevelop-clang
-   !dev-util/kdevelop-qmake
-   !dev-util/kdevelop-qmljs
-   !

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

2017-05-06 Thread Andreas Sturmlechner
commit: 7ad78a41b2de306054cf78bcdf10f67c8af0b9ac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:47:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad78a41

dev-util/kdevelop-php: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevelop-php/Manifest  |  2 --
 dev-util/kdevelop-php/kdevelop-php-5.0.3.ebuild | 42 -
 dev-util/kdevelop-php/kdevelop-php-5.0.4.ebuild | 42 -
 3 files changed, 86 deletions(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index f021c921160..edbae309229 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,3 +1 @@
-DIST kdev-php-5.0.3.tar.xz 676568 SHA256 
76fd1f665a9e0f6a7850d5b2f145b2567ca5442eaaa1ac3b6c8e70709a9e3210 SHA512 
8535d54efc4653b07676660ad730a7fe692656f6f312af772e14b3d1a9a955d5af807868a65a4b6842c368af9a4d8ad8589ed99ecd67d7ff36b5c9e81d937e62
 WHIRLPOOL 
ab136737ba3f6bb47c7cfecd063e0e9fe5dfe86889f0867b113abcd4e875a217ebd7325d2d9ed5092f90c6db40bcd66a95c695059f8a24e3c0c7cb6ddc323b60
-DIST kdev-php-5.0.4.tar.xz 677652 SHA256 
88129c78dedb01cb37c85b55c735b353d029e05f0cbf39443e5ccf02bc03b916 SHA512 
b0fa349c9b067280798695718e66a2a99cdd5385d2c36a5fd65808acdfa013584133992cd58c8a037cd13c28f586ebdc5d91dfdbc7fb807a9904f60151604694
 WHIRLPOOL 
dc11cab3b78b8658ce6e77f99aef3d2380818a0b4fbfb2ad2e9aa5313170b1a2f331cc1bd3100d7d1d83710b27b1fe9831189463da0a9fb807304d7ec1079f8a
 DIST kdev-php-5.1.0.tar.xz 678080 SHA256 
bafb0cf407a80476ce0d2c0316bff304ff766c3dbee014e7ed2df2fc2160d5ab SHA512 
bd7768e7285a87dcc79fd5206528c3473590350e2b8ebb268f71cba6fc59014c70ee95078d8531aa70a262455f32197212c16b65f4af41f86b868acaacf10bf9
 WHIRLPOOL 
78f82cf1902d06d8e7e41b50f7e096c9fa8c29dcb67f2b5a2b484068084cd75e8062cdab2ba68ed4aef0a08c3739b8d0040e9b1ab6133ab21ec67ae769f71f71

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.0.3.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.0.3.ebuild
deleted file mode 100644
index 580be6bd215..000
--- a/dev-util/kdevelop-php/kdevelop-php-5.0.3.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
-
-EGIT_BRANCH="5.0"
-KDEBASE="kdevelop"
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional-recursive"
-KMNAME="kdev-php"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="PHP plugin for KDevelop"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 ~x86"
-
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   dev-util/kdevelop-pg-qt:5
-   >=dev-util/kdevplatform-${PV}:${SLOT}
-"
-RDEPEND="${DEPEND}
-   !dev-util/kdevelop-php-docs
-   dev-util/kdevelop:5
-"

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.0.4.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.0.4.ebuild
deleted file mode 100644
index cf7192d976d..000
--- a/dev-util/kdevelop-php/kdevelop-php-5.0.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.0"
-KDEBASE="kdevelop"
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional-recursive"
-KMNAME="kdev-php"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="PHP plugin for KDevelop"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   dev-util/kdevelop-pg-qt:5
-   >=dev-util/kdevplatform-${PV}:${SLOT}
-"
-RDEPEND="${DEPEND}
-   !dev-util/kdevelop-php-docs
-   dev-util/kdevelop:5
-"



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

2017-05-06 Thread Andreas Sturmlechner
commit: b856884792f3e84ed68a7b0e9f8a12c1c6c4031f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 18:36:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:02:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8568847

dev-util/kdevelop: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/kdevelop/Manifest  |  2 --
 dev-util/kdevelop/kdevelop-4.7.2.ebuild | 47 -
 dev-util/kdevelop/kdevelop-4.7.4.ebuild | 47 -
 dev-util/kdevelop/metadata.xml  |  1 -
 4 files changed, 97 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 0aeec8b0070..bd241ea2c7c 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,5 +1,3 @@
-DIST kdevelop-4.7.2.tar.xz 4441896 SHA256 
5801a38a9abfebead18b74c0a0f5a6d68118b297c96ef1e2f75c8bfae3463b19 SHA512 
f05643f185a02ce9f07b5e48b0cf61de5e0e2ed892b4fbe4edf749319c37466a2e904c7b64604cdff3b1c5c20e384ea23e7fdd1e30ed15642fd70f5e172e570a
 WHIRLPOOL 
2caf928f84e22aacfa2691fc7a2752f84a38cdfccc4b3c176c04c0f81445a25548f7723ee57da293a921f7934789386bce7e4c50751cd4d61da2d15c39490695
-DIST kdevelop-4.7.4.tar.xz 352 SHA256 
cdef56196364eb97a4d9f15b6d47e12d893ef0bfa7100855f532ba7a9ff69130 SHA512 
4880e5bd42c68bac90298835dbe01ecf93b824ded8cb7e3e6e26990481d3daee74ab4bcfa11e99620dd711c5d3db62019e2c4b7ea0d638636f6b795f137d51ce
 WHIRLPOOL 
420ba37467af1cff9f126988cf677460a12553b26ad04f0343a4d11c343727bc00f116de87b4cae754f362be84f76c5f0eecffc6a2185465ced91873064bc498
 DIST kdevelop-5.0.3.tar.xz 5004500 SHA256 
17a58dfc38b853c6c5987084e8973b4f7f5015a6c2c20f94c2a9f96b0c13f601 SHA512 
5fa799412c5a847bdefeca3f339c3b17b7693761209f646b6aee35734abded234d871ec9763079db7a4236047d68b3ab9a89ac22a0abb8b7a23d4c67cf749444
 WHIRLPOOL 
fa1688d2dfd5d94cf71ae397c9b6c96f0e8c0999c714a41932e9aecd9bea40159f9e39d183cac23a509f63666445b026e05905ddfc176e1e7673f78c9651438a
 DIST kdevelop-5.0.4.tar.xz 5011008 SHA256 
191142b2bdb14837c82721fdfeb15e852329f2c4c0d48fd479c57514c3235d55 SHA512 
b530263f9dc71a60a4d3218a402f3fb3e11d2a9af720da4f24f9cd7cd88ff220c98c4caa47f46da093c9dba8cf087dcf5dff21ccad231870dad80c9e99321228
 WHIRLPOOL 
e2431b65b38e4db710d0fa903c2c93866e848a46cd94d52aa23c09e9c80c8210959923acc859f7dcb56d3bfa90f72662f9ee1d2c3b3d6e26aed74510d3899c18
 DIST kdevelop-5.1.0.tar.xz 4681648 SHA256 
c0bc424a765a9be3ffb25acefcfa4db323b0612bae762fca1ae70225fa5c8ce8 SHA512 
a4363467a3caabd1b047e17ae9f1c56a4511ae752611705326a1563e48752044a242cdd429e651b3f8bc87c1de429f508dc26498a7715eab43b9f10a6685
 WHIRLPOOL 
7343997594c6edac84c49ba2b2deac9d82ecc230e8dde3bc0c09c58e0e2e19efebd80fcc4e9da6cc98fd951beae0df3eb9d375c6357e73ccfcf26af8c61325c1

diff --git a/dev-util/kdevelop/kdevelop-4.7.2.ebuild 
b/dev-util/kdevelop/kdevelop-4.7.2.ebuild
deleted file mode 100644
index a29d626d8ab..000
--- a/dev-util/kdevelop/kdevelop-4.7.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
-pl pt pt_BR ru sk sl sv th tr uk zh_CN zh_TW"
-VIRTUALX_REQUIRED="test"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and 
much more"
-LICENSE="GPL-2 LGPL-2"
-IUSE="+cmake +cxx debug okteta qthelp"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-fi
-
-DEPEND="
-   dev-libs/qjson
-   dev-qt/qtdeclarative:4[webkit]
-   okteta? ( $(add_kdeapps_dep okteta) )
-   qthelp? ( dev-qt/qthelp:4 )
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep kapptemplate)
-   $(add_kdeapps_dep kdebase-kioslaves)
-   cxx? ( >=sys-devel/gdb-7.0[python] )
-"
-RESTRICT="test"
-# see bug 366471
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_KDE4Workspace=OFF
-   $(cmake-utils_use_build cmake)
-   $(cmake-utils_use_build cmake cmakebuilder)
-   $(cmake-utils_use_build cxx cpp)
-   $(cmake-utils_use_with okteta LibKasten)
-   $(cmake-utils_use_with okteta LibOkteta)
-   $(cmake-utils_use_with okteta LibOktetaKasten)
-   $(cmake-utils_use_build qthelp)
-   )
-
-   kde4-base_src_configure
-}

diff --git a/dev-util/kdevelop/kdevelop-4.7.4.ebuild 
b/dev-util/kdevelop/kdevelop-4.7.4.ebuild
deleted file mode 100644
index 9aa9f098d04..000
--- a/dev-util/kdevelop/kdevelop-4.7.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
-pl pt pt_BR ru sk sl sv th tr uk zh_CN zh_TW"
-VIRTUALX_REQUIRED="test"
-WEBKIT_REQUIRED="always"
-inherit 

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

2017-05-06 Thread Andreas Sturmlechner
commit: 25a1887c450068543d5e38b7f583f1630316ef1b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  6 14:28:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:01:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a1887c

net-firewall/pglinux: Add kde-plasma/kde-cli-tools[kdesu] alt. RDEPEND

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-firewall/pglinux/pglinux-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/pglinux/pglinux-2.3.1.ebuild 
b/net-firewall/pglinux/pglinux-2.3.1.ebuild
index 06b0575b2f3..46fd2e91739 100644
--- a/net-firewall/pglinux/pglinux-2.3.1.ebuild
+++ b/net-firewall/pglinux/pglinux-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,7 @@ COMMON_DEPEND="
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
-   || ( kde-apps/kdesu x11-misc/ktsuss )
+   || ( kde-plasma/kde-cli-tools[kdesu] kde-apps/kdesu 
x11-misc/ktsuss )
)
 "
 DEPEND="${COMMON_DEPEND}



  1   2   3   >