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

2018-09-16 Thread Michał Górny
commit: a551494af6ad33515709b33b6d0922062f8b83fe
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 17 06:40:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 17 06:58:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a551494a

dev-python/pygit2: Bump to 0.27.2

 dev-python/pygit2/Manifest |  1 +
 dev-python/pygit2/pygit2-0.27.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest
index 0e0c239416e..338e0ea9209 100644
--- a/dev-python/pygit2/Manifest
+++ b/dev-python/pygit2/Manifest
@@ -1,2 +1,3 @@
 DIST pygit2-0.26.4.tar.gz 477318 BLAKE2B 
d17ef799ff3eab3629194fe0fe90dcc335e40509c13f53bc8f8e0b01e93dc838ca474a5e4ef44c9be2eac7d08e98c735820e936cbbcb7f398f76f9732954bc69
 SHA512 
e459e47bfa8137421625633a731d49882d95a52d4f2d672f2c8efe7cd6cca4b5ee7a353b309df4917d9b29b30c1f9a96b7e226e3e7fe0cd34bbefce6
 DIST pygit2-0.27.1.tar.gz 477820 BLAKE2B 
e4db7bfa484c28130ce48a2b23a0af26a715d15a789998001182f7d5c426a7f0d432d8e6f598346ce417b2c3532eb2a3407ebcfd9d48723a1e6359a30574d46c
 SHA512 
9d889c13ad55e6c65e24b334f114f7d23b90961ae21c5b1f7bd8d85d44686f7ee8e98c13026c612c9a5feb500a54cf77bfa1e2bd165c657b58d879511622e6f7
+DIST pygit2-0.27.2.tar.gz 477237 BLAKE2B 
68fc1e9d9456e4a9d6eaaf00963d02704282de2a9deb1af946ee0c7c69be22fc904b8e80fe243987a3dddb9a0e5365fdf5e336b9dca829dcd9843c2035db42c9
 SHA512 
f6578a3694babe7837a5ccc4c99e2fa1827b5f67815f2cac6f3b3d0498d94a0ffeb55d3c6e9c9417d47ecbf0ad9a10302e3b59ea0d2e9eec6d9da8426b10175b

diff --git a/dev-python/pygit2/pygit2-0.27.2.ebuild 
b/dev-python/pygit2/pygit2-0.27.2.ebuild
new file mode 100644
index 000..b4668c6c371
--- /dev/null
+++ b/dev-python/pygit2/pygit2-0.27.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1 eapi7-ver
+
+DESCRIPTION="Python bindings for libgit2"
+HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.org/project/pygit2/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =dev-libs/libgit2-$(ver_cut 1-2)*
+   >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+   sed -i -e '/pycparser/s:<2.18::' setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test --args='-v'
+}



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

2018-09-16 Thread Michał Górny
commit: 221736bf3f539a2a1446761c12ad1d0f5d977077
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 17 06:56:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 17 06:56:15 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=221736bf

mirrors/distfiles: Fixed syntax error

Reported-by: 'green lampshade'

 files/mirrors/distfiles.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 1788c0d..4f10974 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -152,7 +152,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   Uni Erlangen-Nürnberg
   http://ftp.fau.de/gentoo
   ftp://ftp.fau.de/gentoo
-  rsync://ftp.fau.de/gentoo
+  rsync://ftp.fau.de/gentoo
 
 
   Dresden University of Technology/AG DSN



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

2018-09-16 Thread Michał Górny
commit: 1f8eedc8a6d030f5a4fa204fe68b693961e5e7c3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 22 20:35:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 17 06:44:55 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1f8eedc8

Ban prepallinfo for ebuild scope use

Reviewed-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/prepall | 4 ++--
 bin/ebuild-helpers/prepallinfo | 9 ++---
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall
index bc77af4a1..c2d879f37 100755
--- a/bin/ebuild-helpers/prepall
+++ b/bin/ebuild-helpers/prepall
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -17,7 +17,7 @@ if has chflags $FEATURES ; then
 fi
 
 prepallman
-prepallinfo
+[[ -d ${ED%/}/usr/share/info ]] && prepinfo
 
 ___eapi_has_dostrip || prepallstrip
 

diff --git a/bin/ebuild-helpers/prepallinfo b/bin/ebuild-helpers/prepallinfo
index 34d6a74b7..e23a6d410 100755
--- a/bin/ebuild-helpers/prepallinfo
+++ b/bin/ebuild-helpers/prepallinfo
@@ -4,10 +4,5 @@
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
 
-if ! ___eapi_has_prefix_variables; then
-   ED=${D}
-fi
-
-[[ -d ${ED%/}/usr/share/info ]] || exit 0
-
-exec prepinfo
+die "'${0##*/}' is not allowed in ebuild scope"
+exit 1



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

2018-09-16 Thread Michał Górny
commit: efee1fa6e50aab511c42d995d2fd2f89d9cdecd6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 22 20:36:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 17 06:45:09 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=efee1fa6

Ban prepallman in ebuild scope

Reviewed-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/prepall|  7 ++-
 bin/ebuild-helpers/prepallman | 20 +++-
 2 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall
index c2d879f37..87e1ca20c 100755
--- a/bin/ebuild-helpers/prepall
+++ b/bin/ebuild-helpers/prepall
@@ -16,7 +16,12 @@ if has chflags $FEATURES ; then
chflags -R nosunlnk,nouunlnk "${ED}" 2>/dev/null
 fi
 
