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

2018-10-19 Thread Hans de Graaff
commit: 435ab3af91913ed8a943764695ed6977f5bbd923
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 20 05:17:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 20 05:17:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435ab3af

dev-ruby/psych: add 3.0.3

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

 dev-ruby/psych/Manifest   |  1 +
 dev-ruby/psych/psych-3.0.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index f70eb405088..cb1cc3f4104 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,3 +1,4 @@
 DIST psych-2.2.4.tar.gz 133451 BLAKE2B 
665a234b88ff9b5f2dcd6ddc0fb249e2af6a2594b1e3817e68fa47d58556f211568b61d416be3afc91a1cd40237530bd0751d52d49a63f2ff196d7ec4faf
 SHA512 
f56b0e68ba2c6884eaf645f4784dfe56667b8527def29bcd2a36e9f47e11acbdd4a0bb7025988b28cca1413f9f15524ef9fbe61efef3ff295cce4733d3143894
 DIST psych-3.0.1.tar.gz 133120 BLAKE2B 
322b44a23bfa5afdfaa7f90681b2c0c4525efc88c30950ae4506e7d990ca117c840491b2bcc0ab1d931a4febe8fe67cab73933ed5265a41cac451746e93a9138
 SHA512 
7a77b6e0b881428f07c147ff4e4752dc563e4c76f8a3d3f9fdf5ec9b95efd2d2fd8109f131a5f911d905f420f0bdc8631411b80f38f753d91511ca7153937075
 DIST psych-3.0.2.tar.gz 133139 BLAKE2B 
c337389b9bde02ca6e7d8058a605c1597aa17e5a8b3543e21195c471b29d0e3fc865c29126fb9c58bcb7be47f03483d47437f26f680138033a07f6a670410110
 SHA512 
158a14added34fc410f6ef46b3c64081a16d22021f99e000fe83e9ee7cef65c4bfbc37d580873794f678f60f8070275d3c7c471d5eb75c6e1fbc5c36655b0d46
+DIST psych-3.0.3.tar.gz 133778 BLAKE2B 
c28ba4ca2fa8b042bd8f13294330c7704401d861ff082fc2b97c59b7f5ab29001a44184992eadd78fa125ec14ca71c9e79c5e71bafe46471643ed0fd62180165
 SHA512 
cc2289dcdcaa7f812d03580bd05894fb66c7c3c161535c8f17f790a6a9c35c5623462102276f63c54b884a82d86359b3e0f455b2427db3b6987ac5d71010c8b4

diff --git a/dev-ruby/psych/psych-3.0.3.ebuild 
b/dev-ruby/psych/psych-3.0.3.ebuild
new file mode 100644
index 000..8d17eb10b18
--- /dev/null
+++ b/dev-ruby/psych/psych-3.0.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A libyaml wrapper for Ruby"
+HOMEPAGE="https://github.com/tenderlove/psych;
+SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" >=dev-libs/libyaml-0.2.1"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each 
{|f| require f}" || die
+}



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

2018-10-19 Thread Hans de Graaff
commit: 8dfd6303c5a501f62096c14e8ca05e307a0bf6e2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 20 05:13:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 20 05:13:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfd6303

dev-ruby/itextomml: add 1.5.8

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

 dev-ruby/itextomml/Manifest   |  1 +
 dev-ruby/itextomml/itextomml-1.5.8.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/itextomml/Manifest b/dev-ruby/itextomml/Manifest
index f2f9957fafb..995496744ea 100644
--- a/dev-ruby/itextomml/Manifest
+++ b/dev-ruby/itextomml/Manifest
@@ -1,2 +1,3 @@
 DIST itextomml-1.5.6.gem 125440 BLAKE2B 
b0894d26d20e85454c310589509cb0eef371f3c9139450ce8dcd25fac6b83e831557e05ba54b449557422b23d59868ee75f022fe4ba1c205d32926f923986864
 SHA512 
b74f5a9ca4eb669fee547bdf729e456dfe07b8be4e9ac0d1b7c3ad5d4e99371ae7b5bde565e6472ab07bbcec2754d4ee628ba07a6a7e938ea8a55a6023c2f1fd
 DIST itextomml-1.5.7.gem 125440 BLAKE2B 
babdfdb7e81415a06875ba72a84da31f910bb0f634e2fd2ea724785b56d84b6d6ca7e544ddfe617a53c91a89314f0e0e8c2ac0f20f0cf8e26c11327f865e423b
 SHA512 
65fbf03096695330e32ac9093e923ca50bb92a3b32a7657bea65e6abf51c7824fc8b650f564352c41d28e846cba62a60ffbd57ca14ad2587e3164e48d7d1043f
+DIST itextomml-1.5.8.gem 125952 BLAKE2B 
1fd68b00bed86e8f799d5cffd4de40d50151d18a11dbfbc91dbbc857295959d44c118bf39fcf4e7089e466d07f2ed03ad0d04c16c696fd6b7c4c8d101fd0c0ac
 SHA512 
5fb1776ba7de3f0d09eed64bff8fc04c4a508cb7360d82853d65dc481bd0a43253c0a4edd4c9eaa0df835f9a21d6ed2c2d318f621c5d071b6566709d769c1312

diff --git a/dev-ruby/itextomml/itextomml-1.5.8.ebuild 
b/dev-ruby/itextomml/itextomml-1.5.8.ebuild
new file mode 100644
index 000..4e99a8e1636
--- /dev/null
+++ b/dev-ruby/itextomml/itextomml-1.5.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Native Ruby bindings to itex2MML, which converts itex equations 
to MathML"
+HOMEPAGE="https://golem.ph.utexas.edu/~distler/blog/itex2MML.html;
+
+LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+#Tests don't fail here
+RESTRICT="test"
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext
+   cp ext/itex2MML$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/test_itextomml.rb || die
+}



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

2018-10-19 Thread Zac Medico
commit: 7a3d898b33d6c13f184d1328278e1ddaed368cf4
Author: kewl fft  alto  eu  org>
AuthorDate: Tue Oct  9 20:16:14 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct 20 04:05:29 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7a3d898b

etc-update: handle whitespace in ID_LIKE

In case ID_LIKE contains space separated identifiers,
handle all whitespace characters including tabs.

Closes: https://github.com/gentoo/portage/pull/377
Signed-off-by: Kewl Fft  alto.eu.org>
Signed-off-by: Zac Medico  gentoo.org>

 bin/etc-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/etc-update b/bin/etc-update
index 3951ec674..be8656008 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -32,7 +32,7 @@ get_config() {
"${PORTAGE_CONFIGROOT}"etc/etc-update.conf)
 }
 
-OS_RELEASE_POSSIBLE_IDS=$(source /etc/os-release >/dev/null 2>&1; echo 
":${ID}:${ID_LIKE}:")
+OS_RELEASE_POSSIBLE_IDS=$(source /etc/os-release >/dev/null 2>&1; echo 
":${ID}:${ID_LIKE//[[:space:]]/:}:")
 
 case ${OS_RELEASE_POSSIBLE_IDS} in
*:suse:*|*:opensuse:*|*:opensuse-tumbleweed:*) OS_FAMILY='rpm';;



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

2018-10-19 Thread Matthew Thode
commit: dce43fb8787eb3b56f83b7e23c86bff18c72c006
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 20 01:50:58 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Oct 20 01:50:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce43fb8

