[gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/

2018-05-24 Thread Patrick Lauer
commit: 24f9705b90c3aa348b739fd2aa35d16c3d88ded1
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri May 25 05:59:47 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri May 25 05:59:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f9705b

dev-db/aerospike-server-community: Bump

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 dev-db/aerospike-server-community/Manifest |  1 +
 .../aerospike-server-community-4.1.0.1.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-db/aerospike-server-community/Manifest 
b/dev-db/aerospike-server-community/Manifest
index dc66504c80a..0d34d563043 100644
--- a/dev-db/aerospike-server-community/Manifest
+++ b/dev-db/aerospike-server-community/Manifest
@@ -4,3 +4,4 @@ DIST aerospike-server-community-3.15.1.4-debian7.tgz 9775381 
BLAKE2B 4f7fe86d99c
 DIST aerospike-server-community-3.16.0.6-debian7.tgz 11106496 BLAKE2B 
b4d9e4856e7d30f537685ed6f924bae8ba953e8aab363f0fa0ba1e5522719f4a521f757944693c46af2933f9ce4e7f10d60808ef76cb78523347cac38cd0608b
 SHA512 
0e32c73881f29d634b67f1c46cdd608ad306fb164753ae3a113761adc806dba72fbd8d8022f7c5fb1b84171f145113b6659092a23e283e147d292931c5befde7
 DIST aerospike-server-community-4.0.0.1-debian7.tgz 16352955 BLAKE2B 
e6dd6295a71b4c6edf13a52c4f1be9e8fcea0c94078559b13be456ca714c9c38952a96385003391484bf7d24e3d52745806935c249f0f3cc96a154264a10c2a3
 SHA512 
896783c0cbe4b136605f17601317c6d62e8791adac6c6bebb8f80be1d33cf2f425a431af7e3fe8e5e7771a196bd4baa9db32dc11b030850c1eb3db755767934a
 DIST aerospike-server-community-4.0.0.4-debian7.tgz 16355017 BLAKE2B 
ad88330e7cc2a3b6c13a8a5ac2c1aa1bd7cf68ed4c9c2669e366cda153aca7b0bdfce35df47269b4ec5699e06bafbb9f7098abae9b83d259c1c259da2c1a
 SHA512 
b3ca3e882d543dfb5fd6293c6d6e95689c31f3c5e8cd77b3611d36c6981f3350b771eebc41d536b0a1e272bd16614354979d7d6a04c10004dd80bb5973b4c6be
+DIST aerospike-server-community-4.1.0.1-debian7.tgz 16538371 BLAKE2B 
b879fa134d932dd5c5f3432abd6902e3a1bfd071b7753a78b4d2fdd1cc58e6b875c6793285dbfa18612f9ccd98af4f8ae3a16e7178a30d03715a4d38dc369b1c
 SHA512 
f3954f209a3aab446c193b07fe6c045de89af115f29815a886c99b5648da1e3ff1b348cb1ec4299ce772d7619918e2340de6c25393e04c3bf4b9f1760646625d

diff --git 
a/dev-db/aerospike-server-community/aerospike-server-community-4.1.0.1.ebuild 
b/dev-db/aerospike-server-community/aerospike-server-community-4.1.0.1.ebuild
new file mode 100644
index 000..a69846b1bc8
--- /dev/null
+++ 
b/dev-db/aerospike-server-community/aerospike-server-community-4.1.0.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils user
+
+DESCRIPTION="Flash-optimized, in-memory, nosql database"
+HOMEPAGE="http://www.aerospike.com";
+SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}-debian7.tgz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-libs/readline:0
+   sys-libs/zlib
+   dev-libs/openssl:0
+   "
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}-debian7"
+
+pkg_setup() {
+   enewgroup aerospike
+   enewuser aerospike -1 /bin/bash /opt/aerospike aerospike
+}
+
+src_prepare() {
+   local server_deb="${P}.debian7.x86_64.deb"
+   local tools_deb="aerospike-tools-3.15.3.6.debian7.x86_64.deb"
+
+   ar x "${server_deb}" || die
+   tar xzf data.tar.gz && rm data.tar.gz || die
+
+   ar x "${tools_deb}" || die
+   tar xzf data.tar.gz && rm data.tar.gz || die
+
+   rm *.deb asinstall control.tar.gz debian-binary LICENSE SHA256SUMS
+   rm usr/bin/{asfixownership,asmigrate2to3}
+}
+
+src_install() {
+   insinto /opt/
+   doins -r opt/aerospike
+
+   fperms +x -R /opt/aerospike/bin/
+   fperms +x -R /opt/aerospike/lib/python/
+
+   for dir in '/etc' '/var/log'; do
+   keepdir "${dir}/aerospike"
+   done
+
+   insinto /etc/aerospike
+   for conf in 'aerospike.conf' 'aerospike_mesh.conf' 
'aerospike_ssd.conf'; do
+   doins "${FILESDIR}/${conf}"
+   done
+
+   insinto /usr/bin
+   doins usr/bin/*
+   fperms +x -R /usr/bin/asd
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/aerospike.logrotate aerospike
+
+   newinitd "${FILESDIR}"/aerospike.init aerospike
+
+   fowners -R aerospike:aerospike /opt/aerospike/
+   fowners aerospike:aerospike /usr/bin/asd
+   fowners -R aerospike:aerospike /var/log/aerospike
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/aerospike-amc-community/

2018-05-24 Thread Patrick Lauer
commit: 80fd7175e570b15595d608e89f5114857cd0e621
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri May 25 06:02:04 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri May 25 06:02:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fd7175

app-admin/aerospike-amc-community: Bump

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 app-admin/aerospike-amc-community/Manifest |  7 +--
 .../aerospike-amc-community-3.6.10.1.ebuild| 63 --
 .../aerospike-amc-community-3.6.11.ebuild  | 63 --
 .../aerospike-amc-community-3.6.12.ebuild  | 63 --
 .../aerospike-amc-community-3.6.8.2.ebuild | 63 --
 .../aerospike-amc-community-3.6.8.ebuild   | 63 --
 .../aerospike-amc-community-3.6.9.ebuild   | 63 --
 .../aerospike-amc-community-4.0.19.ebuild  | 24 +
 8 files changed, 25 insertions(+), 384 deletions(-)

diff --git a/app-admin/aerospike-amc-community/Manifest 
b/app-admin/aerospike-amc-community/Manifest
index fcb4bb303d2..69a1f3701c3 100644
--- a/app-admin/aerospike-amc-community/Manifest
+++ b/app-admin/aerospike-amc-community/Manifest
@@ -1,8 +1,3 @@
-DIST aerospike-amc-community-3.6.10.1.all.x86_64.deb 1434334 BLAKE2B 
a632ebfece64b9cb2d86246819b3c57df9970b002e6503d1768b5d590058bc1e3c0eafdf4e9cc8061c128c5438542160b8c9039718ac18e7053b6213169dad98
 SHA512 
2f9d208c501800d7a73d419347883ff9b4f8d65e76238c8676f1f04ad6c38aae2c9746ea65ed0d4ef36bcc9419a3a70b4d95f42aea72556935cdb3e82d943f05
-DIST aerospike-amc-community-3.6.11.all.x86_64.deb 1434296 BLAKE2B 
9892604fb2a5b88e45b1b857bb5ec37c49376cf3f33be4d4ae9ad010336c3c2ac81ec9311fc314b0cb4f50dd01f102e3210fa3e126af699eb94dd4476a546f10
 SHA512 
e6396d8328f1021bbe4505bd63d4b4835857f151d58e0bb089f18ad7b3115d4893e9b3aaac18321f26150e6d1d2f15eadcd39d2f361af145426dee0c8fd9e90d
-DIST aerospike-amc-community-3.6.12.all.x86_64.deb 1436482 BLAKE2B 
ddb128add54b11b3c94c7bf119eb86ec3d4576b486adb89f0b653d8cb6e315e4aaf5178a5f923f5163cc20dd7dc25831214481cf4fbe5d615f0aa15eb360fdde
 SHA512 
d02e02db2c041bdb4ed8392dc2703840fc7eec5a7de8f5bbb24db61538631302c94f0bcffe8e31c8e03ec2ca35b8ea82f49d713cdfe2c1e14d0a078b53fb9695
 DIST aerospike-amc-community-3.6.13.all.x86_64.deb 1436414 BLAKE2B 
cd823dd1c546fe69948ef3f77fa8bf0a68a8d95ed3ee778272b84c39b1b1bc4e5afef803931ce859fd957421f4816358590a3c1e0845fdc524a0f029b52ce828
 SHA512 
8077f8c51aab39ca701eb1ada633a3a378e02fed39ef2e565fed57fa57cf12da6c69a2b3d93e179110c29043a0a5a114512d30752eab6356e1b819ae490d23bb
-DIST aerospike-amc-community-3.6.8.2.all.x86_64.deb 1429424 BLAKE2B 
591f9982af0f9c696211fca341fc521b7e096f0cb57a0c0f0ff8d807422dfbcf121f31d87c7c3d89143c2e1e1bf96b2161531c3bad998cc5d3a069e545951e3f
 SHA512 
ed1b82f825888ce2985b77d75e2e9988f87a241159fc0452af12892f66c37ec0d88f7edd2be6fce6d06184a5c09305f5e9727af48774e55b6290402fa406abc3
-DIST aerospike-amc-community-3.6.8.all.x86_64.deb 1429404 BLAKE2B 
efebdb3d1d9136b0a1fcf5aa09d8c293cc552b32895070afc1557752d304a88f3da9970f178b8e30a0c8b9ac0762c18af93ab9446e3ba6e12a70b57c8d179370
 SHA512 
de44333471307410461bd53266b84fdc9fa92f7115012eb4b29b3ad415dd471ca3d9bf1a7c52bec7063df02a7e600dce9366910a089751dd19163cc212574d28
-DIST aerospike-amc-community-3.6.9.all.x86_64.deb 1431182 BLAKE2B 
6ba0618d048e7aa57b11a13dc92b9a838de2e26a316ae1fa35bf157656c3463e2933667dc96323648f28c5013093d59c7bf460906e2f7ff04ac3d9bd94f7e7c2
 SHA512 
67059ef2b96c4cf69b8a2edacb3edc711a18889b7eee16a038c63e8176d80e4b5ff23f126c0c16113a529e181b9c6f16601cbfa0251b0b12231ad7a23b8bc65e
 DIST aerospike-amc-community-4.0.17.tar.gz 7868123 BLAKE2B 
86ada2e5af69b9306dc10b5386d21bd4459fff8a05672f289511f1b4efc27b1bd114cdd7bf9e5d6656fa3911ca111c8eabaa178a564f2ff9e6ab64c4a88a0145
 SHA512 
3dce8e8d435f70685498083d50818c1655faa61125391424c0ff99ea50618df4f9f3c3ddc7be5c64aba7118e75c5c3f24f7c5bfe834ba7fb504fa7d72bd00db3
+DIST aerospike-amc-community-4.0.19.tar.gz 7868527 BLAKE2B 
69835bdf3d7f1a4b23cd63bb7344c50b6bbbdc04fd55b2d6ec5783a429a442fa6cdf985c77cb4ac73f8ac0663ed2524c8d7a853e970cc086335cf810fd9eaecf
 SHA512 
821de8569bf020b9a2b829e71aab5d48d25639620468aa0b3ed28dc24e0d57bc61be60939425c0a69c418602fa2fbf5ef60f1870edb3f04fa40a2a2aca281218

diff --git 
a/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.10.1.ebuild 
b/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.10.1.ebuild
deleted file mode 100644
index 5e04b68567f..000
--- a/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.10.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils user
-
-DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition 
Server"
-HOMEPAGE="http://www.aerospike.com";
-SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}.all.x86_64.deb";
-
-LICENSE="Apa

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

2018-05-24 Thread Hans de Graaff
commit: 5d3984e9ddef410e3acfb3068e32e846fab9446e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 25 05:25:58 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 25 05:31:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3984e9

app-emacs/puppet-mode: add an upstream snapshot

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emacs/puppet-mode/Manifest |  1 +
 .../puppet-mode/puppet-mode-0.3.20171221.ebuild| 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/puppet-mode/Manifest b/app-emacs/puppet-mode/Manifest
index 0db97010f4a..752a2ae4267 100644
--- a/app-emacs/puppet-mode/Manifest
+++ b/app-emacs/puppet-mode/Manifest
@@ -1 +1,2 @@
+DIST puppet-mode-0.3.20171221.tar.gz 36707 BLAKE2B 
97b285e409a1e344c12773fd1fa64c87090c883662f87fbf01f5b535e5c9027a035b6c4656ac6ca138cf872b05ff8f05af2478f2bfa5b04a10168507b48c387c
 SHA512 
12db350e4005d2b13d8e936f1a956c3bd603709a7a88489565fd4be3a8e74c7b33e6523a7371db85927c018c260762467d6e50153eea659f87711426df7774fc
 DIST puppet-mode-0.3.tar.gz 25617 BLAKE2B 
a9afb8e2f6c0a2b40cef6bb39d0fa2effe2ddffaa3b646562f0fc5b84d1613e556df88206835d6aad5862d526161d69c49ecd188e299e4f4175b479fe1957eee
 SHA512 
16ba5f71a1ec6c40b1eddf2acf5c1aa1968526b959279e1cac0cfac947f82f404fc35978ce12f5851309f293e2c92f054a718ade97d156528d505dcda58434e8

diff --git a/app-emacs/puppet-mode/puppet-mode-0.3.20171221.ebuild 
b/app-emacs/puppet-mode/puppet-mode-0.3.20171221.ebuild
new file mode 100644
index 000..2cf8f9430f7
--- /dev/null
+++ b/app-emacs/puppet-mode/puppet-mode-0.3.20171221.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+COMMIT=b3ed5057166a4f49dfa9be638523a348b55a2fd2
+
+DESCRIPTION="Emacs major mode for editing Puppet manifests"
+HOMEPAGE="https://github.com/voxpupuli/puppet-mode";
+SRC_URI="https://github.com/voxpupuli/puppet-mode/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+
+DOCS="CHANGES.md README.md"
+SITEFILE="50${PN}-1-gentoo.el"
+
+# Tests require unpackaged ert-runner
+RESTRICT="test"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed -i -e 's/@VERSION@/'${PV}'/' puppet-mode.el || die
+}



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

2018-05-24 Thread Alon Bar-Lev
commit: d3d77f4d4a7f3d8fa20e08510440c89f5d68b8eb
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri May 25 05:18:16 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri May 25 05:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d77f4d

dev-libs/xmlsec: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/xmlsec/Manifest|  1 -
 dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/dev-libs/xmlsec/Manifest b/dev-libs/xmlsec/Manifest
index 2073618469b..072e9c5ce72 100644
--- a/dev-libs/xmlsec/Manifest
+++ b/dev-libs/xmlsec/Manifest
@@ -1,2 +1 @@
-DIST xmlsec1-1.2.24.tar.gz 1835762 BLAKE2B 
78a2e1c7a324596ef34e111cba62ffcc26ad78d25823820b03753ec6449d44bfea792abbf3168728f2a117af0982a999bad918db72d1cac70a38e6e894852284
 SHA512 
a01feb9af8f85e77f2c5d2d7f596fba3ef58bc593cb9a7c3e883deb38f8292598ba5aa09fa59897fe303f10336a10b0bb0f27171f2b6e6251e694f37f0b9b7d4
 DIST xmlsec1-1.2.25.tar.gz 1839160 BLAKE2B 
af480affa84c47c5656889c8114f147e1d9a5ad0f9a494c8913fd180aa5e2cba4773451c4a5f41781026e7617cccf329057182fc3fc3f2bd4e6f007cbe8ac190
 SHA512 
ac61547a1cbf9016d7f75be3dc5249d6bc8a526bc51715e53ede13f056c1c72c57433a6be200c886000a25826c3e473954ded3ae988f25d37ac4ef4d777c66a6

diff --git a/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild
deleted file mode 100644
index 1944f78b719..000
--- a/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools ltprune
-
-DESCRIPTION="Command line tool for signing, verifying, encrypting and 
decrypting XML"
-HOMEPAGE="https://www.aleksey.com/xmlsec";
-SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86"
-IUSE="doc gcrypt gnutls libressl nss +openssl static-libs"
-REQUIRED_USE="|| ( gcrypt gnutls nss openssl )
-   gnutls? ( gcrypt )"
-
-RDEPEND=">=dev-libs/libxml2-2.7.4
-   >=dev-libs/libxslt-1.0.20
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 )
-   gnutls? ( >=net-libs/gnutls-2.8.0 )
-   nss? (
-   >=dev-libs/nspr-4.4.1
-   >=dev-libs/nss-3.9
-   )
-   openssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}1-${PV}
-
-src_prepare() {
-   default
-   # conditionally install extra documentation
-   if ! use doc ; then
-   sed -i '/^SUBDIRS/s/docs//' Makefile.am || die
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-pkgconfig \
-   --with-html-dir=/usr/share/doc/${PF}/html \
-   $(use_enable static-libs static) \
-   $(use_with gcrypt gcrypt "") \
-   $(use_with gnutls gnutls "") \
-   $(use_with nss nspr "") \
-   $(use_with nss nss "") \
-   $(use_with openssl openssl "") \
-   $(use_enable openssl aes)
-}
-
-src_test() {
-   emake TMPFOLDER="${T}" check
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2018-05-24 Thread Hans de Graaff
commit: 348c2f1662f7467d34000e27a33f0568e27c72b7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 25 05:03:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 25 05:03:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348c2f16

dev-ruby/connection_pool: add 2.2.2

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/connection_pool/Manifest  |  1 +
 .../connection_pool/connection_pool-2.2.2.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/connection_pool/Manifest 
b/dev-ruby/connection_pool/Manifest
index fabc9bec68f..35483dfbcd7 100644
--- a/dev-ruby/connection_pool/Manifest
+++ b/dev-ruby/connection_pool/Manifest
@@ -1 +1,2 @@
 DIST connection_pool-2.2.1.gem 13824 BLAKE2B 
2328a86f9d625d245f3e74d41fd615d95ea68a6fb8b1d17a9a0f9dc4ff8b772eb2942fd9103b12875a4ea2f3b6d97a4da79fc61bd348d4bae5aa50b442a2
 SHA512 
74167b200fcc02d3a60fdc0e71b44c80f1c72db75b5f604a442bd5fb55138fe1750a2db095e0283104fda35fd9024cb71c7ddb614c3d472f814d686b686b6ef0
+DIST connection_pool-2.2.2.gem 13824 BLAKE2B 
2f52bb3451dec5916d5797596f7bc3dbf39845321ee83736d679c433e96f154db852469b1f6d0d3b7c7f48262f7840087d89cdd40ece22b67a29c20ff77274dd
 SHA512 
74cb64aa3f183ee4e41f438133f60581e9f99a1d5b5daf61607cff2329bfb1fbd8810d87c35d709418a22ad925049e3e9403a602107452414a67aee1c6eecfe9

diff --git a/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild 
b/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild
new file mode 100644
index 000..97a8f019f2a
--- /dev/null
+++ b/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Generic connection pooling for Ruby"
+HOMEPAGE="https://github.com/mperham/connection_pool";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' connection_pool.gemspec || die
+   sed -i -e '/bundler/d' Rakefile || die
+   sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: media-tv/xmltv/

2018-05-24 Thread Matt Turner
commit: 5e84b4ce14d0c59ad5b4ede2a0212c313ae7e2d5
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:46:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e84b4ce

media-tv/xmltv: Dropped to ~ppc, bug 652902

 media-tv/xmltv/xmltv-0.5.57.ebuild | 2 +-
 media-tv/xmltv/xmltv-0.5.70.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/xmltv/xmltv-0.5.57.ebuild 
b/media-tv/xmltv/xmltv-0.5.57.ebuild
index 51387822097..d89721e5581 100644
--- a/media-tv/xmltv/xmltv-0.5.57.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.57.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xmltv/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux"
 
 IUSE="ar ch dtvla uk_rt uk_bleb is it na_dd na_icons fi es_laguiatv 
es_miguiatv ee re huro dk se_swedb hr no_gf fr pt eu_epg tv_combiner 
tv_pick_cgi tv_check na_dtv
 za nl in il"

diff --git a/media-tv/xmltv/xmltv-0.5.70.ebuild 
b/media-tv/xmltv/xmltv-0.5.70.ebuild
index 9e978739086..7fc96583801 100644
--- a/media-tv/xmltv/xmltv-0.5.70.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.70.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xmltv/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc x86 ~x86-linux"
 
 IUSE="ar ch_search dk dtvla es_laguiatv eu_dotmedia eu_epg fi fi_sv
 fr fr_kazer huro il is it na_dd na_dtv na_tvmedia nl no_gf pt_meo se_swedb



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-tslib/

2018-05-24 Thread Matt Turner
commit: 32958ec58e50912f201cdd0ec277fbf59ceb397f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:31:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:31:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32958ec5

x11-drivers/xf86-input-tslib: Drop old versions

 .../xf86-input-tslib-0.0.6-r2.ebuild   | 30 --
 1 file changed, 30 deletions(-)

diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r2.ebuild 
b/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r2.ebuild
deleted file mode 100644
index 7956b05629e..000
--- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-PATCHLEVEL=3
-DEBSOURCES="${PN}_${PV}-${PATCHLEVEL}.tar.gz"
-
-DESCRIPTION="xorg input driver for use of tslib based touchscreen devices"
-HOMEPAGE="http://www.pengutronix.de/software/xf86-input-tslib/index_en.html";
-SRC_URI="ftp://cdn.debian.net/debian/pool/main/x/${PN}/${DEBSOURCES}";
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/tslib"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S=${WORKDIR}/${PN}-trunk
-
-DOCS=( COPYING ChangeLog )
-
-PATCHES=(
-   "${FILESDIR}"/fix-overlapped-variable.patch
-   "${FILESDIR}"/${PN}-port-ABI-12-r48.patch
-)



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

2018-05-24 Thread Matt Turner
commit: b78ac987444230eab57f6d4cdd8d4d6d87b312b6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:37:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:37:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78ac987

x11-apps/smproxy: Drop old versions

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

diff --git a/x11-apps/smproxy/Manifest b/x11-apps/smproxy/Manifest
index 6a1a916c56f..9badd36f865 100644
--- a/x11-apps/smproxy/Manifest
+++ b/x11-apps/smproxy/Manifest
@@ -1,2 +1 @@
-DIST smproxy-1.0.5.tar.bz2 118207 BLAKE2B 
79afc9787ddc36d43de9679cdb6ad8a76db19433e3c54b02a80349b9ed71431b3e3274e69da915d379f363a6810a6a84b3d68c1fb6490d41e67df6f36427c4f9
 SHA512 
88ea92d468e1e46e473bda5bf355f0b2a98b178c5aa54e1fd29d9038a39fe843a7122a853e983034ffe6f5be3ed7b85f8b51266e4a4d1677a755ab6d4c30040e
 DIST smproxy-1.0.6.tar.bz2 132046 BLAKE2B 
b1eeba52730da79ed9f374636631c0400df997b2c5ab5ce18f1644ea6de7c55ba2914978d0b8b88f0cc455a0b5a65513fd7e29d2a374e7464fed14e007f8cf96
 SHA512 
4945c92c0f07c5dba5698889f415e78ce406939f4a36eb977309488c27385ce4ce04235c4e850a90a451fea8d7885ded7c6b18db71335c7731b38aaeefa9fcb7

diff --git a/x11-apps/smproxy/smproxy-1.0.5.ebuild 
b/x11-apps/smproxy/smproxy-1.0.5.ebuild
deleted file mode 100644
index 491d36494d8..000
--- a/x11-apps/smproxy/smproxy-1.0.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="Session Manager Proxy"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libXt
-   x11-libs/libXmu"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: 20befc51edaed0a6296821244bb39b0ee3844fc7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:39:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20befc51

x11-apps/xgamma: Drop old versions

 x11-apps/xgamma/Manifest|  1 -
 x11-apps/xgamma/xgamma-1.0.5.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest
index 89c8272b8f3..77c3d0822d1 100644
--- a/x11-apps/xgamma/Manifest
+++ b/x11-apps/xgamma/Manifest
@@ -1,2 +1 @@
-DIST xgamma-1.0.5.tar.bz2 115035 BLAKE2B 
e24ad2d1ad76139d8cb0dc9e86e2eb25deda01d5c1ee1f16da135cb45d937e7c574d2330ef8359548dfd7e7400034ce031a6b1250efeab55ea3d8f2d3e08da62
 SHA512 
6680a4e2ef7cc8806febdb69b85922eaf98a4c779ef2b1f9875507d10b31a43dc3cc2ec147b1f3ccac6f3c5f6abdaaea320eef2ebac68c14608599b17bae4ec9
 DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B 
fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd
 SHA512 
2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a

diff --git a/x11-apps/xgamma/xgamma-1.0.5.ebuild 
b/x11-apps/xgamma/xgamma-1.0.5.ebuild
deleted file mode 100644
index bc105e08848..000
--- a/x11-apps/xgamma/xgamma-1.0.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="Alter a monitor's gamma correction through the X server"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libXxf86vm
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



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

2018-05-24 Thread Matt Turner
commit: 9a336b1dbd67f164b739795620c88106937546ea
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:34:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:34:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a336b1d

x11-apps/xvidtune: Drop old versions

 x11-apps/xvidtune/Manifest |  1 -
 x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/x11-apps/xvidtune/Manifest b/x11-apps/xvidtune/Manifest
index c712bc5c10a..6be5e63f922 100644
--- a/x11-apps/xvidtune/Manifest
+++ b/x11-apps/xvidtune/Manifest
@@ -1,2 +1 @@
-DIST xvidtune-1.0.2.tar.bz2 113117 BLAKE2B 
ca6c59d1554370bbee31b508fe291049592467d5228e3e5355f8e6b45193c9a683df35c75ad4c66e399bd5a5a9fcb9c044603d27a5b1d1d4fafad58fbe3b837e
 SHA512 
4afbd4739e9fd1f94f7c5694a0bf4f7c90deba8e0b34ae446b49058293ccc90f27d0b3da2a134e1724f87183b8bbef73035eaf8c82fc11094e85b6e84c773276
 DIST xvidtune-1.0.3.tar.bz2 128492 BLAKE2B 
87271fa736f1c377f48f36fbb63a28ad0e6327ca612b681328aec44cafa839f5e1c04b239907e25f547b5a69e7dbd92bccd3500ed20760efcf18fb570078241b
 SHA512 
0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352

diff --git a/x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild 
b/x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild
deleted file mode 100644
index 2da520d4712..000
--- a/x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="video mode tuner for Xorg"
-
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXmu
-   x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libXxf86vm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



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

2018-05-24 Thread Matt Turner
commit: 78ddd59ce16bd25a5f9eee806cf244385794db5f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:35:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:35:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ddd59c

x11-apps/oclock: Drop old versions

 x11-apps/oclock/Manifest|  1 -
 x11-apps/oclock/oclock-1.0.3.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest
index 91d664abb0f..a4b83a77895 100644
--- a/x11-apps/oclock/Manifest
+++ b/x11-apps/oclock/Manifest
@@ -1,2 +1 @@
-DIST oclock-1.0.3.tar.bz2 122758 BLAKE2B 
72bdadf7b3f63e856862e77735cb64a29ceae6000e89dec770de38474c01ec80afe03b05d329fbaf7bc1a3d186c70c57889c93f87c2b376119632400c2f68336
 SHA512 
438e92c3ce79c4147dac687c7310f86e0839bff975eed9f19a75c0979e4d26f782a53af930dedc7c42b1f9ad5a37e853e3f10da0ab63d30526c0a23152825a62
 DIST oclock-1.0.4.tar.bz2 132835 BLAKE2B 
8547aeb06ac33917d44f318ffaa38bd899b78176e4ecd0e4446706cdcb3fe30933b4a63cc465601268d8d868e90d498c0fc6a27f8c0feb304fb7ca1f44492d4d
 SHA512 
6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7

diff --git a/x11-apps/oclock/oclock-1.0.3.ebuild 
b/x11-apps/oclock/oclock-1.0.3.ebuild
deleted file mode 100644
index 27a2d3042bc..000
--- a/x11-apps/oclock/oclock-1.0.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="round X clock"
-
-KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libxkbfile"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: f3a60f4a4292684ab933046cf1c7bd5de05f1f0f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:33:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:33:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a60f4a

x11-apps/setxkbmap: Drop old versions

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

diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest
index b0e60780a17..96299833a16 100644
--- a/x11-apps/setxkbmap/Manifest
+++ b/x11-apps/setxkbmap/Manifest
@@ -1,2 +1 @@
-DIST setxkbmap-1.3.0.tar.bz2 125844 BLAKE2B 
db808dee77bfd23b1727c7eb8e5aa1112145b7ec10b317c758e2dfff06863cbb0ac1494a668aa3b5bddad5ff0ddb13c49adefaf9409599c7e008f765489921ba
 SHA512 
d4843485f44a9204d1aa8bf16b3ad661747be119b0b5f38ced74dc35773519765af07fd290ab0265766de6206138e085a775bfc6edae6a232f2da9c260c0b581
 DIST setxkbmap-1.3.1.tar.bz2 133817 BLAKE2B 
f58f63623afd69275ef25cc33237176c2d1814fa124d7a5dade6ad3cf60b5ee5a8434857cfdb9b17c6f6c6cfce4dbf861a6c6bc232d9e12989acce7be285c63b
 SHA512 
5ddc2fc40ddc5a35815606998d3f111e3c2b8d915bf609462c703f9f691a0b3a6477ee98837c0a28f11dd3f0a30f17a3bcdfa38d4ca45140e521c74d043ecdee

diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild 
b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild
deleted file mode 100644
index 0405a28de6f..000
--- a/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="Controls the keyboard layout of a running X server"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-DEPEND="x11-libs/libxkbfile
-   x11-libs/libX11"
-RDEPEND="${RDEPEND}
-   x11-misc/xkeyboard-config"



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

2018-05-24 Thread Matt Turner
commit: f59cbaad29686acb70a5d7ae0f6e9cb576ed0f7d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:35:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:35:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59cbaad

x11-apps/xlsclients: Drop old versions

 x11-apps/xlsclients/Manifest|  2 --
 x11-apps/xlsclients/xlsclients-1.1.2.ebuild | 16 
 x11-apps/xlsclients/xlsclients-1.1.3.ebuild | 16 
 3 files changed, 34 deletions(-)

diff --git a/x11-apps/xlsclients/Manifest b/x11-apps/xlsclients/Manifest
index 99f3ed1ebab..3b8118be19f 100644
--- a/x11-apps/xlsclients/Manifest
+++ b/x11-apps/xlsclients/Manifest
@@ -1,3 +1 @@
-DIST xlsclients-1.1.2.tar.bz2 114703 BLAKE2B 
68e8d077b26760d14e825cb73724cf4c98f3f429f35e541a0fcc65c5162b00fffb90bcdc5bc8b1f9d8e8f250333756104608d4325f2d1bf1616746c7f4dc3b8a
 SHA512 
c217c17ddd937fd27b11706e6453a6171037bc33f9d108c0bf717dd5f2a0580eb82bb9085342d81d526c75d8aaa0a2d911e6ebcaa12ac8cafce4caa726ac93e8
-DIST xlsclients-1.1.3.tar.bz2 127324 BLAKE2B 
03860a7b3e53e371aaa66156029821e4693c720213e64b66f329121823a9ee01ce6e2f37970cdb434ce21a7484285c8df7f4effd1e17b028792131634a9651da
 SHA512 
4266068b96bb0bf565021fbda726511a387800fcc81b6b53f3fb847ca6a4de50811f66ca1423a56414619ad6f3b4d2dfb235106a1eacf9e5def8cf49c2b2ba85
 DIST xlsclients-1.1.4.tar.bz2 130586 BLAKE2B 
8e13bd29f10035a101cabe2a271fd665618dce12f7047f441bf943e8c4d2743e2385874b8e1cf42b69f6a19b7a3d5c16ec9ecff7e6cb6240102d6946dd5e
 SHA512 
42fd848d88d3cf31168a37fed63f9f5b60ddc4f36be2956b354e574c93129d75f29e005d6631784380bcef27860b54c64f419ca18ad77f092f4520dec47b10f4

diff --git a/x11-apps/xlsclients/xlsclients-1.1.2.ebuild 
b/x11-apps/xlsclients/xlsclients-1.1.2.ebuild
deleted file mode 100644
index e6a23009959..000
--- a/x11-apps/xlsclients/xlsclients-1.1.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xlsclients application"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/libxcb-1.7
-   >=x11-libs/xcb-util-0.3.8
-"
-DEPEND="${RDEPEND}"

diff --git a/x11-apps/xlsclients/xlsclients-1.1.3.ebuild 
b/x11-apps/xlsclients/xlsclients-1.1.3.ebuild
deleted file mode 100644
index ba85c829520..000
--- a/x11-apps/xlsclients/xlsclients-1.1.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xlsclients application"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/libxcb-1.7
-   >=x11-libs/xcb-util-0.3.8
-"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: 1d06b0cb1801facbe4a7915a5ef82468b1c516c7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:38:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:38:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d06b0cb

x11-apps/xlsfonts: Drop old versions

 x11-apps/xlsfonts/Manifest  |  2 --
 x11-apps/xlsfonts/xlsfonts-1.0.4.ebuild | 13 -
 x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild | 13 -
 3 files changed, 28 deletions(-)

diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest
index 074671b28da..9fa098c9d87 100644
--- a/x11-apps/xlsfonts/Manifest
+++ b/x11-apps/xlsfonts/Manifest
@@ -1,3 +1 @@
-DIST xlsfonts-1.0.4.tar.bz2 124533 BLAKE2B 
44f5671b2f63253fd98d0d6a64208916029786c0bfdef700bcc6977f319d3d8525d41438a2f3924f364c61ff81a3ce3fe8a8626af87ea832a74ab2dbc3ecb96a
 SHA512 
e4cc52ce2f677f9a90e0924dac15a732c3bba584e2513fc68a4aadd46c6d2f56401fb1128ac42e8b569b722023053e07933d2d7bc45f18b7c8717c667d260c4e
-DIST xlsfonts-1.0.5.tar.bz2 131072 BLAKE2B 
9785b22f25b552454fd7e67f9617b32fa4047dbb72a6f2898444e0930e604705f5ee8683b7df3574a055e210f1c316e03ab942f5d7ff4884b23d9834a4592a4d
 SHA512 
e20f9efa0fa33980486671abd4ef59a82fd3df033d9c1b24db8c5b2b27ada93f03dba1e3ad586a35f3b7893bef5e8f14186f1914ab3507862cce4e104199a490
 DIST xlsfonts-1.0.6.tar.bz2 133500 BLAKE2B 
e21b5776ca02c5fe07ba80c2e845fd04d75642ed7984080df3402a478748e4bea00f93134eaf359da9d5223be6bf98224067bd3413c072c2f38bd589fdc90328
 SHA512 
052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0

diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.4.ebuild 
b/x11-apps/xlsfonts/xlsfonts-1.0.4.ebuild
deleted file mode 100644
index 2f2e1d89f6d..000
--- a/x11-apps/xlsfonts/xlsfonts-1.0.4.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xlsfonts application"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE=""
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"

diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild 
b/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild
deleted file mode 100644
index 9cee87cd6cd..000
--- a/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xlsfonts application"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE=""
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-mtrack/

2018-05-24 Thread Matt Turner
commit: 0349ff5a9ba49507ddc0480dca373e792e4ec193
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:30:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:30:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0349ff5a

x11-drivers/xf86-input-mtrack: Drop old versions

 x11-drivers/xf86-input-mtrack/Manifest |  2 -
 .../xf86-input-mtrack-0.3.0.ebuild | 48 --
 .../xf86-input-mtrack-0.3.1.ebuild | 48 --
 3 files changed, 98 deletions(-)

diff --git a/x11-drivers/xf86-input-mtrack/Manifest 
b/x11-drivers/xf86-input-mtrack/Manifest
index 40aa7b99b43..e22341a0c29 100644
--- a/x11-drivers/xf86-input-mtrack/Manifest
+++ b/x11-drivers/xf86-input-mtrack/Manifest
@@ -1,3 +1 @@
-DIST xf86-input-mtrack-0.3.0.tar.gz 35826 BLAKE2B 
f3c1c169ab1e12320214ee6f6ff319f2057333645c312a0ca12e99e7bdf94d99b3008291bc965fcbf5c37919993c97c7c46e4a88b118a2aefd0d619bfdfdf593
 SHA512 
68422f04ce0b73473cbb4dc7e920dedfce2c91ece1ee59e84dc7f7be5d8e77a2c9b2284dbaefcb0b08ee14868e204c5841fd05320129ec56b33e6ee352c04688
-DIST xf86-input-mtrack-0.3.1.tar.gz 370599 BLAKE2B 
de31a7b39f7c647d296deccdf0f3ff570bb9b45e89eeed8fa3a40278724d2229a952f51fddfcb39b3660654d04a74119eb34b0bdeb5644b2f3d7061e3cc428c3
 SHA512 
b8615970092138a7d3670a9783ac29bd57e8f86312af722e6439ef55ca5812a33bbf8460adda1931699084e8a56601c02f307d375e54723857a47f934718a448
 DIST xf86-input-mtrack-0.4.1.tar.gz 386733 BLAKE2B 
6d7a49bd34894df6e88a900a86eb249a69a396d046776dd801b41a4ee505d07145f7ce66c2a83a21fa209cb78c6d709fb697145a30cf5cb5f78badd589844bd7
 SHA512 
2c517b27f4915978a01ed1d6d63f156b84c4eb1006a5e972183616a01c6d672fd7bc1c248ae22dcb09024be670afce1130c8fd8325b015811d58d020f244f010

diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild 
b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
deleted file mode 100644
index b9798eae3c3..000
--- a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-XORG_EAUTORECONF=yes
-
-inherit xorg-2 vcs-snapshot
-
-DESCRIPTION="Xorg Driver for Multitouch Trackpads"
-HOMEPAGE="https://github.com/BlueDragonX/xf86-input-mtrack";
-SRC_URI="https://github.com/BlueDragonX/xf86-input-mtrack/tarball/v${PV/_/-} 
-> ${P}.tar.gz"
-IUSE="debug"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="${RDEPEND}
-   >=sys-libs/mtdev-1.0"
-DEPEND="${DEPEND}
-   >=sys-libs/mtdev-1.0
-   x11-base/xorg-proto"
-
-DOCS=( "README.md" )
-PATCHES=( "${FILESDIR}"/${PN}-0.2.0-drop-mtrack-test.patch )
-
-pkg_setup() {
-   xorg-2_pkg_setup
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable debug)
-   )
-}
-
-pkg_postinst() {
-   xorg-2_pkg_postinst
-
-   elog
-   elog "To enable multitouch support add the following lines"
-   elog "to your xorg.conf:"
-   elog ""
-   elog "Section \"InputClass\""
-   elog "  MatchIsTouchpad \"true\""
-   elog "  Identifier  \"Touchpads\""
-   elog "  Driver  \"mtrack\""
-   elog "EndSection"
-   elog
-}

diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild 
b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
deleted file mode 100644
index 08cd6a90bb4..000
--- a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_EAUTORECONF=yes
-
-inherit xorg-2 vcs-snapshot
-
-DESCRIPTION="Xorg Driver for Multitouch Trackpads"
-HOMEPAGE="https://github.com/BlueDragonX/xf86-input-mtrack";
-SRC_URI="https://github.com/BlueDragonX/xf86-input-mtrack/tarball/v${PV/_/-} 
-> ${P}.tar.gz"
-IUSE="debug"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="${RDEPEND}
-   >=sys-libs/mtdev-1.0"
-DEPEND="${DEPEND}
-   >=sys-libs/mtdev-1.0
-   x11-base/xorg-proto"
-
-DOCS=( "README.md" )
-PATCHES=( "${FILESDIR}"/${PN}-0.2.0-drop-mtrack-test.patch )
-
-pkg_setup() {
-   xorg-2_pkg_setup
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable debug)
-   )
-}
-
-pkg_postinst() {
-   xorg-2_pkg_postinst
-
-   elog
-   elog "To enable multitouch support add the following lines"
-   elog "to your xorg.conf:"
-   elog ""
-   elog "Section \"InputClass\""
-   elog "  MatchIsTouchpad \"true\""
-   elog "  Identifier  \"Touchpads\""
-   elog "  Driver  \"mtrack\""
-   elog "EndSection"
-   elog
-}



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

2018-05-24 Thread Matt Turner
commit: 3d8ef8ef9e62918ebba81fe8fabfbccec52a3e18
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:34:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:34:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8ef8ef

x11-apps/xkbevd: Drop old versions

 x11-apps/xkbevd/Manifest|  1 -
 x11-apps/xkbevd/xkbevd-1.1.3.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-apps/xkbevd/Manifest b/x11-apps/xkbevd/Manifest
index fa9fbc372b0..1c9a3b77e35 100644
--- a/x11-apps/xkbevd/Manifest
+++ b/x11-apps/xkbevd/Manifest
@@ -1,2 +1 @@
-DIST xkbevd-1.1.3.tar.bz2 147027 BLAKE2B 
17be00eaf56931bb8ba6f556e1e0d64d9d432a9308db6292f5a366dc6925873ce62d790ba701cd0b7b4c4fa499c34ba199c3f098838234c399d4ab60d8b86645
 SHA512 
0bec7ec60c2eb7f252c290a80152d4917b6462df7ab2fc9a8234ae0ce68f56a06a939fb702513857c9176630386e2ac1dba29a8ca8b91db1adb6f3c5385f4f38
 DIST xkbevd-1.1.4.tar.bz2 151991 BLAKE2B 
5f48968f4a45aeb5a851ba5c6c9cc6dd525d4385bda3475e1261a8419a3ea931fefff8e315309b6fcfba766ec9d95b4d64b93861f84798f5d730e2c5584c2cec
 SHA512 
7628eddd0e1dc0c4df8e61eb3f6a6bf0e9d92a87e96bb2f5248ba5bd3d99d868885c36860b78e8ea2eaba3bb9a420067ef95c4d58c1254fa3d12fb25dd4e60e7

diff --git a/x11-apps/xkbevd/xkbevd-1.1.3.ebuild 
b/x11-apps/xkbevd/xkbevd-1.1.3.ebuild
deleted file mode 100644
index a0c6e65b6be..000
--- a/x11-apps/xkbevd/xkbevd-1.1.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="XKB event daemon"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
-   sys-devel/bison"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-void/

2018-05-24 Thread Matt Turner
commit: c3e0ec2d2975cae7377a7aa795af0b340a05ad91
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:31:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:31:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e0ec2d

x11-drivers/xf86-input-void: Drop old versions

 x11-drivers/xf86-input-void/Manifest |  1 -
 x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-drivers/xf86-input-void/Manifest 
b/x11-drivers/xf86-input-void/Manifest
index 1686a8fc2f2..65ab39bd077 100644
--- a/x11-drivers/xf86-input-void/Manifest
+++ b/x11-drivers/xf86-input-void/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-void-1.4.0.tar.bz2 273454 BLAKE2B 
1fca3285d5ca6b75ee3f53dec4f5768130aea10467fde3dfb3ae49afb41d45dce52635cbf79525ec497a2da5f6a093652a46c44a04997c73ce2dbbe1cdbaf388
 SHA512 
f7bc9820f93b266ac5b9c3e03c9921cc983c566df0ef195fff18408aac5dd2866b4a5bdbdeb69ac1f9af81c61abbf0c8b564299e5b5ebbcae9a27574843c0c85
 DIST xf86-input-void-1.4.1.tar.bz2 271597 BLAKE2B 
c78d829dfc9aed788fc2e527f796c697546dfa9687189f5f36043fb017515307303d1bc419458e909107fdb30f6f534e9086e86708d4b8bf2447ed941d223011
 SHA512 
3cbcba9510635fc4a3b610fb940584417d4b3fcace88670b1289906a7da15614e9a286590cecd1840af4bb3bd0c62f246522b1203700067ec384c3cc11b7e94a

diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild 
b/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild
deleted file mode 100644
index a818a53418a..000
--- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="null input driver"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.9.99.1"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: 73d1981f2f89221724c8f9896f96a50bec760b5b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:36:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:36:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d1981f

x11-apps/xlsatoms: Drop old versions

 x11-apps/xlsatoms/Manifest  |  1 -
 x11-apps/xlsatoms/xlsatoms-1.1.1.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-apps/xlsatoms/Manifest b/x11-apps/xlsatoms/Manifest
index b2d786fa706..9f7ea9ec883 100644
--- a/x11-apps/xlsatoms/Manifest
+++ b/x11-apps/xlsatoms/Manifest
@@ -1,2 +1 @@
-DIST xlsatoms-1.1.1.tar.bz2 116501 BLAKE2B 
14cf98b57bf74f11c75d693c3d33ff8c4dbefef76c9d9dc62717332f764ee27160ce85c997a8e65f665823f302567daef092ba7be46b9c91c1d9077fc968eaf5
 SHA512 
c372c80c82942eb7ee50eb243182d4bfcbaf417d0f6e2253c0baf7df65e506908914604b06add6d745cc32d7b3bcfa6c49e93dd52d78cecbae13ed49f856dd0f
 DIST xlsatoms-1.1.2.tar.bz2 123157 BLAKE2B 
db6dcd01a8494411068ae43cb93c03fe03191c981d400a7f1fe2c179e7db2bc665af8989f6e4f0b136668d3f78cf491015b58d5fc3dc7707925b9688be780848
 SHA512 
f29001de22818792212312f1b9daee1bf7afa2ef2ae945cd8c14bdc1a7bb40064d3878c5efea60458ac0bf515ab1ece16fa90cbd2b0a879a5f07f3aa3e6a0baa

diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.1.ebuild 
b/x11-apps/xlsatoms/xlsatoms-1.1.1.ebuild
deleted file mode 100644
index dd0a6fb289e..000
--- a/x11-apps/xlsatoms/xlsatoms-1.1.1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="list interned atoms defined on server"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libxcb"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: ceec2db1dbbc30f927c62327dc1d3f1416bb1178
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:38:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:38:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceec2db1

x11-apps/xwud: Drop old versions

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

diff --git a/x11-apps/xwud/Manifest b/x11-apps/xwud/Manifest
index 6419eb10b23..0afae32bda4 100644
--- a/x11-apps/xwud/Manifest
+++ b/x11-apps/xwud/Manifest
@@ -1,2 +1 @@
-DIST xwud-1.0.4.tar.bz2 124604 BLAKE2B 
e2c39708777b3f05f4013bf82598d0d33b4a8a69706467e3dad873f996375e9636a9662c9b939855d36c64a9bc03bd7b12e994541da08de8b126e4b170762dfe
 SHA512 
f3ef5fb0dc9c9e3dc3acfa597c1332263f62be5e524c7512600106e9d8eb5733231729853f6b123205367db52cb0a567320dff65d29743bf892e237795ebee57
 DIST xwud-1.0.5.tar.bz2 133376 BLAKE2B 
27ce8251ae2a2a87393655e1824121dd54f75839a8066405299e9052bf2c55c6946cd686f285dca1d7339029d8ca8b94e4adb3efb485b42bd347db212b12858d
 SHA512 
27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184

diff --git a/x11-apps/xwud/xwud-1.0.4.ebuild b/x11-apps/xwud/xwud-1.0.4.ebuild
deleted file mode 100644
index f345b2edc8c..000
--- a/x11-apps/xwud/xwud-1.0.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="image displayer for X"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-newport/

2018-05-24 Thread Matt Turner
commit: a030ddbfb887c89f3a000c3ad1bb18bbfa9c823b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:32:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:32:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a030ddbf

x11-drivers/xf86-video-newport: Drop old versions

 x11-drivers/xf86-video-newport/Manifest |  1 -
 .../xf86-video-newport/xf86-video-newport-0.2.3.ebuild  | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-drivers/xf86-video-newport/Manifest 
b/x11-drivers/xf86-video-newport/Manifest
index 25f6227ce18..31fd62bc481 100644
--- a/x11-drivers/xf86-video-newport/Manifest
+++ b/x11-drivers/xf86-video-newport/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-newport-0.2.3.tar.bz2 266377 BLAKE2B 
af86a71e8c2377e5611817a05cd1ad32070149d131121123a83f8d3e9ace13675540769ec8299b9940d85ac86816a35fef7ffe03a3e2782b321cbde0301b1808
 SHA512 
7a3d26658f906fd2a8ac8d0fe44e2c2bd794eb291de8639b137a055d52f3cc447a3c269d50b897bb9d59da9253d555734764cb3fe42ebd8ddc58484d55402646
 DIST xf86-video-newport-0.2.4.tar.bz2 308541 BLAKE2B 
3d5d1725b41f2a1128b804a904a31c684ce00bdc967940fbc01023d2960656ab41673cf265ea8dcd639dfedcb6cefa2f0e2fd2fc439cc8012c3fe3857796b1a7
 SHA512 
22f48068ac988c4dcf4a85b63704be86631258c145afe6df985fe4f60ac1848f14126d6d58f7d247b3d6e6169d2c3ef8dfbcdd4028ddd8366f06889854a0474f

diff --git a/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.3.ebuild 
b/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.3.ebuild
deleted file mode 100644
index 30e7631cedb..000
--- a/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.3.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="Newport video driver"
-KEYWORDS="-* ~mips"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: 577725d2fa5cf0fec859e72a31f2ea14b0c14ac0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:37:26 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:37:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577725d2

x11-apps/x11perf: Drop old versions

 x11-apps/x11perf/Manifest |  1 -
 x11-apps/x11perf/x11perf-1.5.4.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest
index fbae4a9c8a0..a8bb792317b 100644
--- a/x11-apps/x11perf/Manifest
+++ b/x11-apps/x11perf/Manifest
@@ -1,2 +1 @@
-DIST x11perf-1.5.4.tar.bz2 167655 BLAKE2B 
4ebc600038eb3d852d94d3db8e63ed252963e26854078b04d3dc7574207815112a01a9deaa422205447291fa57b80b16fb55def3b068a0f88998bb39007a7358
 SHA512 
5ffb9f2ed87a07f0596c60532666c1887d0fcef8da4554d6baac2ae61030af8c12e8146d7daf6dbed40f33d8d9700521794b2b89827fe19ccbfed77c39f064b9
 DIST x11perf-1.6.0.tar.bz2 191086 BLAKE2B 
accdbc4899a28a76bc1487d2f6fa04f5309337eee5e650455c9c3bd4a5187cd7ad42565bb2713c7f5974542bf8b9a2297db0ada81659479487b4a1a2e6227f25
 SHA512 
a9508c9dd6db2663b5bd30f5e1f5f80b1d22ce5221ae3dc292e746f8e554fda2d3130f7311f2545e20244dceb51e867fe80fec82c9ac5911dcdc90a73b231623

diff --git a/x11-apps/x11perf/x11perf-1.5.4.ebuild 
b/x11-apps/x11perf/x11perf-1.5.4.ebuild
deleted file mode 100644
index 23a05711007..000
--- a/x11-apps/x11perf/x11perf-1.5.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X rendering operation stress test utility"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXft
-   x11-libs/libXrender
-   x11-libs/libXext"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: 2ba522b75da51a78b569eaf51d1002c3b0784374
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:39:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:39:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba522b7

x11-apps/xpr: Drop old versions

 x11-apps/xpr/Manifest |  1 -
 x11-apps/xpr/xpr-1.0.4.ebuild | 12 
 2 files changed, 13 deletions(-)

diff --git a/x11-apps/xpr/Manifest b/x11-apps/xpr/Manifest
index a64c9138463..211e8b2fa35 100644
--- a/x11-apps/xpr/Manifest
+++ b/x11-apps/xpr/Manifest
@@ -1,2 +1 @@
-DIST xpr-1.0.4.tar.bz2 143144 BLAKE2B 
0c336de348effdd7594e499fd6516c62bb7769f0e8437a446a16433beaf4a8e237f3f054f73dc56bd333579331edf0fead46e158d9c1f401f3c56f2d9957c978
 SHA512 
4b88b71a6da835b8f27b185510cff6bc6b260e009b31b9118f12d77d37e660606654ff7ebd50014ff13f15ca74011cd3ffc12a417cea5e38d6d29ccc820a2957
 DIST xpr-1.0.5.tar.bz2 150714 BLAKE2B 
89d20134a3a9a12e319d343ae20c3aac71d1d2d2cbbffe1ff71375211efb3a4b22c2d99099fb1621fba838778702cca8c088181218c5d2c5fcb6af706d23b359
 SHA512 
d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967

diff --git a/x11-apps/xpr/xpr-1.0.4.ebuild b/x11-apps/xpr/xpr-1.0.4.ebuild
deleted file mode 100644
index 12163336328..000
--- a/x11-apps/xpr/xpr-1.0.4.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org xpr application"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-RDEPEND="x11-libs/libXmu
-   x11-libs/libX11"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-dummy/

2018-05-24 Thread Matt Turner
commit: ab71048c2a711348246e33ce83e67c53dd8bb972
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:32:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:32:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab71048c

x11-drivers/xf86-video-dummy: Drop old versions

 x11-drivers/xf86-video-dummy/Manifest   |  2 --
 .../xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild  | 21 -
 .../xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild  | 21 -
 3 files changed, 44 deletions(-)

diff --git a/x11-drivers/xf86-video-dummy/Manifest 
b/x11-drivers/xf86-video-dummy/Manifest
index 4e9aa130c29..b6fd8222422 100644
--- a/x11-drivers/xf86-video-dummy/Manifest
+++ b/x11-drivers/xf86-video-dummy/Manifest
@@ -1,3 +1 @@
-DIST xf86-video-dummy-0.3.6.tar.bz2 285892 BLAKE2B 
79fc1915cad3055715529da2254be87cf1b490e757ad6521121ca3957f4d97e1db50e4bebafd0b203ff40af49f096f6f2da1e982f5550eea0ad13f192f1f3fe3
 SHA512 
3a530083d591ebde37b58a329d9a6ed4955d09d8f3f7fb566840681f2588aa752014c8753f411aec0410a2704b3b55729868a27aee138df42eb7d7bb5a5a52c5
-DIST xf86-video-dummy-0.3.7.tar.bz2 279806 BLAKE2B 
0f1f05ac5f9d75a3fd141e98712bd15b3dedf3bb5f3f031254e6864d8fcc1d3dafc4c3165b3f1d5dada3adb03586f4de620bc2b8b91dab4b840cfcd50b6bc6fc
 SHA512 
2893964f19901af0b18417a271a3418c5adfaa311cd1688c159b86a7bdf68517d53d98a9b2c1a9942c7d2cde8ccb742832fd78c2ab0aa29844d261b9334548ec
 DIST xf86-video-dummy-0.3.8.tar.bz2 302353 BLAKE2B 
1327db3aeec2ff7e3ff0876b25eace6fcdc7fc428967dee9f0b8ee4c22dd7904dcb47d5433bdc14ab56638225b2d33f3a26543dc9e6041c60af4135c1555f798
 SHA512 
f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80

diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild 
b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild
deleted file mode 100644
index 74af38fe6fb..000
--- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for dummy cards"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="dga"
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}
-   dga? ( x11-base/xorg-proto )"
-
-pkg_setup() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable dga)
-   )
-   xorg-2_pkg_setup
-}

diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild 
b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild
deleted file mode 100644
index 4a6f6c1a00f..000
--- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for dummy cards"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="dga"
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}
-   dga? ( x11-base/xorg-proto )"
-
-pkg_setup() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable dga)
-   )
-   xorg-2_pkg_setup
-}



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

2018-05-24 Thread Matt Turner
commit: a524ae8bff01129127946477d7b56a2624261b4b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:36:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:36:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a524ae8b

x11-apps/xcmsdb: Drop old versions

 x11-apps/xcmsdb/Manifest|  1 -
 x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-apps/xcmsdb/Manifest b/x11-apps/xcmsdb/Manifest
index 78f0d191f8c..aff9d5a4f3f 100644
--- a/x11-apps/xcmsdb/Manifest
+++ b/x11-apps/xcmsdb/Manifest
@@ -1,2 +1 @@
-DIST xcmsdb-1.0.4.tar.bz2 136502 BLAKE2B 
48342533cbd41ba49b68e4be3869c7fac9ec4c4ec9465e20d5855c32a1fbc12a419f68fb6e237210327950b03b4c0dab039b3e072164710526e6337f6460a95b
 SHA512 
ddbcc10846ac8ec1b74373d0bf1944ca03f2a5ff775861fb39cad6d53828412b4fadc1d9e6ca8f79b22188e2d16b127496a85c243e347b84b2bef1ff82330702
 DIST xcmsdb-1.0.5.tar.bz2 145419 BLAKE2B 
41269ca270e4b11838f54669900a074dfbbc7339af84db8638498e220eb7abac2fe055ca003dba326babf368d26137eabc0f0bae9f69233d9c91f7e727c3ba30
 SHA512 
e47bfce87d7531e7809c300e01120c3e8d6001130d9a6c9f6de5bc19651d8712d273a6f54452223bd8c4bff4612b5ecae8db45eddb022da945ed6e14c9c84ae4

diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild 
b/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild
deleted file mode 100644
index 90ba5e466e4..000
--- a/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="Device Color Characterization utility for X Color Management 
System"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"



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

2018-05-24 Thread Matt Turner
commit: 4b7b890f89b74fa126b0692dae390e3d52be438e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:37:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7b890f

x11-apps/listres: Drop old versions

 x11-apps/listres/Manifest |  1 -
 x11-apps/listres/listres-1.0.3.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest
index efcac735daf..a8ac7f735f5 100644
--- a/x11-apps/listres/Manifest
+++ b/x11-apps/listres/Manifest
@@ -1,2 +1 @@
-DIST listres-1.0.3.tar.bz2 115429 BLAKE2B 
e4cc1e627d2331595e88ce6610c5cffa50eed0f2f8c898b3b9bfd93d1aeb66346d33079b1c25fd23e6694f47d5f7a3484ffac2f0dfb2043d6688820dded3eb89
 SHA512 
999156e9fcf1636fd4a398dc3940749eeab3b514141b9dc51254c611c0fca9d4afa7e3b127bd9e7d3e3f94b942ef3be6aa79636eaf89bef75353c8203c22
 DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 
99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c
 SHA512 
925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a

diff --git a/x11-apps/listres/listres-1.0.3.ebuild 
b/x11-apps/listres/listres-1.0.3.ebuild
deleted file mode 100644
index f3b647b0af7..000
--- a/x11-apps/listres/listres-1.0.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="list resources in widgets"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-RDEPEND="x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libXmu
-   x11-libs/libXaw"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2018-05-24 Thread Matt Turner
commit: a26f449008c2f4096a03055aae94b62620223f6b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:28:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:28:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26f4490

mail-client/mutt-1.9.4-r1: ppc64 stable, bug 652668

 mail-client/mutt/mutt-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mutt/mutt-1.9.4-r1.ebuild 
b/mail-client/mutt/mutt-1.9.4-r1.ebuild
index a9c28a55ee5..54254b5b37a 100644
--- a/mail-client/mutt/mutt-1.9.4-r1.ebuild
+++ b/mail-client/mutt/mutt-1.9.4-r1.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
kerberos? ( || ( imap pop smtp nntp ) )"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # yes, we overdepend on the backend impls here, hopefully one day we can
 # have REQUIRED_USE do what it is made for again. bug #607360
 CDEPEND="



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

2018-05-24 Thread Matt Turner
commit: 1a147e6049785f7b25152d467e7fa38c316592c9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:28:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:28:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a147e60

dev-python/cryptography-2.1.4-r1: ppc64 stable, bug 653620

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

diff --git a/dev-python/cryptography/cryptography-2.1.4-r1.ebuild 
b/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
index a5cdb804fa2..6f274fee00f 100644
--- a/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
+++ b/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE="libressl test"
 
 # the openssl 1.0.2l-r1 needs to be updated again :(



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

2018-05-24 Thread Matt Turner
commit: 9e356d0f2f9181992ab8803cda82e80cc61c3048
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:28:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:28:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e356d0f

dev-python/cryptography-2.1.4-r1: ppc stable, bug 653620

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

diff --git a/dev-python/cryptography/cryptography-2.1.4-r1.ebuild 
b/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
index 9738b3e7e2a..a5cdb804fa2 100644
--- a/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
+++ b/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE="libressl test"
 
 # the openssl 1.0.2l-r1 needs to be updated again :(



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2018-05-24 Thread Matt Turner
commit: ff202a8a3b9ca59e878be9685f29d19a8dbef293
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:28:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:28:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff202a8a

mail-client/mutt-1.9.4-r1: ppc stable, bug 652668

 mail-client/mutt/mutt-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mutt/mutt-1.9.4-r1.ebuild 
b/mail-client/mutt/mutt-1.9.4-r1.ebuild
index b9615782bfd..a9c28a55ee5 100644
--- a/mail-client/mutt/mutt-1.9.4-r1.ebuild
+++ b/mail-client/mutt/mutt-1.9.4-r1.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
kerberos? ( || ( imap pop smtp nntp ) )"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # yes, we overdepend on the backend impls here, hopefully one day we can
 # have REQUIRED_USE do what it is made for again. bug #607360
 CDEPEND="



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

2018-05-24 Thread Matt Turner
commit: f4f2588425e44f1477cbf21af27ee588dcb3a1ac
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f25884

media-plugins/gst-plugins-twolame-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.4.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.4.ebuild
index 97f75c29005..004b6015c10 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="MPEG2 encoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-speex/

2018-05-24 Thread Matt Turner
commit: cf5c878554a2103ee1a087611302192973cc64f8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5c8785

media-plugins/gst-plugins-speex-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild
index ee6384ba3ad..7c6aa0cb264 100644
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Speex encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-modplug/

2018-05-24 Thread Matt Turner
commit: df343179e700680dfce7d754135f28c5d767c33f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df343179

media-plugins/gst-plugins-modplug-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.12.4.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.12.4.ebuild
index c4120540669..16d538b354f 100644
--- a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="MOD audio decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-v4l2/

2018-05-24 Thread Matt Turner
commit: 189a054b2cd5001d5081b3245b89b3d19d1397fd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189a054b

media-plugins/gst-plugins-v4l2-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild
index 21483cf2ec9..e7a845ad0ac 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="udev"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ximagesrc/

2018-05-24 Thread Matt Turner
commit: c7a5f4078465852abb091a6c8a816cf284a1ef8b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:24:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:24:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a5f407

media-plugins/gst-plugins-ximagesrc-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
index 65e9d288e5e..e9a0f3958ff 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="X11 video capture stream plugin for GStreamer"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sidplay/

2018-05-24 Thread Matt Turner
commit: 3ca4fbf2834683ce13d9dc074b436d97c490962f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca4fbf2

media-plugins/gst-plugins-sidplay-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.12.4.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.12.4.ebuild
index 5ff4307d476..d95ff0bf59f 100644
--- a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="Sid decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soup/

2018-05-24 Thread Matt Turner
commit: bf860d01908a5328b74bcd06019eea44605b661b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf860d01

media-plugins/gst-plugins-soup-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild
index db5dedb6822..b95f1ce6cde 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="HTTP client source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libpng/

2018-05-24 Thread Matt Turner
commit: 71a96ba65678a328910d097ff164d79e54dea709
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a96ba6

media-plugins/gst-plugins-libpng-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild 
b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild
index 225d0888c02..fcfb848ced1 100644
--- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PNG image encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-taglib/

2018-05-24 Thread Matt Turner
commit: 95f6c4713260749bd2ae112ac0c7d29f22c21213
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f6c471

media-plugins/gst-plugins-taglib-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild
index d8d5d0ac563..5cf126bea94 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opus/

2018-05-24 Thread Matt Turner
commit: 45bc672ea1d64c41c0c760688ae9249e801dc339
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bc672e

media-plugins/gst-plugins-opus-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
index a2fdde17426..77406ec2807 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Opus audio parser plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-oss/

2018-05-24 Thread Matt Turner
commit: d0617f7a15ef3205a753c05c0071aa82e3671423
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0617f7a

media-plugins/gst-plugins-oss-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild 
b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild
index 1ebd17f3e0a..c902eb866cf 100644
--- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x264/

2018-05-24 Thread Matt Turner
commit: 684570f16d7a57a8eb21f839f9a0127bf28d11f8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:24:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:24:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684570f1

media-plugins/gst-plugins-x264-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-x264/gst-plugins-x264-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.12.4.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.12.4.ebuild
index 004bbd49343..2fd6d7b3947 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="H.264 encoder plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 # 20111220 ensures us X264_BUILD >= 120



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpeg2dec/

2018-05-24 Thread Matt Turner
commit: 12b5ff9599cb95e583a11ba2fcdfe0569889ecdf
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b5ff95

media-plugins/gst-plugins-mpeg2dec-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild 
b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild
index 6deb79d14e8..efb5863d09e 100644
--- a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="MPEG2 decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-meta/

2018-05-24 Thread Matt Turner
commit: 9cf9c0ccc25327ea83e63f467c60afbab57939a5
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf9c0cc

media-plugins/gst-plugins-meta-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.4.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.4.ebuild
index 7ac029863d0..dcd283104d8 100644
--- a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org";
 
 LICENSE="metapackage"
 SLOT="1.0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi 
vcd vorbis vpx wavpack X x264"
 REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-pulse/

2018-05-24 Thread Matt Turner
commit: 563548e0a702625e0d1f53d0a7bfd5bc2c6695e7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563548e0

media-plugins/gst-plugins-pulse-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild
index c3e06c48ec8..2a2b0c7ed3e 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-resindvd/

2018-05-24 Thread Matt Turner
commit: 3bbc73d27273e2741982c6c5ba2328b3afd43efe
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbc73d2

media-plugins/gst-plugins-resindvd-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.12.4.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.12.4.ebuild
index 224e9ffc5b7..5fbb3596d42 100644
--- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="DVD playback support plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-wavpack/

2018-05-24 Thread Matt Turner
commit: 8d9bf9c903c265193152bf190fd9452af8ed5917
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:24:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9bf9c9

media-plugins/gst-plugins-wavpack-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild
index 098999846b3..32faaad2665 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/

2018-05-24 Thread Matt Turner
commit: d73ef98fe0b18b75d1971bba007c65b2dd9ff620
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73ef98f

media-plugins/gst-plugins-libav-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.4.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.4.ebuild
index fbd69646f26..d82ebcacc09 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.12.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="1.0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="libav +orc"
 
 # XXX: bzip2/lzma are automagic



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libvisual/

2018-05-24 Thread Matt Turner
commit: 41fa1b13e242a2fa4dcdabd8a6933a676eca16d1
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fa1b13

media-plugins/gst-plugins-libvisual-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild 
b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
index d670c7d49d7..ebfda4e7317 100644
--- a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Visualization elements for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vpx/

2018-05-24 Thread Matt Turner
commit: 0db83be548473c057207a8d4a92959a1897dd2c4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:24:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db83be5

media-plugins/gst-plugins-vpx-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
index f32c96f4dcb..3f1f23d139b 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 # VP9 is under experimental, do not enable it now



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-neon/

2018-05-24 Thread Matt Turner
commit: b1fcb52c96c643c79dbe2e8a641fabb68cde13df
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fcb52c

media-plugins/gst-plugins-neon-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-neon/gst-plugins-neon-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.12.4.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.12.4.ebuild
index 859af467105..225be30c19c 100644
--- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="HTTP client source plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libmms/

2018-05-24 Thread Matt Turner
commit: c930f377c35f51ab41f48e30a209f90aa9e69b3d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c930f377

media-plugins/gst-plugins-libmms-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.12.4.ebuild 
b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.12.4.ebuild
index 3d995f1d544..427f145abde 100644
--- a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="Microsoft Multi Media Server source plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libmms-0.6.2-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpg123/

2018-05-24 Thread Matt Turner
commit: dddf9e67c6078f40dd551d36e1c9c86ed688a3e9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddf9e67

media-plugins/gst-plugins-mpg123-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild 
b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild
index 4f3e9c7be96..5689ef13a65 100644
--- a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="MP3 decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-raw1394/

2018-05-24 Thread Matt Turner
commit: da46f049e06ddf83106bf18bdf07c9fd43358aca
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da46f049

media-plugins/gst-plugins-raw1394-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild
index b62cae2efa6..8e450889cfe 100644
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-shout2/

2018-05-24 Thread Matt Turner
commit: 775a8c0b0cbc290a0a588a9790f037506eb8f491
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:23:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:23:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775a8c0b

media-plugins/gst-plugins-shout2-1.12.4: ppc64 stable, bug 650540

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild
index a21446190fe..6b0ad52e64b 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.12.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"



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

2018-05-24 Thread Matt Turner
commit: 9fdd44c1df904e5a7ca44ed8e175b5f6a43ada67
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fdd44c1

dev-libs/libsigsegv-2.12: ppc64 stable, bug 652802

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

diff --git a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild 
b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
index 1265bbcada3..c17e565a5c6 100644
--- a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
+++ b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 src_configure () {



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/

2018-05-24 Thread Matt Turner
commit: 45cd12fbf8a65a1f9dc9139d590997c91952dd25
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cd12fb

dev-db/sqlite-3.23.1: ppc stable, bug 650952

 dev-db/sqlite/sqlite-3.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.23.1.ebuild 
b/dev-db/sqlite/sqlite-3.23.1.ebuild
index 49e7a136cd9..a27bec035fe 100644
--- a/dev-db/sqlite/sqlite-3.23.1.ebuild
+++ b/dev-db/sqlite/sqlite-3.23.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2018/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 
 RDEPEND="sys-libs/zlib:0=[${MULTILIB_USEDEP}]



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

2018-05-24 Thread Matt Turner
commit: e450c203c37cace911899c085fda471e54af169e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e450c203

app-admin/eselect-1.4.12: ppc64 stable, bug 653746

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

diff --git a/app-admin/eselect/eselect-1.4.12.ebuild 
b/app-admin/eselect/eselect-1.4.12.ebuild
index 39a9f356931..63d1ee0f08a 100644
--- a/app-admin/eselect/eselect-1.4.12.ebuild
+++ b/app-admin/eselect/eselect-1.4.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz";
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2018-05-24 Thread Matt Turner
commit: 4622e4ecc1ad0a99c432105c0179fc632b5ddb12
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4622e4ec

sys-process/procps-3.3.15-r1: ppc stable, bug 656022

 sys-process/procps/procps-3.3.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procps/procps-3.3.15-r1.ebuild 
b/sys-process/procps/procps-3.3.15-r1.ebuild
index 609a0e4fafe..294aca285e1 100644
--- a/sys-process/procps/procps-3.3.15-r1.ebuild
+++ b/sys-process/procps/procps-3.3.15-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/6" # libprocps.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test 
unicode"
 
 COMMON_DEPEND="



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

2018-05-24 Thread Matt Turner
commit: f292845966650bf5e612808bac2782a848259e29
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2928459

sys-libs/e2fsprogs-libs-1.43.9: ppc stable, bug 655850

 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild 
b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
index 90e25e717be..985969c9aa3 100644
--- a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
+++ b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="!sys-libs/com_err



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

2018-05-24 Thread Matt Turner
commit: 3916a59dad0a4ae6602fb3b8242468d64f8ce109
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3916a59d

sys-fs/e2fsprogs-1.43.9: ppc stable, bug 655850

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

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
index 4c21e71a4a5..45aa9b9ace6 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
 IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}



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

2018-05-24 Thread Matt Turner
commit: f2f44932f205193c05293bffa7f7e8cc0f148f1c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f44932

net-dns/libidn-1.35: ppc stable, bug 655668

 net-dns/libidn/libidn-1.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn/libidn-1.35.ebuild 
b/net-dns/libidn/libidn-1.35.ebuild
index 6d5aefbe230..8f673038a9c 100644
--- a/net-dns/libidn/libidn-1.35.ebuild
+++ b/net-dns/libidn/libidn-1.35.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz"
 
 LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )"
 SLOT="0/12"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc emacs java mono nls static-libs"
 
 DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO )



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

2018-05-24 Thread Matt Turner
commit: 03d16f152e0928243d09828d4c6179831fee3a27
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d16f15

net-misc/curl-7.60.0: ppc stable, bug 655266

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

diff --git a/net-misc/curl/curl-7.60.0.ebuild b/net-misc/curl/curl-7.60.0.ebuild
index 59049ae3198..63435974137 100644
--- a/net-misc/curl/curl-7.60.0.ebuild
+++ b/net-misc/curl/curl-7.60.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2018-05-24 Thread Matt Turner
commit: 38180f08defb52447297ef42c5613b4a11bc1517
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38180f08

app-misc/beep-1.3-r3: ppc64 stable, bug 652330

 app-misc/beep/beep-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/beep/beep-1.3-r3.ebuild b/app-misc/beep/beep-1.3-r3.ebuild
index 95d12726c56..a6c0024d4f5 100644
--- a/app-misc/beep/beep-1.3-r3.ebuild
+++ b/app-misc/beep/beep-1.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.johnath.com/beep/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86"
 IUSE="suid"
 
 PATCHES=(



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

2018-05-24 Thread Matt Turner
commit: d9ccbc991a2afe2a31652cc6ca31fc1a2383e366
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ccbc99

net-dns/libidn-1.35: ppc64 stable, bug 655668

 net-dns/libidn/libidn-1.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn/libidn-1.35.ebuild 
b/net-dns/libidn/libidn-1.35.ebuild
index 8f673038a9c..f08a6c65b42 100644
--- a/net-dns/libidn/libidn-1.35.ebuild
+++ b/net-dns/libidn/libidn-1.35.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz"
 
 LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )"
 SLOT="0/12"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc emacs java mono nls static-libs"
 
 DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO )



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

2018-05-24 Thread Matt Turner
commit: c106d37ba26825d3aede15736d0686b3b698d129
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c106d37b

app-misc/beep-1.3-r3: ppc stable, bug 652330

 app-misc/beep/beep-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/beep/beep-1.3-r3.ebuild b/app-misc/beep/beep-1.3-r3.ebuild
index 0222e746e1c..95d12726c56 100644
--- a/app-misc/beep/beep-1.3-r3.ebuild
+++ b/app-misc/beep/beep-1.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.johnath.com/beep/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ppc ~ppc64 sparc x86"
 IUSE="suid"
 
 PATCHES=(



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

2018-05-24 Thread Matt Turner
commit: 19f0f1503defa99b2ad8d481b45d81aae053a33b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:09:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:09:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f0f150

app-admin/eselect-1.4.12: ppc stable, bug 653746

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

diff --git a/app-admin/eselect/eselect-1.4.12.ebuild 
b/app-admin/eselect/eselect-1.4.12.ebuild
index 460d56ceb51..39a9f356931 100644
--- a/app-admin/eselect/eselect-1.4.12.ebuild
+++ b/app-admin/eselect/eselect-1.4.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz";
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



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

2018-05-24 Thread Matt Turner
commit: 8cdeaee4a4d5b1aff1733195377c5604873bff1d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdeaee4

media-libs/freetype-2.9.1-r3: ppc stable, bug 654696

 media-libs/freetype/freetype-2.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.9.1-r3.ebuild 
b/media-libs/freetype/freetype-2.9.1-r3.ebuild
index 931643f3d51..9060267bef2 100644
--- a/media-libs/freetype/freetype-2.9.1-r3.ebuild
+++ b/media-libs/freetype/freetype-2.9.1-r3.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" !=  ]] ; then
mirror://nongnu/freetype/ft2demos-${PV}.tar.bz2 )
doc?( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.bz2
mirror://nongnu/freetype/${PN}-doc-${PV}.tar.bz2 )"
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
IUSE+=" doc"
 else
inherit autotools git-r3



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

2018-05-24 Thread Matt Turner
commit: fe7a4a2829d21f4c499e034e735a9412ac30b1dd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 04:10:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 04:10:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7a4a28

dev-libs/libsigsegv-2.12: ppc stable, bug 652802

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

diff --git a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild 
b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
index b259f294fcd..1265bbcada3 100644
--- a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
+++ b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 src_configure () {



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

2018-05-24 Thread Matt Turner
commit: 79ab26cd07a1e869b0c830d634cfb38d1e9a7dc7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:19 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ab26cd

dev-libs/xmlsec-1.2.25: ppc stable, bug 653576

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

diff --git a/dev-libs/xmlsec/xmlsec-1.2.25.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.25.ebuild
index 7e85bca44a1..e4393747d0b 100644
--- a/dev-libs/xmlsec/xmlsec-1.2.25.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.2.25.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86"
 IUSE="doc gcrypt gnutls libressl nss +openssl static-libs"
 REQUIRED_USE="|| ( gcrypt gnutls nss openssl )
gnutls? ( gcrypt )"



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

2018-05-24 Thread Matt Turner
commit: 86fabea1e4870694b51c3c11b23b0f0bada96e43
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fabea1

media-libs/libpng-1.6.34: ppc stable, bug 653462

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

diff --git a/media-libs/libpng/libpng-1.6.34.ebuild 
b/media-libs/libpng/libpng-1.6.34.ebuild
index 24ae7d056d1..f8f1a98b2e7 100644
--- a/media-libs/libpng/libpng-1.6.34.ebuild
+++ b/media-libs/libpng/libpng-1.6.34.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="apng cpu_flags_x86_sse neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]"



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

2018-05-24 Thread Matt Turner
commit: b23ce41465435670d08fbf9cbfb9c2f20c1a24d6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23ce414

dev-python/miniupnpc-2.0.20180222: ppc stable, bug 651592

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

diff --git a/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild
index 5fe306d34f2..1fc60e04a6a 100644
--- a/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=net-libs/miniupnpc-${PV}:0="



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

2018-05-24 Thread Matt Turner
commit: f33a4984611c4a74cbdcfd1413680f353a25e220
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33a4984

dev-util/ccache-3.3.4-r1: ppc64 stable, bug 646652

 dev-util/ccache/ccache-3.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild 
b/dev-util/ccache/ccache-3.3.4-r1.ebuild
index 3c9d45d320e..af319cc7c43 100644
--- a/dev-util/ccache/ccache-3.3.4-r1.ebuild
+++ b/dev-util/ccache/ccache-3.3.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



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

2018-05-24 Thread Matt Turner
commit: 1f562cdeb936abec7bc4f030582d788fd10ca9dd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f562cde

media-libs/freetype-2.9.1-r3: ppc64 stable, bug 654696

 media-libs/freetype/freetype-2.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.9.1-r3.ebuild 
b/media-libs/freetype/freetype-2.9.1-r3.ebuild
index 81bc3b1097f..931643f3d51 100644
--- a/media-libs/freetype/freetype-2.9.1-r3.ebuild
+++ b/media-libs/freetype/freetype-2.9.1-r3.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" !=  ]] ; then
mirror://nongnu/freetype/ft2demos-${PV}.tar.bz2 )
doc?( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.bz2
mirror://nongnu/freetype/${PN}-doc-${PV}.tar.bz2 )"
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
IUSE+=" doc"
 else
inherit autotools git-r3



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/

2018-05-24 Thread Matt Turner
commit: abcae09df674e973f8f3db2b696405d7bfa0a517
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcae09d

dev-db/sqlite-3.23.1: ppc64 stable, bug 650952

 dev-db/sqlite/sqlite-3.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.23.1.ebuild 
b/dev-db/sqlite/sqlite-3.23.1.ebuild
index 1f72b5dd388..49e7a136cd9 100644
--- a/dev-db/sqlite/sqlite-3.23.1.ebuild
+++ b/dev-db/sqlite/sqlite-3.23.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2018/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 
 RDEPEND="sys-libs/zlib:0=[${MULTILIB_USEDEP}]



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

2018-05-24 Thread Matt Turner
commit: e8eacfec11de61f0d3eb1b68cc5e74c25d537989
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eacfec

net-libs/miniupnpc-2.0.20180222: ppc stable, bug 651592

 net-libs/miniupnpc/miniupnpc-2.0.20180222.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20180222.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.0.20180222.ebuild
index adca70a097d..93cbb63e9b2 100644
--- a/net-libs/miniupnpc/miniupnpc-2.0.20180222.ebuild
+++ b/net-libs/miniupnpc/miniupnpc-2.0.20180222.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/16"
-KEYWORDS="amd64 arm ~arm64 hppa ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="ipv6 kernel_linux static-libs"
 
 RDEPEND=""



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

2018-05-24 Thread Matt Turner
commit: 78787d7eef62576b801df53b0399339d199d5b93
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78787d7e

sys-fs/e2fsprogs-1.43.9: ppc64 stable, bug 655850

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

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
index f73efe2b94d..4c21e71a4a5 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
 IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}



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

2018-05-24 Thread Matt Turner
commit: 2de149e7373a1f8d40e2984c376007fa13d90057
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de149e7

dev-util/shadowman-2: ppc64 stable, bug 646652

 dev-util/shadowman/shadowman-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shadowman/shadowman-2.ebuild 
b/dev-util/shadowman/shadowman-2.ebuild
index 18ceb8556ce..6887f9b6e0f 100644
--- a/dev-util/shadowman/shadowman-2.ebuild
+++ b/dev-util/shadowman/shadowman-2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2018-05-24 Thread Matt Turner
commit: 725b64dac5c7a6a3c9e6ddff26021542d5b58941
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725b64da

dev-perl/XML-TreePP-0.430.0-r1: ppc stable, bug 652902

 dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild 
b/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild
index 865e1264cdd..1c233288479 100644
--- a/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild
+++ b/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pure Perl implementation for parsing/writing XML documents"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE=""
 
 RDEPEND="



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

2018-05-24 Thread Matt Turner
commit: 537c99d6866712e970ebcd7a01ad06ff373ef607
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537c99d6

sys-apps/ethtool-4.13: ppc stable, bug 653174

 sys-apps/ethtool/ethtool-4.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ethtool/ethtool-4.13.ebuild 
b/sys-apps/ethtool/ethtool-4.13.ebuild
index 9ba26876c25..4ef19eb26fc 100644
--- a/sys-apps/ethtool/ethtool-4.13.ebuild
+++ b/sys-apps/ethtool/ethtool-4.13.ebuild
@@ -9,6 +9,6 @@ SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
 
 DEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: media-tv/xmltv/

2018-05-24 Thread Matt Turner
commit: a6f72744317e5c6622387e4216f385048378d6d7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:45:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:45:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f72744

media-tv/xmltv-0.5.70: ppc stable, bug 652902

 media-tv/xmltv/xmltv-0.5.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/xmltv/xmltv-0.5.70.ebuild 
b/media-tv/xmltv/xmltv-0.5.70.ebuild
index 7fc96583801..9e978739086 100644
--- a/media-tv/xmltv/xmltv-0.5.70.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.70.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xmltv/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-linux"
+KEYWORDS="amd64 ~arm ppc x86 ~x86-linux"
 
 IUSE="ar ch_search dk dtvla es_laguiatv eu_dotmedia eu_epg fi fi_sv
 fr fr_kazer huro il is it na_dd na_dtv na_tvmedia nl no_gf pt_meo se_swedb



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2018-05-24 Thread Matt Turner
commit: 4ab4e1ab7c656fadaf859d216081780888448392
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab4e1ab

sys-process/procps-3.3.15-r1: ppc64 stable, bug 656022

 sys-process/procps/procps-3.3.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procps/procps-3.3.15-r1.ebuild 
b/sys-process/procps/procps-3.3.15-r1.ebuild
index 43b62557e51..609a0e4fafe 100644
--- a/sys-process/procps/procps-3.3.15-r1.ebuild
+++ b/sys-process/procps/procps-3.3.15-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/6" # libprocps.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test 
unicode"
 
 COMMON_DEPEND="



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

2018-05-24 Thread Matt Turner
commit: 1c355179816ded8e31e68320275f1aaadfa893fd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c355179

sys-libs/e2fsprogs-libs-1.43.9: ppc64 stable, bug 655850

 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild 
b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
index f389b0e609e..90e25e717be 100644
--- a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
+++ b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="!sys-libs/com_err



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

2018-05-24 Thread Matt Turner
commit: 1a7a9da4150c30bda906fd54a0c0b1ab7e0b6542
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 25 03:31:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 25 03:31:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7a9da4

net-misc/curl-7.60.0: ppc64 stable, bug 655266

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

diff --git a/net-misc/curl/curl-7.60.0.ebuild b/net-misc/curl/curl-7.60.0.ebuild
index d29f8132076..59049ae3198 100644
--- a/net-misc/curl/curl-7.60.0.ebuild
+++ b/net-misc/curl/curl-7.60.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2018-05-24 Thread Zac Medico
commit: 26fceb3b147d27de82029e34b4f0dda9c7f436e8
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 25 02:48:49 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 25 02:49:57 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=26fceb3b

Updates for portage-2.3.39 release

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e35b70ca9..e243142db 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.39
+==
+* Bug Fixes:
+- Bug 646190 exclude soname deps for internal libs without DT_SONAME
+- Bug 655656 signal wakeup fd BlockingIOError messages
+- Bug 655996 SELinux enhancements for musl and cleanups
+- Bug 656394 emerge -pf RuntimeError event loop is already running
+
+
 portage-2.3.38
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 51b310385..f3f45f4d3 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.38',
+   version = '2.3.39',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2018-05-24 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 25 03:15:05 2018 +

New tag: portage-2.3.39




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

2018-05-24 Thread Zac Medico
commit: 8a8f527c7587bf388645ad703e0305797a26c3b4
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 25 03:06:08 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 25 03:06:32 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a8f527c

AsyncioEventLoop: remove redundant set_wakeup_fd call

 pym/portage/util/_eventloop/asyncio_event_loop.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pym/portage/util/_eventloop/asyncio_event_loop.py 
b/pym/portage/util/_eventloop/asyncio_event_loop.py
index 65b354544..c07b71103 100644
--- a/pym/portage/util/_eventloop/asyncio_event_loop.py
+++ b/pym/portage/util/_eventloop/asyncio_event_loop.py
@@ -104,5 +104,3 @@ class AsyncioEventLoop(_AbstractEventLoop):
return self._loop.run_until_complete(future)
finally:
self._wakeup_fd = signal.set_wakeup_fd(-1)
-   if self._wakeup_fd != -1:
-   signal.set_wakeup_fd(-1)



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

2018-05-24 Thread Zac Medico
commit: ac46b10eed56b6ab8d2075a774098e2c936c1480
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 25 03:03:12 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 25 03:10:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac46b10e

sys-apps/portage: version bump to 2.3.39

  #646190 - exclude soname deps for internal libs without DT_SONAME
  #655656 - signal wakeup fd BlockingIOError messages
  #655996 - SELinux enhancements for musl and cleanups
  #656394 - emerge -pf RuntimeError event loop is already running

Closes: https://bugs.gentoo.org/655656
Closes: https://bugs.gentoo.org/656394
Package-Manager: Portage-2.3.39, Repoman-2.3.9

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.3.39.ebuild | 284 +
 2 files changed, 285 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index dc9dadb8b40..8383bb613f1 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -4,4 +4,5 @@ DIST portage-2.3.24.tar.bz2 959266 BLAKE2B 
bc15f10599c694ad29f5a55264e929d0a04a9
 DIST portage-2.3.31.tar.bz2 986684 BLAKE2B 
dc2a6e7da211da98320b872b26af46138791e2600d261fbff21823576804ea04dc77bc69c5f64d94a9bc3d0ec9cba0630b9093c12c426ae0561471092c837080
 SHA512 
7cca6aa6e8e6ce7ee3902686b437ea09c398630f46926d568a35f94b95be3c6ecc53a4ab6ee99d52c04755d5144900cc3aa84be24a49533518f8c50a9301ffb8
 DIST portage-2.3.36.tar.bz2 992242 BLAKE2B 
44b414495ab156214bfd27d10894a6b1ae020f503639f41d408670b440b5e389bd56c801138907992982db8964aaa2664e9f7f0aa99647d4eab1aa81167157ba
 SHA512 
765bb60fce2b6b84c5fde7b19c5abeeed0ba8036ea311c7f57dfcb2ed11395cafe7bdd07a2b46adce95792f4bf9f5401643e88780c90e792a8a4e4d1f2886167
 DIST portage-2.3.38.tar.bz2 993841 BLAKE2B 
a473d905a3caae4fc9e45486c4cbf75b10de396b40b4f84aef9012da12dab78ad14f8645bbb71adf058159dca6dacba7314d44664826c8402904d0e0e4c55e52
 SHA512 
e9fbfdcb5c3f4f8c001d0cd16e62c0cc7c23b92f9abca1b26f4c9e95b547e78cf126a9a7807b70beb9014514c1d32bd277bea9d0b91a7c912785b4178f77dede
+DIST portage-2.3.39.tar.bz2 995385 BLAKE2B 
91cfc2b48b82b971c7fa3112110a47f151459cf7a714abd81c812ac198433d5946047adb7c582887eb0026d5cbf594d15b20f261f0f01f3d8078309f07b58aa5
 SHA512 
71e6cb4401e2b8e778a458efa8aea21ba6b48781abaf14b37ec7e76fdcb08540a12e922d7175bcb8492c2b2e80d543f8f39ecfb2f4b48235c8ac86a8c51aa76d
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8

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

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

2018-05-24 Thread Zac Medico
commit: adee194534f0b3d9762efd1e8e8713c316b93f5a
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 24 22:36:29 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 25 02:01:27 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=adee1945

AsyncioEventLoop: suppress BlockingIOError warning (bug 655656)

Override AbstractEventLoop.run_until_complete() to prevent
BlockingIOError from occurring when the event loop is not running,
by using signal.set_wakeup_fd(-1) to temporarily disable the wakeup
fd. In order to avoid potential interference with API consumers,
only modify wakeup fd when portage._interal_caller is True.

Bug: https://bugs.gentoo.org/655656

 .../util/futures/asyncio/test_wakeup_fd_sigchld.py | 76 ++
 pym/portage/util/_eventloop/asyncio_event_loop.py  | 37 +--
 2 files changed, 106 insertions(+), 7 deletions(-)

diff --git a/pym/portage/tests/util/futures/asyncio/test_wakeup_fd_sigchld.py 
b/pym/portage/tests/util/futures/asyncio/test_wakeup_fd_sigchld.py
new file mode 100644
index 0..abc67c241
--- /dev/null
+++ b/pym/portage/tests/util/futures/asyncio/test_wakeup_fd_sigchld.py
@@ -0,0 +1,76 @@
+# Copyright 2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+import os
+import subprocess
+
+import portage
+from portage.const import PORTAGE_PYM_PATH
+from portage.tests import TestCase
+from portage.util._eventloop.global_event_loop import _asyncio_enabled
+
+
+class WakeupFdSigchldTestCase(TestCase):
+   def testWakeupFdSigchld(self):
+   """
+   This is expected to trigger a bunch of messages like the 
following
+   unless the fix for bug 655656 works as intended:
+
+   Exception ignored when trying to write to the signal wakeup fd:
+   BlockingIOError: [Errno 11] Resource temporarily unavailable
+   """
+   if not _asyncio_enabled:
+   self.skipTest('asyncio not enabled')
+
+   script = """
+import asyncio as _real_asyncio
+import os
+import signal
+import sys
+
+import portage
+
+# In order to avoid potential interference with API consumers, wakeup
+# fd handling is enabled only when portage._interal_caller is True.
+portage._internal_caller = True
+
+from portage.util.futures import asyncio
+
+loop = asyncio._wrap_loop()
+
+# Cause the loop to register a child watcher.
+proc = loop.run_until_complete(_real_asyncio.create_subprocess_exec('sleep', 
'0'))
+loop.run_until_complete(proc.wait())
+
+for i in range(8192):
+   os.kill(os.getpid(), signal.SIGCHLD)
+
+# Verify that the child watcher still works correctly
+# (this will hang if it doesn't).
+proc = loop.run_until_complete(_real_asyncio.create_subprocess_exec('sleep', 
'0'))
+loop.run_until_complete(proc.wait())
+loop.close()
+sys.stdout.write('success')
+sys.exit(os.EX_OK)
+"""
+
+   pythonpath = os.environ.get('PYTHONPATH', '').strip().split(':')
+   if not pythonpath or pythonpath[0] != PORTAGE_PYM_PATH:
+   pythonpath = [PORTAGE_PYM_PATH] + pythonpath
+   pythonpath = ':'.join(filter(None, pythonpath))
+
+   proc = subprocess.Popen(
+   [portage._python_interpreter, '-c', script],
+   stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
+   env=dict(os.environ, PYTHONPATH=pythonpath))
+
+   out, err = proc.communicate()
+   try:
+   self.assertEqual(out[:100], b'success')
+   except Exception:
+   portage.writemsg(''.join('{}\n'.format(line)
+   for line in 
out.decode(errors='replace').splitlines()[:50]),
+   noiselevel=-1)
+   raise
+
+   self.assertEqual(proc.wait(), os.EX_OK)

diff --git a/pym/portage/util/_eventloop/asyncio_event_loop.py 
b/pym/portage/util/_eventloop/asyncio_event_loop.py
index bf5937de8..65b354544 100644
--- a/pym/portage/util/_eventloop/asyncio_event_loop.py
+++ b/pym/portage/util/_eventloop/asyncio_event_loop.py
@@ -1,6 +1,7 @@
 # Copyright 2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+import os
 import signal
 
 try:
@@ -11,6 +12,8 @@ except ImportError:
_real_asyncio = None
_AbstractEventLoop = object
 
+import portage
+
 
 class AsyncioEventLoop(_AbstractEventLoop):
"""
@@ -26,13 +29,15 @@ class AsyncioEventLoop(_AbstractEventLoop):
def __init__(self, loop=None):
loop = loop or _real_asyncio.get_event_loop()
self._loop = loop
-   self.run_until_complete = loop.run_until_complete
+   self.run_until_complete = (self._run_until_complete
+   if portage._internal_caller else 
loop.run_until_complete)
self.call_soo

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/

2018-05-24 Thread Aaron Bauman
commit: 8e86cc9c1fdb78c4a27e4144bdb885b0079375df
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri May 25 01:58:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 25 01:58:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e86cc9c

Revert "app-accessibility/epos: install usable voices"

This reverts commit b200d21e293b99f166eadbaace8bbe1236a4199e.

 app-accessibility/epos/Manifest  |  1 -
 app-accessibility/epos/epos-2.5.37-r3.ebuild | 54 
 app-accessibility/epos/metadata.xml  |  3 --
 3 files changed, 58 deletions(-)

diff --git a/app-accessibility/epos/Manifest b/app-accessibility/epos/Manifest
index ee944e90543..5b1848f15f7 100644
--- a/app-accessibility/epos/Manifest
+++ b/app-accessibility/epos/Manifest
@@ -1,2 +1 @@
 DIST epos-2.5.37.tar.gz 976240 BLAKE2B 
9304ea32f9506f130d13f5c1d14ad2dcc448cf978d0f7cd26f6bc97397f4590bd5456c9a529dbb941eb53f19cd64b849a1cbf5aee402a8eb171dbacfc85ada03
 SHA512 
870718a5e7b5048eafd62c478963de92fe8a90b3e755f79ea665dc33ad762c0ec4ebaf7c99d5f2be8983a0deacba284ae07b24d9a31bdd1a1eff5924327255ef
-DIST epos-tdp.tgz 31145030 BLAKE2B 
9cfb9ae85c2db44050be7a8536da2ce2a9511c82dd9f4ae4ea9dc1ce70b29931b791518236b9649b86d8713c22535592af99875978cfd443fdbc88fc08b38eac
 SHA512 
0ba7f22d4e150c63ab60537bcba570ee54caa84cb9e36290b46a2d48a7202969f188a9cc8fdf521154da29f1b935fb15dbe38fe4df7e3cdac19f400bbff93720

diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild 
b/app-accessibility/epos/epos-2.5.37-r3.ebuild
deleted file mode 100644
index 37ac103df46..000
--- a/app-accessibility/epos/epos-2.5.37-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="language independent text-to-speech system"
-HOMEPAGE="http://epos.ufe.cz/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   voices? ( 
mirror://sourceforge/${PN}/voices/Czech%20_%20Machac%2BViolka%2C%20July%2005/epos-tdp.tgz
 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="+voices"
-
-DEPEND=">=app-text/sgmltools-lite-3.0.3-r9
-   dev-util/byacc"
-RDEPEND=""
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.5.37-gcc43.patch
-   "${FILESDIR}"/${PN}-2.5.37-gcc45.patch
-   "${FILESDIR}"/${PN}-2.5.37-gcc47.patch
-   "${FILESDIR}"/${PN}-2.5.37-disable-tests.patch
-   "${FILESDIR}"/${PN}-2.5.37-gcc7.patch
-)
-
-src_prepare() {
-   default
-   sed -i -e "s/CCC/#CCC/" configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-charsets \
-   --disable-portaudio \
-   CXXFLAGS=-fno-delete-null-pointer-checks \
-   YACC=byacc
-}
-
-src_install() {
-   default
-
-   doinitd "${FILESDIR}/eposd"
-   dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo"
-   if use  voices ; then
-   insinto /usr/share/${PN}/inv/
-   doins -r ../tdp
-   fi
-}

diff --git a/app-accessibility/epos/metadata.xml 
b/app-accessibility/epos/metadata.xml
index 8c2b0ba300d..ff924802b4d 100644
--- a/app-accessibility/epos/metadata.xml
+++ b/app-accessibility/epos/metadata.xml
@@ -8,7 +8,4 @@

epos

-   
-   Adds additional voices
-   
 



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

2018-05-24 Thread Matt Thode
commit: 594b05b00fc83e722ca735b5deea02ee95111b8c
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 25 01:51:15 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 25 01:52:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594b05b0

sys-cluster/nova: 17.0.4 and 16.1.3 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-cluster/nova/Manifest   |   8 --
 sys-cluster/nova/nova-16.1.0.ebuild | 251 ---
 sys-cluster/nova/nova-16.1.2.ebuild | 251 ---
 sys-cluster/nova/nova-16.1.3.ebuild |   2 +-
 sys-cluster/nova/nova-17.0.1.ebuild | 257 
 sys-cluster/nova/nova-17.0.3.ebuild | 257 
 sys-cluster/nova/nova-17.0.4.ebuild |   2 +-
 7 files changed, 2 insertions(+), 1026 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index f242bdb2466..eedac02847c 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,14 +1,6 @@
-DIST nova-16.1.0.tar.gz 10952926 BLAKE2B 
b0b1f8eba404aca567e846210debd45aca7460a39a34a051b00cac2c057f2aec746b405ccb0ab4775573a69ac66a9e464d75ec15353598b4f41c8424f3d9d992
 SHA512 
eb6eafacc5194c9bdbb81134d77a884d6959c29921b9aa62d829b5e2dafbd905625a5181bc0e65c4f111d629e54544820e7c889f9eb451c3aa2341e4e9938f41
-DIST nova-16.1.2.tar.gz 10978566 BLAKE2B 
5ab24b56b0b8f3dcc4eae8555a4e8968c7396a525e376c01cf7bc373548af64bf520079f36e921bc8b6a8ed38a2edcdccb7f0a6909dc0829a369bb4b8be40dfa
 SHA512 
4cba847ed6ce37efa4805411b5c87c7b26538e0dd2bb6284691a15cd9beaf3379a9a74866bd2515537d55e5597c8bd11ed9395da5bca683c6920c732e26ac622
 DIST nova-16.1.3.tar.gz 10978745 BLAKE2B 
6eb95dd2b499dac6355f345ea6b2becb5741d78dafe402bb479a891f9a97405a3ab7fbf30df8d67e906408a34cbbbc6d08fa3861235f274927df4c146c0d24a9
 SHA512 
37efe67b3ab10b14dbbf3fed98859652ff15fb215616905ced58840f9ce3c8a9a78af93347164e321de7ed5e043efc5e033edbc1434f417d93b59b7de4c25c3d
-DIST nova-17.0.1.tar.gz 11038397 BLAKE2B 
2006412601cd5ca7349b0df248bcacf7c9316b4865b8ff9fc7e0eb81174f3c4eade994624f5a5031de9c079e85c09aa28adc16c550eb596271ebfc6a29a107a2
 SHA512 
6308bdb35f2d8fa8e1d28ffab8f3421d8d4357834272e27aca61a4aed83ebcf5cffafe330c286dc6e4c746145d12b018f876a57db2f0e44cae3ae8728a634e85
-DIST nova-17.0.3.tar.gz 11055655 BLAKE2B 
6e2f9b07c8c32e711f570ff704754e2e02722fec87e32b6d315611982e6289465c6d65bec85c45ae30d3bf7a713eee09aa5e883bb8dc1893a21977e42df12f23
 SHA512 
9c20ac51cbac91563f3f84c94142cccafa72c5db51dac9a846eaa6985e5c119468f938bffeb7a19a3e63810705969e23305c3a9720304b7d72bec3c47516a80c
 DIST nova-17.0.4.tar.gz 11052405 BLAKE2B 
fc5a02bf1dadbc2f2541e2dfcba08506b95289ac8ca3ac6504ec81b31cbf6f2f971adc301c9b90764bb324d4584a6852a777d344dd0d90941edc24cf2ecefe73
 SHA512 
183f86a716f029dee56e93599721fa7ada43426b01ff6f126afeb638228d3e30fdb85d6edda2f28f738894a65ef9b444dff4b2fda857e8dd61a705b04d15bcd3
-DIST nova.conf.sample-16.1.0 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
-DIST nova.conf.sample-16.1.2 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 DIST nova.conf.sample-16.1.3 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
-DIST nova.conf.sample-17.0.1 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
-DIST nova.conf.sample-17.0.3 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-17.0.4 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-2017.2. 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5

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

2018-05-24 Thread Matt Thode
commit: d0798657d638d6c8b2283b0a217a6874004a588b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 25 01:49:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 25 01:52:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0798657

www-apps/icingaweb2: 2.5.3 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 www-apps/icingaweb2/Manifest|  2 -
 www-apps/icingaweb2/icingaweb2-2.5.1.ebuild | 79 -
 www-apps/icingaweb2/icingaweb2-2.5.2.ebuild | 79 -
 www-apps/icingaweb2/icingaweb2-2.5.3.ebuild |  2 +-
 4 files changed, 1 insertion(+), 161 deletions(-)

diff --git a/www-apps/icingaweb2/Manifest b/www-apps/icingaweb2/Manifest
index 0957f7b860e..c3b9104fd26 100644
--- a/www-apps/icingaweb2/Manifest
+++ b/www-apps/icingaweb2/Manifest
@@ -1,3 +1 @@
-DIST icingaweb2-2.5.1.tar.gz 8133540 BLAKE2B 
f5f9d2131f87160f7df5b34cae7e9b1036e14994f3b739607b26ba676e6cd56ad95ed5688c873df3232fc9782566b0bb5c2054aa04dd272b389a1eae8501af88
 SHA512 
8e76347f76a2b2889fb9a61c000ef7865f40b2ea261f59bfbf24bb8d0e4e7e2977ff283d31989f6892e371f4a9a4d4682a2cac3269070b2036cc37ea74af1b11
-DIST icingaweb2-2.5.2.tar.gz 8125051 BLAKE2B 
36ed108d890736c909a9aa5908405e864129538801a5648194e976179660841244c53f852badaafcda50b2677abc74afb3b48d2073ef8f80e23a795a65b2a641
 SHA512 
174bc4b2433f49cc9e58dc2501b9328520914d7eebb81193950e5fe337620f3fbf345a0537176fbfc1dbc062f9cb7e1e4e3058480bad5b73f465fb8e1839e90d
 DIST icingaweb2-2.5.3.tar.gz 8124667 BLAKE2B 
43f9e47d670aaeffb15a8dbca6794d72436b195d4a19491d31f548a57ef9d2d0c411f16276be5355700e8dc863b8ef84821c68759d65ef2e97688a88d92605ca
 SHA512 
d11d4f90f0cb54ab6fc5412151d412fc7827c895e81f6c91806090c364b3df4f2999bbc5f65cd4007406a3e7a7c9e0d48fb8f8362f3d7780681ac8702cfcb572

diff --git a/www-apps/icingaweb2/icingaweb2-2.5.1.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.5.1.ebuild
deleted file mode 100644
index f0f9dd8f5d6..000
--- a/www-apps/icingaweb2/icingaweb2-2.5.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit depend.apache eutils multilib user
-
-DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
-HOMEPAGE="http://www.icinga.org/";
-SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="apache2 ldap mysql nginx pdf postgres"
-REQUIRED_USE="^^ ( apache2 nginx )"
-KEYWORDS="amd64 x86"
-
-DEPEND=">=net-analyzer/icinga2-2.1.1
-   dev-php/pecl-imagick
-   pdf? ( media-gfx/imagemagick[png] )
-   apache2? (
-   >=www-servers/apache-2.4.0
-   || (
-   
dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   )
-   nginx? (
-   >=www-servers/nginx-1.7.0:*
-   || (
-   
dev-lang/php:5.6[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   )"
-RDEPEND="${DEPEND}"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-
-   enewgroup icingaweb2
-   enewgroup icingacmd
-   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
-   use apache2 && usermod -a -G icingacmd,icingaweb2 apache
-}
-
-pkg_config() {
-   if [[ -d /etc/icingaweb2 ]] ; then
-   einfo "Updating existing installation ..."
-   else
-   einfo "Running first time setup ..."
-   einfo "Creating configuration directory ..."
-   /usr/share/${PN}/bin/icingacli setup config directory
-   einfo "Creating authentication token for web setup ..."
-   /usr/share/${PN}/bin/icingacli setup token create
-   if use apache2 ; then
-   einfo "The following might be useful for your Apache2 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
-   fi
-   if use nginx ; then
-   einfo "The following might be useful for your NGinx 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 

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

2018-05-24 Thread Matt Thode
commit: 4554ce8226e1e5d5b67e4638a1b98c493bd38bf8
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 25 01:48:09 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 25 01:52:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4554ce82

dev-python/python-novaclient: 9.1.2 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/python-novaclient/Manifest  |  2 -
 .../python-novaclient-6.0.1.ebuild | 73 --
 .../python-novaclient-9.1.1.ebuild | 70 -
 .../python-novaclient-9.1.2.ebuild |  2 +-
 4 files changed, 1 insertion(+), 146 deletions(-)

diff --git a/dev-python/python-novaclient/Manifest 
b/dev-python/python-novaclient/Manifest
index d47932ae79b..9f277a866ca 100644
--- a/dev-python/python-novaclient/Manifest
+++ b/dev-python/python-novaclient/Manifest
@@ -1,4 +1,2 @@
-DIST python-novaclient-6.0.1.tar.gz 288613 BLAKE2B 
b31b8a6b0ca136db396318513bd9fe6ba6c85517935c1f74654145cdc1a4a4b93cbae289126444ed1fd8ac0afb41b1952da20b7ebc5b55d73dc64c8a1567d8bd
 SHA512 
20bbd40bed2328c6bceba6e0057b541e949d1ea1f7c37190d2ef07bed164a2cf20927b2e7a1b26c349038fca625873e189dad150b4a3e801f9211388ab3996c7
 DIST python-novaclient-7.1.2.tar.gz 284152 BLAKE2B 
d632444db1393d69c9e87c2f487babe8931492c339e2838d4f024e01d78a2d1b2958feb0c9f22637311dbc5a6c51e052b241798a7507914f56ec10c3962ff27b
 SHA512 
6b7e4bc80e07b09756f61624d2cf7b81dccd1d102f22cb9609b7e1de6f091061c513691095467e293b742c40a62c8cabc2d3ff8cbc5492d07763655de4d6c516
-DIST python-novaclient-9.1.1.tar.gz 277784 BLAKE2B 
f05186c4ea6a539987b828386232eb20526e869e0933679ec530b1001edf78e72b6567dd600bdeeb8e0cc7986ff68daf4f1690c6e7e21721c9c21d65eba2be3a
 SHA512 
ceb60a1e88c6ef7b9cc9fba9a192bd781b4404e4cc500b902cc2b4a8cf2f8917f1066df5349d2e421dfaa9fd6b791452872a30440cdec604bad3bee85cd6cd82
 DIST python-novaclient-9.1.2.tar.gz 279803 BLAKE2B 
a26e80085200de4eb1da97a37feeb3da0a70fdfc4adcd837ce0e18a275ed819457e140aa94e74e7d07003d2607a245aa0a263bed954c7252f4f28092cc7b74c0
 SHA512 
d71008a32b022d452b43babef6b600f5ee2b2ad3a4e1a473731966f08132c5de813d9387982e4111c055d0266be6527cca3da5d58ec8b7bda8d628bb8189ca1b

diff --git a/dev-python/python-novaclient/python-novaclient-6.0.1.ebuild 
b/dev-python/python-novaclient/python-novaclient-6.0.1.ebuild
deleted file mode 100644
index 3255bc30b60..000
--- a/dev-python/python-novaclient/python-novaclient-6.0.1.ebuild
+++ /dev/null
@@ -1,73 +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 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Nova API"
-HOMEPAGE="https://github.com/openstack/python-novaclient";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   https://github.com/openstack/python-novaclient";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-5.5.1[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/python-neutronclient-6.3.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
-   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.3.1[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   >=dev-python/keystoneauth-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
-   >=dev-python

[gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/files/

2018-05-24 Thread Aaron Bauman
commit: 215e6f7b7a4344a37cb58182a13cc2c714290fdd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu May 24 17:36:58 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 25 01:12:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215e6f7b

mail-filter/policyd-weight: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/8559

 .../policyd-weight/files/policyd-weight.init.d-r1  | 29 --
 1 file changed, 29 deletions(-)

diff --git a/mail-filter/policyd-weight/files/policyd-weight.init.d-r1 
b/mail-filter/policyd-weight/files/policyd-weight.init.d-r1
deleted file mode 100644
index 366cd183f9d..000
--- a/mail-filter/policyd-weight/files/policyd-weight.init.d-r1
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/openrc-run
-
-extra_started_commands="reload"
-
-daemon="policyd-weight"
-exec="/usr/libexec/postfix/policyd-weight"
-
-depend(){
-   before postfix
-   use net
-}
-
-start(){
-   ebegin "Starting ${daemon}"
-   ${exec} start
-   eend $?
-}
-
-stop(){
-   ebegin "Stopping ${daemon}"
-   ${exec} -k stop
-   eend $?
-}
-
-reload(){
-   ebegin "Reloading ${daemon}"
-   ${exec} reload
-   eend $?
-}



[gentoo-commits] repo/gentoo:master commit in: app-metrics/pushgateway/, app-metrics/pushgateway/files/

2018-05-24 Thread Manuel Rüger
commit: 5ff6e1a3442f0ccd1340ea4f0c760e8e2aaf5775
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 25 00:49:19 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 25 00:49:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff6e1a3

app-metrics/pushgateway: Version bump to 0.5.0

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-metrics/pushgateway/Manifest   |  1 +
 app-metrics/pushgateway/files/pushgateway-1.confd  | 14 ++
 app-metrics/pushgateway/files/pushgateway-1.initd  | 19 
 .../pushgateway/files/pushgateway-1.service| 16 +++
 app-metrics/pushgateway/pushgateway-0.5.0.ebuild   | 51 ++
 5 files changed, 101 insertions(+)

diff --git a/app-metrics/pushgateway/Manifest b/app-metrics/pushgateway/Manifest
index 6d857bd20ce..ad95cf77cbc 100644
--- a/app-metrics/pushgateway/Manifest
+++ b/app-metrics/pushgateway/Manifest
@@ -1 +1,2 @@
 DIST pushgateway-0.4.0.tar.gz 1140644 BLAKE2B 
ea82e2e7f6fd817de02044e5aafde724a4089e4f2961f0b581f90df7e04e65af5a3c3e044ef94bd600a92468a8aed791c838a8fdc64b05b7a91d6288e7e96fb3
 SHA512 
67f25e5f7fdc54143c5d10720f27bd256f22695ced93088cf2b72fe3197e45324d4353357ae40d7d3e92019480c0bec009e38ed3f583724d46411d76adbdc927
+DIST pushgateway-0.5.0.tar.gz 1566969 BLAKE2B 
255592d172ba910cd4c031f33045ee92fa02b8ba04c69a844e1a81d0fb4c0425f4a71931c917cb70f90422e25ad8761892cde344acb3fa7465e682ff8671f31b
 SHA512 
d0a96aa8b1a59266a8864ab760ad6fdbdc131c49b08aa3bf89f54ed9c6ced6a4b7ab2f8c70d15dad1605ec7b46c5e784dc77be10f26ebd56a3a0f16f7285d607

diff --git a/app-metrics/pushgateway/files/pushgateway-1.confd 
b/app-metrics/pushgateway/files/pushgateway-1.confd
new file mode 100644
index 000..73149075bb4
--- /dev/null
+++ b/app-metrics/pushgateway/files/pushgateway-1.confd
@@ -0,0 +1,14 @@
+# --log.format value
+#  If set use a syslog logger or JSON logging. Example: 
logger:syslog?appname=bob&local=7 or logger:stdout?json=true. Defaults to 
stderr.
+# --log.level value
+#  Only log messages with the given severity or above. Valid levels: 
[debug, info, warn, error, fatal].
+# --persistence.file string
+#  File to persist metrics. If empty, metrics are only kept in memory.
+# --persistence.interval duration
+#  The minimum interval at which to write out the persistence file. 
(default 5m0s)
+# --web.listen-address string
+#  Address to listen on for the web interface, API, and telemetry. 
(default ":9091")
+# --web.telemetry-path string
+#  Path under which to expose metrics. (default "/metrics")
+
+#command_args="--web.listen-address localhost:9091 
--persistence.file=/var/lib/${RC_SVCNAME}/persistence.gob"

diff --git a/app-metrics/pushgateway/files/pushgateway-1.initd 
b/app-metrics/pushgateway/files/pushgateway-1.initd
new file mode 100644
index 000..60f81c1f38a
--- /dev/null
+++ b/app-metrics/pushgateway/files/pushgateway-1.initd
@@ -0,0 +1,19 @@
+#!/sbin/openrc-run
+# Copyright 2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+description="Prometheus push acceptor for ephemeral and batch jobs"
+pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
+user=${user:-${RC_SVCNAME}}
+group=${group:-${RC_SVCNAME}}
+
+command="/usr/bin/pushgateway"
+command_args="${command_args:---web.listen-address localhost:9091 
--persistence.file=/var/lib/${RC_SVCNAME}/persistence.gob}"
+command_background="true"
+start_stop_daemon_args="--user ${user} --group ${group} \
+   --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
+   --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
+
+depend() {
+   need net
+}

diff --git a/app-metrics/pushgateway/files/pushgateway-1.service 
b/app-metrics/pushgateway/files/pushgateway-1.service
new file mode 100644
index 000..03ae0a44277
--- /dev/null
+++ b/app-metrics/pushgateway/files/pushgateway-1.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Prometheus exporter for ephemereal jobs
+Documentation=https://prometheus.io/docs/instrumenting/pushing/
+After=network-online.target
+
+[Service]
+User=pushgateway
+Restart=on-failure
+Environment=PUSHGATEWAY_ARGS="--web.listen-address localhost:9091 
--persistence.file=/var/lib/pushgateway/persistence.gob"
+ExecStart=/usr/bin/pushgateway $PUSHGATEWAY_ARGS
+ExecReload=/bin/kill -HUP $MAINPID
+TimeoutStopSec=20s
+SendSIGKILL=no
+
+[Install]
+WantedBy=multi-user.target

diff --git a/app-metrics/pushgateway/pushgateway-0.5.0.ebuild 
b/app-metrics/pushgateway/pushgateway-0.5.0.ebuild
new file mode 100644
index 000..80fde6225b6
--- /dev/null
+++ b/app-metrics/pushgateway/pushgateway-0.5.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot systemd
+
+EGO_PN="github.com/prometheus/pushgateway"
+EGIT_COMMIT="v${PV/_rc/-rc.}"
+GIT_COMMIT="3965d2a"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EG

[gentoo-commits] repo/gentoo:master commit in: net-print/mtink/files/

2018-05-24 Thread Aaron Bauman
commit: 44bbe2e60f2a6d44ac131a506577279a1dedbfa9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu May 24 17:35:56 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 25 00:44:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bbe2e6

net-print/mtink: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/8558

 net-print/mtink/files/mtink-1.0.16-options.patch | 39 
 1 file changed, 39 deletions(-)

diff --git a/net-print/mtink/files/mtink-1.0.16-options.patch 
b/net-print/mtink/files/mtink-1.0.16-options.patch
deleted file mode 100644
index c173a4c762c..000
--- a/net-print/mtink/files/mtink-1.0.16-options.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ruN mtink-1.0.16.orig/Makefile.ORG mtink-1.0.16/Makefile.ORG
 mtink-1.0.16.orig/Makefile.ORG 2007-08-28 12:52:30.0 +0200
-+++ mtink-1.0.16/Makefile.ORG  2011-06-05 21:29:23.0 +0200
-@@ -4,7 +4,7 @@
- setUid=1
- gimpVersion=
- 
--DBG = -s -O
-+DBG =
- 
- # comment this out for Solaris
- 
-@@ -235,7 +235,7 @@
- 
- ttink: $(TTYOBJ) $(SRCDIR)/d4lib.h $(SRCDIR)/cmd.h $(SRCDIR)/mtink.h 
$(SRCDIR)/model.h $(SRCDIR)/version.h Makefile
-   @echo Link ttink
--  @$(CC) -o ttink $(TTYOBJ) $(CFLAGS) $(MTINK_CFLAGS) $(RDTIMEOUT) 
$(DEVICE) $(WRTIMEOUT) $(DEBUG) $(KERNEL_USB_BUG) $(MACOSLDFLG) -DWITH_X=0
-+  @$(CC) -o ttink $(LDFLAGS) $(TTYOBJ) $(CFLAGS) $(MTINK_CFLAGS) 
$(RDTIMEOUT) $(DEVICE) $(WRTIMEOUT) $(DEBUG) $(KERNEL_USB_BUG) $(MACOSLDFLG) 
-DWITH_X=0
- 
- # PLUG-IN ###
- gimp-mtink: $(SRCDIR)/gimp-mtink.c Makefile
-@@ -257,7 +257,7 @@
- 
- mtinkd: $(SVR_OBJ) Makefile
-   @echo Link mtinkd
--  @$(CC) -o mtinkd $(SVR_OBJ) $(CFLAGS) $(MTINK_CFLAGS) $(MACOSLDFLG) 
-+  @$(CC) -o mtinkd $(LDFLAGS) $(SVR_OBJ) $(CFLAGS) $(MTINK_CFLAGS) 
$(MACOSLDFLG) 
- 
- ### Chooser ##
- 
-@@ -269,7 +269,7 @@
- 
- $(DETDIR)/askPrinter: $(DETDIR)/askPrinter.c
-   @echo Compile and link askPrinter.c
--  @$(CC) -o $(DETDIR)/askPrinter $(DETDIR)/askPrinter.c -I. -I$(DETDIR)
-+  @$(CC) -o $(DETDIR)/askPrinter $(LDFLAGS) $(DETDIR)/askPrinter.c -I. 
-I$(DETDIR)
- 
- ### utilities ##
- 



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

2018-05-24 Thread Aaron Bauman
commit: 9d7eb50eac5b95e5c2158c1d1b641c9d804bcb72
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu May 24 17:34:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 25 00:20:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7eb50e

media-sound/orpheus: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/8556

 media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch 
b/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch
deleted file mode 100644
index e6a5f87a210..000
--- a/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: orpheus-1.6/configure.in
-===
 orpheus-1.6.orig/configure.in
-+++ orpheus-1.6/configure.in
-@@ -30,8 +30,8 @@ AM_PATH_XML2(2.0.0, [
- 
- AC_CHECK_LIB(ncurses, main,, AC_CHECK_LIB(curses, main,, AC_MSG_ERROR(The 
ncurses terminal library is required in order to build the program)))
- 
--AC_CHECK_LIB(ghttp, ghttp_request_new,,
--[AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)])
-+#AC_CHECK_LIB(ghttp, ghttp_request_new,,
-+#[AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)])
- 
- AC_CHECK_LIB(vorbis, vorbis_synthesis_headerin,,
- AC_MSG_WARN(libvorbisfile not found - the support for OGG tags edit is 
disabled))



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

2018-05-24 Thread Aaron Bauman
commit: abdb5aa3b32f5f1f10ceb4003e23d5454848c29f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu May 24 17:34:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 25 00:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdb5aa3

app-shells/gentoo-bashcomp: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/8557

 .../files/gentoo-bashcomp-20101217-make_globals.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git 
a/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch 
b/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch
deleted file mode 100644
index ff5262cdabf..000
--- 
a/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/gentoo
-+++ b/gentoo
-@@ -21,7 +21,7 @@ have()
- _portdir()
- {
- (
--source @GENTOO_PORTAGE_EPREFIX@/etc/make.globals 2>/dev/null
-+source @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/make.globals 
2>/dev/null
- source @GENTOO_PORTAGE_EPREFIX@/etc/make.conf 2>/dev/null
- 
- echo ${PORTDIR}



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

2018-05-24 Thread Aaron Bauman
commit: 896c2cf4b46dbc7b8fcbc92ad1bef0916a4c2223
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri May 25 00:11:05 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri May 25 00:11:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896c2cf4

dev-libs/libressl: drop ltprune eclass

Drop ltprune eclass in favor of proper find call.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/libressl/libressl-2.6.4.ebuild | 4 ++--
 dev-libs/libressl/libressl-2.7.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild 
b/dev-libs/libressl/libressl-2.6.4.ebuild
index 152d3751d35..9aaf4681a71 100644
--- a/dev-libs/libressl/libressl-2.6.4.ebuild
+++ b/dev-libs/libressl/libressl-2.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune multilib-minimal
+inherit multilib-minimal
 
 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
 HOMEPAGE="https://www.libressl.org/";
@@ -49,5 +49,5 @@ multilib_src_test() {
 
 multilib_src_install_all() {
einstalldocs
-   prune_libtool_files
+   find "${D}" -name '*.la' -exec rm -f {} + || die
 }

diff --git a/dev-libs/libressl/libressl-2.7.3.ebuild 
b/dev-libs/libressl/libressl-2.7.3.ebuild
index b9bfe8bd72d..1c15a09a5fa 100644
--- a/dev-libs/libressl/libressl-2.7.3.ebuild
+++ b/dev-libs/libressl/libressl-2.7.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune multilib-minimal
+inherit multilib-minimal
 
 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
 HOMEPAGE="https://www.libressl.org/";
@@ -49,5 +49,5 @@ multilib_src_test() {
 
 multilib_src_install_all() {
einstalldocs
-   prune_libtool_files
+   find "${D}" -name '*.la' -exec rm -f {} + || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/

2018-05-24 Thread Aaron Bauman
commit: 1b2e4282eab5a29266dce7cdd42aa75ebf887cbf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 24 23:32:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 24 23:32:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2e4282

Revert "app-accessibility/epos: fix running on GCC-6"

This reverts commit e6f97f0a34f9cce8727ec01375dede2840676544.

 app-accessibility/epos/epos-2.5.37-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-accessibility/epos/epos-2.5.37-r2.ebuild 
b/app-accessibility/epos/epos-2.5.37-r2.ebuild
index f07ea4ce66d..216717c781b 100644
--- a/app-accessibility/epos/epos-2.5.37-r2.ebuild
+++ b/app-accessibility/epos/epos-2.5.37-r2.ebuild
@@ -37,7 +37,6 @@ src_configure() {
econf \
--enable-charsets \
--disable-portaudio \
-   CXXFLAGS=-fno-delete-null-pointer-checks \
YACC=byacc
 }
 



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

2018-05-24 Thread Aaron Bauman
commit: c16c03690d690014a16ca1cc835e402ae7f941c6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 24 23:17:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 24 23:17:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16c0369

profiles/repo_name: fix repo_name

 profiles/repo_name | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/repo_name b/profiles/repo_name
index 345dcda8f5a..23574f35785 100644
--- a/profiles/repo_name
+++ b/profiles/repo_name
@@ -1 +1 @@
-github
+gentoo



  1   2   3   >