-prepallman
+if ! ___eapi_has_docompress; then
+   while IFS= read -r -d '' mandir ; do
+   mandir=${mandir#${ED}}
+   prepman "${mandir%/man}"
+   done < <(find "${ED}" -type d -name man -print0)
+fi
 [[ -d ${ED%/}/usr/share/info ]] && prepinfo
 
 ___eapi_has_dostrip || prepallstrip

diff --git a/bin/ebuild-helpers/prepallman b/bin/ebuild-helpers/prepallman
index 03b10a8da..e23a6d410 100755
--- a/bin/ebuild-helpers/prepallman
+++ b/bin/ebuild-helpers/prepallman
@@ -1,22 +1,8 @@
 #!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
 
-# replaced by controllable compression in EAPI 4
-___eapi_has_docompress && exit 0
-
-if ! ___eapi_has_prefix_variables; then
-   ED=${D}
-fi
-
-ret=0
-
-while IFS= read -r -d '' mandir ; do
-   mandir=${mandir#${ED}}
-   prepman "${mandir%/man}"
-   ((ret|=$?))
-done < <(find "${ED}" -type d -name man -print0)
-
-exit ${ret}
+die "'${0##*/}' is not allowed in ebuild scope"
+exit 1



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

2018-09-16 Thread Michał Górny
commit: be5877962bfdf949f887a61f03e1754286dd5ffd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 22 20:59:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 17 06:45:11 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=be587796

Ban prepalldocs in ebuild scope

Reviewed-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/prepalldocs | 19 ++-
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs
index 6cdceb318..e23a6d410 100755
--- a/bin/ebuild-helpers/prepalldocs
+++ b/bin/ebuild-helpers/prepalldocs
@@ -4,20 +4,5 @@
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
 
-if ___eapi_has_docompress; then
-   die "'${0##*/}' has been banned for EAPI '$EAPI'"
-   exit 1
-fi
-
-if [[ -n $1 ]] ; then
-   __vecho "${0##*/}: invalid usage; takes no arguments" 1>&2
-fi
-
-if ! ___eapi_has_prefix_variables; then
-   ED=${D}
-fi
-
-[[ -d ${ED%/}/usr/share/doc ]] || exit 0
-
-ecompressdir --ignore /usr/share/doc/${PF}/html
-ecompressdir --queue /usr/share/doc
+die "'${0##*/}' is not allowed in ebuild scope"
+exit 1



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

2018-09-16 Thread Michał Górny
commit: 2f1c3a0e7e0e5b6d61ede0c5328ea8010881f9b5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 22 21:49:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 17 06:45:13 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2f1c3a0e

Ban prepall in ebuild scope

Reviewed-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/prepall | 28 ++--
 bin/misc-functions.sh  | 27 ++-
 2 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall
index 87e1ca20c..e23a6d410 100755
--- a/bin/ebuild-helpers/prepall
+++ b/bin/ebuild-helpers/prepall
@@ -4,29 +4,5 @@
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
 
-if ! ___eapi_has_prefix_variables; then
-   ED=${D}
-fi
-
-if has chflags $FEATURES ; then
-   # Save all the file flags for restoration at the end of prepall.
-   mtree -c -p "${ED}" -k flags > "${T}/bsdflags.mtree"
-   # Remove all the file flags so that prepall can do anything necessary.
-   chflags -R noschg,nouchg,nosappnd,nouappnd "${ED}"
-   chflags -R nosunlnk,nouunlnk "${ED}" 2>/dev/null
-fi
-
-if ! ___eapi_has_docompress; then
-   while IFS= read -r -d '' mandir ; do
-   mandir=${mandir#${ED}}
-   prepman "${mandir%/man}"
-   done < <(find "${ED}" -type d -name man -print0)
-fi
-[[ -d ${ED%/}/usr/share/info ]] && prepinfo
-
-___eapi_has_dostrip || prepallstrip
-
-if has chflags $FEATURES ; then
-   # Restore all the file flags that were saved at the beginning of 
prepall.
-   mtree -U -e -p "${ED}" -k flags < "${T}/bsdflags.mtree" &> /dev/null
-fi
+die "'${0##*/}' is not allowed in ebuild scope"
+exit 1

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 34492e086..d25bc8498 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -162,6 +162,31 @@ prepcompress() {
return 0
 }
 
+__prepall() {
+   if has chflags $FEATURES ; then
+   # Save all the file flags for restoration at the end of prepall.
+   mtree -c -p "${ED}" -k flags > "${T}/bsdflags.mtree"
+   # Remove all the file flags so that prepall can do anything 
necessary.
+   chflags -R noschg,nouchg,nosappnd,nouappnd "${ED}"
+   chflags -R nosunlnk,nouunlnk "${ED}" 2>/dev/null
+   fi
+
+   if ! ___eapi_has_docompress; then
+   while IFS= read -r -d '' mandir ; do
+   mandir=${mandir#${ED}}
+   prepman "${mandir%/man}"
+   done < <(find "${ED}" -type d -name man -print0)
+   fi
+   [[ -d ${ED%/}/usr/share/info ]] && prepinfo
+
+   ___eapi_has_dostrip || prepallstrip
+
+   if has chflags $FEATURES ; then
+   # Restore all the file flags that were saved at the beginning 
of prepall.
+   mtree -U -e -p "${ED}" -k flags < "${T}/bsdflags.mtree" &> 
/dev/null
+   fi
+}
+
 install_qa_check() {
local d f i qa_var x paths qa_checks=() checks_run=()
if ! ___eapi_has_prefix_variables; then
@@ -219,7 +244,7 @@ install_qa_check() {
done < <(printf "%s\0" "${qa_checks[@]}" | LC_ALL=C sort -u -z)
 
export STRIP_MASK
-   prepall
+   __prepall
___eapi_has_docompress && prepcompress
ecompressdir --dequeue
ecompress --dequeue



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

2018-09-16 Thread Hans de Graaff
commit: f4613c91b043247cfb012c5b1abf489967c66e28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 06:05:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4613c91

dev-ruby/flog: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/flog/flog-4.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/flog/flog-4.6.2.ebuild b/dev-ruby/flog/flog-4.6.2.ebuild
index e12ac1c66ac..a6a26a241aa 100644
--- a/dev-ruby/flog/flog-4.6.2.ebuild
+++ b/dev-ruby/flog/flog-4.6.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



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

2018-09-16 Thread Hans de Graaff
commit: 7eaa5741857c45abcb422762ed65dfdfe0419b26
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 05:42:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eaa5741

dev-ruby/flog: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/flog/Manifest  |  1 -
 dev-ruby/flog/flog-4.6.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 2a208eca161..1c71b779f1d 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1 @@
-DIST flog-4.6.1.gem 26112 BLAKE2B 
b9b242b9e43bdbf9430bde74c7aa261ad4ce5e60e4522786304e21d55a9531a501eb831073a79230fdc13d8b0e9ec4666fbf72c551e8d82d9c1a6880589bb897
 SHA512 
43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859
 DIST flog-4.6.2.gem 26112 BLAKE2B 
ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb
 SHA512 
d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01

diff --git a/dev-ruby/flog/flog-4.6.1.ebuild b/dev-ruby/flog/flog-4.6.1.ebuild
deleted file mode 100644
index 3f89e731523..000
--- a/dev-ruby/flog/flog-4.6.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="http://ruby.sadi.st/";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



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

2018-09-16 Thread Hans de Graaff
commit: aed70d9bbaf15e8f1acaaea5c872a09ac408f461
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 06:11:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed70d9b

dev-ruby/faraday_middleware-multi_json: add ruby25; use rspec3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../faraday_middleware-multi_json-0.0.6-r1.ebuild  | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git 
a/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
 
b/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
index ca8addbae7d..51bb703fa4d 100644
--- 
a/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
+++ 
b/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -33,9 +33,3 @@ all_ruby_prepare() {
# Avoid unneeded dependency on git.
sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
 }
-
-each_ruby_prepare() {
-   # Make sure the test scripts use the right ruby interpreter
-   #sed -i -e 's:ruby:'${RUBY}':' script/* || die
-   :
-}



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

2018-09-16 Thread Hans de Graaff
commit: 004e75ead5337d8765f53125149b82242d9b9bd2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 06:06:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004e75ea

dev-ruby/flickraw: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/flickraw/flickraw-0.9.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/flickraw/flickraw-0.9.9.ebuild 
b/dev-ruby/flickraw/flickraw-0.9.9.ebuild
index 67c5e07ab77..52d43056a22 100644
--- a/dev-ruby/flickraw/flickraw-0.9.9.ebuild
+++ b/dev-ruby/flickraw/flickraw-0.9.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 # Tests are against the Flickr API and require an API key.
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2018-09-16 Thread Hans de Graaff
commit: 55b488cd46f5cfd240f0bac56e2b146e6521669e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 05:41:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b488cd

dev-ruby/uglifier: add 4.1.19

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/uglifier/Manifest   |  1 +
 dev-ruby/uglifier/uglifier-4.1.19.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index a2a830a8e60..126ad66364a 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -4,3 +4,4 @@ DIST uglifier-4.1.15.tar.gz 200245 BLAKE2B 
3e709eaa2394f611fdcb1996656e5531014c1
 DIST uglifier-4.1.16.tar.gz 200320 BLAKE2B 
3c23cc25c03a4c335b2866dee7aed34e3b32987960f5a7b8e376e3ba2dd858081286dda164fc39a55bcf0be29910fe90064ac1129e0aa370d118b5a83a2feec0
 SHA512 
25eccabfcf1fe2fe1dd3f3afd9835d51d692f1f57060b7c281af557f31646d293f4736c162abdba276622b0cc1558820830d073006b00e8ba6213d16c0a56773
 DIST uglifier-4.1.17.tar.gz 200378 BLAKE2B 
a1eaed99a87366ae157173afb12df32d80db65a2a93bb58661f3e3e52efb74f4857fb2b9fad8cf9c95da7c22ba18cb778f4bf863e4857f82ba20839a266eefdb
 SHA512 
53652323c793604fe1fb7ce96d46343399804c15a68d474d1b6ec88a8d2e58805dd7b703851ef48710b458a23f749816f61d8717ddb05c9219524a1b102cd3f1
 DIST uglifier-4.1.18.tar.gz 200342 BLAKE2B 
d3c7c25465759a3cca72feb1d0072d3d563e8d06da57f6e8dd46945707e8d82823f49e19b0cc88e9e04cfd73001a1207229bf290c05a7c68f43418613d9dcdc3
 SHA512 
ab877707e2236e73d669eedeb17d4cba39c9b199f2ec27aa9b7b7a66d3c07754fb29dd3e4523ddf40bd215d9f985edb3e9205ccb326c0d5487cf9d011777fdb6
+DIST uglifier-4.1.19.tar.gz 200607 BLAKE2B 
8e8031c162bf5d12bcd85638dcdb3da2fa2877a8246a62ab9db7cc33dfc91926076c2c7231ee3f99729e9a34e6d18f6eb296f9d67e81db818a8fd7997210900f
 SHA512 
dce40803daf0101f4d9934e2b100688ce08019ef5660f9851ea5d65743dad071d6af4bc7ee00b65ae4d245602d6a2678c3d90e838f9d7e1935fec46fe0f3c2da

diff --git a/dev-ruby/uglifier/uglifier-4.1.19.ebuild 
b/dev-ruby/uglifier/uglifier-4.1.19.ebuild
new file mode 100644
index 000..b822aa8c1b9
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-4.1.19.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier";
+SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+}



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

2018-09-16 Thread Hans de Graaff
commit: b017a1caa77269ed0e5cf94885aa5ae171336500
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 17 06:09:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 17 06:14:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b017a1ca

dev-ruby/file-tail: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/file-tail/file-tail-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
index ba8b45ba4b5..e60211d022b 100644
--- a/dev-ruby/file-tail/file-tail-1.2.0.ebuild
+++ b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2018-09-16 Thread Mikle Kolyada
commit: 7d281deee0374ffa8f93edb921ea6231e1bab474
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep 17 06:07:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep 17 06:07:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d281dee

app-portage/repoman: amd64 stable wrt bug #666374

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

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



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

2018-09-16 Thread Mikle Kolyada
commit: f565a6410a5034daf98baacf115bc157c4bdbb16
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep 17 06:06:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep 17 06:06:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f565a641

sys-apps/portage: amd64 stable wrt bug #666374

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
index 9963e46ec94..cb56bb30821 100644
--- a/sys-apps/portage/portage-2.3.49.ebuild
+++ b/sys-apps/portage/portage-2.3.49.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 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



[gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/powerpc/

2018-09-16 Thread Matt Turner
commit: faf27fad3abe485f4b6453aa0646c9becaf6ba0a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 03:26:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 03:26:54 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=faf27fad

specs/ppc: Update configs

 .../powerpc/installcd-ppc32apple-4.14.config   | 180 ++
 .../powerpc/installcd-ppc64apple-4.14.config   | 266 ++---
 2 files changed, 50 insertions(+), 396 deletions(-)

diff --git a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
index 4867aaa1..a78f3416 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
@@ -1962,7 +1962,7 @@ CONFIG_I2C_COMPAT=y
 CONFIG_I2C_CHARDEV=y
 # CONFIG_I2C_MUX is not set
 CONFIG_I2C_HELPER_AUTO=y
-CONFIG_I2C_ALGOBIT=y
+CONFIG_I2C_ALGOBIT=m
 
 #
 # I2C Hardware Bus support
@@ -2071,7 +2071,7 @@ CONFIG_POWER_SUPPLY=y
 # CONFIG_CHARGER_BQ2415X is not set
 # CONFIG_CHARGER_SMB347 is not set
 # CONFIG_BATTERY_GAUGE_LTC2941 is not set
-CONFIG_HWMON=m
+CONFIG_HWMON=y
 # CONFIG_HWMON_VID is not set
 # CONFIG_HWMON_DEBUG_CHIP is not set
 
@@ -2305,66 +2305,11 @@ CONFIG_AGP=m
 CONFIG_AGP_UNINORTH=m
 CONFIG_VGA_ARB=y
 CONFIG_VGA_ARB_MAX_GPUS=16
-CONFIG_DRM=m
-# CONFIG_DRM_DP_AUX_CHARDEV is not set
-CONFIG_DRM_KMS_HELPER=m
-CONFIG_DRM_KMS_FB_HELPER=y
-CONFIG_DRM_FBDEV_EMULATION=y
-CONFIG_DRM_FBDEV_OVERALLOC=100
-# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
-CONFIG_DRM_TTM=m
-
-#
-# I2C encoder or helper chips
-#
-# CONFIG_DRM_I2C_CH7006 is not set
-# CONFIG_DRM_I2C_SIL164 is not set
-# CONFIG_DRM_I2C_NXP_TDA998X is not set
-CONFIG_DRM_RADEON=m
-# CONFIG_DRM_RADEON_USERPTR is not set
-# CONFIG_DRM_AMDGPU is not set
+# CONFIG_DRM is not set
 
 #
 # ACP (Audio CoProcessor) Configuration
 #
-# CONFIG_DRM_NOUVEAU is not set
-# CONFIG_DRM_VGEM is not set
-# CONFIG_DRM_UDL is not set
-# CONFIG_DRM_AST is not set
-# CONFIG_DRM_MGAG200 is not set
-# CONFIG_DRM_CIRRUS_QEMU is not set
-# CONFIG_DRM_RCAR_DW_HDMI is not set
-# CONFIG_DRM_QXL is not set
-# CONFIG_DRM_BOCHS is not set
-CONFIG_DRM_PANEL=y
-
-#
-# Display Panels
-#
-# CONFIG_DRM_PANEL_LVDS is not set
-# CONFIG_DRM_PANEL_SIMPLE is not set
-# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set
-CONFIG_DRM_BRIDGE=y
-CONFIG_DRM_PANEL_BRIDGE=y
-
-#
-# Display Interface Bridges
-#
-# CONFIG_DRM_ANALOGIX_ANX78XX is not set
-# CONFIG_DRM_DUMB_VGA_DAC is not set
-# CONFIG_DRM_LVDS_ENCODER is not set
-# CONFIG_DRM_MEGACHIPS_STDP_GE_B850V3_FW is not set
-# CONFIG_DRM_NXP_PTN3460 is not set
-# CONFIG_DRM_PARADE_PS8622 is not set
-# CONFIG_DRM_SIL_SII8620 is not set
-# CONFIG_DRM_SII902X is not set
-# CONFIG_DRM_TOSHIBA_TC358767 is not set
-# CONFIG_DRM_TI_TFP410 is not set
-# CONFIG_DRM_I2C_ADV7511 is not set
-# CONFIG_DRM_ARCPGU is not set
-# CONFIG_DRM_HISI_HIBMC is not set
-# CONFIG_DRM_TINYDRM is not set
-# CONFIG_DRM_LEGACY is not set
 # CONFIG_DRM_LIB_RANDOM is not set
 
 #
@@ -2374,19 +2319,18 @@ CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_CMDLINE=y
 CONFIG_FB_NOTIFY=y
-CONFIG_FB_DDC=y
+# CONFIG_FB_DDC is not set
 # CONFIG_FB_BOOT_VESA_SUPPORT is not set
 CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_COPYAREA=y
 CONFIG_FB_CFB_IMAGEBLIT=y
 # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
-CONFIG_FB_SYS_FILLRECT=m
-CONFIG_FB_SYS_COPYAREA=m
-CONFIG_FB_SYS_IMAGEBLIT=m
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
 # CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA is not set
 # CONFIG_FB_FOREIGN_ENDIAN is not set
-CONFIG_FB_SYS_FOPS=m
-CONFIG_FB_DEFERRED_IO=y
+# CONFIG_FB_SYS_FOPS is not set
 # CONFIG_FB_SVGALIB is not set
 CONFIG_FB_MACMODES=y
 CONFIG_FB_BACKLIGHT=y
@@ -2406,41 +2350,23 @@ CONFIG_FB_VALKYRIE=y
 CONFIG_FB_CT65550=y
 CONFIG_FB_ASILIANT=y
 CONFIG_FB_IMSTT=y
-CONFIG_FB_VGA16=y
+# CONFIG_FB_VGA16 is not set
 # CONFIG_FB_OPENCORES is not set
 # CONFIG_FB_S1D13XXX is not set
-CONFIG_FB_NVIDIA=y
-CONFIG_FB_NVIDIA_I2C=y
-# CONFIG_FB_NVIDIA_DEBUG is not set
-CONFIG_FB_NVIDIA_BACKLIGHT=y
-CONFIG_FB_RIVA=y
-CONFIG_FB_RIVA_I2C=y
-# CONFIG_FB_RIVA_DEBUG is not set
-CONFIG_FB_RIVA_BACKLIGHT=y
+# CONFIG_FB_NVIDIA is not set
+# CONFIG_FB_RIVA is not set
 # CONFIG_FB_I740 is not set
 # CONFIG_FB_MATROX is not set
-CONFIG_FB_RADEON=y
-CONFIG_FB_RADEON_I2C=y
-CONFIG_FB_RADEON_BACKLIGHT=y
-# CONFIG_FB_RADEON_DEBUG is not set
-CONFIG_FB_ATY128=y
-CONFIG_FB_ATY128_BACKLIGHT=y
-CONFIG_FB_ATY=y
-CONFIG_FB_ATY_CT=y
-CONFIG_FB_ATY_GENERIC_LCD=y
-CONFIG_FB_ATY_GX=y
-CONFIG_FB_ATY_BACKLIGHT=y
+# CONFIG_FB_RADEON is not set
+# CONFIG_FB_ATY128 is not set
+# CONFIG_FB_ATY is not set
 # CONFIG_FB_S3 is not set
-CONFIG_FB_SAVAGE=y
-# CONFIG_FB_SAVAGE_I2C is not set
-# CONFIG_FB_SAVAGE_ACCEL is not set
+# CONFIG_FB_SAVAGE is not set
 # CONFIG_FB_SIS is not set
 # CONFIG_FB_NEOMAGIC is not set
 # C

[gentoo-commits] proj/releng:master commit in: tools/

2018-09-16 Thread Matt Turner
commit: c53e24b4b040a54f8fc6eebf628c63e799b8d368
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 17 03:26:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 17 03:26:34 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c53e24b4

catalyst-auto: Fix more s/ppc/ppc32/

 tools/catalyst-auto-ppc.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index bc4ee17f..f88c5ce0 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -60,10 +60,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
 
case ${spec} in
-   ppc/installcd-stage2-minimal.spec)
+   ppc32/installcd-stage2-minimal.spec)
upload *${TIMESTAMP}*.iso*
;;
-   ppc/stage3.spec)
+   ppc32/stage3.spec)
upload stage3-ppc-*${TIMESTAMP}*.xz*
;;
ppc64/stage3.spec)



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

2018-09-16 Thread Alice Ferrazzi
commit: a1998ca86e3016f0b10590a691dcfd658b94a84d
Author: Karl Linden  gmail  com>
AuthorDate: Sat Sep 15 06:06:34 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Sep 17 01:18:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1998ca8

sys-kernel/rt-sources: version bump to 4.14.69_p43

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9870

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-4.14.69_p43.ebuild   | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 024cb354a72..9ef99ca5ba0 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -25,6 +25,8 @@ DIST patch-4.14.59-rt37.patch.xz 230040 BLAKE2B 
c2973c4ff401667f1933db9d89b050df
 DIST patch-4.14.59.xz 1514024 BLAKE2B 
ad0e2873d5e7572a864ad7b6a7decfdc991b575dd68040a5134be7bbdd48a41fadf7ddb1e4dd61d600501a73db77adb8d33371b20174d2b1da75c4cc562ebd5e
 SHA512 
a3797c2802fb36e0e9d4e7817b5554657a1943d6087ef1b43394eebbfb3da16f81fb3e4fec9482685e98b01f178988e8dc32c92fdcb6832cbfee79773894446d
 DIST patch-4.14.63-rt40.patch.xz 229024 BLAKE2B 
ba69e2388a4e6d585a042771e8f4da153c5c256cf057be98c9a3a062cde3f523d2e49b56bc4df071ee3f4bd75c07659e2fce2072a317643bd6e77d08877cf15d
 SHA512 
667f872df8ee8cb86fb923500115c23efce3329ddba38875c13e4a02e793eae7b73215dfa7c8fb9efdca7e3e2fc1843801ead5f6947cea6234be454e4b7ec856
 DIST patch-4.14.63.xz 1598940 BLAKE2B 
532af2963b6be9361b8acda05d59c942e69ee27656c47cec3f078a8932a967c8f1a171c0e6688b6ceba656407f577f2b334533bea348720353de06ed39375e01
 SHA512 
09871bb57e36b15859cfe67691d9cf60831f73e10a8bc43dfe89d22aebf249a84326293612dd620b6ee118b0e60daead76acd93eb1c2a0eb15613836fed5e7b7
+DIST patch-4.14.69-rt43.patch.xz 231208 BLAKE2B 
462434ae3f9a5babb90427a9197303aa1f3fd5eeacb144e567ca575cc83f671917031c24e237e0e0461aa3af4da0118565bd4dc489727203ed87ee9a5da36a9c
 SHA512 
e5b7344f2dc782f9084cde1f0714536e8a4dfa451df31afb16c905be71efaad762924403e8fd555e49d074c3048820d2d52e2dbc47b7da380506e69656db2a11
+DIST patch-4.14.69.xz 1702156 BLAKE2B 
88afab19954acd828cafa38d3d7e74c6a18ff1585b6bd9c16eadcb2ce8058ec9a87783d53bcd25c29d15ccbeda1b555babf554e149de63767a852524b75eeecd
 SHA512 
0e17f70c898a58384ffd29c599a52cccfea30a820f1e55cdf9f46f319370b1c0dc16e9000b1a2dfa84779463b757b8810cbe881c919b635801ae078b5e3c0513
 DIST patch-4.16.18-rt12.patch.xz 230644 BLAKE2B 
d3e777b47c6b33ceab5d7829a54ff76c08682958b7e2798b7dae177281514f89e98833883d8757adfc687f88c23ef55ea3c0392da398ac92454bb5e3f870a609
 SHA512 
d15089470ea9317aac8be600f09bd76566a65a1f48b3efe22a0ad1269444cd9fa15723dd190fe5e2a30c2464a9cc3b53200d7a7d462b3adac00e70ecfae593ba
 DIST patch-4.16.18.xz 506924 BLAKE2B 
dc41b7247e58808e1827fda7b4236ccac1ef8150f4c200161f4a9cd91912a7cb8b72337dfd403c3b1d7bee3d2626b5d53e3c3d595d80418da57bc3f9b58fdbce
 SHA512 
9e1cf90b874c757393680026cb74500ca9fa22c0047ac820f4e5f43062125f8cf469f1e8e93a084b9ecc28a177e55c8b733c2fe620e46694a338f1b2ff4180f8
 DIST patch-4.18.5-rt3.patch.xz 159224 BLAKE2B 
7b7cd22d0da7a15cd2682f7a24a7bdf5eeea265f7397a5e9524194adc3bd1cf3f75e22699ce024ee7bf425596ba7c4a87547d4a2ccbc5b2a9428aa656395d63a
 SHA512 
78ce98933ea463df3dedfca0dd531a736aa8f77ee39e5946785da55639d87c36c3801b77bf80105554845a9a3734c584d80803357e4f4d7ad91f1be2b02482f0

diff --git a/sys-kernel/rt-sources/rt-sources-4.14.69_p43.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.14.69_p43.ebuild
new file mode 100644
index 000..d65a86c4c30
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.14.69_p43.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit eapi7-ver
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
di

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

2018-09-16 Thread Alice Ferrazzi
commit: 99e2303a0c98f97694cc514f5de71fc826e51647
Author: Karl Linden  gmail  com>
AuthorDate: Sat Sep 15 06:07:22 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Sep 17 01:18:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e2303a

sys-kernel/rt-sources: version bump to 4.18.7_p5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-kernel/rt-sources/Manifest|  2 +
 sys-kernel/rt-sources/rt-sources-4.18.7_p5.ebuild | 54 +++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 9ef99ca5ba0..5f1017cf54e 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -31,6 +31,8 @@ DIST patch-4.16.18-rt12.patch.xz 230644 BLAKE2B 
d3e777b47c6b33ceab5d7829a54ff76c
 DIST patch-4.16.18.xz 506924 BLAKE2B 
dc41b7247e58808e1827fda7b4236ccac1ef8150f4c200161f4a9cd91912a7cb8b72337dfd403c3b1d7bee3d2626b5d53e3c3d595d80418da57bc3f9b58fdbce
 SHA512 
9e1cf90b874c757393680026cb74500ca9fa22c0047ac820f4e5f43062125f8cf469f1e8e93a084b9ecc28a177e55c8b733c2fe620e46694a338f1b2ff4180f8
 DIST patch-4.18.5-rt3.patch.xz 159224 BLAKE2B 
7b7cd22d0da7a15cd2682f7a24a7bdf5eeea265f7397a5e9524194adc3bd1cf3f75e22699ce024ee7bf425596ba7c4a87547d4a2ccbc5b2a9428aa656395d63a
 SHA512 
78ce98933ea463df3dedfca0dd531a736aa8f77ee39e5946785da55639d87c36c3801b77bf80105554845a9a3734c584d80803357e4f4d7ad91f1be2b02482f0
 DIST patch-4.18.5.xz 58136 BLAKE2B 
dfcd74b39247ff1983086e93b675ec7d4a5e2914517c4536c47ba04a0f5431374991765e0568c907921bd441ca08e50f341171f6b252b963095f8c165034895e
 SHA512 
b7c1457b92051d79a6dfe1d1acbe3e9cf589ba1aac0db61d76a500f0966854307c35e91016b6175f2a863a4cd63e0c99fa879eea2e5467d38e86afa44bfcfd52
+DIST patch-4.18.7-rt5.patch.xz 159768 BLAKE2B 
f4acf5678562a29559cbe3f18db9c127183216983a9fcdce4d7145331390eae55f376776c1ffbf1616974c56e2616898801f7134ae6d52057396816329ed5eb1
 SHA512 
66b20734a5a78db0b5c9a718030b13ec6c619a92546b3ddfce26850f1bf254750cd463925209cfddf9c1fa90e13dad08e5b2d7efe7cb0a1faa637db3336152ac
+DIST patch-4.18.7.xz 140532 BLAKE2B 
0e5c586070e67738fba0c9d144ce196dc1bfee2ed12556efdf8104764400aeebe6d018a8d036a51e1cf26c064a17aed7a9f6f01f2125f45022fcc070960641a5
 SHA512 
483ce39833de636cc8ba52908db14819fcd61bf3a3bfe6409dc858bd5a563de24beade909fb71c3a529a5761f638398bc30fdf2796220ae3da78e3e2a363fdb7
 DIST patch-4.4.145-rt162.patch.xz 196244 BLAKE2B 
9174782551b44f83b0c7e39a56e7b2f96dcb287fb4556a53f3e0de7b004d6916e3e5bffa781da5967fe4b5c1bcc657c3ba8aa0bb6dd6ad1d98878abf7fc43d5b
 SHA512 
6a06eed7c041de86eb82aec87f7f0d4b6c78d4ff0615ca56c3e1234ce298a93785e25803319e1b4c68393b7e7d5cd816e28564e6b6d3060a97bb7afa637b8438
 DIST patch-4.4.145.xz 2051344 BLAKE2B 
349ffe3aefb003a84ad9a1747c80fe56b0d7c15bc7dba23aa01447085333e30893a81005019632f3acfe169404a3603b1df770ef26926b98ea1edb6660e2
 SHA512 
622f8bb87d600d0cb7f3155112c27b9725e3da449f2b0e491f28b567629ff0611e8d182276a62424f51a2beb2e4809385f6ddee735431edab553c52ed40291d4
 DIST patch-4.4.148-rt165.patch.xz 196240 BLAKE2B 
18bb4cc4b8ed700677173ff7eae90ddf891d1f2f162a93cb83a414e1d34a4c05ee758f081b1300f3355848569bcc6bc381c0775a821729659c9a18e4b0503bde
 SHA512 
133f2ee8135a1c00f8d8342b8d0a3f80dfff3973a1f09688d1a61f4648475ba5a7df7f94506c9b371cacb63afaa8fd7473cfa47cf7c5ab97764de29bf2288da0

diff --git a/sys-kernel/rt-sources/rt-sources-4.18.7_p5.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.18.7_p5.ebuild
new file mode 100644
index 000..d65a86c4c30
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.18.7_p5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit eapi7-ver
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "Do *not* open bugs in Gentoo's bugzilla u

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

2018-09-16 Thread Nick Sarnie
commit: fcf2651f03d96e22129de1737b0a8a14637264d0
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:12:50 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:12:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf2651f

app-emulation/wine-d3d9: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-d3d9/Manifest  |   2 -
 app-emulation/wine-d3d9/wine-d3d9-3.12.ebuild | 575 --
 2 files changed, 577 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index f656ed62cff..3b24d6d922a 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,10 +1,8 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
-DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd15215d2f67e3d8e34e298d36620f55409bb781687f3ab11e6a44bd95eaa033e642fdb0d7aae90319ac2ddd2fb6
 SHA512 
afc76e8975ea780f664de27a17128f730bcbe72a9fad0c01bfe6dcc98c2f98729ccde32e97fe4df2cf98f5d1b254b28f0e7cd380855148c5cfb41dd88f3012a1
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
 DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
-DIST wine-d3d9-3.12.tar.gz 50544 BLAKE2B 
68c58a8800facf910b72e07f8be77d260060175da25583d3e6562cbe18c4fa1cf2fe0f5d109747e6901677231483adf02a0f1d76105e66733faf1e932c75e876
 SHA512 
9beb98528600b6699a6112abaf037d73a7cd0e791de04dee2c1874075b9b99a24438df92421802eb89e1285e1235e6a36b6cd7260757fc43d7f8cb3b913296ad
 DIST wine-d3d9-3.13.tar.gz 50546 BLAKE2B 
2773503ad2c952c47982258c8b7d7486b5822bfd759a96aa138996aed5ac16d7e3c7add7700f4394292f6154fdd8d58dbfabad1faf8b5013fb88f68ed7657521
 SHA512 
c3da30c0ce7fca433a703e42213c4a4f6c7a1f8a2d7744555a385641e5c344772dfd142779978d131bf42e79cddb4925b9926fd96e7e1497e173a755f1ec6ce5
 DIST wine-d3d9-3.14.tar.gz 50546 BLAKE2B 
47169741d0330902a006ce4a7663de317b221cfaa3e19abfbb3af2ff886e2a42a1185151531c2b67b57bdafc5646c10f57cd4ff11faf1d2f36c9f269f382637d
 SHA512 
921bd096aa039d002b0f3c5f856668063a34164ad097cee696f45af7d148e80a78b05dfb879f91337fea2cb6e06dd99be2d199b5186c9cd7726dc72f31ddd1ea
 DIST wine-d3d9-3.15.tar.gz 50540 BLAKE2B 
5fbb56d4e6b2373fa9a2075a379e577584a50c04fa15fbe3e282d25b03211e64dc5f429082a654c3c61016ddda9c5a12277b78086a0938e5cb20952b01ef72e2
 SHA512 
448433198cb40628edf2ee6f7697671c9efb1c8e68ce826b0edc884625e5f1659956f0c76ea995443c29ca4cefe5030559860d7413f553fc4a3523df3a35b3a7

diff --git a/app-emulation/wine-d3d9/wine-d3d9-3.12.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-3.12.ebuild
deleted file mode 100644
index eba28b4356e..000
--- a/app-emulation/wine-d3d9/wine-d3d9-3.12.ebuild
+++ /dev/null
@@ -1,575 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(get_version_component_range 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
-   KEYWORDS="-* ~amd64 ~x86 ~x8

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

2018-09-16 Thread Nick Sarnie
commit: 3f76e2e9d81cd4dc889aa13d40a7e64fd6e0b720
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:13:32 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:13:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f76e2e9

app-emulation/wine-staging: Sync with ::wine

Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-3.16.ebuild  | 612 +
 2 files changed, 614 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index ce3078a2cbb..28746c9dcb7 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -3,7 +3,9 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-staging-3.12.tar.gz 9936375 BLAKE2B 
5c48fb1037d39ce6ab78c03a002b2edfc2fc434c0f661bb6def050becd7411998b9ae763db99bda3b5190e3e6ab355699806d976d01f813904080c6156dafb7e
 SHA512 
166f991f7c8f59df656f3fb28150a8e26e48d1ff6906b3eccd31cb84524e28efe7e7df00eadc21881940308ccc4b4edebcb2a71bdd03ba3de5beb1cf42e2f058
 DIST wine-staging-3.13.tar.gz 9936353 BLAKE2B 
f5791c6f1bc43395860ea938cfadefe88e6839e44d6e3a8c5b9474e1ec17654645145459a2a9c32adbec6a5cd6441f754b0121958ff4c12e424262bb61c18358
 SHA512 
0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a
 DIST wine-staging-3.14.tar.gz 9938677 BLAKE2B 
0f801298ad23d24688d072236bfa5b9fc549e1ecb964912f90029efd71fab27a38661df27433b52d1356a2b800c9a7c39d91ae08f60eb2deaf211d97a1ba60b7
 SHA512 
f998baac6be3fece1ae6d4e924f883befea43f849d678c987e9fe4d102cf22fde7b4a0fa728294c46d70c7d29caa037022fb9e33ce4b4fac0e49c94d25cdfa66
 DIST wine-staging-3.15.tar.gz 9941091 BLAKE2B 
5a0e37ce52ff3e6130434aa56953e70fafb0c83dc33fa1ad7562a9244821ae75c30b9c858c7506462348b6d13016c236a14bde0297bc43d2d282d60c6c012470
 SHA512 
f0ed9d4a099b03c04a126927919b7eddbdaff7a08a0b97cdf387c64318826d6454183cf03997425b349540d13b1ccf6262aa2c5af0af682939584e3de71b7541
+DIST wine-staging-3.16.tar.gz 9928264 BLAKE2B 
61882e36da7026b078e753de7a3a089fc64578fc2cf4ceb27146125003e86cc386ada2fa55d48e40279665218ae630bf63fce12b72acddfd8e4a6ea1730a9fca
 SHA512 
25f06b06a0880b3926d9d3dfb35fd1aeb1f168426917dee32dcf906970474862021416f4e9db1917d8320962bc0bc17d1f3dad21b634a60b8e0da87a4b54067e

diff --git a/app-emulation/wine-staging/wine-staging-3.16.ebuild 
b/app-emulation/wine-staging/wine-staging-3.16.ebuild
new file mode 100644
index 000..2977288b1ee
--- /dev/null
+++ b/app-emulation/wine-staging/wine-staging-3.16.ebuild
@@ -0,0 +1,612 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+STAGING_P="wine-staging-${PV}"
+STAGING_DIR="${WORKDIR}/${STAGING_P}"
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wi

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

2018-09-16 Thread Nick Sarnie
commit: cb4e3af766f74f42c185b5880d8c5ca229014350
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:12:20 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:12:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4e3af7

app-emulation/wine-d3d9: Sync with ::wine

Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-d3d9/Manifest  |   2 +
 app-emulation/wine-d3d9/wine-d3d9-3.16.ebuild | 575 ++
 2 files changed, 577 insertions(+)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 5ce7b337025..f656ed62cff 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -3,7 +3,9 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-d3d9-3.12.tar.gz 50544 BLAKE2B 
68c58a8800facf910b72e07f8be77d260060175da25583d3e6562cbe18c4fa1cf2fe0f5d109747e6901677231483adf02a0f1d76105e66733faf1e932c75e876
 SHA512 
9beb98528600b6699a6112abaf037d73a7cd0e791de04dee2c1874075b9b99a24438df92421802eb89e1285e1235e6a36b6cd7260757fc43d7f8cb3b913296ad
 DIST wine-d3d9-3.13.tar.gz 50546 BLAKE2B 
2773503ad2c952c47982258c8b7d7486b5822bfd759a96aa138996aed5ac16d7e3c7add7700f4394292f6154fdd8d58dbfabad1faf8b5013fb88f68ed7657521
 SHA512 
c3da30c0ce7fca433a703e42213c4a4f6c7a1f8a2d7744555a385641e5c344772dfd142779978d131bf42e79cddb4925b9926fd96e7e1497e173a755f1ec6ce5
 DIST wine-d3d9-3.14.tar.gz 50546 BLAKE2B 
47169741d0330902a006ce4a7663de317b221cfaa3e19abfbb3af2ff886e2a42a1185151531c2b67b57bdafc5646c10f57cd4ff11faf1d2f36c9f269f382637d
 SHA512 
921bd096aa039d002b0f3c5f856668063a34164ad097cee696f45af7d148e80a78b05dfb879f91337fea2cb6e06dd99be2d199b5186c9cd7726dc72f31ddd1ea
 DIST wine-d3d9-3.15.tar.gz 50540 BLAKE2B 
5fbb56d4e6b2373fa9a2075a379e577584a50c04fa15fbe3e282d25b03211e64dc5f429082a654c3c61016ddda9c5a12277b78086a0938e5cb20952b01ef72e2
 SHA512 
448433198cb40628edf2ee6f7697671c9efb1c8e68ce826b0edc884625e5f1659956f0c76ea995443c29ca4cefe5030559860d7413f553fc4a3523df3a35b3a7
+DIST wine-d3d9-3.16.tar.gz 50547 BLAKE2B 
d2031ceeb048a1221bd99c634b4ff84787b46fe79bb781c429706c5030a2509792ee3f24ca0d69d844d2d1e505c688aec255b5bf9a6561dc74a819360522c8df
 SHA512 
3f1d2d75fc11ea7dfbe6b9e4e75c4dccc6488814e53be53ba7513da56848d6a57a7a7c66a70088b0615078b00a784caa9033d0415d3c3bb29adbd373d72a4d10

diff --git a/app-emulation/wine-d3d9/wine-d3d9-3.16.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-3.16.ebuild
new file mode 100644
index 000..b92ea182b4a
--- /dev/null
+++ b/app-emulation/wine-d3d9/wine-d3d9-3.16.ebuild
@@ -0,0 +1,575 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+D3D9_P="wine-d3d9-${PV}"
+D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows

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

2018-09-16 Thread Nick Sarnie
commit: 902e4330e1055806aab24af1d9e637916dca0b34
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:11:10 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:11:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902e4330

app-emulation/wine-vanilla: Sync with ::wine

Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-3.16.ebuild  | 532 +
 2 files changed, 533 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index f5ea35ac64c..c799d7d9441 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -5,3 +5,4 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.16.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.16.ebuild
new file mode 100644
index 000..9a0d8ea7f20
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.16.ebuild
@@ -0,0 +1,532 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/";
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X 
+xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )
+   vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   )
+   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
+   capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
+   cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
+   fontconfig? ( media-libs/fontco

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

2018-09-16 Thread Nick Sarnie
commit: b02857d48f234072aa5874ae31ce8bc471e40205
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:15:18 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:15:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02857d4

app-emulation/wine-any: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-any/Manifest |   3 -
 app-emulation/wine-any/wine-any-3.12.ebuild | 641 
 2 files changed, 644 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 4e0c58a7b68..c248c715529 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,15 +1,12 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
-DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd15215d2f67e3d8e34e298d36620f55409bb781687f3ab11e6a44bd95eaa033e642fdb0d7aae90319ac2ddd2fb6
 SHA512 
afc76e8975ea780f664de27a17128f730bcbe72a9fad0c01bfe6dcc98c2f98729ccde32e97fe4df2cf98f5d1b254b28f0e7cd380855148c5cfb41dd88f3012a1
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
 DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
-DIST wine-d3d9-3.12.tar.gz 50544 BLAKE2B 
68c58a8800facf910b72e07f8be77d260060175da25583d3e6562cbe18c4fa1cf2fe0f5d109747e6901677231483adf02a0f1d76105e66733faf1e932c75e876
 SHA512 
9beb98528600b6699a6112abaf037d73a7cd0e791de04dee2c1874075b9b99a24438df92421802eb89e1285e1235e6a36b6cd7260757fc43d7f8cb3b913296ad
 DIST wine-d3d9-3.13.tar.gz 50546 BLAKE2B 
2773503ad2c952c47982258c8b7d7486b5822bfd759a96aa138996aed5ac16d7e3c7add7700f4394292f6154fdd8d58dbfabad1faf8b5013fb88f68ed7657521
 SHA512 
c3da30c0ce7fca433a703e42213c4a4f6c7a1f8a2d7744555a385641e5c344772dfd142779978d131bf42e79cddb4925b9926fd96e7e1497e173a755f1ec6ce5
 DIST wine-d3d9-3.14.tar.gz 50546 BLAKE2B 
47169741d0330902a006ce4a7663de317b221cfaa3e19abfbb3af2ff886e2a42a1185151531c2b67b57bdafc5646c10f57cd4ff11faf1d2f36c9f269f382637d
 SHA512 
921bd096aa039d002b0f3c5f856668063a34164ad097cee696f45af7d148e80a78b05dfb879f91337fea2cb6e06dd99be2d199b5186c9cd7726dc72f31ddd1ea
 DIST wine-d3d9-3.15.tar.gz 50540 BLAKE2B 
5fbb56d4e6b2373fa9a2075a379e577584a50c04fa15fbe3e282d25b03211e64dc5f429082a654c3c61016ddda9c5a12277b78086a0938e5cb20952b01ef72e2
 SHA512 
448433198cb40628edf2ee6f7697671c9efb1c8e68ce826b0edc884625e5f1659956f0c76ea995443c29ca4cefe5030559860d7413f553fc4a3523df3a35b3a7
 DIST wine-d3d9-3.16.tar.gz 50547 BLAKE2B 
d2031ceeb048a1221bd99c634b4ff84787b46fe79bb781c429706c5030a2509792ee3f24ca0d69d844d2d1e505c688aec255b5bf9a6561dc74a819360522c8df
 SHA512 
3f1d2d75fc11ea7dfbe6b9e4e75c4dccc6488814e53be53ba7513da56848d6a57a7a7c66a70088b0615078b00a784caa9033d0415d3c3bb29adbd373d72a4d10
-DIST wine-staging-3.12.tar.gz 9936375 BLAKE2B 
5c48fb1037d39ce6ab78c03a002b2edfc2fc434c0f661bb6def050becd7411998b9ae763db99bda3b5190e3e6ab355699806d976d01f813904080c6156dafb7e
 SHA512 
166f991f7c8f59df656f3fb28150a8e26e48d1ff6906b3eccd31cb84524e28efe7e7df00eadc21881940308ccc4b4edebcb2a71bdd03ba3de5beb1cf42e2f058
 DIST wine-staging-3.13.tar.gz 9936353 BLAKE2B 
f5791c6f1bc43395860ea938cfadefe88e6839e44d6e3a8c5b9474e1ec17654645145459a2a9c32adbec6a5cd6441f754b0121958ff4c12e424262bb61c18358
 SHA512 
0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a
 DIST wine-staging-3.14.tar.gz 9938677 BLAKE2B 
0f801298ad23d24688d072236bfa5b9fc549e1ecb964912f90029efd71fab27a38661df27433b52d1356a2b800c9a7c39d91ae08f60eb2deaf211d97a1ba60b7
 SHA512 
f998baac6be3fece

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

2018-09-16 Thread Nick Sarnie
commit: 7a888934e80d31159c9c625fe4f34b29f3391326
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:14:48 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:14:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a888934

app-emulation/wine-any: Sync with ::wine

Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-any/Manifest |   3 +
 app-emulation/wine-any/wine-any-3.16.ebuild | 641 
 2 files changed, 644 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index d33473ee8a1..4e0c58a7b68 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -3,11 +3,14 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-d3d9-3.12.tar.gz 50544 BLAKE2B 
68c58a8800facf910b72e07f8be77d260060175da25583d3e6562cbe18c4fa1cf2fe0f5d109747e6901677231483adf02a0f1d76105e66733faf1e932c75e876
 SHA512 
9beb98528600b6699a6112abaf037d73a7cd0e791de04dee2c1874075b9b99a24438df92421802eb89e1285e1235e6a36b6cd7260757fc43d7f8cb3b913296ad
 DIST wine-d3d9-3.13.tar.gz 50546 BLAKE2B 
2773503ad2c952c47982258c8b7d7486b5822bfd759a96aa138996aed5ac16d7e3c7add7700f4394292f6154fdd8d58dbfabad1faf8b5013fb88f68ed7657521
 SHA512 
c3da30c0ce7fca433a703e42213c4a4f6c7a1f8a2d7744555a385641e5c344772dfd142779978d131bf42e79cddb4925b9926fd96e7e1497e173a755f1ec6ce5
 DIST wine-d3d9-3.14.tar.gz 50546 BLAKE2B 
47169741d0330902a006ce4a7663de317b221cfaa3e19abfbb3af2ff886e2a42a1185151531c2b67b57bdafc5646c10f57cd4ff11faf1d2f36c9f269f382637d
 SHA512 
921bd096aa039d002b0f3c5f856668063a34164ad097cee696f45af7d148e80a78b05dfb879f91337fea2cb6e06dd99be2d199b5186c9cd7726dc72f31ddd1ea
 DIST wine-d3d9-3.15.tar.gz 50540 BLAKE2B 
5fbb56d4e6b2373fa9a2075a379e577584a50c04fa15fbe3e282d25b03211e64dc5f429082a654c3c61016ddda9c5a12277b78086a0938e5cb20952b01ef72e2
 SHA512 
448433198cb40628edf2ee6f7697671c9efb1c8e68ce826b0edc884625e5f1659956f0c76ea995443c29ca4cefe5030559860d7413f553fc4a3523df3a35b3a7
+DIST wine-d3d9-3.16.tar.gz 50547 BLAKE2B 
d2031ceeb048a1221bd99c634b4ff84787b46fe79bb781c429706c5030a2509792ee3f24ca0d69d844d2d1e505c688aec255b5bf9a6561dc74a819360522c8df
 SHA512 
3f1d2d75fc11ea7dfbe6b9e4e75c4dccc6488814e53be53ba7513da56848d6a57a7a7c66a70088b0615078b00a784caa9033d0415d3c3bb29adbd373d72a4d10
 DIST wine-staging-3.12.tar.gz 9936375 BLAKE2B 
5c48fb1037d39ce6ab78c03a002b2edfc2fc434c0f661bb6def050becd7411998b9ae763db99bda3b5190e3e6ab355699806d976d01f813904080c6156dafb7e
 SHA512 
166f991f7c8f59df656f3fb28150a8e26e48d1ff6906b3eccd31cb84524e28efe7e7df00eadc21881940308ccc4b4edebcb2a71bdd03ba3de5beb1cf42e2f058
 DIST wine-staging-3.13.tar.gz 9936353 BLAKE2B 
f5791c6f1bc43395860ea938cfadefe88e6839e44d6e3a8c5b9474e1ec17654645145459a2a9c32adbec6a5cd6441f754b0121958ff4c12e424262bb61c18358
 SHA512 
0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a
 DIST wine-staging-3.14.tar.gz 9938677 BLAKE2B 
0f801298ad23d24688d072236bfa5b9fc549e1ecb964912f90029efd71fab27a38661df27433b52d1356a2b800c9a7c39d91ae08f60eb2deaf211d97a1ba60b7
 SHA512 
f998baac6be3fece1ae6d4e924f883befea43f849d678c987e9fe4d102cf22fde7b4a0fa728294c46d70c7d29caa037022fb9e33ce4b4fac0e49c94d25cdfa66
 DIST wine-staging-3.15.tar.gz 9941091 BLAKE2B 
5a0e37ce52ff3e6130434aa56953e70fafb0c83dc33fa1ad7562a9244821ae75c30b9c858c7506462348b6d13016c236a14bde0297bc43d2d282d60c6c012470
 SHA512 
f0ed9d4a099b03c04a126927919b7eddbdaff7a08a0b97cdf387c64318826d6454183cf03997425b349540d13b1ccf6262aa2c5af0af682939584e3de71b7541
+DIST wine-staging-3.16.tar.gz 9928264 BLAKE2B 
61882e36da7026b078e753de7a3a089fc64578fc2cf4ceb2714

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

2018-09-16 Thread Nick Sarnie
commit: 6185278a7ab1d8acd6b4ef7d6dc9700a8f937a0e
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:11:44 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:11:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6185278a

app-emulation/wine-vanilla: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-vanilla/Manifest|   1 -
 .../wine-vanilla/wine-vanilla-3.12.ebuild  | 532 -
 2 files changed, 533 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index c799d7d9441..a947068ad49 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,7 +1,6 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-3.0.2.tar.xz 19726920 BLAKE2B 
e108f851b2d893b052a26ae4368f3337bebcc81bb9ea9abf93c5b7d6e01e613ce6e5db98696ab6ad8e266f6f0f0b9c5ddccb66ae7ba7183912a7911fac4b9633
 SHA512 
dbd0f242c5eace297ad16e314b8ad139e7d430de7eb8ca52b2006d0b80db4809e28a0e785d404a65ea1acdb56e7f06ebfc9a50071db1edaa6180c8835e7c4b13
 DIST wine-3.0.3.tar.xz 19735412 BLAKE2B 
f0ccbe272f1013386f89805cf1573cf001eb875bccb31a1884fad1dff5f90caf727c460406af80f63db7a227d85f25f57c8e8e650a171adbe0c3f5178ddf17e8
 SHA512 
11043a9a9434681f9c73590688b600b3b9e3d311be2c4d97b5f58f0740500ebcfbdc826bd6584d5dd392dccbdd9389ffa04c8fedbba43a4df2e6aeb922414412
-DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd15215d2f67e3d8e34e298d36620f55409bb781687f3ab11e6a44bd95eaa033e642fdb0d7aae90319ac2ddd2fb6
 SHA512 
afc76e8975ea780f664de27a17128f730bcbe72a9fad0c01bfe6dcc98c2f98729ccde32e97fe4df2cf98f5d1b254b28f0e7cd380855148c5cfb41dd88f3012a1
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild
deleted file mode 100644
index 1336c2357bf..000
--- a/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild
+++ /dev/null
@@ -1,532 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(get_version_component_range 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20180120"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/";
-SRC_URI="${SRC_URI}
-   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X 
+xcomposite xinerama +xml"
-REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
-   X? ( truetype )
-   elibc_glibc? ( threads )
-  

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

2018-09-16 Thread Nick Sarnie
commit: b3c0d9ba0eaa0175d2589345a61fa205899ca402
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:13:58 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c0d9ba

app-emulation/wine-staging: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-3.12.ebuild  | 612 -
 2 files changed, 614 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 28746c9dcb7..a871a91d20d 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,10 +1,8 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
-DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd15215d2f67e3d8e34e298d36620f55409bb781687f3ab11e6a44bd95eaa033e642fdb0d7aae90319ac2ddd2fb6
 SHA512 
afc76e8975ea780f664de27a17128f730bcbe72a9fad0c01bfe6dcc98c2f98729ccde32e97fe4df2cf98f5d1b254b28f0e7cd380855148c5cfb41dd88f3012a1
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
 DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
-DIST wine-staging-3.12.tar.gz 9936375 BLAKE2B 
5c48fb1037d39ce6ab78c03a002b2edfc2fc434c0f661bb6def050becd7411998b9ae763db99bda3b5190e3e6ab355699806d976d01f813904080c6156dafb7e
 SHA512 
166f991f7c8f59df656f3fb28150a8e26e48d1ff6906b3eccd31cb84524e28efe7e7df00eadc21881940308ccc4b4edebcb2a71bdd03ba3de5beb1cf42e2f058
 DIST wine-staging-3.13.tar.gz 9936353 BLAKE2B 
f5791c6f1bc43395860ea938cfadefe88e6839e44d6e3a8c5b9474e1ec17654645145459a2a9c32adbec6a5cd6441f754b0121958ff4c12e424262bb61c18358
 SHA512 
0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a
 DIST wine-staging-3.14.tar.gz 9938677 BLAKE2B 
0f801298ad23d24688d072236bfa5b9fc549e1ecb964912f90029efd71fab27a38661df27433b52d1356a2b800c9a7c39d91ae08f60eb2deaf211d97a1ba60b7
 SHA512 
f998baac6be3fece1ae6d4e924f883befea43f849d678c987e9fe4d102cf22fde7b4a0fa728294c46d70c7d29caa037022fb9e33ce4b4fac0e49c94d25cdfa66
 DIST wine-staging-3.15.tar.gz 9941091 BLAKE2B 
5a0e37ce52ff3e6130434aa56953e70fafb0c83dc33fa1ad7562a9244821ae75c30b9c858c7506462348b6d13016c236a14bde0297bc43d2d282d60c6c012470
 SHA512 
f0ed9d4a099b03c04a126927919b7eddbdaff7a08a0b97cdf387c64318826d6454183cf03997425b349540d13b1ccf6262aa2c5af0af682939584e3de71b7541

diff --git a/app-emulation/wine-staging/wine-staging-3.12.ebuild 
b/app-emulation/wine-staging/wine-staging-3.12.ebuild
deleted file mode 100644
index 5f2b2ece3de..000
--- a/app-emulation/wine-staging/wine-staging-3.12.ebuild
+++ /dev/null
@@ -1,612 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(get_version_component_range 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-09-16 Thread Nick Sarnie
commit: 1b956b8f5fea3aece1d17c7b0b3ef9a3a97e7ceb
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:08:42 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:08:42 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=1b956b8f

app-emulation/wine-any: Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-any/Manifest |   3 +
 app-emulation/wine-any/wine-any-3.16.ebuild | 641 
 2 files changed, 644 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index a180d8b..a572ec3 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -27,6 +27,7 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
 DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
@@ -62,6 +63,7 @@ DIST wine-d3d9-3.12.tar.gz 50544 BLAKE2B 
68c58a8800facf910b72e07f8be77d260060175
 DIST wine-d3d9-3.13.tar.gz 50546 BLAKE2B 
2773503ad2c952c47982258c8b7d7486b5822bfd759a96aa138996aed5ac16d7e3c7add7700f4394292f6154fdd8d58dbfabad1faf8b5013fb88f68ed7657521
 SHA512 
c3da30c0ce7fca433a703e42213c4a4f6c7a1f8a2d7744555a385641e5c344772dfd142779978d131bf42e79cddb4925b9926fd96e7e1497e173a755f1ec6ce5
 DIST wine-d3d9-3.14.tar.gz 50546 BLAKE2B 
47169741d0330902a006ce4a7663de317b221cfaa3e19abfbb3af2ff886e2a42a1185151531c2b67b57bdafc5646c10f57cd4ff11faf1d2f36c9f269f382637d
 SHA512 
921bd096aa039d002b0f3c5f856668063a34164ad097cee696f45af7d148e80a78b05dfb879f91337fea2cb6e06dd99be2d199b5186c9cd7726dc72f31ddd1ea
 DIST wine-d3d9-3.15.tar.gz 50540 BLAKE2B 
5fbb56d4e6b2373fa9a2075a379e577584a50c04fa15fbe3e282d25b03211e64dc5f429082a654c3c61016ddda9c5a12277b78086a0938e5cb20952b01ef72e2
 SHA512 
448433198cb40628edf2ee6f7697671c9efb1c8e68ce826b0edc884625e5f1659956f0c76ea995443c29ca4cefe5030559860d7413f553fc4a3523df3a35b3a7
+DIST wine-d3d9-3.16.tar.gz 50547 BLAKE2B 
d2031ceeb048a1221bd99c634b4ff84787b46fe79bb781c429706c5030a2509792ee3f24ca0d69d844d2d1e505c688aec255b5bf9a6561dc74a819360522c8df
 SHA512 
3f1d2d75fc11ea7dfbe6b9e4e75c4dccc6488814e53be53ba7513da56848d6a57a7a7c66a70088b0615078b00a784caa9033d0415d3c3bb29adbd373d72a4d10
 DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b1bd65fc12be56a15b63016adfb39a7e1f50552bc158c2af467486852d0bc8e879a8a2b171d5641580c89a12d
 SHA512 
4d112c2ae9f452d864b94230e54bbac53aff2d599de86bd479f79fe1049785294f3207fc2308c9030279217235a620f31141b0c8ea8333c75be817f6e39a809f
 DIST wine-d3d9-3.4.tar.gz 50715 BLAKE2B 
bf3bfb29bab0a4e5afbba8722532e3b3541608de0512b144711c85736d4ca13618759daba66fbbe36dcc8e32f3152ca5d41f344297b5f2163c98fe763d8b5cd7
 SHA512 
e38e5d1f5f1e980b896a0b0d2d51c59cac15c6e450d0ba5621ca7bca4df7b470857c0c2bf737273647ef44f9252a794c26b82b20b233a95277d97df93b40efd7
 DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f9bcef8f

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-09-16 Thread Nick Sarnie
commit: 54f13dc01bfea6bbfe1ed9b2d130e8c795eb9bbd
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:04:57 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:04:57 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=54f13dc0

app-emulation/wine-vanilla: Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-3.16.ebuild  | 532 +
 2 files changed, 533 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 53adb30..4794c64 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -37,6 +37,7 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-3.2.tar.xz 19793180 BLAKE2B 
014256734f4c1d70c81115ba6c470f8264746b57be663d81f7e54593fb328a548da00c5e52438af75d923a3c6c5d3997097bd76cf1856b99f0f921f36e5151da
 SHA512 
94b4903d628bf7aacd712a2bf566b53161880bf28311611106776df22f592edb212d491f02e4c1b0c60d88e4b4a126981d445d1e18018238ff993c6c3092
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.16.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.16.ebuild
new file mode 100644
index 000..9a0d8ea
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.16.ebuild
@@ -0,0 +1,532 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/";
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl 
selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X 
+xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-d3d9/

2018-09-16 Thread Nick Sarnie
commit: 0b492fd589c498b41753c65a4e472469b4ac38c1
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:06:15 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:06:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=0b492fd5

app-emulation/wine-d3d9: Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-d3d9/Manifest  |   2 +
 app-emulation/wine-d3d9/wine-d3d9-3.16.ebuild | 575 ++
 2 files changed, 577 insertions(+)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 924b7d0..b7ace82 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -27,6 +27,7 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
 DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
@@ -62,6 +63,7 @@ DIST wine-d3d9-3.12.tar.gz 50544 BLAKE2B 
68c58a8800facf910b72e07f8be77d260060175
 DIST wine-d3d9-3.13.tar.gz 50546 BLAKE2B 
2773503ad2c952c47982258c8b7d7486b5822bfd759a96aa138996aed5ac16d7e3c7add7700f4394292f6154fdd8d58dbfabad1faf8b5013fb88f68ed7657521
 SHA512 
c3da30c0ce7fca433a703e42213c4a4f6c7a1f8a2d7744555a385641e5c344772dfd142779978d131bf42e79cddb4925b9926fd96e7e1497e173a755f1ec6ce5
 DIST wine-d3d9-3.14.tar.gz 50546 BLAKE2B 
47169741d0330902a006ce4a7663de317b221cfaa3e19abfbb3af2ff886e2a42a1185151531c2b67b57bdafc5646c10f57cd4ff11faf1d2f36c9f269f382637d
 SHA512 
921bd096aa039d002b0f3c5f856668063a34164ad097cee696f45af7d148e80a78b05dfb879f91337fea2cb6e06dd99be2d199b5186c9cd7726dc72f31ddd1ea
 DIST wine-d3d9-3.15.tar.gz 50540 BLAKE2B 
5fbb56d4e6b2373fa9a2075a379e577584a50c04fa15fbe3e282d25b03211e64dc5f429082a654c3c61016ddda9c5a12277b78086a0938e5cb20952b01ef72e2
 SHA512 
448433198cb40628edf2ee6f7697671c9efb1c8e68ce826b0edc884625e5f1659956f0c76ea995443c29ca4cefe5030559860d7413f553fc4a3523df3a35b3a7
+DIST wine-d3d9-3.16.tar.gz 50547 BLAKE2B 
d2031ceeb048a1221bd99c634b4ff84787b46fe79bb781c429706c5030a2509792ee3f24ca0d69d844d2d1e505c688aec255b5bf9a6561dc74a819360522c8df
 SHA512 
3f1d2d75fc11ea7dfbe6b9e4e75c4dccc6488814e53be53ba7513da56848d6a57a7a7c66a70088b0615078b00a784caa9033d0415d3c3bb29adbd373d72a4d10
 DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b1bd65fc12be56a15b63016adfb39a7e1f50552bc158c2af467486852d0bc8e879a8a2b171d5641580c89a12d
 SHA512 
4d112c2ae9f452d864b94230e54bbac53aff2d599de86bd479f79fe1049785294f3207fc2308c9030279217235a620f31141b0c8ea8333c75be817f6e39a809f
 DIST wine-d3d9-3.4.tar.gz 50715 BLAKE2B 
bf3bfb29bab0a4e5afbba8722532e3b3541608de0512b144711c85736d4ca13618759daba66fbbe36dcc8e32f3152ca5d41f344297b5f2163c98fe763d8b5cd7
 SHA512 
e38e5d1f5f1e980b896a0b0d2d51c59cac15c6e450d0ba5621ca7bca4df7b470857c0c2bf737273647ef44f9252a794c26b82b20b233a95277d97df93b40efd7
 DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-09-16 Thread Nick Sarnie
commit: 78442970aa249b72bbdbea000b10703d3a8f336b
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Sep 14 02:09:25 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Sep 14 02:09:25 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=78442970

app-emulation/wine-vanilla: Bump to 3.0.3

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-3.0.3.ebuild | 525 +
 2 files changed, 526 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 86f4f87..53adb30 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -28,6 +28,7 @@ DIST wine-2.8.tar.xz 19120740 BLAKE2B 
6d6a7eb0a30a654337ede94d358bb9d477ce5162d9
 DIST wine-2.9.tar.xz 19154668 BLAKE2B 
45961ad031404a4cba8733bbbfe34ac1db361a508deca45e81938b25be0ed1b59e7fa9c9619bcfecce540b0c96e57cee75c6a98a144fbff6e91fa72af55ece94
 SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
 DIST wine-3.0.1.tar.xz 19722444 BLAKE2B 
e042d280c3f4c2df64c2d426cdebdb65e9c7263034961b1916bc9c6206bf9c107aefaf8cee166d9f1a2ea21dfa57db0d3641ca5e8025f70520f11aa24d20ca60
 SHA512 
3d59f08a87da1d2ee280954a4c91e861b6994048b36eff1ac8df67dbab08a792d391b23ced66ea99f8503a979b3ec26cd35558b71c4d29d68775a5d484bf7d00
 DIST wine-3.0.2.tar.xz 19726920 BLAKE2B 
e108f851b2d893b052a26ae4368f3337bebcc81bb9ea9abf93c5b7d6e01e613ce6e5db98696ab6ad8e266f6f0f0b9c5ddccb66ae7ba7183912a7911fac4b9633
 SHA512 
dbd0f242c5eace297ad16e314b8ad139e7d430de7eb8ca52b2006d0b80db4809e28a0e785d404a65ea1acdb56e7f06ebfc9a50071db1edaa6180c8835e7c4b13
+DIST wine-3.0.3.tar.xz 19735412 BLAKE2B 
f0ccbe272f1013386f89805cf1573cf001eb875bccb31a1884fad1dff5f90caf727c460406af80f63db7a227d85f25f57c8e8e650a171adbe0c3f5178ddf17e8
 SHA512 
11043a9a9434681f9c73590688b600b3b9e3d311be2c4d97b5f58f0740500ebcfbdc826bd6584d5dd392dccbdd9389ffa04c8fedbba43a4df2e6aeb922414412
 DIST wine-3.0.tar.xz 19712932 BLAKE2B 
4478c6781bb171ecca426d1fdc85e0d0bbe13b62b6c983933de55e2abdd0bda7a01cbf251c021824b00129ea6230d1d4e718a64b7d919bb5c07a106b8771adb6
 SHA512 
a51f41b66f4805e09b223528eff6670e94b9c0c0c947be647507baf9d8d9afe7c3fdc88684c2c8d3573b4739d9a086ab929a744a8594d3c8f6ceb52070f43f0a
 DIST wine-3.1.tar.xz 19730700 BLAKE2B 
287cc42474a9cc57eb7f4b5db2ba79ac5ec8742dffb5367c189f19465cc69bcf78b10fe62ffe6f84ae1360f639a899a7f19128e30e1d9a5b8bbd63deb85e7650
 SHA512 
49c30d820b8f4028935b4d90dd6251c881cb8cd41bde8833db2782f04111a3d111e24605a87b2d70e419d54cfb6bb42d941f4593f9b381812e3602bf1307c545
 DIST wine-3.10.tar.xz 20485784 BLAKE2B 
3a5e9ca948880a3bc979c33e797296d156425438c2502c3d2c50a6d5241e485bdc081ff195b0647cfa1db1cab247e941f02d0511f7b94dc0037fa24e2e61eb5c
 SHA512 
bb1a1d8e8ad7f48d9fcf48ebbf0ebbb8e3b45ea211736bd7837144ea34b373f74955d3c0ccc4cdc44020eea23c8af8e67252e1c5cd6115e11419ad5f6ef24843

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild
new file mode 100644
index 000..0fc7213
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild
@@ -0,0 +1,525 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/";
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+  

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2018-09-16 Thread Nick Sarnie
commit: ff9c5eea4910f620e1c1db97f9d2118917c845c1
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Sep 17 01:07:30 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Sep 17 01:07:30 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ff9c5eea

app-emulation/wine-staging: Bump to 3.16

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-3.16.ebuild  | 612 +
 2 files changed, 614 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 0d86abd..64bbf9c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -27,6 +27,7 @@ DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd152
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-3.14.tar.xz 20583696 BLAKE2B 
5e9410c5dadd0c08cbe0e52b0170840492890784dbd1afc8f01ab50caac8443513133575fa6f64143276ce315dde8614f5ece4b3cd5568c224a3379c85619b63
 SHA512 
50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1
 DIST wine-3.15.tar.xz 21402964 BLAKE2B 
fb74ae33b89612b894463b6381184737ddda7b8a23d939cefc207124529d2042051ae16959f0e752400c02ca1ee69a5870d809912b7ddc9f56c7377bcc643bf2
 SHA512 
3fb3f6a896eae53ef75a751e72f7431f9b6986b56738dc314bca9eff9d078e65d865ebb28cbb7a63aa571eb11cdaed20c21c36cec565f81610e348fd165e0f2a
+DIST wine-3.16.tar.xz 21432308 BLAKE2B 
7c1bca001fed1472ceaf0331e8e17ebf5aa9c0ec025c46c785d2530fd70ebafdff95b581e28ba1e0167f19bac80dd05c4c5c291180c5a3784c44c1dcd4424edb
 SHA512 
f0c566f70ede01e5896b7611dfe58cd6748b92d55d22a71ccc9add575e9aa5062bbbffa14f0a30ee3df5cf79e9ea4dcf02a7d62db64b94d5b56927e256a978c2
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
 DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
@@ -62,6 +63,7 @@ DIST wine-staging-3.12.tar.gz 9936375 BLAKE2B 
5c48fb1037d39ce6ab78c03a002b2edfc2
 DIST wine-staging-3.13.tar.gz 9936353 BLAKE2B 
f5791c6f1bc43395860ea938cfadefe88e6839e44d6e3a8c5b9474e1ec17654645145459a2a9c32adbec6a5cd6441f754b0121958ff4c12e424262bb61c18358
 SHA512 
0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a
 DIST wine-staging-3.14.tar.gz 9938677 BLAKE2B 
0f801298ad23d24688d072236bfa5b9fc549e1ecb964912f90029efd71fab27a38661df27433b52d1356a2b800c9a7c39d91ae08f60eb2deaf211d97a1ba60b7
 SHA512 
f998baac6be3fece1ae6d4e924f883befea43f849d678c987e9fe4d102cf22fde7b4a0fa728294c46d70c7d29caa037022fb9e33ce4b4fac0e49c94d25cdfa66
 DIST wine-staging-3.15.tar.gz 9941091 BLAKE2B 
5a0e37ce52ff3e6130434aa56953e70fafb0c83dc33fa1ad7562a9244821ae75c30b9c858c7506462348b6d13016c236a14bde0297bc43d2d282d60c6c012470
 SHA512 
f0ed9d4a099b03c04a126927919b7eddbdaff7a08a0b97cdf387c64318826d6454183cf03997425b349540d13b1ccf6262aa2c5af0af682939584e3de71b7541
+DIST wine-staging-3.16.tar.gz 9928264 BLAKE2B 
61882e36da7026b078e753de7a3a089fc64578fc2cf4ceb27146125003e86cc386ada2fa55d48e40279665218ae630bf63fce12b72acddfd8e4a6ea1730a9fca
 SHA512 
25f06b06a0880b3926d9d3dfb35fd1aeb1f168426917dee32dcf906970474862021416f4e9db1917d8320962bc0bc17d1f3dad21b634a60b8e0da87a4b54067e
 DIST wine-staging-3.3.tar.gz 10136486 BLAKE2B 
ea64e19fe987125bcdb0c5281e389574fe300225adc62eaff9be4f751642fba863acd4580e80e041fb4d4881f7861a4c093944abeca3a1a786b713278f5bf6d5
 SHA512 
02d48a9c403b93d01ca37b74af5dc81f86e49c72d67f194c71ccebd4556fa72c473728a1b1f9d5325c6f85f4e41bb7072a1183a2d81cafae00dc53d12166
 DIST wine-staging-3.4.tar.gz 10117160 BLAKE2B 
f5a15718732afe25c92d3b245d270db4e161fc755fe50d83f9646d0dcdf076ea91af3955c35e8f8a08648e860c74cc59ba0adc8c626290e48e4f21bf41374a45
 SHA512 
f0cc2b3d91589a4d9536c1011001edf7db428387592407a64949381c0ac2f0bb79b0fbf04d3c85db50adbecba716188a8249e1ff166b5ec3004d9eb5f9

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-super-smack/, dev-db/mysql-super-smack/files/

2018-09-16 Thread Brian Evans
commit: 9b01922308ead1a7271b7a606747cb1eb43393a8
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Sep 17 00:22:00 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Sep 17 00:22:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b019223

dev-db/mysql-super-smack: Revbump for EAPI and dependency

Bug: https://bugs.gentoo.org/665852
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/mysql-super-smack-1.3.gcc4.3.patch   |  4 +-
 .../mysql-super-smack-1.3-r4.ebuild| 66 ++
 2 files changed, 68 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql-super-smack/files/mysql-super-smack-1.3.gcc4.3.patch 
b/dev-db/mysql-super-smack/files/mysql-super-smack-1.3.gcc4.3.patch
index 23bcd56e019..ec99b5da221 100644
--- a/dev-db/mysql-super-smack/files/mysql-super-smack-1.3.gcc4.3.patch
+++ b/dev-db/mysql-super-smack/files/mysql-super-smack-1.3.gcc4.3.patch
@@ -1,5 +1,5 @@
 src/dictionary.h.orig  2008-10-31 19:12:51.0 +0100
-+++ src/dictionary.h   2008-10-31 19:13:12.0 +0100
+--- a/src/dictionary.h.orig2008-10-31 19:12:51.0 +0100
 b/src/dictionary.h 2008-10-31 19:13:12.0 +0100
 @@ -23,6 +23,7 @@
  
  #include 

diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild 
b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild
new file mode 100644
index 000..cece7edde03
--- /dev/null
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WANT_AUTOMAKE="1.13"
+
+inherit autotools libtool
+
+MY_PN="super-smack"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Benchmarking, stress testing, and load generation tool for MySQL 
& PostGreSQL"
+HOMEPAGE="http://vegan.net/tony/supersmack/";
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="+mysql postgres"
+REQUIRED_USE="|| ( mysql postgres )"
+
+COMMON_DEPEND="sys-libs/zlib:=
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? ( dev-db/postgresql:*[server] )"
+DEPEND="${COMMON_DEPEND} sys-devel/bison sys-devel/flex"
+RDEPEND="${COMMON_DEPEND} mysql? ( virtual/mysql )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.destdir.patch
+   "${FILESDIR}"/${PN}-1.3.amd64.patch
+   "${FILESDIR}"/${PN}-1.3.gcc4.3.patch
+   "${FILESDIR}"/${PN}-1.3-gen-data.patch
+   "${FILESDIR}"/${PN}-1.3-automake-1.13.patch
+)
+DOCS=( CHANGES INSTALL MANUAL README TUTORIAL )
+
+src_prepare() {
+   # Clean up files so eautoreconf does not pick up any
+   # deprecated autotools macros.
+   rm acinclude.m4 aclocal.m4 acconfig.h config.status config.h || die
+   mv configure.in configure.ac || die
+   export CXXFLAGS+=" -std=gnu++98"
+   default
+   eautoreconf
+   elibtoolize --patch-only
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(usex mysql --with-mysql "")
+   $(usex postgres --with-pgsql "")
+   --with-datadir=/var/tmp/${MY_PN}
+   --with-smacks-dir=/usr/share/${MY_PN}
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   keepdir /var/tmp/${MY_PN}
+}
+
+pkg_postinst() {
+   elog "The gen-data binary is now installed as super-smack-gen-data"
+}



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

2018-09-16 Thread Zac Medico
commit: a52a29d61d63dba73ed2b1d439c118531804333f
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 16 23:56:12 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 16 23:58:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52a29d6

sys-apps/portage: remove old versions

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/portage/Manifest |   2 -
 sys-apps/portage/portage-2.3.24-r1.ebuild | 278 --
 sys-apps/portage/portage-2.3.48.ebuild| 264 
 3 files changed, 544 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index d584ea36e1b..f9d76056d85 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,7 +1,5 @@
-DIST portage-2.3.24.tar.bz2 959266 BLAKE2B 
bc15f10599c694ad29f5a55264e929d0a04a9c5211e9cafd4f1a35de1d77e655d99df0ceb352fd431a8cefd40c733064422d8f41099edf7263aa36ef8cfd2ba8
 SHA512 
fca250d4afc1819a27b67daff770132ed4e88fb067038992a6b3f8aac63604536366ea628dd30c24f93db19ae55e88da372598ccc489bcf445038dfe860ce0ec
 DIST portage-2.3.40-bug-656942-bug-657436-937d0156aa06.patch 15214 BLAKE2B 
0351f82cd46aa1523eb0f70109551009a422546f2fbde1beee7a18dad4ecbfc6465b3b3052a25720196950f7da81adeb66d87940f2b477fbeca27afba56fa18e
 SHA512 
b0482b8dac8af97b841ded426001872c1c708f649dc7774bd3c7003179888fd4d126ece33d001d127b643d88b8a70b9af75bbeb36beeaca7b8ad308f92ff72e7
 DIST portage-2.3.40-bug-657436-937d0156aa06-1fc628eead43.patch 4131 BLAKE2B 
1b051097ef4fb073d22b9ef3472077b4845190ec3839886f462cacbee0996dc4c036549c4beab09025e1bb42f421e5032144e90197e3aa5de08dd7d8d1c50fbb
 SHA512 
5910469816b69afb7a0078dd3b35a5304e2c806ac03ff3949603cf4162900fd9dd1df15661b91a2181528e8406679e525308822a0f6ddf4799c79fa9652c27a9
 DIST portage-2.3.40.tar.bz2 995122 BLAKE2B 
3bfadee6cf57dace32bb4a365850650e13664202f3b16bf75821ff6226e85da823785ac87875fa82bd5cf1b953d638773819495f73f471c06ffd6926518df1ac
 SHA512 
ded128c1941664fab6bc95f05115ec08900fddaedd1b6f12afa48da024531ee8939134d49759e09995c76a95e41beafdbf5528a5b62d3bf21c826ab1ac0cd1c5
-DIST portage-2.3.48.tar.bz2 1010013 BLAKE2B 
caa314508dc54255e4829b31cd9b943f901458a9521a1270cfd559f624f39b16e7e8dd9ca8e8c0d8ff387c1322cdf896df0f69f55f693fdbfd3817ed3bea9835
 SHA512 
255132364daafd47462efa5fea2fa5cb87df3458f2e5da025e5fee35531d78b9581bc9daaa9e78e01730f271e7e8844405a963bbaf739a532699d68760184498
 DIST portage-2.3.49.tar.bz2 1010414 BLAKE2B 
be8e0194855eda8e8a617ee4415d702199e10772bab9539ff27cb165b6749090be887b6f48d449f4e7650e618d43be1b0d26ba59597996a9d3d3ecd0caea166a
 SHA512 
d3daee0075eee61c354ad1d4865b1cf433d9afe5ed56101758219694325c7c5ad62a0d9ce41bf2205934b6e073d0eba3ef3f7c8b6633b5a3448e469783c5329a
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8

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

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

2018-09-16 Thread Davide Pesavento
commit: d38146da9b9e0479a54c20d7cbce89ff95e477ab
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Sep 16 23:51:59 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Sep 16 23:53:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38146da

dev-python/qscintilla-python: temporarily disable installation of dist-info dir

Broken upstream, will be fixed in 2.10.8

Closes: https://bugs.gentoo.org/664690
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
index d9ffd92fb6c..fd7315c51ce 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
@@ -48,6 +48,7 @@ src_configure() {
--sip-incdir="$(python_get_includedir)"
$(usex debug '--debug --trace' '')
--verbose
+   --no-dist-info # bug 664690, fixed in 2.10.8
)
echo "${myconf[@]}"
"${myconf[@]}" || die



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/, sys-auth/pam_mysql/files/

2018-09-16 Thread Brian Evans
commit: 6e55681edc6a93878b643c971995d88c872ed24e
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 23:28:17 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55681e

sys-auth/pam_mysql: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-auth/pam_mysql/Manifest|  1 -
 .../files/pam_mysql-0.7_rc1-link-to-pam.diff   |  9 -
 .../pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff | 10 -
 sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild | 45 --
 4 files changed, 65 deletions(-)

diff --git a/sys-auth/pam_mysql/Manifest b/sys-auth/pam_mysql/Manifest
index 9a1a00f7792..6f2c805ba2c 100644
--- a/sys-auth/pam_mysql/Manifest
+++ b/sys-auth/pam_mysql/Manifest
@@ -1,2 +1 @@
-DIST pam_mysql-0.7RC1.tar.gz 335240 BLAKE2B 
5351da14d7e9bd2693c9ca0595a472fffb86818fc7e74313f3235675be8fd5daef99c2d14f2bd19c370a19592cc0a46181fd3a3411ef5a8d3b26059a16673d75
 SHA512 
c057999c62d29dfa7a07db9a8d33d0cf0377dae4770c73019bd85f67c9c92fc9dac36fa606739162a5f7b0f9fbd849e5833fee827febfe4af883b8c2ddbd8b4f
 DIST pam_mysql-0.8.1.tar.gz 49613 BLAKE2B 
1e3f6b0c8a11c8d328300fc820ddbbcd1601735de611e9317aab8f26ab2fbcf0f704e7a2c26de347fe9c4088c8171f0c278cd92e1668671871e5cd79db981241
 SHA512 
68aecc83c026c7616211a46b80f96fe822c8bd069a5ab6e9b170607bddac0dabe20410f78a1ac61ca1c1b2724ed0f0d99694d34bf28763270da3771c9ef05faf

diff --git a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-link-to-pam.diff 
b/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-link-to-pam.diff
deleted file mode 100644
index 0b32b37e9e0..000
--- a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-link-to-pam.diff
+++ /dev/null
@@ -1,9 +0,0 @@
 pam_mysql-0.7RC1/Makefile.am   2005-09-20 07:43:44.0 +0200
-+++ pam_mysql-0.7RC1-1/Makefile.am 2011-09-13 09:21:53.198200066 +0200
-@@ -3,5 +3,6 @@
- noinst_FILES=pam_mysql.la pam_mysql.a
- pam_mysql_la_SOURCES=pam_mysql.c
- pam_mysql_la_LDFLAGS=-module -avoid-version
-+pam_mysql_la_LIBADD=-lpam
- INCLUDES=@INCLUDES@
- EXTRA_DIST=COPYING NEWS README CREDITS ChangeLog INSTALL pam_mysql.spec.in 
install-sh missing mkinstalldirs pkg.m4 pam_mysql.spec

diff --git a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff 
b/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff
deleted file mode 100644
index e746be72029..000
--- a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff
+++ /dev/null
@@ -1,10 +0,0 @@
 pam_mysql-0.7RC1/pam_mysql.c   2006-01-09 11:35:59.0 +0100
-+++ pam_mysql-0.7RC1-1/pam_mysql.c 2011-10-18 20:26:38.655425994 +0200
-@@ -2338,6 +2338,7 @@
-   }
- 
-   mysql_close(ctx->mysql_hdl);
-+  mysql_library_end();
- 
-   xfree(ctx->mysql_hdl);
-   ctx->mysql_hdl = NULL;

diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
deleted file mode 100644
index 1b2408a564f..000
--- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils pam
-
-DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql"
-HOMEPAGE="http://pam-mysql.sourceforge.net/";
-
-SRC_URI="mirror://sourceforge/pam-mysql/${P/_rc/RC}.tar.gz"
-DEPEND="
-   openssl? ( dev-libs/openssl:0= )
-   >=sys-libs/pam-0.72:0=
-   virtual/mysql:0=
-   "
-RDEPEND="${DEPEND}"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="openssl"
-S="${WORKDIR}/${P/_rc/RC}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-link-to-pam.diff"
-   "${FILESDIR}/${P}-memleak.diff"
-   )
-DOCS=( CREDITS ChangeLog NEWS README )
-AUTOTOOLS_AUTORECONF="yes"
-AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules"
-
-src_prepare() {
-   # Update autotools deprecated file name and macro for bug 468750
-   mv configure.in configure.ac || die "configure rename failed"
-   sed -i s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ configure.ac || die "sed 
failed"
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=( $(use_with openssl) )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install libdir="$(getpam_mod_dir)"
-}



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