app-admin/ansible: 2.6.6 bump

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

 app-admin/ansible/Manifest   | 2 +-
 app-admin/ansible/{ansible-2.6.4.ebuild => ansible-2.6.6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 14507f27ef4..f4044c17002 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,5 @@
 DIST ansible-2.5.10.tar.gz 10167484 BLAKE2B 
0c60758d54fabef8037ce7e79d86c1508786a3e8cfe2cb1cc9d09cc24ece107414793f4dd12013dbc4c9a1354669288e0989374a20b7ebc035115dfd907c7279
 SHA512 
911f1f616206136708ceb4f9955e8bf309d7b506fcca9e0f31d770ead0a47c803d670909b6fe10b0d26056d3fd5c140e144132284ad5dbb618d3b013abc9385f
 DIST ansible-2.5.8.tar.gz 10169397 BLAKE2B 
7cb0abb168af25a3cd7b94880309cf19f018a68277472afb24811bb4ccc329c129f754d2b97626f71052712690e372856bfb62345cdae74165eca38066e86779
 SHA512 
8de8ddf1925ef1465654f4bc1d54fd9f5f9d700ef2c5a4982684f3a4560ac933b05ff0661c34e61235006abc64fd6acf299d0c45f7b5796c3a89dda5382099ed
-DIST ansible-2.6.4.tar.gz 10751810 BLAKE2B 
16a01b76387b6fb0c6554861fd02a57858cf2623ea89e55c0940589b69a6589d4db00bdf87f1e51ab64e638c187657f66ebb5af33a6fa008b7f1dba1e853b3f3
 SHA512 
b3dc3469dd7e34e3b39b3382df65c3684a44be0515f68861997a4d0e5fce44d64000bc0da0b38fd3d27b45aa1ec3973da581482e0de54c5cc41eb761b230b116
 DIST ansible-2.6.5.tar.gz 10757800 BLAKE2B 
2389dfdbdf731382643227cb3a0df501d7b756d81dbddfe9b5ce609086eb04073441c01ed6f49480628fa2a2b3556e07c1b4588cb5df96a072d72c9a09fe2739
 SHA512 
3cab1d14abb3d173722ee76699ac778188481d575d589fb9e85541689a806b6f3eece9b1c5122cd863b46da56ed5cc3c32faaa143826ab3bd3e7a6cc06cbe2fe
+DIST ansible-2.6.6.tar.gz 10707168 BLAKE2B 
be41ee9b314a669069d4e8578baefdaa3e12864d132320ecad1cb539ae34d048a4f95b44c995f4695911f652064ef343ca35d9864326fd951e4e389088266505
 SHA512 
0fd8f208479bde3f9fa957c488abce17e6e7c492e6016a9acd88a11db44f777d148d451a4a246d2b55c6de85b9178e8127908e1fe36e490f7bbef350246ba716
 DIST ansible-2.7.0.tar.gz 11773769 BLAKE2B 
00df537d2a8c6d76c7b4c4a424ff3c33a8a69d77ecdd741fe6ec4c6b30c7b136e28e644a488b6b49a305a454d1a923bd92d3b78be79a816fea6c127f4c2aa6da
 SHA512 
a5e0e0b87bb2fa8fbc76825733a5c6afe642d4602be80466e5f28324e90be4487fd1c300e567a164222f171bd9eac65b7b36ca9b6fe4bebfcbd2c24dd60049ad

diff --git a/app-admin/ansible/ansible-2.6.4.ebuild 
b/app-admin/ansible/ansible-2.6.6.ebuild
similarity index 97%
rename from app-admin/ansible/ansible-2.6.4.ebuild
rename to app-admin/ansible/ansible-2.6.6.ebuild
index 652b1374c85..71d5cc29ecc 100644
--- a/app-admin/ansible/ansible-2.6.4.ebuild
+++ b/app-admin/ansible/ansible-2.6.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
 IUSE="doc test"
 
 RDEPEND="



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

2018-10-19 Thread Patrick McLean
commit: 1e31c03626df1f0848684e56fb84f0697d038085
Author: Patrick McLean  sony  com>
AuthorDate: Fri Oct 19 23:58:42 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Oct 19 23:59:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e31c036

net-misc/openssh: Version bump to 7.9_p1

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

 net-misc/openssh/Manifest  |   3 +
 .../openssh/files/openssh-7.9_p1-X509-glue.patch   |  28 ++
 .../files/openssh-7.9_p1-hpn-X509-glue.patch   |  79 
 .../openssh/files/openssh-7.9_p1-hpn-glue.patch| 112 ++
 .../files/openssh-7.9_p1-hpn-sctp-glue.patch   |  17 +
 .../openssh-7.9_p1-openssl-1.0.2-compat.patch  |  13 +
 net-misc/openssh/openssh-7.9_p1.ebuild | 446 +
 7 files changed, 698 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 73d61beed4a..8a6aff714aa 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -10,6 +10,9 @@ DIST openssh-7.7p1.tar.gz 1536900 BLAKE2B 
7aee360f2cea5bfa3f8426fcbd66fde2568f05
 DIST openssh-7.8p1+x509-11.4.diff.gz 536597 BLAKE2B 
18593135d0d4010f40a6e0c99a6a2e9fb4ca98d00b4940be5cb547fcb647adc9663245274d4e792bcc7c2ec49accaceb7c3c489707bbb7aaeed260dd2e0eb1c3
 SHA512 
b95d46201626797f197c5aa8488b0543d2c7c5719b99fadd94ef2c888a96c6a7b649527b78b6d6014d953ae57e05ecf116192cf498687db8cb7669c3998deecc
 DIST openssh-7.8p1-sctp-1.1.patch.xz 7548 BLAKE2B 
d74010028f097812f554f9e788aa5e46d75c12edbef18aaeaa985025bdad04a1a028cc862d11d718208c1b63862780840332536a535bb2eaff7661c966ef
 SHA512 
c084f6b2cfa9cb70f46ecc9edfce6e2843cd4cd5e36ac870f5ceaaedd056ba9aa2ce8769418239ad0fe5e7350573397a222b6525a029f4492feb7b144ee22aa3
 DIST openssh-7.8p1.tar.gz 1548026 BLAKE2B 
938428408596d24d497f245e3662a0cff3d462645683bf75cd29a0ea56fa6c280e7fa866bedf0928dd5bc4085b82d5a4ce74b7eea0b45b86f879b69f74db1642
 SHA512 
8e5b0c8682a9243e4e8b7c374ec989dccd1a752eb6f84e593b67141e8b23dcc8b9a7322b1f7525d18e2ce8830a767d0d9793f997486339db201a57986b910705
+DIST openssh-7.9p1+x509-11.5.diff.gz 594995 BLAKE2B 
2c44df224e4114da0473cbbdfdcc4bd84b0b0235f80b43517d70fe1071f219d2631f784015ab1470eebcf8f3b6b5f8744862acebb22f217c6e76f79e6a49c099
 SHA512 
4d2fd950dee9721add822fdb54ff8c20fd18da85081ce8a2bd2a1050d3ff7900a7213782c479691de9dcfe4e2f91061e124d34b365edb3831e8bfe4aef3744f9
+DIST openssh-7.9p1-sctp-1.1.patch.xz 7552 BLAKE2B 
0eeda7c8a50c0c98433b5ee0734b9f79043067be376a9ca724d574d4a595c3f7aed0626342300467b73ad9003392e22fda8abe778158ba5be5a50a57eeef79f8
 SHA512 
6cad32c40dd3901c4eadb0c463a35ec2d901e61220c333d3df7759f672259f66fc83e2b1ace8b0ef84cbc1a65397f00f9c670ffa23726d8309fa5060512d2c21
+DIST openssh-7.9p1.tar.gz 1565384 BLAKE2B 
de15795e03d33d4f9fe4792f6b14500123230b6c00c1e5bd7207bb6d6bf6df0b2e057c1b1de0fee709f58dd159203fdd69fe1473118a6baedebaa0c1c4c55b59
 SHA512 
0412c9c429c9287f0794023951469c8e6ec833cdb55821bfa0300dd90d0879ff60484f620cffd93372641ab69bf0b032c2d700ccc680950892725fb631b7708e
 DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0bc107e5daa2509fe762fb14ce7bb2ce9a115e8177a93340c1d19247b6c2c854b7e1f9ae9af9fd932e5fa9c0a6b2ba438cd11a42991
 SHA512 
1867fb94c29a51294a71a3ec6a299757565a7cda5696118b0b346ed9c78f2c81bb1b888cff5e3418776b2fa277a8f070c5eb9327bb005453e2ffd72d35cdafa7
 DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 
9ce5d7e5d831c972f0f866b686bf93a048a03979ab38627973f5491eeeaa45f9faab0520b3a7ed90a13a67213fdc9cd4cf11e423acad441ea91b71037c8b435b

diff --git a/net-misc/openssh/files/openssh-7.9_p1-X509-glue.patch 
b/net-misc/openssh/files/openssh-7.9_p1-X509-glue.patch
new file mode 100644
index 000..e1d63ecc8ae
--- /dev/null
+++ b/net-misc/openssh/files/openssh-7.9_p1-X509-glue.patch
@@ -0,0 +1,28 @@
+--- a/openssh-7.9p1+x509-11.5.diff 2018-10-19 11:41:13.791285390 -0700
 b/openssh-7.9p1+x509-11.5.diff 2018-10-19 11:45:42.584694215 -0700
+@@ -44045,7 +44045,7 @@
+   ENGINE_register_all_complete();
+ +#endif
+  
+--#if OPENSSL_VERSION_NUMBER < 0x10001000L
++-#if OPENSSL_VERSION_NUMBER < 0x1010L
+ + /* OPENSSL_config will load buildin engines and engines
+ +  * specified in configuration file, i.e. method call
+ +  * ENGINE_load_builtin_engines. Latter is only for
+@@ -77691,16 +77691,6 @@
+   setlocale(LC_CTYPE, "POSIX.UTF-8") != NULL))
+   return;
+   setlocale(LC_CTYPE, 

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

2018-10-19 Thread Patrick McLean
commit: 7021a7dc0912fb5d0ee213fb2f1fc925bbf57772
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Oct 19 23:54:17 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Oct 19 23:59:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7021a7dc

profiles/thirdpartymirrors: Use new CDN addresses for openbsd

Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index 6197195026f..9f6f05419cc 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -23,7 +23,7 @@ lokigames http://updates.lokigames.com
 mplayerhttp://www1.mplayerhq.hu/MPlayer 
http://www2.mplayerhq.hu/MPlayer http://www5.mplayerhq.hu/MPlayer 
http://www7.mplayerhq.hu/MPlayer http://www8.mplayerhq.hu/MPlayer 
ftp://ftp1.mplayerhq.hu/MPlayer/ ftp://ftp6.mplayerhq.hu/MPlayer/ 
ftp://ftp7.mplayerhq.hu/MPlayer/ ftp://ftp8.mplayerhq.hu/MPlayer/
 mysql  https://artfiles.org/mysql/ 
https://www.mirrorservice.org/sites/ftp.mysql.com/ 
https://ftp.gwdg.de/pub/misc/mysql/ https://ftp.jaist.ac.jp/pub/mysql/ 
http://mysql.he.net/ http://mysql.mirrors.ovh.net/ftp.mysql.com/ 
http://mirror.switch.ch/ftp/mirror/mysql/ 
http://vesta.informatik.rwth-aachen.de/mysql/ 
http://ftp.ntua.gr/pub/databases/mysql/ http://mysql.linux.cz/ 
http://linorg.usp.br/mysql/
 nongnu http://download.savannah.nongnu.org/releases/ 
http://ftp.cc.uoc.gr/mirrors/nongnu.org/ http://ftp.twaren.net/Unix/NonGNU/ 
http://mirror.csclub.uwaterloo.ca/nongnu/ 
ftp://mirror.csclub.uwaterloo.ca/nongnu/ http://mirrors.fe.up.pt/pub/nongnu/ 
ftp://mirrors.fe.up.pt/pub/nongnu/ http://nongnu.askapache.com/ 
http://nongnu.uib.no/ ftp://nongnu.uib.no/pub/nongnu/ 
http://savannah.c3sl.ufpr.br/ ftp://savannah.c3sl.ufpr.br/savannah-nongnu/ 
ftp://ftp.twaren.net/Unix/NonGNU/
-openbsdhttps://mirrors.evowise.com/pub/OpenBSD/
+openbsdhttps://cdn.openbsd.org/pub/OpenBSD 
https://cloudflare.cdn.openbsd.org/pub/OpenBSD 
https://fastly.cdn.openbsd.org/pub/OpenBSD
 opensslhttps://artfiles.org/openssl.org/ 
https://www.mirrorservice.org/sites/ftp.openssl.org/ ftp://ftp.openssl.org
 opera  ftp://ftp.opera.com/pub/opera 
ftp://ftp.tu-cottbus.de/pub/net/opera ftp://ftp.task.gda.pl/pub/opera 
ftp://ftp.ntua.gr/pub/www/Opera ftp://ftp.rediris.es/mirror/opera 
ftp://ftp.heanet.ie/pub/opera
 postgresql https://ftp.postgresql.org/pub/



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-packages-all/

2018-10-19 Thread Mats Lidell
commit: d0b2080c8f3e81b468d44e4c768376fdf4f3a4eb
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Oct 19 22:58:35 2018 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Fri Oct 19 22:59:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b2080c

app-xemacs/xemacs-packages-all: version bump

Signed-off-by: Mats Lidell  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../xemacs-packages-all-2018.08.11.ebuild  | 145 +
 1 file changed, 145 insertions(+)

diff --git 
a/app-xemacs/xemacs-packages-all/xemacs-packages-all-2018.08.11.ebuild 
b/app-xemacs/xemacs-packages-all/xemacs-packages-all-2018.08.11.ebuild
new file mode 100644
index 000..7a68d4e78e1
--- /dev/null
+++ b/app-xemacs/xemacs-packages-all/xemacs-packages-all-2018.08.11.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Meta package for XEmacs elisp packages, similar to the sumo 
archives"
+HOMEPAGE="http://www.xemacs.org/;
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="mule"
+
+RDEPEND="
+   >=app-xemacs/ada-1.16
+   >=app-xemacs/apel-1.36
+   >=app-xemacs/auctex-1.58
+   >=app-xemacs/bbdb-1.34
+   >=app-xemacs/build-1.18
+   >=app-xemacs/c-support-1.24
+   >=app-xemacs/calc-1.28
+   >=app-xemacs/calendar-1.42
+   >=app-xemacs/cc-mode-1.99
+   >=app-xemacs/cedet-common-1.03
+   >=app-xemacs/clearcase-1.12
+   >=app-xemacs/cogre-1.04
+   >=app-xemacs/cookie-1.17
+   >=app-xemacs/crisp-1.17
+   >=app-xemacs/debug-1.20
+   >=app-xemacs/dictionary-1.18
+   >=app-xemacs/dired-1.22
+   >=app-xemacs/docbookide-0.10
+   >=app-xemacs/easypg-1.05
+   >=app-xemacs/ecb-1.25
+   >=app-xemacs/ecrypto-0.23
+   >=app-xemacs/ede-1.07
+   >=app-xemacs/edebug-1.24
+   >=app-xemacs/ediff-1.84
+   >=app-xemacs/edit-utils-2.58
+   >=app-xemacs/edt-1.16
+   >=app-xemacs/efs-1.37
+   >=app-xemacs/eieio-1.10
+   >=app-xemacs/elib-1.15
+   >=app-xemacs/emerge-1.13
+   >=app-xemacs/erc-0.26
+   >=app-xemacs/escreen-1.03
+   >=app-xemacs/eshell-1.21
+   >=app-xemacs/eudc-1.43
+   >=app-xemacs/footnote-1.18
+   >=app-xemacs/forms-1.17
+   >=app-xemacs/fortran-modes-1.07
+   >=app-xemacs/frame-icon-1.13
+   >=app-xemacs/fsf-compat-1.24
+   >=app-xemacs/games-1.23
+   >=app-xemacs/general-docs-1.10
+   >=app-xemacs/gnats-1.19
+   >=app-xemacs/gnus-2.04
+   >=app-xemacs/haskell-mode-1.14
+   >=app-xemacs/hm-html-menus-1.26
+   >=app-xemacs/hyperbole-1.22
+   >=app-xemacs/ibuffer-1.12
+   >=app-xemacs/idlwave-1.34
+   >=app-xemacs/igrep-1.18
+   >=app-xemacs/ilisp-1.38
+   >=app-xemacs/jde-1.54
+   >=app-xemacs/mail-lib-1.84
+   >=app-xemacs/mailcrypt-2.16
+   >=app-xemacs/mew-1.22
+   >=app-xemacs/mh-e-1.35
+   >=app-xemacs/mine-1.18
+   >=app-xemacs/misc-games-1.25
+   >=app-xemacs/mmm-mode-1.08
+   >=app-xemacs/net-utils-1.61
+   >=app-xemacs/ocaml-0.10
+   >=app-xemacs/oo-browser-1.07
+   >=app-xemacs/os-utils-1.44
+   >=app-xemacs/pc-1.30
+   >=app-xemacs/pcl-cvs-1.73
+   >=app-xemacs/pcomplete-1.08
+   >=app-xemacs/perl-modes-1.16
+   >=app-xemacs/pgg-1.10
+   >=app-xemacs/prog-modes-2.33
+   >=app-xemacs/ps-print-1.14
+   >=app-xemacs/psgml-1.50
+   >=app-xemacs/psgml-dtds-1.05
+   >=app-xemacs/python-modes-1.16
+   >=app-xemacs/re-builder-1.07
+   >=app-xemacs/reftex-1.36
+   >=app-xemacs/riece-1.26
+   >=app-xemacs/rmail-1.16
+   >=app-xemacs/ruby-modes-1.07
+   >=app-xemacs/sasl-1.18
+   >=app-xemacs/scheme-1.22
+   >=app-xemacs/semantic-1.23
+   >=app-xemacs/sgml-1.13
+   >=app-xemacs/sh-script-1.26
+   >=app-xemacs/sieve-1.20
+   >=app-xemacs/slider-1.18
+   >=app-xemacs/sml-mode-0.14
+   >=app-xemacs/sounds-au-1.14
+   >=app-xemacs/sounds-wav-1.14
+   >=app-xemacs/speedbar-1.32
+   >=app-xemacs/strokes-1.12
+   >=app-xemacs/sun-1.19
+   >=app-xemacs/supercite-1.23
+   >=app-xemacs/texinfo-1.32
+   >=app-xemacs/text-modes-2.06
+   >=app-xemacs/textools-1.17
+   >=app-xemacs/time-1.17
+   >=app-xemacs/tm-1.42
+   >=app-xemacs/tooltalk-1.17
+   >=app-xemacs/tpu-1.16
+   >=app-xemacs/tramp-1.57
+   >=app-xemacs/vc-1.50
+   >=app-xemacs/vc-cc-1.24
+   >=app-xemacs/vhdl-1.24
+   >=app-xemacs/view-process-1.15
+   >=app-xemacs/viper-1.69
+   >=app-xemacs/vm-8.11
+   >=app-xemacs/w3-1.41
+   >=app-xemacs/x-symbol-1.16
+   >=app-xemacs/xemacs-base-2.46
+   >=app-xemacs/xemacs-devel-1.84
+   >=app-xemacs/xemacs-eterm-1.20
+   >=app-xemacs/xemacs-ispell-1.37
+   >=app-xemacs/xetla-1.04
+   

[gentoo-commits] repo/gentoo:master commit in: net-dns/dnrd/files/, net-dns/dnrd/

2018-10-19 Thread Michał Górny
commit: 3bb59b34fd805ca7e4c3c5d7c47d01a4b87e81ba
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Oct  3 17:44:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 19 22:34:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb59b34

net-dns/dnrd: EAPI7 revbump, improve ebuild

Closes: https://bugs.gentoo.org/667660
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10054
Signed-off-by: Michał Górny  gentoo.org>

 net-dns/dnrd/dnrd-2.20.3-r2.ebuild  | 34 +
 net-dns/dnrd/files/dnrd |  9 +---
 net-dns/dnrd/files/dnrd-2.20.3-docdir.patch |  8 +++
 3 files changed, 44 insertions(+), 7 deletions(-)

diff --git a/net-dns/dnrd/dnrd-2.20.3-r2.ebuild 
b/net-dns/dnrd/dnrd-2.20.3-r2.ebuild
new file mode 100644
index 000..571076853a7
--- /dev/null
+++ b/net-dns/dnrd/dnrd-2.20.3-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools user
+
+DESCRIPTION="A caching DNS proxy server"
+HOMEPAGE="http://dnrd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/dnrd/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=( "${FILESDIR}"/${P}-docdir.patch )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   keepdir /etc/dnrd
+   doinitd "${FILESDIR}"/dnrd
+   newconfd "${FILESDIR}"/dnrd.conf dnrd
+}
+
+pkg_postinst() {
+   enewgroup dnrd
+   enewuser dnrd -1 -1 /dev/null dnrd
+}

diff --git a/net-dns/dnrd/files/dnrd b/net-dns/dnrd/files/dnrd
index 9fb87107b7a..4fcc2112cf2 100644
--- a/net-dns/dnrd/files/dnrd
+++ b/net-dns/dnrd/files/dnrd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2003 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License, v2 or later
 
 PIDFILE="/var/run/dnrd.pid"
@@ -11,13 +11,16 @@ depend() {
 
 start() {
ebegin "Starting dnrd"
-   /usr/sbin/dnrd $DNRD_OPTS &> /dev/null &
+   start-stop-daemon --start \
+   --pidfile ${PIDFILE} \
+   --exec /usr/sbin/dnrd \
+   -- ${DNRD_OPTS}
eend $?
 }
 
 stop() {
ebegin "Stopping dnrd"
-   /usr/sbin/dnrd -k   
+   start-stop-daemon --stop --quiet --pidfile ${PIDFILE}
eend $?
 }
 

diff --git a/net-dns/dnrd/files/dnrd-2.20.3-docdir.patch 
b/net-dns/dnrd/files/dnrd-2.20.3-docdir.patch
index a3d1c8002d5..fe0c0d347e7 100644
--- a/net-dns/dnrd/files/dnrd-2.20.3-docdir.patch
+++ b/net-dns/dnrd/files/dnrd-2.20.3-docdir.patch
@@ -1,7 +1,7 @@
 Index: doc/Makefile.am
 ===
 doc/Makefile.am(revision 247)
-+++ doc/Makefile.am(revision 248)
+--- a/doc/Makefile.am  (revision 247)
 b/doc/Makefile.am  (revision 248)
 @@ -1,5 +1,4 @@
  PACKAGE = @PACKAGE_TARNAME@
 -docdir = $(datadir)/doc/$(PACKAGE)
@@ -10,8 +10,8 @@ Index: doc/Makefile.am
  EXTRA_DIST = $(man_MANS) $(doc_DATA)
 Index: Makefile.am
 ===
 Makefile.am(revision 247)
-+++ Makefile.am(revision 248)
+--- a/Makefile.am  (revision 247)
 b/Makefile.am  (revision 248)
 @@ -1,6 +1,5 @@
  PACKAGE = @PACKAGE_TARNAME@
  SUBDIRS = src doc



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

2018-10-19 Thread Alon Bar-Lev
commit: 26af0d9b5625dfb99d4ff837eed78c480d344394
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct 19 22:30:55 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct 19 22:31:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26af0d9b

dev-libs/botan: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=668816
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/botan/Manifest   |  1 +
 dev-libs/botan/botan-2.8.0.ebuild | 99 +++
 2 files changed, 100 insertions(+)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 7a10e0c6ce8..8868471c103 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,2 +1,3 @@
 DIST Botan-1.10.17.tgz 2706678 BLAKE2B 
bce65493c702381aaa747c2b935c545f85704b93bb6be4bf225048cc14812999291bbbe86786c2b00865489ec47d63128b12ef1020be8651be57fa1c84006a7c
 SHA512 
a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649
 DIST Botan-2.7.0.tgz 7021654 BLAKE2B 
3f18b7ba660a72a409beeaba8bd1b1bd021f645c135bed56d75b6ba906b7c28d1e14eac9550862500dda9c4b3ac3135cfc9c340e073c573deb66b236e09f8054
 SHA512 
992138d83e18aedf80337d825f80c34dd3d2177eb30967573c57cf9fb7e7f9a9965ae3d75f23635f4c93b4efb7bb5adbb3423702663c78a5eb905dd567561858
+DIST Botan-2.8.0.tgz 7152674 BLAKE2B 
7838423fc7cc3521b3feb95ab3958f8cd4df86534f1ef30d717b47e54a9a7ae0d2ed6618370b9adfd0a178b509750e5aacda8457caa89f408292837fe3426de0
 SHA512 
12f734eea3e60a956f75a5b58e9bd83fac7b0dbcd71fb9577b025d171702d87a9a11e2e73162320bdefb2d25f3900757d89dd7fe13089321c88d948efc2ba214

diff --git a/dev-libs/botan/botan-2.8.0.ebuild 
b/dev-libs/botan/botan-2.8.0.ebuild
new file mode 100644
index 000..f64ebf1a8fe
--- /dev/null
+++ b/dev-libs/botan/botan-2.8.0.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit multilib python-r1 toolchain-funcs
+
+MY_PN="Botan"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A C++ crypto library"
+HOMEPAGE="https://botan.randombit.net/;
+SRC_URI="https://botan.randombit.net/releases/${MY_P}.tgz;
+
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+SLOT="2/$(ver_cut 1-2)" # soname version
+LICENSE="BSD"
+IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MY_P}"
+
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}
+   bzip2? ( >=app-arch/bzip2-1.0.5:= )
+   zlib? ( >=sys-libs/zlib-1.2.3:= )
+   boost? ( >=dev-libs/boost-1.48:= )
+   lzma? ( app-arch/xz-utils:= )
+   sqlite? ( dev-db/sqlite:3= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+BDEPEND="dev-lang/python:*
+   doc? ( dev-python/sphinx )"
+
+src_configure() {
+   local disable_modules=()
+   use boost || disable_modules+=( "boost" )
+   use bindist && disable_modules+=( "ecdsa" )
+   elog "Disabling modules: ${disable_modules[@]}"
+
+   # Enable v9 instructions for sparc64
+   if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
+   CHOSTARCH="sparc32-v9"
+   else
+   CHOSTARCH="${CHOST%%-*}"
+   fi
+
+   local myos=
+   case ${CHOST} in
+   *-darwin*)  myos=darwin ;;
+   *)  myos=linux  ;;
+   esac
+
+   case ${CHOST} in
+   hppa*)  CHOSTARCH=parisc ;;
+   esac
+
+   local pythonvers=()
+   if use python; then
+   append() {
+   pythonvers+=( ${EPYTHON/python/} )
+   }
+   python_foreach_impl append
+   fi
+
+   CXX="$(tc-getCXX)" AR="$(tc-getAR)" ./configure.py \
+   $(use_enable static-libs static-library) \
+   $(use_with boost) \
+   $(use_with bzip2) \
+   $(use_with doc documentation) \
+   $(use_with doc sphinx) \
+   $(use_with lzma) \
+   $(use_with sqlite sqlite3) \
+   $(use_with ssl openssl) \
+   $(use_with zlib) \
+   $(usex hppa --without-stack-protector '') \
+   --cc=gcc \
+   --cpu=${CHOSTARCH} \
+   --disable-modules=$(IFS=","; echo "${disable_modules[*]}" ) \
+   --docdir=share/doc \
+   --libdir=$(get_libdir) \
+   --os=${myos} \
+   --prefix="${EPREFIX}/usr" \
+   --with-endian="$(tc-endian)" \
+   --with-python-version=$(IFS=","; echo "${pythonvers[*]}" ) \
+   --without-doxygen \
+   || die "configure.py failed"
+}
+
+src_test() {
+   

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

2018-10-19 Thread Matt Turner
commit: 002507830ea1c239c5bf87bdf28806abc612e23d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 19 22:20:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 22:30:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00250783

x11-libs/cairo: Version bump to 1.16.0

Closes: https://bugs.gentoo.org/581532
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/cairo/Manifest|   1 +
 x11-libs/cairo/cairo-1.16.0.ebuild | 130 +
 2 files changed, 131 insertions(+)

diff --git a/x11-libs/cairo/Manifest b/x11-libs/cairo/Manifest
index 1aa5bb15b3d..f485786b3a4 100644
--- a/x11-libs/cairo/Manifest
+++ b/x11-libs/cairo/Manifest
@@ -1 +1,2 @@
 DIST cairo-1.14.12.tar.xz 36251896 BLAKE2B 
3a6b374390cbc7ff965bcfdf72b5df28c72e8be1ed524adf0dbde2ae74840991e6c158c528c626fb0c902be95bd846366690b280449d6f74689e7090a562958e
 SHA512 
ede6e75ae95605bf5c4b3859b1824cf125c4a2a35a67d38244cc70951ca44b1d4fd7cf622953d3a7cb868fb5b00856ef6d68ee615276b76eec437641290b01e1
+DIST cairo-1.16.0.tar.xz 41997432 BLAKE2B 
aa37edf7fdf0c952484fd0adc9281724227db93958d6e4919216b30e9017fab670bc2340e3b975737080f1f67dec24025fe0e4680e275ab7703cfb9235eb1fe0
 SHA512 
9eb27c4cf01c0b8b56f2e15e651f6d4e52c99d0005875546405b64f1132aed12fbf84727273f493d84056a13105e065009d89e94a8bfaf2be2649e232b82377f

diff --git a/x11-libs/cairo/cairo-1.16.0.ebuild 
b/x11-libs/cairo/cairo-1.16.0.ebuild
new file mode 100644
index 000..ecceec47019
--- /dev/null
+++ b/x11-libs/cairo/cairo-1.16.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic autotools multilib-minimal
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo;
+   SRC_URI=""
+else
+   SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="A vector graphics library with cross-device output support"
+HOMEPAGE="https://www.cairographics.org;
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb"
+# gtk-doc regeneration doesn't seem to work with out-of-source builds
+#[[ ${PV} == ** ]] && IUSE="${IUSE} doc" # API docs are provided in 
tarball, no need to regenerate
+
+# Test causes a circular depend on gtk+... since gtk+ needs cairo but test 
needs gtk+ so we need to block it
+RESTRICT="test"
+
+RDEPEND="
+   >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
+   >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]
+   sys-libs/binutils-libs:0=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]
+   gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
+   glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
+   opengl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
+   utils? ( >=dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}] )
+   X? (
+   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   )
+   xcb? (
+   >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=sys-devel/libtool-2
+   X? ( x11-base/xorg-proto )"
+#[[ ${PV} == ** ]] && DEPEND="${DEPEND}
+#  doc? (
+#  >=dev-util/gtk-doc-1.6
+#  ~app-text/docbook-xml-dtd-4.2
+#  )"
+
+REQUIRED_USE="
+   gles2? ( !opengl )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12.18-disable-test-suite.patch
+   "${FILESDIR}"/${PN}-respect-fontconfig.patch
+)
+
+src_prepare() {
+   default
+
+   # tests and perf tools require X, bug #483574
+   if ! use X; then
+   sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am 
|| die
+   fi
+
+   # Slightly messed build system YAY
+   if [[ ${PV} == ** ]]; then
+   touch boilerplate/Makefile.am.features
+   touch src/Makefile.am.features
+   touch ChangeLog
+   fi
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myopts
+
+   [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT
+
+   use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
+
+   # [[ ${PV} == ** ]] && myopts+=" $(use_enable doc gtk-doc)"
+
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-dependency-tracking \
+   $(use_with X x) \
+   

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

2018-10-19 Thread Matt Turner
commit: d09964cd3a4631942122d45dc74d8a5dde8ab2fc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 19 22:29:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 22:30:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09964cd

x11-libs/cairo: Remove stale code

In fact --disable-qt is unconditionally passed below.

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

 x11-libs/cairo/cairo-.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/x11-libs/cairo/cairo-.ebuild b/x11-libs/cairo/cairo-.ebuild
index cf8db822d91..ecceec47019 100644
--- a/x11-libs/cairo/cairo-.ebuild
+++ b/x11-libs/cairo/cairo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -88,11 +88,6 @@ multilib_src_configure() {
 
use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
 
-   # TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-   if ! multilib_is_native_abi; then
-   myopts+=" --disable-qt"
-   fi
-
# [[ ${PV} == ** ]] && myopts+=" $(use_enable doc gtk-doc)"
 
ECONF_SOURCE="${S}" \



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

2018-10-19 Thread Aaron Swenson
commit: cf7b6826d74794020c5a35075a7d1e0e05408ab6
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct 19 22:28:35 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct 19 22:28:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7b6826

dev-db/postgresql: Readd arm to 11

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Aaron Swenson  gentoo.org>

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

diff --git a/dev-db/postgresql/postgresql-11.0.ebuild 
b/dev-db/postgresql/postgresql-11.0.ebuild
index 165ff0db708..0db6206b7a9 100644
--- a/dev-db/postgresql/postgresql-11.0.ebuild
+++ b/dev-db/postgresql/postgresql-11.0.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT=$(get_major_version)
 



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

2018-10-19 Thread Aaron Swenson
commit: 473867fc9195cfda358a58c43e9f9e21a4ae58c4
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct 19 22:23:42 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct 19 22:25:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473867fc

profiles/arch/arm/package.use.mask: Mask llvm on pg

dev-db/postgresql-11 introduces the optional capability to do some JIT with
LLVM, which introduces dependencies on sys-devel/llvm and sys-devel/clang.

However, sys-devel/clang is not currently keyworded for arm.

Closes: https://bugs.gentoo.org/665594
Signed-off-by: Aaron Swenson  gentoo.org>

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 390147acfc1..0e7d0e04432 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Aaron W. Swenson  (19 Oct 2018)
+# Requires sys-devel/clang which isn’t keyworded for ARM.
+dev-db/postgresql llvm
+
 # Michał Górny  (18 Oct 2018)
 # Requires unported sys-libs/netbsd-csu.
 sys-devel/clang-runtime crt



[gentoo-commits] proj/gcc-patches:master commit in: 4.9.4/gentoo/

2018-10-19 Thread Sergei Trofimovich
commit: f4f2cbbb6fed8a63e55b5d1a13efb48e8769cf59
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 19 22:25:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 19 22:25:54 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f4f2cbbb

4.9.4: drop assumed -lieee from -mieee-fp

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

 4.9.4/gentoo/99_all_remove-lieee.patch | 47 ++
 4.9.4/gentoo/README.history|  3 +++
 2 files changed, 50 insertions(+)

diff --git a/4.9.4/gentoo/99_all_remove-lieee.patch 
b/4.9.4/gentoo/99_all_remove-lieee.patch
new file mode 100644
index 000..390a3b0
--- /dev/null
+++ b/4.9.4/gentoo/99_all_remove-lieee.patch
@@ -0,0 +1,47 @@
+Modern glibc stopped providing ieee.a
+
+From 401a6ba8d6aa5a92acaedae24b84c59d284f446d Mon Sep 17 00:00:00 2001
+From: rguenth 
+Date: Thu, 12 Jul 2018 11:53:34 +
+Subject: [PATCH] 2018-07-12  Richard Biener  
+
+   PR target/84829
+   * config/gnu-user.h (GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC):
+   Remove -mieee-fp handling.
+
+   * gcc.target/i386/pr84829.c: New testcase.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262582 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ChangeLog   | 6 ++
+ gcc/config/gnu-user.h   | 2 +-
+ gcc/testsuite/ChangeLog | 5 +
+ gcc/testsuite/gcc.target/i386/pr84829.c | 7 +++
+ 4 files changed, 19 insertions(+), 1 deletion(-)
+ create mode 100644 gcc/testsuite/gcc.target/i386/pr84829.c
+
+--- a/gcc/config/gnu-user.h
 b/gcc/config/gnu-user.h
+@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  
If not, see
+ 
+ #define GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC \
+   "%{shared:-lc} \
+-   %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"
++   %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
+ 
+ #define GNU_USER_TARGET_LIB_SPEC \
+   "%{pthread:-lpthread} " \
+--- /dev/null
 b/gcc/testsuite/gcc.target/i386/pr84829.c
+@@ -0,0 +1,7 @@
++/* { dg-do link } */
++/* { dg-options "-mieee-fp" } */
++
++int main()
++{
++  return 0;
++}
+-- 
+2.19.0
+

diff --git a/4.9.4/gentoo/README.history b/4.9.4/gentoo/README.history
index eec3b4a..67c7a25 100644
--- a/4.9.4/gentoo/README.history
+++ b/4.9.4/gentoo/README.history
@@ -1,3 +1,6 @@
+1.4TODO
+   + 99_all_remove-lieee.patch
+
 1.312 Jan 2018
+ 98_all_libjava-ucontext.patch
 1.227 Oct 2017



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

2018-10-19 Thread Aaron Swenson
commit: a255edaea359db6afb6b799f08503ae8ea08ffcc
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct 19 22:17:42 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct 19 22:18:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a255edae

package.mask: Remove dev-db/postgresql masks

EOL 9.2 removed, and 11_beta* builds removed.

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

 profiles/package.mask | 20 
 1 file changed, 20 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d671e96ae6..e0f136d318e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -176,20 +176,6 @@ media-libs/celt
 ~net-libs/libnsl-0
 ~net-libs/rpcsvc-proto-0
 
-# Aaron W. Swenson  (09 Sep 2018)
-# PostgreSQL beta and release candidate releases are pre-release testing
-# versions, not meant for production use. They are feature-frozen, and are
-# released to the public for testing before final release
-#
-# NOTE: Successive beta or candidate releases may not be backwards compatible,
-# so it is important that you review the release notes before upgrading.
-#
-# For more information about beta and release candidate versions, see:
-# https://www.postgresql.org/developer/beta/
-=dev-db/postgresql-11_beta1
-=dev-db/postgresql-11_beta2
-=dev-db/postgresql-11_beta3
-
 # Matthias Maier  (1 Sep 2018)
 # Mask 0.7.0 and  1.0.1 for the time being until a compatible LLVM version
 # made it into the tree, bug #665192
@@ -329,12 +315,6 @@ media-libs/libglvnd
 # Bug 629682.
 =net-misc/asterisk-11.25.1
 
-# Aaron W. Swenson  (22 Mar 2018)
-# EOL. No longer receives bug or security fixes. Recommended to update
-# to latest available.
-# Removal in 30 days (21 Apr 2018). Bug 634028.
- (20 Mar 2018)
 # Poorly tested version bump followed by a series of quick hacks
 # that do not make it any more working. Bug #651030.



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

2018-10-19 Thread Aaron Swenson
commit: 535dc7a8e2e38816e2c203a9d5cfc9f6cb0293c7
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct 19 22:04:51 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct 19 22:05:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535dc7a8

dev-db/postgresql: Drop beta builds

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Aaron Swenson  gentoo.org>

 dev-db/postgresql/Manifest   |   2 -
 dev-db/postgresql/postgresql-11_beta3.ebuild | 452 ---
 dev-db/postgresql/postgresql-11_beta4.ebuild | 452 ---
 3 files changed, 906 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index b39361598b0..f7bcf4e1528 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,7 +1,5 @@
 DIST postgresql-10.5.tar.bz2 20284578 BLAKE2B 
af2bc5bdc7e69682dac38785ce4a10c2c5c04202f2c3cd4acbb9200dbae7eec75d83813ac4df84b5a8064e77167f22a4dd54c6e84a68e564642cb5d75effd0ac
 SHA512 
1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c
 DIST postgresql-11.0.tar.bz2 21206820 BLAKE2B 
7c985e6843162f9ba01a7efcba84743739eb107111d6013b8a5614964c105345e203db307d0da5b0dd42d9c765fcf9462621e3b06e2a09a7ee76befa1ec307ef
 SHA512 
2cf471618dfaabdcbcbd68be3b85b6083376c97fdadce36d2ceb28438b7c736816118eacb1d4f12d48c39f584d78d7ffa89fa6d65858d440045a53921429970a
-DIST postgresql-11beta3.tar.bz2 21375988 BLAKE2B 
cd83fcfc55504a028bf42f2c31de4d9e12ead1ad0f238a1f36397b9405ddf8f6d371062a25e2660f8c6754447a09ddc3a122f178101b8ab80237b16422c8cf4c
 SHA512 
6ac6ecf2fff014b3673b11f6f106fdc93e6692a4a67a4669c4a7557f2b3229e41ddf5365c1e9328d88b6fde9141c15bd1a4640356559e727ee7f9f11641d4bf6
-DIST postgresql-11beta4.tar.bz2 21143836 BLAKE2B 
d10fe7bd342dcbee3e98cf31355dad5b0bf4837969212e10e6e62549230ce8a3c24be9f61f9e629241b99eb5465e366196a43f58276c338d985fb2d3b6348114
 SHA512 
38a5f1e9df2b97054a1a9a5ab92b5a909315813cd93562f599f403b3f1f8f898ebd32cd36be9c8792bfb27650831a03eef1cd5335ae2470d22a6664e8b265605
 DIST postgresql-9.3.24.tar.bz2 17042985 BLAKE2B 
976debbc2a072cc307e22beac1d59352ecc214b9879284e635f30295d1f46ad2e0542ffc5f62639527be870afe46ea5daf5b8b2d3da9a069adf1701218def968
 SHA512 
3d457b6218eeb8da2d8dd134dabc7ec8000cad5863870079b85ce00d94218fa049146290a8389fec15e57d586b0edee9810cdad85f36cbabce49b6b4378ce1ee
 DIST postgresql-9.4.19.tar.bz2 17879273 BLAKE2B 
775a8748218c40440df91307107d46a35bcb3b2baf1c383014684c15d06c0026548770f88dccb1c26c3247813761e4a43003c50fe930041afc5701cddabfbde3
 SHA512 
38e2f1f25bd80fdfdec728cd4a3fee6696ca051e496f0629a0a554ea013bfb9bb83ef5659b00130666462a45036a648cf880a2f49693a8ef2edbde938e4dd830
 DIST postgresql-9.5.14.tar.bz2 18687959 BLAKE2B 
ac377b5e279d9e8179a94eb91d0cf1a7e3f6443c860d68a4540357d80128fbc54ac1ffec198725b2a783a80448f8a625556f2e6018162304d65659982890d46f
 SHA512 
9b5ebc8dc13bbdbd5b5bc02552e2b9b5029d899a80e82b653542c735868590ebe57d586951bf036c5abd28aae325c71cc69536f88321d50dd3d254f8ee0cfe35

diff --git a/dev-db/postgresql/postgresql-11_beta3.ebuild 
b/dev-db/postgresql/postgresql-11_beta3.ebuild
deleted file mode 100644
index 27adb918d12..000
--- a/dev-db/postgresql/postgresql-11_beta3.ebuild
+++ /dev/null
@@ -1,452 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN
-zh_TW"
-
-inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
-   systemd user versionator
-
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-
-SLOT=$(get_major_version)
-
-MY_PV=${PV/_/}
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
-
-LICENSE="POSTGRESQL GPL-2"
-DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/;
-
-IUSE="doc kerberos kernel_linux ldap libressl llvm nls pam perl python 
+readline
- selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-CDEPEND="
->=app-eselect/eselect-postgresql-2.0
-sys-apps/less
-virtual/libintl
-kerberos? ( virtual/krb5 )
-ldap? ( net-nds/openldap )
-llvm? ( sys-devel/llvm:=
-   sys-devel/clang:= )
-pam? ( virtual/pam )
-perl? ( >=dev-lang/perl-5.8:= )
-python? ( ${PYTHON_DEPS} )
-readline? ( sys-libs/readline:0= )
-server? ( systemd? ( sys-apps/systemd ) )
-ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= )
-   libressl? ( dev-libs/libressl:= )
-)
-tcl? ( >=dev-lang/tcl-8:0= )
-xml? ( dev-libs/libxml2 dev-libs/libxslt )
-zlib? ( sys-libs/zlib )
-"
-
-# uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no
-# supported libc in use depend 

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

