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

2017-09-19 Thread Johannes Huber
commit: 1227124fa87accf37221bdafcc799c110211baee
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Sep 20 05:20:14 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Sep 20 05:20:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1227124f

.travis.yml: Bump portage version to 2.3.10

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d4b1f33d70..01b6e44498 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.3.8"
+- PORTAGE_VER="2.3.10"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml



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

2017-09-19 Thread Tim Harder
commit: 2deb66fd64abc650a74897a2e9537eef5a790195
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 20 05:05:12 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 20 05:05:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2deb66fd

dev-python/typing: version bump to 3.6.2

 dev-python/typing/Manifest|  1 +
 dev-python/typing/typing-3.6.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/typing/Manifest b/dev-python/typing/Manifest
index 1994843c02e..3043d68e4f4 100644
--- a/dev-python/typing/Manifest
+++ b/dev-python/typing/Manifest
@@ -1,2 +1,3 @@
 DIST typing-3.5.2.2.tar.gz 51101 SHA256 
2bce34292653af712963c877f3085250a336738e64f99048d1b8509bebc4772f SHA512 
38d8899cf7ccfc86299ea59a234a80a7938ff9e78d84a9593befd163959ee90af3201dfd495e172904bc6423919b338bee470d166e9c41d9697662c27ed2fbc8
 WHIRLPOOL 
7cb2dad3b1f3fb5c50801d92336de755c96cf8fde984da2b18525ec53be391d02d1bd8f0d934bdd1708caa1465f3f1e0ea4d7b4fbc86eb411868de5c1db125d5
 DIST typing-3.5.3.0.tar.gz 60350 SHA256 
ca2daac7e393e8ee86e9140cd0cf0172ff6bb50ebdf0b06281770f98f31bff21 SHA512 
e1930de61cbb0b49ebeec49b87ce3a60752ed062ebf44ff2c5becf2e19a22726d08607ce6723b5b4e633190d8a9686176d44f7672c44bd246acb8e367c5d3c37
 WHIRLPOOL 
d1e4f29b684084ca4370ed74d68e05f9723314f9144b825fb5b085c38644bf8460c2b1266382427d281550d43b85aa3395415f161a52d4769de24ded2b9777eb
+DIST typing-3.6.2.tar.gz 78726 SHA256 
d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849 SHA512 
a975980e7ba6ec3e15c938336877071785bec7212443da079770348ab9441c8d918cd806e85ebea8af66a5d94f684566ea07b55e7623ab11e7d922c8c3dfe981
 WHIRLPOOL 
0259037ee7c135b7f9a6887eb6a9cb95a181254880e6e13ccc3bab88385b0c0df1a5db1d7bfdaf250b4ec5e624d82c85c97521b670b1b2177298586ea3ef87b7

diff --git a/dev-python/typing/typing-3.6.2.ebuild 
b/dev-python/typing/typing-3.6.2.ebuild
new file mode 100644
index 000..685111948e4
--- /dev/null
+++ b/dev-python/typing/typing-3.6.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Type Hints for Python"
+HOMEPAGE="https://docs.python.org/3/library/typing.html 
https://pypi.python.org/pypi/typing;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x64-solaris"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+python_test() {
+   if [[ ${EPYTHON} == python2* || ${EPYTHON} == pypy ]]; then
+   cd "${S}"/python2 || die
+   else
+   cd "${S}"/src || die
+   fi
+
+   "${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] proj/portage:master commit in: bin/postinst-qa-check.d/

2017-09-19 Thread Zac Medico
commit: 743bedc636671e1307735e82e49b0488f1433809
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 20 04:24:56 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 20 04:26:33 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=743bedc6

gnome2-utils postinst: fix ${missing} variable reference

Fixes: 361f820b88de ("postinst-qa-check.d: fix false positive and expensive 
eqatag on first run")

 bin/postinst-qa-check.d/50gnome2-utils | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/postinst-qa-check.d/50gnome2-utils 
b/bin/postinst-qa-check.d/50gnome2-utils
index eb045ea78..7ee8f2528 100644
--- a/bin/postinst-qa-check.d/50gnome2-utils
+++ b/bin/postinst-qa-check.d/50gnome2-utils
@@ -35,7 +35,7 @@ gnome2_icon_cache_check() {
 
# The eqatag call is prohibitively expensive if the cache is
# missing and there are a large number of files.
-   if [[ -z missing && ${all_files[@]} ]]; then
+   if [[ -z ${missing} && ${all_files[@]} ]]; then
eqawarn "QA Notice: new icons were found installed but GTK+ 
icon cache"
eqawarn "has not been updated:"
eqatag -v gnome2-utils.icon-cache "${all_files[@]/#//}"



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

2017-09-19 Thread Tim Harder
commit: 017893f0a3fe2a9b32269ba409282360eea1784e
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 20 04:09:47 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 20 04:22:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017893f0

dev-python/pycairo: version bump to 1.15.3

 dev-python/pycairo/Manifest  |  1 +
 dev-python/pycairo/pycairo-1.15.3.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-python/pycairo/Manifest b/dev-python/pycairo/Manifest
index 61380d39aad..712aa2757ee 100644
--- a/dev-python/pycairo/Manifest
+++ b/dev-python/pycairo/Manifest
@@ -4,3 +4,4 @@ DIST pycairo-1.13.1.tar.gz 123690 SHA256 
d8f58de67ddd01eda9e5112de57599b7d0154d7
 DIST pycairo-1.15.0.tar.gz 167963 SHA256 
b469b782ffabeeeb5973b64ee55e993521f32ac658b24baccbcd3f939c4f44f8 SHA512 
e27f1b31225fe6eba7722a412a4eb9c591a3ce4887ba5a7edb738f757efa8372c1e2cd6ecd52386c350bb5058d8fa1806ee1d5ecabc2377d1934ded29b8592c9
 WHIRLPOOL 
fcd5764ba1f71513ae164555eea081f21565c03ebd2a48cf89adfe29b3f7b3bdd364b5b19f403e5ade3109beddfc81bfbcd25666285dec1a2833c11e8559f249
 DIST pycairo-1.15.1.tar.gz 175924 SHA256 
987d392270247343595d37591f80639ed902fce7e30bd2f944cb1b0a9093553d SHA512 
931b6ca704fcae501b7671dd6cd964746951e08b5d09dc7118e3ff5c3c1f8aba9d211efe7867b77bb30f14f4700f888c7ed297ec5e8afca06d3d7327835c8e1f
 WHIRLPOOL 
3d85ebebfab81a9447e4073f00f77ad0dc204f7f18799cec37b1afde50831faaa8fb01a713548917fa6dc80f7a165a4a032c92224cf09c9837b0b6e47e7bb973
 DIST pycairo-1.15.2.tar.gz 176051 SHA256 
a66f30c457736f682162e7b3a33bc5e8915c0f3b31ef9bdb4edf43c81935c914 SHA512 
ce0ee0b1775eac75eaee9eddcd9dda21d99a6327bac55e0d2e15ce3a8a1869e4d44c59eada1725ba3cdda16fac4ce33a7c350ffdae3892dac85c5e70033e3ee1
 WHIRLPOOL 
89d8f9a97c3cd7d5d1b2360641ff361dfca0f2567d01fdc96035f57f5389f49249976c341ff5995d9af515c52171a1e5d0ab222b07d00e4020579b3d35a08a2a
+DIST pycairo-1.15.3.tar.gz 177056 SHA256 
8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d SHA512 
1fc75d193eacb976f2e5a594aa07409a0f80ccb21921065c1794961143785eed48be1966d2d2d3e2d0428f9b4e956994dd851d21f3c3cb91fbc27b007a901ce8
 WHIRLPOOL 
e9248366c8eb541bc70ad73c9c6eea995a2527d189584a1ec6f6b835fdeae57d1aa63e2deaa9f790042d0670e7d07af8867b111ac107b53befd354c3cfc70ca1

diff --git a/dev-python/pycairo/pycairo-1.15.3.ebuild 
b/dev-python/pycairo/pycairo-1.15.3.ebuild
new file mode 100644
index 000..77146c084dc
--- /dev/null
+++ b/dev-python/pycairo/pycairo-1.15.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the cairo library"
+HOMEPAGE="https://www.cairographics.org/pycairo/ 
https://github.com/pygobject/pycairo;
+SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+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"
+IUSE="doc examples test xcb"
+
+# Note: xpyb is used as the C header, not Python modules
+RDEPEND="
+   >=x11-libs/cairo-1.13.1[svg,xcb?]
+"
+DEPEND="${RDEPEND}
+   xcb? ( $(python_gen_cond_dep '>=x11-libs/xpyb-1.3' 'python2*') )
+   doc? ( dev-python/sphinx )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   # Fix pkgconfig path
+   sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   local enable_xpyb
+   python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
+
+   esetup.py build ${enable_xpyb}
+}
+
+python_compile_all() {
+   use doc && emake -C docs
+}
+
+python_test() {
+   local enable_xpyb
+   python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
+
+   esetup.py test ${enable_xpyb}
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/. )
+
+   if use examples; then
+   dodoc -r examples
+   fi
+
+   distutils-r1_python_install_all
+}



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

2017-09-19 Thread Tim Harder
commit: 221ef12042804713b621863ce231028de3caffa8
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 20 04:21:51 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 20 04:22:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221ef120

dev-python/paramiko: version bump to 2.3.0

 dev-python/paramiko/Manifest  |  1 +
 dev-python/paramiko/paramiko-2.3.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
index f112f941bf2..317725bebf4 100644
--- a/dev-python/paramiko/Manifest
+++ b/dev-python/paramiko/Manifest
@@ -1,3 +1,4 @@
 DIST paramiko-1.16.0.tar.gz 1335094 SHA256 
3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892 SHA512 
d75ed591c12898bab7d3e64b7281c9054ad49d00b6dba9e51826cca43ce30ae7c089ead0c3396f7542c2635183637e00a16f0b3d57360c0f65ec93d081489962
 WHIRLPOOL 
10053403a526e11d2e300cfccb8bb95889ee4424621853f8b20f42257c71fdb01aba6358c3fd9dd3ede2aa8d7291affac56582abbb3d9888dc1c217d3757c3f3
 DIST paramiko-2.1.2.tar.gz 1196746 SHA256 
5fae49bed35e2e3d45c4f7b0db2d38b9ca626312d91119b3991d0ecf8125e310 SHA512 
465c5381b1b0a472d2ad8e690f0916a5f51713880486c7b94cadcf85ea0a52569e18337ccfee5440869e4a0c76bd2b1bc15c414128c07326b40ecd36ea021466
 WHIRLPOOL 
39014f4ab316ccf13ce336a594befd00c68dd3eb371f9e29592ec32ee1afcc91ae9307b2c9ae4227569fbc5d5d2c639532cce4552780d4e35743cd5c834a28a3
 DIST paramiko-2.2.1.tar.gz 1205818 SHA256 
ff94ae65379914ec3c960de731381f49092057b6dd1d24d18842ead5a2eb2277 SHA512 
6aa2cce301f32c15d66e2137bc8a5c10ea4a667c599b24047a1e176b10636fe3abd28c7b2974befdde432a86c924acceace056c0572ea3006d3e4a8160b725c3
 WHIRLPOOL 
90f7d92c2d19343ab4f1ce78284458892af332197192f9368d862aa8d759fdbf37faf14c83f5ffacad4b7228be697bf011bf11e23800d49c5b58eaf149d3e9ff
+DIST paramiko-2.3.0.tar.gz 279279 SHA256 
4c4bb490dc861c7f5e0b354c0cb7d51fcbef92fa6a7f3c855020e9bf2ca721fb SHA512 
a7935b76805a938e389fcf38beca0eb653cc1bc370ed7869726361d5758235d282e747c42582781c122f7c8e4299e61292c1ac96dc3921d44aedaf8a699c1ebc
 WHIRLPOOL 
335f7c127bf14d595c652b548ab0c10b263716d20099d7a1b5b6143e95d036a9fb8c85713e7d7131cfdff00dd2fdb6d620945fd70493bc1748279db3c8a9713e