2018-09-16 Thread Brian Evans
commit: 105ffbd20a59d9d325080873cd4871c3ef58cfd6
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 22:43:13 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105ffbd2

dev-db/mysql-connector-c++: Drop old

Closes: https://bugs.gentoo.org/665848
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-db/mysql-connector-c++/Manifest|  3 --
 .../mysql-connector-c++-1.1.3.ebuild   | 58 
 .../mysql-connector-c++-1.1.6.ebuild   | 61 -
 .../mysql-connector-c++-1.1.8.ebuild   | 62 --
 4 files changed, 184 deletions(-)

diff --git a/dev-db/mysql-connector-c++/Manifest 
b/dev-db/mysql-connector-c++/Manifest
index ebac6c62892..bcd51d9d1cf 100644
--- a/dev-db/mysql-connector-c++/Manifest
+++ b/dev-db/mysql-connector-c++/Manifest
@@ -1,5 +1,2 @@
-DIST mysql-connector-c++-1.1.3.tar.gz 496226 BLAKE2B 
51537d8728d4afdd98474107a02d3f70f6d44a6ee66f26edc101110d6674fce60e5e80bb736fd28cddf446c67590d7759cf28771f5a5f3c7d37e10c5d00a876c
 SHA512 
c03a4ae25e9d189a5114ab630bef6edaefd1aee809dbb1ec26b765f5e84b93fbe17e5f7357a4fe2a95c179cd2028b676151df4baf4e3da7515543ecc0834afd7
-DIST mysql-connector-c++-1.1.6.tar.gz 522236 BLAKE2B 
5f728b418fa7d395a83679fbda5c8757e1d06078e27865c7e02accb1a32c5c8cd77d481b0bc4d4354cea518bd2db2e06076db88ee285365583e27a5f0c23
 SHA512 