2018-10-19 Thread Aaron Swenson
commit: c2b7a98448f1a4d2f726ff80014257bc4eaa8088
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct 19 22:03:04 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct 19 22:03:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b7a984

dev-db/postgresql: Bump to 11.0

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Aaron Swenson  gentoo.org>

 dev-db/postgresql/Manifest   |   1 +
 dev-db/postgresql/postgresql-11.0.ebuild | 452 +++
 2 files changed, 453 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 3ca14dfee58..b39361598b0 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,4 +1,5 @@
 DIST postgresql-10.5.tar.bz2 20284578 BLAKE2B 
af2bc5bdc7e69682dac38785ce4a10c2c5c04202f2c3cd4acbb9200dbae7eec75d83813ac4df84b5a8064e77167f22a4dd54c6e84a68e564642cb5d75effd0ac
 SHA512 
1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c
+DIST postgresql-11.0.tar.bz2 21206820 BLAKE2B 
7c985e6843162f9ba01a7efcba84743739eb107111d6013b8a5614964c105345e203db307d0da5b0dd42d9c765fcf9462621e3b06e2a09a7ee76befa1ec307ef
 SHA512 
2cf471618dfaabdcbcbd68be3b85b6083376c97fdadce36d2ceb28438b7c736816118eacb1d4f12d48c39f584d78d7ffa89fa6d65858d440045a53921429970a
 DIST postgresql-11beta3.tar.bz2 21375988 BLAKE2B 
cd83fcfc55504a028bf42f2c31de4d9e12ead1ad0f238a1f36397b9405ddf8f6d371062a25e2660f8c6754447a09ddc3a122f178101b8ab80237b16422c8cf4c
 SHA512 
6ac6ecf2fff014b3673b11f6f106fdc93e6692a4a67a4669c4a7557f2b3229e41ddf5365c1e9328d88b6fde9141c15bd1a4640356559e727ee7f9f11641d4bf6
 DIST postgresql-11beta4.tar.bz2 21143836 BLAKE2B 
d10fe7bd342dcbee3e98cf31355dad5b0bf4837969212e10e6e62549230ce8a3c24be9f61f9e629241b99eb5465e366196a43f58276c338d985fb2d3b6348114
 SHA512 
38a5f1e9df2b97054a1a9a5ab92b5a909315813cd93562f599f403b3f1f8f898ebd32cd36be9c8792bfb27650831a03eef1cd5335ae2470d22a6664e8b265605
 DIST postgresql-9.3.24.tar.bz2 17042985 BLAKE2B 
976debbc2a072cc307e22beac1d59352ecc214b9879284e635f30295d1f46ad2e0542ffc5f62639527be870afe46ea5daf5b8b2d3da9a069adf1701218def968
 SHA512 
3d457b6218eeb8da2d8dd134dabc7ec8000cad5863870079b85ce00d94218fa049146290a8389fec15e57d586b0edee9810cdad85f36cbabce49b6b4378ce1ee