diff --git a/dev-python/paramiko/paramiko-2.3.0.ebuild 
b/dev-python/paramiko/paramiko-2.3.0.ebuild
new file mode 100644
index 000..cd6f07c330c
--- /dev/null
+++ b/dev-python/paramiko/paramiko-2.3.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="SSH2 protocol library"
+HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ 
https://pypi.python.org/pypi/paramiko/;
+# pypi tarballs are missing test data
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.5[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Required for testsuite
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_test() {
+   "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/. )
+
+   distutils-r1_python_install_all
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins demos/*
+   fi
+}



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

2017-09-19 Thread Patrick McLean
commit: 9cd5c6c0d0a4c95726584819e800a96e3f3ebbde
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep 20 00:51:50 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep 20 00:51:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd5c6c0

app-admin/procinfo: Add DEPEND on virtual/pkgconfig

Package-Manager: Portage-2.3.9, Repoman-2.3.3

 app-admin/procinfo/procinfo-18-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-admin/procinfo/procinfo-18-r2.ebuild 
b/app-admin/procinfo/procinfo-18-r2.ebuild
index 7f1603c5099..33a1d8dc6da 100644
--- a/app-admin/procinfo/procinfo-18-r2.ebuild
+++ b/app-admin/procinfo/procinfo-18-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
+DEPEND="virtual/pkgconfig"
+
 src_prepare() {
epatch "${FILESDIR}"/kernel-2.6.patch
epatch "${FILESDIR}"/cpu-usage-fix.patch



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

2017-09-19 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 20 00:14:39 2017 +

New tag: portage-2.3.10




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

2017-09-19 Thread Zac Medico
commit: cbe1f25b75edfbcf0ce90830c069811be323422b
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 23:49:47 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 20 00:14:08 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=cbe1f25b

Updates for portage-2.3.10 release

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6133f77a9..8e5709079 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.10
+==
+* Bug Fixes:
+- Bug 631454 First run of postinst_qa_check consumes too much time
+  and reports false positives
+
+
 portage-2.3.9
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 0b658a2af..26f618c5b 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.9',
+   version = '2.3.10',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2017-09-19 Thread Zac Medico
commit: 56fdaa60453bff2b7cd741652f5cf4b3c6566c79
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 20 00:00:48 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 20 00:12:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fdaa60

sys-apps/portage: version bump to 2.3.10

Fixed bugs:

  #631454 - First run of postinst_qa_check consumes too much time and
reports false positives.

Package-Manager: Portage-2.3.9, Repoman-2.3.3

 sys-apps/portage/Manifest| 2 +-
 sys-apps/portage/{portage-2.3.9.ebuild => portage-2.3.10.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 837481f89f4..36bb3abf864 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,3 @@
+DIST portage-2.3.10.tar.bz2 939871 SHA256 
f7cf1f74e62b7288fd4392c254940a3b70608f45c33ccfa9dbf60457d53cc28a SHA512 
2db5d1f77f8f6dc7a88a22a7d213c6af441fdcced2ab3c8e60f6cd1b9f97aa25261f7a4de750303d3b1ea77d9e8c01b77b37f5d285b0704e884a57d800dbfd60
 WHIRLPOOL 
96178cc869e0b580ea813ab5fa38eb3226d094e6bdceb559cc88fcba9b1e71f0e2baebcd50ccebfc716ae037090534324ac6554318c5fd40b8aecb49041d7545
 DIST portage-2.3.6.tar.bz2 943085 SHA256 
2f57545fcb142a4b23c2052c523d3d858754b232be21455ee6c6cd3ff0903cc2 SHA512 
5bcfb678c1ea0cd97a983ee7520c9ecabd07d5bb0fd01c70b74fd7b6ce478f4a109aac84d40b82426719ca7c9ee6aed3affb3b9754045e62b4c664ae113cf055
 WHIRLPOOL 
d0258c579597690e8bf2cc2a3ecc36d543e67a728c302a9b16ae361086023a7e059ac1a9e2e64f026b7d975d6b619d3b981062227042098ed3afc1b86658b636
 DIST portage-2.3.8.tar.bz2 938062 SHA256 
19b73658dca848d215c5527d1d020c8106352007a84d7675e5efd0a7b9b48a8a SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8
 WHIRLPOOL 
0c576bbd8aaf8b27fa1746c863ac02b2a5f361d9011d17250ffbe4b830a8a6bf10a0aee48b5181a8aa6c55d8ad81ad411195da2a6253e9b324d3c7397053fe29
-DIST portage-2.3.9.tar.bz2 940048 SHA256 
6d414034f6e1343bf5f8a7941a147317b372fd687e0cb6aa2ffe7765a117f48f SHA512 
fd961418c3a641ebaacee3827c08eeff1ba6674505e81f8287422c2ab2c84fa16b55d03766a706bbeae82d91f8efec521e92bc92f2ca3db231098bc9102c0f92
 WHIRLPOOL 
6c6d331931296c930365fd7fb0bcf9b49a915f7c22df13f88a9fa5fda4dc76f04d23e2d898902010185e075f4ed57fb24617e4eb50d260b3b4747069a339a168

diff --git a/sys-apps/portage/portage-2.3.9.ebuild 
b/sys-apps/portage/portage-2.3.10.ebuild
similarity index 98%
rename from sys-apps/portage/portage-2.3.9.ebuild
rename to sys-apps/portage/portage-2.3.10.ebuild
index 9fa00345f9b..af287ccb875 100644
--- a/sys-apps/portage/portage-2.3.9.ebuild
+++ b/sys-apps/portage/portage-2.3.10.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



[gentoo-commits] proj/portage:master commit in: bin/postinst-qa-check.d/

2017-09-19 Thread Zac Medico
commit: c4edb9ca3a6c1b23a748c057094ab5089523aada
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 22:40:32 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 23:15:43 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c4edb9ca

postinst-qa-check.d: fix [[ ${files[@]} ]] logic in for loops

Use a separate all_files array to accumulate the results
from all loops, so that [[ ${files[@]} ]] only checks for
files found during the current loop.

 bin/postinst-qa-check.d/50gnome2-utils |  9 +
 bin/postinst-qa-check.d/50xdg-utils| 14 --
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/bin/postinst-qa-check.d/50gnome2-utils 
b/bin/postinst-qa-check.d/50gnome2-utils
index 84025ab83..077a04918 100644
--- a/bin/postinst-qa-check.d/50gnome2-utils
+++ b/bin/postinst-qa-check.d/50gnome2-utils
@@ -1,12 +1,12 @@
 # check for missing calls to gnome2-utils regen functions
 
 gnome2_icon_cache_check() {
-   local d f files=() find_args
+   local d f all_files=() find_args
for d in usr/share/icons/*/; do
# gnome2_icon_cache_update updates only themes with an index
[[ -f ${d}/index.theme ]] || continue
 
-   find_args=(
+   local files=() find_args=(
# gtk-update-icon-cache supports only specific file
# suffixes; match that to avoid false positives
'(' -name '*.png' -o -name '*.svg'
@@ -27,15 +27,16 @@ gnome2_icon_cache_check() {
# (note: yes, it will eagerly repeat the update for next dirs
# but that's a minor issue)
if [[ ${files[@]} ]]; then
+   all_files+=("${files[@]}")
addwrite "${d}"
gtk-update-icon-cache -qf "${d}"
fi
done
 
-   if [[ ${files[@]} ]]; then
+   if [[ ${all_files[@]} ]]; then
eqawarn "QA Notice: new icons were found installed but GTK+ 
icon cache"
eqawarn "has not been updated:"
-   eqatag -v gnome2-utils.icon-cache "${files[@]/#//}"
+   eqatag -v gnome2-utils.icon-cache "${all_files[@]/#//}"
eqawarn "Please make sure to call gnome2_icon_cache_update()"
eqawarn "in pkg_postinst() and pkg_postrm() phases of 
appropriate pkgs."
fi

diff --git a/bin/postinst-qa-check.d/50xdg-utils 
b/bin/postinst-qa-check.d/50xdg-utils
index 9f5e9a48c..410aceb88 100644
--- a/bin/postinst-qa-check.d/50xdg-utils
+++ b/bin/postinst-qa-check.d/50xdg-utils
@@ -5,7 +5,7 @@ xdg_desktop_database_check() {
for d in usr/share/applications; do
[[ -d ${d} ]] || continue
 
-   find_args=()
+   local files=() find_args=()
# if the cache does not exist at all, we complain for any file
# otherwise, we look for files newer than the cache
[[ -f ${d}/mimeinfo.cache ]] &&
@@ -23,15 +23,16 @@ xdg_desktop_database_check() {
# (note: yes, it will eagerly repeat the update for next dirs
# but it's a minor issue and we have only one dir anyway)
if [[ ${files[@]} ]]; then
+   all_files+=("${files[@]}")
addwrite "${d}"
update-desktop-database "${d}"
fi
done
 
-   if [[ ${files[@]} ]]; then
+   if [[ ${all_files[@]} ]]; then
eqawarn "QA Notice: .desktop files with MimeType= were found 
installed"
eqawarn "but desktop mimeinfo cache has not been updated:"
-   eqatag -v xdg-utils.desktop "${files[@]/#//}"
+   eqatag -v xdg-utils.desktop "${all_files[@]/#//}"
eqawarn "Please make sure to call xdg_desktop_database_update()"
eqawarn "in pkg_postinst() and pkg_postrm() phases of 
appropriate pkgs."
fi
@@ -42,7 +43,7 @@ xdg_mimeinfo_database_check() {
for d in usr/share/mime; do
[[ -d ${d} ]] || continue
 
-   find_args=()
+   local files=() find_args=()
# if the cache does not exist at all, we complain for any file
# otherwise, we look for files newer than the cache
[[ -f ${d}/mime.cache ]] &&
@@ -57,15 +58,16 @@ xdg_mimeinfo_database_check() {
# (note: yes, it will eagerly repeat the update for next dirs
# but it's a minor issue and we have only one dir anyway)
if [[ ${files[@]} ]]; then
+   all_files+=("${files[@]}")
addwrite "${d}"
update-mime-database "${d}"
fi
done
 
-   if [[ ${files[@]} ]]; then
+   if [[ ${all_files[@]} ]]; then
eqawarn "QA Notice: mime-info files were found 

[gentoo-commits] proj/portage:master commit in: bin/postinst-qa-check.d/

2017-09-19 Thread Zac Medico
commit: 361f820b88deda2840396d11c8c8a462dfb435a7
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 23:10:04 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 23:26:32 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=361f820b

postinst-qa-check.d: fix false positive and expensive eqatag on first run

When caches were missing, calls to eqatag could be prohibitively
expensive when a large number of files where found. Those files
did not necessaryily belong to the current package, so it was
also a false positive.

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

 bin/postinst-qa-check.d/50gnome2-utils |  8 +---
 bin/postinst-qa-check.d/50xdg-utils| 16 ++--
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/bin/postinst-qa-check.d/50gnome2-utils 
b/bin/postinst-qa-check.d/50gnome2-utils
index 077a04918..eb045ea78 100644
--- a/bin/postinst-qa-check.d/50gnome2-utils
+++ b/bin/postinst-qa-check.d/50gnome2-utils
@@ -1,7 +1,7 @@
 # check for missing calls to gnome2-utils regen functions
 
 gnome2_icon_cache_check() {
-   local d f all_files=() find_args
+   local d f all_files=() find_args missing
for d in usr/share/icons/*/; do
# gnome2_icon_cache_update updates only themes with an index
[[ -f ${d}/index.theme ]] || continue
@@ -15,7 +15,7 @@ gnome2_icon_cache_check() {
# if the cache does not exist at all, we complain for any file
# otherwise, we look for files newer than the cache
[[ -f ${d}/icon-theme.cache ]] &&
-   find_args+=( -newercm "${d}"/icon-theme.cache )
+   find_args+=( -newercm "${d}"/icon-theme.cache ) || 
missing=1
 
# (use -mindepth 2 to easily skip the cache files)
while read -r -d $'\0' f; do
@@ -33,7 +33,9 @@ gnome2_icon_cache_check() {
fi
done
 
-   if [[ ${all_files[@]} ]]; then
+   # The eqatag call is prohibitively expensive if the cache is
+   # missing and there are a large number of files.
+   if [[ -z missing && ${all_files[@]} ]]; then
eqawarn "QA Notice: new icons were found installed but GTK+ 
icon cache"
eqawarn "has not been updated:"
eqatag -v gnome2-utils.icon-cache "${all_files[@]/#//}"

diff --git a/bin/postinst-qa-check.d/50xdg-utils 
b/bin/postinst-qa-check.d/50xdg-utils
index 410aceb88..ca4b49fe4 100644
--- a/bin/postinst-qa-check.d/50xdg-utils
+++ b/bin/postinst-qa-check.d/50xdg-utils
@@ -1,7 +1,7 @@
 # check for missing calls to xdg-utils regen functions
 
 xdg_desktop_database_check() {
-   local d f files=()
+   local d f files=() missing
for d in usr/share/applications; do
[[ -d ${d} ]] || continue
 
@@ -9,7 +9,7 @@ xdg_desktop_database_check() {
# if the cache does not exist at all, we complain for any file
# otherwise, we look for files newer than the cache
[[ -f ${d}/mimeinfo.cache ]] &&
-   find_args+=( -newercm "${d}"/mimeinfo.cache )
+   find_args+=( -newercm "${d}"/mimeinfo.cache ) || 
missing=1
 
# look for any .desktop files that are newer than the cache
# and that have any mime types defined
@@ -29,7 +29,9 @@ xdg_desktop_database_check() {
fi
done
 
-   if [[ ${all_files[@]} ]]; then
+   # The eqatag call is prohibitively expensive if the cache is
+   # missing and there are a large number of files.
+   if [[ -z ${missing} && ${all_files[@]} ]]; then
eqawarn "QA Notice: .desktop files with MimeType= were found 
installed"
eqawarn "but desktop mimeinfo cache has not been updated:"
eqatag -v xdg-utils.desktop "${all_files[@]/#//}"
@@ -39,7 +41,7 @@ xdg_desktop_database_check() {
 }
 
 xdg_mimeinfo_database_check() {
-   local d f files=()
+   local d f files=() missing
for d in usr/share/mime; do
[[ -d ${d} ]] || continue
 
@@ -47,7 +49,7 @@ xdg_mimeinfo_database_check() {
# if the cache does not exist at all, we complain for any file
# otherwise, we look for files newer than the cache
[[ -f ${d}/mime.cache ]] &&
-   find_args+=( -newercm "${d}"/mime.cache )
+   find_args+=( -newercm "${d}"/mime.cache ) || missing=1
 
while read -r -d $'\0' f; do
files+=( "${f}" )
@@ -64,7 +66,9 @@ xdg_mimeinfo_database_check() {
fi
done
 
-   if [[ ${all_files[@]} ]]; then
+   # The eqatag call is prohibitively expensive if the cache is
+   # missing and there are a large number of files.
+   if [[ -z ${missing} && ${all_files[@]} ]]; then
eqawarn "QA Notice: mime-info files were found installed 

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

2017-09-19 Thread Lars Wendler
commit: 92999eeae9204c5794f6c0899cce78754187599b
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:17:42 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:30:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92999eea

net-fs/samba: Bump to version 4.7.0_rc6. Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-fs/samba/Manifest   | 2 +-
 net-fs/samba/{samba-4.7.0_rc5.ebuild => samba-4.7.0_rc6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 3fd3b36bb58..02f033fc4e5 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -4,6 +4,6 @@ DIST samba-4.5.11-disable-python-patches.tar.xz 6292 SHA256 
8db451910c3d46fc7152
 DIST samba-4.5.13.tar.gz 21013879 SHA256 
5fc4762d2259469bfb0067c10f77378cb720f2ebdaf2f37b5ca1918dbe84d04d SHA512 
c495dffeee4dd83d710182713c8a0e6730f250fab2d03b62cc0f5354497fbc41d5140d7dea5c4089c026a7e9b820e48c94806bbc44b6594c9e5bad977793eb4a
 WHIRLPOOL 
9e720801f44ac7fab65c748dd24c52763b8568d1af73b64006d847c53604df0a7f3d4febeac2dd467c2fd1c3940b86253c37f99e2e2f39028d43acc4f99668ee
 DIST samba-4.6.7-disable-python-patches.tar.xz 8896 SHA256 
33702adba80e9886625fda8cba46d4017ae603f5d9cf9d3dc78e5ef30ff6f5eb SHA512 
c45e548a49735e17b568bebf07dc7409de3de0f93256d1dcf345d2723a27d22a51d860ed921785354fda691f83be4eca3b9d618d5c332438ebf97518a01983eb
 WHIRLPOOL 
1cb176480b8583369e1085c8e122958112c0d13aa8ba78cd57dfd04b17c7d8f0a0664a43d277deba86775f1944eab052f4fb9459f64506215ae25184c86cbe40
 DIST samba-4.6.7.tar.gz 21137329 SHA256 
9ef24393de08390f236cabccd6a420b5cea304e959cbf1a99ff317325db3ddfa SHA512 
394c28204bae4134e6a9d2e5b8f087a425dc4ac4ceecd8b29315acff1a92349d40ef0b6a9cc34f5ad18ff5ec9979199837c87f687858cb4e6687968284303aa5
 WHIRLPOOL 
14282c4a88a22f932099ef47dc50f57c5fef87d6909d529d3eb837b6e958f490a5fd64ce1a5dfdd36eab5ac82b41583736953be2be279f70f0491c61fd1d0d92
-DIST samba-4.7.0rc5.tar.gz 16801572 SHA256 
a651d81507b8e73a503067a476989d37111984f62cc49ac7525757ea2fec7fd3 SHA512 
249c9a95910550bc0d4b4d3f78bc2cfe442030d5a79403f2a076fe1fd0e2d698b794387518da5c2252b15237ae138e37b0be8acfec8a4fbd0a907af017522a64
 WHIRLPOOL 
d004e08c21ee6bf6da6c7a830769c604f23ccd953c96a6654ed85dcd0324da631d8115c59a65cf00d0dab9cd26268858993d6b15f89eaa6b7137f9bc80964e4b
+DIST samba-4.7.0rc6.tar.gz 16830281 SHA256 
b03d3bffc2cb43d08bc1e8622db6a1b4e2533fa3e347ffcf00c38be6108cb439 SHA512 
6e0b89434237c0db9d0c6d6c08b282a94f1dfbc90a931076c63034c2ef4d90edadfe528ca124450814de47225d2fa14f61fba9a160a581f48029c1f9fa64cc13
 WHIRLPOOL 
69b7d5a8cb735c70ce7c85d5c1754c7875c7477179b2b2b5ded1fc976e128ec4dad9211a0ab51e1bb26bb524f4c23c648349e3284ddce5453f80da8e5c3e6b90
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e
 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 
fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 
920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927
 WHIRLPOOL 
6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d

diff --git a/net-fs/samba/samba-4.7.0_rc5.ebuild 
b/net-fs/samba/samba-4.7.0_rc6.ebuild
similarity index 99%
rename from net-fs/samba/samba-4.7.0_rc5.ebuild
rename to net-fs/samba/samba-4.7.0_rc6.ebuild
index 3889bd641b3..27810c7f9f6 100644
--- a/net-fs/samba/samba-4.7.0_rc5.ebuild
+++ b/net-fs/samba/samba-4.7.0_rc6.ebuild
@@ -48,7 +48,7 @@ CDEPEND="
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
>=dev-util/cmocka-1.0.0[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]
-   
>=sys-libs/ldb-1.2.1[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   
>=sys-libs/ldb-1.2.2[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
sys-libs/ncurses:0=[${MULTILIB_USEDEP}]
sys-libs/readline:0=



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

2017-09-19 Thread Lars Wendler
commit: 4cc8ecef025731853e52011bab283397791ff91d
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:25:59 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:31:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc8ecef

sys-apps/gsmartcontrol: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 -
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index de310087078..faf97fbec27 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,5 +1,4 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
-DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
 DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild
deleted file mode 100644
index bbfa1f5ffda..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



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

2017-09-19 Thread Lars Wendler
commit: 03474997c99db7578bcfd12626fcb136ba434d9b
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:02:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:30:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03474997

sys-libs/ldb: Bump to version 1.2.2. Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/ldb/Manifest   | 2 +-
 sys-libs/ldb/{ldb-1.2.1.ebuild => ldb-1.2.2.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index 1b53c8e3a95..d659434f521 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -1,4 +1,4 @@
 DIST ldb-1.1.26.tar.gz 1262660 SHA256 
8843c7a72b980d9413ba6c494c039bccd10c524b37fda2917afb147745d8b2e6 SHA512 
484689c5b87f223820e3613c056de5528a87736baef7b884df506fc47a3412b35ba2ef8e85f62e2d3da803fdab6b37bb328d4347a20bfc8fef8ed557646b6bbe
 WHIRLPOOL 
eb72c85faaf4aaf5fa647c084f9ceb8938e940390618b1dfc486b6bc8f344d1296314cb4f07770a04de3c6597798420347fdb90ede380db9e29a04a35c88bfcb
 DIST ldb-1.1.29.tar.gz 1277551 SHA256 
59d84f9a5b799f519ba7b2685bb46f5a26f1bbf05b7a144b2f5e017d01d80f97 SHA512 
d37bbe84358e05d17483e2e963b8477da5ea351b855b454142c94af35f7987bede0f19faeaff17779efe04e3bb37c510437fcc59be99a17c826620fc25fd659c
 WHIRLPOOL 
57370e31249d7df8a23a7162eed9ed45d625f11edb1d57df8bd42c687bb80531e74ddf7399bd5411a1546460378903f27506a4cd56685e8fc533dfc2014086fd
 DIST ldb-1.1.31.tar.gz 1337586 SHA256 
04d53e2ab5b35688f5ed7a4471f5b273da121016e1af0630b36a36506afaeb46 SHA512 
49ccd57000cbcc6d828160f4457236b28853d766d641841471f61226156b6103fe563c43c950577b038ea3c0a54506bca94c640d3d5f912a3b8af95eb9ef2824
 WHIRLPOOL 
8c368317ed7efe218e66b8dac9722552a6d9346daed87788d78a07263491977402a442f950b437022bc6473b3d4452e3f47c23209abef78c1a47372e2455af99
-DIST ldb-1.2.1.tar.gz 1342533 SHA256 
d123faf7fb84ab250cb073eb2bbc1e235d9ff9e71742165c91810726c5117cc8 SHA512 
9a4284e37689e3d3782d7259ffb286c6f327115a0d082578d94c4ee5438fae959e00d46c6af48b53820516151134e10e70aa5f1df072649923235144a13d25b8
 WHIRLPOOL 
e1ce21714721f5b03861f8723797da6123379897e22584a237ef9358f7eacda7039273724dfdb87ba484d942c16eb88d5989cf2996b63341b82f1edf3d0d
+DIST ldb-1.2.2.tar.gz 1348041 SHA256 
0cedeadb75de401c9735127f654dbc1a391c4327a2b83be54078be286fed1113 SHA512 
7d9bd88c6a654967f092758146a8115ab6c66db69a8be269a1f536f0aa3b27fb0d2ea3848cd952ef0f1885c9c4d8b76940f9902b835fe3f79f86b22a4350129b
 WHIRLPOOL 
35565cc8c6a5013fd5acb2538adc9c1e767444811858b32907e0546c709beed304abea51bd871fff695df0af5aa7cccb75dccc3f8cbc663ba49f4b8f69da83b7

diff --git a/sys-libs/ldb/ldb-1.2.1.ebuild b/sys-libs/ldb/ldb-1.2.2.ebuild
similarity index 95%
rename from sys-libs/ldb/ldb-1.2.1.ebuild
rename to sys-libs/ldb/ldb-1.2.2.ebuild
index 396043948c4..af7b0ac5cd3 100644
--- a/sys-libs/ldb/ldb-1.2.1.ebuild
+++ b/sys-libs/ldb/ldb-1.2.2.ebuild
@@ -21,7 +21,7 @@ RDEPEND="!elibc_FreeBSD? ( 
dev-libs/libbsd[${MULTILIB_USEDEP}] )
>=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
>=sys-libs/talloc-2.1.10[python?,${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.9.33[python(+)?,${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.3.14[python?,${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-1.3.15[python?,${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )
ldap? ( net-nds/openldap )
 "
@@ -41,7 +41,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.1.31-optional_packages.patch
-   "${FILESDIR}"/${PN}-1.1.31-talloc-disable-python.patch
"${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
 )
 



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

2017-09-19 Thread Lars Wendler
commit: 1abbd06b01134f9fcee7f72150b25ce77e0aeea2
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:59:09 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:30:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abbd06b

sys-libs/tdb: Bump to version 1.3.15

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/tdb/Manifest  |  1 +
 sys-libs/tdb/tdb-1.3.15.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/sys-libs/tdb/Manifest b/sys-libs/tdb/Manifest
index 1804b2c3c6e..caf389e9aaf 100644
--- a/sys-libs/tdb/Manifest
+++ b/sys-libs/tdb/Manifest
@@ -1,3 +1,4 @@
 DIST tdb-1.3.13.tar.gz 498002 SHA256 
0db04678ae16a8150e0976f6958ee4db46aaef789b9d3e40dab53f0f6414b868 SHA512 
d12382a2f75e56d62d151df3390b3ae41c7502d67582812ec6da30913b13feb7ee98572ab5ad5b5ed3bceb41666c3154855727cf5ce249ef583c033819c05f0f
 WHIRLPOOL 
9e361d11c635625e13f0aa2525af742634247bda0bd5a470d2dbb265338f7745a258a839443cffc4cc0b5beaa27d21708da9b87147d3e4fd77ebbf21c97542a3
 DIST tdb-1.3.14.tar.gz 500877 SHA256 
3a7d4bb79229460df530c7e1c7067ba9fb9d370aa61fff537fdc2bdf918acbe9 SHA512 
776b736d5c61cb796e19731141a85606cbe90e09943d813e0b7bf45066656d4a92ba449d0116664f65b9d8e5729bde4526170bbb1b7b46fd7a2fac1508f3841b
 WHIRLPOOL 
f61d8eed1777ca4483691094ae8864752a8b1901c07274244c48c41b81d2f3fa58e313a1708a12e7b0f8d3223b34b4cd26f8c062958a1e3c98020eb57625ee34
+DIST tdb-1.3.15.tar.gz 502627 SHA256 
b4a1bf3833601bd9f10aff363cb750860aef9ce5b4617989239923192f946728 SHA512 
553246d5e7a7c22ea1b00962ac635d608f6d2344201862e796cad3b1a20610da1f5652ec9dbcb0187867fbd25f36247fcc34e9b4b2c3488c15d7202c9fb13bbb
 WHIRLPOOL 
23016ccb0ca79ac526086de4eaa97f8736bb3a2619047b3674c8659083c0780bcc76deb0e429c0685c9c3bde8132ec6b3406a665e1dc61fc133688f55d777b09
 DIST tdb-1.3.8.tar.gz 494106 SHA256 
0605ac0427eac9c23bf61ebfd8206a07d5ece198498eab1769cd0cfb6e7de6b1 SHA512 
9a7040206bbaae419a296714fe14fcbd3b67c0cef2b0f33563d52336aac2fe814049f5136a148fb049a273bb36fe81e3d777df58869c93f45d6e42b4adf9970b
 WHIRLPOOL 
61070a71aba9b44d5141844ffac6b4657ddc938850934fe00ff7312d9f76e1c318e37764b60fbac255ff5b8dc8d8226f668f80315fccdc67550eeb9bd1c4bc25

diff --git a/sys-libs/tdb/tdb-1.3.15.ebuild b/sys-libs/tdb/tdb-1.3.15.ebuild
new file mode 100644
index 000..f8680ddfe64
--- /dev/null
+++ b/sys-libs/tdb/tdb-1.3.15.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit waf-utils multilib-minimal python-single-r1
+
+DESCRIPTION="A simple database API"
+HOMEPAGE="http://tdb.samba.org/;
+SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="python"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+   app-text/docbook-xml-dtd:4.2"
+
+WAF_BINARY="${S}/buildtools/bin/waf"
+
+src_prepare() {
+   default
+   python_fix_shebang .
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local extra_opts=()
+   if ! multilib_is_native_abi || ! use python; then
+   extra_opts+=( --disable-python )
+   fi
+
+   waf-utils_src_configure \
+   "${extra_opts[@]}"
+}
+
+multilib_src_compile() {
+   # need to avoid parallel building, this looks like the sanest way with 
waf-utils/multiprocessing eclasses
+   unset MAKEOPTS
+   waf-utils_src_compile
+}
+
+multilib_src_test() {
+   # the default src_test runs 'make test' and 'make check', letting
+   # the tests fail occasionally (reason: unknown)
+   emake check
+}
+
+multilib_src_install() {
+   waf-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2017-09-19 Thread Lars Wendler
commit: f5431cb209aceb58fd31674df5170ec694455320
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:30:31 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:31:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5431cb2

sys-block/nbd: Bump to version 3.16.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-block/nbd/Manifest  |  1 +
 sys-block/nbd/nbd-3.16.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 821370240f6..d4b9365b2db 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.11.tar.xz 451992 SHA256 
14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 
8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a
 WHIRLPOOL 
23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849
 DIST nbd-3.15.3.tar.xz 505856 SHA256 
6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 WHIRLPOOL 
e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6
 DIST nbd-3.16.1.tar.xz 517036 SHA256 
5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3 SHA512 
0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de
 WHIRLPOOL 
490feba629755afe95858a051290481d999648b75d6b78c7d86ae6884c3a9efc277e7adcc1603426565da8ab125bfc8bbee4885af02dc50115c54a772052aecc
+DIST nbd-3.16.2.tar.xz 504880 SHA256 
422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b SHA512 
ebdf42a837aeed7625420958d136c7a98c0b168d80fbfbab4b96cb6510dbc12ec2410716301f68385d69f68329c751aef3266cc74c6e341540e1df5f6c531349
 WHIRLPOOL 
f62cf99896dd45769c70035f62c2880022f6d78dc82233fc1e49b9cbe3df3b3ea3e647c1830a6ea761af25d748f55a8c45a6625cf7536a6456b2a838c3caec74

diff --git a/sys-block/nbd/nbd-3.16.2.ebuild b/sys-block/nbd/nbd-3.16.2.ebuild
new file mode 100644
index 000..44763beacff
--- /dev/null
+++ b/sys-block/nbd/nbd-3.16.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Userland client/server for kernel network block device"
+HOMEPAGE="http://nbd.sourceforge.net/;
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug zlib"
+
+# gnutls is an automagic dep.
+RDEPEND="
+   >=dev-libs/glib-2.0
+   >=net-libs/gnutls-2.12.0
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myeconfargs=(
+   --enable-lfs
+   $(use_enable !debug syslog)
+   $(use_enable debug)
+   $(use_enable zlib gznbd)
+   )
+   econf "${myeconfargs[@]}"
+}



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

2017-09-19 Thread Lars Wendler
commit: 219129085c47792ea0b02143d5d2a7a9fb78f129
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:25:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:30:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21912908

sys-apps/gsmartcontrol: Bump to version 1.1.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index c3a031ce352..de310087078 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -2,3 +2,4 @@ DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd359
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
 DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
+DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
new file mode 100644
index 000..bbfa1f5ffda
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



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

2017-09-19 Thread Tony Vroon
commit: 34e2a1385458f4d62dcc5fb01cd62700704141be
Author: Tony Vroon  gentoo  org>
AuthorDate: Tue Sep 19 22:43:56 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Tue Sep 19 22:44:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e2a138

net-misc/dhcp: --without-lmdb not valid in embedded BIND.

Package-Manager: portage-2.3.8

 net-misc/dhcp/dhcp-4.3.6-r1.ebuild| 263 ++
 net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch |  12 +
 2 files changed, 275 insertions(+)

diff --git a/net-misc/dhcp/dhcp-4.3.6-r1.ebuild 
b/net-misc/dhcp/dhcp-4.3.6-r1.ebuild
new file mode 100644
index 000..32b0629c937
--- /dev/null
+++ b/net-misc/dhcp/dhcp-4.3.6-r1.ebuild
@@ -0,0 +1,263 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs user
+
+MY_PV="${PV//_alpha/a}"
+MY_PV="${MY_PV//_beta/b}"
+MY_PV="${MY_PV//_rc/rc}"
+MY_PV="${MY_PV//_p/-P}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="ISC Dynamic Host Configuration Protocol (DHCP) client/server"
+HOMEPAGE="http://www.isc.org/products/DHCP;
+SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
+   ftp://ftp.isc.org/isc/dhcp/${MY_PV}/${MY_P}.tar.gz;
+
+LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax"
+
+DEPEND="
+   client? (
+   kernel_linux? (
+   ipv6? ( sys-apps/iproute2 )
+   sys-apps/net-tools
+   )
+   )
+   ldap? (
+   net-nds/openldap
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-dhcp )
+   vim-syntax? ( app-vim/dhcpd-syntax )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_unpack() {
+   unpack ${A}
+   # handle local bind hell
+   cd "${S}"/bind
+   unpack ./bind.tar.gz
+}
+
+PATCHES=(
+   # Gentoo patches - these will probably never be accepted upstream
+   # Fix some permission issues
+   "${FILESDIR}/${PN}-3.0-fix-perms.patch"
+
+   # Enable dhclient to equery NTP servers
+   "${FILESDIR}/${PN}-4.3.6-dhclient-ntp.patch"
+   "${FILESDIR}/${PN}-4.3.6-dhclient-resolvconf.patch"
+
+   # Enable dhclient to get extra configuration from stdin
+   "${FILESDIR}/${PN}-4.2.2-dhclient-stdin-conf.patch"
+   "${FILESDIR}/${PN}-4.3.6-nogateway.patch" #265531
+   "${FILESDIR}/${PN}-4.3.6-quieter-ping.patch" #296921
+   "${FILESDIR}/${PN}-4.2.4-always-accept-4.patch" #437108
+   "${FILESDIR}/${PN}-4.3.6-iproute2-path.patch" #480636
+   "${FILESDIR}/${PN}-4.2.5-bindtodevice-inet6.patch" #471142
+   "${FILESDIR}/${PN}-4.3.3-ldap-ipv6-client-id.patch" #559832
+   "${FILESDIR}/${PN}-4.3.6-lmdb-removal.patch" #628598
+)
+
+src_prepare() {
+   default
+
+   # Brand the version with Gentoo
+   sed -i \
+   -e "/VERSION=/s:'$: Gentoo-${PR}':" \
+   configure || die
+
+   # Change the hook script locations of the scripts
+   sed -i \
+   -e 's,/etc/dhclient-exit-hooks,/etc/dhcp/dhclient-exit-hooks,g' 
\
+   -e 
's,/etc/dhclient-enter-hooks,/etc/dhcp/dhclient-enter-hooks,g' \
+   client/scripts/* || die
+
+   # No need for the linux script to force bash #158540
+   sed -i -e 's,#!/bin/bash,#!/bin/sh,' client/scripts/linux || die
+
+   # Quiet the freebsd logger a little
+   sed -i -e '/LOGGER=/ s/-s -p user.notice //g' client/scripts/freebsd || 
die
+
+   # Remove these options from the sample config
+   sed -i -r \
+   -e "/(script|host-name|domain-name) /d" \
+   client/dhclient.conf.example || die
+
+   if use client && ! use server ; then
+   sed -i -r \
+   -e '/^SUBDIRS/s:\<(dhcpctl|relay|server)\>::g' \
+   Makefile.in || die
+   elif ! use client && use server ; then
+   sed -i -r \
+   -e '/^SUBDIRS/s:\::' \
+   Makefile.in || die
+   fi
+
+   # Only install different man pages if we don't have en
+   if [[ " ${LINGUAS} " != *" en "* ]]; then
+   # Install Japanese man pages
+   if [[ " ${LINGUAS} " == *" ja "* && -d doc/ja_JP.eucJP ]]; then
+   einfo "Installing Japanese documention"
+   cp doc/ja_JP.eucJP/dhclient* client || die
+   cp doc/ja_JP.eucJP/dhcp* common || die
+   fi
+   fi
+   # Now remove the non-english docs so there are no errors later
+   rm -r doc/ja_JP.eucJP 

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

2017-09-19 Thread Anthony G. Basile
commit: d7255e0c61dd375d8b87bd81551ceefa45e5b2d1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep 19 22:18:45 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep 19 22:18:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7255e0c

dev-libs/libressl: ppc and ppc64 stable, bug #627696

Package-Manager: Portage-2.3.8, Repoman-2.3.1

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

diff --git a/dev-libs/libressl/libressl-2.6.0.ebuild 
b/dev-libs/libressl/libressl-2.6.0.ebuild
index 3e4bdea795e..4f0fb51e5fc 100644
--- a/dev-libs/libressl/libressl-2.6.0.ebuild
+++ b/dev-libs/libressl/libressl-2.6.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either.  However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/43"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~x86"
 IUSE="+asm static-libs"
 
 RDEPEND="!dev-libs/openssl:0"



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

2017-09-19 Thread Lars Wendler
commit: f4def1d53d6d224fbde3f3b7b740cf7f12b7de24
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:03:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 22:13:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4def1d5

dev-vcs/mercurial: Bump to version 4.3.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-4.3.2.ebuild | 134 +++
 2 files changed, 135 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index f40206246f7..e7e2deeac2a 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -5,4 +5,5 @@ DIST mercurial-4.2.2.tar.gz 5319282 SHA256 
b20132dec5ae6d27ee43a133144069895befe
 DIST mercurial-4.2.3.tar.gz 5322850 SHA256 
04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac SHA512 
d6c4bf4fd38eaaee8cf2e5c30cd8f15c3651992d27bf4431ab42dffde7dfc06eb59641d9e7087f7851580b1740a84a8806169d8f224cd0d6ce1fb0b167a97647
 WHIRLPOOL 
bc3c0cdbe88441f9d4349b174b65e032d2150a52c07450982d2f28b14ef0ed0629ef4df859581a4b5873cc8712857c40854bd013d6299b65d0f0b5317ee52e99
 DIST mercurial-4.2.tar.gz 5303367 SHA256 
23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d SHA512 
bd03134a70fe0576a31d86cb6ca2d232b8f98bd9b038dc972a4d332889bb39c776f47d44ea9c45588d6e53590a8e3fbd48ca25238525919b8e44beab3d3c79cb
 WHIRLPOOL 
930882698c0e662f5fadc8a57a14ce00270cce70f7a9f8f0081647a28c3558aeda1a4d7bc5aa7e264cb60ec85051dae6a16cc62df0f51be3cc406bf587ff5485
 DIST mercurial-4.3.1.tar.gz 5475042 SHA256 
2b12f02e3a452adff4ec9cf007017bab0cadb3f37eaf12f4b25a662df73618a2 SHA512 
4c42d06b7f111a3e825dd927704a30f88f0b2225cf87ab8954bf53a7fbc0edf561374dd49b13d9c10140d98ff5853a64acb5a744349727abae81d32da401922b
 WHIRLPOOL 
4360763be405d75ffc0e3e2356fcfe44079bf9818c07211964ba7433932956283feb329379af329e0a7d70acc5c6a163a9c08976abb902197d6a6f0180a3a958
+DIST mercurial-4.3.2.tar.gz 5491214 SHA256 
0f5bf688ba2add6f5db98a633edef43411ecf2c7ada5f2e14b9265820a96cd48 SHA512 
e69b7cff941d83531d59d91c30e336807f868302dfda565e1421b7d34c2769221220686774af236d86ac0f67dba6e8a0947ed1185b30d89463a8d211e20d1cbc
 WHIRLPOOL 
079d05e75cde63ff907b485a45a6a9cf8b42001525a799939647d05dd60d85c1faa0cbf14b9da95488103ec9f0b177f59ad7d8bde93dca3ffe428d697669bd4e
 DIST mercurial-4.3.tar.gz 5469979 SHA256 
ebf11176e9b5354ec7a1bde6c5382c914d10c397410531faf89f8b5124a7cb65 SHA512 
d74ae5f35d8c415c07737b59e6c5455963dfbf5d038c43d683fd34dd84423b9ccf9cd670667f458db20d8580fc7c7d9e5609d29d990e1e94683734694211c417
 WHIRLPOOL 
54583dbc826fdec3e737dc49d1a8ce180d29579d091c86e48a3b7c68bb4a2d399c5aff3b2ff0e30cd911e8955537a621c73c330d70a55f7efcdeafd21257178f

diff --git a/dev-vcs/mercurial/mercurial-4.3.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.3.2.ebuild
new file mode 100644
index 000..a04546c6f07
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-4.3.2.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/;
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   

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

2017-09-19 Thread Lars Wendler
commit: 8378885287a58a68c48434e85c56a54691cf2e43
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:07:41 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 22:13:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83788852

dev-vcs/tortoisehg: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/tortoisehg/Manifest|  3 --
 dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild | 75 
 dev-vcs/tortoisehg/tortoisehg-4.1.3.ebuild | 80 --
 dev-vcs/tortoisehg/tortoisehg-4.2.2.ebuild | 80 --
 4 files changed, 238 deletions(-)

diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
index 3b06c621e3e..56ce4214209 100644
--- a/dev-vcs/tortoisehg/Manifest
+++ b/dev-vcs/tortoisehg/Manifest
@@ -1,4 +1 @@
-DIST tortoisehg-3.8.4.tar.gz 7817508 SHA256 
c8608ab7f063d0edd46c1fdae3181ef8216ea029bca34f180f0adeefc50274f7 SHA512 
d9d83007588e8e62a03976a229a7c325e6e7f203d4f8fc74cc32b3f2880a1873237b4c333cfdb0ece6acde51019f6f62a75d863f1f99e8a5930ad17c38c6358b
 WHIRLPOOL 
0ae8136f8de546a50998672bfd892774d4e8497268ffaf1198c84ce725c02080e8631c203103f8c646ef3ad7b69c832124042d6d0c207e90d13e08b532d33862
-DIST tortoisehg-4.1.3.tar.gz 7919254 SHA256 
003ca6b45b2e32c754dc1fa3905f76b82181e51734ca32450a115d7a9e015c4d SHA512 
a33bc596bc36fa81612917409099cee6424daf3f31f96daa3ee15b88f94f15b90018fc6a58715ed4a04b92ce5a1e172d3627e6571cf7c6ec2e74c1b1d1f021c0
 WHIRLPOOL 
1285da85691ab6c58199fb750d4b9f8704ddc92adb0fb51090bcf3462c80b6d675001ccbc839b02efac0f722a8e9bf90c78fb3940c7c8696549d13bd8c62ab6b
-DIST tortoisehg-4.2.2.tar.gz 7922997 SHA256 
332a96ad20035d306c24ce7561b5c4aa21ed34fe02903aece61d281eead61df3 SHA512 
3adff354ca5571842d877031ba5d53cf59226f4a0315e57e344398b09742bf10bf8f175a926c2aa7243a840abe97e8ef31941fa5984ec388ea3f23567ad3beee
 WHIRLPOOL 
95fcd049888692a75832c7a46a5975e7d2e2bcc4b5d6ccae4e6a9bb8a7d325b567bfd9ff2dc7483c4f2458b1a3c72f4e1e22cc6234441d42e03225ddce95331b
 DIST tortoisehg-4.3.1.tar.gz 7930491 SHA256 
5698db60320574769c73e4f910909e75a8e32ba84adcea902f9457899bbcb753 SHA512 
dc43f2acd780a7868b642d6ce8a8dbf8f32be94134ddbb72178d7f1eab1e9f58c8e9bcfc75ad589ec9404cabefd9ccfc697af9ccd037c20bd933ee862e812f99
 WHIRLPOOL 
0275b5d2d76483559d829a6c32baf2134fc58367407ff670da21a8d0ae5d98815410520955f41e227af1eb55dd37052af19534756f49d9cb09a91b441de1

diff --git a/dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild
deleted file mode 100644
index 6ab21a7a096..000
--- a/dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils
-
-if [[ ${PV} != ** ]]; then
-   KEYWORDS="amd64 x86"
-   SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz;
-   HG_DEPEND=">=dev-vcs/mercurial-3.7 https://bitbucket.org/tortoisehg/thg;
-   EHG_REVISION="stable"
-   HG_DEPEND="dev-vcs/mercurial"
-fi
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="https://tortoisehg.bitbucket.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND="${HG_DEPEND}
-   dev-python/iniparse[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/PyQt4[svg,${PYTHON_USEDEP}]
-   dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( >=dev-python/sphinx-1.0.3 )"
-
-# Workaround race condition in build_qt
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
-   if [[ ${LINGUAS+set} ]]; then
-   cd i18n/tortoisehg || die
-   local x y keep
-   for x in *.po; do
-   keep=false
-   for y in ${LINGUAS}; do
-   if [[ ${y} == ${x%.po}* ]]; then
-   keep=true
-   break
-   fi
-   done
-   ${keep} || rm "${x}" || die
-   done
-   cd "${S}" || die
-   fi
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
-   if use doc ; then
-   dohtml -r doc/build/html/
-   fi
-   newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
-   domenu contrib/thg.desktop
-}
-
-pkg_postinst() {
-   elog "When startup of ${PN} fails with an API version mismatch error"
-   elog "between dev-python/sip and dev-python/PyQt4 please rebuild"
-   elog "dev-python/qscintilla-python."
-}

diff --git a/dev-vcs/tortoisehg/tortoisehg-4.1.3.ebuild 

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

2017-09-19 Thread Lars Wendler
commit: c06edb6b01ebc1dc8a24f7a2181a536eba4acac9
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:12:46 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 22:13:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06edb6b

net-print/cups-filters: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-print/cups-filters/Manifest   |   1 -
 net-print/cups-filters/cups-filters-1.17.5.ebuild | 136 --
 2 files changed, 137 deletions(-)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 00a9f9ed8de..cfe958c24b4 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,6 +1,5 @@
 DIST cups-filters-1.13.5.tar.xz 1424764 SHA256 
35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d SHA512 
1870b16ad64bc46068c8a74be7a112790a6ffc0be0e14cd858d83013b12e1c51efd905fbc4e189a42558814694348a9ef533b6fe504ef7bce3b4da149e0b3ea6
 WHIRLPOOL 
bcf3cf952d531bce5d7092a74dd9db819a13374155bc306eb88fdc2a22e78fa4918c70159f447f8b2b48eda6da713ab85936474fca63f8eb7c2e4318bb2a5386
 DIST cups-filters-1.16.4.tar.xz 1440964 SHA256 
2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed SHA512 
367c2c1d6755800b88f79808ef0c595aa80b080634299d015828bfb8f0e27085aa052c77e3f3f1645833340caca709bec8e00b46070ff4d13b9994fb1400da60
 WHIRLPOOL 
30f4e70770c60a743ca845e294e1bf79f3efa83e10f01398a0432461d31e59eac6568e6a302425250bd0417963e63b1ef208e35e5ddcf1a1f4125bdd80480324
-DIST cups-filters-1.17.5.tar.xz 1450360 SHA256 
b10e347171ace6d4adf32b707008cf09e9d5193826fac1deb2eed96f5f432e31 SHA512 
293fbaef1ec8b48f820fcba615ba989ebc31e6bbc8297936cf9b398046308d8637b29e732788294c12739b8e2c70755c189707e9db8a660c8231dba9afdcc3ab
 WHIRLPOOL 
a3aaf796a3d8ee2c160a384d427329e686012c25883e17ca737080d130fc5d90c0cf921d718d96a024745667e9501182056113dce99c569bcb73834811cbf3b5
 DIST cups-filters-1.17.6.tar.xz 1450480 SHA256 
124921a2864787bc38a6488c04e4897228722b5ba6cfe2fff903ab989ae2fb49 SHA512 
4b38a9750403f5f629d53b071098a98a6b49852fa68bf32fc24a19eaf0d9dce3542348a39d9851752390c670a8137b08b198d0ac884d18eb3088fd7df95648f0
 WHIRLPOOL 
bb025212d54d9bb08f9367aeb0c39a8c8bd33b9472c5bef5a43d54cb83ae34a9f65babb79560440df00b2638a964c7f209a762eb487f5c58c6a029f5989c94df
 DIST cups-filters-1.17.7.tar.xz 1454648 SHA256 
5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5 SHA512 
bac46c7ed0b7409c4b920f6c981f74e73da77ca2590222ea14e80f99aa04bb19c0521b5452b38700054ea704381f3bf4b099a71bf17cdcf7faf93d2f9c8c97c7
 WHIRLPOOL 
8dfe4b456950a9fcab766bac876cdbab483dd215ef2afcb07fc1c309618c26afdab6bef7e984259612522f11051ac8b109da7b4051d45292e296f211b082b7a0
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd

diff --git a/net-print/cups-filters/cups-filters-1.17.5.ebuild 
b/net-print/cups-filters/cups-filters-1.17.5.ebuild
deleted file mode 100644
index 76eabdc0a62..000
--- a/net-print/cups-filters/cups-filters-1.17.5.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit perl-module systemd flag-o-matic
-
-if [[ "${PV}" == "" ]] ; then
-   inherit bzr autotools
-   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
-else
-   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
-fi
-DESCRIPTION="Cups filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript 
static-libs tiff zeroconf"
-
-RDEPEND="
-   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
-   >=app-text/qpdf-3.0.2:=
-   dev-libs/glib:2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/lcms:2
-   >=net-print/cups-1.7.3
-   !<=net-print/cups-1.5.
-   sys-devel/bc
-   sys-libs/zlib
-   dbus? ( sys-apps/dbus )
-   foomatic? ( !net-print/foomatic-filters )
-   jpeg? ( virtual/jpeg:0 )
-   ldap? ( net-nds/openldap )
-   pclm? ( >=app-text/qpdf-7.0_beta1 )
-   pdf? ( app-text/mupdf )
-   perl? ( dev-lang/perl:= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
-   tiff? ( media-libs/tiff:0 )
-   zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-"
-
-src_prepare() {
-   

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

2017-09-19 Thread Lars Wendler
commit: cd8e14809338493c648ae000c66db25f30b5
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:07:13 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 22:13:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8e1480

dev-vcs/tortoisehg: Version 4.3.1 stable for amd64 and x86.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
index 830b1ef37ee..a293c12f975 100644
--- a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 eutils
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz;
HG_DEPEND=">=dev-vcs/mercurial-4.2 

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

2017-09-19 Thread Lars Wendler
commit: e4b3ba84aab95054d9347c4e258ce57ce10c50c7
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:10:26 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 22:13:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b3ba84

dev-vcs/mercurial: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/mercurial/Manifest   |   4 -
 dev-vcs/mercurial/mercurial-4.2.1.ebuild | 134 ---
 dev-vcs/mercurial/mercurial-4.2.2.ebuild | 134 ---
 dev-vcs/mercurial/mercurial-4.2.3.ebuild | 134 ---
 dev-vcs/mercurial/mercurial-4.2.ebuild   | 134 ---
 5 files changed, 540 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index e7e2deeac2a..f1b1cf726d3 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -1,9 +1,5 @@
 DIST mercurial-3.8.4.tar.gz 4775341 SHA256 
4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 SHA512 
2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c
 WHIRLPOOL 
1f0a12cc6d00f3544ab00e011a9ff9308fe1652c0598045ddba2a41ba17b55c291da200bce85d4c600d673b8746e936c441ffa7398ad810d1069bd97fb32f2db
 DIST mercurial-4.1.3.tar.gz 5134965 SHA256 
103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8 SHA512 
794c513b7e061bc56d270ef57adc0fadeffd5bcc988da0934b24db686b76bf573aef2bbaa3baa9220f31463795bc6e6a99fc1284ebcf8d7e49f42b8129347811
 WHIRLPOOL 
a2f5d5e3e89f794415521bf0bc93ff0e8a67aec6c39951437b6b585f9f6d604bd556af10cce50951128c746719db54ea48f86fb7c262a36a29576ba539be1e79
-DIST mercurial-4.2.1.tar.gz 5317692 SHA256 
d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0 SHA512 
0349fb5343210869bacb2247d30546676e5cf486f64fb8ebb2b1c6cdf7d564e7b754a43fb5b61c7d7e66a67609c514c8e15f415f4189bccbebb2fbb5a5474645
 WHIRLPOOL 
f64df61fe2a10abca4765f150952e5d529034909666f1bee6df40d628af52d650086bd51c5d2db2e0ce2874f38fd439bb9d958bda3d2d63dccbf861b933d51f1
-DIST mercurial-4.2.2.tar.gz 5319282 SHA256 
b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe SHA512 
16324fec97146d749fe6bdb4c35466f6f1786213451015a34d34f8a0d042870d7fc29b6fd74d720191d24e84e57b3d931bb58594bcd7a89399bfbb427e7af994
 WHIRLPOOL 
9a82b7af0ca793aa17cbcce184a4d292689cbc503ba16ab2a1d349397c2ea9b01d7585eb5a1c4f260145f42de2b34de0b577747ee7b47d2abcf1184c0dc3f71f
-DIST mercurial-4.2.3.tar.gz 5322850 SHA256 
04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac SHA512 
d6c4bf4fd38eaaee8cf2e5c30cd8f15c3651992d27bf4431ab42dffde7dfc06eb59641d9e7087f7851580b1740a84a8806169d8f224cd0d6ce1fb0b167a97647
 WHIRLPOOL 
bc3c0cdbe88441f9d4349b174b65e032d2150a52c07450982d2f28b14ef0ed0629ef4df859581a4b5873cc8712857c40854bd013d6299b65d0f0b5317ee52e99
-DIST mercurial-4.2.tar.gz 5303367 SHA256 
23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d SHA512 
bd03134a70fe0576a31d86cb6ca2d232b8f98bd9b038dc972a4d332889bb39c776f47d44ea9c45588d6e53590a8e3fbd48ca25238525919b8e44beab3d3c79cb
 WHIRLPOOL 
930882698c0e662f5fadc8a57a14ce00270cce70f7a9f8f0081647a28c3558aeda1a4d7bc5aa7e264cb60ec85051dae6a16cc62df0f51be3cc406bf587ff5485
 DIST mercurial-4.3.1.tar.gz 5475042 SHA256 
2b12f02e3a452adff4ec9cf007017bab0cadb3f37eaf12f4b25a662df73618a2 SHA512 
4c42d06b7f111a3e825dd927704a30f88f0b2225cf87ab8954bf53a7fbc0edf561374dd49b13d9c10140d98ff5853a64acb5a744349727abae81d32da401922b
 WHIRLPOOL 
4360763be405d75ffc0e3e2356fcfe44079bf9818c07211964ba7433932956283feb329379af329e0a7d70acc5c6a163a9c08976abb902197d6a6f0180a3a958
 DIST mercurial-4.3.2.tar.gz 5491214 SHA256 
0f5bf688ba2add6f5db98a633edef43411ecf2c7ada5f2e14b9265820a96cd48 SHA512 
e69b7cff941d83531d59d91c30e336807f868302dfda565e1421b7d34c2769221220686774af236d86ac0f67dba6e8a0947ed1185b30d89463a8d211e20d1cbc
 WHIRLPOOL 
079d05e75cde63ff907b485a45a6a9cf8b42001525a799939647d05dd60d85c1faa0cbf14b9da95488103ec9f0b177f59ad7d8bde93dca3ffe428d697669bd4e
 DIST mercurial-4.3.tar.gz 5469979 SHA256 
ebf11176e9b5354ec7a1bde6c5382c914d10c397410531faf89f8b5124a7cb65 SHA512 
d74ae5f35d8c415c07737b59e6c5455963dfbf5d038c43d683fd34dd84423b9ccf9cd670667f458db20d8580fc7c7d9e5609d29d990e1e94683734694211c417
 WHIRLPOOL 
54583dbc826fdec3e737dc49d1a8ce180d29579d091c86e48a3b7c68bb4a2d399c5aff3b2ff0e30cd911e8955537a621c73c330d70a55f7efcdeafd21257178f

diff --git a/dev-vcs/mercurial/mercurial-4.2.1.ebuild 
b/dev-vcs/mercurial/mercurial-4.2.1.ebuild
deleted file mode 100644
index a04546c6f07..000
--- a/dev-vcs/mercurial/mercurial-4.2.1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
-
-DESCRIPTION="Scalable distributed SCM"

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

2017-09-19 Thread Lars Wendler
commit: e0329a6155117b276b28c4e81b6a5e98310ff45a
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 22:11:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 22:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0329a61

net-print/cups-filters: Bump to version 1.17.7

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.17.7.ebuild | 136 ++
 2 files changed, 137 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 3765f6fa169..00a9f9ed8de 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -2,4 +2,5 @@ DIST cups-filters-1.13.5.tar.xz 1424764 SHA256 
35db1c5821c9ff0e0fedcf87b3ae68a42
 DIST cups-filters-1.16.4.tar.xz 1440964 SHA256 
2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed SHA512 
367c2c1d6755800b88f79808ef0c595aa80b080634299d015828bfb8f0e27085aa052c77e3f3f1645833340caca709bec8e00b46070ff4d13b9994fb1400da60
 WHIRLPOOL 
30f4e70770c60a743ca845e294e1bf79f3efa83e10f01398a0432461d31e59eac6568e6a302425250bd0417963e63b1ef208e35e5ddcf1a1f4125bdd80480324
 DIST cups-filters-1.17.5.tar.xz 1450360 SHA256 
b10e347171ace6d4adf32b707008cf09e9d5193826fac1deb2eed96f5f432e31 SHA512 
293fbaef1ec8b48f820fcba615ba989ebc31e6bbc8297936cf9b398046308d8637b29e732788294c12739b8e2c70755c189707e9db8a660c8231dba9afdcc3ab
 WHIRLPOOL 
a3aaf796a3d8ee2c160a384d427329e686012c25883e17ca737080d130fc5d90c0cf921d718d96a024745667e9501182056113dce99c569bcb73834811cbf3b5
 DIST cups-filters-1.17.6.tar.xz 1450480 SHA256 
124921a2864787bc38a6488c04e4897228722b5ba6cfe2fff903ab989ae2fb49 SHA512 
4b38a9750403f5f629d53b071098a98a6b49852fa68bf32fc24a19eaf0d9dce3542348a39d9851752390c670a8137b08b198d0ac884d18eb3088fd7df95648f0
 WHIRLPOOL 
bb025212d54d9bb08f9367aeb0c39a8c8bd33b9472c5bef5a43d54cb83ae34a9f65babb79560440df00b2638a964c7f209a762eb487f5c58c6a029f5989c94df
+DIST cups-filters-1.17.7.tar.xz 1454648 SHA256 
5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5 SHA512 
bac46c7ed0b7409c4b920f6c981f74e73da77ca2590222ea14e80f99aa04bb19c0521b5452b38700054ea704381f3bf4b099a71bf17cdcf7faf93d2f9c8c97c7
 WHIRLPOOL 
8dfe4b456950a9fcab766bac876cdbab483dd215ef2afcb07fc1c309618c26afdab6bef7e984259612522f11051ac8b109da7b4051d45292e296f211b082b7a0
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd

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

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

2017-09-19 Thread Tony Vroon
commit: 55197cf4bc1ec9683233f495c0d723bc78d534a7
Author: Tony Vroon  gentoo  org>
AuthorDate: Tue Sep 19 22:07:50 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Tue Sep 19 22:08:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55197cf4

net-misc/asterisk: CVE-2017-14099 / AST-2017-008.

Package-Manager: portage-2.3.8

 net-misc/asterisk/Manifest  |  5 ++---
 ...erisk-13.15.1.ebuild => asterisk-11.25.3.ebuild} | 21 +
 ...erisk-13.17.0.ebuild => asterisk-13.17.2.ebuild} |  0
 3 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index 6ea298501a9..406a3204eca 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -1,6 +1,5 @@
 DIST asterisk-11.25.1.tar.gz 35125897 SHA256 
dc9c282ca1142b286e5a5c391647d6be73f35524c8def37718de866e8384a57c SHA512 
37144b7296f929bdb707853690a12d4c1403741221c943becc88c18fe20587ba2381425574e97647c10efa9f98200336ddae7e3433740e5a509a837ed28ca02c
 WHIRLPOOL 
afc4cea1e4b7fcad7b1cfdff738cc3f6b28b9aaea0fd5a1a53b632c6fd5977f80e45984c68d51f96424eceda16cd92e45281a53abed48f6577677c51fed14a44
-DIST asterisk-13.15.1.tar.gz 32828857 SHA256 
03d29bcb0e1791809fb21fa80c3a7e8ab2f521e1f4397f625d1fe982f64186e2 SHA512 
2ee19853431b890c988b69e03604b0d39b9764a93074c22a9975bde7d6f432582a00c2e841be6c6fd5f86fab338b9e717d4a7912e4fbac5034cb7a0dcf3b2337
 WHIRLPOOL 
61c8aca091a0e7805096136a38bf805b8e0c6247112ed40d30c981b2b607551cc749fd4be0bfd166ecea54f4d31c2b56e09740154231c43265ecae95fca5c57e
-DIST asterisk-13.17.0.tar.gz 32908945 SHA256 
c4a89386d7db58520391fcbd3202902584b4434289094ca2e4a6b8dada1e90a4 SHA512 
be2188843d1c4b860204dfe2311179b9bf39727c5d3130d70127147062a8253e9251055dfe201431e1a978d80307e08eda93d2f03c9e69d4906858aa338bfd47
 WHIRLPOOL 
3022edbccb5e8db2b81f1927577898e8f487712b73ea4ae3a83c711713c5980d4df3400b52b6a5d9bbe3ac495918f34766077737a3d497c690d46be09ee0a22f
+DIST asterisk-11.25.3.tar.gz 35134682 SHA256 
beb63953cb61b9822fc8f1d79842d821c5147f2a2944941d54a02f2e5fd4db20 SHA512 
9c0521d55e5b69663ea40066d52e397ba6c165a4b20cd0a1e5e375b9c0e5a6e4f37908e50b0b580e288dec9be252af9a8bce7bceb03ba029f902fb757e6311ed
 WHIRLPOOL 
6b1ad68b719354d3e90f3e8b87d8affb1477467c7a30aa9457d8bcf4ef874d8653f36c40376507070846a558454a5522267e690aa4c2b1250af5d4bcfc74323a
+DIST asterisk-13.17.2.tar.gz 32899368 SHA256 
19ae0565687b85bde382b2cc274dd5a27ac33dc57a4eb3b663cb5ad9b238f1ac SHA512 
008354cb0cba679444bfbfd4be34d919ea0a0a0cbd60541b7528d254ab0fa92efee118d5b006e8dc7b709f9c44fd391026df9b8705d17515494a23ad36dedd4b
 WHIRLPOOL 
2abd792e436a76158fd4470be81601fc11581e71b36cbe302e6987f4b0ef1f834c5b5a3731154601accc14b9d263761166780d99a0391940a57937fb46cf395c
 DIST gentoo-asterisk-patchset-3.17.tar.bz2 5074 SHA256 
2af864f0b40b42c55f3c3ac737856942c9393a47ebf6d982d9214b85a2ad SHA512 
37f86f3c699b2643afd8080391e817a282571694bb56e00efd0734918dbc33d6c12a2463dbc24667597420863b4f506870140fbb8ef3f1700124ef790ae7252d
 WHIRLPOOL 
79017eeb3737953515286db6386bfd848f7501b6f2abbc1ba6b6865a75495ce999d555e3112336abae23371a21a2d64a10f1d173e285314bb5bab22bfe2d4c1a
-DIST gentoo-asterisk-patchset-4.04.tar.bz2 5024 SHA256 
785c5fd1b173f34a8bf230d899d8e491442bba42ad32c57710e19be9cfba90fd SHA512 
667d4d7af6fa9a6611e27d30537c4ce3d1c6318714d3c1619190bbce19dd11d5d3c3b5b3adf9a87b7510d738ff5279fefb7593cef5b7798cd98f6dcffcb2b4ad
 WHIRLPOOL 
025c885834ae6c77ce148a6cbbfe8f044480c94216956079c995743821561dc62f4d62ec899cf4d94bc6d14b1b96fc6d21afa6c106477a53fe2fe6def6fb6d41
 DIST gentoo-asterisk-patchset-4.05.tar.bz2 2889 SHA256 
2d5d90777c896065d1f1ab7e44c7040ec2b143ee816080791a1c357efe6a0a60 SHA512 
6fdb245e37074f124f4725c25a1547c872f6216eb1d37faeda8ed7c5e4dc87424e9c1ba20bb34722165027692916bde4c8bfc816ac5c89710972bb3f51bd1b75
 WHIRLPOOL 
5d89902c3863027780d67f9aa6428a2788f191582d03e905642fc817bbb7aa7991c04423a09e06d95e92c5ba15b6ca193c47a146379ef5c120f07b9fa6419126

diff --git a/net-misc/asterisk/asterisk-13.15.1.ebuild 
b/net-misc/asterisk/asterisk-11.25.3.ebuild
similarity index 94%
rename from net-misc/asterisk/asterisk-13.15.1.ebuild
rename to net-misc/asterisk/asterisk-11.25.3.ebuild
index 3b1db1be92a..0da2300554a 100644
--- a/net-misc/asterisk/asterisk-13.15.1.ebuild
+++ b/net-misc/asterisk/asterisk-11.25.3.ebuild
@@ -9,17 +9,17 @@ MY_P="${PN}-${PV/_/-}"
 DESCRIPTION="Asterisk: A Modular Open Source PBX System"
 HOMEPAGE="http://www.asterisk.org/;
 
SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz
-mirror://gentoo/gentoo-asterisk-patchset-4.04.tar.bz2"
+mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file
voicemail_storage_odbc
voicemail_storage_imap
 "
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk 

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-09-19 Thread Mike Gilbert
commit: 88935ca1310ea2dab2e4c4da0966566e82c1283e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 19 22:07:13 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 19 22:07:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88935ca1

www-client/google-chrome-unstable: automated update (63.0.3218.0)

Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-63.0.3213.3.ebuild => google-chrome-unstable-63.0.3218.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e6a2be4b734..9c76625bbbc 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_63.0.3213.3-1_amd64.deb 49582140 SHA256 
2381263d428bcd92a38b1acc2d133fab25f582a93851c8c6c8d491e2eb592324 SHA512 
c22603986f04e8ac7e1ed3f2d7cfd5eb45aff50582b19d044a3c87c9c9be1c1dbe8f3262f01949618ecd4db88707dda125202810c70286e900390b70ebc9c01b
 WHIRLPOOL 
081067ad3a50b223b29721739f00f3142da24d2867dfd212b0b420a0780e2c3c2ef0a85e5f7e42055ca2070e3b5edd3839021aa89495bfb15d3f8fb384997ef1
+DIST google-chrome-unstable_63.0.3218.0-1_amd64.deb 49945580 SHA256 
ebba6546594be2056524310f8b1afc2acfba4bf4531b45ed22fa29e0f22d0b43 SHA512 
624bc44c3e007742753c25b99c8ab198c15cfa291ae8be6ff730603ec4905bfa00a77023f5a5812ec5824e6965a48e21620bc1805a427cf6d399bcd70a1457f2
 WHIRLPOOL 
b19e75c70b1718e90c2f8734facff7fdec31d8ab279fecf37fabb7400fd68cbd93fdc3fac8e00481bc06a7330d8dac1e940e1d92ffa8eac3f34e8d823abd91c1

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-63.0.3213.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-63.0.3218.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-63.0.3213.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-63.0.3218.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-09-19 Thread Mike Gilbert
commit: 3808f5776cebf34d8b2c26b936bb9f15daff8385
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 19 22:07:05 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 19 22:07:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3808f577

www-plugins/chrome-binary-plugins: automated update (63.0.3218.0)

Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...13.3_alpha.ebuild => chrome-binary-plugins-63.0.3218.0_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index a83abf5f810..13804a9bac5 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_62.0.3202.18-1_amd64.deb 49437986 SHA256 
be0e848b184b48d62b61121512c319e77a7af61e171eb1b04b7915bf94355bff SHA512 
253b5ea9463f96dafa0c6ab2ba069a4db6dfa3e2f6a9b88b1eedf3f7d65e0bf3a56b9a4d4c7dc1754534aebfa487208dde8de3f49d9f13e487c4f3bbaea4987d
 WHIRLPOOL 
8ae7679532e3c9d5d6a26e5f91c689e13e5e5355d93508c5441083e70b59a417470b4a34f726bd456c3cea678a0d343046b3bc1babe33b6e1268994186adcdad
 DIST google-chrome-stable_61.0.3163.91-1_amd64.deb 63101682 SHA256 
d124c94594364c81149d59d0efcb0cd11c9b4302862e5d8ae8d65b9a526c64e4 SHA512 
f51f7c437cf8dc7a2a0e1a9a7c994afc3a8fa872abf77047f5b8d0bcb88e40d4e5246dc3a8c4f6005e58bd64f4b59c72a48e9ceeb6a58404664a43217bbb6fab
 WHIRLPOOL 
a887d340510bc7c8593797eb91d8909fff72136fff93198c19db09114cc8365a5a9f339f13625f280aaf57e0f5fb5c93388095874cfc3d6b96956692c63b2c5b
-DIST google-chrome-unstable_63.0.3213.3-1_amd64.deb 49582140 SHA256 
2381263d428bcd92a38b1acc2d133fab25f582a93851c8c6c8d491e2eb592324 SHA512 
c22603986f04e8ac7e1ed3f2d7cfd5eb45aff50582b19d044a3c87c9c9be1c1dbe8f3262f01949618ecd4db88707dda125202810c70286e900390b70ebc9c01b
 WHIRLPOOL 
081067ad3a50b223b29721739f00f3142da24d2867dfd212b0b420a0780e2c3c2ef0a85e5f7e42055ca2070e3b5edd3839021aa89495bfb15d3f8fb384997ef1
+DIST google-chrome-unstable_63.0.3218.0-1_amd64.deb 49945580 SHA256 
ebba6546594be2056524310f8b1afc2acfba4bf4531b45ed22fa29e0f22d0b43 SHA512 
624bc44c3e007742753c25b99c8ab198c15cfa291ae8be6ff730603ec4905bfa00a77023f5a5812ec5824e6965a48e21620bc1805a427cf6d399bcd70a1457f2
 WHIRLPOOL 
b19e75c70b1718e90c2f8734facff7fdec31d8ab279fecf37fabb7400fd68cbd93fdc3fac8e00481bc06a7330d8dac1e940e1d92ffa8eac3f34e8d823abd91c1

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-63.0.3213.3_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-63.0.3218.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-63.0.3213.3_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-63.0.3218.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/files/, sys-libs/gpm/

2017-09-19 Thread Sergei Trofimovich
commit: 1618968c56caf7f8c08823908d88dc49bb8f7649
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 21:34:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 21:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618968c

sys-libs/gpm: tweak for glibc-2.26, bug #629774

Reported-by: Philipp Psurek
Fix-by: cyrillic
Closes: https://bugs.gentoo.org/629774
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch | 12 
 sys-libs/gpm/gpm-1.20.7-r2.ebuild  |  7 ++-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch 
b/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch
new file mode 100644
index 000..ef2de01a6d6
--- /dev/null
+++ b/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/629774
+--- a/src/prog/gpm-root.y  2012-10-26 17:21:38.0 -0400
 b/src/prog/gpm-root.y  2017-09-07 20:39:51.933264063 -0400
+@@ -1197,7 +1197,7 @@
+/* reap your zombies */
+childaction.sa_handler=reap_children;
+ #if defined(__GLIBC__)
+-   __sigemptyset(_mask);
++   sigemptyset(_mask);
+ #else /* __GLIBC__ */
+childaction.sa_mask=0;
+ #endif /* __GLIBC__ */

diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild 
b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
index bfb8982b46e..943ef06732c 100644
--- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # emacs support disabled due to #99533 #335900
@@ -36,6 +36,11 @@ src_prepare() {
epatch "${WORKDIR}"/${P}-docs.patch
touch -r . doc/* || die
 
+   # bug #629774
+   epatch "${FILESDIR}"/${P}-glibc-2.26.patch
+
+   epatch_user
+
# fix ABI values
sed -i \
-e '/^abi_lev=/s:=.*:=1:' \



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

2017-09-19 Thread Zac Medico
commit: 7a554c7a5e4dc7b1d5b3b51658e242d8c5f7166d
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 21:19:58 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 21:20:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a554c7a

sys-apps/portage: drop 2.3.9 keywords due to buggy postinst_qa_check behavior

Package-Manager: Portage-2.3.9, Repoman-2.3.3

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

diff --git a/sys-apps/portage/portage-2.3.9.ebuild 
b/sys-apps/portage/portage-2.3.9.ebuild
index af287ccb875..9fa00345f9b 100644
--- a/sys-apps/portage/portage-2.3.9.ebuild
+++ b/sys-apps/portage/portage-2.3.9.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS=""
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



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

2017-09-19 Thread Sergei Trofimovich
commit: 8edcfb54755d06432b9ce36507623da339a11848
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 21:03:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 21:04:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edcfb54

dev-libs/libressl: stable 2.6.0 for hppa, bug #627696

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/libressl/libressl-2.6.0.ebuild 
b/dev-libs/libressl/libressl-2.6.0.ebuild
index c5f6376019a..3e4bdea795e 100644
--- a/dev-libs/libressl/libressl-2.6.0.ebuild
+++ b/dev-libs/libressl/libressl-2.6.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either.  However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/43"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="+asm static-libs"
 
 RDEPEND="!dev-libs/openssl:0"



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

2017-09-19 Thread Zac Medico
commit: 1d1edd8327e288c2c9ccb4fdcae8b48f7423c42a
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 20:58:58 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 20:58:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1edd83

sys-apps/portage: remove old version 2.3.5

Package-Manager: Portage-2.3.9, Repoman-2.3.3

 sys-apps/portage/Manifest |   1 -
 sys-apps/portage/portage-2.3.5.ebuild | 277 --
 2 files changed, 278 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 17cdc5b627f..837481f89f4 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,4 +1,3 @@
-DIST portage-2.3.5.tar.bz2 933047 SHA256 
9b3282eee8f7f5728a4a71864d6b34315d71d43c52b2b650cf0d8f412c871941 SHA512 
c403578caf40d97e8081c203d433b515cb2fdb14cb8b7d2652ed664bd079e65db32b54ce12ff495af6dd5fb468c5a1ef58d335e202ede5355d115049e21a6a35
 WHIRLPOOL 
25dbb6547d6488cebc1baf093a600e2034e17558306fd55f5502346330a78012e32d3c49dcf0445664c69d4e3e6b2580762417324ccd0bf3aa08575245165a24
 DIST portage-2.3.6.tar.bz2 943085 SHA256 
2f57545fcb142a4b23c2052c523d3d858754b232be21455ee6c6cd3ff0903cc2 SHA512 
5bcfb678c1ea0cd97a983ee7520c9ecabd07d5bb0fd01c70b74fd7b6ce478f4a109aac84d40b82426719ca7c9ee6aed3affb3b9754045e62b4c664ae113cf055
 WHIRLPOOL 
d0258c579597690e8bf2cc2a3ecc36d543e67a728c302a9b16ae361086023a7e059ac1a9e2e64f026b7d975d6b619d3b981062227042098ed3afc1b86658b636
 DIST portage-2.3.8.tar.bz2 938062 SHA256 
19b73658dca848d215c5527d1d020c8106352007a84d7675e5efd0a7b9b48a8a SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8
 WHIRLPOOL 
0c576bbd8aaf8b27fa1746c863ac02b2a5f361d9011d17250ffbe4b830a8a6bf10a0aee48b5181a8aa6c55d8ad81ad411195da2a6253e9b324d3c7397053fe29
 DIST portage-2.3.9.tar.bz2 940048 SHA256 
6d414034f6e1343bf5f8a7941a147317b372fd687e0cb6aa2ffe7765a117f48f SHA512 
fd961418c3a641ebaacee3827c08eeff1ba6674505e81f8287422c2ab2c84fa16b55d03766a706bbeae82d91f8efec521e92bc92f2ca3db231098bc9102c0f92
 WHIRLPOOL 
6c6d331931296c930365fd7fb0bcf9b49a915f7c22df13f88a9fa5fda4dc76f04d23e2d898902010185e075f4ed57fb24617e4eb50d260b3b4747069a339a168

diff --git a/sys-apps/portage/portage-2.3.5.ebuild 
b/sys-apps/portage/portage-2.3.5.ebuild
deleted file mode 100644
index 997eb5d0ceb..000
--- a/sys-apps/portage/portage-2.3.5.ebuild
+++ /dev/null
@@ -1,277 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(
-   pypy
-   python3_4 python3_5 python3_6
-   python2_7
-)
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 multilib
-
-DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-SLOT="0"
-IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
-
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
-# Require sandbox-2.2 for bug #288863.
-# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
-# quite slow, so it's not considered in the dependencies as an alternative to
-# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
-# for now, don't pull in xattr deps for other kernels.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-RDEPEND="
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   !build? (
-   >=sys-apps/sed-4.0.5
-   app-shells/bash:0[readline]
-   >=app-admin/eselect-1.2
-   )
-   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
-   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
-   elibc_musl? ( >=sys-apps/sandbox-2.2 )
-   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
-   >=app-misc/pax-utils-0.1.17
-   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   >=sys-apps/install-xattr-0.3
-   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
-   python2_7 pypy)
-   ) )
-   !https://dev.gentoo.org/~dolsen/releases/portage;
-
-prefix_src_archives() {
-   local x y
-   for x in ${@}; do
-   for y in ${SRC_ARCHIVES}; do
-   echo ${y}/${x}
-   done
-   done
-}
-
-TARBALL_PV=${PV}
-SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
-   $(prefix_src_archives 

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

2017-09-19 Thread Zac Medico
commit: ea3aaa64b667bed2bc66fff560c4f853e08b4db6
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 20:56:20 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 20:58:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3aaa64

sys-apps/portage: version bump to 2.3.9

Fixed bugs:

  #627106 - Add DOCS to environment blacklist
  #628386 - dev-python/pycparser-2.18 breaks "ebuild" command
  #629010 - Ban get_libdir in global scope
  #629146 - RepoConfigLoader: Fix compatibility with Python 3.7
  #629148 - gnome2-utils postinst: Restrict file types for false positives
  #630538 - Fix emerge --info when using webrsync (regression)
  #630730 - AsynchronousLock: missing dummy_threading for Python 3.7

Package-Manager: Portage-2.3.9, Repoman-2.3.3

 sys-apps/portage/Manifest |   1 +
 sys-apps/portage/portage-2.3.9.ebuild | 250 ++
 2 files changed, 251 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index f51fc2b5b90..17cdc5b627f 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,4 @@
 DIST portage-2.3.5.tar.bz2 933047 SHA256 
9b3282eee8f7f5728a4a71864d6b34315d71d43c52b2b650cf0d8f412c871941 SHA512 
c403578caf40d97e8081c203d433b515cb2fdb14cb8b7d2652ed664bd079e65db32b54ce12ff495af6dd5fb468c5a1ef58d335e202ede5355d115049e21a6a35
 WHIRLPOOL 
25dbb6547d6488cebc1baf093a600e2034e17558306fd55f5502346330a78012e32d3c49dcf0445664c69d4e3e6b2580762417324ccd0bf3aa08575245165a24
 DIST portage-2.3.6.tar.bz2 943085 SHA256 
2f57545fcb142a4b23c2052c523d3d858754b232be21455ee6c6cd3ff0903cc2 SHA512 
5bcfb678c1ea0cd97a983ee7520c9ecabd07d5bb0fd01c70b74fd7b6ce478f4a109aac84d40b82426719ca7c9ee6aed3affb3b9754045e62b4c664ae113cf055
 WHIRLPOOL 
d0258c579597690e8bf2cc2a3ecc36d543e67a728c302a9b16ae361086023a7e059ac1a9e2e64f026b7d975d6b619d3b981062227042098ed3afc1b86658b636
 DIST portage-2.3.8.tar.bz2 938062 SHA256 
19b73658dca848d215c5527d1d020c8106352007a84d7675e5efd0a7b9b48a8a SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8
 WHIRLPOOL 
0c576bbd8aaf8b27fa1746c863ac02b2a5f361d9011d17250ffbe4b830a8a6bf10a0aee48b5181a8aa6c55d8ad81ad411195da2a6253e9b324d3c7397053fe29
+DIST portage-2.3.9.tar.bz2 940048 SHA256 
6d414034f6e1343bf5f8a7941a147317b372fd687e0cb6aa2ffe7765a117f48f SHA512 
fd961418c3a641ebaacee3827c08eeff1ba6674505e81f8287422c2ab2c84fa16b55d03766a706bbeae82d91f8efec521e92bc92f2ca3db231098bc9102c0f92
 WHIRLPOOL 
6c6d331931296c930365fd7fb0bcf9b49a915f7c22df13f88a9fa5fda4dc76f04d23e2d898902010185e075f4ed57fb24617e4eb50d260b3b4747069a339a168

diff --git a/sys-apps/portage/portage-2.3.9.ebuild 
b/sys-apps/portage/portage-2.3.9.ebuild
new file mode 100644
index 000..af287ccb875
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.9.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_4 python3_5 python3_6
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+SLOT="0"
+IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   $(python_gen_cond_dep 

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

2017-09-19 Thread Andreas Sturmlechner
commit: 289c0879fa1432abe99a79bb128c18d8aeb7df60
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 19 20:51:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 19 20:51:45 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=289c0879

kde-apps/kmix: Fix DEPENDs, set KDE_HANDBOOK=forceoptional

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 kde-apps/kmix/kmix-.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kmix/kmix-.ebuild b/kde-apps/kmix/kmix-.ebuild
index 3e247f148b..58f0f66df6 100644
--- a/kde-apps/kmix/kmix-.ebuild
+++ b/kde-apps/kmix/kmix-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="false"
+KDE_HANDBOOK="forceoptional"
 KDE_TEST="false"
 inherit kde5
 
@@ -12,13 +12,11 @@ HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/;
 KEYWORDS=""
 IUSE="alsa pulseaudio"
 
-DEPEND="
-   $(add_frameworks_dep kcompletion)
+COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
@@ -33,17 +31,20 @@ DEPEND="
$(add_qt_dep qtxml)
alsa? ( >=media-libs/alsa-lib-1.0.14a )
pulseaudio? (
+   dev-libs/glib:2
media-libs/libcanberra
>=media-sound/pulseaudio-0.9.12
)
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kdelibs4support)
+"
+RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
 "
 
 src_configure() {
local mycmakeargs=(
-   -DKMIX_KF5_BUILD=ON
$(cmake-utils_use_find_package alsa Alsa)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)



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

2017-09-19 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 20:51:24 2017 +

New tag: portage-2.3.9




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

2017-09-19 Thread Zac Medico
commit: 1f10eb7c0b1dafaf0c355736f75f71817df1dbf5
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 20:42:25 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 20:50:56 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1f10eb7c

Updates for portage-2.3.9 release

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ddd2308a3..6133f77a9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,18 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.9
+==
+* Bug Fixes:
+- Bug 627106 Add DOCS to environment blacklist
+- Bug 628386 dev-python/pycparser-2.18 breaks "ebuild" command
+- Bug 629010 Ban get_libdir in global scope
+- Bug 629146 RepoConfigLoader: Fix compatibility with Python 3.7
+- Bug 629148 gnome2-utils postinst: Restrict file types for false positives
+- Bug 630538 Fix emerge --info when using webrsync (regression)
+- Bug 630730 AsynchronousLock: missing dummy_threading for Python 3.7
+
+
 portage-2.3.8
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 158c21e45..0b658a2af 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.8',
+   version = '2.3.9',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2017-09-19 Thread Daniel Campbell
commit: 1cc26da9bad0de32c438110f2b3ef0ea3483a333
Author: Daniel Campbell  gentoo  org>
AuthorDate: Tue Sep 19 20:48:40 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Tue Sep 19 20:48:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc26da9

app-misc/fdupes: Remove Google Code from HOMEPAGE

Bug: https://bugs.gentoo.org/631444
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/fdupes/fdupes-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/fdupes/fdupes-.ebuild 
b/app-misc/fdupes/fdupes-.ebuild
index 61afb93cb8b..21737cbeea0 100644
--- a/app-misc/fdupes/fdupes-.ebuild
+++ b/app-misc/fdupes/fdupes-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic git-r3 toolchain-funcs
 MY_P="${PN}-${PV/_pre/-PR}"
 
 DESCRIPTION="Identify/delete duplicate files residing within specified 
directories"
-HOMEPAGE="https://github.com/adrianlopezroche/fdupes 
https://code.google.com/p/fdupes/;
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes;
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/adrianlopezroche/fdupes.git;
 



[gentoo-commits] proj/emacs-tools: New branch: patchsets

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 20:36:31 2017 +

New branch: patchsets




[gentoo-commits] proj/emacs-tools: Branch deleted: patchsets

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 20:32:20 2017 +

Branch deleted: patchsets




[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/files/, dev-perl/Convert-Binary-C/

2017-09-19 Thread Kent Fredric
commit: d3a6d72bcaa0fb965fc486731ed167f48886b986
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep 19 20:26:21 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 19 20:26:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a6d72b

dev-perl/Convert-Binary-C: Fix '.' in @INC breakages bug  #615106

Bug: https://bugs.gentoo.org/615106
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...0.ebuild => Convert-Binary-C-0.780.0-r1.ebuild} |   4 +-
 .../files/Convert-Binary-C-0.780.0-perl-526.patch  | 181 +
 2 files changed, 183 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
similarity index 83%
rename from dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild
rename to dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
index 6e33c1e3996..5e0870a99a5 100644
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ IUSE=""
 DEPEND="virtual/perl-ExtUtils-MakeMaker"
 
 MAKEOPTS+=" -j1"
-
+PATCHES=( "${FILESDIR}/${P}-perl-526.patch" )
 src_test() {
perl_rm_files tests/802_pod.t tests/803_pod_coverage.t
perl-module_src_test

diff --git 
a/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch 
b/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
new file mode 100644
index 000..2c61d6178bc
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
@@ -0,0 +1,181 @@
+From 26c2c60f11cf649f348a5af2c15f83525f02bf30 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 20 Sep 2017 08:00:50 +1200
+Subject: Fix tests for Perl 5.26
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121039
+Bug: https://bugs.gentoo.org/615106
+Bug: https://github.com/mhx/Convert-Binary-C/pull/6
+---
+ bin/perltypes.PL| 3 ++-
+ tests/206_parse.t   | 4 ++--
+ tests/209_sourcify.t| 2 +-
+ tests/210_depend.t  | 2 +-
+ tests/211_clone.t   | 2 +-
+ tests/215_local.t   | 2 +-
+ tests/218_member.t  | 2 +-
+ tests/223_initializer.t | 2 +-
+ tests/230_compiler.t| 2 +-
+ tests/601_speed.t   | 2 +-
+ tests/602_threads.t | 2 +-
+ 11 files changed, 13 insertions(+), 12 deletions(-)
+
+diff --git a/bin/perltypes.PL b/bin/perltypes.PL
+index 09ca5d2..be63ffd 100755
+--- a/bin/perltypes.PL
 b/bin/perltypes.PL
+@@ -21,10 +21,11 @@ print OUT <<'!NO!SUBS!';
+ 
+ use Convert::Binary::C;
+ use Data::Dumper;
++use File::Spec::Functions qw(rel2abs);
+ use strict;
+ 
+ my $base;
+--d "$_/include" and $base = "$_/include" and last for qw( tests ../tests );
++-d "$_/include" and $base = rel2abs("$_/include") and last for qw( tests 
../tests );
+ defined $base or die < 116 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ #===
+ # create object (1 tests)
+@@ -140,7 +140,7 @@ ok($s1,329,"incorrect number of typedef identifiers");
+ # check if all sizes are correct (1 big test)
+ #===
+ 
+-do 'tests/include/sizeof.pl';
++do './tests/include/sizeof.pl';
+ $max_size = 0;
+ @fail = ();
+ @success = ();
+diff --git a/tests/209_sourcify.t b/tests/209_sourcify.t
+index 3fbdae6..0f34e83 100644
+--- a/tests/209_sourcify.t
 b/tests/209_sourcify.t
+@@ -13,7 +13,7 @@ $^W = 1;
+ 
+ BEGIN { plan tests => 98 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+   $orig  = new Convert::Binary::C %$CCCFG;
+diff --git a/tests/210_depend.t b/tests/210_depend.t
+index b46fdf7..e2705fd 100644
+--- a/tests/210_depend.t
 b/tests/210_depend.t
+@@ -13,7 +13,7 @@ $^W = 1;
+ 
+ BEGIN { plan tests => 483 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+   $c1 = new Convert::Binary::C Include => ['tests/include/files'];
+diff --git a/tests/211_clone.t b/tests/211_clone.t
+index 252554f..144de70 100644
+--- a/tests/211_clone.t
 b/tests/211_clone.t
+@@ -13,7 +13,7 @@ $^W = 1;
+ 
+ BEGIN { plan tests => 35 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+   $orig = new 

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

2017-09-19 Thread Anthony G. Basile
commit: f8efa45d77ff962d02a40797d69f6696c066541e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep 19 20:19:01 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep 19 20:19:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8efa45d

www-apps/moodle: version bumps to 3.1.8, 3.2.5 and 3.3.2

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 www-apps/moodle/Manifest | 6 +++---
 www-apps/moodle/{moodle-3.1.7.ebuild => moodle-3.1.8.ebuild} | 0
 www-apps/moodle/{moodle-3.2.4.ebuild => moodle-3.2.5.ebuild} | 0
 www-apps/moodle/{moodle-3.3.1.ebuild => moodle-3.3.2.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/moodle/Manifest b/www-apps/moodle/Manifest
index 43d073ff3c4..d33f72ada17 100644
--- a/www-apps/moodle/Manifest
+++ b/www-apps/moodle/Manifest
@@ -1,3 +1,3 @@
-DIST moodle-3.1.7.tgz 37982099 SHA256 
927d41d070d6703ba98b312a261da84f603f16c8da4e8ac34c049c7785451284 SHA512 
56786eb8b8921272c2afffaba393fac6b6bec2b1d07aa6806c726ee2f8cd3a7c7176e6b63d9a706697c6df86794d35a3d91cc0cbee04279fb8e5472f0f5c504c
 WHIRLPOOL 
657bb2d107abf2e1f3a6333e4ba593ddac29751d829d230e888fd2b8b62ac5eb385670742b0708a26c44ceaff6a217670fe1a02f330667289556a10486e1cfee
-DIST moodle-3.2.4.tgz 39525148 SHA256 
5f743bc389582bd8e0f5878d745cf23472fe97b9e7de459dfe42483844f42385 SHA512 
153b66baf72fd1e6d0f453c76deb9155fa49cbba42a2383191adec1d31d7f8bddd75f95025fc29cee1a76bf6e9d748322e9c164a21fe330f366ab51905cd70e6
 WHIRLPOOL 
63ed248cfe47421203504aee5191435783d007a750f66d368c4c7b1a36e8a360adf5fd8c6a2fae2be02a2a45a6dc2d70d475d06ac17f8b2503c18f5e7282e568
-DIST moodle-3.3.1.tgz 43790252 SHA256 
9c7069a4d46134972ae50f75bae4f25d60ea75603dfaff5fb5f1306fee70daf0 SHA512 
e338e33886b1d76c045d34428be97baedf47e65e4baba8003e334bfca019611bfdcf3f6c68ff3235463bdef6b90734be2725c48202fca259e604456f4c1c0bf1
 WHIRLPOOL 
271cddd2187fd51332241a308c3b04662a0661f014b31e7a1a2391f15db515f4e3aeb1da02408db3215c4a972a279594e7d8f8c43970e7ffabc4ac9fbee5281a
+DIST moodle-3.1.8.tgz 38015937 SHA256 
5209cdda1eaf3f88eb7e9eb852217ad5918607077251dab7fe29f088c76db35d SHA512 
e35912f10fa98bdb0e392f2020fa48c21d077608a6877f4a35c019c34963cc14522664f6bf88a7e98f01e42d0c171c9dbd2f4403d330baab321645fdb1d60fe2
 WHIRLPOOL 
f31973f6845203bad40d6cad6ab560263fa972a38d697d4bd8fae85d10ab63474472055365d90f1566c97cf299efcfeb07d7913af8b5e9660e2e8689c8689d41
+DIST moodle-3.2.5.tgz 39902419 SHA256 
53a381988fc0aa0169c4e2af2364406614bc3cf0948631a1f3008df3ccbfa3c4 SHA512 
f1773d0c118c4e0952ce2606d6982af2641d13d4a4d6630d8a4cb4d5ccaee6c8ecd8fb9d596e7b0947c3ca893efdd5ea4baf35b52832f71c021703b9cbfe2f4c
 WHIRLPOOL 
7c9d48d6c0a28a47e6dd6f848cf07cf36efcc0b7ca2c5bd5e566213ac7928567afbec4e222ac01e56eb496acb6cd665c235ff84ce551d569f4f5a2114848bfb8
+DIST moodle-3.3.2.tgz 44171663 SHA256 
1a34c8e85d05bb693a1f4f5e70b63f527cac655101236ab1e474aa295843fbf1 SHA512 
58b97f3e8f9f5c8956acce77be1e75dcc49ca27bb7032bdc70e386d6dc39dfc843b450ade27061a547f766073ec21564767af50140ac18915ab6cf92a0250973
 WHIRLPOOL 
b69714dae5305f140a6beb441414b79ee5040e58fd8e60e2c958314b5758dd352fdbfaf3e3df38dc2e3185494474eaabee83ad7e51e4fb19eda35996b696e9e5

diff --git a/www-apps/moodle/moodle-3.1.7.ebuild 
b/www-apps/moodle/moodle-3.1.8.ebuild
similarity index 100%
rename from www-apps/moodle/moodle-3.1.7.ebuild
rename to www-apps/moodle/moodle-3.1.8.ebuild

diff --git a/www-apps/moodle/moodle-3.2.4.ebuild 
b/www-apps/moodle/moodle-3.2.5.ebuild
similarity index 100%
rename from www-apps/moodle/moodle-3.2.4.ebuild
rename to www-apps/moodle/moodle-3.2.5.ebuild

diff --git a/www-apps/moodle/moodle-3.3.1.ebuild 
b/www-apps/moodle/moodle-3.3.2.ebuild
similarity index 100%
rename from www-apps/moodle/moodle-3.3.1.ebuild
rename to www-apps/moodle/moodle-3.3.2.ebuild



[gentoo-commits] proj/emacs-tools: New branch: patchsets

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 19:51:06 2017 +

New branch: patchsets




[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2017-09-19 Thread Markus Meier
commit: 96dd00249ff32e09a5136077c3cd7f54c40768ce
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 19 19:44:00 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 19 19:44:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96dd0024

app-portage/repoman: arm stable, bug #627234

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-portage/repoman/repoman-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.3.ebuild 
b/app-portage/repoman/repoman-2.3.3.ebuild
index 5440cfc4eb6..7c332e0a373 100644
--- a/app-portage/repoman/repoman-2.3.3.ebuild
+++ b/app-portage/repoman/repoman-2.3.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/

2017-09-19 Thread Markus Meier
commit: 410b98c37eb159edc6763b3c70cb945ef2371ceb
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 19 19:45:38 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 19 19:45:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410b98c3

x11-misc/xdg-user-dirs-gtk: arm stable, bug #630360

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild 
b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
index ba7a02ebb29..97cbdffdf30 100644
--- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
+++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
@@ -9,7 +9,7 @@ 
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-09-19 Thread Markus Meier
commit: 80b304bd3b3a88f4d99f769d80caaca303b0eb76
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 19 19:44:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 19 19:44:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b304bd

dev-libs/libbsd: arm stable, bug #630340

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/libbsd/libbsd-0.8.6.ebuild 
b/dev-libs/libbsd/libbsd-0.8.6.ebuild
index 49dd914c557..0f4ade0ddef 100644
--- a/dev-libs/libbsd/libbsd-0.8.6.ebuild
+++ b/dev-libs/libbsd/libbsd-0.8.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-3.17"



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

2017-09-19 Thread Markus Meier
commit: 2b76e494f11782c8be117462012921000c890aef
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 19 19:44:58 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 19 19:44:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b76e494

media-gfx/fbgrab: arm stable, bug #630346

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-gfx/fbgrab/fbgrab-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fbgrab/fbgrab-1.3.ebuild 
b/media-gfx/fbgrab/fbgrab-1.3.ebuild
index 19962384b54..d01334020cc 100644
--- a/media-gfx/fbgrab/fbgrab-1.3.ebuild
+++ b/media-gfx/fbgrab/fbgrab-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://fbgrab.monells.se/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libpng:=



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

2017-09-19 Thread Markus Meier
commit: a5f3b932b54af504a5032730610b19bc1e045065
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 19 19:45:18 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 19 19:45:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f3b932

sys-power/upower: arm stable, bug #630358

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 sys-power/upower/upower-0.99.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.5.ebuild 
b/sys-power/upower/upower-0.99.5.ebuild
index dd43985cb08..48d2376f33a 100644
--- a/sys-power/upower/upower-0.99.5.ebuild
+++ b/sys-power/upower/upower-0.99.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~arm64 ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2017-09-19 Thread Markus Meier
commit: f72f53e4745b345849beb0c8b98e20bb3b0b9e90
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 19 19:44:22 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 19 19:44:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72f53e4

dev-libs/libatasmart: arm stable, bug #630338

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-libs/libatasmart/libatasmart-0.19-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild 
b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
index 2e3420063b7..3575c9829eb 100644
--- a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
+++ b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.xz
 
 LICENSE="LGPL-2.1"
 SLOT="0/4"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86"
 IUSE="static-libs"
 
 RDEPEND="virtual/libudev:="



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

2017-09-19 Thread Ulrich Müller
commit: 0c5b09ecce8fb9301081440957bd9d2db12fc262
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Sep 19 19:42:32 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 19:42:32 2017 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0c5b09ec

app-emacs/ebuild-mode: Update for new location of repository.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emacs/ebuild-mode/ebuild-mode-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-.ebuild
index 782e476..77f4ee4 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git"
-EGIT_BRANCH="${PN}"
+EGIT_REPO_URI="git://anongit.gentoo.org/proj/ebuild-mode.git"
+EGIT_BRANCH="master"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
 inherit readme.gentoo-r1 elisp git-r3



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

2017-09-19 Thread Zac Medico
commit: 107da21cdbb7f32f52206dd9f46a9eb0b2553588
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Sep 19 19:31:42 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 19:37:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107da21c

dev-util/android-tools: detect rubygems interpreter for bug 631398

Fixes: https://bugs.gentoo.org/631398
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/android-tools/android-tools-6.0.1_p79.ebuild | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
index 954e418c562..c08ea80eb0d 100644
--- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -29,7 +29,7 @@ RDEPEND="sys-libs/zlib:=
dev-libs/libpcre"
 # dev-lang/ruby is necessary for build script generation.
 DEPEND="${RDEPEND}
-   dev-lang/ruby:*"
+   virtual/rubygems"
 
 S=${WORKDIR}
 
@@ -61,8 +61,16 @@ src_prepare() {
 }
 
 src_compile() {
-   chmod +x ./generate_build.rb || die
-   ./generate_build.rb > build.sh || die
+   # Dynamically detect rubygems interpreter (bug 631398).
+   local ruby_bin=$(type -P ruby) 
ruby_error_log=${T}/generate_build.rb.log success=
+   for ruby_bin in "${ruby_bin}" "${ruby_bin}"[[:digit:]][[:digit:]]; do
+   "${ruby_bin}" ./generate_build.rb 1> build.sh 2> 
"${ruby_error_log}" && \
+   { success=1; break; }
+   done
+   if [[ -z ${success} ]]; then
+   cat "${ruby_error_log}" >&2
+   die "${ruby_bin} ./generate_build.rb failed"
+   fi
sed -e 's:^gcc:${CC}:' -e 's:^g++:${CXX}:' -i build.sh || die
chmod +x build.sh || die
tc-export CC CXX



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

2017-09-19 Thread Sergei Trofimovich
commit: cf48d5be52276708c7a9fe213d58b01f3c3b89b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:23:44 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:23:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf48d5be

app-office/lyx: stable 2.2.3-r1 for ia64, bug #621902

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 app-office/lyx/lyx-2.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.2.3-r1.ebuild 
b/app-office/lyx/lyx-2.2.3-r1.ebuild
index 0ccfcdc78f2..e0bbb61fcb2 100644
--- a/app-office/lyx/lyx-2.2.3-r1.ebuild
+++ b/app-office/lyx/lyx-2.2.3-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
 IUSE="aspell cups debug docbook dia dot enchant gnumeric html +hunspell +latex 
monolithic-build nls +qt5 rcs rtf subversion svg"
 
 LANGS="ar ca cs da de el en es eu fi fr gl he hu ia id it ja nb nn pl pt_BR 
pt_PT ro ru sk sr sv tr uk zh_CN zh_TW"



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2017-09-19 Thread Sergei Trofimovich
commit: 7b9a3cfd2fb4101cfbb2532626c6e6db75cb3598
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:24:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:24:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9a3cfd

app-portage/repoman: stable 2.3.3 for ia64, bug #627234

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 app-portage/repoman/repoman-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.3.ebuild 
b/app-portage/repoman/repoman-2.3.3.ebuild
index 93c73208b02..5440cfc4eb6 100644
--- a/app-portage/repoman/repoman-2.3.3.ebuild
+++ b/app-portage/repoman/repoman-2.3.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2017-09-19 Thread Sergei Trofimovich
commit: 533cfdb36fd4a52d518352ec6ddeebccc8a36b60
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:24:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:24:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533cfdb3

app-admin/apache-tools: stable 2.2.34 for ia64, bug #631308

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 app-admin/apache-tools/apache-tools-2.2.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.2.34.ebuild 
b/app-admin/apache-tools/apache-tools-2.2.34.ebuild
index c890ea0038a..92aee9b8eb5 100644
--- a/app-admin/apache-tools/apache-tools-2.2.34.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.2.34.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="ssl"
 RESTRICT="test"
 



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

2017-09-19 Thread Sergei Trofimovich
commit: 3c0810a4f8ad45ebb7a120e269b3387a85de8e97
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:23:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:23:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0810a4

dev-perl/Net-DNS-SEC: stable 1.20.0 for ia64, bug #622992

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild
index 84e7746e45e..b24add9444e 100644
--- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION='DNSSEC extensions to Net::DNS'
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-19 Thread Sergei Trofimovich
commit: 4e59e6debb417c417093f6aa8c9f50286f66e879
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:23:52 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:23:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e59e6de

dev-perl/Digest-GOST: stable 0.60.0 for ia64, bug #622992

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild 
b/dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild
index ae0820bc9a2..126317e2ab8 100644
--- a/dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild
+++ b/dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Perl interface to the GOST R 34.11-94 digest algorithm"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-DSA/

2017-09-19 Thread Sergei Trofimovich
commit: 89502789ee13dc4a236b8e0939aded3946e1de16
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:23:48 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:23:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89502789

dev-perl/Crypt-OpenSSL-DSA: stable 0.190.0 for ia64, bug #622992

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild 
b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
index 5e92de8ef56..8749bc84be2 100644
--- a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION='Digital Signature Algorithm using OpenSSL'
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="libressl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2017-09-19 Thread Sergei Trofimovich
commit: 32562651b4aa4537d93663317f5adbf54e5a84b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:24:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:24:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32562651

www-servers/apache: stable 2.2.34 for ia64, bug #631308

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 www-servers/apache/apache-2.2.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.2.34.ebuild 
b/www-servers/apache/apache-2.2.34.ebuild
index ee1f2c050d6..dfb63aa297b 100644
--- a/www-servers/apache/apache-2.2.34.ebuild
+++ b/www-servers/apache/apache-2.2.34.ebuild
@@ -88,7 +88,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 src_configure() {



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

2017-09-19 Thread Sergei Trofimovich
commit: 69da655787a4821f1c61c3499590d5c47ede3d9c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:24:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:24:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69da6557

net-print/cups-filters: stable 1.16.4 for ia64, bug #627392

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 net-print/cups-filters/cups-filters-1.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-filters/cups-filters-1.16.4.ebuild 
b/net-print/cups-filters/cups-filters-1.16.4.ebuild
index 7afa069810a..4133d5552aa 100644
--- a/net-print/cups-filters/cups-filters-1.16.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.16.4.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;



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

2017-09-19 Thread Sergei Trofimovich
commit: 6dd6ac2e09e0e0fa83523ebe1c11b19c12e4de73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:25:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:25:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd6ac2e

dev-perl/Net-DNS: stable 1.100.0 for ia64, bug #622992

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-perl/Net-DNS/Net-DNS-1.100.0.ebuild 
b/dev-perl/Net-DNS/Net-DNS-1.100.0.ebuild
index 880bb55a48d..c7c1e4ab306 100644
--- a/dev-perl/Net-DNS/Net-DNS-1.100.0.ebuild
+++ b/dev-perl/Net-DNS/Net-DNS-1.100.0.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
 DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="+ipv6 test minimal"
 
 PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2017-09-19 Thread Sergei Trofimovich
commit: a9a7a7adc21e36dc3a8a3626362f34732cfdfcc2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:24:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:24:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a7a7ad

www-servers/apache: stable 2.4.27-r1 for ia64, bug #631308

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 www-servers/apache/apache-2.4.27-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.27-r1.ebuild 
b/www-servers/apache/apache-2.4.27-r1.ebuild
index fe1fde613fa..f4b75fdd26d 100644
--- a/www-servers/apache/apache-2.4.27-r1.ebuild
+++ b/www-servers/apache/apache-2.4.27-r1.ebuild
@@ -127,7 +127,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



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

2017-09-19 Thread Sergei Trofimovich
commit: 4982cf691d48d20a24996bb178bc1c324a3dc8b3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:20:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:22:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4982cf69

dev-perl/Lexical-SealRequireHints: stable 0.10.0 for hppa, bug #631296

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 .../Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild 
b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild
index 07fcf484279..1b811e647a7 100644
--- a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild
+++ b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Prevent leakage of lexical hints"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 # Note: This module is a no-op at runtime since Perl 5.12



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

2017-09-19 Thread Sergei Trofimovich
commit: d952fc84e4fbecec09d3af05b5be0866feb4ceb3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:21:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d952fc84

dev-perl/strictures: stable 2.0.3 for hppa, bug #631296

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-perl/strictures/strictures-2.0.3.ebuild 
b/dev-perl/strictures/strictures-2.0.3.ebuild
index ea7460f0c5a..a380953e67c 100644
--- a/dev-perl/strictures/strictures-2.0.3.ebuild
+++ b/dev-perl/strictures/strictures-2.0.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Turn on strict and make most warnings fatal"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="



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

2017-09-19 Thread Sergei Trofimovich
commit: ef94f8f5c71d262c1a732eae90347f747fcecf93
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:21:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef94f8f5

dev-perl/multidimensional: stable 0.13.0 for hppa, bug #631296

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-perl/multidimensional/multidimensional-0.13.0.ebuild 
b/dev-perl/multidimensional/multidimensional-0.13.0.ebuild
index 58453f9603d..1df0cff755c 100644
--- a/dev-perl/multidimensional/multidimensional-0.13.0.ebuild
+++ b/dev-perl/multidimensional/multidimensional-0.13.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="disables multidimensional array emulation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-19 Thread Sergei Trofimovich
commit: ac61a1691f83d7ab42778261ae7821e61bb5f653
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:21:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac61a169

dev-perl/indirect: stable 0.360.0 for hppa, bug #631296

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-perl/indirect/indirect-0.360.0.ebuild 
b/dev-perl/indirect/indirect-0.360.0.ebuild
index e08dc7a8521..186655dde44 100644
--- a/dev-perl/indirect/indirect-0.360.0.ebuild
+++ b/dev-perl/indirect/indirect-0.360.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lexically warn about using the indirect method call syntax"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-19 Thread Sergei Trofimovich
commit: f783bbb4ce8cf30fbc3ffce80195807198bd6aee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:21:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f783bbb4

dev-perl/bareword-filehandles: stable 0.5.0 for hppa, bug #631296

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 dev-perl/bareword-filehandles/bareword-filehandles-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.5.0.ebuild 
b/dev-perl/bareword-filehandles/bareword-filehandles-0.5.0.ebuild
index 1048a6b0d27..d869c2c6b31 100644
--- a/dev-perl/bareword-filehandles/bareword-filehandles-0.5.0.ebuild
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.5.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Disables bareword filehandles"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-OP-Check/

2017-09-19 Thread Sergei Trofimovich
commit: 908548ba4308a79b138b3cadfa0e0e00ca9fe983
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 19 19:21:55 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 19 19:22:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908548ba

dev-perl/B-Hooks-OP-Check: stable 0.210.0 for hppa, bug #631296

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.210.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.210.0.ebuild 
b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.210.0.ebuild
index 22a66a86246..70fda02355b 100644
--- a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.210.0.ebuild
+++ b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Wrap OP check callbacks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-parent"



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

2017-09-19 Thread Kent Fredric
commit: 2f37eaff3c570fd4f91ddfad9fa6fcf93884ec1e
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep 19 19:07:18 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 19 19:07:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f37eaff

dev-perl/PPI: x86 stable 1.224.0 bug #631282

Tested-by: Myckel Habets
Bug: https://bugs.gentoo.org/631282
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-perl/PPI/PPI-1.224.0.ebuild b/dev-perl/PPI/PPI-1.224.0.ebuild
index 2af6125c1c5..1238b1e6fb7 100644
--- a/dev-perl/PPI/PPI-1.224.0.ebuild
+++ b/dev-perl/PPI/PPI-1.224.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] proj/python-gentoo-patches:3.5 commit in: patches/

2017-09-19 Thread Mike Gilbert
commit: 7edcfc0b16982e57f799eebe550eb6a6d75ffa7a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 19 18:37:01 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 19 18:37:01 2017 +
URL:
https://gitweb.gentoo.org/proj/python-gentoo-patches.git/commit/?id=7edcfc0b

Updates for 3.5 from Arfrever

 patches/01_all_static_library_location.patch   |   4 +-
 patches/03_all_libdir.patch|   8 +-
 ..._all_regenerate_platform-specific_modules.patch |  12 +-
 patches/21_all_distutils_c++.patch |   8 +-
 patches/22_all_tests_environment.patch | 131 +++--
 5 files changed, 84 insertions(+), 79 deletions(-)

diff --git a/patches/01_all_static_library_location.patch 
b/patches/01_all_static_library_location.patch
index 56c6ff0..cc25234 100644
--- a/patches/01_all_static_library_location.patch
+++ b/patches/01_all_static_library_location.patch
@@ -4,7 +4,7 @@ https://bugs.python.org/issue6103
 
 --- Makefile.pre.in
 +++ Makefile.pre.in
-@@ -1047,6 +1047,19 @@
+@@ -1049,6 +1049,19 @@
$(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
$$ensurepip --root=$(DESTDIR)/ ; \
fi
@@ -24,7 +24,7 @@ https://bugs.python.org/issue6103
  
  commoninstall:  @FRAMEWORKALTINSTALLFIRST@ \
altbininstall libinstall inclinstall libainstall \
-@@ -1385,18 +1398,6 @@
+@@ -1387,18 +1400,6 @@
elsetrue; \
fi; \
done

diff --git a/patches/03_all_libdir.patch b/patches/03_all_libdir.patch
index 3fa0528..41d10f9 100644
--- a/patches/03_all_libdir.patch
+++ b/patches/03_all_libdir.patch
@@ -13,7 +13,7 @@
  'data'   : '$base',
 --- Lib/distutils/sysconfig.py
 +++ Lib/distutils/sysconfig.py
-@@ -133,7 +133,7 @@
+@@ -130,7 +130,7 @@
  
  if os.name == "posix":
  libpython = os.path.join(prefix,
@@ -67,7 +67,7 @@
  'data': '{userbase}',
 --- Lib/test/test_site.py
 +++ Lib/test/test_site.py
-@@ -249,7 +249,7 @@
+@@ -262,7 +262,7 @@
  elif os.sep == '/':
  # OS X non-framwework builds, Linux, FreeBSD, etc
  self.assertEqual(len(dirs), 1)
@@ -78,7 +78,7 @@
  else:
 --- Makefile.pre.in
 +++ Makefile.pre.in
-@@ -126,7 +126,7 @@
+@@ -128,7 +128,7 @@
  MANDIR=   @mandir@
  INCLUDEDIR=   @includedir@
  CONFINCLUDEDIR=   $(exec_prefix)/include
@@ -129,7 +129,7 @@
  
 --- configure.ac
 +++ configure.ac
-@@ -4524,7 +4524,7 @@
+@@ -4535,7 +4535,7 @@
  
  dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
  AC_SUBST(PY_ENABLE_SHARED)

diff --git a/patches/05_all_regenerate_platform-specific_modules.patch 
b/patches/05_all_regenerate_platform-specific_modules.patch
index b8d412c..c57f257 100644
--- a/patches/05_all_regenerate_platform-specific_modules.patch
+++ b/patches/05_all_regenerate_platform-specific_modules.patch
@@ -37,7 +37,7 @@ https://bugs.python.org/issue12619
 +python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/stropts.h
 --- Makefile.pre.in
 +++ Makefile.pre.in
-@@ -483,7 +483,7 @@
+@@ -451,7 +451,7 @@
  
  # Default target
  all:  @DEF_MAKE_ALL_RULE@
@@ -46,7 +46,7 @@ https://bugs.python.org/issue12619
  
  # Compile a binary with profile guided optimization.
  profile-opt:
-@@ -607,6 +607,32 @@
+@@ -576,6 +576,32 @@
_TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' 
\
$(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
  
@@ -79,16 +79,16 @@ https://bugs.python.org/issue12619
  # Build static library
  # avoid long command lines, same as LIBRARY_OBJS
  $(LIBRARY): $(LIBRARY_OBJS)
-@@ -1241,7 +1267,7 @@
+@@ -1243,7 +1269,7 @@
unittest unittest/test unittest/test/testmock \
-   venv venv/scripts venv/scripts/posix \
+   venv venv/scripts venv/scripts/common venv/scripts/posix \
curses pydoc_data $(MACHDEPS)
 -libinstall:   build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
 +libinstall:   build_all $(srcdir)/Modules/xxmodule.c
@for i in $(SCRIPTDIR) $(LIBDEST); \
do \
if test ! -d $(DESTDIR)$$i; then \
-@@ -1333,23 +1359,6 @@
+@@ -1335,23 +1361,6 @@
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
$(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver 
$(DESTDIR)$(LIBDEST)/lib2to3/PatternGrammar.txt
  
@@ -112,7 +112,7 @@ https://bugs.python.org/issue12619
  python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
-@@ -1682,7 +1691,7 @@
+@@ -1686,7 +1695,7 @@
  Python/thread.o: @THREADHEADERS@
  
  # Declare targets that aren't real files

diff --git a/patches/21_all_distutils_c++.patch 
b/patches/21_all_distutils_c++.patch
index 9b2ed60..7e898c2 100644
--- a/patches/21_all_distutils_c++.patch
+++ b/patches/21_all_distutils_c++.patch
@@ -81,7 +81,7 @@ 

[gentoo-commits] proj/python-gentoo-patches: New tag: 3.5.4-0

2017-09-19 Thread Mike Gilbert
commit: 
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 19 18:55:20 2017 +

New tag: 3.5.4-0




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

2017-09-19 Thread Mike Gilbert
commit: f8fa1c952c35bf91186fc246fe07d4a9c57192a6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 19 18:54:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 19 18:54:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fa1c95

dev-lang/python: bump to 3.5.4

Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38

 dev-lang/python/Manifest|   2 +
 dev-lang/python/python-3.5.4.ebuild | 362 
 2 files changed, 364 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 84350bfd8bc..756bfc6d5f2 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -4,6 +4,7 @@ DIST Python-2.7.14.tar.xz 12576112 SHA256 
71ffb26e09e78650e424929b2b457b9c912ac2
 DIST Python-3.4.5.tar.xz 14516820 SHA256 
ee64b1c8a47461009abf25252332d29a4e587cb4f0c1c96aa793a3732e9d898a SHA512 
b548a5338d141b3086dea372fa2cc245ba5350ee9f0d1304ef6222dc45380b66d380b092e547d54206d56ca68563b95036f445f97f72bb0ef1d48f81a74a3d4c
 WHIRLPOOL 
43e0aed0177d46148964447b4fb24475c4c736afb2ba84ec393fbf55db3da3f192308f9c8f236deaa7a608dac56946ee7755970fadaa82bf406c910a05f36883
 DIST Python-3.4.6.tar.xz 14473592 SHA256 
f13428bbe6aa9e3b9b6499502dc488c26096349ed7a21f7a0c1db9095f40 SHA512 
f6785cf6a99a8a27823baefe59cc20e34cbec01bb444c8600e7f49b5437159d5137f9d80fce26e219846d71bfe98f68bc6f0c87719a34db0050a4eaca95959ac
 WHIRLPOOL 
d76c18cd247a953ff836cea1ead6f9fb71637938f8bdc91376f06841069944863ac3f6fa536fd0102279e828149c3280b48a48c8d0eaca70df2941a3f38a18ed
 DIST Python-3.5.3.tar.xz 15213396 SHA256 
eefe2ad6575855423ab630f5b51a8ef6e5556f774584c06beab4926f930ddbb0 SHA512 
bbcc20e315c63dbc8901d7e7bfa29d4dbdad9335720757d8d679730319fd1d9fcfdb55cf62d620c9b052134170f162c28d653a8af60923185b8932524d827864
 WHIRLPOOL 
8aecc4dd97342d23b61cbef686f8324d4e9ee970e40745f88027bca63cf144cfa454e4d88ac52d508126c26f1ddb18617d0ff37f036438f08842998ed9e06066
+DIST Python-3.5.4.tar.xz 15332320 SHA256 
94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c SHA512 
dbbe2740ee1cce5404b7b6436a9b3887e15f415a1006efa22014ec7e5b1e48c43eed0ff98f6f5b365c527b8d2525be4ce72bbe404ce71c0835529fcd6f0267ff
 WHIRLPOOL 
63bca2b7b6f5da024c30f84d7e4152a37232e3b277fc5ec58ede9a1da57a44e31bb5f2e5ee33874328526f8d7fdd05dc12df5c69fb827394d5b57907671d3dd3
 DIST Python-3.6.1.tar.xz 16872064 SHA256 
a01810ddfcec216bcdb357a84bfaafdfaa0ca42bbdaa4cb7ff74f5a9961e4041 SHA512 
8605fb7019386fec227d4b06d06f00ae500a8a89df289bfe6141bb56196c75483a60cc0ee553930742b31cefce68add5ccf226e0f27b7b915f5026d597e1ac29
 WHIRLPOOL 
94309888496431e974463c42375df5eb067321687d47e81efebd36aac322d44bb76f274c0595c7e9de2ea35ead594d0b261e1be2ec31914a812e654c71fff105
 DIST python-gentoo-patches-2.7.12-0.tar.xz 13576 SHA256 
cd842eec7202df57c153adc1fbb81e70b26ef651f8e9346e065d8577b93f343b SHA512 
8bf530fca15c47fa5d9bc958e433b35943a12c98e4172806a45aa60dc85ec92f8ab6ffcd90f752dc5bf8ffc711414894c15820c4b6ef72dbcedc2808119fb1f6
 WHIRLPOOL 
54b8ca6a4371d460dadccfdffcc096c12930d58714eef95117a658d7a1337ea89c45c69553b5b993017211faaa0f8d670e09a8452e53c0fb176be3e908524ee6
 DIST python-gentoo-patches-2.7.13-0.tar.xz 13292 SHA256 
271835eb36125d09cc5e904ef23a5263acd8e5f513202a8d4f8a9a0f64fc80a8 SHA512 
d70f6baba1a465a752c515e33dfdee2a5cc75400fadfb8ea0bd1e82d50089abdf02d7726c697850dc47de2054aa494bbdc08de2673c260b54e609f29dab259ad
 WHIRLPOOL 
6a6d8b099fa814839bf5b3455b3889205c649ef522b35c3a501831d63d0e916d7747b83ac9b8991f8f8c34b328478d84cf7a12a32161ce0fec37204f9c019e2d
@@ -11,4 +12,5 @@ DIST python-gentoo-patches-2.7.14-0.tar.xz 13428 SHA256 
3567feeb8f0c66161efaea19
 DIST python-gentoo-patches-3.4.5-0.tar.xz 12044 SHA256 
84ee7630670a1dac4bbbc55fabf5f99b5b29007de4f140ad956e93d2e7aba8fa SHA512 
108a4845667ecdf4001fcbeffab0cfbbac87439a449a7351428b0f3e2f159e3848ee0c0dfa45c9fba893b9f9584b33722fc8bb0bd7485a1d0909c3a35ede6ed8
 WHIRLPOOL 
f0248faa0b4ce5679e37381bba90f8a4d361a49db792787bffc06a54a4bc82fea4d53255120f10e6dbf51b99e12417fc1b469be9624e73508fa3a212a38e7352
 DIST python-gentoo-patches-3.4.6-0.tar.xz 11728 SHA256 
93e7c8487deefc36c612403fb6c82e495c46846a1952f9ed85f82af41840be4a SHA512 
41c22dc8f1db8800fc0b97eed2b27bf1873e5de1369bd4aecf7a7a91e609a78e45a4b56fc89d575317f33a7704c0c1cad1494e8a993415a198f256e8338f49ab
 WHIRLPOOL 
851945e7ccea985a88bcbd71bc404bc34c27a0e335386e9ed15fa9876aab3285ff559936fb2dcadf7ac0594a7cb03ac3a9e4135b67b350c5fdf33e9a44ca0654
 DIST python-gentoo-patches-3.5.3-0.tar.xz 11740 SHA256 
34e83921697c31a5470afc09b8601b4f54466ac75b3b8ed3ed71af218af10d1c SHA512 
16357e49573ea6abe6f106327c0f733312653c68726c4c3f0d1ec21df6d22bc69e512a28131b3a81eb2261e32376811a839b16604e72c7fb5abb7a692840228d
 WHIRLPOOL 
99d3eb0a132f674b998e467a5d89e73d26cf547613034938ad255ccad9d34852b6b18a3da39659c8164b196788bdc90bf2e8ebc5c8c0c4f6fb6fc45fcdd406f5
+DIST python-gentoo-patches-3.5.4-0.tar.xz 11704 SHA256 
30c9dbcd5c11ed025b9d8dd201da84c5b9f9756f9b6ba77ccaebc6b79a91e320 SHA512 

[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.4-patches-3

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:21 2017 +

Tag deleted: emacs-24.4-patches-3




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.4-patches-4

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:24 2017 +

Tag deleted: emacs-24.4-patches-4




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.5-patches-1

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:31 2017 +

Tag deleted: emacs-24.5-patches-1




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.4-patches-2

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:17 2017 +

Tag deleted: emacs-24.4-patches-2




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-6

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:07 2017 +

Tag deleted: emacs-24.3-patches-6




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.5-patches-4

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:42 2017 +

Tag deleted: emacs-24.5-patches-4




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-25.2-patches-1

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:45 2017 +

Tag deleted: emacs-25.2-patches-1




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.4-patches-5

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:28 2017 +

Tag deleted: emacs-24.4-patches-5




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.5-patches-2

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:35 2017 +

Tag deleted: emacs-24.5-patches-2




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-7

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:10 2017 +

Tag deleted: emacs-24.3-patches-7




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-1

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:49 2017 +

Tag deleted: emacs-24.3-patches-1




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.5-patches-3

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:38 2017 +

Tag deleted: emacs-24.5-patches-3




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.4-patches-1

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:14 2017 +

Tag deleted: emacs-24.4-patches-1




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-4

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:00 2017 +

Tag deleted: emacs-24.3-patches-4




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-3

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:56 2017 +

Tag deleted: emacs-24.3-patches-3




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.1-patches-4

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:25 2017 +

Tag deleted: emacs-24.1-patches-4




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.1-patches-5

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:28 2017 +

Tag deleted: emacs-24.1-patches-5




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-5

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:45:03 2017 +

Tag deleted: emacs-24.3-patches-5




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.3-patches-2

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:53 2017 +

Tag deleted: emacs-24.3-patches-2




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.2-patches-3

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:46 2017 +

Tag deleted: emacs-24.2-patches-3




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.2-patches-2

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:42 2017 +

Tag deleted: emacs-24.2-patches-2




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.1-patches-2

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:18 2017 +

Tag deleted: emacs-24.1-patches-2




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-23.4-patches-9

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:11 2017 +

Tag deleted: emacs-23.4-patches-9




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-23.4-patches-8

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:07 2017 +

Tag deleted: emacs-23.4-patches-8




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.1_rc-patches-1

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:35 2017 +

Tag deleted: emacs-24.1_rc-patches-1




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.2-patches-1

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:39 2017 +

Tag deleted: emacs-24.2-patches-1




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.1-patches-6

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:32 2017 +

Tag deleted: emacs-24.1-patches-6




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-23.4-patches-6

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:00 2017 +

Tag deleted: emacs-23.4-patches-6




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-23.4-patches-21

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:43:46 2017 +

Tag deleted: emacs-23.4-patches-21




[gentoo-commits] proj/emacs-tools: Tag deleted: emacs-24.1-patches-3

2017-09-19 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 19 18:44:21 2017 +

Tag deleted: emacs-24.1-patches-3




  1   2   3   >