e940b6ee090f792bad8acbbfa3dacd46310ac40c7993c4097eeebb6be4b792d3f1856574e603a71e2795773db97169f47c9ed76a127654472370c726bcb291c7
-DIST mysql-connector-c++-1.1.8.tar.gz 528954 BLAKE2B 
fc2a606364426834335142375b99546e2ff1251e97add8ee4ecc370feccd7b9dd09f0abc3e1e9084b824141bde2a44d55ff9baddc093f8ec17b2b91060057148
 SHA512 
c3ab5c1e805598d557a449c44f77ce44cc110e5b529075e38b4f775d3726ebd16a2155f61e47a378a375a9d9362d1520334ea25376636151ddd087291aafd85d
 DIST mysql-connector-c++-1.1.9.tar.gz 508255 BLAKE2B 
e2cd300946a873a94beab13d9d1cb64ecb5bd9a9a56ef2217b1f7aff1643adc9afc0aa22c2ff1e0f6b8318cd34d12a7fe95f0584c96c212307fa9bd0cb54a2a1
 SHA512 
ec4d6cb7f21d52e786de3bff951e65ea5ad7391ba097b599d0094d3e8356cf17f700dee618e38e79d7a9e562684a6c51cca95fb8e2e225942766d33f8d0a5646
 DIST mysql-connector-c++-8.0.11-src.tar.gz 2322951 BLAKE2B 
a1ea47c0440beae1892144186ad6b99a4519369845e1f37f5ce42088df6c29a458bd41840a1f9401dbd29827bc3a7c96ba34563a3a4cf3176e29e377cc254b9f
 SHA512 
5113efb473b7cc63f680c04dacf5bee78d0a58ee20b41c8203edb92f8720c31c52c24de838996f25476eaa3d734c845531440317e82cb5e5f635bc03b057a148

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild
deleted file mode 100644
index ecc91680b59..000
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils cmake-utils flag-o-matic multilib
-
-DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)"
-HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/";
-URI_DIR="Connector-C++"
-SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 sparc x86"
-IUSE="debug examples gcov static-libs"
-
-DEPEND=">=virtual/mysql-5.1:=
-   dev-libs/boost:0=
-   dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.1.3-fix-cmake.patch"
-)
-
-src_configure() {
-   # native lib/wrapper needs this!
-   append-flags "-fno-strict-aliasing"
-
-   local mycmakeargs=(
-   "-DMYSQLCPPCONN_BUILD_EXAMPLES=OFF"
-   "-DMYSQLCPPCONN_ICU_ENABLE=OFF"
-   $(cmake-utils_use debug MYSQLCPPCONN_TRACE_ENABLE)
-   $(cmake-utils_use gcov MYSQLCPPCONN_GCOV_ENABLE)
-   -DINSTALL_DOCS="/usr/share/doc/${PF}"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   # static lib has wrong name so we need to rename it
-   if use static-libs; then
-   mv "${ED}"/usr/$(get_libdir)/libmysqlcppconn-static.a \
-   "${ED}"/usr/$(get_libdir)/libmysqlcppconn.a || die
-   else
-   rm -f "${ED}"/usr/$(get_libdir)/libmysqlcppconn-static.a
-   fi
-
-   # examples
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins "${S}"/examples/*
-   fi
-}

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild
deleted file mode 100644
index da199d2a86e..000
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-i

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

2018-09-16 Thread Brian Evans
commit: e221ec2d3292ef2fbb6ac83c393b0e350a3e095d
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 23:32:26 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e221ec2d

sys-auth/pam_mysql: Stable revbump for dependency change

Closes: https://bugs.gentoo.org/666068
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../pam_mysql/{pam_mysql-0.8.1.ebuild => pam_mysql-0.8.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
similarity index 96%
rename from sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
rename to sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
index ebe98f844d9..1cdc2f481e9 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/NigelCunningham/pam-MySQL";
 SRC_URI="https://github.com/NigelCunningham/pam-MySQL/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 DEPEND="
>=sys-libs/pam-0.72:0=
-   virtual/mysql:0=
+   dev-db/mysql-connector-c:0=
openssl? ( dev-libs/openssl:0= )
 "
 RDEPEND="${DEPEND}"



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

2018-09-16 Thread Brian Evans
commit: 31222abb5c0c22417c3492a8d045d8f749de28e3
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 23:40:50 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31222abb

sys-auth/libnss-mysql: Stable revbump for dependency change

Closes: https://bugs.gentoo.org/666066
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 ..._p20060915-r3.ebuild => libnss-mysql-1.5_p20060915-r4.ebuild} | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r3.ebuild 
b/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r4.ebuild
similarity index 89%
rename from sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r3.ebuild
rename to sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r4.ebuild
index 91e9d0e6c62..4857774aea7 100644
--- a/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r3.ebuild
+++ b/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils multilib autotools
+inherit autotools
 
 KEYWORDS="amd64 ppc ~sparc x86"
 
@@ -14,16 +14,17 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug"
 
-DEPEND="virtual/mysql"
+DEPEND="dev-db/mysql-connector-c:="
 RDEPEND="${DEPEND}"
 S="${WORKDIR}/${PN}"
 
 DOCS=( AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS
TODO UPGRADING ChangeLog
 )
+PATCHES=( "${FILESDIR}"/${P}-no-automagic-debug.diff )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-no-automagic-debug.diff
+   default
eautoconf
 }
 



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

2018-09-16 Thread Brian Evans
commit: fae413ef2fa3a8734a0d3e584126d5cbbc175dbe
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 23:03:51 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae413ef

dev-tcltk/mysqltcl: Revbump for deps

Bug: https://bugs.gentoo.org/665894
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../mysqltcl/{mysqltcl-3.052.ebuild => mysqltcl-3.052-r1.ebuild}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild 
b/dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild
similarity index 88%
rename from dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild
rename to dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild
index 3dd15444e78..a09901f5bb7 100644
--- a/dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild
+++ b/dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="TCL MySQL Interface"
 HOMEPAGE="http://www.xdobry.de/mysqltcl/";
@@ -14,7 +14,7 @@ IUSE=""
 
 DEPEND="
dev-lang/tcl:0=
-   virtual/mysql:0="
+   dev-db/mysql-connector-c:0="
 RDEPEND="${DEPEND}"
 PATCHES=( "${FILESDIR}"/${PN}-3.05-ldflags.patch )
 HTML_DOCS=( doc/mysqltcl.html )



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

2018-09-16 Thread Mart Raudsepp
commit: 5dcc0568c5c84cf68534c76ae3182b6b5a112bf0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 16 21:52:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 16 23:20:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcc0568

dev-libs/libxslt: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libxslt/Manifest  |   1 -
 .../libxslt/files/1.1.30-unbreak-xslt-config.patch |  37 ---
 .../libxslt/files/libxslt-1.1.30-glibc226.patch|  32 ---
 .../files/libxslt-1.1.30-simplify-python.patch | 250 -
 .../libxslt/files/libxslt.m4-libxslt-1.1.26.patch  |  38 
 dev-libs/libxslt/libxslt-1.1.30-r2.ebuild  | 136 ---
 6 files changed, 494 deletions(-)

diff --git a/dev-libs/libxslt/Manifest b/dev-libs/libxslt/Manifest
index 82223dbe0fd..50121a97439 100644
--- a/dev-libs/libxslt/Manifest
+++ b/dev-libs/libxslt/Manifest
@@ -1,2 +1 @@
-DIST libxslt-1.1.30.tar.gz 3444029 BLAKE2B 
668371393a11c0c16d1549fe771fef7dea96a7208f359578b773c9e7d4c6c4accbe43500e960d58e8f2275682a839582f1f40c1bd984745b8e3944a1d9a97582
 SHA512 
d24e37398503b6bc29245a993738df51bf3948c4a8f052eedd7eac0a9fcff2d5b54220f37070c46f763e073c34bdb3153c9f129aa0df60c3d7cf7eadbbf15986
 DIST libxslt-1.1.32.tar.gz 3440715 BLAKE2B 
8d5dead5788d8d09ab121d6e33397ee8ed8836f573adba4b5f0e3f2e1410acfca0c50dbe06ea3b50a2df819aa01e7522902fbd5270e5329075b854881150ab64
 SHA512 
e1ed3c103cd4c9897e7dd2360a11f63cf30382b7566ce6fcc81117804e203714446b5a62179ce628c3834b0b32ecdeeceecbdfa417507ce9ed5a107a0ebefb39

diff --git a/dev-libs/libxslt/files/1.1.30-unbreak-xslt-config.patch 
b/dev-libs/libxslt/files/1.1.30-unbreak-xslt-config.patch
deleted file mode 100644
index 6e367f97691..000
--- a/dev-libs/libxslt/files/1.1.30-unbreak-xslt-config.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 9608d20739b36087f0e6865cc924769d3b286188 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Tue, 12 Sep 2017 23:44:35 +0200
-Subject: [PATCH] Move XML_CONFIG assignment to unbreak xslt-config
-
-Bug: https://bugs.gentoo.org/630784

- configure.in | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index e6f649cd..49e6b6cf 100644
 a/configure.in
-+++ b/configure.in
-@@ -518,9 +518,6 @@ else
-   LIBXML_MANUAL_SEARCH=yes
- fi
- 
--if test "x$LIBXML_MANUAL_SEARCH" != "xno"
--then
--
- dnl
- dnl where is xml2-config
- dnl
-@@ -534,6 +531,9 @@ else
-   AC_PATH_TOOL([XML_CONFIG], [xml2-config], [false])
- fi
- 
-+if test "x$LIBXML_MANUAL_SEARCH" != "xno"
-+then
-+
- dnl
- dnl imported from libxml2, c.f. #77827 
- dnl
--- 
-2.14.1
-

diff --git a/dev-libs/libxslt/files/libxslt-1.1.30-glibc226.patch 
b/dev-libs/libxslt/files/libxslt-1.1.30-glibc226.patch
deleted file mode 100644
index e1e97229d60..000
--- a/dev-libs/libxslt/files/libxslt-1.1.30-glibc226.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/configure.in b/configure.in
-index d6aa366..20aafb8 100644
 a/configure.in
-+++ b/configure.in
-@@ -165,11 +165,11 @@ XSLT_LOCALE_XLOCALE=0
- XSLT_LOCALE_WINAPI=0
- 
- AC_CHECK_HEADERS([locale.h xlocale.h])
--if test $ac_cv_header_xlocale_h = yes; then
-+if test $ac_cv_header_locale_h = yes; then
- dnl
- dnl Check for generic locale_t declaration
- dnl
--AC_MSG_CHECKING([if xlocale program link])
-+AC_MSG_CHECKING([if locale program link])
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[
- #ifdef HAVE_LOCALE_H
- #include 
-diff --git a/libxslt/xsltlocale.h b/libxslt/xsltlocale.h
-index 8a9ca15..2f64424 100644
 a/libxslt/xsltlocale.h
-+++ b/libxslt/xsltlocale.h
-@@ -17,7 +17,9 @@
- #ifdef XSLT_LOCALE_XLOCALE
- 
- #include 
-+#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 26
- #include 
-+#endif
- 
- #ifdef __GLIBC__
- /*locale_t is defined only if _GNU_SOURCE is defined*/

diff --git a/dev-libs/libxslt/files/libxslt-1.1.30-simplify-python.patch 
b/dev-libs/libxslt/files/libxslt-1.1.30-simplify-python.patch
deleted file mode 100644
index dac84fa6630..000
--- a/dev-libs/libxslt/files/libxslt-1.1.30-simplify-python.patch
+++ /dev/null
@@ -1,250 +0,0 @@
-From aa0f7a8d59a9bbd646203d3f14e39e217961f725 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Wed, 11 Nov 2015 17:49:07 +0100
-Subject: [PATCH] Simplify python setup in autoconf
-
-AM_PATH_PYTHON does most of the job without using pkg-config as expected
-from the rest of the autoconf script.

- Makefile.am|  14 +--
- configure.in   | 119 ++---
- python/Makefile.am |  28 -
- 3 files changed, 49 insertions(+), 112 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index ff10f574..65decb3c 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -2,9 +2,13 @@ SUBDIRS = \
-   libxslt \
-   libexslt \
-   xsltproc \
--  doc \
--  $(PYTHON_SUBDIR) \
--  tests
-+  doc
-+
-+if WITH_PYTHON
-+SUBDI

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

2018-09-16 Thread Mart Raudsepp
commit: 2340bc0acd04ad28b5a4f99e269a44e4bb855e42
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 16 23:28:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 16 23:28:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2340bc0a

media-libs/gstreamer: add glib-utils build dep

Uses glib-mkenums

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/gstreamer/gstreamer-1.14.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/gstreamer/gstreamer-1.14.2.ebuild 
b/media-libs/gstreamer/gstreamer-1.14.2.ebuild
index ed4c8f8861f..fcdb78c174d 100644
--- a/media-libs/gstreamer/gstreamer-1.14.2.ebuild
+++ b/media-libs/gstreamer/gstreamer-1.14.2.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2018-09-16 Thread Sergei Trofimovich
commit: 54e54be511c68c0aa97f2a2a50c8d30af3f9715d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 16 22:56:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 16 22:56:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e54be5

net-ftp/proftpd: move off virtual/mysql, bug #665974

Move off virtual/mysql to dev-db/mysql-connector-c
as a library provider (with proper subslot).

Reported-by: Brian Evans
Closes: https://bugs.gentoo.org/665974
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-ftp/proftpd/proftpd-1.3.6-r2.ebuild | 262 
 1 file changed, 262 insertions(+)

diff --git a/net-ftp/proftpd/proftpd-1.3.6-r2.ebuild 
b/net-ftp/proftpd/proftpd-1.3.6-r2.ebuild
new file mode 100644
index 000..6585ad48c89
--- /dev/null
+++ b/net-ftp/proftpd/proftpd-1.3.6-r2.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib systemd tmpfiles
+
+MOD_CASE="0.7"
+MOD_CLAMAV="0.11rc"
+MOD_DISKUSE="0.9"
+MOD_GSS="1.3.6"
+MOD_MSG="0.4.1"
+MOD_VROOT="0.9.4"
+
+DESCRIPTION="An advanced and very configurable FTP server"
+HOMEPAGE="http://www.proftpd.org/
+   http://www.castaglia.org/proftpd/
+   http://www.thrallingpenguin.com/resources/mod_clamav.htm
+   http://gssmod.sourceforge.net/";
+SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
+   case? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${MOD_CASE}.tar.gz )
+   clamav? ( 
https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-${MOD_CLAMAV}.tar.gz
 )
+   diskuse? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-diskuse-${MOD_DISKUSE}.tar.gz )
+   kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
+   msg? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
+   vroot? ( 
https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> 
mod_vroot-${MOD_VROOT}.tar.gz )"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso 
dynmasq exec ifsession ifversion ident ipv6
+   kerberos ldap libressl log_forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
+   ratio readme rewrite selinux sftp shaper sitemisc snmp softquota sqlite 
ssl tcpd test unique_id vroot xinetd"
+# TODO: geoip
+REQUIRED_USE="ban? ( ctrls )
+   msg? ( ctrls )
+   sftp? ( ssl )
+   shaper? ( ctrls )"
+
+CDEPEND="acl? ( virtual/acl )
+   caps? ( sys-libs/libcap )
+   clamav? ( app-antivirus/clamav )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   memcache? ( >=dev-libs/libmemcached-0.41 )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   nls? ( virtual/libiconv )
+   ncurses? ( sys-libs/ncurses:0= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   pam? ( virtual/pam )
+   pcre? ( dev-libs/libpcre )
+   postgres? ( dev-db/postgresql:= )
+   sqlite? ( dev-db/sqlite:3 )
+   xinetd? ( virtual/inetd )"
+DEPEND="${CDEPEND}
+   test? ( dev-libs/check )"
+RDEPEND="${CDEPEND}
+   net-ftp/ftpbase
+   selinux? ( sec-policy/selinux-ftp )"
+
+S="${WORKDIR}/${P/_/}"
+
+PATCHES=("${FILESDIR}"/${PN}-1.3.6-use-trace.patch)
+
+RESTRICT=test # tests corrupt memory. need to be fixed upstream first
+
+in_dir() {
+   pushd "${WORKDIR}/${1}" || die
+   shift
+   "$@"
+   popd
+}
+
+src_prepare() {
+   # Skip 'install-conf' / Support LINGUAS
+   sed -i -e "/install-all/s/ install-conf//" Makefile.in || die
+   sed -i -e "s/^LANGS=.*$/LANGS=${LINGUAS}/" locale/Makefile.in || die
+
+   # Prepare external modules
+   if use case; then
+   cp -v "${WORKDIR}"/mod_case/mod_case.c contrib || die
+   cp -v "${WORKDIR}"/mod_case/mod_case.html doc/contrib || die
+   fi
+
+   if use clamav ; then
+   cp -v "${WORKDIR}"/mod_clamav-${MOD_CLAMAV}/mod_clamav.{c,h} 
contrib || die
+   eapply "${WORKDIR}"/mod_clamav-${MOD_CLAMAV}/${PN}.patch
+   fi
+
+   if use diskuse; then
+   in_dir mod_diskuse eapply 
"${FILESDIR}"/${PN}-1.3.6_rc4-diskuse-refresh-api.patch
+
+   # ./configure will modify files. Symlink them instead of copying
+   ln -sv "${WORKDIR}"/mod_diskuse/mod_diskuse.h "${S}"/contrib || 
die
+
+   cp -v "${WORKDIR}"/mod_diskuse/mod_diskuse.c "${S}"/contrib || 
die
+   cp -v "${WORKDIR}"/mod_diskuse/mod_diskuse.html 
"${S}"/doc/contrib || die
+   fi
+
+   if use msg; then
+   in_dir mod_msg eapply 
"${FILESDIR}"/${PN}-1.3.6_rc4-msg-refresh-api.patch
+
+   cp -v "${WORKDIR}"/

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/tar/

2018-09-16 Thread Sergei Trofimovich
commit: e19c2094386f4d09d004b54aa0fefcb59f5c9b01
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 16 22:48:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 16 22:48:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19c2094

dev-haskell/tar: bump up to 0.5.1.0, bug #666314

Reported-by: Martin DiViaio
Closes: https://bugs.gentoo.org/666314
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-haskell/tar/Manifest   |  1 +
 dev-haskell/tar/tar-0.5.1.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-haskell/tar/Manifest b/dev-haskell/tar/Manifest
index d7f8e5096ea..62efb56c42e 100644
--- a/dev-haskell/tar/Manifest
+++ b/dev-haskell/tar/Manifest
@@ -1,3 +1,4 @@
 DIST tar-0.4.0.1.tar.gz 17875 BLAKE2B 
c8de1ee0a04df64327f2464ac25b5d13c188aea0dcd84e7efa9487cce7af8bc30dd644771420773e80183a8be1503716c6fba5c8560bf27e63d17bc1202bd2b7
 SHA512 
7cb042f77dc70b856b4dfd5d0a06620f669f9260a84800ad27e1803ec24a50932bb3775b35a6cc91cefb30ea4cd2b453dd6566007d586327acea0edccc0dee47
 DIST tar-0.4.2.1.tar.gz 29825 BLAKE2B 
0a23f3742eaf7b4958dce1669d7be40a73f58eadf6c9c9a6926c10d2b0728d2e73a1343eb5e188e12634bc0ff9aa989d654536af39619c28c0d8914f603b8afe
 SHA512 
8684f20fd31a1d4c83fd6b74e6662eac8f8b0075856b47105c5dc72f39eee5ef3ddbf1b45d2cc730f924b385df4e74ff82a03ec45489662dac1b8b91170397f0
 DIST tar-0.5.0.3.tar.gz 38764 BLAKE2B 
3761544917248f02c08e48b00c10975e622b6ef1b296fd57449edec95ba6bde509429259baae55c9a7139afa27e671e15bafcb4b93079e01d4edf7041367aa5e
 SHA512 
f90899e3a5fe097645e29b143cbf25ccf131f8b794bfea655e5b562369e4d7d492df78e53710d3ca4776233f07ace9335242eafbd3b4ba8d0e1d4664fd24a27d
+DIST tar-0.5.1.0.tar.gz 39271 BLAKE2B 
7867fb111bd5f7efe93899116fa9f36dd52e61089bfb3431a9297521c36f8c9a1c051cb141073d14a9aaa74fd95f2a695ea1a5f057162886b40dafa79ddd104e
 SHA512 
60992ef69be64430d7d322816940182ce91669cb31b6612789abf0fca42e8fa292b2f96f284b1857d82e58e159bc5bebdefef97f7c8e3edb85be4836f0b5eb1c

diff --git a/dev-haskell/tar/tar-0.5.1.0.ebuild 
b/dev-haskell/tar/tar-0.5.1.0.ebuild
new file mode 100644
index 000..3d7f0b41ebc
--- /dev/null
+++ b/dev-haskell/tar/tar-0.5.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.4.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Reading, writing and manipulating \\"
+HOMEPAGE="http://hackage.haskell.org/package/tar";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+IUSE=""
+
+#gienah: tests pass for me with QC-2.10.1
+#RESTRICT=test # QC-2.10 manages to generate counterexamples
+
+RDEPEND=">=dev-haskell/bytestring-builder-0.10.4.0.2:=[profile?] 
=dev-haskell/semigroups-0.18:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+   test? ( dev-haskell/bytestring-handle
+   >=dev-haskell/quickcheck-2 =dev-haskell/tasty-0.10
+   >=dev-haskell/tasty-quickcheck-0.8 )
+"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'tasty>= 0.10 && <0.12' 'tasty>= 0.10' \
+   'tasty-quickcheck == 0.8.*' 'tasty-quickcheck >= 0.8'
+}



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

2018-09-16 Thread Andreas Sturmlechner
commit: 7ecc84f3710d006597ef42455b9c2eee140e5471
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 22:09:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecc84f3

app-office/libreoffice-l10n: 6.1.1.2 version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-office/libreoffice-l10n/Manifest   | 168 +
 .../libreoffice-l10n-6.1.1.2.ebuild|  91 +++
 2 files changed, 259 insertions(+)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index d7ea4bd8eda..0ff5ef42a76 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -334,3 +334,171 @@ DIST LibreOffice_6.0.6.2_Linux_x86_rpm_langpack_xh.tar.gz 
294874 BLAKE2B 99fc873
 DIST LibreOffice_6.0.6.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 798382 BLAKE2B 
ca5fe6e41a37d34395c40c117ebd3f43c0dc20727098d32cc152ba6c56d21a621d1fc921bce8beb1082008bfca2f933b02a80a6197cf5d19b7817f8409f2d5b2
 SHA512 
9d4867a1dcf8e31587013999c252b7ea1c3fd30bff208161f004b6cf7fb4cfc5290801f45e7fc96c74669f915091ee844cb8cc595b16a27268b6b61ea5ade081
 DIST LibreOffice_6.0.6.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 795342 BLAKE2B 
c26ed443724488f1071a75f174317e890a4bd9fecefa012329fec9ba40b4cfb8c7ea161b5925328e0ec5f714571031e92a3ede601ebb570373e250908809350c
 SHA512 
acf12d76d8e4ba5257e35ef002241e656ff6be04eea2664603559ad31870cf95f52d7649388f67e828582403e2ed78251dd8917b690ba3ea176459c99bc81e0b
 DIST LibreOffice_6.0.6.2_Linux_x86_rpm_langpack_zu.tar.gz 326220 BLAKE2B 
3860aebbd0d2b3a494e8790149816ddf7b3a3a097d8874e5e14df4d602bf3bd384755b5d481906e1673cdd2775d5dd51a4442f4cbe616967ae3e319dd865
 SHA512 
c4dadf35e9bd29b0a43bbd94191630966435ec943dbe984f268550b25af8ea1884b0c5136ac673ab58d7a8a44a82c340cf297c031616200e3706f7d9b4000fe1
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_am.tar.gz 2519758 BLAKE2B 
91ccc2f3343a7e080bccc6b2b9780328312c1a98047b5c08e3e9bed4250f261892a54796938acda3f64825e4e7aae603f1b1751baa70bae16b7883c479142d9d
 SHA512 
09a835948c28b7bdf20cc616a32c8088b2772f1a6c94311907be91c8ea65c79d64417e4543b12eba26dd2c8bd4484736147ed199350fcf82e0eba8a499c1eac8
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_ast.tar.gz 2429887 BLAKE2B 
c7bd7840b6ea64ec117288807dad33a7882bfc1a394653b226ef398b44f09903bddf6f746f543e629479b7dd2d558e1fd7830661986356968d3ede9dd9f04aae
 SHA512 
9d68c4329bbe3743cbf2603aad58cdcd603073e7322113419ed043a1c6fd871ad3eaaeca01b704f062520e5a5fdd57a4724ff65b3fc7d9d3f7bebb656dcf461e
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_bg.tar.gz 2618626 BLAKE2B 
8c42427d7b60ea2a9ad1e876db4e0846a5cb7e4743aae20b353a8b86ff085002d396ebfadb6bb69aa61fd66878c5f9338bdae93dc8674e81f7055656b46810e2
 SHA512 
54b98e603b188d35e94320d579ad3f50f6e40d15af2a895b00d06d5974e8acd845ea8b5c6ad6566e01d937cd85660c217f0cd6685a64a55f6f789d4e843eb658
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_bn-IN.tar.gz 2651473 BLAKE2B 
5b400966d175da4cc0921b54dd3f7c0541ddfc5415f955be4af26a9a58745aab44209bc8173322dde84c24647410dae9d0e0dee0fbf7a98cc9d729b4920cde3d
 SHA512 
479132884825cd9003a877017201bbc28cf76e8e14f728e1dd653e8ea786115bde43f80ee3ca2eab113251094b739801c14b01d9c057e305cf3259885cfbfd86
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_bn.tar.gz 2625711 BLAKE2B 
41bec377b3396de2488f77f139b54b8b63527b21e3b99ad464f59acd22ad5696bd7a71526128e6df3d24c2e0fe887c5501560d877aa98fe2ba246ab4852c9858
 SHA512 
533c2379820c1455270e506544b370dd94a871d65350cfd0fb6f28d25eef81e339c1d332fa9f6a39110dd350aeea90b293ab2d5c9e03279b4127e084671b0208
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_bo.tar.gz 2637960 BLAKE2B 
163718ffca44e8690fc5b59ca6e98cc922fa67ce5e8320bc5d09540bab2cebf3e497e42cead25275e53b4e36927225fac870d753b60e7753004a4fe8b01869f2
 SHA512 
ddcc06adb7c867d49fa23fc659a6efb85463827a9f0de993b7e133b894e37e8b328493ca26eb4d39e2723fc664cbe7cefc53dadb219204a7db25057c041105ff
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_bs.tar.gz 2345346 BLAKE2B 
954d23be664f9c00818ebd4d978a8046d86ea28b007507fd52305584e2708d6154161d8387cf388e9b42eb3ad5047339541e0b8b59bcd941d32ed8d37c9ea5b4
 SHA512 
6f16398ab80682b1de8ecc2009bfe64517320ec3d949b5f956cf1badd2fa701e3573e1dc7e6cce008b34779ccbfab5fe31acc71575c5e56a1a9d664967fa3438
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz 2420319 
BLAKE2B 
ebc205f2f61542ebb81b6e5f505dd9de57941f79f808340d8cb91e9eb04b9cef2683e43fa2c7939de58a22764d4397845d7dbb425901bd68e28311eb8bc7c084
 SHA512 
69d130526487870641c5a30705bda8e77c5b27f4b3b6361091db50454792ab269b5ebad878516be8d13155523a826ccc1234d2e6b93199562c38eb68fb000ef7
+DIST LibreOffice_6.1.1.2_Linux_x86_rpm_helppack_ca.tar.gz 2413251 BLAKE2B 
735880915b8561205eef0e3c04448a6ce33921ca75afd224dc35aabf1a499127de186dce99a40113c3539d98a22123781816b0b5a21f981ecb7579fada188993
 SHA512 
53eaced6b4e6128791cd36811e23eacc82003db20a87657f0b6ea32750be059d41b8ac477e936d64ac

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/files/, dev-cpp/libcmis/

2018-09-16 Thread Andreas Sturmlechner
commit: c7befb2acb16f58e52e9914826ef4a6c7ca35cad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:47:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7befb2a

dev-cpp/libcmis: Add new 0.5.2_pre20180118 snapshot

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-cpp/libcmis/Manifest   |  1 +
 .../libcmis/files/libcmis-0.5.2-boost-1.68.patch   | 25 
 .../files/libcmis-0.5.2-oauth2-encode.patch| 69 ++
 ...999.ebuild => libcmis-0.5.2_pre20180118.ebuild} | 27 +
 dev-cpp/libcmis/libcmis-.ebuild| 22 +++
 5 files changed, 118 insertions(+), 26 deletions(-)