diff --git a/dev-db/postgresql/postgresql-11.0.ebuild 
b/dev-db/postgresql/postgresql-11.0.ebuild
new file mode 100644
index 000..165ff0db708
--- /dev/null
+++ b/dev-db/postgresql/postgresql-11.0.ebuild
@@ -0,0 +1,452 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN
+zh_TW"
+
+inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
+   systemd user versionator
+
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+
+SLOT=$(get_major_version)
+
+MY_PV=${PV/_/}
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
+
+LICENSE="POSTGRESQL GPL-2"
+DESCRIPTION="PostgreSQL RDBMS"
+HOMEPAGE="http://www.postgresql.org/;
+
+IUSE="doc kerberos kernel_linux ldap libressl llvm nls pam perl python 
+readline
+ selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="
+>=app-eselect/eselect-postgresql-2.0
+sys-apps/less
+virtual/libintl
+kerberos? ( virtual/krb5 )
+ldap? ( net-nds/openldap )
+llvm? ( sys-devel/llvm:=
+   sys-devel/clang:= )
+pam? ( virtual/pam )
+perl? ( >=dev-lang/perl-5.8:= )
+python? ( ${PYTHON_DEPS} )
+readline? ( sys-libs/readline:0= )
+server? ( systemd? ( sys-apps/systemd ) )
+ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= )
+   libressl? ( dev-libs/libressl:= )
+)
+tcl? ( >=dev-lang/tcl-8:0= )
+xml? ( dev-libs/libxml2 dev-libs/libxslt )
+zlib? ( sys-libs/zlib )
+"
+
+# uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no
+# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
+# the libc includes UUID functions.
+UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} )
+BSD_LIBC=( elibc_{Free,Net,Open}BSD )
+
+nest_usedep() {
+   local front back
+   while [[ ${#} -gt 1 ]]; do
+   front+="${1}? ( "
+   back+=" )"
+   shift
+   done
+   echo "${front}${1}${back}"
+}
+
+IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}"
+CDEPEND+="
+uuid? (
+   ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )}
+   $(nest_usedep ${UTIL_LINUX_LIBC[@]/#/!} ${BSD_LIBC[@]/#/!} 
dev-libs/ossp-uuid)
+)"
+
+DEPEND="${CDEPEND}
+!! /dev/null || die 
"pushd failed"
+
+   for f in 
"${ED}/usr/share/postgresql-${SLOT}/man/man${mansec}"/* ; 

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

2018-10-19 Thread Patrice Clement
commit: 4060bf620b778c696a3b63200cb091ed1b37d2fb
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Thu Oct 18 10:08:50 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 19 21:59:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4060bf62

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

Also bumped to EAPI=7.

Closes: https://bugs.gentoo.org/667744

Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10165
Signed-off-by: Patrice Clement  gentoo.org>

 media-sound/teamspeak-client/Manifest  |  2 +
 .../teamspeak-client/teamspeak-client-3.2.3.ebuild | 95 ++
 2 files changed, 97 insertions(+)

diff --git a/media-sound/teamspeak-client/Manifest 
b/media-sound/teamspeak-client/Manifest
index bc6c8114a78..8c49a281b90 100644
--- a/media-sound/teamspeak-client/Manifest
+++ b/media-sound/teamspeak-client/Manifest
@@ -1,2 +1,4 @@
 DIST TeamSpeak3-Client-linux_amd64-3.2.2.run 76227220 BLAKE2B 
86a50064e01a496dd68559a3fa92003bf674cb59e714a45e6d12b2e6c2b33988b6ee7b76f474b35f1c08ae17fe430e8882c271e1751381df74c4dd5f7d552c42
 SHA512 
3edc003d721494e914fa74ae3d2666c795c5beb7feae7cc3b379d06447acb3e0941d9c5e2495e8bec8c1c1f5e25b5b31767ea214d198b2e320fc6a7925fdc541
+DIST TeamSpeak3-Client-linux_amd64-3.2.3.run 76247769 BLAKE2B 
2fc226455bf839811ad82735c30f493ac9800e6f5f2f3af2d34bcbce3abd7478144feff329c3afa31d994a891990ecae5f51aa3fa001fe828d4ae0bba60fc6e9
 SHA512 
6f2a0e366589a3495be3ecbe3e866e1d05db3578ed1e2bf19195e6d6818acc1ddb44b46915aa88ff64ac6cc150d3b88b3347147bb0cde93e013aa7960c10dfab
 DIST TeamSpeak3-Client-linux_x86-3.2.2.run 75976893 BLAKE2B 
0d0396f2fdd0d61c5e1fc1daec9978e6f4ebb82511b80c97bbc86d97bcbf3237e17064666212d8ba2650dc173cef8774acc38027241247c233c14e41ed697807
 SHA512 
3ca1a8602a9df3ee7669d3f226a44354a92ef5b3f52b720ac7a91dbd50331c609a46a1ae83d39c82dea8f6fc0a5f32245525ab601f7fd329521478ef29909027
+DIST TeamSpeak3-Client-linux_x86-3.2.3.run 75997823 BLAKE2B 
03403430d6409ceebcbdfcdb48b54142327a003c300a3bcbd63f9fb6e40c259f50ee9346fe54fbbb3a19143bacb782248f5b61d2a950f893e8227568a2df1839
 SHA512 
ad6ea2d5f8237585859c5deac11e0f0b6af6018b2a92fe0aab2a04cfdeab0bd57166bf4fec273d48fedd20819203cba2fd58c3a76b59ec3224e867fc10172808

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.2.3.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.2.3.ebuild
new file mode 100644
index 000..816b907b9fe
--- /dev/null
+++ b/media-sound/teamspeak-client/teamspeak-client-3.2.3.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit desktop unpacker xdg-utils
+
+MY_PV="${PV/_/-}"
+
+DESCRIPTION="A client software for quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="amd64? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run
 )
+   x86? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="teamspeak3"
+SLOT="0"
+IUSE="alsa pulseaudio"
+REQUIRED_USE="|| ( alsa pulseaudio )"
+
+RDEPEND="
+   app-arch/snappy:0/1
+   

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

2018-10-19 Thread William Hubbs
commit: 968383a006a1313ff259011dab185d6c72a1443f
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct 19 21:42:28 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 19 21:43:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968383a0

dev-util/meson: 0.48.1 version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 dev-util/meson/Manifest|  1 +
 dev-util/meson/meson-0.48.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 6fdebfa5af7..c3e2245d492 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,3 +1,4 @@
 DIST meson-0.46.1.tar.gz 1203731 BLAKE2B 
3b6b78e24a4d1ff3166db5546dda80e8b29236babec51fd5f1e70ba4139f13c4e7b6d2985daccf9ef1bc2e33516b1278ab9c9ea4c7fce775d187450c2498dc76
 SHA512 
beacd5431f9d6abd85a72b2609cbd913f67829b2eef4712a5b9a151e2d0cad6e2c16b5e42819b93f986705305ed874d26211c315aa930b1695552a9e30de8b98
 DIST meson-0.47.1.tar.gz 1250211 BLAKE2B 
a1ef5852b432e6856733c25a7ccd225f1a9ff2d1a8f65a38375d13c2c1d93d8e756b2cc2d3528783f18b90598e3f056363822d2400773369457d0801a6e3dd58
 SHA512 
e5042f0553057eb3a723fd2e17994ff05c2856c0dc22f39f5c5eb68fb56281894a5d13fe9f2e0852b4c934f3f3cbc41e0639ff25db4ab9f352eff95e7d552b8b
 DIST meson-0.48.0.tar.gz 1307251 BLAKE2B 
cafae408a219a8f31b756cae28178480eeadac877a6a694c1369c7524b68b88e606d51823aacde177410fd97c1ad14793a11a6d1a1a97c131d33b1014ca2d5f9
 SHA512 
99ba4ca4899a3174803e41fe5a010d4be304cf85d7392107c2a6ad65f03d758382b1b9104a0cc54bf6fdba28e7742ecd2b0c299d43be3a66fb1381b77418036b
+DIST meson-0.48.1.tar.gz 1310408 BLAKE2B 
e90c5c0b396883ac516eb3a5de04a1caff084a7f018e3f9b7565ec91e520bf4c0e05a72855b3b35e361623c6bf792e471846a7bac13fabd8b42c5256af017703
 SHA512 
248856cbab0aba959a01a9759261108baf93eef92d454b9ebb7f54edf1aa3e26f6050e389c9889ca23b19321d835617bacd361fc598b7185f6485bc6a403534c

diff --git a/dev-util/meson/meson-0.48.1.ebuild 
b/dev-util/meson/meson-0.48.1.ebuild
new file mode 100644
index 000..3b76628728c
--- /dev/null
+++ b/dev-util/meson/meson-0.48.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x64-macos ~x64-solaris"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="http://mesonbuild.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+PATCHES=(
+   "${FILESDIR}"/0.48.0-multilib.patch
+)
+
+python_test() {
+   (
+   # test_meson_installed
+   unset PYTHONDONTWRITEBYTECODE
+
+   # test_cross_file_system_paths
+   unset XDG_DATA_HOME
+
+   ${EPYTHON} -u run_tests.py
+   ) || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   insinto /usr/share/vim/vimfiles
+   doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
+   insinto /usr/share/zsh/site-functions
+   doins data/shell-completions/zsh/_meson
+}



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

2018-10-19 Thread Sebastian Pipping
commit: d71089a1c31b542a85c9202d672346ec7d6e4b41
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Oct 19 21:29:34 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Oct 19 21:29:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71089a1

app-text/dvisvgm: Re-add ~alpha

Bug: https://bugs.gentoo.org/663178
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-text/dvisvgm/dvisvgm-2.5.ebuild   | 4 ++--
 app-text/dvisvgm/dvisvgm-2.6.1.ebuild | 2 +-
 app-text/dvisvgm/dvisvgm-2.6.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/dvisvgm/dvisvgm-2.5.ebuild 
b/app-text/dvisvgm/dvisvgm-2.5.ebuild
index aacbe77eab6..86e6574e653 100644
--- a/app-text/dvisvgm/dvisvgm-2.5.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.

diff --git a/app-text/dvisvgm/dvisvgm-2.6.1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.6.1.ebuild
index 5f9aa1cab23..86e6574e653 100644
--- a/app-text/dvisvgm/dvisvgm-2.6.1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.

diff --git a/app-text/dvisvgm/dvisvgm-2.6.ebuild 
b/app-text/dvisvgm/dvisvgm-2.6.ebuild
index aacbe77eab6..86e6574e653 100644
--- a/app-text/dvisvgm/dvisvgm-2.6.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.



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

2018-10-19 Thread William Hubbs
commit: 698113c7b19d389aec3295da3801d4e216847078
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct 19 21:16:14 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 19 21:17:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698113c7

sys-apps/openrc: 0.38.3 bump for supervise-daemon bug fix

Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --force
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.38.3.ebuild | 326 +++
 2 files changed, 327 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 11d7e3a2871..6a60406de8c 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -3,3 +3,4 @@ DIST openrc-0.35.5.tar.gz 241784 BLAKE2B 
6f63dcf30c430949f25108b0ca808f2317b2e58
 DIST openrc-0.36.tar.gz 240179 BLAKE2B 
1361d22782d6063e7fce61a98ef1e1f754d0208ec58de02ae60a0950531d248ac6e65e1ed45b412c89288103f6848b24aa51dd66232aa46e7900b339cac21a57
 SHA512 
f4730489e595a9ac4477c2b410e034b4eea2b8111c12c2695916aa04102020f8c84cb24220d3aa552709898035aa196e2fd48cba9b12a71dff1f5c2b03c3d424
 DIST openrc-0.37.tar.gz 240928 BLAKE2B 
b802260a3bd71e6d8e6d54b21007024481d42a4f179eff824a39fb91f5b1cd4f7a2fd52d9e7f23b1077965b57d319a99a5b39b8cd2d7f66dfe272b4497d53a22
 SHA512 
16235774ad28a66308dd1ea00238b4025a4d26c9c0bb6cdb032f28d00479520c4c5fdb349f82d33a535eee3d491d0349b5871b15cae30ef296ec476883965b83
 DIST openrc-0.38.2.tar.gz 240924 BLAKE2B 
a50e567aa3ac1edfd4e7cbdfbf3d7ce6ac39b7d7c2b4a9bcc8cf088735fa436a334eb077ecb10b67f6f5faab979ba62729aca4f3f61e12167cbd48fc8a7f3776
 SHA512 
5c5f1cfa9990970a02619c5b97c0d424d921fe16e83767372beee9a7b296c6ea33b43ae4045cf7266254b98871a5d347de1040443fe8fc68d7b9d164eed909e6
+DIST openrc-0.38.3.tar.gz 238031 BLAKE2B 
87d1546e21d581feda4064cd64bf43f762203becdcc4b002bf868f17403bd42770cb1106a8bc383c8d69e19ad66ad2bedaa7090c95206597e8a9b6e2ba481dcc
 SHA512 
6bb42ccdab5fb24b11f5042bf19850f440d3494b6bd1d7b8db31b592f051fcd26feac1c8d9ef515238c53c6f5bf98a8c367a48471c178ae829e05c56bd24cfde

diff --git a/sys-apps/openrc/openrc-0.38.3.ebuild 
b/sys-apps/openrc/openrc-0.38.3.ebuild
new file mode 100644
index 000..bbca849aa19
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.38.3.ebuild
@@ -0,0 +1,326 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /lib/rc/init.d
+   fi
+   keepdir /lib/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont

[gentoo-commits] proj/openrc:0.38.x commit in: src/rc/

2018-10-19 Thread William Hubbs
commit: 93c8cbe68428dcf7823a6483d30698ba001f4271
Author: Zac Medico  gmail  com>
AuthorDate: Sat Oct 13 19:32:45 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 19 21:01:07 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=93c8cbe6

supervise-daemon: fix respawn_max off by one

Fix the comparison between respawn_count and respawn_max so that
respawn_max = 1 will allow for one respawn. Since respawn_count is
incremented before the comparison, use a 'greater than' comparison
so that respawn will be triggered when respawn_count is equal to
respawn_max.

Fixes: https://github.com/OpenRC/openrc/issues/247
Fixes: https://github.com/OpenRC/openrc/issues/248

 src/rc/supervise-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index 8d56b8d4..e5e817d1 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -507,7 +507,7 @@ static void supervisor(char *exec, char **argv)
first_spawn = 0;
} else
respawn_count++;
-   if (respawn_count >= respawn_max) {
+   if (respawn_count > respawn_max) {
syslog(LOG_WARNING,
"respawned \"%s\" too 
many times, exiting", exec);
exiting = true;



[gentoo-commits] proj/openrc: New tag: 0.38.3

2018-10-19 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 19 21:08:35 2018 +

New tag: 0.38.3




[gentoo-commits] proj/openrc:0.38.x commit in: /

2018-10-19 Thread William Hubbs
commit: 60f42c415d235a49dd461f610d5f7f578e926c35
Author: William Hubbs  gmail  com>
AuthorDate: Fri Oct 19 21:03:36 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 19 21:03:36 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=60f42c41

Update ChangeLog

 ChangeLog | 393 +-
 1 file changed, 29 insertions(+), 364 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e0bd4ae0..92017e07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,31 @@
-commit ed6804200401861aa0b52f0feccb750aa496d34e
+commit 93c8cbe68428dcf7823a6483d30698ba001f4271
+Author: Zac Medico 
+Commit: William Hubbs 
+
+supervise-daemon: fix respawn_max off by one
+
+Fix the comparison between respawn_count and respawn_max so that
+respawn_max = 1 will allow for one respawn. Since respawn_count is
+incremented before the comparison, use a 'greater than' comparison
+so that respawn will be triggered when respawn_count is equal to
+respawn_max.
+
+Fixes: https://github.com/OpenRC/openrc/issues/247
+Fixes: https://github.com/OpenRC/openrc/issues/248
+
+commit 386bdf66f9622b6a86847ff678077c5c6456d74e
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.38.3
+
+commit 81ab30c51dba9bfac71dd36c65e96bc1e3e5f2ae
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
+commit d05c8c2159a9cbcf9286adbd6cbc3b0d5d2a3b43
 Author: Zac Medico 
 Commit: William Hubbs 
 
@@ -8,6 +35,7 @@ Commit: William Hubbs 
 with grsecurity kernels.
 
 Fixes: 37e29442721a ("librc: Add check for crashed state")
+This fixes #237
 
 commit 7850e12071891321f6564979e4e574eb775bf102
 Author: William Hubbs 
@@ -1308,366 +1336,3 @@ Commit: William Hubbs 
 program and adding --reexec support
 - factor the supervisor into its own function
 - fix test for whether we are already running
-
-commit 35b1996704f6635bb29ea3604410e133209e6432
-Author: William Hubbs 
-Commit: William Hubbs 
-
-supervise-daemon: elevate some log messages to warnings
-
-Prior to this change, we were logging unexpected terminations of daemons
-we were supervising at the info level. This change moves the logs to
-warnings.
-
-commit 3c8e7ed255edb8df0d548d6ce514544d5422cbf0
-Author: William Hubbs 
-Commit: William Hubbs 
-
-version 0.34
-
-commit acaed1f910a2a00fdd5b6aeab752c552075a7292
-Author: William Hubbs 
-Commit: William Hubbs 
-
-Update ChangeLog
-
-commit 91109e31d81ecd48f5690ad6f63103fca545dec7
-Author: William Hubbs 
-Commit: William Hubbs 
-
-update news
-
-commit 2b6eeea01d1c64d58929788f4bfa0758393885bf
-Author: William Hubbs 
-Commit: William Hubbs 
-
-man: remove service(8) man page
-
-commit a15de23e5713d840d871c526b46050983dc6ea1e
-Author: William Hubbs 
-Commit: William Hubbs 
-
-typo fix
-
-commit efa9ba485d9328f780f3e60dc18339c75974c6c6
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d/sysfs.in: fix reference to RC_LIBEXECDIR
-
-The sysfs init script referred to @LIBEXECDIR@ before this change, but
-it is better to refer to RC_LIBEXECDIR so that we get rid of a sed
-substitution.
-
-commit d4ddd72701ff5533a1ba07b1da60806859c63d88
-Author: Chris Cromer 
-Commit: William Hubbs 
-
-add option to make agetty startup quiet
-
-This fixes #150
-
-commit 1e9af2cd421423404ffe1491bd35af76c2885f1f
-Author: William Hubbs 
-Commit: William Hubbs 
-
-fix compiler warning
-
-commit 3c05db74f6e733890e9035c183a774db3d512512
-Author: William Hubbs 
-Commit: William Hubbs 
-
-remove service binary
-
-The service binary was just a synonym for rc-service, so use rc-service
-instead of service. If you want a "service" binary, it should be
-something that can determine which service manager you are running and
-run the appropriate service manager commands.
-
-commit edc54b03770d5f58d1a4969d06c28660003dfb04
-Author: William Hubbs 
-Commit: William Hubbs 
-
-version 0.33
-
-commit 8e53a3fa8a33fb714064ddbe38bff2213fcf6837
-Author: William Hubbs 
-Commit: William Hubbs 
-
-Update ChangeLog
-
-commit 7f3b4139e3a96a15b0fb473b44f422e903e9
-Author: William Hubbs 
-Commit: William Hubbs 
-
-use printf consistently in cgroups handling
-
-This makes the cgroups handling consistent between cgroups v1 and v2.
-Also, it fixes #167.
-
-commit 1ccba056584ee1a8e09fb1d5eebd988b47912c06
-Author: William Hubbs 
-Commit: William Hubbs 
-
-sh/rc-functions.sh: add need_if_exists convenience function
-
-commit c46adf14343df3a74aef7e4ae5be175ae5fa7a01
-Author: William Hubbs 
-Commit: William Hubbs 
-
-man/openrc-run.8: Clarify the explanation of the need dependency
-
-commit 1cac8b080c16f9aab19c7a3ae1ca155c20dfa14d
-Author: William Hubbs 
-Commit: William Hubbs 
-
-ignore sigchld when shutting down the supervised process
-
-We need to do this to skip the zombie state for the child 

[gentoo-commits] proj/openrc:0.38.x commit in: /

2018-10-19 Thread William Hubbs
commit: 386bdf66f9622b6a86847ff678077c5c6456d74e
Author: William Hubbs  gmail  com>
AuthorDate: Fri Oct 19 20:58:07 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 19 20:58:07 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=386bdf66

version 0.38.3

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index df2f462f..aef7655b 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.38.2
+VERSION=   0.38.3
 PKG=   ${NAME}-${VERSION}



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

2018-10-19 Thread Alfredo Tupone
commit: 1340f40143dcafb4f0d64de0fb7b58de01a892f5
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Oct 19 20:29:47 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Oct 19 20:30:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1340f401

dev-ada/gprbuild: Fix gnatbind path

Closes: https://bugs.gentoo.org/668964
Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch  | 10 ++
 .../{gprbuild-2018-r2.ebuild => gprbuild-2018-r3.ebuild}   |  0
 2 files changed, 10 insertions(+)

diff --git a/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch 
b/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch
index 9f62ec9ff9d..1f967b61d4c 100644
--- a/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch
+++ b/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch
@@ -241,6 +241,16 @@
for Language_Kind("Ada") use "unit_based";
for Dependency_Kind  ("Ada") use "ALI_File";
for Leading_Required_Switches("Ada") use
+@@ -77,6 +77,9 @@
+   for Objects_Path_File ("Ada") use "ADA_PRJ_OBJECTS_FILE";
+   for Driver ("Ada") use
+   "${GPRCONFIG_PREFIX}libexec/gprbuild/gprbind";
++  for Switches ("Ada") use ("--gnatbind_path=gnatbind-@VER@");
++  for Required_Switches ("Ada") use
++Binder'Required_Switches ("Ada")  ("--RTS=${RUNTIME_DIR(ada)}");
+end Binder;
+ 
+for Toolchain_Version ("Ada") use "GNAT ${VERSION(ada)}";
 --- a/share/gprconfig/c.xml2018-10-17 21:31:44.442501471 +0200
 +++ b/share/gprconfig/c.xml2018-10-17 21:33:06.562088044 +0200
 @@ -14,7 +14,7 @@

diff --git a/dev-ada/gprbuild/gprbuild-2018-r2.ebuild 
b/dev-ada/gprbuild/gprbuild-2018-r3.ebuild
similarity index 100%
rename from dev-ada/gprbuild/gprbuild-2018-r2.ebuild
rename to dev-ada/gprbuild/gprbuild-2018-r3.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-libs/softhsm/files/, dev-libs/softhsm/

2018-10-19 Thread Alon Bar-Lev
commit: fde471e298782241675d66f2e7a4e3c11cf4e599
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct 19 20:29:03 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct 19 20:29:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde471e2

dev-libs/softhsm: fix libressl

Closes: https://bugs.gentoo.org/show_bug.cgi?id=669038
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../softhsm/files/softhsm-2.5.0-libressl.patch | 32 ++
 dev-libs/softhsm/softhsm-2.5.0.ebuild  |  4 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/softhsm/files/softhsm-2.5.0-libressl.patch 
b/dev-libs/softhsm/files/softhsm-2.5.0-libressl.patch
new file mode 100644
index 000..9aeaf2939ac
--- /dev/null
+++ b/dev-libs/softhsm/files/softhsm-2.5.0-libressl.patch
@@ -0,0 +1,32 @@
+From 308b0b2760d6cb218003768747346d31764f1cfe Mon Sep 17 00:00:00 2001
+From: Alon Bar-Lev 
+Date: Fri, 19 Oct 2018 23:19:48 +0300
+Subject: [PATCH] crypto: use ENGINE_load_rdrand with recent openssl
+
+libressl and probably older openssl do not support this.
+
+Signed-off-by: Alon Bar-Lev 
+---
+ src/lib/crypto/OSSLCryptoFactory.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+https://github.com/opendnssec/SoftHSMv2/pull/423
+
+diff --git a/src/lib/crypto/OSSLCryptoFactory.cpp 
b/src/lib/crypto/OSSLCryptoFactory.cpp
+index dc5f737..04d383d 100644
+--- a/src/lib/crypto/OSSLCryptoFactory.cpp
 b/src/lib/crypto/OSSLCryptoFactory.cpp
+@@ -141,8 +141,10 @@ OSSLCryptoFactory::OSSLCryptoFactory()
+   // Initialise OpenSSL
+   OpenSSL_add_all_algorithms();
+ 
++#if !( OPENSSL_VERSION_NUMBER < 0x1010L || 
defined(LIBRESSL_VERSION_NUMBER) )
+   // Make sure RDRAND is loaded first
+   ENGINE_load_rdrand();
++#endif
+   // Locate the engine
+   rdrand_engine = ENGINE_by_id("rdrand");
+   // Use RDRAND if available
+-- 
+2.18.1
+

diff --git a/dev-libs/softhsm/softhsm-2.5.0.ebuild 
b/dev-libs/softhsm/softhsm-2.5.0.ebuild
index aecd75f474e..efb92f3af4d 100644
--- a/dev-libs/softhsm/softhsm-2.5.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.5.0.ebuild
@@ -26,6 +26,10 @@ DOCS=(
README.md
 )
 
+PATCHES=(
+   "${FILESDIR}/${P}-libressl.patch"
+)
+
 src_configure() {
econf \
--disable-static \



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

2018-10-19 Thread Mikle Kolyada
commit: 7c24caf3a65e6107383a217906fec9b8193cc32c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct 19 20:25:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct 19 20:26:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c24caf3

dev-db/mysql: amd64 stable wrt bug #658822

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-db/mysql/mysql-5.7.23-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.7.23-r2.ebuild 
b/dev-db/mysql/mysql-5.7.23-r2.ebuild
index 7a8e8c0142c..a291cfbf34a 100644
--- a/dev-db/mysql/mysql-5.7.23-r2.ebuild
+++ b/dev-db/mysql/mysql-5.7.23-r2.ebuild
@@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/files/, dev-qt/qtcore/

2018-10-19 Thread Andreas Sturmlechner
commit: 6151f696be8a9c1f35f708a30fc884d30fe5605b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 19 20:07:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 19 20:23:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6151f696

dev-qt/qtcore: Fix build with x86

Thanks-to: Sylvia  ya.ru>
Closes: https://bugs.gentoo.org/669010
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/qtcore-5.11.2-export-qt_open64.patch | 31 +
 dev-qt/qtcore/qtcore-5.11.2-r1.ebuild  | 79 ++
 2 files changed, 110 insertions(+)

diff --git a/dev-qt/qtcore/files/qtcore-5.11.2-export-qt_open64.patch 
b/dev-qt/qtcore/files/qtcore-5.11.2-export-qt_open64.patch
new file mode 100644
index 000..a0a6bff9f66
--- /dev/null
+++ b/dev-qt/qtcore/files/qtcore-5.11.2-export-qt_open64.patch
@@ -0,0 +1,31 @@
+From 4fc4f7b0ce0e6ee186a7d7fe9b5dd20e94efe432 Mon Sep 17 00:00:00 2001
+From: Thiago Macieira 
+Date: Fri, 21 Sep 2018 09:04:24 -0700
+Subject: [PATCH] Export qt_open64 from QtCore
+
+Other libs use qcore_unix_p.h.
+
+qopenglprogrambinarycache.cpp:function 
QOpenGLProgramBinaryCache::load(QByteArray const&, unsigned int): error: 
undefined reference to 'qt_open64(char const*, int, unsigned int)'
+
+Change-Id: I44e7d800c68141bdaae0fffd155675d15eded2e4
+Reviewed-by: Simon Hausmann 
+Reviewed-by: Eric Lemanissier 
+---
+ src/corelib/kernel/qcore_unix_p.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/corelib/kernel/qcore_unix_p.h 
b/src/corelib/kernel/qcore_unix_p.h
+index cb98bef3476..5a2a29a3273 100644
+--- a/src/corelib/kernel/qcore_unix_p.h
 b/src/corelib/kernel/qcore_unix_p.h
+@@ -178,7 +178,7 @@ inline void qt_ignore_sigpipe()
+ 
+ #if defined(Q_PROCESSOR_X86_32) && defined(__GLIBC__)
+ #  if !__GLIBC_PREREQ(2, 22)
+-int qt_open64(const char *pathname, int flags, mode_t);
++Q_CORE_EXPORT int qt_open64(const char *pathname, int flags, mode_t);
+ #undef QT_OPEN
+ #define QT_OPEN qt_open64
+ #  endif
+-- 
+2.16.3

diff --git a/dev-qt/qtcore/qtcore-5.11.2-r1.ebuild 
b/dev-qt/qtcore/qtcore-5.11.2-r1.ebuild
new file mode 100644
index 000..e40ed0f6f4a
--- /dev/null
+++ b/dev-qt/qtcore/qtcore-5.11.2-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Cross-platform application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+IUSE="icu systemd"
+
+DEPEND="
+   dev-libs/double-conversion:=
+   dev-libs/glib:2
+   dev-libs/libpcre2[pcre16,unicode]
+   sys-libs/zlib
+   icu? ( dev-libs/icu:= )
+   !icu? ( virtual/libiconv )
+   systemd? ( sys-apps/systemd:= )
+"
+RDEPEND="${DEPEND}
+   !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || 
die
+
+   #if defined(QT_NO_${flag}) && defined(QT_${flag})
+   # undef QT_NO_${flag}
+   #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})
+   # define QT_NO_${flag}
+   #endif
+   _EOF_
+   done
+}



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

2018-10-19 Thread Andreas Sturmlechner
commit: c39ed86fe975f7f4ff46a1b366f49cf9591288bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 19 20:17:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 19 20:23:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39ed86f

dev-qt/qtcore: Drop 5.11.2 (r0)

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

 dev-qt/qtcore/qtcore-5.11.2.ebuild | 75 --
 1 file changed, 75 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.11.2.ebuild 
b/dev-qt/qtcore/qtcore-5.11.2.ebuild
deleted file mode 100644
index 8ebee817712..000
--- a/dev-qt/qtcore/qtcore-5.11.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-fi
-
-IUSE="icu systemd"
-
-DEPEND="
-   dev-libs/double-conversion:=
-   dev-libs/glib:2
-   dev-libs/libpcre2[pcre16,unicode]
-   sys-libs/zlib
-   icu? ( dev-libs/icu:= )
-   !icu? ( virtual/libiconv )
-   systemd? ( sys-apps/systemd:= )
-"
-RDEPEND="${DEPEND}
-   !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || 
die
-
-   #if defined(QT_NO_${flag}) && defined(QT_${flag})
-   # undef QT_NO_${flag}
-   #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})
-   # define QT_NO_${flag}
-   #endif
-   _EOF_
-   done
-}



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

2018-10-19 Thread Andreas Sturmlechner
commit: 1d579b1e892f271ef03140255d03d59b8369e877
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 19 19:54:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 19 20:23:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d579b1e

dev-qt/qtwebkit: Fix build with !hyphen

Closes: https://bugs.gentoo.org/666752
Reported-by: David Flogeras  gmail.com>
Thanks-to: Alexander Sergeyev  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
index 3896c99b459..cee7596f99c 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -109,6 +109,7 @@ src_configure() {
-DENABLE_TOOLS=OFF
-DENABLE_GEOLOCATION=$(usex geolocation)
-DUSE_GSTREAMER=$(usex gstreamer)
+   -DUSE_LIBHYPHEN=$(usex hyphen)
-DENABLE_JIT=$(usex jit)
-DUSE_QT_MULTIMEDIA=$(usex multimedia)
-DENABLE_NETSCAPE_PLUGIN_API=$(usex nsplugin)



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

2018-10-19 Thread Mikle Kolyada
commit: 87025b436d63b6be9f11284620f86cd600215f2c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct 19 20:17:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct 19 20:17:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87025b43

net-fs/minio: Version bump

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-fs/minio/Manifest   | 2 +-
 ...inio-2018.10.06.00.15.16.ebuild => minio-2018.10.18.00.28.58.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest
index 02e939feab7..cef4a9a55e0 100644
--- a/net-fs/minio/Manifest
+++ b/net-fs/minio/Manifest
@@ -4,4 +4,4 @@ DIST minio-2018.08.02.23.11.36.tar.gz 8381976 BLAKE2B 
4081dcb34af05e6643ac64648b
 DIST minio-2018.09.01.00.38.25.tar.gz 8731636 BLAKE2B 
4332d97d63c0e113de6e88ff9a4b1fc2db9b3e9b23caff19651641fcf08b5fd86c04155a30e84228433fd76160b70fb6e774421ec85a03df6fc94bdbde545ac1
 SHA512 
f445153be70c7370d8c96c3d7504ab4cb067fe8d36e0e0a8c014a026cf96fb3bddc9fb9b312a954a1c505e0ee7a36e33f67f3a460f8db58105d9880ee4a8de05
 DIST minio-2018.09.12.18.49.56.tar.gz 8743369 BLAKE2B 
8f7f2fdb75a0130348a6e06182a1d24d8e6463543fad8d21f2aeab0e1d550b257d124cb13d0012b9f2864f8743c4ee3791605eb1614d8adf5d6008c9d67de685
 SHA512 
2f33e406f8be22ccb74c7d90a76d6a48699c7e1c95c3adc10f26e6945b56b8648626ce0cfcd255ecb56985f9e849c81a0dcc4c79f772d33804774a5fe65ae4b3
 DIST minio-2018.09.25.21.34.43.tar.gz 9187452 BLAKE2B 
d60567a90b95c86293cd34533cf65ced42ca11219963e2f6c843ed7d6988a9df160be3afda9cdbac4f5158f46b7daddb8c79e47e6a8ff54530725ada8fb14226
 SHA512 
2e70e09455ba56fc4230fbc836d2eb988315f0a43109cfdbaf49c57ef2ff126db4ba836473df3c9b6e7f3e69852fa44b894bcb8a7b49b688b0df73f2e7499fe8
-DIST minio-2018.10.06.00.15.16.tar.gz 9110232 BLAKE2B 
01236fad39193e869f71e4e81df272ea979a249d94d9a91c4e3e242290c2de25a4a93949bb35333284cdfe66b7152494cc2f0fdbea4fb606ed14f03ce56c3abe
 SHA512 
48bc1f2f4224497002983ea33af92085225afb5f052a29a7de82c4cb80bb9a259e21cc2a701af37bf2aeee6bd8d67bfb3fc60ab176f13d847f783293b4ddce1c
+DIST minio-2018.10.18.00.28.58.tar.gz 9153624 BLAKE2B 
be2b9db53f0256bb7db1a1917003051ec0484d876702a54ea81ed38ae2853de296129a0ac1e5fbbf6e056bc5ac82e7ba389008001195f4b20daa8545275c9215
 SHA512 
64abcd10ade42f9bcecf498b2855426b8fbd2be428aa5aaa134295709849f8ebb57aede1d67a7302c7d05b8a861d5076a04ad126bc66d1fc9d4c45368e5e9cf1

diff --git a/net-fs/minio/minio-2018.10.06.00.15.16.ebuild 
b/net-fs/minio/minio-2018.10.18.00.28.58.ebuild
similarity index 100%
rename from net-fs/minio/minio-2018.10.06.00.15.16.ebuild
rename to net-fs/minio/minio-2018.10.18.00.28.58.ebuild



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

2018-10-19 Thread Mikle Kolyada
commit: a6dcbcaee5473df94bfd14d13f54badee4af1733
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct 19 20:11:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct 19 20:11:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6dcbcae

net-fs/mc: Version bump

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-fs/mc/Manifest  |  1 +
 net-fs/mc/mc-2018.10.16.23.25.25.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-fs/mc/Manifest b/net-fs/mc/Manifest
index 849a5ba772d..0e163a41758 100644
--- a/net-fs/mc/Manifest
+++ b/net-fs/mc/Manifest
@@ -3,3 +3,4 @@ DIST mc-0_pre20180325.tar.gz 1367439 BLAKE2B 
4c4a78bca067647b16d4ae0f142d78adaaf
 DIST mc-2018.09.06.23.26.56.tar.gz 1724855 BLAKE2B 
6a100fd117830db096afd6b44b268e9dbe25185eb7ede56e300c6a4ac34e70a87f9184c77d54d52eda3eaece32bb6664bbeaac834624bab36d8c66e1bc31805d
 SHA512 
2eafb9f9043d4931011c6b50cda5f8e9f794d56095de1f1cb4fb8110e109830ea6067f33b386ae2b1e8a7012f005fc0d0b0580ef70e3673c049ce81522635dc2
 DIST mc-2018.09.10.23.39.12.tar.gz 1725434 BLAKE2B 
bee959661fae0fccc9af655f84fab3ae4c900978b2fcfaf63287f717221065fc382f41618511c511dbe18f405b3fadfbbb2a66f1ed4a4b1c4db5d40f45b24f07
 SHA512 
c1183ed1499c4b3e24cf6494bd8f3b35e4d7aa9fb32d85b55d0464ef10eea25e4dd98730363d3b4d36d7cf288d652b7c2cf5738d2d3b82062f1d6f567a511af5
 DIST mc-2018.09.26.00.42.43.tar.gz 1727396 BLAKE2B 
6f446229619e9116d9e8f62fc21d82aa5325b1d10d3786232741cf072fab18e5bccf14b1d49118532db5f6b0b4c2a792f15c28979af058cc75355e92fde88132
 SHA512 
e6be63004c0600b6e85ebd09033ebf3b7237f9829114b8b4e86c418015a94f465c26287221ddcf6371d5d414d2c037dc21a6136e1f6c8f1c27e363e0c67a1854
+DIST mc-2018.10.16.23.25.25.tar.gz 1749339 BLAKE2B 
b712b5111582b513c10ab1a39a9d7d5f0100fb1f6beb5e899f5e838ecd4428de4f3eda420e7c288e93b44a384c86fe65255ae086cb5adb99ffe19f8f364c09df
 SHA512 
6d44a17fb469b2770ed9b278dcb72c9a8f3e738a4dfa4b9af888469b4228401639b74fb4891dc504fabb3def7319c367ffefb16897f6ea1d39af71c408c86af5

diff --git a/net-fs/mc/mc-2018.10.16.23.25.25.ebuild 
b/net-fs/mc/mc-2018.10.16.23.25.25.ebuild
new file mode 100644
index 000..28574278fd8
--- /dev/null
+++ b/net-fs/mc/mc-2018.10.16.23.25.25.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver bash-completion-r1 golang-build golang-vcs-snapshot
+
+MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z"
+MY_PV=${MY_PV//./-}
+
+EGIT_COMMIT="c352cadd4be2c6bed64884c78d1e8a8ac6efaf3f"
+
+EGO_PN="github.com/minio/mc"
+
+DESCRIPTION="Minio client provides alternatives for ls, cat on cloud storage 
and filesystems"
+HOMEPAGE="https://github.com/minio/mc;
+SRC_URI="https://${EGO_PN}/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!!app-misc/mc"
+
+src_prepare() {
+   default
+   sed -i -e "s/time.Now().UTC().Format(time.RFC3339)/\"${VERSION}\"/"\
+   -e "s/-s //"\
+   -e "/time/d"\
+   -e "s/+ commitID()/+ \"${EGIT_COMMIT}\"/"\
+   src/${EGO_PN}/buildscripts/gen-ldflags.go || die
+
+}
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   MC_RELEASE="${MY_PV}"
+   GOPATH="${S}" go build --ldflags "$(go run 
buildscripts/gen-ldflags.go)" -o ${PN} || die
+   popd || die
+
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dodoc -r README.md CONTRIBUTING.md docs
+   dobin mc
+   newbashcomp autocomplete/bash_autocomplete ${PN}
+   popd  || die
+}



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

2018-10-19 Thread Matthew Thode
commit: 4e8ef75b148093639aaeeaa08a472813c0111e91
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 19 19:38:21 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 19 19:38:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8ef75b

net-analyzer/icinga2: 2.10.1 bump

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

 net-analyzer/icinga2/Manifest  |   1 +
 net-analyzer/icinga2/icinga2-2.10.1.ebuild | 172 +
 2 files changed, 173 insertions(+)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index c1f230d8b10..8d1baa7dc18 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,4 +1,5 @@
 DIST icinga2-2.10.0.tar.gz 2227324 BLAKE2B 
fdbcb84d11b867e06804a2528ee3579dfd15df72bbe5f3b4334ee38282b710701889def9f4b44613c0196ea49f13466de86103f65049cf16f491c6f28b9390d1
 SHA512 
0997461371440521cfbb13d29f6801e889b423d46a4fb792edef5191db3cf39503b4452823fcd78a0d0934072eb7df53b17a56b6bae7c1fb21412f7022d4d0a5
+DIST icinga2-2.10.1.tar.gz 4406432 BLAKE2B 
60f63faabed43f9a99f313e3835c15afab9d70e1335f987f431f3187907fedb94451457fe4652886e950b1b058952957832bc7fb5ad5e8f6f4f1f47d4178
 SHA512 
88e0ef1dfd93a399535f3238cb675e86159ca23d1abfd78009797c3533d10ac5c5167008ff04dfc64d4b9f225e75d85947ce85c5a941250699c0d772be9c0aeb
 DIST icinga2-2.8.4.tar.gz 2510333 BLAKE2B 
f551a5eadc93d8455612af40e34a0922bc75f41b8064f9989c8f0c28dc2c3fb18963cf9b3272efa29f03973e7cf5824762bebff1bfa1a23c4ba39c93fc29c8e5
 SHA512 
b2cb5989962ac65da927cbdbac1b3345c913321d507b5113f32dd90bf969b2513478e68d52b9cd4cf255057d74428f9e42067288b7ddc59ad060ca7b84f4f114
 DIST icinga2-2.9.1.tar.gz 2193190 BLAKE2B 
29be491c4b43e218ef8aaa2128822040ccb0989e91d83f033cf7873216e4307cdbc8ee9052d79fd0c396efeb68759acc97938e3ee596e0820e3f6c8f73bc
 SHA512 
1d69a24f85249386e30ff1625cf522ba58e5f2ab641dbe950bf1764324a6c7516d1532942954e842002566823b0f30383747d5ec8b7bd36705aa5f0ccfa29533
 DIST icinga2-2.9.2.tar.gz 2194226 BLAKE2B 
edf3309711657437439db907f39d9dd04b57ae6b245f4299cfdfc9e8c27d18bdfa704dc5c1459a94d47985103979915a5d2d8594072586cf908e5f8a9d209ee6
 SHA512 
75a638a37f66a68f47ec161be4bcadbd1ca0e121143528d08d83170209e0b117fa12b1b9a03d1c1550f495bfd0509ca15f4d80be618177f2791b7a1a69308f99

diff --git a/net-analyzer/icinga2/icinga2-2.10.1.ebuild 
b/net-analyzer/icinga2/icinga2-2.10.1.ebuild
new file mode 100644
index 000..913217ef694
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.10.1.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+if [[ ${PV} !=  ]]; then
+   inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
+   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+else
+   inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
+   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
+   EGIT_BRANCH="master"
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="http://icinga.org/icinga2;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
+WX_GTK_VER="3.0"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=dev-libs/boost-1.58-r1
+   console? ( dev-libs/libedit )
+   mariadb? ( dev-db/mariadb-connector-c:= )
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? ( dev-db/postgresql:= )
+   dev-libs/yajl"
+
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35"
+
+RDEPEND="
+   ${CDEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   mail? ( virtual/mailx )
+   classicui? ( net-analyzer/icinga[web] )"
+
+REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   enewgroup icinga
+   enewgroup icingacmd
+   enewgroup nagios  # for plugins
+   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
+}
+
+src_configure() {
+   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=FALSE
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
+   -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins"
+   -DICINGA2_USER=icinga
+   

[gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/

2018-10-19 Thread Ben Kohler
commit: a67b870585cadd14642d29240026f9ee4b47f6f7
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Oct 19 19:33:37 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct 19 19:34:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b8705

app-cdr/dumpet: snapshot bump & update homepage

Signed-off-by: Ben Kohler  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-cdr/dumpet/Manifest|  1 +
 app-cdr/dumpet/dumpet-2.1.ebuild   |  4 ++--
 app-cdr/dumpet/dumpet-2.1_p20140601.ebuild | 38 ++
 3 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/app-cdr/dumpet/Manifest b/app-cdr/dumpet/Manifest
index cf224a43166..67e7263a5c7 100644
--- a/app-cdr/dumpet/Manifest
+++ b/app-cdr/dumpet/Manifest
@@ -1 +1,2 @@
 DIST dumpet-2.1-15.fc27.src.rpm 25268 BLAKE2B 
ae80875f08211a825bbc357e4051bf6fcd26d2726b9fc477b61593155080fb460ea3cb6b7c5af519a740436313fa588cfffda7afdba41179a620702693e82ff2
 SHA512 
bf4b7f2de48590f5ff71ec17a05e331def234a1e57e7e06254c00eb60e44ae8c712e33515e01c6f5fe0bcecbea6e596e4e452ad192823b81dfb7de781d0d4e55
+DIST dumpet-2.1_p20140601.tar.gz 20140 BLAKE2B 
def3e7948096e2543bf24324b17c3b3123b867e750971858cb403732efde6c217fcf1c04955a0dd4ed2f99fdaedecab1becdcc1027645e7a955ed1addf11daa1
 SHA512 
161911ae136aa81abff5a591593acf421a4101e3f80cb259c5b2190581d5cbd06641eefe4c873d40d1b2adabedb2e42ef7fdd0a6e39ec98e1927550ae8960eda

diff --git a/app-cdr/dumpet/dumpet-2.1.ebuild b/app-cdr/dumpet/dumpet-2.1.ebuild
index 145917d4da4..965a359ba23 100644
--- a/app-cdr/dumpet/dumpet-2.1.ebuild
+++ b/app-cdr/dumpet/dumpet-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit rpm
 
 DESCRIPTION="A tool to dump and debug bootable CD-like images"
-HOMEPAGE="https://fedora.pkgs.org/rawhide/fedora-x86_64/dumpet-2.1-15.fc27.x86_64.rpm.html;
+HOMEPAGE="https://github.com/rhboot/dumpet;
 
SRC_URI="http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/source/tree/Packages/d/dumpet-${PV}-15.fc27.src.rpm;
 
 LICENSE="GPL-2"

diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild 
b/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
new file mode 100644
index 000..67f47a6c5a8
--- /dev/null
+++ b/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rpm vcs-snapshot
+
+COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8"
+
+DESCRIPTION="A tool to dump and debug bootable CD-like images"
+HOMEPAGE="https://github.com/rhboot/dumpet;
+SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libxml2
+   dev-libs/popt"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   sed -i Makefile \
+   -e "s/^CFLAGS:/#CFLAGS:/" \
+   -e "s/^install : all$/install :/" \
+   || die
+   default
+}
+
+src_compile() {
+   emake dumpet
+}
+
+pkg_setup(){
+   tc-export CC
+}



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

2018-10-19 Thread Andreas Sturmlechner
commit: 65807b8c2383023f7db69dea885c2f25a5abfeab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 19 19:19:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 19 19:20:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65807b8c

kde-apps/kmail: Fix main/status toolbar option persistence

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=396339
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=395988
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/kmail-18.04.3-no-sync-after-save.patch   |  90 
 .../files/kmail-18.04.3-setAutoSaveSettings.patch  |  52 ++
 kde-apps/kmail/kmail-18.04.3-r1.ebuild | 115 +
 3 files changed, 257 insertions(+)

diff --git a/kde-apps/kmail/files/kmail-18.04.3-no-sync-after-save.patch 
b/kde-apps/kmail/files/kmail-18.04.3-no-sync-after-save.patch
new file mode 100644
index 000..c770dac239b
--- /dev/null
+++ b/kde-apps/kmail/files/kmail-18.04.3-no-sync-after-save.patch
@@ -0,0 +1,90 @@
+From fcd21f9712143afb956dca2f67fb930fffc074fd Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Tue, 31 Jul 2018 11:59:24 +0200
+Subject: KMail: don't sync after save, don't reload after last sync
+
+Summary:
+* save() takes care of sync() already, if anything changed.
+* When quitting there's no reason to reload the configuration.
+
+Test Plan: None yet
+
+Reviewers: mlaurent
+
+Reviewed By: mlaurent
+
+Subscribers: kde-pim
+
+Tags: #kde_pim
+
+Differential Revision: https://phabricator.kde.org/D14509
+---
+ src/kmkernel.cpp | 26 +++---
+ src/kmkernel.h   |  1 +
+ 2 files changed, 16 insertions(+), 11 deletions(-)
+
+diff --git a/src/kmkernel.cpp b/src/kmkernel.cpp
+index aafb9ee..7af593d 100644
+--- a/src/kmkernel.cpp
 b/src/kmkernel.cpp
+@@ -231,7 +231,7 @@ KMKernel::~KMKernel()
+ mMailService = nullptr;
+ 
+ stopAgentInstance();
+-slotSyncConfig();
++saveConfig();
+ 
+ delete mAutoCorrection;
+ delete mMailCommonSettings;
+@@ -1172,16 +1172,7 @@ void KMKernel::slotRequestConfigSync()
+ 
+ void KMKernel::slotSyncConfig()
+ {
+-PimCommon::PimCommonSettings::self()->save();
+-MessageCore::MessageCoreSettings::self()->save();
+-MessageViewer::MessageViewerSettings::self()->save();
+-MessageComposer::MessageComposerSettings::self()->save();
+-TemplateParser::TemplateParserSettings::self()->save();
+-MessageList::MessageListSettings::self()->save();
+-mMailCommonSettings->save();
+-Gravatar::GravatarSettings::self()->save();
+-KMailSettings::self()->save();
+-KMKernel::config()->sync();
++saveConfig();
+ //Laurent investigate why we need to reload them.
+ PimCommon::PimCommonSettings::self()->load();
+ MessageCore::MessageCoreSettings::self()->load();
+@@ -1195,6 +1186,19 @@ void KMKernel::slotSyncConfig()
+ KMKernel::config()->reparseConfiguration();
+ }
+ 
++void KMKernel::saveConfig()
++{
++PimCommon::PimCommonSettings::self()->save();
++MessageCore::MessageCoreSettings::self()->save();
++MessageViewer::MessageViewerSettings::self()->save();
++MessageComposer::MessageComposerSettings::self()->save();
++TemplateParser::TemplateParserSettings::self()->save();
++MessageList::MessageListSettings::self()->save();
++mMailCommonSettings->save();
++Gravatar::GravatarSettings::self()->save();
++KMailSettings::self()->save();
++}
++
+ void KMKernel::updateConfig()
+ {
+ slotConfigChanged();
+diff --git a/src/kmkernel.h b/src/kmkernel.h
+index e7fc071..f5da22d 100644
+--- a/src/kmkernel.h
 b/src/kmkernel.h
+@@ -487,6 +487,7 @@ private:
+ void resourceGoOnLine();
+ void openReader(bool onlyCheck);
+ QSharedPointer currentFolderCollection();
++void saveConfig();
+ 
+ KMail::UndoStack *the_undoStack = nullptr;
+ MessageComposer::AkonadiSender *the_msgSender = nullptr;
+-- 
+cgit v0.11.2

diff --git a/kde-apps/kmail/files/kmail-18.04.3-setAutoSaveSettings.patch 
b/kde-apps/kmail/files/kmail-18.04.3-setAutoSaveSettings.patch
new file mode 100644
index 000..a7377b61f19
--- /dev/null
+++ b/kde-apps/kmail/files/kmail-18.04.3-setAutoSaveSettings.patch
@@ -0,0 +1,52 @@
+From 814f0db2a1ae5b15bf91909ce80a5d6792f9aeed Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Sun, 29 Jul 2018 13:05:38 +0200
+Subject: Port to setAutoSaveSettings so that saving happens before hiding.
+
+Summary:
+See d35a882895 in kxmlgui for more complete explanation.
+
+BUG: 396339
+CCBUG: 395988
+
+Test Plan: kmail ; Alt+F4 ; kmail -> now the statusbar and toolbar are visible 
again
+
+Reviewers: ngraham, elvisangelaccio, broulik, cfeck, mlaurent
+
+Reviewed By: mlaurent
+
+Subscribers: kde-pim
+
+Tags: #kde_pim
+
+Differential Revision: https://phabricator.kde.org/D14454
+---
+ src/kmmainwin.cpp | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/, dev-lang/rust-bin/, eclass/

2018-10-19 Thread Dirkjan Ochtman
commit: b1e72b014ab0da096b840576a295474655da8846
Author: stefson  yahoo  de>
AuthorDate: Fri Oct 19 18:35:05 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Oct 19 19:17:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e72b01

eclass/rust-toolchain: switch back to tar.xz for sources

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Dirkjan Ochtman  gentoo.org>

 dev-lang/rust-bin/Manifest   | 26 +-
 dev-lang/rust/Manifest   | 23 ++-
 eclass/rust-toolchain.eclass |  4 ++--
 3 files changed, 25 insertions(+), 28 deletions(-)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index cb584bedd57..aa3305c60d3 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -4,16 +4,16 @@ DIST rust-1.29.1-arm-unknown-linux-gnueabihf.tar.xz 106051860 
BLAKE2B 65d9a5f755
 DIST rust-1.29.1-armv7-unknown-linux-gnueabihf.tar.xz 106372416 BLAKE2B 
25371071e52a585c3f0b99f5849cf674aedd6d024ce75f6bf7b0d88f485d715b42d6a0f5eb8871890240d1c2488d7ad75c8ac7b4b22dd88e3ce2d049d35ae8ee
 SHA512 
0067476eb0972998cee33f27d8fd6ef51c497bd6edbbd8a289fcf768da525805646569ed029318d4be6ecb6aece6669e3554eb30a14e1d31f2a3e7d5896b14c3
 DIST rust-1.29.1-i686-unknown-linux-gnu.tar.xz 150811536 BLAKE2B 
97d268cbbb5485d8efde108462bb0086ed9428a9b7ba8136dac764cd871a39d9503f6b928ce5fd9f1cdbf20dd109877f4404cb4522ccb2d37bfd55b15664
 SHA512 
8dc2a3b7fb1eef4b009541c473b767d07ab1136b933495b22e3fa56925def80b141b4801ce362ce9986a559fda4299fea35dd4bd7209dc1b3425b44421605df8
 DIST rust-1.29.1-x86_64-unknown-linux-gnu.tar.xz 148184680 BLAKE2B 
be64a44619807be3151162e45cefe79242e965277606b7aac4f0456d34e4cb526b1779c327499c47c484a830c4c566ab1aeaef30cf17ae7d2bdc89ecbf1f5de5
 SHA512 
69809c2ae77be6a1f71a5f14cea74dee6ac59bb548bc8ed454819ce3db38146ad64b83a6bf2a6d5cea68c807bc8ecf6c7929c4f8365b419e40a23022074efa16
-DIST rust-1.29.2-aarch64-unknown-linux-gnu.tar.gz 158291745 BLAKE2B 
975248855beed5633b9e859d175ea1de50be8df30be1bb953b64917c881c7da44b389ad5a370c6e5abfcc2ca63229f4b9108224febf46a147aa701c8b395e9e0
 SHA512 
95522c1562ed91a729bd1cf60284de89c21ef2c12ee292c7fb6389cbaf87e4818a7df9c8f11c08965f8b0d553b40fffc8ae088994a0ec645bfe02fbdb9e3923a
-DIST rust-1.29.2-arm-unknown-linux-gnueabi.tar.gz 162811009 BLAKE2B 
92ea257c3067935ee54417216e54d5819f0b2e4098e176e9cace132fc8e96af131c36246631b8d2eeb1a832218c862d39aeb733fad1257970049d25aae859728
 SHA512 
c43f8643a189da2dc0bb96512f0189acdbf9685ea349752b9a3db39bbb85f922651cc858882d0b3e88044ead900b4358f6e9b1afbbac73c12e99b38980226d3b
-DIST rust-1.29.2-arm-unknown-linux-gnueabihf.tar.gz 163163963 BLAKE2B 
9e8fdcef7f3d0828e908697abd38b24b981d1175f6ba525fefe0226e9950daf3f33d46fe4f000dd4697a95904bac4b49388f6a8815d60919a5da41ea3e66658e
 SHA512 
d6504b347e480f4ad6c4d7c5f00b4acd6e502c6adc6c3246c9a030457177ee10ccbf79f544f49114e675dfd3662124fe47d77be8c8d4bed6da3c21fa846abe05
-DIST rust-1.29.2-armv7-unknown-linux-gnueabihf.tar.gz 160680120 BLAKE2B 
b80e2d965cf4eafbd1c64d3837bac1161107759479697e75894f8d090838e37de0f86a9fa46c93ad4f944a4f79016d7bccc24ee2146870b96e941c73b3fb
 SHA512 
36b0aa72c374e8d0aaf958416afbdebb8c3cb5bd19e9c10a021d4f5b1554d6f02b6b6cad1359bddf7cb62b8927859dbd021e393849071fd129f532b20830e8b8
-DIST rust-1.29.2-i686-unknown-linux-gnu.tar.gz 241724580 BLAKE2B 
3670cd462e2d2ef0d5da2366e2199ccb4d3757c2e82ffd811d5f047208485d34bd4f03b818fea9617d646b072f9f43cdc5da3b63564769ba631a3c41d607b6bf
 SHA512 
705191d58d8d5758809a82293a1cf4b8212f4a2921fadc90db89c98d97d3e712742fbb6115222eedfa614fdfe168244fbbb298af141122a0b527ff47b33be280
-DIST rust-1.29.2-mips-unknown-linux-gnu.tar.gz 154332987 BLAKE2B 
5c9a73397877959fc9384a6feaf2b0eaa8c4b74d6e91d1cc9e2cd5970f814aece8fc81d6067c76a7e906ffe874e50643630456916e1cbad423dcc881385112bc
 SHA512 
9209f236522b5bce900a42939c606c4a2d5eb114291a417495df5d3edc87922bfa3cfa35f76651baeac0c0ba6d1a26806c35c3bb9e507371a501994968d92918
-DIST rust-1.29.2-mips64-unknown-linux-gnuabi64.tar.gz 164993156 BLAKE2B 
19dc03c1ab7e9258c12532c0187cbb04a32f48f242eda3bc1e28be339af3d537435786624c9d7a952cb6e664ba1f599c112f4c8659d2a36aec5f26cb4ba88cde
 SHA512 
beca933cd99dd4c890178ffdc57ebe838b1626a681211736d7da576826f4ff1273f7508e06f432c0330c8da3e121437208bc703d25268603755b125689391923
-DIST rust-1.29.2-mipsel-unknown-linux-gnu.tar.gz 152427335 BLAKE2B 
ab4c891dbb4dfd93cc2f736a7c59b2c2f34eba5675b87c71a23020fa77b4e07e0149ab3eb985c8611a1db00068f0f414f9230add686f17e33a1b83370d957ae6
 SHA512 
8361f90cc180eb879429bc114876bd73812d44d887efe4972dfb863479927bd59b0cdf9477b8c4b3ef0ab18c0bdfc9615ab5896b823fc1e66946f4b1c4ca0130
-DIST rust-1.29.2-powerpc-unknown-linux-gnu.tar.gz 153327851 BLAKE2B 
e878b6ba4fc8cd83a6be3441529df70c486170847888bf8f5e1c11d024e7886df956348ad969263710d391e4a590d12e87edf52343cad26498074ea075a16716
 SHA512 
8438bd301868e0e356d220bb4ef661926503fd773f2f515ec748b446a20754c123f0d73e86e6a10b65a27af627908c68c5e64def540c8ece7d35a3f9d57dda6e
-DIST 

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

2018-10-19 Thread Dirkjan Ochtman
commit: 91378961a5880f419866ed35334334daf4305640
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Oct 19 18:14:25 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Oct 19 18:17:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91378961

dev-lang/rust-bin: version bump to 1.29.2, based on r new eclass

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-lang/rust-bin/Manifest   |  13 +++
 dev-lang/rust-bin/rust-bin-1.29.2.ebuild | 155 +++
 2 files changed, 168 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index de84500680e..cb584bedd57 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -4,3 +4,16 @@ DIST rust-1.29.1-arm-unknown-linux-gnueabihf.tar.xz 106051860 
BLAKE2B 65d9a5f755
 DIST rust-1.29.1-armv7-unknown-linux-gnueabihf.tar.xz 106372416 BLAKE2B 
25371071e52a585c3f0b99f5849cf674aedd6d024ce75f6bf7b0d88f485d715b42d6a0f5eb8871890240d1c2488d7ad75c8ac7b4b22dd88e3ce2d049d35ae8ee
 SHA512 
0067476eb0972998cee33f27d8fd6ef51c497bd6edbbd8a289fcf768da525805646569ed029318d4be6ecb6aece6669e3554eb30a14e1d31f2a3e7d5896b14c3
 DIST rust-1.29.1-i686-unknown-linux-gnu.tar.xz 150811536 BLAKE2B 
97d268cbbb5485d8efde108462bb0086ed9428a9b7ba8136dac764cd871a39d9503f6b928ce5fd9f1cdbf20dd109877f4404cb4522ccb2d37bfd55b15664
 SHA512 
8dc2a3b7fb1eef4b009541c473b767d07ab1136b933495b22e3fa56925def80b141b4801ce362ce9986a559fda4299fea35dd4bd7209dc1b3425b44421605df8
 DIST rust-1.29.1-x86_64-unknown-linux-gnu.tar.xz 148184680 BLAKE2B 
be64a44619807be3151162e45cefe79242e965277606b7aac4f0456d34e4cb526b1779c327499c47c484a830c4c566ab1aeaef30cf17ae7d2bdc89ecbf1f5de5
 SHA512 
69809c2ae77be6a1f71a5f14cea74dee6ac59bb548bc8ed454819ce3db38146ad64b83a6bf2a6d5cea68c807bc8ecf6c7929c4f8365b419e40a23022074efa16
+DIST rust-1.29.2-aarch64-unknown-linux-gnu.tar.gz 158291745 BLAKE2B 
975248855beed5633b9e859d175ea1de50be8df30be1bb953b64917c881c7da44b389ad5a370c6e5abfcc2ca63229f4b9108224febf46a147aa701c8b395e9e0
 SHA512 
95522c1562ed91a729bd1cf60284de89c21ef2c12ee292c7fb6389cbaf87e4818a7df9c8f11c08965f8b0d553b40fffc8ae088994a0ec645bfe02fbdb9e3923a
+DIST rust-1.29.2-arm-unknown-linux-gnueabi.tar.gz 162811009 BLAKE2B 
92ea257c3067935ee54417216e54d5819f0b2e4098e176e9cace132fc8e96af131c36246631b8d2eeb1a832218c862d39aeb733fad1257970049d25aae859728
 SHA512 
c43f8643a189da2dc0bb96512f0189acdbf9685ea349752b9a3db39bbb85f922651cc858882d0b3e88044ead900b4358f6e9b1afbbac73c12e99b38980226d3b
+DIST rust-1.29.2-arm-unknown-linux-gnueabihf.tar.gz 163163963 BLAKE2B 
9e8fdcef7f3d0828e908697abd38b24b981d1175f6ba525fefe0226e9950daf3f33d46fe4f000dd4697a95904bac4b49388f6a8815d60919a5da41ea3e66658e
 SHA512 
d6504b347e480f4ad6c4d7c5f00b4acd6e502c6adc6c3246c9a030457177ee10ccbf79f544f49114e675dfd3662124fe47d77be8c8d4bed6da3c21fa846abe05
+DIST rust-1.29.2-armv7-unknown-linux-gnueabihf.tar.gz 160680120 BLAKE2B 
b80e2d965cf4eafbd1c64d3837bac1161107759479697e75894f8d090838e37de0f86a9fa46c93ad4f944a4f79016d7bccc24ee2146870b96e941c73b3fb
 SHA512 
36b0aa72c374e8d0aaf958416afbdebb8c3cb5bd19e9c10a021d4f5b1554d6f02b6b6cad1359bddf7cb62b8927859dbd021e393849071fd129f532b20830e8b8
+DIST rust-1.29.2-i686-unknown-linux-gnu.tar.gz 241724580 BLAKE2B 
3670cd462e2d2ef0d5da2366e2199ccb4d3757c2e82ffd811d5f047208485d34bd4f03b818fea9617d646b072f9f43cdc5da3b63564769ba631a3c41d607b6bf
 SHA512 
705191d58d8d5758809a82293a1cf4b8212f4a2921fadc90db89c98d97d3e712742fbb6115222eedfa614fdfe168244fbbb298af141122a0b527ff47b33be280
+DIST rust-1.29.2-mips-unknown-linux-gnu.tar.gz 154332987 BLAKE2B 
5c9a73397877959fc9384a6feaf2b0eaa8c4b74d6e91d1cc9e2cd5970f814aece8fc81d6067c76a7e906ffe874e50643630456916e1cbad423dcc881385112bc
 SHA512 
9209f236522b5bce900a42939c606c4a2d5eb114291a417495df5d3edc87922bfa3cfa35f76651baeac0c0ba6d1a26806c35c3bb9e507371a501994968d92918
+DIST rust-1.29.2-mips64-unknown-linux-gnuabi64.tar.gz 164993156 BLAKE2B 
19dc03c1ab7e9258c12532c0187cbb04a32f48f242eda3bc1e28be339af3d537435786624c9d7a952cb6e664ba1f599c112f4c8659d2a36aec5f26cb4ba88cde
 SHA512 
beca933cd99dd4c890178ffdc57ebe838b1626a681211736d7da576826f4ff1273f7508e06f432c0330c8da3e121437208bc703d25268603755b125689391923
+DIST rust-1.29.2-mipsel-unknown-linux-gnu.tar.gz 152427335 BLAKE2B 
ab4c891dbb4dfd93cc2f736a7c59b2c2f34eba5675b87c71a23020fa77b4e07e0149ab3eb985c8611a1db00068f0f414f9230add686f17e33a1b83370d957ae6
 SHA512 
8361f90cc180eb879429bc114876bd73812d44d887efe4972dfb863479927bd59b0cdf9477b8c4b3ef0ab18c0bdfc9615ab5896b823fc1e66946f4b1c4ca0130
+DIST rust-1.29.2-powerpc-unknown-linux-gnu.tar.gz 153327851 BLAKE2B 
e878b6ba4fc8cd83a6be3441529df70c486170847888bf8f5e1c11d024e7886df956348ad969263710d391e4a590d12e87edf52343cad26498074ea075a16716
 SHA512 
8438bd301868e0e356d220bb4ef661926503fd773f2f515ec748b446a20754c123f0d73e86e6a10b65a27af627908c68c5e64def540c8ece7d35a3f9d57dda6e
+DIST rust-1.29.2-powerpc64-unknown-linux-gnu.tar.gz 

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

2018-10-19 Thread Dirkjan Ochtman
commit: 4f8836f95798fb9fc90ffbfa57754b2f080b7d8a
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Oct 19 18:16:09 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Oct 19 18:17:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8836f9

virtual/rust: version bump to 1.29.2

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 virtual/rust/rust-1.29.2.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.29.2.ebuild b/virtual/rust/rust-1.29.2.ebuild
new file mode 100644
index 000..f0642556ce5
--- /dev/null
+++ b/virtual/rust/rust-1.29.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"



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

2018-10-19 Thread Fabian Groffen
commit: 5c154883c7a2a98ab2e05aeef355f71e13de279e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 17:54:25 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c154883

dev-perl/JSON-Any: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild 
b/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
index edfe47153c2..567b3b3c600 100644
--- a/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
+++ b/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Wrapper Class for the various JSON classes (DEPRECATED)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 67584deac4a69dd44887e0f96bb0238fcf4af412
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 18:12:21 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67584dea

dev-perl/Net-HTTP: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild 
b/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild
index 7267c60a523..ee3dec56dea 100644
--- a/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild
+++ b/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Low-level HTTP connection (client)"
 
 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~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="minimal test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Protocol-https/

2018-10-19 Thread Fabian Groffen
commit: 4ea120b72423e58759c093894a94f3eca99047d9
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 18:14:00 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea120b7

dev-perl/LWP-Protocol-https: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild 
b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild
index b2ecc41e78e..67869b8dcc0 100644
--- a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild
+++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Provide https support for LWP::UserAgent"
 
 SLOT="0"
 IUSE="test"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
app-misc/ca-certificates



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

2018-10-19 Thread Fabian Groffen
commit: 4c99632f7f54cbe06390a308922f969fd54d446d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 18:06:04 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c99632f

dev-perl/libwww-perl: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 59d346dc44e..a6cdbd1c154 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 94f577131d2bf133493962299de77d3ae0253e93
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 17:48:31 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f57713

dev-perl/common-sense: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/common-sense/common-sense-3.740.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/common-sense/common-sense-3.740.0-r1.ebuild 
b/dev-perl/common-sense/common-sense-3.740.0-r1.ebuild
index d946002f7ca..c1ee39a21fc 100644
--- a/dev-perl/common-sense/common-sense-3.740.0-r1.ebuild
+++ b/dev-perl/common-sense/common-sense-3.740.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Save a tree AND a kitten, use common::sense!"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



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

2018-10-19 Thread Fabian Groffen
commit: aa0b9b37247101e6c061d148c4b7f34a1d380fa3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 17:58:07 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0b9b37

dev-perl/JSON-MaybeXS: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild 
b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index eab5bd96fab..9ce934aee46 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test +xs"
 
 # needs Scalar-Util



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

2018-10-19 Thread Fabian Groffen
commit: fa78a7bb1a72d26b363d547786eb0fa008dbc4cd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 18:03:40 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa78a7bb

dev-perl/URI: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/URI/URI-1.730.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/URI/URI-1.730.0.ebuild b/dev-perl/URI/URI-1.730.0.ebuild
index a2d442d691f..593d2d18881 100644
--- a/dev-perl/URI/URI-1.730.0.ebuild
+++ b/dev-perl/URI/URI-1.730.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~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="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 5b16ada1ad956839471b75a50cca61d45f0459e2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 17:44:01 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b16ada1

dev-perl/JSON: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/JSON/JSON-2.940.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON/JSON-2.940.0.ebuild 
b/dev-perl/JSON/JSON-2.940.0.ebuild
index 6b68c350dd6..08fd4573ecb 100644
--- a/dev-perl/JSON/JSON-2.940.0.ebuild
+++ b/dev-perl/JSON/JSON-2.940.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test +xs"
 
 RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )"



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

2018-10-19 Thread Fabian Groffen
commit: 604b1928c66b7ac63a1da8327faa94aa5a359577
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 17:53:32 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604b1928

dev-perl/JSON-XS: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild 
b/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild
index 322cc5fbf34..a4bd28a2d1f 100644
--- a/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild
+++ b/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and 
fast"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: f745e61175098f536fc593626937d2cd1318029c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 18:00:24 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f745e611

dev-perl/Jcode: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Jcode/Jcode-2.70.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Jcode/Jcode-2.70.0-r1.ebuild 
b/dev-perl/Jcode/Jcode-2.70.0-r1.ebuild
index 61d97153488..2a387dc7384 100644
--- a/dev-perl/Jcode/Jcode-2.70.0-r1.ebuild
+++ b/dev-perl/Jcode/Jcode-2.70.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Japanese transcoding module for Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~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=""
 
 RDEPEND=">=virtual/perl-MIME-Base64-2.1"



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

2018-10-19 Thread Fabian Groffen
commit: 0bf322246099dadbf464b226521c3a6bbb143e3d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 17:52:26 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf32224

dev-perl/Types-Serialiser: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Types-Serialiser/Types-Serialiser-1.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0-r1.ebuild 
b/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0-r1.ebuild
index 9f7364d5f72..fbaba410293 100644
--- a/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0-r1.ebuild
+++ b/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="simple data types for common serialisation formats"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 5dbb8d8a192db1a77519c0d65f3c4685e12a2ad6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 18:06:54 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 18:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbb8d8a

dev-perl/LWP-Online: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild 
b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
index 06203c87665..0c260616a79 100644
--- a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
+++ b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Does your process have access to the web"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # https://rt.cpan.org/Public/Bug/Display.html?id=112728



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

2018-10-19 Thread Matt Turner
commit: 33c889ac41522417a6dae86b0c95ed79285c411f
Author: Philipp Ammann  posteo  de>
AuthorDate: Fri Oct 19 17:52:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:53:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c889ac

x11-libs/libxcb: Add Python 3.7 support

Closes: https://github.com/gentoo/gentoo/pull/10179
Signed-off-by: Philipp Ammann  posteo.de>
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libxcb/libxcb-1.13.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild 
b/x11-libs/libxcb/libxcb-1.13.1.ebuild
index 102ff1507d8..9bbbd758b0a 100644
--- a/x11-libs/libxcb/libxcb-1.13.1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 PYTHON_REQ_USE=xml
 
 XORG_DOC=doc



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

2018-10-19 Thread Thomas Deutschmann
commit: ffb350eb1a2eca09fb0fbc4d757caf949e8af637
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:49:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb350eb

sys-cluster/ceph: x86 stable (bug #668982)

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

 sys-cluster/ceph/ceph-12.2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/ceph/ceph-12.2.8.ebuild 
b/sys-cluster/ceph/ceph-12.2.8.ebuild
index 9de69307ead..ffde184e3ce 100644
--- a/sys-cluster/ceph/ceph-12.2.8.ebuild
+++ b/sys-cluster/ceph/ceph-12.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 DESCRIPTION="Ceph distributed filesystem"



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

2018-10-19 Thread Matt Turner
commit: 714d9299e3bb74fee6be055101b3287f0ba2bd0a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 19 17:52:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:53:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714d9299

x11-libs/libxcb: Drop old versions

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

 x11-libs/libxcb/Manifest   |  1 -
 x11-libs/libxcb/libxcb-1.13.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/x11-libs/libxcb/Manifest b/x11-libs/libxcb/Manifest
index 8ef1b582c75..8e383a3b030 100644
--- a/x11-libs/libxcb/Manifest
+++ b/x11-libs/libxcb/Manifest
@@ -1,2 +1 @@
 DIST libxcb-1.13.1.tar.bz2 506778 BLAKE2B 
eca685a21d40f664b611c0c8da845e3464126b101320a86db27ee4d87b85ac0ad1a41950281b7f0ecca06883c591571d059a913591b0281890b339f279b7af93
 SHA512 
763edff9572623674f75a858adc57b5c09591f508cc5d5093218e7bb047abdbe0a0108bd465419a8bf15c7dcdc85efdd2d4d9fd56605c41475d15dc992640c23
-DIST libxcb-1.13.tar.bz2 510453 BLAKE2B 
2bdae7610cb8b3fdefeded6cf457e1c397666d235114439caba114b9e7a6b2af50f2cd8363ebaa3ddfa5c5040b8cdf2960150e1f4db141c572e12b1a2fb0ca9a
 SHA512 
d99bbe386a65f60fcc0cc2935e4a365bc0577b5e90433e18778a665a5aee8ebc8e9e8cb0aedac0ac4a276147c0507e759a716874ea4f80792b2fc18eefbc128c

diff --git a/x11-libs/libxcb/libxcb-1.13.ebuild 
b/x11-libs/libxcb/libxcb-1.13.ebuild
deleted file mode 100644
index 102ff1507d8..000
--- a/x11-libs/libxcb/libxcb-1.13.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE=xml
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit python-any-r1 xorg-2
-
-DESCRIPTION="X C-language Bindings library"
-HOMEPAGE="https://xcb.freedesktop.org/;
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git;
-[[ ${PV} != * ]] && \
-   SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc selinux test xkb"
-SLOT="0/1.12"
-
-RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
-   >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
-   >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
-# Note: ${PYTHON_USEDEP} needs to go verbatim
-DEPEND="${RDEPEND}
-   test? ( dev-libs/check[${MULTILIB_USEDEP}] )
-   doc? ( app-doc/doxygen[dot] )
-   dev-libs/libxslt
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep \
-   
">=x11-base/xcb-proto-1.13[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
-
-python_check_deps() {
-   has_version --host-root ">=x11-base/xcb-proto-1.13[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable doc devel-docs)
-   $(use_enable selinux)
-   $(use_enable xkb)
-   --enable-xinput
-   )
-   xorg-2_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-10-19 Thread Matt Turner
commit: dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea
Author: Philipp Ammann  posteo  de>
AuthorDate: Fri Oct 19 17:50:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:53:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3f195e

x11-base/xcb-proto: Add Python 3.7 support

Closes: https://github.com/gentoo/gentoo/pull/10179
Signed-off-by: Philipp Ammann  posteo.de>
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index be027567fd7..2140e995651 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 XORG_MULTILIB=yes
 XORG_STATIC=no
 



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

2018-10-19 Thread Thomas Deutschmann
commit: 443d02b365180777270bbb48d4fcfb49c767f03f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:51:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443d02b3

app-admin/systemrescuecd-x86: x86 stable (bug #669006)

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

 app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild
index 7bfc35a7dd2..a21a690c57b 100644
--- a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
 
 LICENSE="GPL-2"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+isohybrid"
 
 DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"



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

2018-10-19 Thread Thomas Deutschmann
commit: 01e9c011522ad7c1e52d904bba8e38fa8c04cc9b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:51:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e9c011

app-admin/testdisk: x86 stable (bug #654866)

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

 app-admin/testdisk/testdisk-7.1_pre20180922.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild 
b/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
index f5f2f95d5e0..2a885a7b4ac 100644
--- a/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
+++ b/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://git.cgsecurity.org/cgit/${PN}/snapshot/${PN}-${EGIT_COMMIT}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc x86"
 IUSE="ewf jpeg ntfs qt5 reiserfs static zlib"
 
 REQUIRED_USE="static? ( !qt5 )"



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

2018-10-19 Thread Thomas Deutschmann
commit: e67043093083cee7379b5e6ea2ef7b98d4edf203
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:50:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6704309

media-libs/harfbuzz: x86 stable (bug #668984)

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

 media-libs/harfbuzz/harfbuzz-1.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild
index 07ce8a8b1c6..17d6f977ef9 100644
--- a/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2018-10-19 Thread Thomas Deutschmann
commit: bffd7b5217091e54bed21782acb4a294d0cf0f1b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:50:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffd7b52

dev-php/pecl-apcu_bc: x86 stable (bug #667076)

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

 dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4.ebuild 
b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4.ebuild
index 30400a425c6..0725748dbc3 100644
--- a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4.ebuild
+++ b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4.ebuild
@@ -14,7 +14,7 @@ USE_PHP="php7-0 php7-1 php7-2"
 
 inherit php-ext-pecl-r3 multilib
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DESCRIPTION="Provides APC backwards compatibility functions via APCu"
 LICENSE="PHP-3.01"



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

2018-10-19 Thread Thomas Deutschmann
commit: 447a80d2589b654804e61b054efd5c69f55dca04
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:50:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447a80d2

dev-php/pecl-apcu: x86 stable (bug #667076)

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

 dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild 
b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
index 531e6e6b911..fcbe122680b 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ inherit php-ext-pecl-r3
 # However, we only really build for 7.x; so redefine it here
 USE_PHP="php7-0 php7-1 php7-2 php7-3"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DESCRIPTION="Stripped down version of APC supporting only user cache"
 LICENSE="PHP-3.01"



[gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/

2018-10-19 Thread Thomas Deutschmann
commit: f37a8478f9d22b0093519b23c9cd8a83183049a7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:49:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37a8478

app-editors/focuswriter: x86 stable (bug #668946)

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

 app-editors/focuswriter/focuswriter-1.6.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/focuswriter/focuswriter-1.6.13.ebuild 
b/app-editors/focuswriter/focuswriter-1.6.13.ebuild
index f61c59e9ba3..f546d972927 100644
--- a/app-editors/focuswriter/focuswriter-1.6.13.ebuild
+++ b/app-editors/focuswriter/focuswriter-1.6.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 # drop qtcore subslot when minimal Qt is 5.10



[gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/

2018-10-19 Thread Thomas Deutschmann
commit: b70fe8d7b15367502971d1b701b7276b9c38d339
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 19 17:46:41 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 19 17:52:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70fe8d7

sys-power/acpid: x86 stable (bug #668980)

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

 sys-power/acpid/acpid-2.0.30.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/acpid/acpid-2.0.30.ebuild 
b/sys-power/acpid/acpid-2.0.30.ebuild
index 931b65a6326..5a1b837b395 100644
--- a/sys-power/acpid/acpid-2.0.30.ebuild
+++ b/sys-power/acpid/acpid-2.0.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-apm )"



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

2018-10-19 Thread Matt Turner
commit: 9599894aef4f3cbc1ff704cc2a5a8aaa2c64baba
Author: Jan Vesely  gmail  com>
AuthorDate: Wed Oct 10 06:33:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:46:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9599894a

dev-libs/ocl-icd-2.2.12: Install headers and drop ocl-icd.icd

Add useflag to install khronos CL headers.
Don't install ocl-icd.icd to /etc/.

v2: Don't try to move docs. It's not necessary.
v3: Fixup ruby depend

Signed-off-by: Jan Vesely  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10122
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/ocl-icd/metadata.xml  |  5 +
 dev-libs/ocl-icd/ocl-icd-2.2.12.ebuild | 29 ++---
 2 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/dev-libs/ocl-icd/metadata.xml b/dev-libs/ocl-icd/metadata.xml
index f3de5f693ed..1cfa787eaf1 100644
--- a/dev-libs/ocl-icd/metadata.xml
+++ b/dev-libs/ocl-icd/metadata.xml
@@ -5,4 +5,9 @@
 patr...@gentoo.org
 Patrick Lauer
   
+  
+
+  Install Khronos OpenCL headers.
+
+  
 

diff --git a/dev-libs/ocl-icd/ocl-icd-2.2.12.ebuild 
b/dev-libs/ocl-icd/ocl-icd-2.2.12.ebuild
index f102277aa8f..6d59cbc6210 100644
--- a/dev-libs/ocl-icd/ocl-icd-2.2.12.ebuild
+++ b/dev-libs/ocl-icd/ocl-icd-2.2.12.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic multilib-minimal
+USE_RUBY="ruby23 ruby24 ruby25"
+inherit autotools flag-o-matic multilib-minimal ruby-single
 
 DESCRIPTION="Alternative to vendor specific OpenCL ICD loaders"
 HOMEPAGE="https://github.com/OCL-dev/ocl-icd;
@@ -12,10 +13,9 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+IUSE="+khronos-headers"
 
-DEPEND="dev-lang/ruby
-   dev-ruby/rubygems"
+DEPEND="${RUBY_DEPS}"
 RDEPEND="app-eselect/eselect-opencl"
 
 src_prepare() {
@@ -30,16 +30,23 @@ multilib_src_configure() {
 }
 
 multilib_src_install() {
+   default
+
+   # Drop .la files
find "${D}" -name '*.la' -delete || die
 
-   echo "/usr/$(get_libdir)/OpenCL/vendors/ocl-icd/libOpenCL.so" > 
"${PN}-${ABI}.icd"
-   insinto /etc/OpenCL/vendors/
-   doins "${PN}-${ABI}.icd"
+   OCL_DIR="/usr/$(get_libdir)/OpenCL/vendors/ocl-icd"
+   dodir ${OCL_DIR}/{,include}
 
-   emake DESTDIR="${D}" install
+   # Install vendor library
+   mv -f "${D}/usr/$(get_libdir)"/libOpenCL* "${ED}${OCL_DIR}" || die 
"Can't install vendor library"
 
-   OCL_DIR="${D}"/usr/"$(get_libdir)"/OpenCL/vendors/ocl-icd/
-   mkdir -p ${OCL_DIR} || die "mkdir failed"
+   # Install vendor headers
+   if use khronos-headers; then
+   cp -r "${S}/khronos-headers/CL" "${ED}${OCL_DIR}/include" || 
die "Can't install vendor headers"
+   fi
+}
 
-   mv "${D}/usr/$(get_libdir)"/libOpenCL* "${OCL_DIR}"
+pkg_postinst() {
+   eselect opencl set --use-old ${PN}
 }



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

2018-10-19 Thread Matt Turner
commit: 92c6bfe2980736b393e31f365e868fb40400a740
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 19 17:40:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:46:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c6bfe2

media-libs/mesa: Version bump to 18.2.3

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.2.3.ebuild | 526 +
 2 files changed, 527 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index f96259fdb78..b09c0f454cb 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -2,3 +2,4 @@ DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa
 DIST mesa-18.2.0.tar.xz 11331164 BLAKE2B 
e4e7c65a0c3c0716451157f7d026df8836399b5a25ca7ce77746b34f82e0c14d0bfcb965732f67c979190c2c2db68f272ffafa51b49613a510f186e9e8a01c93
 SHA512 
e6e997e166845009f6b97da204384758c797c870b56332652c0a2636734638f9180b7e4dbad144495645308ae4d77981a2493a22d57973723338b658e067
 DIST mesa-18.2.1.tar.xz 11374476 BLAKE2B 
f0f3b766d68550f8c395a1b1d1ffc7a9e532c22ee6b91d698db33a270c152e03ab656d4219301bc2e0e95ba6f0583017c4361add928ad8ab26378a1ec6958f36
 SHA512 
d249bdf79aad36db9a8d291b3a1a100d283893ac741f58f85ae7e5c90ca25c37f80a5fa6fc57945ffeb0b67b788e7ea146543ec790b22f144578fc4c1525b84d
 DIST mesa-18.2.2.tar.xz 11375608 BLAKE2B 
0b2a1b60e72885b2b48335645c04c4d5720c0b426c256781f3e84e22955ac87d9abe19550f996e3ff964befcc2b959e8639dcad585b3ec777dd629f06623e5ec
 SHA512 
35c27f0673abd35d0581db34b6ad646058523dd826ff751df718e1f9d6a996409a0c5b313fbbf177058d9610a53d646f858fb86537e3ea1000df5edbddcf043a
+DIST mesa-18.2.3.tar.xz 11376632 BLAKE2B 
b693e42918be9980d86fedf136e872d785b92b49272cbd5374907f7c3bc857ef5991852de5cf7da1b4f16420b0cf9926541219d3b1717b78fe6fc6c3cf2c3788
 SHA512 
20f512b1f3835b1c78b1f05f2e2125dc3437b61b8857e7ec62e0f9ac3be2ccb5b7ebe7e18f444da1117bc100d75e4b03cd2a0180f0f0b1cf760714b43bc7a664

diff --git a/media-libs/mesa/mesa-18.2.3.ebuild 
b/media-libs/mesa/mesa-18.2.3.ebuild
new file mode 100644
index 000..7728fa3de19
--- /dev/null
+++ b/media-libs/mesa/mesa-18.2.3.ebuild
@@ -0,0 +1,526 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.93"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
+   

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

2018-10-19 Thread Matt Turner
commit: ac485c1dcba596a63757b5fba0b313ac0e1acfd1
Author: Jan Vesely  gmail  com>
AuthorDate: Wed Oct 10 06:48:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:46:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac485c1d

dev-libs/mesa-{18.2.2-r1,}: Depend on ocl-icd providing CL headers

Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/mesa-18.2.2-r1.ebuild | 4 ++--
 media-libs/mesa/mesa-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/mesa/mesa-18.2.2-r1.ebuild 
b/media-libs/mesa/mesa-18.2.2-r1.ebuild
index 5d286e7f051..7728fa3de19 100644
--- a/media-libs/mesa/mesa-18.2.2-r1.ebuild
+++ b/media-libs/mesa/mesa-18.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -95,7 +95,7 @@ RDEPEND="
)
lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
opencl? (
-   dev-libs/ocl-icd
+   dev-libs/ocl-icd[khronos-headers]
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 6eeeca17ce1..c50d8550e51 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -95,7 +95,7 @@ RDEPEND="
)
lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
opencl? (
-   dev-libs/ocl-icd
+   dev-libs/ocl-icd[khronos-headers]
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)



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

2018-10-19 Thread Mike Gilbert
commit: 807b7199f1730a5e36f1889b63df798f918238fa
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:47:07 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807b7199

dev-python/protobuf-python: Stabilize 3.6.1 on amd64/x86.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild
index 3d8397734fc..23792795315 100644
--- a/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> pr
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}



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

2018-10-19 Thread Mike Gilbert
commit: 7f4240906a8fcdb955bdf5b4d366bf9cc78ff512
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 16:08:00 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f424090

net-irc/kvirc: Delete old versions (<5.0_pre20180819121252).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-irc/kvirc/Manifest   |   2 -
 net-irc/kvirc/kvirc-5.0_pre20180401054732.ebuild | 148 ---
 net-irc/kvirc/kvirc-5.0_pre20180605072059.ebuild | 148 ---
 3 files changed, 298 deletions(-)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index 5e50826083f..864ac59cd6a 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1,3 +1 @@
-DIST kvirc-5.0_pre20180401054732.tar.gz 6040980 BLAKE2B 
fa023ef84f5c84e92b11ed043be0a2e52316fc92f206c41bcb7216760e0473e13e118398445137aeafd657c856cdccfa2f5202f9534904771d8a049d5139f41a
 SHA512 
6d3a9bb06018e2d54369139bbf0a768d3c4e39754b908c1e4294c79707c8b5b751141ae10bdf8456465bd9bf6e4e426a91bc6bef5a1c3563bf32adecc10582eb
-DIST kvirc-5.0_pre20180605072059.tar.gz 6048634 BLAKE2B 
db2a7a5ff0fa10a1eea6f011b6ea83301d434b08ba3ee61656ddd136ca027c8ce57a2565b491a69f6f1dff138e984ba76f81dc30ed25b6a0e54bb27821448f05
 SHA512 
f0da384990fc4a9cdf2727abdcc68cfc9c35e925379635acf02e91dc7d83d5ed584798a3d6ac41d259724993b48a67f8bfdae5e0a8d869f0189fbec3c6a652cf
 DIST kvirc-5.0_pre20180819121252.tar.gz 6049652 BLAKE2B 
b4712e089a26498a7a3e4df10fe0def377814a9cc4082f55c2177da4929bc2fb02fbc947ee0603b62175a5cee657f6316ca246a275e96df71bd9d938453d4604
 SHA512 
de7ccb0f698488599ba3f58ca46ef2427632bdf1870d576baea8634e530cbe7654f60d4cdd58447301c4401941ef8b4e810f4d3eb4d6468a2899b80484380ea7

diff --git a/net-irc/kvirc/kvirc-5.0_pre20180401054732.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20180401054732.ebuild
deleted file mode 100644
index 56f9b6a0dd6..000
--- a/net-irc/kvirc/kvirc-5.0_pre20180401054732.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=(python2_7)
-
-inherit cmake-utils flag-o-matic gnome2-utils python-single-r1 xdg-utils
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/kvirc/KVIrc;
-   KVIRC_GIT_REVISION=""
-   KVIRC_GIT_SOURCES_DATE=""
-else
-   inherit vcs-snapshot
-
-   KVIRC_GIT_REVISION="e6915e5ed77aef19080aeab5ca76a61faf1d4e41"
-   KVIRC_GIT_SOURCES_DATE="${PV#*_pre}"
-   
KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}"
-fi
-
-DESCRIPTION="Advanced IRC Client"
-HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc;
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-else
-   
SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="kvirc"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
-REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   sys-libs/zlib:0=
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   audiofile? ( media-libs/audiofile )
-   dbus? ( dev-qt/qtdbus:5 )
-   dcc_video? ( dev-qt/qtmultimedia:5[widgets] )
-   kde? (
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/knotifications:5
-   kde-frameworks/kservice:5
-   kde-frameworks/kwindowsystem:5
-   kde-frameworks/kxmlgui:5
-   )
-   perl? ( dev-lang/perl:0= )
-   phonon? ( media-libs/phonon[qt5(+)] )
-   python? ( ${PYTHON_DEPS} )
-   spell? ( app-text/enchant:0= )
-   ssl? ( dev-libs/openssl:0= )
-   theora? (
-   media-libs/libogg
-   media-libs/libtheora
-   media-libs/libvorbis
-   )
-   webkit? ( dev-qt/qtwebkit:5 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   kde? ( kde-frameworks/extra-cmake-modules:5 )
-   nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
-   gsm? ( media-sound/gsm )"
-
-DOCS=(ChangeLog doc/FAQ)
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   if [[ "${PV}" == "" ]]; then
-   KVIRC_GIT_REVISION="$(git show -s --format=%H)"
-   

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

2018-10-19 Thread Mike Gilbert
commit: 608c9822a0caf482d324496285d510ff941f23d3
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:24:59 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608c9822

app-i18n/libpinyin: Use EAPI="7".

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/libpinyin/libpinyin-.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-i18n/libpinyin/libpinyin-.ebuild 
b/app-i18n/libpinyin/libpinyin-.ebuild
index 20abcddac60..4d8800edce5 100644
--- a/app-i18n/libpinyin/libpinyin-.ebuild
+++ b/app-i18n/libpinyin/libpinyin-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2012-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit autotools
 
@@ -27,10 +27,10 @@ SLOT="0/13"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="dev-libs/glib:2
+BDEPEND="virtual/pkgconfig"
+DEPEND="dev-libs/glib:2
sys-libs/db:="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
if [[ "${PV}" == "" ]]; then



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

2018-10-19 Thread Mike Gilbert
commit: 968884c5ca5e582fb3bfcfdb47efee9474bcaac8
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:43:55 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968884c5

dev-java/protobuf-java: Stabilize 3.6.1 on amd64/x86.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-java/protobuf-java/protobuf-java-3.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild
index 798a81f93df..6e150dbc1b3 100644
--- a/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> pr
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sh x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE=""
 
 DEPEND="~dev-libs/protobuf-${PV}



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

2018-10-19 Thread Mike Gilbert
commit: 4ef67b507a88096e0511b7809e3fca40c49ee5a0
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 16:10:34 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef67b50

net-irc/kvirc: Version bump (5.0_pre20181013192652).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-irc/kvirc/Manifest   |   1 +
 net-irc/kvirc/kvirc-5.0_pre20181013192652.ebuild | 148 +++
 2 files changed, 149 insertions(+)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index 864ac59cd6a..07aed4d8184 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1 +1,2 @@
 DIST kvirc-5.0_pre20180819121252.tar.gz 6049652 BLAKE2B 
b4712e089a26498a7a3e4df10fe0def377814a9cc4082f55c2177da4929bc2fb02fbc947ee0603b62175a5cee657f6316ca246a275e96df71bd9d938453d4604
 SHA512 
de7ccb0f698488599ba3f58ca46ef2427632bdf1870d576baea8634e530cbe7654f60d4cdd58447301c4401941ef8b4e810f4d3eb4d6468a2899b80484380ea7
+DIST kvirc-5.0_pre20181013192652.tar.gz 5961689 BLAKE2B 
9ee5536688e5e193b88e6425591d309396cd1c135622fd682fcc86e832ee72010493877d33bddd3a86bf6c18d34b252e6a4689f7001252e149eefbfd100da977
 SHA512 
1856f3fab772f04e01e6a367e101bdde0732c4439399f821cd50ffd4173b89de023e1da20327692387b3f002bda0f0880737a6f5f001e0112ae45e1257b0db24

diff --git a/net-irc/kvirc/kvirc-5.0_pre20181013192652.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20181013192652.ebuild
new file mode 100644
index 000..a2c478a772c
--- /dev/null
+++ b/net-irc/kvirc/kvirc-5.0_pre20181013192652.ebuild
@@ -0,0 +1,148 @@
+# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=(python2_7)
+
+inherit cmake-utils flag-o-matic gnome2-utils python-single-r1 xdg-utils
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/kvirc/KVIrc;
+   KVIRC_GIT_REVISION=""
+   KVIRC_GIT_SOURCES_DATE=""
+else
+   inherit vcs-snapshot
+
+   KVIRC_GIT_REVISION="c7eea2406bf70a77a127b6bf472f422f2dbd9de9"
+   KVIRC_GIT_SOURCES_DATE="${PV#*_pre}"
+   
KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}"
+fi
+
+DESCRIPTION="Advanced IRC Client"
+HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc;
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   
SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="kvirc"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
+REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   sys-libs/zlib:0=
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   audiofile? ( media-libs/audiofile )
+   dbus? ( dev-qt/qtdbus:5 )
+   dcc_video? ( dev-qt/qtmultimedia:5[widgets] )
+   kde? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/kservice:5
+   kde-frameworks/kwindowsystem:5
+   kde-frameworks/kxmlgui:5
+   )
+   perl? ( dev-lang/perl:0= )
+   phonon? ( media-libs/phonon[qt5(+)] )
+   python? ( ${PYTHON_DEPS} )
+   spell? ( app-text/enchant:0= )
+   ssl? ( dev-libs/openssl:0= )
+   theora? (
+   media-libs/libogg
+   media-libs/libtheora
+   media-libs/libvorbis
+   )
+   webkit? ( dev-qt/qtwebkit:5 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   kde? ( kde-frameworks/extra-cmake-modules:5 )
+   nls? ( sys-devel/gettext )"
+RDEPEND="${RDEPEND}
+   gsm? ( media-sound/gsm )"
+
+DOCS=()
+
+pkg_setup() {
+   if use python; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if [[ "${PV}" == "" ]]; then
+   KVIRC_GIT_REVISION="$(git show -s --format=%H)"
+   KVIRC_GIT_SOURCES_DATE="$(git show -s --format=%cd 
--date=short)"
+   fi
+   einfo "Setting of revision number to ${KVIRC_GIT_REVISION} 
${KVIRC_GIT_SOURCES_DATE}"
+   sed -e "/#define KVI_DEFAULT_FRAME_CAPTION/s/KVI_VERSION/& \" 
(${KVIRC_GIT_REVISION} ${KVIRC_GIT_SOURCES_DATE})\"/" -i 
src/kvirc/ui/KviMainWindow.cpp || die "Setting of revision number failed"
+}
+
+src_configure() {
+   append-flags 

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

2018-10-19 Thread Mike Gilbert
commit: 2217346e382389a373a6192bc54430d41b6b0e71
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:29:18 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2217346e

app-i18n/libpinyin: Version bump (2.2.1).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/libpinyin/Manifest   |  1 +
 app-i18n/libpinyin/libpinyin-2.2.1.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/app-i18n/libpinyin/Manifest b/app-i18n/libpinyin/Manifest
index d384593303a..1cc1477366f 100644
--- a/app-i18n/libpinyin/Manifest
+++ b/app-i18n/libpinyin/Manifest
@@ -1,5 +1,6 @@
 DIST libpinyin-2.1.0.tar.gz 246219 BLAKE2B 
cae5b41faeb2e0eedc2ae2c098b2db04b22e36d0bd9fd222a4516f71ab9b3e8ade7fa96e0d6d898e197bf91c1cb6a0b98a9fff97e7be31bb4f901400c87bfea7
 SHA512 
e6aa3998ac466cb155750b574140dd43673bfeb4f13d1b88c4892b61bb773aee84610dd67ad17871961d51a48067c535eab33a6fb6c9ac28179a9958c4e9b518
 DIST libpinyin-2.1.91.tar.gz 256045 BLAKE2B 
148a2617cbe335ebda5b9fb26f63f7c75f06d2dfd3fb950f60b4db37762a5bb3a91459dba0759abd33fbc01d38fe26d7cce92dfaaa2c6e45c80552f0bbeb3d27
 SHA512 
568b263726a022bdca52fd54c7583a36a31385a8f19bb5c5903918a6036c5499ef8c8bb91ebb2db877449ec5177d2d4e4f0a20e7bb528534361ba1405dd1fd92
 DIST libpinyin-2.2.0.tar.gz 256221 BLAKE2B 
72c0dc42ca6e63852c92975b871706d24c1066cb9bb37faf9ff0ccde9773308e1a29c7587f00ab337c52a1f957c8e67d6241bdff13a50d9dbf73c3b4e530d2be
 SHA512 
7327e6726acaf984492fdecb5ed04f81624da261aeac3cbea9a8ea5540d84f39ca8d41ec8835b509da97b9de5837534885e4ba5f4041ce9c7252c8a438480598
+DIST libpinyin-2.2.1.tar.gz 256262 BLAKE2B 
4fc081aa42b07eb7d21277c95407eafbf618c9aaf0c6707893f212be70f51d43fe00f50d1b4758d857d0f8aed1e9c177d61d6ca912e776633e8179279f09fb2e
 SHA512 
d323655419aaceda12d794ac25387a2e073e8c2372511913febd5b8049f9d1764a0011cd97b538bbfb14f5c248495a150cf7e3b9f4af21182941e5920f2d879f
 DIST libpinyin-model14.text.tar.gz 19361973 BLAKE2B 
702f0c2cb0c8157758f8c46e7b47221475f2a96a5e4f6181b5dee605bd72002827431f017a913275b4e9cf6b4b07bccec4b9a5b7960a9b2c42ffba4631c57ed6
 SHA512 
792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9
 DIST libpinyin-model15.text.tar.gz 19361973 BLAKE2B 
3d24321db407e28c1adf49373dd9bacafe0e89409511c0656d7b9a85f1d1ac8693249088dd99beef069576f4a8d0d5db3fd47f98822b32aa3098315cf2660d22
 SHA512 
d3f5b42f6ea6b22570b5ba67cf23d94a3fee2d7d894191ebc11eb72edc162c72b90b2fe10b312bfd8d77d110654ee5dc00c21b25fb8b7c3f905d4088c9895ac1

diff --git a/app-i18n/libpinyin/libpinyin-2.2.1.ebuild 
b/app-i18n/libpinyin/libpinyin-2.2.1.ebuild
new file mode 100644
index 000..df27b515439
--- /dev/null
+++ b/app-i18n/libpinyin/libpinyin-2.2.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2012-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/libpinyin/libpinyin;
+fi
+
+LIBPINYIN_MODEL_VERSION="15"
+
+DESCRIPTION="Libraries for handling of Hanyu Pinyin and Zhuyin Fuhao"
+HOMEPAGE="https://github.com/libpinyin/libpinyin 
https://sourceforge.net/projects/libpinyin/;
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+SRC_URI+=" 
mirror://sourceforge/${PN}/models/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz 
-> ${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0/13"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="dev-libs/glib:2
+   sys-libs/db:="
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+   if [[ "${PV}" == "" ]]; then
+   git-r3_src_unpack
+   else
+   unpack ${P}.tar.gz
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -e "/^\twget .*\/model${LIBPINYIN_MODEL_VERSION}\.text\.tar\.gz$/d" 
-i data/Makefile.am || die
+   ln -s "${DISTDIR}/${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz" 
"data/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz" || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-libzhuyin \
+   --disable-static
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



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

2018-10-19 Thread Mike Gilbert
commit: 2b1a9cee8b7871478b98e62b56e596dfae0bb69e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 16:02:14 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1a9cee

net-irc/kvirc: Update copyright header.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild | 2 +-
 net-irc/kvirc/kvirc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
index 0957c93760a..d66b33d38e5 100644
--- a/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
+++ b/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index ddcaa318794..543e5042b44 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"



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

2018-10-19 Thread Mike Gilbert
commit: d2ef35c94d011c674b94e9cf4ee71b87fa173482
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:18:31 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ef35c9

dev-libs/oniguruma: Delete old versions (6.7.1, 6.8.1).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/oniguruma/Manifest   |  2 --
 dev-libs/oniguruma/metadata.xml   |  5 +
 dev-libs/oniguruma/oniguruma-6.7.1.ebuild | 33 ---
 dev-libs/oniguruma/oniguruma-6.8.1.ebuild | 32 --
 4 files changed, 1 insertion(+), 71 deletions(-)

diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index c83fd7f5ffa..071fa0bba24 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1,4 +1,2 @@
-DIST onig-6.7.1.tar.gz 951650 BLAKE2B 
475f6de4dca5579071777de9805a7676f8bf0ba0fff360a8231895882ce5535c80ee8f12bede3d1db17497efcc904c4653f4d15d559cf5ac180039563f0c14cd
 SHA512 
36ce29b639e8a15bacc3fcce835eea3ae5516fbefc250d0152493b86166f8f3b74ae4c807c609f6374cd8c401b434dd1682747be14b70da64386150d4e82badc
-DIST onig-6.8.1.tar.gz 973837 BLAKE2B 
5ccbd8b428dcb0775e745857cb1ee678cb2e42c1b9044ac80703ea0ca602aeaa7ab86f70b9835c2042a2b48a65531c355d1f32ba22294403dc5a3f3ce895
 SHA512 
50005d7bccdfd5090181781c942e7814eb82ef1652453ce4bdf7f4e763344c87af84fb06c5240494d3774568913cbfc3b158e0a69edfbc1283eaeb7842dc0631
 DIST onig-6.8.2.tar.gz 979775 BLAKE2B 
c055e943d5b38e10a32f2a30094089d7ca7f72b8fcb58e8d1b4a4674285e208bdc6b5c8694e2a8415f19ae1515d13810c7fd96d27c18e360a69159cbcf0004be
 SHA512 
1bfa6688c67b684afd558ce9f0654f484acbb733972382fccc0b3d1a05a2c2075e349d9d9c8f86371ee07221b45e5ef28ed238b5807be6fbc49d1f53b14e1596
 DIST onig-6.9.0.tar.gz 869809 BLAKE2B 
a60b0f99e3a6cda81f09a4dd1af98d0ca98b9127090723d50f4c22874042719a31bcd23f2e3b1fac1daf62d723b1c8884036b8543c4c83a7fe5e2ad8e4daf625
 SHA512 
75d0f0406ad4313332a10990157cede5c2738d2b9b6aa780a99d2651f185e1de12dba57c919ee58ccef0633b1d703e67935af5ea4b36895279457a189b8825df

diff --git a/dev-libs/oniguruma/metadata.xml b/dev-libs/oniguruma/metadata.xml
index 355bf476488..2dc293268b6 100644
--- a/dev-libs/oniguruma/metadata.xml
+++ b/dev-libs/oniguruma/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
@@ -15,9 +15,6 @@
 Reflect ABI of libonig.so.
   
   
-
-  enable combination explosion check
-
 
   enable CR+NL as line terminator
 

diff --git a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild 
b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
deleted file mode 100644
index 3fc38a5bd56..000
--- a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit multilib-minimal
-
-MY_P="onig-${PV}"
-
-DESCRIPTION="Regular expression library for different character encodings"
-HOMEPAGE="https://github.com/kkos/oniguruma;
-SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/4"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
-IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=(AUTHORS HISTORY README{,_japanese} doc/{API,FAQ,RE}{,.ja} 
doc/UNICODE_PROPERTIES)
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable combination-explosion-check) \
-   $(use_enable crnl-as-line-terminator) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name "*.la" -delete || die
-}

diff --git a/dev-libs/oniguruma/oniguruma-6.8.1.ebuild 
b/dev-libs/oniguruma/oniguruma-6.8.1.ebuild
deleted file mode 100644
index c985bacd2f9..000
--- a/dev-libs/oniguruma/oniguruma-6.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit multilib-minimal
-
-MY_P="onig-${PV}"
-
-DESCRIPTION="Regular expression library for different character encodings"
-HOMEPAGE="https://github.com/kkos/oniguruma;
-SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
-IUSE="crnl-as-line-terminator static-libs"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=(AUTHORS HISTORY README{,_japanese} 
doc/{API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/UNICODE_PROPERTIES)
-

[gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/files/, dev-libs/protobuf/

2018-10-19 Thread Mike Gilbert
commit: a246eb7e586b2d0102833be248aa94e557c98c2f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:37:26 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a246eb7e

dev-libs/protobuf: Fix building on ARMv6.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/protobuf-3.6.1-libatomic_linking.patch   | 49 ++
 dev-libs/protobuf/protobuf-3.6.1.ebuild|  1 +
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/protobuf/files/protobuf-3.6.1-libatomic_linking.patch 
b/dev-libs/protobuf/files/protobuf-3.6.1-libatomic_linking.patch
new file mode 100644
index 000..2b357b21317
--- /dev/null
+++ b/dev-libs/protobuf/files/protobuf-3.6.1-libatomic_linking.patch
@@ -0,0 +1,49 @@
+https://github.com/protocolbuffers/protobuf/issues/5219
+https://github.com/protocolbuffers/protobuf/pull/5227
+https://github.com/protocolbuffers/protobuf/commit/56b40a8f055cfd05633054aed5d3466a6e058b72
+
+--- /configure.ac
 /configure.ac
+@@ -165,6 +165,22 @@
+ ])
+ AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1])
+ 
++dnl On some platforms, std::atomic needs a helper library
++AC_MSG_CHECKING(whether -latomic is needed)
++AC_LINK_IFELSE([AC_LANG_SOURCE([[
++  #include 
++  #include 
++  std::atomic v;
++  int main() {
++return v;
++  }
++]])], STD_ATOMIC_NEED_LIBATOMIC=no, STD_ATOMIC_NEED_LIBATOMIC=yes)
++AC_MSG_RESULT($STD_ATOMIC_NEED_LIBATOMIC)
++if test "x$STD_ATOMIC_NEED_LIBATOMIC" = xyes; then
++  LIBATOMIC_LIBS="-latomic"
++fi
++AC_SUBST([LIBATOMIC_LIBS])
++
+ AS_IF([test "$with_protoc" != "no"], [
+   PROTOC=$with_protoc
+   AS_IF([test "$with_protoc" = "yes"], [
+--- /src/Makefile.am
 /src/Makefile.am
+@@ -163,7 +163,7 @@
+ 
+ lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la
+ 
+-libprotobuf_lite_la_LIBADD = $(PTHREAD_LIBS)
++libprotobuf_lite_la_LIBADD = $(PTHREAD_LIBS) $(LIBATOMIC_LIBS)
+ libprotobuf_lite_la_LDFLAGS = -version-info 17:0:0 -export-dynamic 
-no-undefined
+ if HAVE_LD_VERSION_SCRIPT
+ libprotobuf_lite_la_LDFLAGS += 
-Wl,--version-script=$(srcdir)/libprotobuf-lite.map
+@@ -209,7 +209,7 @@
+   google/protobuf/io/zero_copy_stream.cc   \
+   google/protobuf/io/zero_copy_stream_impl_lite.cc
+ 
+-libprotobuf_la_LIBADD = $(PTHREAD_LIBS)
++libprotobuf_la_LIBADD = $(PTHREAD_LIBS) $(LIBATOMIC_LIBS)
+ libprotobuf_la_LDFLAGS = -version-info 17:0:0 -export-dynamic -no-undefined
+ if HAVE_LD_VERSION_SCRIPT
+ libprotobuf_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libprotobuf.map

diff --git a/dev-libs/protobuf/protobuf-3.6.1.ebuild 
b/dev-libs/protobuf/protobuf-3.6.1.ebuild
index 3b3bdeaf351..065eed56272 100644
--- a/dev-libs/protobuf/protobuf-3.6.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.6.1.ebuild
@@ -23,6 +23,7 @@ PATCHES=(
"${FILESDIR}/${PN}-3.6.0-disable_no-warning-test.patch"
"${FILESDIR}/${PN}-3.6.0-system_libraries.patch"
"${FILESDIR}/${PN}-3.6.0-protoc_input_output_files.patch"
+   "${FILESDIR}/${PN}-3.6.1-libatomic_linking.patch"
 )
 
 DOCS=(CHANGES.txt CONTRIBUTORS.txt README.md)



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

2018-10-19 Thread Mike Gilbert
commit: 4e4a9746660b2f2157202b803f247b3e7a4cfd49
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 16:05:02 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4a9746

net-irc/kvirc: Stabilize 5.0_pre20180819121252 on amd64/x86.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
index d66b33d38e5..2ae7426292a 100644
--- a/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
+++ b/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
@@ -30,7 +30,7 @@ fi
 
 LICENSE="kvirc"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-10-19 Thread Mike Gilbert
commit: ec4a75acee8f68d7a673a1432d3e9d3ae6027881
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:53:47 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4a75ac

net-libs/serf: Restrict tests.

Closes: https://bugs.gentoo.org/616394

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/serf/serf-1.3.8-r1.ebuild | 3 ++-
 net-libs/serf/serf-1.3.8.ebuild| 3 ++-
 net-libs/serf/serf-1.3.9.ebuild| 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-libs/serf/serf-1.3.8-r1.ebuild 
b/net-libs/serf/serf-1.3.8-r1.ebuild
index 4fad8345c3b..7d6405b8665 100644
--- a/net-libs/serf/serf-1.3.8-r1.ebuild
+++ b/net-libs/serf/serf-1.3.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="1"
 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="kerberos static-libs libressl"
+RESTRICT="test"
 
 RDEPEND="dev-libs/apr:1=
dev-libs/apr-util:1=

diff --git a/net-libs/serf/serf-1.3.8.ebuild b/net-libs/serf/serf-1.3.8.ebuild
index e5e7ae30a44..b0d5faed2f3 100644
--- a/net-libs/serf/serf-1.3.8.ebuild
+++ b/net-libs/serf/serf-1.3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="1"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="kerberos"
+RESTRICT="test"
 
 RDEPEND="dev-libs/apr:1=
dev-libs/apr-util:1=

diff --git a/net-libs/serf/serf-1.3.9.ebuild b/net-libs/serf/serf-1.3.9.ebuild
index 031df82e090..66d36764485 100644
--- a/net-libs/serf/serf-1.3.9.ebuild
+++ b/net-libs/serf/serf-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="1"
 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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="kerberos static-libs libressl"
+RESTRICT="test"
 
 RDEPEND="dev-libs/apr:1=
dev-libs/apr-util:1=



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

2018-10-19 Thread Mike Gilbert
commit: 78072da14b0027bd0b9d820612d8a9f82dba65f5
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:58:31 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78072da1

app-i18n/fcitx: Add dependency on dev-util/glib-utils.

Closes: https://bugs.gentoo.org/667346

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/fcitx/fcitx-4.2.9.6.ebuild | 3 ++-
 app-i18n/fcitx/fcitx-4..ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild 
b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
index e5a259025b1..dc0c2aaac84 100644
--- a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2003-2018 Arfrever Frehtes Taifersar Arahesis and others
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -63,6 +63,7 @@ RDEPEND="dev-libs/glib:2
dev-libs/libxml2
)"
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
kde-frameworks/extra-cmake-modules:5
virtual/pkgconfig"
 

diff --git a/app-i18n/fcitx/fcitx-4..ebuild 
b/app-i18n/fcitx/fcitx-4..ebuild
index 22103a58207..c6b7513ff0c 100644
--- a/app-i18n/fcitx/fcitx-4..ebuild
+++ b/app-i18n/fcitx/fcitx-4..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2003-2018 Arfrever Frehtes Taifersar Arahesis and others
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -63,6 +63,7 @@ RDEPEND="dev-libs/glib:2
dev-libs/libxml2
)"
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
kde-frameworks/extra-cmake-modules:5
virtual/pkgconfig"
 



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

2018-10-19 Thread Mike Gilbert
commit: c6cabfecaa26948540b2132001bc3188bf336477
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:41:28 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cabfec

dev-libs/protobuf: Stabilize 3.6.1 on amd64/x86.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-libs/protobuf/protobuf-3.6.1.ebuild 
b/dev-libs/protobuf/protobuf-3.6.1.ebuild
index 065eed56272..52f2ebc4f4c 100644
--- a/dev-libs/protobuf/protobuf-3.6.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples static-libs test zlib"
 
 RDEPEND="emacs? ( virtual/emacs )



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

2018-10-19 Thread Mike Gilbert
commit: 75c74345602bd3937d844803bcf274f1a8adf62d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct 19 15:10:34 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 19 17:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c74345

dev-libs/oniguruma: Version bump (6.9.0).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/oniguruma/Manifest   |  1 +
 dev-libs/oniguruma/oniguruma-6.9.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index b3814ed7f84..c83fd7f5ffa 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1,3 +1,4 @@
 DIST onig-6.7.1.tar.gz 951650 BLAKE2B 
475f6de4dca5579071777de9805a7676f8bf0ba0fff360a8231895882ce5535c80ee8f12bede3d1db17497efcc904c4653f4d15d559cf5ac180039563f0c14cd
 SHA512 
36ce29b639e8a15bacc3fcce835eea3ae5516fbefc250d0152493b86166f8f3b74ae4c807c609f6374cd8c401b434dd1682747be14b70da64386150d4e82badc
 DIST onig-6.8.1.tar.gz 973837 BLAKE2B 
5ccbd8b428dcb0775e745857cb1ee678cb2e42c1b9044ac80703ea0ca602aeaa7ab86f70b9835c2042a2b48a65531c355d1f32ba22294403dc5a3f3ce895
 SHA512 
50005d7bccdfd5090181781c942e7814eb82ef1652453ce4bdf7f4e763344c87af84fb06c5240494d3774568913cbfc3b158e0a69edfbc1283eaeb7842dc0631
 DIST onig-6.8.2.tar.gz 979775 BLAKE2B 
c055e943d5b38e10a32f2a30094089d7ca7f72b8fcb58e8d1b4a4674285e208bdc6b5c8694e2a8415f19ae1515d13810c7fd96d27c18e360a69159cbcf0004be
 SHA512 
1bfa6688c67b684afd558ce9f0654f484acbb733972382fccc0b3d1a05a2c2075e349d9d9c8f86371ee07221b45e5ef28ed238b5807be6fbc49d1f53b14e1596
+DIST onig-6.9.0.tar.gz 869809 BLAKE2B 
a60b0f99e3a6cda81f09a4dd1af98d0ca98b9127090723d50f4c22874042719a31bcd23f2e3b1fac1daf62d723b1c8884036b8543c4c83a7fe5e2ad8e4daf625
 SHA512 
75d0f0406ad4313332a10990157cede5c2738d2b9b6aa780a99d2651f185e1de12dba57c919ee58ccef0633b1d703e67935af5ea4b36895279457a189b8825df

diff --git a/dev-libs/oniguruma/oniguruma-6.9.0.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
new file mode 100644
index 000..c37d24a6610
--- /dev/null
+++ b/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2003-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit multilib-minimal
+
+MY_P="onig-${PV}"
+
+DESCRIPTION="Regular expression library for different character encodings"
+HOMEPAGE="https://github.com/kkos/oniguruma;
+SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0/5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="crnl-as-line-terminator static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(AUTHORS HISTORY README{,_japanese} 
doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/UNICODE_PROPERTIES)
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable crnl-as-line-terminator) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name "*.la" -delete || die
+}



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

2018-10-19 Thread Johannes Huber
commit: 70cf9d45912395d931d0bbbd3d28263aa0ca849d
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Oct 19 17:26:43 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Oct 19 17:26:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cf9d45

app-misc/neofetch: Remove 4.0.2

Overshadowed by 5.0.0.

Signed-off-by: Johannes Huber  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-4.0.2.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index b59ff839bb4..1746df1690f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1 @@
-DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 
865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6def3e771b357852e86db166d88cda894515419e9eadbc8
 SHA512 
326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 
7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac53993893da5671f4a14b6ce029268ba01a16e85d4a30c33
 SHA512 
7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6

diff --git a/app-misc/neofetch/neofetch-4.0.2.ebuild 
b/app-misc/neofetch/neofetch-4.0.2.ebuild
deleted file mode 100644
index 4757864917a..000
--- a/app-misc/neofetch/neofetch-4.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git;
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   media-gfx/imagemagick
-   media-libs/imlib2
-   www-client/w3m[imlib]
-   x11-apps/xprop
-   x11-apps/xrandr
-   x11-apps/xwininfo
-   )"



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

2018-10-19 Thread Johannes Huber
commit: dd878adb556f383da262068a6e58a2dd6f1bd85d
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Oct 19 17:26:03 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Oct 19 17:26:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd878adb

app-misc/neofetch: Remove 3.4.0

Overshadowed by 5.0.0.

Signed-off-by: Johannes Huber  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index d38d99badee..b59ff839bb4 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
-DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
 DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 
865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6def3e771b357852e86db166d88cda894515419e9eadbc8
 SHA512 
326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 
7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac53993893da5671f4a14b6ce029268ba01a16e85d4a30c33
 SHA512 
7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild 
b/app-misc/neofetch/neofetch-3.4.0.ebuild
deleted file mode 100644
index 861c13b1694..000
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   media-gfx/imagemagick
-   media-libs/imlib2
-   www-client/w3m[imlib]
-   x11-apps/xprop
-   x11-apps/xrandr
-   x11-apps/xwininfo
-   )"



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

2018-10-19 Thread Johannes Huber
commit: 7786afb8543c5d6e4e7827474ef391f57fc4bad6
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Oct 19 17:15:39 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Oct 19 17:18:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7786afb8

media-sound/lollypop: Version bump 0.9.605

Signed-off-by: Johannes Huber  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-sound/lollypop/Manifest|  1 +
 media-sound/lollypop/lollypop-0.9.605.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
index d41a2b19686..4105a8d789e 100644
--- a/media-sound/lollypop/Manifest
+++ b/media-sound/lollypop/Manifest
@@ -1,2 +1,3 @@
 DIST lollypop-0.9.601.tar.xz 376712 BLAKE2B 
d3747a1e994cd8de816eed49d87a8f279394981f14e2de82785203ba5ec0e71604a569f5f3e8e57da55f9bf62066da15232d46a0d117d094c6638b6608491620
 SHA512 
d13bd50f6b591a0f6491010817833d345a7fe1e63ef0eaab2ebad7c877990cf5e2dfba62911a690d223d912750a150fda40be81ca9a094968ed4796c1ed66f65
 DIST lollypop-0.9.604.tar.xz 384080 BLAKE2B 
6262af52ad75e6fbdc128b5c0b6ae7c7156b5f7b1d29e96ebf22f8e966f3c6f803b56dd18841606e3f3198d2d962f6b08ef03825716c4492e72ab0b28a8e8a96
 SHA512 
20176713c36430c3bc9bb02fc885221efaca9f19b43c7511bce88162aa54fdcd3caf3e7c7c98ee1b72f9f795dce093650c2976f85006011bbd5354361acb7c83
+DIST lollypop-0.9.605.tar.xz 451556 BLAKE2B 
520cb54398839c24bebf3cd53b69de07174d5c674f1e6c72a100949bbd1cb04045b8f87799fd6f118af9191b1a552b9db098c6a72d6af5fdea604ec4970c29ea
 SHA512 
0f377e7f1db1becf2edc7d15a1bae01665e11f87adc693118e778bf85659968de210912db7618f022cf123a458b156fd7fafbfdadbb2cb905dc1049a436d4d96

diff --git a/media-sound/lollypop/lollypop-0.9.605.ebuild 
b/media-sound/lollypop/lollypop-0.9.605.ebuild
new file mode 100644
index 000..b1844921fbc
--- /dev/null
+++ b/media-sound/lollypop/lollypop-0.9.605.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+PYTHON_REQ_USE="sqlite"
+HASH="7e56defb7152c6cd7140e9ea98df4ce7"
+inherit python-r1 gnome2-utils meson xdg-utils
+
+DESCRIPTION="Modern music player for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop;
+SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz;
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+CDEPEND="${PYTHON_DEPS}
+   dev-libs/appstream-glib[introspection]
+   dev-libs/glib:2
+   dev-libs/gobject-introspection[cairo]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/gnome-common
+   x11-libs/gtk+:3
+"
+DEPEND="${CDEPEND}
+   dev-python/pkgconfig[${PYTHON_USEDEP}]
+   dev-util/desktop-file-utils
+   dev-util/itstool
+   dev-util/intltool
+"
+RDEPEND="${CDEPEND}
+   app-crypt/libsecret
+   dev-libs/totem-pl-parser
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/dbus-python
+   >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient/, dev-db/oracle-instantclient/files/

2018-10-19 Thread Michael Haubenwallner
commit: 5a8db975b241e26c2cfcc52728829b74bfc2e166
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Oct 19 15:43:13 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Fri Oct 19 16:25:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8db975

dev-db/oracle-instantclient: revbump

Closes: https://bugs.gentoo.org/578402
Closes: https://bugs.gentoo.org/597520
Closes: https://bugs.gentoo.org/652096
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michael Haubenwallner  gentoo.org>

 dev-db/oracle-instantclient/Manifest   |  14 +
 .../files/18.3.0.0-makefile.patch  |  40 +++
 dev-db/oracle-instantclient/metadata.xml   |  11 +-
 .../oracle-instantclient-18.3.0.0.ebuild   | 342 +
 4 files changed, 402 insertions(+), 5 deletions(-)

diff --git a/dev-db/oracle-instantclient/Manifest 
b/dev-db/oracle-instantclient/Manifest
index fd91881793a..ba0c976db9e 100644
--- a/dev-db/oracle-instantclient/Manifest
+++ b/dev-db/oracle-instantclient/Manifest
@@ -1,24 +1,38 @@
 DIST instantclient-basic-linux-12.1.0.2.0.zip 59727331 BLAKE2B 
8a4beb891fd6693b74be4f575bff3af7f70cb751a9fbfab80aa145737008cc745f83f2ec349a5959fcaac9aa789210ecd6da88e0eea63d23ce62fcb402274ea8
 SHA512 
5d93c72c43ba2ca765209f4c1d518b9e93c80ff33625bf0bc33b974413e2b91ab22681e0922d2148fbfa6b6043fe84eee5334aa398e1ee7b1c2663ff2b3bb235
 DIST instantclient-basic-linux-12.2.0.1.0.zip 64594237 BLAKE2B 
bd74522486ec6be857ed83e23a1a64a2794dc14ac184ef9dd4324fc4b9d0d61be8b6b70e32cfe814c6c8972bc7c9aef1d48a60180b8310d861fa66179027c391
 SHA512 
35cdd84765f1e020cd1e7fe3a765449bcad1c3b09189ab64f6a969da27d7ff2932bad319037ec066615e672d2b3105d4c36b42ec30ab60d6c577a2796908d22b
+DIST instantclient-basic-linux-18.3.0.0.0dbru.zip 67930600 BLAKE2B 
70d9c54a8df66859d40e4374cd3073613fbf3656850373ada6c9707a7076e0d0749e3b1a84e2d46d18643f80020ecf8c525224433c946946787388dc3f57c79c
 SHA512 
3e1bda593c14d14942c7bf8393111792df01bc9d5a15ae0b4010bd29d71bda4ab044dca6741d00185976c70790fc24b5221afc436d33abe6277e7513cb8bd859
 DIST instantclient-basic-linux.x64-12.1.0.2.0.zip 63352239 BLAKE2B 
88042fbdccc6b79e8ed82f78f47ac985af413c53b9f2c9654a8ab10008ca9f7cdc4c46a12af5eca6aca47f27bd4d28ee465cd6ed91076268a361faa247440162
 SHA512 
e4cbdf40f00521651002f0753ead292b7a33352a7dae5d77635fbdb784451a1b9331ad614326dccdea34ecff3d44ddd0932b83c4bd405e69d95c7decae945f2c
 DIST instantclient-basic-linux.x64-12.2.0.1.0.zip 68965195 BLAKE2B 
11e4a995f00ec4f218fe08ddd139c6d60b28bd9ffb78ce566be989eb5d229e5186e60406598b78067f480755e49bbeb6675dd3081186599fc0cac89e66a6f2eb
 SHA512 
13f9b80d1021309fa48ca6c9dd6406ba6f97dcd611f786e940db42eeaba40cdf603b108954b9b3195f830e49377593e31b04f8d9310f619418bcd129b39f2ff1
+DIST instantclient-basic-linux.x64-18.3.0.0.0dbru.zip 72794506 BLAKE2B 
22db5d69d48c33061db72bdc050e081ec24152c5e4655505c7f75407646f5ffa140aa51f4638ad8e7c5628476bb44358cb061b2d228ab1e36cd9464e49fcf1f6
 SHA512 
92e607e1711b24ddf10f11ecd3b389795acc544a567a95cb62b624e5913ad11a1707699b5df659f5fb33dae5cd56700036644e643c7edbe51e7a67e57a152ecc
 DIST instantclient-jdbc-linux-12.1.0.2.0.zip 1571004 BLAKE2B 
5d6d8f2ad86eff24be192ff0984a92351cb0dbf56619428a3c5c339dc0a5cc0048e2143e252803f5def6f0f111c4f69081d8aa41bc28002361586bef8ecff44b
 SHA512 
ed3e5f831f1ac7351bd6eb7b3c10a09bba0f1989384ff1f041fdf94a5ca6acbf06e8285283f48731be6ece3dce55d307ac31e8bab57548dca0e3b3056060b5b2
 DIST instantclient-jdbc-linux-12.2.0.1.0.zip 1572140 BLAKE2B 
ac8a5767924a991503d64b7127e801bd09116ff5155a4943db76bf8678bccfd38c35d744d5a1654a51368feef97df39cad8a9b62ceb69f0cdf416af742385dea
 SHA512 
3b57ab454645f8719a75c8778ab33589548018ec09d187ca88252006f44b014d62659a622ae423f79f9bf0f11149cafaa33880e90278c94a847e69e409bd3dca
+DIST instantclient-jdbc-linux-18.3.0.0.0dbru.zip 1574763 BLAKE2B 
2ddbb6a6d61c3b6bc3e37b40f786dd86f5efadcf8cbe5b58dec2631b92ebae25065cb29f87ceed9a1f426ada094a9c0ef1887f8ea7b70e66527e9b75e11f213e
 SHA512 
96298e579b6b5a81ae2ef679d6bf9a18f8bd08c33981d0a5b836c20710dc07d15d7964895a3d66c01075a20720d333f766ac439dc4f3867edac473e020eaf065
 DIST instantclient-jdbc-linux.x64-12.1.0.2.0.zip 1571639 BLAKE2B 
1e50ff99548aa22e32ae48b629e6a83477cf7ad6d56b622e4c03831b43377841d3892b1f3079148a2a93b42d7d2be2670233c33edebac219f5a71384e43ab495
 SHA512 
1e6aa33c159d5769d10b16da3c5ff16629dae049c7e7d3ab1504a0ad625968f4d3f655a83ff128bff726c3ed03eab9ef7603c897aad288d1dc4e557c03ac7e2a
 DIST instantclient-jdbc-linux.x64-12.2.0.1.0.zip 1572942 BLAKE2B 
3521505368a46046149ae28e2fae0bb85d5a70da33c029c684289a3586341fc0e63b0a88b93cbaa28aacbffaca678260f94658faa2b7e8aa31d1103a41660dac
 SHA512 
79c939442431e14b9f30e94821fc4d8eeb34cd35b887fd8fa90a045357a241a58a53d591d22a5f42b188540c50350b842391a3871c86eb4fe8169ea23001a21a
+DIST instantclient-jdbc-linux.x64-18.3.0.0.0dbru.zip 1575572 BLAKE2B 
bb9d5ad0064b547a7152d4f9b170c646105b4a0731596fe381f7a2c63b720e36cc5a93eea59ea71aa3405999d972cf962a74063350c468a8d114ad28f5a0be0c
 SHA512 

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

2018-10-19 Thread Alon Bar-Lev
commit: a4cb36623d37346ba2539f66ae6cbb0ecb0c27f2
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct 19 16:12:09 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct 19 16:12:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cb3662

dev-libs/softhsm: version bump

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/softhsm/Manifest |  1 +
 dev-libs/softhsm/softhsm-2.5.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest
index 4a3e518a95d..3e5d79284f9 100644
--- a/dev-libs/softhsm/Manifest
+++ b/dev-libs/softhsm/Manifest
@@ -1 +1,2 @@
 DIST softhsm-2.4.0.tar.gz 1042566 BLAKE2B 
01a0f4bdc589847c4a1f860c3e3f572644d874b11d7ab8e149e598fc123b75e898de9a46f73f5f2a107edcaeabdda29e4b9b6d54af5b95ad79a3c7b7b77b8bbf
 SHA512 
f14f65de32206500f708523ee88d8d5e3d1fd40175f1a9cd24c7760c829e2de9dbcb05453022df8186836c49a57e4eae7f2e75ce6a5346a426114f4d610a8a84
+DIST softhsm-2.5.0.tar.gz 1078439 BLAKE2B 
f96f9e08f3ea568daccb64a5de94ac91b5efcee3dea09f460e98491e7fcdca1277ed52c339a2ec10dac2f78c9e7e44fe5c4a7d36c58e97afba6e749979d4d7e0
 SHA512 
a1e686729196dc25591eb3da57c2c8ea8494ed274ba711842b2dcae696f477a202acda13a975b8fb1eb68e8e44a79e839dbbc6ba500cab02ad13072c660752d9

diff --git a/dev-libs/softhsm/softhsm-2.5.0.ebuild 
b/dev-libs/softhsm/softhsm-2.5.0.ebuild
new file mode 100644
index 000..aecd75f474e
--- /dev/null
+++ b/dev-libs/softhsm/softhsm-2.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A software PKCS#11 implementation"
+HOMEPAGE="https://www.opendnssec.org/;
+SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz;
+
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="bindist libressl migration-tool test"
+SLOT="2"
+LICENSE="BSD"
+
+RDEPEND="migration-tool? ( dev-db/sqlite:3= )
+   !libressl? ( dev-libs/openssl:=[bindist=] )
+   libressl? ( dev-libs/libressl:= )
+   !~dev-libs/softhsm-2.0.0:0"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   sys-devel/gcc:=[cxx]
+   test? ( dev-util/cppunit )"
+
+DOCS=(
+   NEWS
+   README.md
+)
+
+src_configure() {
+   econf \
+   --disable-static \
+   --with-crypto-backend=openssl \
+   --disable-p11-kit \
+   --localstatedir="${EROOT}/var" \
+   $(use_enable !bindist ecc) \
+   $(use_enable !libressl gost) \
+   $(use_with migration-tool migrate)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+
+   keepdir "${EROOT}/var/lib/softhsm/tokens"
+}



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

2018-10-19 Thread Fabian Groffen
commit: 49386193106ee3d9a87458de18bef967c85ac35a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:24:02 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49386193

dev-perl/HTML-Tagset: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/HTML-Tagset/HTML-Tagset-3.200.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-Tagset/HTML-Tagset-3.200.0-r1.ebuild 
b/dev-perl/HTML-Tagset/HTML-Tagset-3.200.0-r1.ebuild
index 05ff9edd96a..d7d35e5fa9a 100644
--- a/dev-perl/HTML-Tagset/HTML-Tagset-3.200.0-r1.ebuild
+++ b/dev-perl/HTML-Tagset/HTML-Tagset-3.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Data tables useful in parsing HTML"
 
 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~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=""
 
 SRC_TEST="do"



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

2018-10-19 Thread Fabian Groffen
commit: dc67a4afafa270bb6e15e6b5ce5b1eb5174ff188
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:44:59 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:44:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc67a4af

dev-perl/Socket6: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Socket6/Socket6-0.280.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Socket6/Socket6-0.280.0.ebuild 
b/dev-perl/Socket6/Socket6-0.280.0.ebuild
index 36df909f151..ede352a2abb 100644
--- a/dev-perl/Socket6/Socket6-0.280.0.ebuild
+++ b/dev-perl/Socket6/Socket6-0.280.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="IPv6 related part of the C socket.h defines and 
structure manipulat
 
 LICENSE="BSD"
 SLOT="0"
-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 ~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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {



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

2018-10-19 Thread Fabian Groffen
commit: 14301c5a7773e61f8faef8770504dea673767a40
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:29:33 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:29:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14301c5a

dev-perl/MailTools: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/MailTools/MailTools-2.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MailTools/MailTools-2.190.0.ebuild 
b/dev-perl/MailTools/MailTools-2.190.0.ebuild
index 5ddbe2737c8..24afb79946a 100644
--- a/dev-perl/MailTools/MailTools-2.190.0.ebuild
+++ b/dev-perl/MailTools/MailTools-2.190.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Manipulation of electronic mail addresses"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~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="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 795f3055ee157316b89fa5dcc7017901df89bb50
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:24:29 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:24:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795f3055

dev-perl/HTML-Parser: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild 
b/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild
index 7bc2fee3d4f..6e2303be256 100644
--- a/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild
+++ b/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse  section of HTML documents"
 
 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~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="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 352fa0a74e3c7140da0e7e8ee0d649f2ce1a4f6b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:46:17 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:46:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352fa0a7

dev-perl/IO-Tty: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild 
b/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild
index a40f0ac5e84..4d468baa66d 100644
--- a/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="IO::Tty and IO::Pty modules for Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



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

2018-10-19 Thread Fabian Groffen
commit: 7ec79db6a26202ea3b56a9011fb36a0e2d3826e2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:30:41 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:30:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec79db6

dev-perl/IO-CaptureOutput: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild 
b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild
index 14531f4b3a0..e6db580094d 100644
--- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild
+++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-INET6/

2018-10-19 Thread Fabian Groffen
commit: 02099c7055c4ad9d20292eeb0bf42c21c2a92897
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:45:38 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:45:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02099c70

dev-perl/IO-Socket-INET6: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild 
b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild
index 02a4ae4aa42..134820eba92 100644
--- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild
+++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Work with IO sockets in ipv6"
 
 SLOT="0"
-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 ~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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/Socket6"



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

2018-10-19 Thread Fabian Groffen
commit: 10b6bdac8a38947c5d74eda1c076c60254b2fe3d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:33:29 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:33:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b6bdac

dev-perl/Email-Find: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild 
b/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
index 84574d7a33c..b20430f04f5 100644
--- a/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
+++ b/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Find RFC 822 email addresses in plain text"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MailTools



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

2018-10-19 Thread Fabian Groffen
commit: fb7a5258fdf7a8f847618a2cf3565b4106f7dee1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:31:42 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:31:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7a5258

dev-perl/Email-Valid: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild 
b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild
index e186c4c0aff..ba77cb73dac 100644
--- a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild
+++ b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check validity of Internet email addresses"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: f7971a9fd5806a85c67f01353b2db63baf4ff4af
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:47:02 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:47:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7971a9f

dev-perl/IPC-Run: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild 
b/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild
index 93a476dea92..41a84b0cb2d 100644
--- a/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild
+++ b/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: cf1d0d98cfaddc35e058c54e5bbdf2823a914136
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:42:57 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:42:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1d0d98

dev-perl/Hash-FieldHash: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild 
b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
index 6074fe57604..20939d7e7ba 100644
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Lightweight field hash for inside-out objects"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-19 Thread Fabian Groffen
commit: 67258f797d195e9d3ba74832a6c37388c8bb2038
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:48:14 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:48:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67258f79

dev-perl/Importer: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Importer/Importer-0.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Importer/Importer-0.24.0.ebuild 
b/dev-perl/Importer/Importer-0.24.0.ebuild
index 6a3360e8edf..8b9c094535d 100644
--- a/dev-perl/Importer/Importer-0.24.0.ebuild
+++ b/dev-perl/Importer/Importer-0.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative interface to modules that export symbols"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2018-10-19 Thread Fabian Groffen
commit: f93d1e635af9961731d74cd9350011747b8c17cd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:34:05 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:34:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93d1e63

dev-perl/HTML-FromText: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild 
b/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild
index 52d52889a55..d9711d8e6c2 100644
--- a/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild
+++ b/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert plain text to HTML"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc x86"
+KEYWORDS="amd64 ~arm hppa ~mips ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # Email::Find::addrspec -> Email-Find 0.09



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Domain-TLD/

2018-10-19 Thread Fabian Groffen
commit: 7f99f926a12a87b5fcb0b268a23f8f6895cfaf52
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:26:08 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:26:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f99f926

dev-perl/Net-Domain-TLD: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild 
b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
index 55bc6fd0af4..b4b07290e07 100644
--- a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
+++ b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Current top level domain names including new ICANN additions and 
ccTLDs"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple/

2018-10-19 Thread Fabian Groffen
commit: 2255a7c46120d57fdc1668840ab16b8ff5255b3f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Oct 19 15:40:55 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Oct 19 15:40:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2255a7c4

dev-perl/HTTP-Server-Simple: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild 
b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
index 54426d19495..ce34c502c1d 100644
--- a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lightweight HTTP Server"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-19 Thread Mart Raudsepp
commit: 6526ec6fa07101dc00c584cf78c48eb9804aaf10
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Oct 19 14:38:30 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Oct 19 14:38:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526ec6f

net-misc/networkmanager-openvpn: bump to 1.8.8

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-misc/networkmanager-openvpn/Manifest   |  1 +
 .../networkmanager-openvpn-1.8.8.ebuild| 56 ++
 2 files changed, 57 insertions(+)

diff --git a/net-misc/networkmanager-openvpn/Manifest 
b/net-misc/networkmanager-openvpn/Manifest
index 61ff8cf8c4b..89f59e54dc0 100644
--- a/net-misc/networkmanager-openvpn/Manifest
+++ b/net-misc/networkmanager-openvpn/Manifest
@@ -1,2 +1,3 @@
 DIST NetworkManager-openvpn-1.8.4.tar.xz 547984 BLAKE2B 
bb637c824414b792c6272a1791a3e99ebb3c0fc7145b01b4fa6c9b0bc2d8a0879141b7e2d1f3157b8b05366e3d0410370d3523dbe0d2daf069e4f73cdd9cf84c
 SHA512 
dd0381175fa6a88259726a848ac46b7a5ee07a797cbe34382d3f4c0b6d8ad3807d224bfbb53cff793f4854558484d77fc7c6a6970e5364d39d058da5c35eac5a
 DIST NetworkManager-openvpn-1.8.6.tar.xz 561652 BLAKE2B 
37c47c997f68879221cb346b4afe9653d78ef21398f568469c8f511c18feec12dfcf86677d09088119a16ef30c47ab6b5b5a30f2a3c24811a12e6d58c6809f5f
 SHA512 
a2d711be58810aad337b9c8bdead1ba6f64c1d1315a772ab79815624794c79668ab5056587be7096ac7367554c16114c2a3805a03484c2ea265ba4cd3bd54d32
+DIST NetworkManager-openvpn-1.8.8.tar.xz 562748 BLAKE2B 
8c75d30a8865d41cd564e719f08522482b0d6901a8e812dec5f5b9fd8c8c2839663d078148e9d505ee7b7fc6e5c96fda8c3c0a0390837211a1fe9689f01fd27d
 SHA512 
8ed7612bcf727b540a74807ccc7ea7460dba3923a052e8716338bf2c852b6c027fd7547793af1b032a3c2348f9ffc579d1071aad2833baa37784bb5a17af1574

diff --git 
a/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.8.8.ebuild 
b/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.8.8.ebuild
new file mode 100644
index 000..8fb5003d654
--- /dev/null
+++ b/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.8.8.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
+
+inherit gnome2 user
+
+DESCRIPTION="NetworkManager OpenVPN plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk test"
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=net-misc/networkmanager-1.7.0:=
+   >=net-vpn/openvpn-2.1
+   gtk? (
+   >=app-crypt/libsecret-0.18
+   >=gnome-extra/nm-applet-1.7.0
+   >=x11-libs/gtk+-3.4:3
+   )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   sys-devel/gettext
+   >=dev-util/intltool-0.35
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   enewgroup nm-openvpn
+   enewuser nm-openvpn -1 -1 -1 nm-openvpn
+}
+
+src_prepare() {
+   # Test will fail if the machine doesn't have a particular locale 
installed
+   # FAIL: (tls-import-data) unexpected 'ca' secret value, upstream bug 
#742708
+   sed '/test_non_utf8_import (plugin, test_dir)/ d' \
+   -i properties/tests/test-import-export.c || die "sed failed"
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # --localstatedir=/var needed per bug #536248
+   gnome2_src_configure \
+   --localstatedir=/var \
+   --disable-more-warnings \
+   --disable-static \
+   --with-dist-version=Gentoo \
+   $(use_with gtk gnome)
+}



  1   2   >