diff --git a/dev-cpp/libcmis/Manifest b/dev-cpp/libcmis/Manifest
index b7fef5d145e..2e15c177422 100644
--- a/dev-cpp/libcmis/Manifest
+++ b/dev-cpp/libcmis/Manifest
@@ -1 +1,2 @@
 DIST libcmis-0.5.2_pre20160820.tar.gz 285100 BLAKE2B 
980200d1a56240d8d069aba2ad349ec02e90d345bad4956f6cbbea3606f9f90951523804293b349ad0419dd2db6db294a45a97872469105c1ba392c888fab332
 SHA512 
4b6d0fc4d80444fea2c5eb16621b92a10b41c58128cc8a355caca50f12648ed5113bd977cc5dbe8971e3dbc11f9d7ae8d45c9d2aa19f37c83659141af135bd1a
+DIST libcmis-0.5.2_pre20180118.tar.gz 291080 BLAKE2B 
1cb5664dcb0bef7f5a04c422b21ac54a9b70d38dec74d688327732630e4a134a88c7262d763a39d1730eda1cd45f5d3c3d47a56099959d01bf5e23972181a793
 SHA512 
630cf7e5c31266e2b55ca093aa942fc373eb24bbb5b9aedd687f67f1b3c6b627a3bdb58878859449bcb340626f3e1bdafa2b9cbb5e61e8e4336c45b804fca7a9

diff --git a/dev-cpp/libcmis/files/libcmis-0.5.2-boost-1.68.patch 
b/dev-cpp/libcmis/files/libcmis-0.5.2-boost-1.68.patch
new file mode 100644
index 000..767464242f7
--- /dev/null
+++ b/dev-cpp/libcmis/files/libcmis-0.5.2-boost-1.68.patch
@@ -0,0 +1,25 @@
+From 3ef3569c4ae1c5319aff0664d52cbd8a8d42c909 Mon Sep 17 00:00:00 2001
+From: rezso 
+Date: Tue, 4 Sep 2018 01:18:10 +0200
+Subject: tdf#119344 fix libcmis build with boost 1.68
+
+Change-Id: I80d6ea8ecd001dc02b941c1eb8974c9244316045
+Reviewed-on: https://gerrit.libreoffice.org/59958
+Tested-by: Jenkins
+Reviewed-by: Michael Stahl 
+
+--- a/src/libcmis/xml-utils.cxx
 b/src/libcmis/xml-utils.cxx
+@@ -31,7 +31,12 @@
+ #include 
+ #include 
+ 
++#include 
++#if (BOOST_VERSION >= 106800)
++#include 
++#else
+ #include 
++#endif
+ #include 
+ 
+ #include "xml-utils.hxx"

diff --git a/dev-cpp/libcmis/files/libcmis-0.5.2-oauth2-encode.patch 
b/dev-cpp/libcmis/files/libcmis-0.5.2-oauth2-encode.patch
new file mode 100644
index 000..c6a99074c50
--- /dev/null
+++ b/dev-cpp/libcmis/files/libcmis-0.5.2-oauth2-encode.patch
@@ -0,0 +1,69 @@
+From 33f7485dedea90e0f80c6348fa8ac5f27c5052e0 Mon Sep 17 00:00:00 2001
+From: Stephan Bergmann 
+Date: Tue, 4 Sep 2018 16:45:00 +0200
+Subject: Properly encode OAuth2 credentials
+
+Change-Id: Ic3edeae035262309e91fb01e3aca5c2f905bc3e5
+Reviewed-on: https://gerrit.libreoffice.org/59986
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+
+--- a/src/libcmis/oauth2-providers.cxx
 b/src/libcmis/oauth2-providers.cxx
+@@ -26,6 +26,8 @@
+  * instead of those above.
+  */
+ 
++#include 
++
+ #include 
+ #include 
+ 
+@@ -45,6 +47,29 @@
+ #define HTML_PARSE_RECOVER 0
+ #endif
+ 
++namespace {
++
++// See :
++void addXWwwFormUrlencoded(std::string * buffer, std::string const & data) {
++assert(buffer);
++for (string::const_iterator i = data.begin(); i != data.end(); ++i) {
++unsigned char c = static_cast(*i);
++if (c == ' ' || c == '*' || c == '-' || c == '.' || (c >= '0' && c <= 
'9')
++|| (c >= 'A' && c <= 'Z') || c == '_' || (c >= 'a' && c <= 'z'))
++{
++*buffer += static_cast(c);
++} else {
++static const char hex[16] = {
++'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 
'C', 'D', 'E', 'F'};
++*buffer += '%';
++*buffer += hex[c >> 4];
++*buffer += hex[c & 0xF];
++}
++}
++}
++
++}
++
+ string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& 
authUrl,
+   const string& username, const string& 
password )
+ {
+@@ -97,7 +120,7 @@
+ return string( );
+ 
+ loginEmailPost += "Email=";
+-loginEmailPost += string( username );
++addXWwwFormUrlencoded(&loginEmailPost, username);
+ 
+ istringstream loginEmailIs( loginEmailPost );
+ string loginEmailRes;
+@@ -119,7 +142,7 @@
+ return string( );
+ 
+ loginPasswdPost += "Passwd=";
+-loginPasswdPost += string( password );
++addXWwwFormUrlencoded(&loginPasswdPost, password);
+ 
+ istringstream loginPasswdIs( loginPasswdPost );
+ string loginPasswdRes;

diff --git a/dev-cpp/libcmis/libcmis-.ebuild 
b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
similarity in

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

2018-09-16 Thread Andreas Sturmlechner
commit: 48c4ee3e4add5f63558669831d6f51cbb9468a03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:22:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c4ee3e

dev-util/mdds: Drop 1.4.1 (never got keyworded)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/mdds/Manifest  |  1 -
 dev-util/mdds/mdds-1.4.1.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index 1697b430bf4..d6c0c94d1f9 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1,3 +1,2 @@
 DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 
476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30
 SHA512 
c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
-DIST mdds-1.4.1.tar.bz2 317460 BLAKE2B 
7d76d56448aeb917a0c2afbf76a7f7ae83b2f03569a458f7de257a3facc22dcc9da66fbe1ce40a2f03e38488933a8a054c007374ed84b8fe1e5bd3f3f67c1a85
 SHA512 
3ad7cf821cd1a0a4b632c5d11cc3bd7bd6da2b14069e142e087dd81c1dfa817a961edbde1d59021a5bd4859eb252d8c461341070406b952a5b46b00eb7444384
 DIST mdds-1.4.2.tar.bz2 318164 BLAKE2B 
322b53253cb8796f8def8d470bcbc61e787b25f687b6fbdca927de029f0f9813c863cdc57955e67e40124abccf4e77a16108669fd9a25473d952b7b7361fede9
 SHA512 
1d58d30c2c65167fda97c790739a2bf36802f72965007a141108320312316df9bf252c18ff84f867f3805eee4914fe748ae066d51b376791a723fd54ec21c3c3

diff --git a/dev-util/mdds/mdds-1.4.1.ebuild b/dev-util/mdds/mdds-1.4.1.ebuild
deleted file mode 100644
index f825185f165..000
--- a/dev-util/mdds/mdds-1.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git";
-[[ ${PV} ==  ]] && GITECLASS="git-r3"
-
-inherit autotools toolchain-funcs ${GITECLASS}
-
-DESCRIPTION="A collection of multi-dimensional data structure and indexing 
algorithm"
-HOMEPAGE="https://gitlab.com/mdds/mdds";
-[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2";
-
-LICENSE="MIT"
-SLOT="1/${PV%.*}"
-IUSE="doc valgrind"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS=""
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-python/sphinx
-   )
-   valgrind? ( dev-util/valgrind )
-"
-
-PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )
-
-src_prepare(){
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable doc docs) \
-   $(use_enable valgrind memory_tests)
-}
-
-src_compile() { :; }
-
-src_test() {
-   tc-export CXX
-   default
-}



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

2018-09-16 Thread Andreas Sturmlechner
commit: 24c3dd9c596f385ef3c56b3852a0808857ef933f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 22:14:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c3dd9c

app-office/libreoffice: 6.1.1.2 version bump (dropped ~arm64 keyword)

Bug: https://bugs.gentoo.org/661398
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-office/libreoffice/Manifest | 2 ++
 .../{libreoffice-6.1..ebuild => libreoffice-6.1.1.2.ebuild} | 2 +-
 app-office/libreoffice/libreoffice-6.1..ebuild  | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 27cd54fc0d0..54ee7ef00ab 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -7,6 +7,8 @@ DIST libreoffice-6.0.3.2-patchset-01.tar.xz 39268 BLAKE2B 
0bf5ad04323cbd2cf157da
 DIST libreoffice-6.0.3.2.tar.xz 203747760 BLAKE2B 
8a666aa2e3e880b050ac8eed93a1c55ddbfa7ce74364b0dff4f5be446cf64c4fe347b164716a7d226c6cfbac01dbd3f11b89ecff75460ccd902ac44fe93d5daa
 SHA512 
d1ec8982f185926d3f3040bcdef737e7c74fcf5b360a12a91983eac92843510553759ffa84c7d244df13036fc32149ffe13dd6a56fb1bda6f64fd5a318fd7879
 DIST libreoffice-6.0.5.2-patchset-01.tar.xz 39820 BLAKE2B 
d8b436378b05a8a58156817b5d1e0323fd6fcfde9aa9fc4fc6a8056a06a16c84c5860ffe1ae715faddb707c5aa417b43e6c7f5c05821f86208edbb3778d830a1
 SHA512 
ec99a6358c0a20075abc0aa136ad6ccded4562fa0f25897efe2a8783fb33b97b92a2dd8041206b3344a79dfd10ebe98b79c8bf0b4e8539e45942978f0028dc59
 DIST libreoffice-6.0.6.2.tar.xz 205022916 BLAKE2B 
715d24c7bbfe4d570011f5090cf647421f68e73fb76047ec0fb973ec0bfb30be3ec1d521bdd92369e23abaa444e7afd3e070ff613486e8f85b9ca76d9496fd0e
 SHA512 
8cf7bd4d8f81ee09f8a21c4ccb12f788c67cf1cba71e08b9b720f9e8b4ec2dfcc25452ef05b6b60529463241c2b23a70eb6a79a8f15b95e890a2ea9cbb458517
+DIST libreoffice-6.1.1.2.tar.xz 207211808 BLAKE2B 
9c60f6153a82903252102056d27ae412350200fcdb8dfc8cbefeb92bd50eebfbd11bda06e20f35d19320591f9cfdfa53c9f1fda8c66d2bee66c59c37f27753be
 SHA512 
c3429fbd247c4b17f4e140751fcb1e593705aa60911556c4dfc960ebaa6fe50a39d933d14bfc3c89cdd92619f41611eb1aa0090fe9d391d84989d206005af3ea
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-6.0.3.2.tar.xz 2972952 BLAKE2B 
90b62af89bbdec436e8ca5ede3aa8aa57109e22136d454850a108fd4aac1eace166432be8152d623b06ba9e04001a579b3200bbbd20caa1ac6c3b97026319dd3
 SHA512 
cb538553efd94c7a6f9059b6fb74351adba5449d7f458fd0337950528be2bbb7ddf7aaef4992eb18f432c42133d17bf8f0af9d3fe29eddd9d620ab847a40
 DIST libreoffice-help-6.0.6.2.tar.xz 2972748 BLAKE2B 
38534d5fd08751af587fd5b5be03b39b086e2bc26878c50e98bafd7a2b48f517ac29b8d434748449b0a3e8a451c31f40255094d64965800aadfd94c111295be5
 SHA512 
89caab57774f85f3e58523c0debb57247a0f10959634bf296aaacc4928bcce6ea8ed9f167b267e2e0eeb52b69714eeb094fedfa3e810cf409dfbc7c5e49b7c13
+DIST libreoffice-help-6.1.1.2.tar.xz 15757536 BLAKE2B 
5e93bb65c6e42f924bd1c782e472f247b97cb9264c671d932a71cf67813d529c363a8664eeca48b407a0882ad2d0d7392cffcfddea0f35f0c62881b3c11d70ce
 SHA512 
6e22a3efa9c6db97dec27a5f6ef21efb0c0665712715338d8fb73340a9572841fcaac63b0f6b03d67bc9c459a85d1910c18a5830ff8541265509cf8a1bdc3aa1

diff --git a/app-office/libreoffice/libreoffice-6.1..ebuild 
b/app-office/libreoffice/libreoffice-6.1.1.2.ebuild
similarity index 99%
copy from app-office/libreoffice/libreoffice-6.1..ebuild
copy to app-office/libreoffice/libreoffice-6.1.1.2.ebuild
index 6105cb607ab..01637fc6d61 100644
--- a/app-office/libreoffice/libreoffice-6.1..ebuild
+++ b/app-office/libreoffice/libreoffice-6.1.1.2.ebuild
@@ -79,7 +79,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip

diff --git a/app-office/libreoffice/libreoffice-6.1..ebuild 
b/app-office/libreoffice/libreoffice-6.1..ebuild
index 6105cb607ab..01637fc6d61 100644
--- a/app-office/libreoffice/libreoffice-6.1..ebuild
+++ b/app-office/libreoffice/libreoffice-6.1..ebuild
@@ -79,7 +79,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip



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

2018-09-16 Thread Andreas Sturmlechner
commit: 7f735722d975411ffa8b780b0465cbd03d8de6ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:09:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f735722

dev-libs/libixion: Pin dev-util/mdds DEPEND to 1.3*

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-libs/libixion/libixion-0.13.0.ebuild 
b/dev-libs/libixion/libixion-0.13.0.ebuild
index ba41158d8f2..9059d4be086 100644
--- a/dev-libs/libixion/libixion-0.13.0.ebuild
+++ b/dev-libs/libixion/libixion-0.13.0.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
 "
 DEPEND="${RDEPEND}
-   >=dev-util/mdds-1.2.0:1=
+   =dev-util/mdds-1.3*:1=
 "
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-09-16 Thread Andreas Sturmlechner
commit: b077048d358a02205a5dc91ef20975b5b1d67842
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:15:48 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b077048d

app-office/libreoffice: Pin mdds to 1.3*, liborcus to 0.13*

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-office/libreoffice/libreoffice-6.1..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.1..ebuild 
b/app-office/libreoffice/libreoffice-6.1..ebuild
index 11cbcd4c3e8..6105cb607ab 100644
--- a/app-office/libreoffice/libreoffice-6.1..ebuild
+++ b/app-office/libreoffice/libreoffice-6.1..ebuild
@@ -112,7 +112,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/icu:=
dev-libs/libassuan
dev-libs/libgpg-error
-   >=dev-libs/liborcus-0.13.3
+   =dev-libs/liborcus-0.13*
dev-libs/librevenge
dev-libs/libxml2
dev-libs/libxslt
@@ -219,7 +219,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/cppunit-1.14.0
>=dev-util/gperf-3
dev-util/intltool
-   >=dev-util/mdds-1.2.3:1=
+   =dev-util/mdds-1.3*:1=
media-libs/glm
sys-devel/bison
sys-devel/flex



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

2018-09-16 Thread Andreas Sturmlechner
commit: ba3e03214ea31de78752d5a4f2f776969f57a097
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:11:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3e0321

dev-libs/liborcus: Pin dev-util/mdds DEPEND to 1.3*

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-libs/liborcus/liborcus-0.13.4.ebuild 
b/dev-libs/liborcus/liborcus-0.13.4.ebuild
index 2ee6cc7086e..2f74b321685 100644
--- a/dev-libs/liborcus/liborcus-0.13.4.ebuild
+++ b/dev-libs/liborcus/liborcus-0.13.4.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
 "
 DEPEND="${RDEPEND}
-   >=dev-util/mdds-1.2.2:1
+   =dev-util/mdds-1.3*:1
 "
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-09-16 Thread Andreas Sturmlechner
commit: 70fcc8c0d30ddf01d6113517b443c19455e04b1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:42:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fcc8c0

dev-cpp/libcmis: EAPI-7 bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild | 7 ---
 dev-cpp/libcmis/libcmis-.ebuild  | 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild 
b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
index a918f64a596..9d26d35d5df 100644
--- a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
+++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/tdf/libcmis.git";
@@ -31,7 +31,8 @@ RDEPEND="
dev-libs/libxml2
net-misc/curl
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
man? (
app-text/docbook2X
@@ -62,7 +63,7 @@ src_configure() {
append-cxxflags -std=c++14
 
econf \
-   --program-suffix=-${SLOT} \
+   --program-suffix=-$(ver_cut 1-2) \
--disable-werror \
$(use_with man) \
$(use_enable static-libs static) \

diff --git a/dev-cpp/libcmis/libcmis-.ebuild 
b/dev-cpp/libcmis/libcmis-.ebuild
index 648347ed63b..8513c4a8cb4 100644
--- a/dev-cpp/libcmis/libcmis-.ebuild
+++ b/dev-cpp/libcmis/libcmis-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/tdf/libcmis.git";
@@ -31,7 +31,8 @@ RDEPEND="
dev-libs/libxml2
net-misc/curl
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
man? (
app-text/docbook2X
@@ -57,7 +58,7 @@ src_configure() {
append-cxxflags -std=c++14
 
econf \
-   --program-suffix=-${SLOT} \
+   --program-suffix=-$(ver_cut 1-2) \
--disable-werror \
$(use_with man) \
$(use_enable static-libs static) \



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

2018-09-16 Thread Andreas Sturmlechner
commit: 189d7f0628f66cbf8dd20493b9ebdec5f393b95b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:20:48 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189d7f06

dev-util/mdds: 1.4.2 version bump, still no keywords

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index f5956e59e3a..1697b430bf4 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1,2 +1,3 @@
 DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 
476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30
 SHA512 
c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
 DIST mdds-1.4.1.tar.bz2 317460 BLAKE2B 
7d76d56448aeb917a0c2afbf76a7f7ae83b2f03569a458f7de257a3facc22dcc9da66fbe1ce40a2f03e38488933a8a054c007374ed84b8fe1e5bd3f3f67c1a85
 SHA512 
3ad7cf821cd1a0a4b632c5d11cc3bd7bd6da2b14069e142e087dd81c1dfa817a961edbde1d59021a5bd4859eb252d8c461341070406b952a5b46b00eb7444384
+DIST mdds-1.4.2.tar.bz2 318164 BLAKE2B 
322b53253cb8796f8def8d470bcbc61e787b25f687b6fbdca927de029f0f9813c863cdc57955e67e40124abccf4e77a16108669fd9a25473d952b7b7361fede9
 SHA512 
1d58d30c2c65167fda97c790739a2bf36802f72965007a141108320312316df9bf252c18ff84f867f3805eee4914fe748ae066d51b376791a723fd54ec21c3c3

diff --git a/dev-util/mdds/mdds-1.4.2.ebuild b/dev-util/mdds/mdds-1.4.2.ebuild
new file mode 100644
index 000..bb6e3ab3edf
--- /dev/null
+++ b/dev-util/mdds/mdds-1.4.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git";
+[[ ${PV} ==  ]] && GITECLASS="git-r3"
+
+inherit autotools toolchain-funcs ${GITECLASS}
+
+DESCRIPTION="A collection of multi-dimensional data structure and indexing 
algorithm"
+HOMEPAGE="https://gitlab.com/mdds/mdds";
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2";
+
+LICENSE="MIT"
+SLOT="1/${PV%.*}"
+IUSE="doc valgrind"
+
+[[ ${PV} ==  ]] || \
+KEYWORDS=""
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-libs/boost:="
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   dev-python/sphinx
+   )
+   valgrind? ( dev-util/valgrind )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.4.1-buildsystem.patch" )
+
+src_prepare(){
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable doc docs) \
+   $(use_enable valgrind memory_tests)
+}
+
+src_compile() { :; }
+
+src_test() {
+   tc-export CXX
+   default
+}



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

2018-09-16 Thread Andreas Sturmlechner
commit: 0ddf6f6f6b74f3aaeafa458b1bcab563166bd722
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 21:16:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 22:29:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddf6f6f

dev-cpp/libcmis: Drop alternatives eclass

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild | 10 +-
 dev-cpp/libcmis/libcmis-.ebuild  | 10 +-
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild 
b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
index 9c4546b7f5f..a918f64a596 100644
--- a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
+++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
@@ -12,7 +12,7 @@ elif [[ ${PV} = *_pre* ]]; then
 else
SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
-inherit alternatives autotools flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="C++ client library for the CMIS interface"
 HOMEPAGE="https://github.com/tdf/libcmis";
@@ -74,11 +74,3 @@ src_install() {
default
find "${D}" -name '*.la' -delete || die
 }
-
-pkg_postinst() {
-   alternatives_auto_makesym /usr/bin/cmis-client 
"/usr/bin/cmis-client-[0-9].[0-9]"
-}
-
-pkg_postrm() {
-   alternatives_auto_makesym /usr/bin/cmis-client 
"/usr/bin/cmis-client-[0-9].[0-9]"
-}

diff --git a/dev-cpp/libcmis/libcmis-.ebuild 
b/dev-cpp/libcmis/libcmis-.ebuild
index 922b7a7756a..648347ed63b 100644
--- a/dev-cpp/libcmis/libcmis-.ebuild
+++ b/dev-cpp/libcmis/libcmis-.ebuild
@@ -12,7 +12,7 @@ elif [[ ${PV} = *_pre* ]]; then
 else
SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
-inherit alternatives autotools flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="C++ client library for the CMIS interface"
 HOMEPAGE="https://github.com/tdf/libcmis";
@@ -69,11 +69,3 @@ src_install() {
default
find "${D}" -name '*.la' -delete || die
 }
-
-pkg_postinst() {
-   alternatives_auto_makesym /usr/bin/cmis-client 
"/usr/bin/cmis-client-[0-9].[0-9]"
-}
-
-pkg_postrm() {
-   alternatives_auto_makesym /usr/bin/cmis-client 
"/usr/bin/cmis-client-[0-9].[0-9]"
-}



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2018-09-16 Thread James Le Cuirot
commit: d86a12062307344bc61f01c3f07c341cc78a6e9f
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Sep 16 20:47:52 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 16 22:10:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86a1206

games-fps/eduke32: bump to version 20180906.6978

Closes: https://bugs.gentoo.org/666364
Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9888

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20180906.6978.ebuild | 247 +
 2 files changed, 248 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 0ca96505a0d..35f4b037d81 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20180809-6969.tar.xz 14708992 BLAKE2B 
64a7f8ef6c6772634ed376d59322d75da6eb3e4993a2123c86280ed95ffd562e452cad88b50833b0b77753c365b9d366f4bb392b947ac45819a10908cc505d2f
 SHA512 
5c1d6e151fbd8bdbeed3ed94073e4a53170a79036b86e4303663b842f2fd2ddc2ee45e0685887c56a0321638b69d9a40b880f5a33e69115ed7f9fa89a18bc321
+DIST eduke32_src_20180906-6978.tar.xz 14706836 BLAKE2B 
ed7b3718d73fe633ada5312ffc21feec00bcbcc07844038976efc16c8c91f8d7f3de4f0887a8a5914b33d118bd34b87ccbfce424b3d0803fa89db63fb0bd377b
 SHA512 
6637966c8ace0fe197805a472b46b485dbc759ad7505964a32338c50b806cf269815e773e965cd5c3ddf11b02f3aa2c4e2b27bdb9dda4c909fcd8ac1bef22115

diff --git a/games-fps/eduke32/eduke32-20180906.6978.ebuild 
b/games-fps/eduke32/eduke32-20180906.6978.ebuild
new file mode 100644
index 000..0d1b2e7c24a
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20180906.6978.ebuild
@@ -0,0 +1,247 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit desktop eapi7-ver gnome2-utils toolchain-funcs
+
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+
+MY_PN_HRP="duke3d_hrp"
+MY_PN_OPL="duke3d_musopl"
+MY_PN_PSX="duke3d_psx"
+MY_PN_SC55="duke3d_music-sc55"
+MY_PN_VOXELS="duke3d_voxels"
+MY_PN_XXX="duke3d_xxx"
+
+MY_PV_HRP="5.4"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+MY_PV_XXX="1.33"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/";
+SRC_URI="http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
+   http://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
${MY_PN_HRP}-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/${MY_PN_XXX}.zip -> 
${MY_PN_XXX}-${MY_PV_XXX}.zip )
+   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> ${MY_PN_OPL}-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
${MY_PN_PSX}-${MY_PV_PSX}.zip )
+   sc-55? ( http://www.duke4.org/files/nightfright/music/${MY_PN_SC55}.zip 
-> ${MY_PN_SC55}-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> ${MY_PN_VOXELS}-${MY_PV_VOXELS}.zip )"
+
+KEYWORDS="~amd64 ~hppa ~x86"
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
+REQUIRED_USE="cdinstall? ( !demo )
+   demo? ( !cdinstall )
+   hrp? ( ^^ ( demo cdinstall )
+   !voxels )
+   offensive? ( ^^ ( demo cdinstall ) )
+   opl? ( ^^ ( demo cdinstall )
+   !sc-55 )
+   psx? ( ^^ ( demo cdinstall ) )
+   sc-55? ( ^^ ( demo cdinstall )
+   !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
+
+MY_DEPEND_RDEPEND="media-libs/libsdl2[joystick,opengl?,sound,video,X]
+   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
+   sys-libs/zlib:=
+   flac? ( media-libs/flac )
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? ( virtual/glu
+   virtual/opengl )
+   png? ( media-libs/libpng:0= 

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2018-09-16 Thread James Le Cuirot
commit: e9a9e7bd951e649791752ca4cd6ac9daa036b871
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Sep 16 20:48:32 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 16 22:10:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a9e7bd

games-fps/eduke32: drop old version

Bug: https://bugs.gentoo.org/666364
Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-fps/eduke32/Manifest |   1 -
 games-fps/eduke32/eduke32-20180809.6969.ebuild | 247 -
 2 files changed, 248 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 35f4b037d81..301c2fc4623 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20180809-6969.tar.xz 14708992 BLAKE2B 
64a7f8ef6c6772634ed376d59322d75da6eb3e4993a2123c86280ed95ffd562e452cad88b50833b0b77753c365b9d366f4bb392b947ac45819a10908cc505d2f
 SHA512 
5c1d6e151fbd8bdbeed3ed94073e4a53170a79036b86e4303663b842f2fd2ddc2ee45e0685887c56a0321638b69d9a40b880f5a33e69115ed7f9fa89a18bc321
 DIST eduke32_src_20180906-6978.tar.xz 14706836 BLAKE2B 
ed7b3718d73fe633ada5312ffc21feec00bcbcc07844038976efc16c8c91f8d7f3de4f0887a8a5914b33d118bd34b87ccbfce424b3d0803fa89db63fb0bd377b
 SHA512 
6637966c8ace0fe197805a472b46b485dbc759ad7505964a32338c50b806cf269815e773e965cd5c3ddf11b02f3aa2c4e2b27bdb9dda4c909fcd8ac1bef22115

diff --git a/games-fps/eduke32/eduke32-20180809.6969.ebuild 
b/games-fps/eduke32/eduke32-20180809.6969.ebuild
deleted file mode 100644
index c42e95c4417..000
--- a/games-fps/eduke32/eduke32-20180809.6969.ebuild
+++ /dev/null
@@ -1,247 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop eapi7-ver gnome2-utils toolchain-funcs
-
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-
-MY_PN_HRP="duke3d_hrp"
-MY_PN_OPL="duke3d_musopl"
-MY_PN_PSX="duke3d_psx"
-MY_PN_SC55="duke3d_music-sc55"
-MY_PN_VOXELS="duke3d_voxels"
-MY_PN_XXX="duke3d_xxx"
-
-MY_PV_HRP="5.4"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-MY_PV_XXX="1.33"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/";
-SRC_URI="http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
-   http://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
${MY_PN_HRP}-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/${MY_PN_XXX}.zip -> 
${MY_PN_XXX}-${MY_PV_XXX}.zip )
-   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> ${MY_PN_OPL}-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
${MY_PN_PSX}-${MY_PV_PSX}.zip )
-   sc-55? ( http://www.duke4.org/files/nightfright/music/${MY_PN_SC55}.zip 
-> ${MY_PN_SC55}-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> ${MY_PN_VOXELS}-${MY_PV_VOXELS}.zip )"
-
-KEYWORDS="~amd64 ~hppa ~x86"
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
-REQUIRED_USE="cdinstall? ( !demo )
-   demo? ( !cdinstall )
-   hrp? ( ^^ ( demo cdinstall )
-   !voxels )
-   offensive? ( ^^ ( demo cdinstall ) )
-   opl? ( ^^ ( demo cdinstall )
-   !sc-55 )
-   psx? ( ^^ ( demo cdinstall ) )
-   sc-55? ( ^^ ( demo cdinstall )
-   !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )"
-
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
-
-MY_DEPEND_RDEPEND="media-libs/libsdl2[joystick,opengl?,sound,video,X]
-   media-libs/sdl2

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

2018-09-16 Thread Mike Pagano
commit: 34035580258024976e1058333fd27f31a5f76458
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Sep 16 21:34:38 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Sep 16 21:34:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34035580

sys-kernel/git-sources: Linux patch 4.19-rc4

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-4.19_rc4.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 74756955edd..3dd6343eeca 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -2,3 +2,4 @@ DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff48
 DIST patch-4.19-rc1.patch 38084340 BLAKE2B 
bda832e116f74e04485b1d253b0a01a4838b62725f572009c7be22a7f1323f1910bb7c75793e768404ec5fbc2f48be038523e440fb365aaed4d318e2c8616be7
 SHA512 
84c2fc3869db3f45b7cc6bbd0d9830c8d5b4a921a887b7b2ed39b332c384ca276b083205d0adee0e2f9ad42650961db642979c57250638126363366629e3fbdc
 DIST patch-4.19-rc2.patch 38326203 BLAKE2B 
7cb9f6a80591dcecc13b22d9990d2ea03218ff6f1ca1d72e203bb7d98e8376b1da36f0ac5f834dd1de16c4e4950b0231db9c84af3852494c6a27ca0024f0ed9a
 SHA512 
17473b20591cbecb00ab6b3e882a3e039b75a8fc32b776a71f1d02d6179d98f0cd4977de45d4c624b955b7951d4a36f32fb191ab1fffe92798f01c428676cce2
 DIST patch-4.19-rc3.patch 38635039 BLAKE2B 
c6f5840a1483c0a97b284f038f965d74b268c3f2eb7c60d7c0b6136e8d996482127653a000135af32a9c2d69d42bea571acbe88d1a0ee42be38fee07853aa121
 SHA512 
ba836197b02bc25af6201c819efc3266a8e12214161203b82aac488c28f939065b8b7887c035cfe3ca18f0cbec5b833bb9623277686b05228002f9f0f2986a8c
+DIST patch-4.19-rc4.patch 38932487 BLAKE2B 
fc07f52bc086f9d4f52e1ebd996ac1a2cdfce8130edb2f26251863b2f4a78f0f55c82a7f7aaf744db8b40e1ad4ab8aa3f16f3934960c46a06edb5967382d5d96
 SHA512 
8d61ff650a479676310db533d0d0625c5304caf777d924199b91a7b94d4840d9088def4a9b184e493a083a03ed20853811a5ee45b4f5074efd79129d6b3fb7b1

diff --git a/sys-kernel/git-sources/git-sources-4.19_rc4.ebuild 
b/sys-kernel/git-sources/git-sources-4.19_rc4.ebuild
new file mode 100644
index 000..d03b0ba0d27
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.19_rc4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.18"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2018-09-16 Thread Patrice Clement
commit: dea27ee49a7249671a36458768d038301b99396d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Sep 16 16:23:34 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 16 21:31:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea27ee4

www-client/links: drop debian tarball.

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

 www-client/links/Manifest | 2 --
 www-client/links/links-2.14-r1.ebuild | 5 +
 www-client/links/links-2.16.ebuild| 6 +-
 www-client/links/links-2.17.ebuild| 6 +-
 4 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/www-client/links/Manifest b/www-client/links/Manifest
index 3c8874c77c1..26845129e45 100644
--- a/www-client/links/Manifest
+++ b/www-client/links/Manifest
@@ -1,5 +1,3 @@
 DIST links-2.14.tar.bz2 6535707 BLAKE2B 
e0a2f804e05fde94be50ee2dce1453c0c616aac29bd91a73f78b1976119aa5cfa8aa4b3df5e7feeb193bba74fbe3b32be50f4947babb4115a3e79835c2c241fb
 SHA512 
d03b091957e0a2e06605fcf7c9bc56d48ebbcdc695f4ce894901540008455a9bc6544abdecd787faa041e2dbdff28b0d6ddcc9d26528d39d7d72750655c73575
 DIST links-2.16.tar.bz2 6697222 BLAKE2B 
dba0f00acf14e7994d3eeea7f77df897941690d959c2aa90924bb1256f310a6ddc969e2dc7ca8ca775f2ec06acebbabb30b35088a9cc6100b01f7fa6dfaeaaa8
 SHA512 
3ce169e214eae0f997c1f8647d354dc0803c9118a97dcd2594d62af23336890272f4b027d3ab0a0e151672d1506e50da0f0e561999c5841f0f183f32a279b14a
 DIST links-2.17.tar.bz2 6694577 BLAKE2B 
a762dd810d8d939c3276ca13ed8460cc486d275e3436015440527fdbe16adc29ccf4ff26c59de2354c50cab5fbc6ce72d4b94cc6e731e4295f86f892eaf0af64
 SHA512 
871a3a2cbc210467f4ffd830ba2966f2ebc0ec9ed4a1de018d032cec4b550e58f6858875478647c627ec746bb76810a4b97603575f2d21b5ea650c612684c8d5
-DIST links2_2.10-2.debian.tar.xz 13964 BLAKE2B 
2de4e49281a53d37d3d9bc53b5e49c3bac534f3ba5d7a57748f3ef998e6ff7f5309b5d6c7a00f72d623525fc1413fc15d1585ffa84c186d684467539cb807cef
 SHA512 
01101edef00ede0b95857ea28d305e98198306c428b79bb9c05da16285d8b4052b7f800f7def67a945d498db440745d81b7e3b6a03c9b077d5bcf5da1cb2691e
-DIST links2_2.14-5.debian.tar.xz 15332 BLAKE2B 
20c1d0f5a9eeac2f56bfc8d2e00f343ada5ac28e741fdb9635810f7e39563f0f052f7be0492923c3caf6f000246639bf3ae19ebd5dfb3d8fdfe4e4655dd0bac8
 SHA512 
d8038515c29998be9510723cdaa2b961d65141fd0b0f863e2fac80f41009a100f0bd824acd97735d089c932c1b5a979f0ed523d773721485b4418ec44df38872

diff --git a/www-client/links/links-2.14-r1.ebuild 
b/www-client/links/links-2.14-r1.ebuild
index c7f50709274..c7d830ce887 100644
--- a/www-client/links/links-2.14-r1.ebuild
+++ b/www-client/links/links-2.14-r1.ebuild
@@ -5,12 +5,9 @@ EAPI=6
 
 inherit autotools desktop xdg
 
-DEBIAN_REVISION=2.10-2
-
 DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
 HOMEPAGE="http://links.twibright.com/";
-SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2
-   
mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_${DEBIAN_REVISION}.debian.tar.xz"
+SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="2"

diff --git a/www-client/links/links-2.16.ebuild 
b/www-client/links/links-2.16.ebuild
index fc5b0de6a65..de56fbdef90 100644
--- a/www-client/links/links-2.16.ebuild
+++ b/www-client/links/links-2.16.ebuild
@@ -5,13 +5,9 @@ EAPI=6
 
 inherit autotools desktop xdg
 
-DEBIAN_REVISION=2.14-5
-
 DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
 HOMEPAGE="http://links.twibright.com/";
-SRC_URI="
-   http://${PN}.twibright.com/download/${P}.tar.bz2
-   
mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_${DEBIAN_REVISION}.debian.tar.xz"
+SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="2"

diff --git a/www-client/links/links-2.17.ebuild 
b/www-client/links/links-2.17.ebuild
index fc5b0de6a65..de56fbdef90 100644
--- a/www-client/links/links-2.17.ebuild
+++ b/www-client/links/links-2.17.ebuild
@@ -5,13 +5,9 @@ EAPI=6
 
 inherit autotools desktop xdg
 
-DEBIAN_REVISION=2.14-5
-
 DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
 HOMEPAGE="http://links.twibright.com/";
-SRC_URI="
-   http://${PN}.twibright.com/download/${P}.tar.bz2
-   
mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_${DEBIAN_REVISION}.debian.tar.xz"
+SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="2"



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

2018-09-16 Thread Patrice Clement
commit: 7ae70558a0bb4a9d8e51c8ba2b3a796ed3df480e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Sep 12 19:41:20 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 16 21:31:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae70558

dev-python/bytecodeassembler: EAPI7, fix HOMEPAGE, minor improvements.

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

 dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild 
b/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild
index 265661dc2ea..e9df4677d16 100644
--- a/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild
+++ b/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
 MY_PN="BytecodeAssembler"
 
-DESCRIPTION="Generate Python code objects by "assembling" bytecode"
-HOMEPAGE="https://pypi.org/project//BytecodeAssembler";
+DESCRIPTION="Generate Python code objects by assembling bytecode"
+HOMEPAGE="https://pypi.org/project/BytecodeAssembler/";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip -> ${P}.zip"
 
 KEYWORDS="amd64 x86"
-IUSE=""
 LICENSE="Apache-2.0"
 SLOT="0"
 
-RDEPEND=""
 DEPEND="app-arch/unzip
>=dev-python/symboltype-1.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-09-16 Thread Sergei Trofimovich
commit: 68b4b694543cddeb2f33115f5581403d1187fe3f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Sep  7 18:57:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 16 21:28:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b4b694

dev-util/boost-build: add patch to unbreak compiler options on sparc

Boost tries to autodetect the processor architecture and overrides any flags
set with CXXFLAGS with the -mcpu value it thinks it is appropiate. Sadly the
most recent architecture it knows of is ultrasparc3. For every newer cpu type
it falls back to it's default, which is v7 (which would be the compiler default
anyway). This avoids any advanced cpu instructions, e.g. those that support
atomic operations on thing larger than a byte. Remove the whole outdated cruft
and just use whatever the user passed in.

Closes: https://bugs.gentoo.org/646234
Closes: https://github.com/gentoo/gentoo/pull/9802
Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/boost-build/boost-build-1.62.0-r1.ebuild  |  1 +
 dev-util/boost-build/boost-build-1.63.0.ebuild |  1 +
 dev-util/boost-build/boost-build-1.65.0.ebuild |  1 +
 dev-util/boost-build/boost-build-1.66.0.ebuild |  1 +
 dev-util/boost-build/boost-build-1.67.0.ebuild |  1 +
 ...boost-build-1.62.0-sparc-no-default-flags.patch | 47 ++
 6 files changed, 52 insertions(+)

diff --git a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
index 0178c2e3dfb..3d4aef3be4b 100644
--- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch"
"${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
"${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
+   "${FILESDIR}/${PN}-1.62.0-sparc-no-default-flags.patch"
 )
 
 pkg_setup() {

diff --git a/dev-util/boost-build/boost-build-1.63.0.ebuild 
b/dev-util/boost-build/boost-build-1.63.0.ebuild
index 070a8e4d603..4dbc423b535 100644
--- a/dev-util/boost-build/boost-build-1.63.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.63.0.ebuild
@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch"
"${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
"${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
+   "${FILESDIR}/${PN}-1.62.0-sparc-no-default-flags.patch"
 )
 
 pkg_setup() {

diff --git a/dev-util/boost-build/boost-build-1.65.0.ebuild 
b/dev-util/boost-build/boost-build-1.65.0.ebuild
index 0a977472723..7f4df21c771 100644
--- a/dev-util/boost-build/boost-build-1.65.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.65.0.ebuild
@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch"
"${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
"${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
+   "${FILESDIR}/${PN}-1.62.0-sparc-no-default-flags.patch"
 )
 
 pkg_setup() {

diff --git a/dev-util/boost-build/boost-build-1.66.0.ebuild 
b/dev-util/boost-build/boost-build-1.66.0.ebuild
index ec3e64b01f9..2fdc1e47312 100644
--- a/dev-util/boost-build/boost-build-1.66.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.66.0.ebuild
@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch"
"${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
"${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
+   "${FILESDIR}/${PN}-1.62.0-sparc-no-default-flags.patch"
"${FILESDIR}/${PN}-1.66.0-add-none-feature-options.patch"
 )
 

diff --git a/dev-util/boost-build/boost-build-1.67.0.ebuild 
b/dev-util/boost-build/boost-build-1.67.0.ebuild
index 87f9bb67439..4dda7f0a6aa 100644
--- a/dev-util/boost-build/boost-build-1.67.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.67.0.ebuild
@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch"
"${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
"${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
+   "${FILESDIR}/${PN}-1.62.0-sparc-no-default-flags.patch"
"${FILESDIR}/${PN}-1.66.0-add-none-feature-options.patch"
 )
 

diff --git 
a/dev-util/boost-build/files/boost-build-1.62.0-sparc-no-default-flags.patch 
b/dev-util/boost-build/files/boost-build-1.62.0-sparc-no-default-flags.patch
new file mode 100644
index 000..a3f450b0edf
--- /dev/null
+++ b/dev-util/boost-build/files/boost-build-1.62.0-sparc-no-default-flags.patch
@@ -0,0 +1,47 @@
+--- a/tools/gcc.py 2018-09-07 17:44:59.668796217 +0200
 b/tools/gcc.py 2018-09-07 17:45:56.378794314 +0200
+@@ -811,20 +811,6 @@
+ # Sparc
+ flags('gcc', 'OPTIONS', ['sparc/32'], ['-m32'])
+ flags('gcc', 'OPTIONS', ['sparc/64'], ['-m64'])
+-cpu_flags('gcc', 'OPTIONS', 'sparc', 'v7', [

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

2018-09-16 Thread Matt Thode
commit: a24dd6fcc5c5aa17e9b9e09b47dca1e4913e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Sep 16 21:08:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Sep 16 21:08:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24dd6fc

app-admin/ansible: 2.5.8 and 2.6.3 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-admin/ansible/Manifest |  2 --
 app-admin/ansible/ansible-2.5.7.ebuild | 66 --
 app-admin/ansible/ansible-2.5.8.ebuild |  2 +-
 app-admin/ansible/ansible-2.6.2.ebuild | 66 --
 app-admin/ansible/ansible-2.6.3.ebuild |  2 +-
 5 files changed, 2 insertions(+), 136 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 39217812344..da2217d62b9 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,8 +1,6 @@
 DIST ansible-2.5.6.tar.gz 10157989 BLAKE2B 
07341ab7a087e3139442d5420b461ca332f3a9e550874a746f43904763660ef12c9a2041bb991eeb315abdc7f6e31e3615d9283f407003ef2b661331c59a
 SHA512 
169badaa6a94d1ea2d16cb97c7e5eb0b8c225a455edfa95f3ad9e4ec968d5b9525dec4732b60e5ba5f92412f87d8aacc0b2299f2595f3bb820ad8604be8e76d6
-DIST ansible-2.5.7.tar.gz 10162406 BLAKE2B 
1374b0fba39f0cb263a24425d9ebcd9087c0dbad869ddaa1491465db60a80a1a3b82858c80d2d4fc1d03db05d94840f2eeddd4c5a13632426fac178663b7baca
 SHA512 
1be274b080dcc4aba40c884ba45b1403788aadb1f14bd00fd52283bc6e691ec7863f061cb4b7d70965d48cdb49c6b849e9b2e49dd7dd6dd5d8788f2d637960b1
 DIST ansible-2.5.8.tar.gz 10169397 BLAKE2B 
7cb0abb168af25a3cd7b94880309cf19f018a68277472afb24811bb4ccc329c129f754d2b97626f71052712690e372856bfb62345cdae74165eca38066e86779
 SHA512 
8de8ddf1925ef1465654f4bc1d54fd9f5f9d700ef2c5a4982684f3a4560ac933b05ff0661c34e61235006abc64fd6acf299d0c45f7b5796c3a89dda5382099ed
 DIST ansible-2.5.9.tar.gz 10165368 BLAKE2B 
10d30d3200702958e15695d8fb0aa84ee89b65f966b2879f3d9e89c1bae9d38bffa5936f88dbd7e3b0329f07e523677898230fff424d0d61f03cbe2dab8f3020
 SHA512 
0962d2f30030889b07e72346452f21cdc99305920bb8e246fc19d37ca4c837dbfba3230634db398b74959a6a67f4ed9dd097eb7783a2854f0969aeeab7e00341
 DIST ansible-2.6.1.tar.gz 10724749 BLAKE2B 
af4523ab904660fa3369bdae2839ab4b2f386235be5a004e1f9a9a5f7c555a2e6fe82319abe20ecbf7e74152f8e2ad5060fda2c2af0f5d62fdd9416901c9072c
 SHA512 
1235e12a510317665956bfae9e0d03814083a24ba6e5c98072437e50b4a596437a173b32d9d5af37b4b9e168e35045fdb65e65276fdc830f473ab1f42dcba2d2
-DIST ansible-2.6.2.tar.gz 10738149 BLAKE2B 
ac46fe99da9aba55702c578c6d177b7cb1bcd17fb73f08f160afbbcb6a868de721202492e8198e8cb8c68a1ce771572ce0bb598cd310f2ce35d08b0a3f8d
 SHA512 
2283d69be267474e839af44e0e7a14a5532cadef7d65baa2af4045cb93d88b76890b735a78cce348916c04f5dc3c2ed78deb22bb8d94d0c0c0306180d79b1a9b
 DIST ansible-2.6.3.tar.gz 10748570 BLAKE2B 
ff27e46771ab5c574202a195bdddb2affc256ba67de98627ef07d3899a1b6bbdb742a71deff63ad6a22aa53298eb22a22a44a885f53098e2404823565fbc513c
 SHA512 
f34052379b892d5dff5e170e4237d4595ecf9d951226cc928fc092e253f5fa9f492a6e953ff09ed63b19ddb0f2b8df66ac738c2f48923e6d5b1dcc96fc2799c9
 DIST ansible-2.6.4.tar.gz 10751810 BLAKE2B 
16a01b76387b6fb0c6554861fd02a57858cf2623ea89e55c0940589b69a6589d4db00bdf87f1e51ab64e638c187657f66ebb5af33a6fa008b7f1dba1e853b3f3
 SHA512 
b3dc3469dd7e34e3b39b3382df65c3684a44be0515f68861997a4d0e5fce44d64000bc0da0b38fd3d27b45aa1ec3973da581482e0de54c5cc41eb761b230b116

diff --git a/app-admin/ansible/ansible-2.5.7.ebuild 
b/app-admin/ansible/ansible-2.5.7.ebuild
deleted file mode 100644
index 6ca07021a91..000
--- a/app-admin/ansible/ansible-2.5.7.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/";
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
- 

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

2018-09-16 Thread Matt Thode
commit: d7bd421884b1f494bfa5850890cfd0d0d6c7c7a7
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Sep 16 21:06:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Sep 16 21:06:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bd4218

media-sound/pulseeffects: 4.3.5 bup

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.3.4.ebuild => pulseeffects-4.3.5.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 38b6cd6f2f7..86105d80e94 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,2 +1,2 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
-DIST pulseeffects-4.3.4.tar.gz 1019739 BLAKE2B 
fd10afa51aca2f277f533d3eed2b8759911a8fb35953d087025d58f27ef9f0c3e541c8dac373f5a65a0e545e5ec64d1029e0968119165bab42fa860740229cbf
 SHA512 
33700d3dbd6d7fd31b52a951bcaf99bb9887198f2c9b8143c4e8d9369ea77c30442493f0141a960c2703b84df3fe5271b34adcf350295968002e6bb5759d99d3
+DIST pulseeffects-4.3.5.tar.gz 1021061 BLAKE2B 
ab93c79d803d8067a913015410b83f8748f05bd62a532a8c0b672b78c9f333c2c31992ba4be39d3e32392fd22f8da6a4b16801af60f279ca21db075a17c6af56
 SHA512 
7ee151b17535687af896c337d080a6daf92068d8d023b49459b5fbe21db819c638ab7deba04f89e5992147c56d08df56873dff96de2885f7ec80315173467cd9

diff --git a/media-sound/pulseeffects/pulseeffects-4.3.4.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.3.5.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.3.4.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.3.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/, sys-fs/zfs-kmod/, sys-kernel/spl/

2018-09-16 Thread Richard Yao
commit: 27f79fe10cd18bc8e910c924cfba18397cc66dd5
Author: Richard Yao  gentoo  org>
AuthorDate: Sun Sep 16 20:58:37 2018 +
Commit: Richard Yao  gentoo  org>
CommitDate: Sun Sep 16 20:59:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f79fe1

sys-fs/zfs: version bump to 0.7.11 (and friends)

0.7.10 will not be committed due to a regression:

https://github.com/zfsonlinux/zfs/issues/7906

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/zfs-kmod/Manifest   |   1 +
 sys-fs/zfs-kmod/zfs-kmod-0.7.11.ebuild | 145 +++
 sys-fs/zfs/Manifest|   1 +
 sys-fs/zfs/zfs-0.7.11.ebuild   | 210 +
 sys-kernel/spl/Manifest|   1 +
 sys-kernel/spl/spl-0.7.11.ebuild   | 111 +
 6 files changed, 469 insertions(+)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 142dfe82e15..8be6c68802e 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -1,4 +1,5 @@
 DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 
95b145a26620995343df1a468367b882bc71ab3e4812c05839d49d0cd877b756185c91b2609986f91939fbfda322809ddefc8ff9207fe076db03e0038e585ea2
 SHA512 
877052da2a0cdc78b10cb5041da55e31242db2618c502997f4df9aa46a14482c7f33adce8d21aaf16164a9fe52edc358922ea89c8e109c3247e107bf607d6451
+DIST zfs-0.7.11.tar.gz 6561125 BLAKE2B 
ee579aa01272d5565fe78ae6074dc1acdd34c8e9a26838462aea937132c322b0fb915c4dadec230560d586db2b2af129735ed6b5e41def4183c9c7ed456ca7aa
 SHA512 
b53c92de2c2542a1b0189368e4b298e93bea13aec8ba415559e86bfc01a9c7deaf436e694aa047ef8a302c79224f96edd150ea93a57eb88c9e26d054cf7ccd2b
 DIST zfs-0.7.8.tar.gz 6514969 BLAKE2B 
689d96ad7afeb422cbeca724f248ac56b6fcdc0a7ef215f735180406a7fc0d4d3c9700a41e855186d8044b304c9f0c142c2bdca387299c499974e424965970a4
 SHA512 
cdeabe10acd2feeeff8a6362987c757b716bfea6ebad42ce022a081106661f774150c113bdaa9e1ac441efdd6da4cf11e6119323ad60ae15ab445a872d952e35
 DIST zfs-0.7.9-r1-patches.tar.xz 10920 BLAKE2B 
50a0b8533061b5eecc103179e6fd51499d87f1c3b331b0629efa29a5a7d405c03448db2245fed9389d149cc83021a2c263bc2f02133a5fdd11b088516c353fff
 SHA512 
a9e8c04bf7449b0a63420202b2f6dd8a6aea96ac57e5925c2ca0223f662210f42316ada25aa6113103909de8c9976945828cdb91a6ff9932f282c01316d7b3ec
 DIST zfs-0.7.9.tar.gz 6548649 BLAKE2B 
aa2f1b9d0ba0eda1af7d420c43d65d5d4183169cfe97c693356e1e0b15967ea512c25454f2d77285600f2209d778e4299f420754932e403a390b87b4f488dc94
 SHA512 
af5d9c320885ee84019fb04250c4b12c7ac3bb3d1037b1961ec4584701a737558374dc22521743e197356efb1d1f0ced9beff675ae9cfcccf3cd8407467f18fa

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.11.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.7.11.ebuild
new file mode 100644
index 000..55ffb410456
--- /dev/null
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.11.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+if [ ${PV} == "" ]; then
+   AUTOTOOLS_AUTORECONF="1"
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git";
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz";
+   S="${WORKDIR}/zfs-${PV}"
+   KEYWORDS="~amd64"
+fi
+
+inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
+
+DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
+HOMEPAGE="http://zfsonlinux.org/";
+
+LICENSE="CDDL debug? ( GPL-2+ )"
+SLOT="0"
+IUSE="custom-cflags debug +rootfs"
+RESTRICT="debug? ( strip ) test"
+
+DEPEND="
+   =sys-kernel/spl-${PV}*
+   dev-lang/perl
+   virtual/awk
+"
+
+RDEPEND="${DEPEND}
+   !sys-fs/zfs-fuse
+"
+
+AT_M4DIR="config"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+
+DOCS=( AUTHORS COPYRIGHT DISCLAIMER README.markdown )
+
+pkg_setup() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="
+   !DEBUG_LOCK_ALLOC
+   EFI_PARTITION
+   IOSCHED_NOOP
+   MODULES
+   !PAX_KERNEXEC_PLUGIN_METHOD_OR
+   ZLIB_DEFLATE
+   ZLIB_INFLATE
+   "
+
+   use debug && CONFIG_CHECK="${CONFIG_CHECK}
+   FRAME_POINTER
+   DEBUG_INFO
+   !DEBUG_INFO_REDUCED
+   "
+
+   use rootfs && \
+   CONFIG_CHECK="${CONFIG_CHECK}
+   BLK_DEV_INITRD
+   DEVTMPFS
+   "
+
+   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
+
+   [ ${PV} != "" ] && \
+   { kernel_is le 4 18 || die "Linux 4.18 is the latest supported 
version."; }
+
+   check_extra_config
+}
+
+src_prepare() {
+   # Remove GPLv2-licensed ZPIOS unless we are debugging
+   use debug || sed -e 's/^subdir-m += zpios$//' -i 
"${S}/module/Makefile.in"
+
+   # Set module revision number
+   [ ${PV} != "" ] && \
+   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo releas

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/powerpc/ppc32/13.0/, ...

2018-09-16 Thread Matt Turner
commit: c0305f56fd750fac40312cb8a8218df5ff0b50e0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:34:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:35:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0305f56

profiles: Drop old opus mask on ppc, bug 572190

 profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask | 4 
 profiles/default/linux/powerpc/ppc32/17.0/package.use.stable.mask | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask 
b/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask
index 8564eb8f942..75a4ccc88c9 100644
--- a/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask
+++ b/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask
@@ -1,7 +1,3 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Ben de Groot =opus-1.0.3 is not stable (bug 500868)
-media-video/vlc chromaprint opus

diff --git a/profiles/default/linux/powerpc/ppc32/17.0/package.use.stable.mask 
b/profiles/default/linux/powerpc/ppc32/17.0/package.use.stable.mask
index 8564eb8f942..75a4ccc88c9 100644
--- a/profiles/default/linux/powerpc/ppc32/17.0/package.use.stable.mask
+++ b/profiles/default/linux/powerpc/ppc32/17.0/package.use.stable.mask
@@ -1,7 +1,3 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Ben de Groot =opus-1.0.3 is not stable (bug 500868)
-media-video/vlc chromaprint opus



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

2018-09-16 Thread Mikle Kolyada
commit: 9de0ea561d0e620e1649be3ae20b058cebc4fa49
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 16 20:29:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 16 20:29:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de0ea56

sys-fs/f2fs-tools: Version bump (v1.11.0)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/f2fs-tools/Manifest |  1 +
 sys-fs/f2fs-tools/f2fs-tools-1.11.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index 307e9b4e764..46ae091b21a 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1,2 +1,3 @@
 DIST f2fs-tools-1.10.0.tar.xz 342904 BLAKE2B 
ba4dec55e11959b2dd9461b1b02d173c7766908bfdbca9f6da7aa134b4a3b5cf2bda3c2e380b3fab46afdda0be9181ae5fe85ed9d085f816a1ff96e847e2a836
 SHA512 
e6e9fc10bd8051db86880c415ceb50900bf0cc919f1d9fe39026b5320de7c93cbcc1d817fab73130817042ed551fc5fd55ef9b589caeca9fca63fd3098f7a853
+DIST f2fs-tools-1.11.0.tar.gz 278795 BLAKE2B 
8faefb1554283291ad2dc2b66800b88bbdcf07dcb1896a206fd56d52eaa19761c6b008a4961bcec12843a96d2df1744bb5394b4f7bf3830315f4bd3180850e8d
 SHA512 
a69fbd01826909576634f40343293addae3a9c3be09bf8210e2abc1ae12f385fe24dd71c623d14a0a15a81d12f404f193981caaadacbd663bc1502de9a8f7fb7
 DIST f2fs-tools-1.6.1.tar.xz 282152 BLAKE2B 
f8535a5415e012834b749bba2123151d8a39c8fa757905c45be20478d6a795ff64dfbcf0cf9679f2bd70cb1d92717d8df70efb4beb4d749677a6c8758ebdde0e
 SHA512 
108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.11.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.11.0.ebuild
new file mode 100644
index 000..37c94581a16
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.11.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/";
+SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0/4"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sys-libs/libselinux )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   #This is required to install to /sbin, bug #481110
+   econf \
+   --bindir="${EPREFIX}"/sbin \
+   --disable-static \
+   $(use_with selinux)
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



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

2018-09-16 Thread Matt Turner
commit: f529745222672f98ba502528044298a954c8af97
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5297452

dev-python/bleach-2.1.3: ppc stable, bug 663438

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

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 6bbd4031240..be57296c004 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-09-16 Thread Matt Turner
commit: ffcf188440e940bd087f8b3a8ef56f5a8995823c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:25:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcf1884

dev-python/bleach-2.1.3: ppc64 stable, bug 663438

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

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index be57296c004..86fb7128e8f 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-09-16 Thread Matt Turner
commit: 185e72ffa87ca680ae35c963fc501b40d0359793
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185e72ff

dev-python/pytest-relaxed-1.1.4: ppc stable, bug 663988

 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild 
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index ac160033ebd..ec3d284aef0 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-09-16 Thread Matt Turner
commit: 3eaba384225bec85fa1146075728b3e79d957837
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:25:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaba384

dev-python/python-dateutil-2.7.2-r1: ppc64 stable, bug 659662

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

diff --git a/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild
index 7dfcd41e745..81554440829 100644
--- a/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-09-16 Thread Matt Turner
commit: 6aa533e2cd4067696d934ef9eeec97ae672a70e6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa533e2

dev-python/html5lib-1.0.1: ppc64 stable, bug 659658

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

diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild 
b/dev-python/html5lib/html5lib-1.0.1.ebuild
index a0a332fd9e6..58e94db14c4 100644
--- a/dev-python/html5lib/html5lib-1.0.1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
 IUSE="test"
 
 RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]



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

2018-09-16 Thread Matt Turner
commit: 1b8833484d22b3c2b8a60616dc23e35c114bf1b2
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b883348

dev-python/pyftpdlib-1.5.4: ppc stable, bug 659248

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

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
index aa9e67dd059..b34a8629054 100644
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="doc examples ssl test"
 
 RDEPEND="



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

2018-09-16 Thread Matt Turner
commit: 4ce8f26e376b221e1cb5ae5a33c6791e9ad411ea
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce8f26e

dev-python/html5lib-1.0.1: ppc stable, bug 659658

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

diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild 
b/dev-python/html5lib/html5lib-1.0.1.ebuild
index ae97b2a4307..a0a332fd9e6 100644
--- a/dev-python/html5lib/html5lib-1.0.1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
 IUSE="test"
 
 RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]



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

2018-09-16 Thread Matt Turner
commit: 05773daae0c948e2694bcaabd3ba2985260559bf
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05773daa

dev-python/pysendfile-2.0.1: ppc stable, bug 659248

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

diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 24b9cc7cbbf..d9fe7ec80d1 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A python interface to the sendfile(2) system 
call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ia64 ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 LICENSE="MIT"
 SLOT="0"



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

2018-09-16 Thread Matt Turner
commit: 6869efe592658908c5f3d70c64b14b50b6d9f54d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:25:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:25:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6869efe5

dev-python/pytest-relaxed-1.1.4: ppc64 stable, bug 663988

 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild 
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index ec3d284aef0..0f5f4b758f3 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-09-16 Thread Matt Turner
commit: ffda755cd141e1a1a157a87d2dff51058a7e8d65
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffda755c

dev-python/nose-1.3.7-r3: ppc stable, bug 653502

 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild 
b/dev-python/nose/nose-1.3.7-r3.ebuild
index 14a35ee036c..c97e5bb61b9 100644
--- a/dev-python/nose/nose-1.3.7-r3.ebuild
+++ b/dev-python/nose/nose-1.3.7-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 
 REQUIRED_USE="



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

2018-09-16 Thread Matt Turner
commit: 68bcb32f08b7d023644d61f666a00bf69322b6bb
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bcb32f

dev-python/python-dateutil-2.7.2-r1: ppc stable, bug 659662

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

diff --git a/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild
index 8a8c0eec0ab..7dfcd41e745 100644
--- a/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.7.2-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-09-16 Thread Michał Górny
commit: bfb687613954e39c24ebb2247f06eda67afbc7b9
Author: Jan Breuer  gmail  com>
AuthorDate: Sat Sep 15 21:47:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb68761

net-misc/ptpd: Fix conflicting types for EVP_MD_CTX

Closes: https://bugs.gentoo.org/664500
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9786

 .../ptpd-2.3.1-fix-libressl-compatibility.patch| 24 
 net-misc/ptpd/files/ptpd-2.3.1-fix-snmp.patch  | 12 
 net-misc/ptpd/ptpd-2.3.1-r2.ebuild | 66 ++
 3 files changed, 102 insertions(+)

diff --git a/net-misc/ptpd/files/ptpd-2.3.1-fix-libressl-compatibility.patch 
b/net-misc/ptpd/files/ptpd-2.3.1-fix-libressl-compatibility.patch
new file mode 100644
index 000..4fa25797ff0
--- /dev/null
+++ b/net-misc/ptpd/files/ptpd-2.3.1-fix-libressl-compatibility.patch
@@ -0,0 +1,24 @@
+diff -urN old/src/dep/ntpengine/ntp_isc_md5.c 
new/src/dep/ntpengine/ntp_isc_md5.c
+--- old/src/dep/ntpengine/ntp_isc_md5.c2015-06-29 17:13:29.0 
+0200
 new/src/dep/ntpengine/ntp_isc_md5.c2018-09-15 22:56:18.469044902 
+0200
+@@ -262,7 +262,7 @@
+ {
+   u_char  digest[64];
+   u_int   len;
+-  EVP_MD_CTX ctx;
++  PTPD_EVP_MD_CTX ctx;
+ pkt[length / 4] = htonl(keyid); 
+   EVP_DigestInit(&ctx);
+   EVP_DigestUpdate(&ctx, (u_char *)key, (u_int)strlen(key));
+diff -urN old/src/dep/ntpengine/ntp_isc_md5.h 
new/src/dep/ntpengine/ntp_isc_md5.h
+--- old/src/dep/ntpengine/ntp_isc_md5.h2015-06-29 17:13:29.0 
+0200
 new/src/dep/ntpengine/ntp_isc_md5.h2018-09-15 22:56:11.852020732 
+0200
+@@ -80,7 +80,7 @@
+ # define MD5Init(c) isc_md5_init(c)
+ # define MD5Update(c, p, s) isc_md5_update(c, p, s)
+ # define MD5Final(d, c) isc_md5_final((c), (d)) /* swapped */
+-  typedef MD5_CTX   EVP_MD_CTX;
++  typedef MD5_CTX   PTPD_EVP_MD_CTX;
+ # define EVP_DigestInit(c)  MD5Init(c)
+ # define EVP_DigestUpdate(c, p, s)  MD5Update(c, p, s)
+ # define EVP_DigestFinal(c, d, pdl) \

diff --git a/net-misc/ptpd/files/ptpd-2.3.1-fix-snmp.patch 
b/net-misc/ptpd/files/ptpd-2.3.1-fix-snmp.patch
new file mode 100644
index 000..31b466d1468
--- /dev/null
+++ b/net-misc/ptpd/files/ptpd-2.3.1-fix-snmp.patch
@@ -0,0 +1,12 @@
+diff -urN old/src/dep/snmp.c new/src/dep/snmp.c
+--- old/src/dep/snmp.c 2015-06-29 17:13:29.0 +0200
 new/src/dep/snmp.c 2018-09-15 22:54:11.818589001 +0200
+@@ -221,7 +221,7 @@
+ 
+ #define SNMP_LOCAL_VARIABLES  \
+   static unsigned long long_ret;  \
+-  static U64 counter64_ret;   \
++  static struct counter64 counter64_ret;  \
+   static uint32_t ipaddr; \
+   Integer64 bigint;   \
+   struct snmpHeaderIndex idx; \

diff --git a/net-misc/ptpd/ptpd-2.3.1-r2.ebuild 
b/net-misc/ptpd/ptpd-2.3.1-r2.ebuild
new file mode 100644
index 000..cfca56347ad
--- /dev/null
+++ b/net-misc/ptpd/ptpd-2.3.1-r2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Precision Time Protocol daemon"
+HOMEPAGE="https://github.com/ptpd/ptpd";
+SRC_URI="https://github.com/ptpd/ptpd/archive/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="BSD"
+SLOT="0"
+IUSE="debug experimental ntp +pcap snmp slave-only +statistics"
+
+RDEPEND="
+   pcap? ( net-libs/libpcap )
+   snmp? ( net-analyzer/net-snmp )"
+DEPEND="${RDEPEND}"
+RDEPEND="${RDEPEND}
+   ntp? ( net-misc/ntp )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.1-fix-snmp.patch
+   "${FILESDIR}"/${PN}-2.3.1-fix-libressl-compatibility.patch
+)
+
+S=${WORKDIR}/ptpd-${P}
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   local myconf=(
+   --enable-daemon
+   $(use_enable snmp)
+   $(use_enable experimental experimental-options)
+   $(use_enable statistics)
+   $(use_enable debug runtime-debug)
+   $(use_enable pcap)
+   $(use_enable slave-only)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+
+   insinto /etc
+   newins "src/ptpd2.conf.minimal" ptpd2.conf
+
+   newinitd "${FILESDIR}/ptpd2.rc" ptpd2
+   newconfd "${FILESDIR}/ptpd2.confd" ptpd2
+
+   systemd_dounit "${FILESDIR}/ptpd2.service"
+}
+
+pkg_postinst() {
+   elog "Do not forget to setup correct network interface."
+   elog "Change the config file ${EROOT}etc/ptpd2.conf to suit your needs."
+}



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

2018-09-16 Thread Matt Turner
commit: c96a6ea836286465518a3fa4cdac2f643818bef6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:45:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96a6ea8

app-admin/apache-tools-2.4.34: ppc stable, bug 662894

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

diff --git a/app-admin/apache-tools/apache-tools-2.4.34.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.34.ebuild
index 93e1ddd7082..72d5d558213 100644
--- a/app-admin/apache-tools/apache-tools-2.4.34.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2018-09-16 Thread Matt Turner
commit: 691df58a3d0c12fe05702669ee79882e78171fe1
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:45:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691df58a

dev-libs/apr-1.6.3-r3: ppc64 stable, bug 635272

 dev-libs/apr/apr-1.6.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr/apr-1.6.3-r3.ebuild b/dev-libs/apr/apr-1.6.3-r3.ebuild
index b4a0941932e..8086cd28e6c 100644
--- a/dev-libs/apr/apr-1.6.3-r3.ebuild
+++ b/dev-libs/apr/apr-1.6.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1/${PV%.*}"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs 
+urandom"
 
 CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )



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

2018-09-16 Thread Matt Turner
commit: 31c241efc7d7174311507d5bc2afe35740ea06dc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:45:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c241ef

dev-libs/apr-util-1.6.1-r3: ppc stable, bug 635272

 dev-libs/apr-util/apr-util-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild 
b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
index 22794fc56c7..1d4c9b30fec 100644
--- a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
+++ b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="berkdb doc gdbm ldap libressl mysql nss odbc openssl postgres sqlite 
static-libs"
 #RESTRICT="test"
 



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

2018-09-16 Thread Matt Turner
commit: ef103ef14fd850b23a027971fcea41f2af153aca
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:45:26 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:52:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef103ef1

dev-libs/apr-1.6.3-r3: ppc stable, bug 635272

 dev-libs/apr/apr-1.6.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr/apr-1.6.3-r3.ebuild b/dev-libs/apr/apr-1.6.3-r3.ebuild
index d3d18b3be33..b4a0941932e 100644
--- a/dev-libs/apr/apr-1.6.3-r3.ebuild
+++ b/dev-libs/apr/apr-1.6.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1/${PV%.*}"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs 
+urandom"
 
 CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )



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

2018-09-16 Thread Matt Turner
commit: 21a6d2ae3017214c6dedd1a471a6457e316420ce
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:45:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a6d2ae

www-servers/apache-2.4.34-r2: ppc stable, bug 662894

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

diff --git a/www-servers/apache/apache-2.4.34-r2.ebuild 
b/www-servers/apache/apache-2.4.34-r2.ebuild
index 823a7a01d45..7951d9793d5 100644
--- a/www-servers/apache/apache-2.4.34-r2.ebuild
+++ b/www-servers/apache/apache-2.4.34-r2.ebuild
@@ -130,7 +130,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-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-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2018-09-16 Thread Matt Turner
commit: 0db756f5310e7331bf86e1c725c9a6255adfd322
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:45:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db756f5

dev-libs/apr-util-1.6.1-r3: ppc64 stable, bug 635272

 dev-libs/apr-util/apr-util-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild 
b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
index 1d4c9b30fec..b3dc42fd7f9 100644
--- a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
+++ b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="berkdb doc gdbm ldap libressl mysql nss odbc openssl postgres sqlite 
static-libs"
 #RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/, ...

2018-09-16 Thread Andreas Sturmlechner
commit: 8c9e2d42c4bb55db8fb7c9d6203e0f3ddbc17d2e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 19:50:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 19:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e2d42

media-sound/jack-audio-connection-kit: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/jack-audio-connection-kit/Manifest |  2 -
 .../files/jack-audio-connection-kit-freebsd.patch  | 13 
 .../jack-audio-connection-kit-sparc-cpuinfo.patch  | 17 -
 .../jack-audio-connection-kit-0.121.3-r1.ebuild| 80 --
 .../jack-audio-connection-kit-0.124.1-r1.ebuild| 79 -
 media-sound/jack-audio-connection-kit/metadata.xml |  1 -
 6 files changed, 192 deletions(-)

diff --git a/media-sound/jack-audio-connection-kit/Manifest 
b/media-sound/jack-audio-connection-kit/Manifest
index a749882d0b2..d304844d1ce 100644
--- a/media-sound/jack-audio-connection-kit/Manifest
+++ b/media-sound/jack-audio-connection-kit/Manifest
@@ -1,3 +1 @@
-DIST jack-audio-connection-kit-0.121.3.tar.gz 1083545 BLAKE2B 
0fab3329b191e90e8961994fddb407dd635c09a389e56124734338e78803c63687595ff9ff6f4223713b7a13f79a1f17877e9e37890fafbf94bf631c2f9afe84
 SHA512 
57323393d5209baefe73cc0cd9a0e818b1cfd260cf9aa36cd6ad800252e22e3ddb7fc46649c54b8e840696878147c2d06c8d39fd7300b5bb92aeb69f44ed710f
-DIST jack-audio-connection-kit-0.124.1.tar.gz 1113456 BLAKE2B 
2f845de92e19f164ecf5caabdfb4b1870d93050b5027c814a342b6abf826d9b70637c5c169159ae4647b0ab49fe2e2f246441214561dc828c6d049189a9f6c3f
 SHA512 
9c885da516f2ca246edba94db26c851229d063f1557ea91ec76ca57d675a510d16cc4baad5adb316cf468b8d7579b484a53b9a803b34fc9bb34c983a8fe2
 DIST jack-audio-connection-kit-0.125.0.tar.gz 1217977 BLAKE2B 
4037b76a5a6814f30adb4145282e2295bd7b2502934ec7b3cc41ed9bc1a1319855a60d739d72641c0e18a3ee1d8bcb829a637fabf7df7a4525271bff8933f09c
 SHA512 
acdac0588c8a6b79763177677885b6e7bfa8ee3cd9556b33bfe09512bc1191414bb4f97eed62c3c71567b13b4eb69d95ec6b438e5a9d2e22a956c073d500c46f

diff --git 
a/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-freebsd.patch
 
b/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-freebsd.patch
deleted file mode 100644
index a884ac6881e..000
--- 
a/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-freebsd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 jack-audio-connection-kit-0.121.3/configure.old2012-05-29 
11:10:22.0 -0400
-+++ jack-audio-connection-kit-0.121.3/configure2012-05-29 
11:10:46.0 -0400
-@@ -14903,7 +14903,9 @@
-   freebsd*)
- # current FreeBSD header files conflict with the OSS driver's
- # barrier code, this may be fixed in 5.3, stay tuned.
--USE_BARRIER="no"
-+# USE_BARRIER="no"
-+TRY_POSIX_SHM=yes
-+HOST_DEFAULT_TMP_DIR=/tmp
- ;;
-   openbsd*)
- # pthread_barrier* not implemented

diff --git 
a/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-sparc-cpuinfo.patch
 
b/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-sparc-cpuinfo.patch
deleted file mode 100644
index 8017f90ebe9..000
--- 
a/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-sparc-cpuinfo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-On Linux/SPARC, /proc/cpuinfo doesn't include "Cpu0Bogo" anymore,
-use "Cpu0ClkTck" instead to determine the processor speed.
-
-linux upstream commit 8b99cfb8cc51adae7f5294c8962a026c63100959
-
 old/config/os/gnu-linux/time.c
-+++ new/config/os/gnu-linux/time.c
-@@ -152,7 +152,8 @@
-   defined(__x86_64__)
-   ret = sscanf(buf, "cpu MHz : %" SCNu64, &mhz);
- #elif defined( __sparc__ )
--  ret = sscanf(buf, "Cpu0Bogo: %" SCNu64, &mhz);
-+  ret = sscanf(buf, "Cpu0ClkTck   : %" PRIx16, &mhz);
-+  mhz = mhz / 1000 / 1000; // hz -> mhz
- #elif defined( __mc68000__ )
-   ret = sscanf(buf, "Clocking:   %" SCNu64, &mhz);
- #elif defined( __s390__  )

diff --git 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.121.3-r1.ebuild
 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.121.3-r1.ebuild
deleted file mode 100644
index 3081514a92e..000
--- 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.121.3-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic eutils multilib multilib-minimal
-
-DESCRIPTION="A low-latency audio server"
-HOMEPAGE="http://www.jackaudio.org";
-SRC_URI="http://www.jackaudio.org/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd"
-IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples 
cpu_flags_x86_mmx oss cpu_fla

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

2018-09-16 Thread Michał Górny
commit: 56e7e82af65de580969758794453066a29ecbf85
Author: João Santos  gmail  com>
AuthorDate: Sun Aug 26 09:32:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:39:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e7e82a

app-text/master-pdf-editor: removed 4.3.82 as sources are no longer
available.

 app-text/master-pdf-editor/Manifest|  1 -
 .../master-pdf-editor-4.3.82.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index 5896be3a13b..55521c095f1 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,4 +1,3 @@
-DIST master-pdf-editor-4.3.82_qt5.amd64.tar.gz 14934502 BLAKE2B 
f93c756f9270b2857af02047c6ebd242d35ddaf23b70118d440c21cc7a0718937aa9945bb24adad6544e984f9390e9f49bfce5298bb8bc54f3c705372aff0fd4
 SHA512 
9bc6b056bdc8ce349dbab139f64c90948f3e0498918f07df6249fee2fad98a35b133aa7913e375366d062e134878feed0fadd097ab1d5504e97884ffa2c37b24
 DIST master-pdf-editor-5.0.36_qt5.amd64.tar.gz 16021838 BLAKE2B 
d46b9f6205e2832535060584a8841e3fa35d3b59c99a7fc2bcca5f913771633eed0d987a94141ef186b2077b65c781509b5f9938a033a5a856a9b0ad914bd5fc
 SHA512 
31bae232d4629e10b29a4c7273ef7635bb7ec7cce9dc837355fc0d9aacc98943ec009eeac7b445f022831da8a2c400a7ce2b1de82b4e780d625ff49120e2a964
 DIST master-pdf-editor-5.1.00_qt5.amd64.tar.gz 16045580 BLAKE2B 
89696a74d2df83836b1e9201d1bee8ba6a30a41f6a39664a975f9bbfb061b4536558d8746e24c57bfcb495f5324ed9d851471276f0da9f9f1d8caa454bf48c38
 SHA512 
a67d0668cb4c9daa0287af7bce4f24436c31b1636d29aed03503c0976c3efbc2df9ff34c2e65421e5e4cd3e184544bd78a4312b85aa6aee6af0cdaa18ba9c4a2
 DIST master-pdf-editor-5.1.30_qt5.amd64.tar.gz 16150271 BLAKE2B 
dfbdacb6df75d268c57cc5d7f6c949c796abecd09394a80694dfc05b5e666c4e836f636b5af6a17a309625ed243e88c1871347e8f7162b6e3f8c47fc27d83e26
 SHA512 
3cc0a85e9518e75581cfdc05ac8dbdbd534fa11b4f4cfb490a0e9b411b84c073d52e9a5a3aa620507c88117cc04e033f5e860e335b37aef49eec95f2352e9b21

diff --git a/app-text/master-pdf-editor/master-pdf-editor-4.3.82.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-4.3.82.ebuild
deleted file mode 100644
index cb32e02a656..000
--- a/app-text/master-pdf-editor/master-pdf-editor-4.3.82.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils desktop
-
-DESCRIPTION="A complete solution for viewing and editing PDF files"
-HOMEPAGE="https://code-industry.net/free-pdf-editor/";
-SRC_URI="http://get.code-industry.net/public/${P}_qt5.amd64.tar.gz";
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-COMMON_DEPEND="
-   app-arch/bzip2
-   dev-libs/double-conversion
-   dev-libs/glib
-   dev-libs/icu
-   dev-libs/openssl
-   media-gfx/graphite2
-   media-gfx/sane-backends
-   media-libs/freetype
-   media-libs/harfbuzz
-   media-libs/libjpeg-turbo
-   media-libs/libpng
-   media-libs/tiff
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   >=dev-qt/qtsvg-5.4:5
-   >=dev-qt/qtnetwork-5.4:5
-   >=dev-qt/qtgui-5.4:5
-   >=dev-qt/qtprintsupport-5.4:5
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r fonts lang stamps templates masterpdfeditor4.png
-
-   exeinto /opt/${PN}
-   doexe masterpdfeditor4
-
-   dosym ../${PN}/masterpdfeditor4 /opt/bin/masterpdfeditor4
-   make_desktop_entry "masterpdfeditor4 %f" \
-   "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor4.png \
-   "Office;Graphics;Viewer" \
-   
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2018-09-16 Thread Michał Górny
commit: b3b4a8799df79f75c725fb9df142766976c80a94
Author: João Santos  gmail  com>
AuthorDate: Wed Aug 29 12:12:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b4a879

app-text/master-pdf-editor: version bump to 5.1.36

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

 app-text/master-pdf-editor/Manifest | 1 +
 app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild  | 2 +-
 ...{master-pdf-editor-5.1.30.ebuild => master-pdf-editor-5.1.36.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index 60e22cb83bf..62b7c200a7e 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1 +1,2 @@
 DIST master-pdf-editor-5.1.30_qt5.amd64.tar.gz 16150271 BLAKE2B 
dfbdacb6df75d268c57cc5d7f6c949c796abecd09394a80694dfc05b5e666c4e836f636b5af6a17a309625ed243e88c1871347e8f7162b6e3f8c47fc27d83e26
 SHA512 
3cc0a85e9518e75581cfdc05ac8dbdbd534fa11b4f4cfb490a0e9b411b84c073d52e9a5a3aa620507c88117cc04e033f5e860e335b37aef49eec95f2352e9b21
+DIST master-pdf-editor-5.1.36_qt5.amd64.tar.gz 16149439 BLAKE2B 
882f399bfb5cf7b2a39c8174f541a1124953df5bc3bf5ded27bba1eec3ebc966e1b5c0174219759995d939ff203426a2004be61989fa7d062c26dc64320769b5
 SHA512 
934e9d856476e412a7b40858365e843a8350f638b48a9b593faeab12cd9032243042fd11929e826a294a29ab3810110c40fdd07f56e8c5d0fb6fa2f957a36c21

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
index 1ed334d5153..05c37155037 100644
--- a/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
+++ b/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
@@ -34,8 +34,8 @@ src_install() {
 
exeinto /opt/${PN}
doexe masterpdfeditor5
-
dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
+
make_desktop_entry "masterpdfeditor5 %f" \
"Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
"Office;Graphics;Viewer" \

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.1.36.ebuild
similarity index 100%
copy from app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
copy to app-text/master-pdf-editor/master-pdf-editor-5.1.36.ebuild
index 1ed334d5153..05c37155037 100644
--- a/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
+++ b/app-text/master-pdf-editor/master-pdf-editor-5.1.36.ebuild
@@ -34,8 +34,8 @@ src_install() {
 
exeinto /opt/${PN}
doexe masterpdfeditor5
-
dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
+
make_desktop_entry "masterpdfeditor5 %f" \
"Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
"Office;Graphics;Viewer" \



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

2018-09-16 Thread Michał Górny
commit: a6e07d71dfb926079bc2665144f0fb9348a30532
Author: João Santos  gmail  com>
AuthorDate: Sun Aug 26 09:33:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e07d71

app-text/master-pdf-editor: removed 5.0.36 as sources are no longer
available.

 app-text/master-pdf-editor/Manifest|  1 -
 .../master-pdf-editor-5.0.36.ebuild| 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index 55521c095f1..d028b3a48f7 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,3 +1,2 @@
-DIST master-pdf-editor-5.0.36_qt5.amd64.tar.gz 16021838 BLAKE2B 
d46b9f6205e2832535060584a8841e3fa35d3b59c99a7fc2bcca5f913771633eed0d987a94141ef186b2077b65c781509b5f9938a033a5a856a9b0ad914bd5fc
 SHA512 
31bae232d4629e10b29a4c7273ef7635bb7ec7cce9dc837355fc0d9aacc98943ec009eeac7b445f022831da8a2c400a7ce2b1de82b4e780d625ff49120e2a964
 DIST master-pdf-editor-5.1.00_qt5.amd64.tar.gz 16045580 BLAKE2B 
89696a74d2df83836b1e9201d1bee8ba6a30a41f6a39664a975f9bbfb061b4536558d8746e24c57bfcb495f5324ed9d851471276f0da9f9f1d8caa454bf48c38
 SHA512 
a67d0668cb4c9daa0287af7bce4f24436c31b1636d29aed03503c0976c3efbc2df9ff34c2e65421e5e4cd3e184544bd78a4312b85aa6aee6af0cdaa18ba9c4a2
 DIST master-pdf-editor-5.1.30_qt5.amd64.tar.gz 16150271 BLAKE2B 
dfbdacb6df75d268c57cc5d7f6c949c796abecd09394a80694dfc05b5e666c4e836f636b5af6a17a309625ed243e88c1871347e8f7162b6e3f8c47fc27d83e26
 SHA512 
3cc0a85e9518e75581cfdc05ac8dbdbd534fa11b4f4cfb490a0e9b411b84c073d52e9a5a3aa620507c88117cc04e033f5e860e335b37aef49eec95f2352e9b21

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.0.36.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.0.36.ebuild
deleted file mode 100644
index b3809849559..000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.0.36.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils desktop
-
-DESCRIPTION="A complete solution for viewing and editing PDF files"
-HOMEPAGE="https://code-industry.net/free-pdf-editor/";
-SRC_URI="http://code-industry.net/public/${P}_qt5.amd64.tar.gz";
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-COMMON_DEPEND="
-   >=media-gfx/sane-backends-1.0
-   >=dev-qt/qtsvg-5.4.1:5
-   >=dev-qt/qtnetwork-5.4.1:5
-   >=dev-qt/qtgui-5.4.1:5
-   >=dev-qt/qtprintsupport-5.4.1:5
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
-
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r fonts lang stamps templates masterpdfeditor5.png
-
-   exeinto /opt/${PN}
-   doexe masterpdfeditor5
-
-   dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
-   make_desktop_entry "masterpdfeditor5 %f" \
-   "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
-   "Office;Graphics;Viewer" \
-   
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2018-09-16 Thread Michał Górny
commit: 3305364f1d7b3da271e7d169e3a7a7f0b93a2c27
Author: João Santos  gmail  com>
AuthorDate: Sun Aug 26 09:33:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3305364f

app-text/master-pdf-editor: removed 5.1.00 as sources are no longer
available.

 app-text/master-pdf-editor/Manifest|  1 -
 .../master-pdf-editor-5.1.00.ebuild| 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index d028b3a48f7..60e22cb83bf 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,2 +1 @@
-DIST master-pdf-editor-5.1.00_qt5.amd64.tar.gz 16045580 BLAKE2B 
89696a74d2df83836b1e9201d1bee8ba6a30a41f6a39664a975f9bbfb061b4536558d8746e24c57bfcb495f5324ed9d851471276f0da9f9f1d8caa454bf48c38
 SHA512 
a67d0668cb4c9daa0287af7bce4f24436c31b1636d29aed03503c0976c3efbc2df9ff34c2e65421e5e4cd3e184544bd78a4312b85aa6aee6af0cdaa18ba9c4a2
 DIST master-pdf-editor-5.1.30_qt5.amd64.tar.gz 16150271 BLAKE2B 
dfbdacb6df75d268c57cc5d7f6c949c796abecd09394a80694dfc05b5e666c4e836f636b5af6a17a309625ed243e88c1871347e8f7162b6e3f8c47fc27d83e26
 SHA512 
3cc0a85e9518e75581cfdc05ac8dbdbd534fa11b4f4cfb490a0e9b411b84c073d52e9a5a3aa620507c88117cc04e033f5e860e335b37aef49eec95f2352e9b21

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.1.00.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.1.00.ebuild
deleted file mode 100644
index b3809849559..000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.1.00.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils desktop
-
-DESCRIPTION="A complete solution for viewing and editing PDF files"
-HOMEPAGE="https://code-industry.net/free-pdf-editor/";
-SRC_URI="http://code-industry.net/public/${P}_qt5.amd64.tar.gz";
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-COMMON_DEPEND="
-   >=media-gfx/sane-backends-1.0
-   >=dev-qt/qtsvg-5.4.1:5
-   >=dev-qt/qtnetwork-5.4.1:5
-   >=dev-qt/qtgui-5.4.1:5
-   >=dev-qt/qtprintsupport-5.4.1:5
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
-
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r fonts lang stamps templates masterpdfeditor5.png
-
-   exeinto /opt/${PN}
-   doexe masterpdfeditor5
-
-   dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
-   make_desktop_entry "masterpdfeditor5 %f" \
-   "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
-   "Office;Graphics;Viewer" \
-   
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2018-09-16 Thread Michał Górny
commit: 987587f75a9028966d924a4a8833fd6e187d3995
Author: João Santos  gmail  com>
AuthorDate: Sun Aug 26 09:25:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987587f7

app-text/master-pdf-editor: version bump to 5.1.30

 app-text/master-pdf-editor/Manifest|  1 +
 .../master-pdf-editor-5.1.30.ebuild| 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index fb2417626b6..5896be3a13b 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,3 +1,4 @@
 DIST master-pdf-editor-4.3.82_qt5.amd64.tar.gz 14934502 BLAKE2B 
f93c756f9270b2857af02047c6ebd242d35ddaf23b70118d440c21cc7a0718937aa9945bb24adad6544e984f9390e9f49bfce5298bb8bc54f3c705372aff0fd4
 SHA512 
9bc6b056bdc8ce349dbab139f64c90948f3e0498918f07df6249fee2fad98a35b133aa7913e375366d062e134878feed0fadd097ab1d5504e97884ffa2c37b24
 DIST master-pdf-editor-5.0.36_qt5.amd64.tar.gz 16021838 BLAKE2B 
d46b9f6205e2832535060584a8841e3fa35d3b59c99a7fc2bcca5f913771633eed0d987a94141ef186b2077b65c781509b5f9938a033a5a856a9b0ad914bd5fc
 SHA512 
31bae232d4629e10b29a4c7273ef7635bb7ec7cce9dc837355fc0d9aacc98943ec009eeac7b445f022831da8a2c400a7ce2b1de82b4e780d625ff49120e2a964
 DIST master-pdf-editor-5.1.00_qt5.amd64.tar.gz 16045580 BLAKE2B 
89696a74d2df83836b1e9201d1bee8ba6a30a41f6a39664a975f9bbfb061b4536558d8746e24c57bfcb495f5324ed9d851471276f0da9f9f1d8caa454bf48c38
 SHA512 
a67d0668cb4c9daa0287af7bce4f24436c31b1636d29aed03503c0976c3efbc2df9ff34c2e65421e5e4cd3e184544bd78a4312b85aa6aee6af0cdaa18ba9c4a2
+DIST master-pdf-editor-5.1.30_qt5.amd64.tar.gz 16150271 BLAKE2B 
dfbdacb6df75d268c57cc5d7f6c949c796abecd09394a80694dfc05b5e666c4e836f636b5af6a17a309625ed243e88c1871347e8f7162b6e3f8c47fc27d83e26
 SHA512 
3cc0a85e9518e75581cfdc05ac8dbdbd534fa11b4f4cfb490a0e9b411b84c073d52e9a5a3aa620507c88117cc04e033f5e860e335b37aef49eec95f2352e9b21

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
new file mode 100644
index 000..1ed334d5153
--- /dev/null
+++ b/app-text/master-pdf-editor/master-pdf-editor-5.1.30.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils desktop
+
+DESCRIPTION="A complete solution for viewing and editing PDF files"
+HOMEPAGE="https://code-industry.net/free-pdf-editor/";
+SRC_URI="https://code-industry.net/public/${P}_qt5.amd64.tar.gz";
+
+LICENSE="master-pdf-editor"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror"
+
+COMMON_DEPEND="
+   >=media-gfx/sane-backends-1.0
+   >=dev-qt/qtsvg-5.4.1:5
+   >=dev-qt/qtnetwork-5.4.1:5
+   >=dev-qt/qtgui-5.4.1:5
+   >=dev-qt/qtprintsupport-5.4.1:5
+"
+
+RDEPEND="${COMMON_DEPEND}"
+
+QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
+
+S="${WORKDIR}/${PN}-${PV%%.*}"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r fonts lang stamps templates masterpdfeditor5.png
+
+   exeinto /opt/${PN}
+   doexe masterpdfeditor5
+
+   dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
+   make_desktop_entry "masterpdfeditor5 %f" \
+   "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
+   "Office;Graphics;Viewer" \
+   
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2018-09-16 Thread Andreas Sturmlechner
commit: e0ececc157d96a6a12753c73fb6b10aa31bd1bfb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 18:48:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 19:35:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ececc1

profiles: Mask media-libs/celt for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c62f9debae3..0d99ed18cc4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (16 Sep 2018)
+# was merged into the IETF Opus codec and is now obsolete
+# Removal in 30 days, bug #664154
+media-libs/celt
+
 # Mike Gilbert  (16 Sep 2018)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.



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

2018-09-16 Thread Andreas Sturmlechner
commit: ef4cc3971e3f889c22fe6d178159c3f57708c2fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 18:46:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 19:35:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4cc397

profiles: Mask media-sound/jack2, media-video/ffmpeg [celt]

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

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 05e9d457d2c..273a60536a3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner  (16 Sep 2018)
+# media-libs/celt is going away, superseded by opus, bug #664154
+media-sound/jack2 celt
+media-video/ffmpeg celt
+
 # Alon Bar-Lev  (11 Sep 2018)
 # Waiting for >=dev-libs/libressl-2.7 to be stablized.
 >=dev-libs/opensc-0.18.0 libressl



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

2018-09-16 Thread Michał Górny
commit: 460dbf42661a65947b32361e49117f96bb568f21
Author: Joonas Niilola  gmail  com>
AuthorDate: Tue Aug 28 08:59:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 16 19:34:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460dbf42

x11-wm/enlightenment: bump to 0.22.4

- Dropped multiple KEYWORDS due to efl-1.21.0 not being keyworded,
- Switched away from MODULES use flag mess.

Package-Manager: Portage[mgorny]-2.3.43.3
Closes: https://github.com/gentoo/gentoo/pull/9718

 x11-wm/enlightenment/Manifest|   1 +
 x11-wm/enlightenment/enlightenment-0.22.4.ebuild | 101 +++
 x11-wm/enlightenment/metadata.xml|   1 +
 3 files changed, 103 insertions(+)

diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
index a165bc047ac..49d83eda3d5 100644
--- a/x11-wm/enlightenment/Manifest
+++ b/x11-wm/enlightenment/Manifest
@@ -1,3 +1,4 @@
 DIST enlightenment-0.21.11.tar.xz 25313532 BLAKE2B 
3128137fe81a5b3dccc909eee8aac6845648c088b4cc8de9965408445579ed6aa01bdd879b726d21449c674f07a78386348525d61c0c0d786493d638ec4ae2b4
 SHA512 
3dee0f7a49fff992a81ce82a730cf8f0cec52a9805dcdd643a35a0bb8c7a27c6af82c136219553684c24c8e2ee2e8623f04858fddab56cdff7477ed2c9cc0ddf
 DIST enlightenment-0.21.7.tar.xz 25307500 BLAKE2B 
54b0bb7f76390d46f7eec40aecafb1b8769ba659acaffe8ade61ef9cd6fcb28d843bc185a3cc6c478fa30f917946d331569a394132c3351215a3d1d051d7d2ac
 SHA512 
9d10116990f83b6a2f066b81fab08a9b49779df22d92b5823bf579d786a3f4602094cf8c4d08b3e23a1cfc0cd7032004b2e389e234a189fb2479d23287bf1277
 DIST enlightenment-0.22.3.tar.xz 25648576 BLAKE2B 
1abb1fab18c5932b65f1183875bbe0955ce1d608758af0855c550f5581c774bd19dd0b6c8dd8c724b668ff843e1ed4928531f30b60436d9182a07a65fa2af9e3
 SHA512 
01a9386ee009c76c46cee7176cdeb7f4e97977bdd5014caa51cceeff228ad72f97a362d1eff7e0240e3e2df8b24a6c9d1516c8ab05bd82d288abcfde0d171abd
+DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 
5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a9749eb9e6c3fa
 SHA512 
9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba

diff --git a/x11-wm/enlightenment/enlightenment-0.22.4.ebuild 
b/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
new file mode 100644
index 000..677da510e54
--- /dev/null
+++ b/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson xdg-utils
+
+DESCRIPTION="Enlightenment window manager"
+HOMEPAGE="https://www.enlightenment.org";
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0.17/${PV%%_*}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks 
wayland wifi"
+
+RDEPEND="
+   >=dev-libs/efl-1.20.5[eet,X]
+   virtual/udev
+   x11-libs/libXext
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+   x11-misc/xkeyboard-config
+   acpi? ( sys-power/acpid )
+   bluetooth? ( net-wireless/bluez )
+   connman? ( dev-libs/efl[connman] )
+   geolocation? ( app-misc/geoclue:2.0 )
+   packagekit? ( app-admin/packagekit-base )
+   pam? ( sys-libs/pam )
+   systemd? ( sys-apps/systemd )
+   udisks? ( sys-fs/udisks:2 )
+   wayland? (
+   >=dev-libs/efl-1.21.0[drm,wayland]
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -D device-udev=true
+   -D install-sysactions=false
+   -D mount-udisks=$(usex udisks true false)
+   -D bluez4=$(usex bluetooth true false)
+   -D connman=$(usex connman true false)
+   -D geolocation=$(usex geolocation true false)
+   -D nls=$(usex nls true false)
+   -D packagekit=$(usex packagekit true false)
+   -D pam=$(usex pam true false)
+   -D systemd=$(usex systemd true false)
+   -D wayland=$(usex wayland true false)
+   -D wireless=$(usex wifi true false)
+   )
+
+   if ! use wayland; then
+   emesonargs+=(
+   -D wl-buffer=false
+   -D wl-desktop-shell=false
+   -D wl-drm=false
+   -D wl-text-input=false
+   -D wl-weekeyboard=false
+   -D wl-wl=false
+   -D wl-x11=false
+   -D xwayland=false
+   )
+   fi
+
+   meson_src_configure
+}
+
+src_insta

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

2018-09-16 Thread Matt Turner
commit: 6f574ea951979a7dfd99c4f74c8cba667ccde08b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:30:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:30:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f574ea9

net-analyzer/wireshark-2.4.5: dropped ppc keywords, bugs 646936, 661578, 664852

 net-analyzer/wireshark/wireshark-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.4.5.ebuild 
b/net-analyzer/wireshark/wireshark-2.4.5.ebuild
index c3007af0472..c1819bafbf8 100644
--- a/net-analyzer/wireshark/wireshark-2.4.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.4.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~arm64 ppc ~x86-fbsd"
+KEYWORDS="~arm64 ~x86-fbsd"
 IUSE="
adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2
+dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 
lua



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

2018-09-16 Thread Matt Turner
commit: e6fd9c8cf3b1921d3f597ccec2caaea52195dd16
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:21:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:22:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fd9c8c

net-im/gajim: drop ppc/ppc64 keywords

 net-im/gajim/gajim-0.16.6-r1.ebuild | 2 +-
 net-im/gajim/gajim-0.16.9.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/gajim/gajim-0.16.6-r1.ebuild 
b/net-im/gajim/gajim-0.16.6-r1.ebuild
index 3659853fb46..8d50c46e7c9 100644
--- a/net-im/gajim/gajim-0.16.6-r1.ebuild
+++ b/net-im/gajim/gajim-0.16.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm x86 ~x86-fbsd"
 IUSE="crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager 
nls spell +srv test X xhtml zeroconf"
 
 REQUIRED_USE="

diff --git a/net-im/gajim/gajim-0.16.9.ebuild b/net-im/gajim/gajim-0.16.9.ebuild
index 462c6802b3d..50310bd2ec5 100644
--- a/net-im/gajim/gajim-0.16.9.ebuild
+++ b/net-im/gajim/gajim-0.16.9.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
 IUSE="crypt dbus gnome gnome-keyring idle jingle libnotify networkmanager nls 
spell +srv test X xhtml zeroconf"
 
 REQUIRED_USE="



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

2018-09-16 Thread Matt Turner
commit: e1a2dff2ba2ddde1038b1aac9a36c7bf9b1cace6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:20:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:20:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a2dff2

dev-python/precis-i18n-1.0.0: dropped ppc64 keywords, bug 663732

 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
index 196f20fa366..64ef7198e16 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-09-16 Thread Matt Turner
commit: 82b7325081a0b727f875a32af2ee2f14f2c38cc0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:18:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b73250

app-text/gspell-1.6.1: added ~ppc64, bug 663734

 app-text/gspell/gspell-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gspell/gspell-1.6.1.ebuild 
b/app-text/gspell/gspell-1.6.1.ebuild
index 483713d17e1..c47de38e859 100644
--- a/app-text/gspell/gspell-1.6.1.ebuild
+++ b/app-text/gspell/gspell-1.6.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gspell";
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1" # subslot = libgspell-1 soname version
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"



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

2018-09-16 Thread Virgil Dupras
commit: 25f1beca377ba146b46effbd04b578ade1ca2335
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Sep 16 19:11:36 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Sep 16 19:11:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f1beca

dev-python/django: stabilize 2.1.1 on amd64

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-python/django/django-2.1.1.ebuild 
b/dev-python/django/django-2.1.1.ebuild
index 87201aa293d..6a690ecf399 100644
--- a/dev-python/django/django-2.1.1.ebuild
+++ b/dev-python/django/django-2.1.1.ebuild
@@ -21,7 +21,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc sqlite test"
 
 RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"



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

2018-09-16 Thread Virgil Dupras
commit: a437b1a5ecd4fce2f2047abbc9ea09583179943f
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Sep 16 19:07:06 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Sep 16 19:07:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a437b1a5

dev-python/olefile: bump to 0.46

Also, carry over recent arm keywording.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/olefile/Manifest   | 2 +-
 dev-python/olefile/{olefile-0.45.1.ebuild => olefile-0.46.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/olefile/Manifest b/dev-python/olefile/Manifest
index 8d80f8dfd6f..571ea8c1662 100644
--- a/dev-python/olefile/Manifest
+++ b/dev-python/olefile/Manifest
@@ -1,2 +1,2 @@
 DIST olefile-0.44.tar.gz 57903 BLAKE2B 
2df4078c147ff737b845fe4ca57b6520c39776efe6bac399b0b8acb4ca62f946a653f85ad0511f5fa42d8b544d539474d226fe144bc2604737f3b16e5edd5ff2
 SHA512 
92b6ad1bced5b2c8e5332a01e5a2e59527ec2303046d0babd665b0f02fe56966574eff56619de168c50f1ea40df2e61ce589ee61b634222146d049b129514c65
-DIST olefile-0.45.1.tar.gz 97969 BLAKE2B 
246198e69cde316f24a183fdf07872edf9b1db2a168571eedb7efdb91166d4ad2658acaaa90e733950e437ef5c6ab8d1bb275cd1b24283b95497e254a39c9b26
 SHA512 
72d40056cac1d9566aa8e32b7b5484f61958a689130e71fa86bc0b9fed98f27a8cf34b824971357d42ec3dfd2d5bfa86d0f212727ff91d8daa3967969ff576e9
+DIST olefile-0.46.tar.gz 97587 BLAKE2B 
e6dbadda6f18ec287f5b1b59ab4b92ceee25b4ca47499ed31a03992ae4e3a7269ba0c641f631c4beafdfe43eccab4881d06f7ba372ec47b376b5eb3ed788f45d
 SHA512 
e70975cdda11004ab331908085e0cbd9cf3e44f49fa1453a7af5373bfed0a98729bb7600fee7a1042be6c40c58649f3650972d9e4520bbab218cf715f6264f98

diff --git a/dev-python/olefile/olefile-0.45.1.ebuild 
b/dev-python/olefile/olefile-0.46.ebuild
similarity index 89%
rename from dev-python/olefile/olefile-0.45.1.ebuild
rename to dev-python/olefile/olefile-0.46.ebuild
index 58fe4f23461..7f7a33dc1d0 100644
--- a/dev-python/olefile/olefile-0.45.1.ebuild
+++ b/dev-python/olefile/olefile-0.46.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/decalage2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=""



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

2018-09-16 Thread Andreas Sturmlechner
commit: e5f5a0157f15433d0d3fa13c5d0dce99b490ecb2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 14:51:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 18:55:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f5a015

media-libs/sdl2-image: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-image/Manifest|  2 -
 media-libs/sdl2-image/sdl2-image-2.0.1.ebuild | 59 --
 media-libs/sdl2-image/sdl2-image-2.0.2.ebuild | 61 ---
 3 files changed, 122 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 1fd661d50f0..a9d0151408d 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,3 +1 @@
-DIST SDL2_image-2.0.1.tar.gz 7797848 BLAKE2B 
2be5fd9714c56040987a66107b49cac60659811fd95bc5b8f9e47196905870793bd258a75b8dad3a83bab50294a8ff5eac0f2132118d9f154019d884ce9cb184
 SHA512 
99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
-DIST SDL2_image-2.0.2.tar.gz 8680980 BLAKE2B 
e8930872b572f296744a7a90cb61ee6d8b708b99cde19c2c354f5a3f8a16c3ec7669e21f54632fc4cd69d926e7e18066c89e309906128e6ed96c56a2bda0
 SHA512 
468f1a5aaee0b6920adb80df2141bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724
 DIST SDL2_image-2.0.3.tar.gz 8685512 BLAKE2B 
c54114f6573632561443bc57af8fe3ddbccc0bfcf027939685add7b06cb6999a5bc41119c474481047a7216ce6110a58a08571fefa6b5c80322f15f0c528ad6f
 SHA512 
869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
deleted file mode 100644
index 2a8330c5f9d..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib multilib-minimal
-
-MY_P=SDL2_image-${PV}
-DESCRIPTION="Image file loading library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_image/";
-SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
-   webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )"
-DEPEND=${RDEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable static-libs static) \
-   --disable-sdltest \
-   --enable-bmp \
-   $(use_enable gif) \
-   $(use_enable jpeg jpg) \
-   --disable-jpg-shared \
-   --enable-lbm \
-   --enable-pcx \
-   $(use_enable png) \
-   --disable-png-shared \
-   --enable-pnm \
-   --enable-tga \
-   $(use_enable tiff tif) \
-   --disable-tif-shared \
-   --enable-xcf \
-   --enable-xpm \
-   --enable-xv \
-   $(use_enable webp) \
-   --disable-webp-shared
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   prune_libtool_files
-}

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild
deleted file mode 100644
index c3b1db99077..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-DESCRIPTION="Image file loading library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_image/";
-SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
-   webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USE

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

2018-09-16 Thread Andreas Sturmlechner
commit: a77faf96f71640a999276d53a060f758d763d3fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 14:50:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 18:55:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77faf96

media-libs/sdl2-gfx: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-gfx/Manifest  |  2 --
 media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild | 39 --
 media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild | 46 ---
 3 files changed, 87 deletions(-)

diff --git a/media-libs/sdl2-gfx/Manifest b/media-libs/sdl2-gfx/Manifest
index ba64817bef7..76b1fdfac65 100644
--- a/media-libs/sdl2-gfx/Manifest
+++ b/media-libs/sdl2-gfx/Manifest
@@ -1,3 +1 @@
-DIST SDL2_gfx-1.0.1.tar.gz 1078780 BLAKE2B 
4d6430b2cda1b0d7b9556cba0f6084ce80747f75e89fbd6e55cdec194ebf6c73e397571463261a4113cdd8f79baa433d42c0e80dd6083d07331064c3c2203125
 SHA512 
413f0ac8a60b6c4c91f154dd72a512f410e134642fefb80cd3482646c9aab7dd56d2cc9015e78ee59b5bc89adc7397a248fe2132077c004114ad6505ca4194de
-DIST SDL2_gfx-1.0.3.tar.gz 1271457 BLAKE2B 
9f264a89e07a6a6ded6eb93c5d37310259e25624d8eb129368de6335c7d81e3b3976e641f84caba6f1e66a6cc90545f62d07538638f7547568ca35bafdc3b4de
 SHA512 
4efb48501d635492efcfe06b1d4691911ce58ffc34e3b622f2124ac6d8aa6994196ffb52f16ced4325db3ef6d93719516deab2bcf1ce934df9af06c2fecbdce5
 DIST SDL2_gfx-1.0.4.tar.gz 1230588 BLAKE2B 
a14cf8433aa171b8185aab765c934262fd4ecde4e45e9c8bdfb4aa7feb97676cd8fb5274ad0452bcf77fcc8f268254184fedc73f1c791ff42305d518d01a8cc7
 SHA512 
81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild
deleted file mode 100644
index bab6489cad4..000
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils multilib-minimal
-
-MY_P="${P/sdl2-/SDL2_}"
-DESCRIPTION="Graphics drawing primitives library for SDL2"
-HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/";
-SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc cpu_flags_x86_mmx static-libs"
-
-DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   sed -i \
-   -e 's/ -O / /' \
-   configure.in || die
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   use doc && dohtml -r Docs/html/*
-   prune_libtool_files
-}

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
deleted file mode 100644
index 838a85658a5..000
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools multilib-minimal
-
-MY_P="${P/sdl2-/SDL2_}"
-DESCRIPTION="Graphics drawing primitives library for SDL2"
-HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/";
-SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="doc cpu_flags_x86_mmx static-libs"
-
-DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-   sed -i \
-   -e 's/ -O / /' \
-   configure.in || die
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   if use doc ; then
-   docinto html
-   dodoc -r Docs/html/*
-   fi
-   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}



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

2018-09-16 Thread Andreas Sturmlechner
commit: 0e1b9622598387d633bd0a2bc4e37577b0c586b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 14:52:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 18:55:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1b9622

media-libs/sdl2-mixer: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-mixer/Manifest |   1 -
 .../sdl2-mixer/files/sdl2-mixer-2.0.1-mp3.patch|  39 ---
 media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild  | 119 -
 3 files changed, 159 deletions(-)

diff --git a/media-libs/sdl2-mixer/Manifest b/media-libs/sdl2-mixer/Manifest
index 0d918d8cc4e..a1ec538edf3 100644
--- a/media-libs/sdl2-mixer/Manifest
+++ b/media-libs/sdl2-mixer/Manifest
@@ -1,2 +1 @@
-DIST SDL2_mixer-2.0.1.tar.gz 10213891 BLAKE2B 
3f6889e7cf8e4e159bdf18f1e4e9543ffc9160d325c8011fa3b4e7e1903b2b8aa013ef180847c878fe71a8639a069af440c41ae165aeb67d5259338795347a30
 SHA512 
bdf2b4fc302f9c3b41d40bfdd5132081439e6021e915f191e478235b7b6565e7b4c43e1172d2055066ad505e2bc70876123c58f5a67218b207c829ee66a84b9d
 DIST SDL2_mixer-2.0.2.tar.gz 9620763 BLAKE2B 
9257f7f3dc3453b600075011f1879391c4a4def2c67709a883a8803f752928d3883fbe11371609cd5e690647a33b43bfd38f152aa620f63af12e1b7b72fa0ec4
 SHA512 
c40b5ac93933df1cc932e7afe796ad6765aafb24077601a23f98ac625a83341079ad903c164eafd022aff6011872e7a7956eebd8e3d3edad1bf5dc7eb9c306b7

diff --git a/media-libs/sdl2-mixer/files/sdl2-mixer-2.0.1-mp3.patch 
b/media-libs/sdl2-mixer/files/sdl2-mixer-2.0.1-mp3.patch
deleted file mode 100644
index 6d617e046cb..000
--- a/media-libs/sdl2-mixer/files/sdl2-mixer-2.0.1-mp3.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-
-diff -r f095b3477c8e -r 6afe73e1e74b configure.in
 a/configure.in Sun Jan 03 09:25:52 2016 -0800
-+++ b/configure.in Mon Jan 04 21:40:14 2016 -0800
-@@ -609,7 +609,6 @@
- smpeg_lib=[`find_lib "libsmpeg2*.so.*"`]
- ;;
- esac
--SOURCES="$SOURCES $srcdir/*_mp3.c"
- EXTRA_CFLAGS="$EXTRA_CFLAGS -DMP3_MUSIC $SMPEG_CFLAGS"
- if test x$enable_music_mp3_smpeg_shared = xyes && test x$smpeg_lib != 
x; then
- echo "-- dynamic libsmpeg -> $smpeg_lib"
-@@ -637,11 +636,6 @@
- AC_MSG_RESULT($have_libmad)
- if test x$have_libmad = xyes; then
- SOURCES="$SOURCES $srcdir/music_mad.c"
--if echo "$SOURCES" | grep "load_mp3.c" >/dev/null; then
--:
--else
--SOURCES="$SOURCES $srcdir/load_mp3.c"
--fi
- EXTRA_CFLAGS="$EXTRA_CFLAGS -DMP3_MAD_MUSIC"
- EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lmad"
- else
-@@ -649,7 +643,9 @@
- fi
- fi
- 
--if test x$have_smpeg != xyes -a x$have_libmad != xyes; then
-+if test x$have_smpeg = xyes -o x$have_libmad = xyes; then
-+  SOURCES="$SOURCES $srcdir/*_mp3.c"
-+else
- AC_MSG_WARN([MP3 support disabled])
- fi
- 
-
-
-
-

diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild 
b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
deleted file mode 100644
index 8fbeeb1f303..000
--- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils multilib-minimal
-
-MY_P=SDL2_mixer-${PV}
-DESCRIPTION="Simple Direct Media Layer Mixer Library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/";
-SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity tremor vorbis +wav"
-REQUIRED_USE="
-   midi? ( || ( timidity fluidsynth ) )
-   timidity? ( midi )
-   fluidsynth? ( midi )
-   mp3? ( || ( smpeg mad ) )
-   smpeg? ( mp3 )
-   mad? ( mp3 )
-   mod? ( || ( mikmod modplug ) )
-   mikmod? ( mod )
-   modplug? ( mod )
-   tremor? ( vorbis )
-   "
-
-RDEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-   flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] )
-   midi? (
-   fluidsynth? ( 
>=media-sound/fluidsynth-1.1.6-r1[${MULTILIB_USEDEP}] )
-   timidity? ( media-sound/timidity++ )
-   )
-   mp3? (
-   mad? ( >=media-libs/libmad-0.15.1b-r8[${MULTILIB_USEDEP}] )
-   smpeg? ( >=media-libs/smpeg2-2.0.0-r1[${MULTILIB_USEDEP}] )
-   )
-   mod? (
-   modplug? ( 
>=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
-   mikmod? ( >=media-libs/libmikmod-3.3.6-r1[${MULTILIB_USEDEP}] )
-   )
-   vorbis? (
-   tremor? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] 
)
-   !tremor? (
-   >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
-   >=media-libs/libogg-1.3.0[${MULTILIB_US

  1   2   3   >