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

2017-10-25 Thread Kent Fredric
commit: 81d12a97a9daa4618be25edfeb43fb38e88b1add
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:30:48 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d12a97

dev-perl/IO-Util: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild 
b/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild
new file mode 100644
index 000..a0371bba5ca
--- /dev/null
+++ b/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DOMIZIO
+DIST_VERSION=1.5
+inherit perl-module
+
+DESCRIPTION="A selection of general-utility IO function"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_test() {
+   perl_rm_files t/test_pod.t t/test_pod_coverage.t
+   perl-module_src_test
+}



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

2017-10-25 Thread Kent Fredric
commit: 67d67e19237bc448a198c4a1bf9135ee5bd50f91
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:24:47 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d67e19

dev-perl/IO-Socket-Multicast: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Socket-Multicast/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/IO-Socket-Multicast/metadata.xml 
b/dev-perl/IO-Socket-Multicast/metadata.xml
index 2b9a936fc0a..ae909e31ed4 100644
--- a/dev-perl/IO-Socket-Multicast/metadata.xml
+++ b/dev-perl/IO-Socket-Multicast/metadata.xml
@@ -5,4 +5,8 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+IO-Socket-Multicast
+IO::Socket::Multicast
+  
 



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

2017-10-25 Thread Kent Fredric
commit: b2e0431e92e43294a48b8ec24e5cf7385b6ee252
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:04:09 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e0431e

dev-perl/indirect: Cleanup unused variable

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/indirect/indirect-0.370.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-perl/indirect/indirect-0.370.0.ebuild 
b/dev-perl/indirect/indirect-0.370.0.ebuild
index 0cef396e170..02063b7cb1b 100644
--- a/dev-perl/indirect/indirect-0.370.0.ebuild
+++ b/dev-perl/indirect/indirect-0.370.0.ebuild
@@ -22,5 +22,3 @@ DEPEND="${RDEPEND}
virtual/perl-Socket
test? ( virtual/perl-Test-Simple )
 "
-
-SRC_TEST="do parallel"



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

2017-10-25 Thread Kent Fredric
commit: 86045d2fbe58272b54892e1cdf46ced83e1f45a4
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:22:02 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86045d2f

dev-perl/IO-Socket-INET6: Restore tests

- EAPI6
- Enable tests

If these tests are still failing for people, open a new bug and we can
try work out which sub-set we *can* run and which we cant, instead of
just disabling tests globally, which helps nobody.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../IO-Socket-INET6-2.720.0-r1.ebuild  | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild 
b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild
new file mode 100644
index 000..3f3607ad9cf
--- /dev/null
+++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=2.72
+inherit perl-module
+
+DESCRIPTION="Work with IO sockets in ipv6"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/Socket6"
+DEPEND="${RDEPEND}
+   dev-perl/Module-Build"
+
+src_test() {
+   local BADTESTS=(
+   t/pod-coverage.t
+   t/pod.t
+   t/style-trailing-space.t
+   )
+   perl_rm_files "${BADTESTS[@]}"
+   perl-module_src_test
+}



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

2017-10-25 Thread Kent Fredric
commit: ba421608e81747c947f1a08ee3b9240f34933c47
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:06:42 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba421608

dev-perl/IO-Pipely: Enable tests

- EAPI6
- Enable tests
- Normalize version
- Fix missing remote-id's

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild | 14 ++
 dev-perl/IO-Pipely/metadata.xml  |  1 +
 2 files changed, 15 insertions(+)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild 
b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
new file mode 100644
index 000..61dc1448453
--- /dev/null
+++ b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RCAPUTO
+DIST_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""

diff --git a/dev-perl/IO-Pipely/metadata.xml b/dev-perl/IO-Pipely/metadata.xml
index bc2ebf900e8..9aabf353ee8 100644
--- a/dev-perl/IO-Pipely/metadata.xml
+++ b/dev-perl/IO-Pipely/metadata.xml
@@ -7,5 +7,6 @@
   
   
 IO-Pipely
+IO::Pipely
   
 



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

2017-10-25 Thread Kent Fredric
commit: a4b029e5ee89bf84b905508dbfe5b86602511f42
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:32:23 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b029e5

dev-perl/IPC-Signal: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IPC-Signal/IPC-Signal-1.0.0-r2.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-perl/IPC-Signal/IPC-Signal-1.0.0-r2.ebuild 
b/dev-perl/IPC-Signal/IPC-Signal-1.0.0-r2.ebuild
new file mode 100644
index 000..a795dee864b
--- /dev/null
+++ b/dev-perl/IPC-Signal/IPC-Signal-1.0.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ROSCH
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="Translate signal names to/from numbers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""



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

2017-10-25 Thread Kent Fredric
commit: 37ee8a0e9ae0b10f01c82860f5407cf8ffa56830
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:48:27 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ee8a0e

dev-perl/IMAP-BodyStructure: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IMAP-BodyStructure/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-perl/IMAP-BodyStructure/metadata.xml 
b/dev-perl/IMAP-BodyStructure/metadata.xml
index 5410b41ec6f..7febcaacef1 100644
--- a/dev-perl/IMAP-BodyStructure/metadata.xml
+++ b/dev-perl/IMAP-BodyStructure/metadata.xml
@@ -7,5 +7,7 @@
   
   
 IMAP-BodyStructure
+IMAP::BodyStructure
+IMAP::BodyStructure::Envelope
   
 



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

2017-10-25 Thread Kent Fredric
commit: 089a138b739eac168536ffdcc3faaaf21df3af73
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:52:18 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089a138b

dev-perl/IO-Capture: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Capture/IO-Capture-0.50.0-r2.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-perl/IO-Capture/IO-Capture-0.50.0-r2.ebuild 
b/dev-perl/IO-Capture/IO-Capture-0.50.0-r2.ebuild
new file mode 100644
index 000..d6b65618b54
--- /dev/null
+++ b/dev-perl/IO-Capture/IO-Capture-0.50.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=REYNOLDS
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Abstract Base Class to build modules to capture output"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2017-10-25 Thread Kent Fredric
commit: 589f93e74e19e71a224c840d78f7347df78b46e5
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:09:20 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589f93e7

dev-perl/IO-Prompt: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Prompt/metadata.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-perl/IO-Prompt/metadata.xml b/dev-perl/IO-Prompt/metadata.xml
index 2b9a936fc0a..31fec48fc32 100644
--- a/dev-perl/IO-Prompt/metadata.xml
+++ b/dev-perl/IO-Prompt/metadata.xml
@@ -5,4 +5,9 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+IO-Prompt
+IO::Prompt
+IO::Prompt::ReturnVal
+  
 



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

2017-10-25 Thread Kent Fredric
commit: e45c3124bc3210015f206008eed75a8a7a933abc
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:12:08 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45c3124

dev-perl/IO-SessionData: EAPI6

- EAPI6
- Add remote id's to metadata.xml
- Parallelise tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../IO-SessionData/IO-SessionData-1.30.0-r1.ebuild| 19 +++
 dev-perl/IO-SessionData/metadata.xml  |  5 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild 
b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild
new file mode 100644
index 000..180ef9c860d
--- /dev/null
+++ b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Session data support module for SOAP::Lite"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/IO-SessionData/metadata.xml 
b/dev-perl/IO-SessionData/metadata.xml
index 51930499ab6..586f568e36d 100644
--- a/dev-perl/IO-SessionData/metadata.xml
+++ b/dev-perl/IO-SessionData/metadata.xml
@@ -5,4 +5,9 @@
p...@gentoo.org
Gentoo Perl Project

+   
+   IO-SessionData
+   IO::SessionData
+   IO::SessionSet
+   
 



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

2017-10-25 Thread Kent Fredric
commit: 9605bb9ff7998fdfaac9877e28cb28c67ec35955
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:27:34 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9605bb9f

dev-perl/IO-Socket-Timeout: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Socket-Timeout/metadata.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/IO-Socket-Timeout/metadata.xml 
b/dev-perl/IO-Socket-Timeout/metadata.xml
index 2b9a936fc0a..fbe27fb7505 100644
--- a/dev-perl/IO-Socket-Timeout/metadata.xml
+++ b/dev-perl/IO-Socket-Timeout/metadata.xml
@@ -5,4 +5,10 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+IO-Socket-Timeout
+IO::Socket::Timeout
+IO::Socket::Timeout::Role::PerlIO
+IO::Socket::Timeout::Role::SetSockOpt
+  
 



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

2017-10-25 Thread Kent Fredric
commit: db3704aabff65543c2cc3068075d1cc7ad70939b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:03:11 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3704aa

dev-perl/IO-Event: Enable tests

- EAPI6
- Enable tests
- Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild | 23 +++
 dev-perl/IO-Event/metadata.xml   | 11 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
new file mode 100644
index 000..2fab5262259
--- /dev/null
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MUIR
+DIST_VERSION=0.813
+DIST_SECTION=modules
+inherit perl-module
+
+DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-perl/AnyEvent
+   dev-perl/Event
+   dev-perl/List-MoreUtils
+   virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-perl/IO-Event/metadata.xml b/dev-perl/IO-Event/metadata.xml
index 2b9a936fc0a..efed7d27116 100644
--- a/dev-perl/IO-Event/metadata.xml
+++ b/dev-perl/IO-Event/metadata.xml
@@ -5,4 +5,15 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+IO-Event
+IO::Event
+IO::Event::AnyEvent
+IO::Event::Callback
+IO::Event::Emulate
+IO::Event::Event
+IO::Event::INET::Callback
+IO::Event::Socket::UNIX
+IO::Event::UNIX::Callback
+  
 



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

2017-10-25 Thread Kent Fredric
commit: f5f370c6e9a8cc325be65b434410b7854afe86e6
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:56:16 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f370c6

dev-perl/IO-CaptureOutput: EAPI6, +remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../IO-CaptureOutput-1.110.400-r1.ebuild   | 28 ++
 dev-perl/IO-CaptureOutput/metadata.xml | 12 ++
 2 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild 
b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild
new file mode 100644
index 000..978d9b5
--- /dev/null
+++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.1104
+inherit perl-module
+
+DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+   >=virtual/perl-File-Temp-0.160.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   >=virtual/perl-File-Spec-3.270.0
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.620.0
+   )
+"

diff --git a/dev-perl/IO-CaptureOutput/metadata.xml 
b/dev-perl/IO-CaptureOutput/metadata.xml
index 7faa8dfe9af..272b532d4a5 100644
--- a/dev-perl/IO-CaptureOutput/metadata.xml
+++ b/dev-perl/IO-CaptureOutput/metadata.xml
@@ -1,8 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   p...@gentoo.org
-   Gentoo Perl Project
-
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+IO-CaptureOutput
+IO::CaptureOutput
+  
 



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

2017-10-25 Thread Kent Fredric
commit: c94d2555223e0310fc307e50bb1b353a8cc06efc
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:50:31 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94d2555

dev-perl/IO-BufferedSelect: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild  | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild 
b/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild
new file mode 100644
index 000..3a024a51a63
--- /dev/null
+++ b/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AFN
+DIST_VERSION=1.0
+inherit perl-module
+
+DESCRIPTION="Perl module that implements a line-buffered select interface"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}"



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

2017-10-25 Thread Matt Thode
commit: 008cd03800a8d518ff923b541bb724d6bb25a86c
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 26 04:08:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 26 04:13:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008cd038

app-admin/ansible: 2.4.1.0 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 app-admin/ansible/Manifest   |  1 +
 app-admin/ansible/ansible-2.4.1.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 39ae47bc900..295e2530675 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-2.3.2.0-pycryptodome.patch 32472 SHA256 
0e204895f8e16e030517dcda40c95c40b20cfe1641e077c15d80ff8fc4b0579a SHA512 
cf2b1528176a12e8e48001155d8f2351e1c4914df56ae8b8542a48ccee4158c23ed1eda537ac500f1b71553aa84c574b8297398a82c4c0721ed6f9d08ad5257d
 WHIRLPOOL 
24c9971b643da1cc5321ffe13f1b1ce27f42ab4c273b51ea532746564c0112ce5884072245e282d1525057c2d4117a5fe67d0d305f1a23d1feb9d3d464f1ec11
 DIST ansible-2.3.2.0.tar.gz 4319664 SHA256 
0563b425279422487f12616ef719f6e558373b258dcf47e548d119be8d3168eb SHA512 
458506da8ae65a80b442834c6047f02eb92acf9f7dd4465c63b4360c4c4817a0f7c48c92a614b91760a54d036ed13f417edf3524bb8a34a8a53ceb11efc928ac
 WHIRLPOOL 
3ce907ba1a08e4d7cbca3c49429f4315f7cfea828806cb4710e2cce6d681a60514f9ca65e702da08a3ae6fc96cc969af73a17d3224e57996ec947438642693c6
 DIST ansible-2.4.0.0.tar.gz 6623856 SHA256 
1a276fee7f72d4e6601a7994879e8467edb763dacc3e215258cfe71350b77c76 SHA512 
78717b19599bdd46a7285b0b2a4c9d0d5b4cb86fd41dcf0b3340cf65945a55fae4508097058098fbeab871422c31d4f37ab4cd149abfd0af5add6004f65a207b
 WHIRLPOOL 
ef957f6b03558f3fd2f711b0551405b1991ec9f404e033e4d9ee074dad07735a651a01d8191d3d111f5e65017621f18711955465547966235048214b3b7bbe85
+DIST ansible-2.4.1.0.tar.gz 6675552 SHA256 
da61afb29cc5bd6bc4737a2da06e673fb6fccc3ae2685130d19ab3a8e404fb6a SHA512 
86bda43d912fc6b9cbf662e7e9e3ca3178ac577bc7857c5dfc0e68a7083d76ad405b0ca9b34f680a0d635b87e0bf5dc8cbdeefb93174242e1942eabb74b07f1d
 WHIRLPOOL 
47fafd256e4d4a74ff6619406b595168ff7ecdf6c0ee0a48d67047d1e29707f46ec6bbd0200fa59f09f8e111c470a597f0533e63a63ca17264511fda77f4a306

diff --git a/app-admin/ansible/ansible-2.4.1.0.ebuild 
b/app-admin/ansible/ansible-2.4.1.0.ebuild
new file mode 100644
index 000..bc2eb3c1c4f
--- /dev/null
+++ b/app-admin/ansible/ansible-2.4.1.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="http://ansible.com/;
+SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/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}]
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   

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

2017-10-25 Thread Matt Thode
commit: 0bad172e39c6e80f0d1f7eb4f9db511c31bdf7c4
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 26 04:12:17 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 26 04:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bad172e

sys-cluster/nova: 16.0.2 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 sys-cluster/nova/Manifest   |   2 +
 sys-cluster/nova/nova-16.0.2.ebuild | 251 
 2 files changed, 253 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 9250dfa8ca2..eb19b603e19 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,6 +1,8 @@
 DIST nova-15.0.7.tar.gz 5763951 SHA256 
75d2f307301396d423e81e817b4c087da08c9db7ab2340fcef7618fc20379fb9 SHA512 
3e4b02bebdc8d0c002a09d757a2f1e96e9b7a5c16c6bd9108f0564c9be23da8ae8f90d81924050f01be691b4800c5c0ff2f5b3400fa389964899b1faa509293c
 WHIRLPOOL 
6c8c49509bbee938886c7d2b900cf113ca86105c606c46976f3528afdd215f9ebe34026103c8e36c065ce33efe05a96db4b618be6ab94d0f3c9dceaff0ef10ab
 DIST nova-16.0.1.tar.gz 10896414 SHA256 
e657675b0ca62fbbe66808cccbb7db84bdfd007b82f9579ced98c13c215b18d6 SHA512 
bdeb3254e9ad6b95e7f8c07093192fb511e2a278790afd6336093f817288cd6cddee9c1a3d81b1ea82bddd4d8caf60234183f995f35bad631edaf6b9c0fe2b79
 WHIRLPOOL 
59750f9b4b849f78156db15c8e692ee0cdb998b786acc7466dd49cae24d6c1d869913b5b7533bba2d7993586f41e9969e10631de57593454926b50adf89a0328
+DIST nova-16.0.2.tar.gz 10912478 SHA256 
a4c529f35b557b7849a6610834430030b7ca65d5eec41a74d652e75b8ed6006a SHA512 
8216087bd15a14b20d340911cacb09251fa500d71a335638b8a80f4d5ca113b3b17f0e2436c3c0297450bde6885f48d7475f778190e0d48c9e761e2b5042d0c5
 WHIRLPOOL 
2464f1bc6db4f796808bbad35b021c063376317d527ddb37fce592cded4ebc8c86278fdf20f9e6173445c909f6d02ff8e19424249979955b8d329d4e14572e2b
 DIST nova.conf.sample-15.0.7 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-16.0.1 360926 SHA256 
2fad4c60277289b28ec6de87bbe41086d3f5c88003839c90dda264b0e6e1c835 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 WHIRLPOOL 
bb8d5fffb6fd5e6c820a422615abe6cc8398852ce6cbce12eba5dca17e2c71e413c113342916c25d38e7651b0c26b20357fdbaa5dee6d904e4ee9cc08f3b953c
+DIST nova.conf.sample-16.0.2 360926 SHA256 
2fad4c60277289b28ec6de87bbe41086d3f5c88003839c90dda264b0e6e1c835 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 WHIRLPOOL 
bb8d5fffb6fd5e6c820a422615abe6cc8398852ce6cbce12eba5dca17e2c71e413c113342916c25d38e7651b0c26b20357fdbaa5dee6d904e4ee9cc08f3b953c
 DIST nova.conf.sample-2017.1. 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-2017.2. 360926 SHA256 
2fad4c60277289b28ec6de87bbe41086d3f5c88003839c90dda264b0e6e1c835 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 WHIRLPOOL 
bb8d5fffb6fd5e6c820a422615abe6cc8398852ce6cbce12eba5dca17e2c71e413c113342916c25d38e7651b0c26b20357fdbaa5dee6d904e4ee9cc08f3b953c

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

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

2017-10-25 Thread Hans de Graaff
commit: fdd2e2056df3b266274d55a62d98527d15314c5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 26 04:03:44 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 26 04:03:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd2e205

dev-ruby/power_assert: add 1.1.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/power_assert/Manifest  |  1 +
 dev-ruby/power_assert/power_assert-1.1.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/power_assert/Manifest b/dev-ruby/power_assert/Manifest
index 6eb9585e042..ecf0bd40c7a 100644
--- a/dev-ruby/power_assert/Manifest
+++ b/dev-ruby/power_assert/Manifest
@@ -3,3 +3,4 @@ DIST power_assert-0.4.1.gem 14848 SHA256 
8d2bf80d28a9f8bc4c6c7eb162780971896d0a2
 DIST power_assert-1.0.1.tar.gz 15376 SHA256 
58681a9b3166b9f7d2ee41554a3d5363b5a6f64f5262f703fce5285c4ebd58c7 SHA512 
69370f69e7289c36a8d16a433e3629d25aa99049eec9b737af56d56c07ed5c4e72692c9fdc544cc76e7008babb2c7fd68c796e27e300268cd75b12cabe1d7403
 WHIRLPOOL 
0a2be78ba7d5eeef66995d3c32b3b99ce91b624cbee55e0cb78b3272816d9d3faa21cc36e597d541666e496381e663d458b497a8e2aab0ded8526a03aaf27aad
 DIST power_assert-1.0.2.tar.gz 15381 SHA256 
f2fb8a6830617659263c57b7a5c742611c83360b93d5282d355678c407fc1711 SHA512 
31e1f0eb0b873b3ce05c72cd467e1928d53b028e1ec30314bd027d7402b5834442ff268d0263100d657cb485e67c64fae93996d08ba74d603b924c4526a7022f
 WHIRLPOOL 
2ea494fb3be7620ff504299028acfdf05693198d0f97258886fc403ddd2471a4cdb2a57a1a98ba01cf518465036a5a46d1ac29f10f0de1238f5f0a9ec5102e69
 DIST power_assert-1.1.0.tar.gz 16184 SHA256 
56c8a1f7588ebf00ca0fa1ead298d5f8e44743c1bead4abb3390414cf3bce3ac SHA512 
271de1c87adb2a1e427329cba4f3e7ab15d17bde9afe4725de7b50f895fb4fd5b89bdd08694c84e1eac1183abbd53ffc56ad55216e0cd7841378e48393c885b0
 WHIRLPOOL 
835e11280251a5d51576fb88b6bc1d168ed1403c57dee8aebd657187616630187e1a60554d15ac4e7496a8e24ea5f3c8addecdbb20968cc11a78a31702dcc235
+DIST power_assert-1.1.1.tar.gz 16799 SHA256 
6d31e3a1aa5aa358cafc108fbb5d3b18b633f6a71727c99709ebb701204e9dd4 SHA512 
a33429bf918c71a5b75e56940d46dfd05ed3c87f909d6f09ebf2d8b2cd43a3c5c37b5ac13c334383f1b3f52817ecd4ccf68cd649c53bebdfbc464a18c88b702c
 WHIRLPOOL 
0fd5121ca6d538fbb30f6bc177b448af53924b56bbd9f06e657136a54ac5addad82a6e028370ffdc8fa776f01949768a8dbab2b228d73bb3bf6bfbd249467dd0

diff --git a/dev-ruby/power_assert/power_assert-1.1.1.ebuild 
b/dev-ruby/power_assert/power_assert-1.1.1.ebuild
new file mode 100644
index 000..06310326830
--- /dev/null
+++ b/dev-ruby/power_assert/power_assert-1.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Shows each value of variables and method calls in the expression"
+HOMEPAGE="https://github.com/k-tsj/power_assert;
+SRC_URI="https://github.com/k-tsj/power_assert/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="|| ( Ruby BSD-2 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
+   sed -i -e '1igem "test-unit"' \
+   -e '/byebug/ s:^:#:' test/test_helper.rb || die
+
+   # Avoid circular dependency on byebug when bootstrapping ruby
+   sed -i -e '/byebug/ s:^:#:' -e '/test_core_ext_helper/ s:^:#:' 
test/test_helper.rb || die
+   rm test/test_core_ext_helper.rb test/trace_test.rb || die
+
+   # Avoid circular dependency on pry when bootstrapping ruby
+   sed -i -e '/pry/ s:^:#:' -e '/test_colorized_pp/,/^end/ s:^:#:' 
test/block_test.rb || die
+}



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

2017-10-25 Thread Kent Fredric
commit: 82bcc3d96146082f0e5747e13dffc25feb75a3fc
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:41:28 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 03:41:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bcc3d9

dev-perl/indirect: Bump to version 0.370.0

Upstream:
- Refactor XS code
- Fix intermitten segfaults with heredocs

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/indirect/Manifest|  1 +
 dev-perl/indirect/indirect-0.370.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
index 46f10298bbd..d69747f8ca8 100644
--- a/dev-perl/indirect/Manifest
+++ b/dev-perl/indirect/Manifest
@@ -1 +1,2 @@
 DIST indirect-0.36.tar.gz 48597 SHA256 
7c2676566fbee16d15be972cb2b7a2fcb7972d3d58a2fb06a41030d909b7e55b SHA512 
27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb
 WHIRLPOOL 
c07281a07d931577b707caa0207ea6c8c1f66066590bed796e21b4b2e58e7da69335cc211287de0222fd11f65f628fc8371e79f37651a953951d3f48c1552984
+DIST indirect-0.37.tar.gz 54892 SHA256 
ada92a3edb04ffd882fb6b5b4f2324dc9f385c19afc78c37ef27fcb52798fba4 SHA512 
8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09
 WHIRLPOOL 
174aa826b261f9015bec36eba88e176566522792e26fffaad55bc038f39c50e697eebfb1b3e5545f00d7cd2e37ebfa602ac4a5a9514d0f3018248c379f2a48da

diff --git a/dev-perl/indirect/indirect-0.370.0.ebuild 
b/dev-perl/indirect/indirect-0.370.0.ebuild
new file mode 100644
index 000..0cef396e170
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.370.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=VPIT
+DIST_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION="Lexically warn about using the indirect method call syntax"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Socket
+   test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do parallel"



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

2017-10-25 Thread Kent Fredric
commit: ad76cf72f2135dfe4b83b55f23aad26a5f696552
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:37:37 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 03:37:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad76cf72

dev-perl/Inline-Python: Bump to version 0.560.0

Upstream:
- Better support for serializing booleans with JSON
- Support calling perl objects with overloaded code deref
- Support overloaded stringification on perl objects
- Pass python floats as floats to perl instead of strings
- Fix floating point test failures

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Inline-Python/Inline-Python-0.560.0.ebuild | 38 ++
 dev-perl/Inline-Python/Manifest|  1 +
 dev-perl/Inline-Python/metadata.xml|  1 +
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild 
b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
new file mode 100644
index 000..575cfddc122
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+# Feel free to add more targets after testing.
+
+DIST_AUTHOR=NINE
+DIST_VERSION=0.56
+inherit python-single-r1 perl-module
+
+DESCRIPTION="Easy implementation of Python extensions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Data-Dumper
+   >=virtual/perl-Digest-MD5-2.500.0
+   >=dev-perl/Inline-0.460.0
+   ${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/Proc-ProcessTable-0.530.0
+   virtual/perl-Test-Simple
+   dev-perl/Test-Deep
+   dev-perl/Test-Number-Delta
+   virtual/perl-Test
+   )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )

diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
index baa004fe0bd..8a1abcbc72e 100644
--- a/dev-perl/Inline-Python/Manifest
+++ b/dev-perl/Inline-Python/Manifest
@@ -1 +1,2 @@
 DIST Inline-Python-0.52.tar.gz 57345 SHA256 
9c946e1c9ac308d4431f07bbd3965a945850d69eab33aced6c81e674729e2ff4 SHA512 
5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa
 WHIRLPOOL 
ab2114881997791226b4e9005cc3d7daec553c21b0f595945abb941638b64ff85b31692c3c882edc523603c167e9dee16c8e75f5f84b8759a6f1d525b3f8755a
+DIST Inline-Python-0.56.tar.gz 58224 SHA256 
ae2c437f367160ecfd6f8d6c6fe027ea6754feaa27648971c4a74e7fe934d95f SHA512 
d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d
 WHIRLPOOL 
f3ab40c765a0d6d6eeaef8c2ced24613fedf1e5bc8bccc6258dbab54f03d9f4edb63faabbcf5984d3dcaa02e3bec3ccf85209ab8c71e1e0306d78ef8f3974eb9

diff --git a/dev-perl/Inline-Python/metadata.xml 
b/dev-perl/Inline-Python/metadata.xml
index b1f32aff849..7639860e78f 100644
--- a/dev-perl/Inline-Python/metadata.xml
+++ b/dev-perl/Inline-Python/metadata.xml
@@ -8,6 +8,7 @@
   
 Inline-Python
 Inline::Python
+Inline::Python::Boolean
 Inline::Python::Function
 Inline::Python::Object
 Inline::Python::Object::Data



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

2017-10-25 Thread Kent Fredric
commit: b63af997c31018785c31aded68b4a1413abb34a9
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:14:03 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 03:14:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63af997

dev-perl/Image-Sane: Bump to version 0.140.0

Upstream:
- include sane/saneopts.h
- update scanimage-perl to work like scanimage-1.0.27
- fix escaping in test

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Image-Sane/Image-Sane-0.140.0.ebuild | 29 +++
 dev-perl/Image-Sane/Manifest  |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Image-Sane/Image-Sane-0.140.0.ebuild 
b/dev-perl/Image-Sane/Image-Sane-0.140.0.ebuild
new file mode 100644
index 000..c003e14750d
--- /dev/null
+++ b/dev-perl/Image-Sane/Image-Sane-0.140.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.14
+DIST_AUTHOR=RATCLIFFE
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Access SANE-compatible scanners from Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/Exception-Class
+   dev-perl/Readonly
+   >=media-gfx/sane-backends-1.0.19"
+DEPEND="${RDEPEND}
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+   test? (
+   dev-perl/Test-Requires
+   dev-perl/Try-Tiny
+   )
+"
+PERL_RM_FILES=( t/{90_MANIFEST,91_critic,pod}.t )

diff --git a/dev-perl/Image-Sane/Manifest b/dev-perl/Image-Sane/Manifest
index 6d63da7b48e..502b60772fe 100644
--- a/dev-perl/Image-Sane/Manifest
+++ b/dev-perl/Image-Sane/Manifest
@@ -1 +1,2 @@
 DIST Image-Sane-0.12.tar.gz 46834 SHA256 
4e69d1ccb755a871bd4ee1226b177bc1f662f5f92006aba8d92e5db6592a7f02 SHA512 
ba05f198bc4bddf43418af7abc9a171000fa8bb776d7247fe42094117e244e31705984fec8be70d47659003d3cceb33b60b66750e1fe07ccc9f903037be98edb
 WHIRLPOOL 
e23d8c7068546f2be3be6cce06114429d88944cc6ae9ea1abbee2fec5f010ec02d951b46a524ad500b6e5cda0346fa0e9d151519af12ed9ac34c27734a444d15
+DIST Image-Sane-0.14.tar.gz 47158 SHA256 
a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5 SHA512 
d08be5f0d18f367178b7d76d50abe12faaba48525374c782f6a91fdb44d314b1943617bab9f6e7b2bbbf4c95dcc221bfbd92cdf7c80783916aad24daf5b04bea
 WHIRLPOOL 
e5aacb3c84f2193a1f718790a186020a8c068ba883e90f0e17d78afa284e81d1efcef3a2fb9d085d04175fbe6df2ecb5c686f7bc270355d170855576ebf8b9d8



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

2017-10-25 Thread Kent Fredric
commit: 22b16b69a477e8118299671606422dcee42b0687
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:23:11 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 03:23:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b16b69

dev-perl/Image-Scale: Bump to version 0.130.0

Upstream:
- Skip JPEG binary comparison tests
- Properly work with jpeg-turbo
- Support glflib 4.1.x
- save_jpeg()/save_png() properly stringify path objects

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Image-Scale/Image-Scale-0.130.0.ebuild | 51 +
 dev-perl/Image-Scale/Manifest   |  1 +
 2 files changed, 52 insertions(+)

diff --git a/dev-perl/Image-Scale/Image-Scale-0.130.0.ebuild 
b/dev-perl/Image-Scale/Image-Scale-0.130.0.ebuild
new file mode 100644
index 000..ac3988afea1
--- /dev/null
+++ b/dev-perl/Image-Scale/Image-Scale-0.130.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AGRUNDMA
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Fast, high-quality fixed-point image resizing"
+
+LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gif jpeg +png test"
+
+REQUIRED_USE="|| ( jpeg png )"
+
+RDEPEND="
+   png? (
+   media-libs/libpng:0
+   )
+   jpeg? (
+   virtual/jpeg:0
+   )
+   gif? (
+   media-libs/giflib
+   )
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-perl/Test-NoWarnings
+   )
+   virtual/perl-ExtUtils-MakeMaker
+"
+# https://rt.cpan.org/Ticket/Display.html?id=112217
+DIST_TEST="do"
+PATCHES=(
+   "${FILESDIR}"/0.80.0-disable_autodetect.patch
+)
+src_prepare() {
+   use test && perl_rm_files "t/04critic.t" "t/02pod.t" "t/03podcoverage.t"
+   perl-module_src_prepare
+}
+src_configure() {
+   local myconf
+   for useflag in png jpeg gif; do
+   myconf+=( $(usex $useflag "" --disable-${useflag}) )
+   done
+   perl-module_src_configure
+}

diff --git a/dev-perl/Image-Scale/Manifest b/dev-perl/Image-Scale/Manifest
index 4b5531757a7..a65bda9fdcc 100644
--- a/dev-perl/Image-Scale/Manifest
+++ b/dev-perl/Image-Scale/Manifest
@@ -1 +1,2 @@
 DIST Image-Scale-0.11.tar.gz 1012273 SHA256 
6b8e0cb71f4d04d4c5a568e30d5eda8c01bac3479f10bd8235d69124a61336ca SHA512 
f9da139b72c8be4f99d426cec15913fcb4558b6839ad40454916c7e6242194a23b1cdf7d0a9745ce7806c4eaf0e0af8dba9cd409cd00a8fb61ac40c4c4abdb5c
 WHIRLPOOL 
167bcc901e12d04977798dced955fdf61a1f0b90b3cc2c0826de70ad081ef8b08b74095fc02af29d00bc877d602b0ecc72f4fc527211454660391715e0ec2ea9
+DIST Image-Scale-0.13.tar.gz 1012810 SHA256 
5b2c92dc2dd635b488879461760cd251aa2b1feef41b64f17914a6e4bbe3e442 SHA512 
70c2b812934cbe6b7cd3fbe846ae862081a7ac5b40396a20f4078a3c0b79390b855fb623d836732f9347ee3ede3be29a04677f36fef14bbc83c863352862abbe
 WHIRLPOOL 
5b154abb72b8af17ca682f480b4231283160ddbcfe3ae99cd67e0f6bb34bef525e6adebb84e77bf557d23090e25c34df18eb16876dd87faa7ebeda5f4d1af9d6



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

2017-10-25 Thread Kent Fredric
commit: 800389c7b5da62e95d65390bfd7d898225d6b773
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 03:04:17 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 03:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800389c7

dev-perl/Image-Info: Bump to version 1.410.0

Upstream:
- Add support for png iTXt chunks

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Image-Info/Image-Info-1.410.0.ebuild | 25 +
 dev-perl/Image-Info/Manifest  |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Image-Info/Image-Info-1.410.0.ebuild 
b/dev-perl/Image-Info/Image-Info-1.410.0.ebuild
new file mode 100644
index 000..3004ac5e849
--- /dev/null
+++ b/dev-perl/Image-Info/Image-Info-1.410.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SREZIC
+DIST_VERSION=1.41
+DIST_EXAMPLES=("exifdump" "imgdump")
+inherit perl-module
+
+DESCRIPTION="The Perl Image-Info Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-perl/IO-stringy-1.01
+   dev-perl/XML-LibXML
+   dev-perl/XML-Simple"
+RDEPEND="${DEPEND}"
+
+src_test() {
+   perl_rm_files "t/pod_cov.t" "t/pod.t"
+   perl-module_src_test
+}

diff --git a/dev-perl/Image-Info/Manifest b/dev-perl/Image-Info/Manifest
index 350e48d71f7..dd1c20c0d69 100644
--- a/dev-perl/Image-Info/Manifest
+++ b/dev-perl/Image-Info/Manifest
@@ -1,2 +1,3 @@
 DIST Image-Info-1.39.tar.gz 264725 SHA256 
af155264667a2c22e3e2225195b8f6589329f9567e1789b7ce439ee21178713d SHA512 
c246842029f57ad8be47348489bc625c9dfda46d96a5489fffca8cf6cc294eea2321dc8ba414b959aa48b5e72785a8221db69e9afb45be6c6ad6544d9adc8a91
 WHIRLPOOL 
06e878bfc3e222340d017304d63a54909e8d3c906abf0431c265a948e103e6e1d0e7a20f14c652c34bed33d7bffc2ebb2e08f710c551498d7a4bc6882f861401
 DIST Image-Info-1.40.tar.gz 264982 SHA256 
8d65f4b03cde9d707cec3927dc4e39ceeebf8490d412e49abe8232acebdba782 SHA512 
9a5caddea3b54a9433621144284eb52ee9683db0420a35b0774101cc50f28a98f03a988748fc280b4d34e4c0312b7585f063c844b0bbce3efd9621bf6c76b35b
 WHIRLPOOL 
a1e555e6d8c686b58338f1b0b6e5d02a8916e888fd1e4be1b99a4406a76dff195f6e007163021134dc40530586443ff0010697127abafde731a48cc120436dd0
+DIST Image-Info-1.41.tar.gz 265977 SHA256 
c546d27414686660dbc3cd8501537128c5285a8db0faf742c2dc12b9a29ba3db SHA512 
7e3cb103efa004ce728b6e594f5b7518fa5be14a814e6f06d4a3e85563d7896fd283855cfe9e091c22b3728f6126501463f7326d704c0188ad696206f9318824
 WHIRLPOOL 
1ee1d7793005275bf3255ff0b0d5eb32de0879811e4766a61a60ebb04bd2aa27b5a98a8993c5579724b8ddc7fa04db8147411eafb0087d6ce419a5ca85fd7cf3



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

2017-10-25 Thread Kent Fredric
commit: bd265d183839f67c7db5343d545c34b89c87f3a1
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 02:24:31 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 02:24:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd265d18

dev-perl/IO-Tee: Bump to version 0.650.0

- EAPI6
Upstream:
- Modernize code and packaging

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild | 23 +++
 dev-perl/IO-Tee/Manifest  |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild 
b/dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild
new file mode 100644
index 000..d2019f3d7cd
--- /dev/null
+++ b/dev-perl/IO-Tee/IO-Tee-0.650.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=0.65
+inherit perl-module
+
+DESCRIPTION="Multiplex output to multiple output handles"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-IO
+   virtual/perl-parent
+"
+DEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/IO-Tee/Manifest b/dev-perl/IO-Tee/Manifest
index de04750e9d3..0344f863abf 100644
--- a/dev-perl/IO-Tee/Manifest
+++ b/dev-perl/IO-Tee/Manifest
@@ -1 +1,2 @@
 DIST IO-Tee-0.64.tar.gz 5039 SHA256 
3ed276b1c2d3511338653c2532e73753d284943c1a8f5159ff37fecc2b345ed6 SHA512 
9473a9ce3222ee6998cc53851a34051a9ae5990b9c514b5e5d322832d76f0e20d7af51bf7f06603ad927ab9789e5ab10da7a0693e4867112cd3e1dc1ca25d017
 WHIRLPOOL 
578f4aa86acbc433863e757a8b5d0756b8595037795f65f23663e75c9cbaf05a355cc3b77cb40fc2a7651c1f26018c9532cc966b20cd5ebf43f4a39749723602
+DIST IO-Tee-0.65.tar.gz 12842 SHA256 
c63dcd109b268962f867407da2654282e3c85113dc7e9655fe8a62331d490c12 SHA512 
f0f2f069c9c43098fc8fb343ef3a701e8ea5d6171a7f86b3c296f542435b1305f263085ede07431cfe34ccf02d845c8f3719ddf1eb6fe0d8def0c730f8e97236
 WHIRLPOOL 
cade6b868088d4d88b4746fe3d43814a49529837231a757262a1f804b4d6eaaa4f8b065e93b6eca2bc6cec7b442e00ff532c8d841aa5293b20c01fb986e3



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

2017-10-25 Thread Kent Fredric
commit: 4e87c18a81afba200a09e1e248615f71cda9a3e6
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 02:15:26 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 02:15:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e87c18a

dev-perl/IO-Socket-SSL: Bump to version 2.52.0

Upstream:
- Fix session cache context issues
- update Public suffix list
- Remove unneeded SSL_version/SSL_cipher_list from tests
- protocol_version.t now passes tests when TLS 1.x is not supported
- Fix SSL_write error handling with syswrite
- update finger prints
- disable NPN support on newer libressl

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild | 30 ++
 dev-perl/IO-Socket-SSL/Manifest|  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild 
b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild
new file mode 100644
index 000..da3175fcd3a
--- /dev/null
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SULLR
+DIST_VERSION=2.052
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="idn"
+
+RDEPEND="
+   >=dev-perl/Net-SSLeay-1.460.0
+   virtual/perl-Scalar-List-Utils
+   idn? (
+   || (
+   >=dev-perl/URI-1.50
+   dev-perl/Net-LibIDN
+   dev-perl/Net-IDN-Encode
+   )
+   )"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+mydoc=("docs/debugging.txt")

diff --git a/dev-perl/IO-Socket-SSL/Manifest b/dev-perl/IO-Socket-SSL/Manifest
index 264df558570..decfee01d74 100644
--- a/dev-perl/IO-Socket-SSL/Manifest
+++ b/dev-perl/IO-Socket-SSL/Manifest
@@ -5,3 +5,4 @@ DIST IO-Socket-SSL-2.043.tar.gz 214312 SHA256 
cc08b1e40a336902a544825520e76a9c4c
 DIST IO-Socket-SSL-2.045.tar.gz 214926 SHA256 
ed3877815961e30f57be9975067e2bb67bfd61a11ed9add790f26d908d81ec11 SHA512 
fa2d1c9ad690965069a2f05a0bcecfd6c03fe3c2d38e50195933a9301c5c2374871eed3da637eaf3556df0c8e60ef8be26491d2d3ca453062079d69d2ce0ffa0
 WHIRLPOOL 
0452996fde809ed2787cf5c1b1a66d126da25fd22a38d87adbc11d30537023d11ce0c8437332feb51caada639b06f62e416ed7bf9910ac0f400f5e3da45b07dc
 DIST IO-Socket-SSL-2.047.tar.gz 215199 SHA256 
c5ad8e14174863194ad43c23a38c77e0b202a989cac9d3e13fb30efcf1d41158 SHA512 
402d08d0c3fc9fb34ca83f371c1368cced68636198b0cb807562d480335784183850d1f1f9deb82b2ede312e86116624ed09439915c81cbbed3412e8e5697a72
 WHIRLPOOL 
ec6ecaf01fa795c13d5341591451a21c91dbade95a02e6ad149e22954113e4c358547239b32528f209462104783f7015dfaa08555232408c09ade23ce6ddbf99
 DIST IO-Socket-SSL-2.048.tar.gz 214926 SHA256 
b0f2199adf0f688a11357151fb47cd91b417a73d910539d4d48b5ac7e267ee07 SHA512 
649aa7f4ed8c7c1f4725bd48e28c40d3929f0c7c7fc40093f6e4d373ea8e306451c2fc3f645a23a33d99cd3a5a378997f7affb2b165d883648c33fc801cfce67
 WHIRLPOOL 
bee6702285d7ccabbf34c1923b63802360fbff397ad96c6614d1dac3f985e84342da56470747787866ec0059e40813c2bb6484874ca8a0bd11bc2d114cc2971f
+DIST IO-Socket-SSL-2.052.tar.gz 221703 SHA256 
e4897a9b17cb18a3c44aa683980d52cef534cdfcb8063d6877c879bfa2f26673 SHA512 
44a2ba94d1e9f911d6815a784263e2cddac0cea90e79cf8e267f73d8b2a3726ca9933d621bac8849a52db50bff0bd7a0d2cfd546a550f2963ea44346d3f8b600
 WHIRLPOOL 
cef09d4ff2c9eee61ad4252d7cc7ed65d62315f5205d474e9c302a06649f5fad114225b544bec8250f033984c4852a70b57a908dc9bd52781cf7d255fd21ec96



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

2017-10-25 Thread Kent Fredric
commit: 7b98533741a5f3773bf0c9209e2f8bd937bcd9ef
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 02:07:16 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 02:07:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b985337

dev-perl/IO-Interactive: Bump to version 1.22.0

Upstream:
- Lazy-load Carp

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../IO-Interactive/IO-Interactive-1.22.0.ebuild| 27 ++
 dev-perl/IO-Interactive/Manifest   |  1 +
 dev-perl/IO-Interactive/metadata.xml   | 12 ++
 3 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild 
b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
new file mode 100644
index 000..1e58b67a744
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.022
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-version-0.780.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   virtual/perl-File-Spec
+   test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+src_test() {
+   perl_rm_files "t/pod.t" "t/pod-coverage.t"
+   perl-module_src_test
+}

diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index e3457a2ca9a..c00bdfaba53 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1 +1,2 @@
 DIST IO-Interactive-1.021.tar.gz 11751 SHA256 
915bd642142649e23f0078341b2c095061c8b6dfa43050ff90f92d3d916234c0 SHA512 
16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae
 WHIRLPOOL 
d1817af8e69f770cac743eacf7faafc10a94a5b38b687cbb11db0071f305f907a9874230043213259138b79b2cadc1af5545145785c92c7c89fb888d04d1cb08
+DIST IO-Interactive-1.022.tar.gz 11791 SHA256 
0ed53b8ae93ae877e98e0d89b7b429e29ccd1ee4c28e952c4ea9aa73d01febdc SHA512 
159bd97912a848e20df3ac9f3f7b3063788c7bbe2eafd35c6cc9b798027c6e7c12d2488385936c87669877928707603729bc34b2d7b8c108534fa8fd42082074
 WHIRLPOOL 
6102c6cadfb027369d80f82ccf0f21a8ced2cbb1857c6113873268a8db8c3da8a201b6ba79da11b980cf30c3a831b155267632a307ad300a161325eb6da86c80

diff --git a/dev-perl/IO-Interactive/metadata.xml 
b/dev-perl/IO-Interactive/metadata.xml
index 7faa8dfe9af..da3c8782e71 100644
--- a/dev-perl/IO-Interactive/metadata.xml
+++ b/dev-perl/IO-Interactive/metadata.xml
@@ -1,8 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   p...@gentoo.org
-   Gentoo Perl Project
-
+   
+   p...@gentoo.org
+   Gentoo Perl Project
+   
+   
+   IO-Interactive
+   IO::Interactive
+   
 



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

2017-10-25 Thread Kent Fredric
commit: 17f7bd89b2e2a95c27e4500e245ebaf9cd96f979
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 02:00:13 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 02:00:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f7bd89

dev-perl/IO-AIO: Bump to version 4.340.0

- Enable previously disabled tests
- Fence unrunnable tests

Upstream:
- Fix missing def0.h
- Fix major/minor switching
- remove duplicate definition of MAP_HUGETLB
- Add aio_fcntl and aio_ioctl
- Names set via prctl are truncated to 15 chars + null, not 16 chars

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild | 30 ++
 dev-perl/IO-AIO/Manifest  |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild 
b/dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild
new file mode 100644
index 000..0d1a730a689
--- /dev/null
+++ b/dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=4.34
+inherit perl-module
+
+DESCRIPTION="Asynchronous Input/Output"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+#RESTRICT="test"
+
+RDEPEND="dev-perl/common-sense"
+DEPEND="${RDEPEND}
+   >=dev-perl/Canary-Stability-2001
+   >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+"
+src_test() {
+   if [[ "${IO_AIO_SANDBOX_TESTS:-0}" == 0 ]]; then
+   # Tests trigger stack overflow in sandbox code, see bug 553918
+   perl_rm_files t/01_stat.t t/02_read.t t/05_readdir.t 
t/03_errors.t
+   ewarn "Some tests cannot be run under a sandbox. For details, 
see:"
+   ewarn 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN};
+   fi
+   perl-module_src_test
+}

diff --git a/dev-perl/IO-AIO/Manifest b/dev-perl/IO-AIO/Manifest
index 2abda58e8d0..883e4c1502d 100644
--- a/dev-perl/IO-AIO/Manifest
+++ b/dev-perl/IO-AIO/Manifest
@@ -1 +1,2 @@
 DIST IO-AIO-4.33.tar.gz 154120 SHA256 
7590320a1c47bcf0b7daf37a756c61501de71f001e50cf74338610d418f66bb0 SHA512 
9d59d9ad511bb07178ed760a0387357ade961f9b0e73cdc64861fa3b5674fb4cdb07b44a0c0810cc364909c1bc4fb012c2975269c1e3035cd37ba21a8a029df9
 WHIRLPOOL 
f2ee84da781fae31df183c0c94bf586601306b3b32d97d98cfdc90d5f7a077232a4962d08ce8589a5b3e2b4fef833cf88bf1422c2bb6f8bf35caeee55dc2a1ae
+DIST IO-AIO-4.34.tar.gz 156615 SHA256 
5d3d047367659355e77793a4f7df955583fc7fe9a3107057726b885570790525 SHA512 
7b7e05fb01513864321c1aa2a28192444299486831b75461bd57bad5a0370863d46df42c698288096eac55f9972a3492f8af46cb265f13c721da698c9fe3529c
 WHIRLPOOL 
c9c9ee17a5baf0c4d77a0d0bafe81589c7b06f602e14a64e96437a3c0c4d7576336a08e463b6eee45811e5ac6315fd554a5621f46a96d1e5774acdac0da559bc



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: a084f58e7082908822a0ded00cee59384bc6d1fd
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 02:00:22 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 02:00:22 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=a084f58e

require python, binding built when disabled

 app-text/presage/Manifest |  2 +-
 app-text/presage/presage-0.8.9.ebuild | 16 +---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 5a1b674..df1c5d9 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1252 SHA256 
cc44b5316136bf13c6e25f065e6b51085bcbd5c8987fb76801c18fa5dffcd673 SHA512 
3c5ddd3eea1a9490d7e719971696b74c1324b476b00acf48f0ba906419124f3a5ae179bb8e43fb116e5a34f2bccd1cd9b7dba26402853bf3e9701be5e51cd53c
 WHIRLPOOL 
bb2cb6b2083d384a77c266f12ea4c258fc3100587ffc39b5b681af07bd53661dbcfbcf787c8d30d5b96c534527fbfc8c7e84ea89cc4a6261cdb5e39fb909de4b
+EBUILD presage-0.8.9.ebuild 1253 SHA256 
b139ee84be8c4085d8c4f0dd8189458084ee7e1c15018544d5ecb58368b10973 SHA512 
fad4e0f6b99063344a3b9292c2785720825918601f427f8f526c6ff7a912ae6a8fcd9efc071e6aee0d4cfedf5f3ee85800c61e41e4687c1cefc6616f1ae07e67
 WHIRLPOOL 
2aa4d2d6afe80ea1d31bab40eb3f566968322fa4fdee230c4ad915f28637784f33a4c8c871b2facfff978a978dac883acf8aadf65a1115499f29c1c50657be96

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 55a3e04..affdd9d 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -14,20 +14,22 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples gtk python sqlite test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="doc examples gtk sqlite test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
examples? ( sys-libs/ncurses )
gtk? ( x11-libs/gtk+ )
-   python? ( ${PYTHON_DEPS}  dev-python/dbus-python[${PYTHON_USEDEP}] )
+   ${PYTHON_DEPS}
+   dev-python/dbus-python[${PYTHON_USEDEP}] 
sqlite? ( dev-db/sqlite )
app-text/dos2unix
 "
 
 DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )
-   python? ( ${PYTHON_DEPS} dev-lang/swig:1 )
+   ${PYTHON_DEPS}
+   dev-lang/swig:1
test? ( dev-util/cppunit )
sys-apps/help2man
 "
@@ -45,11 +47,11 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
 $(use_enable gtk gpresagemate)
-   $(use_enable python)
-   $(use_enable python python-binding)
+   #$(use_enable python)
+   #$(use_enable python python-binding)
$(use_enable sqlite)
$(use_enable test)
)
-   econf ${myeconfargs} --disable-gprompter
+   econf ${myeconfargs} --enable-python --enable-python-binding 
--disable-gprompter
 
 }



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 5e8450d20bd0af21497ecb2c34b75647e07d4f30
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 01:01:22 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 01:31:29 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=5e8450d2

swig v1

 app-text/presage/Manifest |  2 +-
 app-text/presage/presage-0.8.9.ebuild | 11 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 41ef82b..5a1b674 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1121 SHA256 
965e9969dc7e282a0a4cb04740cd65d14029ccfc5c96c2a5aa89393675896ede SHA512 
8574b8c2ad396219ba77dcad6efec99f628d071f091a3bcf9a7f10614f5c03254356abaa82ffbf408250cc3d2d4382b775707bd5d7b8ccc3707edc686f46aeec
 WHIRLPOOL 
f6308f20f58b6ed5077b567a8e072e8345a668e671488325dec26dd68c58b5764413bf6c32834d21385e2b9274c9dc5738782a575cdc7d014e608d7c568fa402
+EBUILD presage-0.8.9.ebuild 1252 SHA256 
cc44b5316136bf13c6e25f065e6b51085bcbd5c8987fb76801c18fa5dffcd673 SHA512 
3c5ddd3eea1a9490d7e719971696b74c1324b476b00acf48f0ba906419124f3a5ae179bb8e43fb116e5a34f2bccd1cd9b7dba26402853bf3e9701be5e51cd53c
 WHIRLPOOL 
bb2cb6b2083d384a77c266f12ea4c258fc3100587ffc39b5b681af07bd53661dbcfbcf787c8d30d5b96c534527fbfc8c7e84ea89cc4a6261cdb5e39fb909de4b

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 67be808..55a3e04 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit eutils autotools
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils autotools python-single-r1
 DESCRIPTION="The intelligent predictive text entry system"
 HOMEPAGE="http://presage.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
@@ -13,18 +15,19 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc examples gtk python sqlite test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
examples? ( sys-libs/ncurses )
gtk? ( x11-libs/gtk+ )
-   python? ( dev-lang/python dev-python/dbus-python )
+   python? ( ${PYTHON_DEPS}  dev-python/dbus-python[${PYTHON_USEDEP}] )
sqlite? ( dev-db/sqlite )
app-text/dos2unix
 "
 
 DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig )
+   python? ( ${PYTHON_DEPS} dev-lang/swig:1 )
test? ( dev-util/cppunit )
sys-apps/help2man
 "



[gentoo-commits] repo/user/superposition:master commit in: /

2017-10-25 Thread Philip Miess
commit: 37452c44f463652e412b90fd501cca3c31d49157
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 01:33:47 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 01:33:47 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=37452c44

swig v1




[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 036b03eb24602241f2955c8df270ef66726d9eb3
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:53:18 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:53:18 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=036b03eb

didnt need the flag

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index f269e63..41ef82b 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1132 SHA256 
f03d78db0846d6ac2475473b1374da8c58435719bd410cca8511e982a3c972b5 SHA512 
5217d10f0e1ddf13da0550997d5e5387a9b182078d8942c2cbac6128ba43848bf2bfb701520316d172920411d90ce3faa8afb406af2baf32fb488c4efbd2bfed
 WHIRLPOOL 
e4fe770c0f2e4c09bdde72c7da176404e344cb1073a7652095529b642ba1d3e08cfd63ab93527991e46f6288a22692dc2bbe751cc63f4b81bcb782ba04cb89a4
+EBUILD presage-0.8.9.ebuild 1121 SHA256 
965e9969dc7e282a0a4cb04740cd65d14029ccfc5c96c2a5aa89393675896ede SHA512 
8574b8c2ad396219ba77dcad6efec99f628d071f091a3bcf9a7f10614f5c03254356abaa82ffbf408250cc3d2d4382b775707bd5d7b8ccc3707edc686f46aeec
 WHIRLPOOL 
f6308f20f58b6ed5077b567a8e072e8345a668e671488325dec26dd68c58b5764413bf6c32834d21385e2b9274c9dc5738782a575cdc7d014e608d7c568fa402

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 61a1f93..67be808 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples gtk python sqlite test -gprompter"
+IUSE="doc examples gtk python sqlite test"
 
 RDEPEND="
examples? ( sys-libs/ncurses )



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 8e780ff6fd23a61330632e9859bc119f5f07c5cd
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 01:01:22 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 01:10:02 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=8e780ff6

needs python 2

 app-text/presage/Manifest |  2 +-
 app-text/presage/presage-0.8.9.ebuild | 11 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 41ef82b..e0b88b4 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1121 SHA256 
965e9969dc7e282a0a4cb04740cd65d14029ccfc5c96c2a5aa89393675896ede SHA512 
8574b8c2ad396219ba77dcad6efec99f628d071f091a3bcf9a7f10614f5c03254356abaa82ffbf408250cc3d2d4382b775707bd5d7b8ccc3707edc686f46aeec
 WHIRLPOOL 
f6308f20f58b6ed5077b567a8e072e8345a668e671488325dec26dd68c58b5764413bf6c32834d21385e2b9274c9dc5738782a575cdc7d014e608d7c568fa402
+EBUILD presage-0.8.9.ebuild 1250 SHA256 
a843f499b10d0517932bae6a13e80cb0ee1ce1611676397ac8af64d4c2e3b420 SHA512 
d006a445711c9ba6d83194703996fb430eed3249de64f8c0dba772677460fababdcbdf34e1f74dc5d5a707b89c0dd60325dc790a840fe74826103d2af5ac3d18
 WHIRLPOOL 
63d82ab9cd290870eac4a948f9f1d7017b54aeb7b1d026087ba9be70dd16caaa4abee8c925554d592db72317f2b1ff002d22c2aecee0b06553017add7d2a6359

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 67be808..fc46535 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit eutils autotools
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils autotools python-single-r1
 DESCRIPTION="The intelligent predictive text entry system"
 HOMEPAGE="http://presage.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
@@ -13,18 +15,19 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc examples gtk python sqlite test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
examples? ( sys-libs/ncurses )
gtk? ( x11-libs/gtk+ )
-   python? ( dev-lang/python dev-python/dbus-python )
+   python? ( ${PYTHON_DEPS}  dev-python/dbus-python[${PYTHON_USEDEP}] )
sqlite? ( dev-db/sqlite )
app-text/dos2unix
 "
 
 DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig )
+   python? ( ${PYTHON_DEPS} dev-lang/swig )
test? ( dev-util/cppunit )
sys-apps/help2man
 "



[gentoo-commits] repo/gentoo:master commit in: sys-apps/rng-tools/files/, sys-apps/rng-tools/

2017-10-25 Thread Göktürk Yüksek
commit: 2a5ab18f1a74b1d1e59e5d45ee425da8808eb289
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Oct 26 01:05:05 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Oct 26 01:05:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5ab18f

sys-apps/rng-tools: add support for NP_TPM and NO_DRNG options in v6

rng-tools-6 removes the command line options '--no-tpm' and
'--no-drng'. Instead, it allows the inclusion and exclusion of a
particular entropy source using the command line options '-n' and 'x'
respectively.

Maintain backwards compatibility by translating the NP_TPM and NO_DRNG
options in the conf file to exclusion options.

Closes: https://bugs.gentoo.org/630798
Package-Manager: Portage-2.3.8, Repoman-2.3.2

 sys-apps/rng-tools/files/rngd-initd-6| 16 
 .../{rng-tools-6.ebuild => rng-tools-6-r1.ebuild}|  2 +-
 .../{rng-tools-6.1.ebuild => rng-tools-6.1-r1.ebuild}|  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/sys-apps/rng-tools/files/rngd-initd-6 
b/sys-apps/rng-tools/files/rngd-initd-6
new file mode 100644
index 000..c3b48bf2209
--- /dev/null
+++ b/sys-apps/rng-tools/files/rngd-initd-6
@@ -0,0 +1,16 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   need localmount
+   after urandom
+   provide entropy
+}
+
+command=/usr/sbin/rngd
+pidfile="/var/run/${SVCNAME}.pid"
+command_args="--pid-file ${pidfile} --background --random-step ${STEP:-64} 
${NO_TPM:+-x 1} \
+   ${NO_DRNG:+-x 2} --fill-watermark ${WATERMARK} ${DEVICE:+--rng-device 
${DEVICE}}"
+start_stop_daemon_args="--wait 1000"
+retry="SIGKILL/5000"

diff --git a/sys-apps/rng-tools/rng-tools-6.ebuild 
b/sys-apps/rng-tools/rng-tools-6-r1.ebuild
similarity index 95%
rename from sys-apps/rng-tools/rng-tools-6.ebuild
rename to sys-apps/rng-tools/rng-tools-6-r1.ebuild
index 3a559236e0c..0dcc7e1fd35 100644
--- a/sys-apps/rng-tools/rng-tools-6.ebuild
+++ b/sys-apps/rng-tools/rng-tools-6-r1.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
 
 src_install() {
default
-   newinitd "${FILESDIR}"/rngd-initd-r1-4.1 rngd
+   newinitd "${FILESDIR}"/rngd-initd-6 rngd
newconfd "${FILESDIR}"/rngd-confd-4.1 rngd
systemd_dounit "${FILESDIR}"/rngd.service
 }

diff --git a/sys-apps/rng-tools/rng-tools-6.1.ebuild 
b/sys-apps/rng-tools/rng-tools-6.1-r1.ebuild
similarity index 96%
rename from sys-apps/rng-tools/rng-tools-6.1.ebuild
rename to sys-apps/rng-tools/rng-tools-6.1-r1.ebuild
index 2b37de32bff..2c149789b75 100644
--- a/sys-apps/rng-tools/rng-tools-6.1.ebuild
+++ b/sys-apps/rng-tools/rng-tools-6.1-r1.ebuild
@@ -54,7 +54,7 @@ src_configure() {
 
 src_install() {
default
-   newinitd "${FILESDIR}"/rngd-initd-r1-4.1 rngd
+   newinitd "${FILESDIR}"/rngd-initd-6 rngd
newconfd "${FILESDIR}"/rngd-confd-4.1 rngd
systemd_dounit "${FILESDIR}"/rngd.service
 }



[gentoo-commits] proj/mozilla:master commit in: eclass/, www-client/firefox/

2017-10-25 Thread Jory Pratt
commit: 3f61a6740746d2d65876ee96776e5ccdbebc78d1
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Thu Oct 26 01:00:32 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Oct 26 01:00:32 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3f61a674

www-client/firefox - enable stylo support for amd64

 eclass/mozconfig-v6.57.eclass | 393 ++
 www-client/firefox/firefox-57.0_beta10.ebuild |  15 +-
 2 files changed, 403 insertions(+), 5 deletions(-)

diff --git a/eclass/mozconfig-v6.57.eclass b/eclass/mozconfig-v6.57.eclass
new file mode 100644
index 000..e31556e
--- /dev/null
+++ b/eclass/mozconfig-v6.57.eclass
@@ -0,0 +1,393 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+#
+# @ECLASS: mozconfig-v6.57.eclass
+# @MAINTAINER:
+# mozilla team 
+# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6
+# @DESCRIPTION:
+# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey)
+# to provide a single common place for the common mozilla engine compoments.
+#
+# The eclass provides all common dependencies as well as common use flags.
+#
+# Some use flags which may be optional in particular mozilla packages can be
+# supported through setting eclass variables.
+#
+# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3,
+# and so ebuilds inheriting this eclass do not need to inherit that.
+
+case ${EAPI} in
+   0|1|2|3|4)
+   die "EAPI=${EAPI} not supported"
+   ;;
+   5)
+   inherit multilib
+   ;;
+esac
+
+inherit flag-o-matic toolchain-funcs mozcoreconf-v5
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild needs to provide
+# optional necko-wifi support via IUSE="wifi".  Currently this would include
+# ebuilds for firefox, and potentially seamonkey.
+#
+# Leave the variable UNSET if necko-wifi support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild needs to provide
+# deterministic jit support via IUSE="jit".  The upstream default will be used
+# otherwise, which is generally to enable jit unless support for the platform
+# is missing.
+#
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild can provide
+# optional gtk3 support via IUSE="force-gtk3".  Currently this would include
+# thunderbird and seamonkey in the future, once support is ready for testing.
+#
+# Leave the variable UNSET if gtk3 support should not be optionally available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+# If gtk+:3 is to be the standard toolkit, do not use this and instead use
+# MOZCONFIG_OPTIONAL_GTK2ONLY.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild can provide
+# optional gtk2-only support via IUSE="gtk2".
+#
+# Note that this option conflicts directly with MOZCONFIG_OPTIONAL_GTK3, both
+# variables cannot be set at the same time and this variable will be ignored if
+# MOZCONFIG_OPTIONAL_GTK3 is set.
+#
+# Leave the variable UNSET if gtk2-only support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild can provide
+# optional qt5 support via IUSE="qt5".  Currently this would include
+# ebuilds for firefox, but thunderbird and seamonkey could follow in the 
future.
+#
+# Leave the variable UNSET if qt5 support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# use-flags common among all mozilla ebuilds
+IUSE="${IUSE} dbus debug neon pulseaudio selinux startup-notification 
system-harfbuzz
+ system-icu system-jpeg system-libevent system-sqlite system-libvpx"
+
+# some notes on deps:
+# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 
2.14
+# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
+

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

2017-10-25 Thread Kent Fredric
commit: 36af3e644bfec5a69f5adbbf9bf7e9a59a81b0ca
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 00:57:02 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 00:57:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36af3e64

dev-perl/HTML-Template-JIT: Fix missing RDEP on Inline-C

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...mplate-JIT-0.50.0-r2.ebuild => HTML-Template-JIT-0.50.0-r3.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild 
b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
similarity index 91%
rename from dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild
rename to dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
index 48f3e10a3e4..f0852417630 100644
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
@@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/HTML-Template-2.8
-   dev-perl/Inline"
+   dev-perl/Inline
+   dev-perl/Inline-C
+"
 DEPEND="${RDEPEND}"
 PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: c6a3f737e944cbdf73cfa8194a560f4fd4869bc7
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:50:49 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:50:49 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=c6a3f737

maybe stick it on the end?

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 4b83431..f269e63 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1122 SHA256 
c0cfe5986e240fe561ca7bae0f2cbb974b0e1cef3f4e8a54bd019dd9e7c295ef SHA512 
67fe562ab52eeedb2a5a95c5a2b499aaf942b7f494ca8eccb4787dbf6ed6759b12750f3019bfee25896c8ebc3fb291570f111e05b80ffc4cf7bbad7d64eb0211
 WHIRLPOOL 
6c60207d25c84e679f777df45fcc4f6a1e03077d9225682968c1a80453a1ec4f38ff2b6a9e5a634aa2723a8f1ebcf6123d5a1b1cc17129a9cb2fa1e515addf67
+EBUILD presage-0.8.9.ebuild 1132 SHA256 
f03d78db0846d6ac2475473b1374da8c58435719bd410cca8511e982a3c972b5 SHA512 
5217d10f0e1ddf13da0550997d5e5387a9b182078d8942c2cbac6128ba43848bf2bfb701520316d172920411d90ce3faa8afb406af2baf32fb488c4efbd2bfed
 WHIRLPOOL 
e4fe770c0f2e4c09bdde72c7da176404e344cb1073a7652095529b642ba1d3e08cfd63ab93527991e46f6288a22692dc2bbe751cc63f4b81bcb782ba04cb89a4

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index d27bb84..61a1f93 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples gtk python sqlite test"
+IUSE="doc examples gtk python sqlite test -gprompter"
 
 RDEPEND="
examples? ( sys-libs/ncurses )
@@ -42,11 +42,11 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
 $(use_enable gtk gpresagemate)
-   --disable-gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)
$(use_enable test)
)
-   econf ${myeconfargs}
+   econf ${myeconfargs} --disable-gprompter
+
 }



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

2017-10-25 Thread Kent Fredric
commit: 48dcf0b8310d2e7ed8579d1b8d8857e9e881d8c6
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 00:42:05 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 00:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dcf0b8

dev-perl/IMAP-Admin: Bump to version 1.6.8

- EAPI6
- Add basic compile tests
- Fence/document manual tests

Upstream:
- Remove use of legacy defined(@array) syntax

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild | 36 +
 dev-perl/IMAP-Admin/Manifest|  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild 
b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
new file mode 100644
index 000..0aa8613b1af
--- /dev/null
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=EESTABROO
+DIST_EXAMPLES=("examples/*" "test.pl")
+inherit perl-module
+
+DESCRIPTION="Perl module for basic IMAP server administration"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_test() {
+   local MODULES=(
+   "IMAP::Admin ${DIST_VERSION}"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+   eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   ewarn "Comprehensive testing requires manual steps. For details, see:"
+   ewarn 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN};
+}

diff --git a/dev-perl/IMAP-Admin/Manifest b/dev-perl/IMAP-Admin/Manifest
index 1eac3cc7807..1ca103ece67 100644
--- a/dev-perl/IMAP-Admin/Manifest
+++ b/dev-perl/IMAP-Admin/Manifest
@@ -1 +1,2 @@
 DIST IMAP-Admin-1.6.7.tar.gz 14990 SHA256 
382f44a8ab92ae9332ce35327c97e49253768719988a569e2fbb18b41acaf58a SHA512 
cd4c735b3152e9f9db5198274b6c1dd39a8cf0f127b55e671880e6a6fb2278673e5443df46e9e01741cca1f1013f885781bee6b9c45214919510762475e72a75
 WHIRLPOOL 
2f0ffa26dd7ac2e825134730b229802e673f8fe5d85b61c77464dec862298bc09965f6dc1e41dbe2c632bc422be1f5462492db2077fbb460b94960284fa77eb7
+DIST IMAP-Admin-1.6.8.tar.gz 15332 SHA256 
86bd699bda6774b6281e2abb629deeeb30edb58b7a179679aba90243ef1a7456 SHA512 
b9a600b66b539a9d7e5fa3c635f37302bbef87f5403c432f880edd724ab0576b1365303a309582d5dfd455093e8a67ad9716154d55ca9e938dd8175acb7fa0b1
 WHIRLPOOL 
dd3b82a5cba1859affcc498ac63eed26e8685a0bce20ac90bfa363d8fa4bd0b6ebccbf44a44408ddd03917423493bc20d89786de09b7fe822e9af703774a9978



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 9e230909ee4eccf095161ffc8bf5d200509a9ff1
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:44:25 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:44:25 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=9e230909

no its disable

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 4ed16d8..4b83431 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1122 SHA256 
dee1bf94a158155e2fdcc4d3b590f602bd34ff96501ff954439f8f963fb3790e SHA512 
271a8fd26b04300ff1dfda9daa8e0b427340457a72c7c95ac413b2630516d247405672569c17974b8fb9fb5ae3dbfaab3283c30f25e6e53ada6312b1b6b6e323
 WHIRLPOOL 
4588edeccdcf1f3f5eb13ca52261ce00737cfacca7663b6e5104aeeb40ceeb831a2f701b698cbdd47de181366079d01cca6888697151568aba2a345fe94480aa
+EBUILD presage-0.8.9.ebuild 1122 SHA256 
c0cfe5986e240fe561ca7bae0f2cbb974b0e1cef3f4e8a54bd019dd9e7c295ef SHA512 
67fe562ab52eeedb2a5a95c5a2b499aaf942b7f494ca8eccb4787dbf6ed6759b12750f3019bfee25896c8ebc3fb291570f111e05b80ffc4cf7bbad7d64eb0211
 WHIRLPOOL 
6c60207d25c84e679f777df45fcc4f6a1e03077d9225682968c1a80453a1ec4f38ff2b6a9e5a634aa2723a8f1ebcf6123d5a1b1cc17129a9cb2fa1e515addf67

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index c7e0afd..d27bb84 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -42,7 +42,7 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
 $(use_enable gtk gpresagemate)
-   --without-gprompter
+   --disable-gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 8a632d66a915419d22c5ec7f34821bf149c19728
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:38:46 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:38:46 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=8a632d66

try without

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 4b83431..4ed16d8 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1122 SHA256 
c0cfe5986e240fe561ca7bae0f2cbb974b0e1cef3f4e8a54bd019dd9e7c295ef SHA512 
67fe562ab52eeedb2a5a95c5a2b499aaf942b7f494ca8eccb4787dbf6ed6759b12750f3019bfee25896c8ebc3fb291570f111e05b80ffc4cf7bbad7d64eb0211
 WHIRLPOOL 
6c60207d25c84e679f777df45fcc4f6a1e03077d9225682968c1a80453a1ec4f38ff2b6a9e5a634aa2723a8f1ebcf6123d5a1b1cc17129a9cb2fa1e515addf67
+EBUILD presage-0.8.9.ebuild 1122 SHA256 
dee1bf94a158155e2fdcc4d3b590f602bd34ff96501ff954439f8f963fb3790e SHA512 
271a8fd26b04300ff1dfda9daa8e0b427340457a72c7c95ac413b2630516d247405672569c17974b8fb9fb5ae3dbfaab3283c30f25e6e53ada6312b1b6b6e323
 WHIRLPOOL 
4588edeccdcf1f3f5eb13ca52261ce00737cfacca7663b6e5104aeeb40ceeb831a2f701b698cbdd47de181366079d01cca6888697151568aba2a345fe94480aa

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index d27bb84..c7e0afd 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -42,7 +42,7 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
 $(use_enable gtk gpresagemate)
-   --disable-gprompter
+   --without-gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: b7a2ec3b3ce0f9986c5d358bbcac3714f06d355e
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:36:59 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:36:59 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=b7a2ec3b

must use dash

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 2f7ecb2..4b83431 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1122 SHA256 
d2f3c49213033448966176dfd1522bb6a8a8790f746db4e44aa9bb022209aa4d SHA512 
182bae9663e3d39b186650a0644a95f33e68ee3608c3780db688a45f86f979e7a1a1b8fe049bcb04c8f509f11a89e46fd7927f582dfe0305486d03e964792aa7
 WHIRLPOOL 
1ec7711fb5414a271736f217b34bf191e309886e6a25a14117cc2f69806d9b51c3daad40d340b1b6c0409d73b85a9be0333a260e1955a14ae0d68d21dc9b1d96
+EBUILD presage-0.8.9.ebuild 1122 SHA256 
c0cfe5986e240fe561ca7bae0f2cbb974b0e1cef3f4e8a54bd019dd9e7c295ef SHA512 
67fe562ab52eeedb2a5a95c5a2b499aaf942b7f494ca8eccb4787dbf6ed6759b12750f3019bfee25896c8ebc3fb291570f111e05b80ffc4cf7bbad7d64eb0211
 WHIRLPOOL 
6c60207d25c84e679f777df45fcc4f6a1e03077d9225682968c1a80453a1ec4f38ff2b6a9e5a634aa2723a8f1ebcf6123d5a1b1cc17129a9cb2fa1e515addf67

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index a6e970b..d27bb84 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -42,7 +42,7 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
 $(use_enable gtk gpresagemate)
-   --disable gprompter
+   --disable-gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 86fd50213148d872d1b79eac7b8fc3dd430d0b4e
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:34:14 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:34:48 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=86fd5021

maybe disable

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 6153488..2f7ecb2 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1128 SHA256 
4a44544db0aee08493dc69031d37c81a142c3e09a8b8c2e3ea94386a466a7238 SHA512 
58450ce0d8af2e01dd99ac0f5ca2ba9afc6e6d57f0cbd1a5378d82e34e97ea1ff4f3ca0927d9bc138904b9c06ecb10a592d63106d28d90141f5b30092875bea5
 WHIRLPOOL 
9e05943c1791dcaa0733540a5813557c0b73a60160041522345ba3fe5857cd87e4077e72247dd42c315d89bfe521c5e0c65088e533fc0c6a633a5da2dd808a4a
+EBUILD presage-0.8.9.ebuild 1122 SHA256 
d2f3c49213033448966176dfd1522bb6a8a8790f746db4e44aa9bb022209aa4d SHA512 
182bae9663e3d39b186650a0644a95f33e68ee3608c3780db688a45f86f979e7a1a1b8fe049bcb04c8f509f11a89e46fd7927f582dfe0305486d03e964792aa7
 WHIRLPOOL 
1ec7711fb5414a271736f217b34bf191e309886e6a25a14117cc2f69806d9b51c3daad40d340b1b6c0409d73b85a9be0333a260e1955a14ae0d68d21dc9b1d96

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 0b1d761..a6e970b 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -31,7 +31,6 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-0.8.9-automagic.patch"
-   rm -r "apps/gtk/gprompter"
eautoreconf
 }
 
@@ -43,6 +42,7 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
 $(use_enable gtk gpresagemate)
+   --disable gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: d41a2c2ab55eac6cc6b18b2312cd09c534f6356e
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:20:43 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:20:43 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d41a2c2a

maybe one directory up

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index fc06d06..6153488 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1142 SHA256 
042ea9a00b1411f660e12804598dd0ad2be03f6b573e04d82f97991edd6277d6 SHA512 
3ee8bb8a48e9d2cb96684a66e3aec03e1ab724febfce6c3a38e32e3a2fa29837045e569919af5ca6cba3b1f5a22953ee3575b94dc9838a779c5d56d02f3d2538
 WHIRLPOOL 
6e74994146dfc280cfcf6c5fd6a1a9c4531970a59047713af1df772793ffbea77cd033e6520623f2a24dd125eeca0cda5716a864a33a89ce631528de50d0b6a2
+EBUILD presage-0.8.9.ebuild 1128 SHA256 
4a44544db0aee08493dc69031d37c81a142c3e09a8b8c2e3ea94386a466a7238 SHA512 
58450ce0d8af2e01dd99ac0f5ca2ba9afc6e6d57f0cbd1a5378d82e34e97ea1ff4f3ca0927d9bc138904b9c06ecb10a592d63106d28d90141f5b30092875bea5
 WHIRLPOOL 
9e05943c1791dcaa0733540a5813557c0b73a60160041522345ba3fe5857cd87e4077e72247dd42c315d89bfe521c5e0c65088e533fc0c6a633a5da2dd808a4a

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 96b8830..0b1d761 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -31,7 +31,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-0.8.9-automagic.patch"
-   rm -r "presage-0.8.9/apps/gtk/gprompter"
+   rm -r "apps/gtk/gprompter"
eautoreconf
 }
 



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 6f29d63233f74fff8b88ac483ba52e6cb073ab5c
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:15:43 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:15:43 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=6f29d632

use the correct delete command

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index c41c6b3..fc06d06 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1145 SHA256 
b9e9cbca0e4cbdef1b194bc9acf82d799788250a4b162de095ad4aba1830eb50 SHA512 
ba8449951d8ff82354473340cd17e94b416fdfa778a22699b3c63b18ec2cd63b0b738ff25b5a63b98fa655e2f5e4cfe9986c110c357137d5ea806d48d4eda8fb
 WHIRLPOOL 
dd3f8ffa3fa4efb030612d1d7427bbab32a2337cc35c51279084b8e01992e7173709d725779d5db1387ceda726c7e09c762c96c0ad0e67b12c979abdfeba1fd8
+EBUILD presage-0.8.9.ebuild 1142 SHA256 
042ea9a00b1411f660e12804598dd0ad2be03f6b573e04d82f97991edd6277d6 SHA512 
3ee8bb8a48e9d2cb96684a66e3aec03e1ab724febfce6c3a38e32e3a2fa29837045e569919af5ca6cba3b1f5a22953ee3575b94dc9838a779c5d56d02f3d2538
 WHIRLPOOL 
6e74994146dfc280cfcf6c5fd6a1a9c4531970a59047713af1df772793ffbea77cd033e6520623f2a24dd125eeca0cda5716a864a33a89ce631528de50d0b6a2

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index c576950..96b8830 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -31,7 +31,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-0.8.9-automagic.patch"
-   rmdir -r "presage-0.8.9/apps/gtk/gprompter"
+   rm -r "presage-0.8.9/apps/gtk/gprompter"
eautoreconf
 }
 



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/

2017-10-25 Thread Anthony G. Basile
commit: 860436203bbff24c3b94fa6854316d897b1e9253
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 26 00:12:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 26 00:12:42 2017 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=86043620

world.conf: drop to -static-libs for media-libs/openjpeg:2, bug #634144

 core/etc/grs/world.conf | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index ee1844e..01b3d71 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -5702,11 +5702,8 @@ package.use : media-libs/openexr:0 -examples static-libs
 [media-libs/openexr_ctl:0]
 package.use : media-libs/openexr_ctl:0 static-libs
 
-[media-libs/openjpeg:0]
-package.use : media-libs/openjpeg:0 -doc -test static-libs
-
 [media-libs/openjpeg:2]
-package.use : media-libs/openjpeg:2 -doc -test static-libs
+package.use : media-libs/openjpeg:2 -doc -test -static-libs
 
 [media-libs/opus:0]
 package.use : media-libs/opus:0 -custom-modes -doc static-libs



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: 3de4c3ab61f808d2e15de6d46d51775f4196696b
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:13:22 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:13:22 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3de4c3ab

delete gtkprompter dir to avoid building it?

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 7 +--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 4e3e4fe..c41c6b3 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1087 SHA256 
ea289b38b25bd5678c1b3ed09fedd28ba24c89ed083fedae4bd95e0ab932cce2 SHA512 
06a05f44621cfedb7490346066213e37f8891c382f336bed5f1550e071687043af56b7c4183f3b925ee41955e80f2dbc3d9bb34269de1336c7166dc594afaa44
 WHIRLPOOL 
186680e0fcad8d228a35055aeba2bffc62f747031e227549ead935b5450165832edd7cdb84c63c8f7dd93fb0fdac2690f8628f1b4a56ef3267c8865af9e268e1
+EBUILD presage-0.8.9.ebuild 1145 SHA256 
b9e9cbca0e4cbdef1b194bc9acf82d799788250a4b162de095ad4aba1830eb50 SHA512 
ba8449951d8ff82354473340cd17e94b416fdfa778a22699b3c63b18ec2cd63b0b738ff25b5a63b98fa655e2f5e4cfe9986c110c357137d5ea806d48d4eda8fb
 WHIRLPOOL 
dd3f8ffa3fa4efb030612d1d7427bbab32a2337cc35c51279084b8e01992e7173709d725779d5db1387ceda726c7e09c762c96c0ad0e67b12c979abdfeba1fd8

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 5e0fe43..c576950 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -31,15 +31,18 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-0.8.9-automagic.patch"
+   rmdir -r "presage-0.8.9/apps/gtk/gprompter"
eautoreconf
 }
 
 src_configure() {
+
+#   $(use_enable gtk gprompter)
+
local myeconfargs=(
$(use_enable doc documentation)
-   $(use_enable gtk gpresagemate)
-   #   $(use_enable gtk gprompter)
$(use_enable examples curses)
+$(use_enable gtk gpresagemate)
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)



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

2017-10-25 Thread Manuel Rüger
commit: c0432a34e67eb5de08866ea2fa535261fd089cc2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:59:53 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:59:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0432a34

media-plugins/caps-plugins: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 media-plugins/caps-plugins/caps-plugins-0.9.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/caps-plugins/caps-plugins-0.9.24.ebuild 
b/media-plugins/caps-plugins/caps-plugins-0.9.24.ebuild
index e7d1db123cb..1cb8aedd466 100644
--- a/media-plugins/caps-plugins/caps-plugins-0.9.24.ebuild
+++ b/media-plugins/caps-plugins/caps-plugins-0.9.24.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://quitte.de/dsp/caps.html;
 SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.bz2;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="media-libs/ladspa-sdk"



[gentoo-commits] repo/user/superposition:master commit in: app-text/presage/

2017-10-25 Thread Philip Miess
commit: a1b0d90985f6176e0422bafdc176f3dcff660e4b
Author: Philip Miess  yahoo  com>
AuthorDate: Thu Oct 26 00:00:48 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Thu Oct 26 00:00:48 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=a1b0d909

gtkprompter wont builddue to missing link flag, disable it

 app-text/presage/Manifest | 2 +-
 app-text/presage/presage-0.8.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 45cb716..4e3e4fe 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
 AUX presage-0.8.9-automagic.patch 4425 SHA256 
21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 
e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a
 WHIRLPOOL 
e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
-EBUILD presage-0.8.9.ebuild 1086 SHA256 
ba32954e5bd98bbce17f0af5ea3f3453b483a148021cefaf172ad20e362d3203 SHA512 
5a7c72bcf3eddae357e6360cab98b400540d4674293229963575d837a03f9ed5cd924206424406dc2e47c6fb8b23168fccea525ebfc963547071f42541a5cdbd
 WHIRLPOOL 
0545a601864581de0ccd61cfa11de0d2b53e685e0f50ad106a4db9187d949181cd2d58a63fd1e7ac07a68253c803292fac86f88a391c378ab724d006215301e8
+EBUILD presage-0.8.9.ebuild 1087 SHA256 
ea289b38b25bd5678c1b3ed09fedd28ba24c89ed083fedae4bd95e0ab932cce2 SHA512 
06a05f44621cfedb7490346066213e37f8891c382f336bed5f1550e071687043af56b7c4183f3b925ee41955e80f2dbc3d9bb34269de1336c7166dc594afaa44
 WHIRLPOOL 
186680e0fcad8d228a35055aeba2bffc62f747031e227549ead935b5450165832edd7cdb84c63c8f7dd93fb0fdac2690f8628f1b4a56ef3267c8865af9e268e1

diff --git a/app-text/presage/presage-0.8.9.ebuild 
b/app-text/presage/presage-0.8.9.ebuild
index 2239942..5e0fe43 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -38,7 +38,7 @@ src_configure() {
local myeconfargs=(
$(use_enable doc documentation)
$(use_enable gtk gpresagemate)
-   $(use_enable gtk gprompter)
+   #   $(use_enable gtk gprompter)
$(use_enable examples curses)
$(use_enable python)
$(use_enable python python-binding)



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/

2017-10-25 Thread Manuel Rüger
commit: f0ebb7fc9f3519644fc3dd6dc71c3182d24abc75
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:56:31 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:56:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ebb7fc

x11-plugins/pidgin-sipe: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild 
b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
index 8b7372dda46..1d964fb0d71 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-gnome-keyring/

2017-10-25 Thread Manuel Rüger
commit: 355a55034e0a8e6aba7caad354a447af49d77603
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:54:23 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:54:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355a5503

x11-plugins/pidgin-gnome-keyring: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0.ebuild 
b/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0.ebuild
index 02b193c1dd7..221d0975bdd 100644
--- a/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0.ebuild
+++ b/x11-plugins/pidgin-gnome-keyring/pidgin-gnome-keyring-2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/aebrahim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="app-crypt/libsecret
net-im/pidgin"



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

2017-10-25 Thread Manuel Rüger
commit: 7d47e57061e0981e76220da4f378a2c66c940d59
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:53:12 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:53:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d47e570

dev-util/source-highlight: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

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

diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild 
b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
index c18aa4d5eb9..321087b5ae3 100644
--- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild
+++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Generate highlighted source code as an (x)html 
document"
 HOMEPAGE="https://www.gnu.org/software/src-highlite/source-highlight.html;
 SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
 LICENSE="GPL-3"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
 SLOT="0"
 IUSE="doc static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: www-misc/htdig/

2017-10-25 Thread Manuel Rüger
commit: 48453e25b6353c23f7b370e41a28bf333bfa56e8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:49:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48453e25

www-misc/htdig: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild 
b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
index 4c053215935..374b8582155 100644
--- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
+++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="libressl ssl"
 
 DEPEND="



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

2017-10-25 Thread Kent Fredric
commit: 7879d70b548b9c83fca6ecbc2e80c2111bb94ff6
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 23:46:46 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 23:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7879d70b

dev-perl/IO-Digest: Fix '.' in @INC build failure #634184

Closes: https://bugs.gentoo.org/634184
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Digest/IO-Digest-0.110.0-r2.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/IO-Digest/IO-Digest-0.110.0-r2.ebuild 
b/dev-perl/IO-Digest/IO-Digest-0.110.0-r2.ebuild
index ac62b6d59ed..17172546e1b 100644
--- a/dev-perl/IO-Digest/IO-Digest-0.110.0-r2.ebuild
+++ b/dev-perl/IO-Digest/IO-Digest-0.110.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,3 +18,9 @@ RDEPEND=">=dev-perl/PerlIO-via-dynamic-0.10
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-10-25 Thread Manuel Rüger
commit: 419f72d3b9150e09727f926911f7f59e793b836e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:44:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:44:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419f72d3

app-accessibility/espeak: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 5a3547504f6..b0f59013ac6 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



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

2017-10-25 Thread Manuel Rüger
commit: 949ac64755af294c037ad697211c2090c8883e5d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:42:25 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949ac647

dev-util/pkgconfig: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

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

diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild 
b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
index 081de47109b..c6fbdbad19d 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
 else
-   KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SRC_URI="https://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz;
 fi
 



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

2017-10-25 Thread Manuel Rüger
commit: 2d3b309c38764f2247bfba98f4e09d4a3389f181
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:43:24 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:43:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3b309c

net-dns/avahi: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

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

diff --git a/net-dns/avahi/avahi-0.7.ebuild b/net-dns/avahi/avahi-0.7.ebuild
index 536ccf5311d..6934cc63802 100644
--- a/net-dns/avahi/avahi-0.7.ebuild
+++ b/net-dns/avahi/avahi-0.7.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${P}"
 LICENSE="LGPL-2.1"
 SLOT="0"
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt4 selinux test"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/

2017-10-25 Thread Manuel Rüger
commit: 503fbd900ed6e6cf58948ad2ec59318cee1a016c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:40:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503fbd90

mail-filter/spamassassin: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 mail-filter/spamassassin/spamassassin-3.4.1-r16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r16.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.1-r16.ebuild
index 5166acfa674..4cd17086094 100644
--- a/mail-filter/spamassassin/spamassassin-3.4.1-r16.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
 
 # The Makefile.PL script checks for dependencies, but only fails if a



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

2017-10-25 Thread Manuel Rüger
commit: 14ff03755133c11956c473b5ec02ecd721f2cfb6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:37:04 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:37:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ff0375

media-gfx/fontforge: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 media-gfx/fontforge/fontforge-20170731.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20170731.ebuild 
b/media-gfx/fontforge/fontforge-20170731.ebuild
index 4b1011be16f..3130334b3ae 100644
--- a/media-gfx/fontforge/fontforge-20170731.ebuild
+++ b/media-gfx/fontforge/fontforge-20170731.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforg
 
 LICENSE="BSD GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode X"
 
 RESTRICT="!test? ( test )"



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

2017-10-25 Thread Kent Fredric
commit: 1f04a009ef204c73ac34ff99137c003d7f362721
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 23:34:36 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 23:34:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f04a009

dev-perl/IO-All: Bump to version 0.870.0 re bug #614632

- EAPI6

Upstream:
- Fix '.' in @INC failures
- Fix io($dir)->all with unicode-named files
- Don't trample $!
- Add cmp overload

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

 dev-perl/IO-All/IO-All-0.870.0.ebuild | 23 +++
 dev-perl/IO-All/Manifest  |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/IO-All/IO-All-0.870.0.ebuild 
b/dev-perl/IO-All/IO-All-0.870.0.ebuild
new file mode 100644
index 000..e6e7047c346
--- /dev/null
+++ b/dev-perl/IO-All/IO-All-0.870.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FREW
+DIST_VERSION=0.87
+
+inherit perl-module
+
+DESCRIPTION="unified IO operations"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+# needs Scalar::Util
+DEPEND="
+   virtual/perl-Scalar-List-Utils
+"
+RDEPEND="${DEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/IO-All/Manifest b/dev-perl/IO-All/Manifest
index c96c230903f..0fb8b14793d 100644
--- a/dev-perl/IO-All/Manifest
+++ b/dev-perl/IO-All/Manifest
@@ -1 +1,2 @@
 DIST IO-All-0.86.tar.gz 78648 SHA256 
4574c2cfb8ca591783a62744d51952452e9304ff103865f2ee8c9c23a7e928d8 SHA512 
3bf2f1caae19d10905d8c959b88e0ef43703b3cd0fb389060fd6a6a0bba4d6b24a92b8d2568f4bbfca6b7614270adb7131225a7b7f9394b26467bdb780a16a0e
 WHIRLPOOL 
c280d410d76bb46188fef590c250a1058a202fe918d17a08fc8d007570d9821497d2419fa16267e254c94be6138b341281b9255a54c18251d8799106ab686b28
+DIST IO-All-0.87.tar.gz 77819 SHA256 
54e21d250c0229127e30b77a3461e10077854ec244f26fb670f1b445ed4c4d5b SHA512 
bd8cb6d44db51a9a140209223f016e48acd713ec03ced1b9c02933fd88c6363926635dae033b20905201b13e8186b8bcc3f428d4d85cd187fc68b777cd197267
 WHIRLPOOL 
05883822f88782f724b321ef2054e489ac0505268fb7f8a67019fcd61b6d4be2a9c7030333da5df25e1fa4447a5dc5d1717322ba1f265d13e99a4ee67c2ea91f



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

2017-10-25 Thread Kent Fredric
commit: 5a9d6884f3976f7d0de3103b0fe4167414b8afbb
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 23:24:17 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 23:24:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9d6884

dev-perl/HTML-Scrubber: Fix missing test dep on dev-perl/Test-Differences

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/HTML-Scrubber/HTML-Scrubber-0.170.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/HTML-Scrubber/HTML-Scrubber-0.170.0.ebuild 
b/dev-perl/HTML-Scrubber/HTML-Scrubber-0.170.0.ebuild
index fc2d4970eca..3f5ca0fa373 100644
--- a/dev-perl/HTML-Scrubber/HTML-Scrubber-0.170.0.ebuild
+++ b/dev-perl/HTML-Scrubber/HTML-Scrubber-0.170.0.ebuild
@@ -17,5 +17,6 @@ RDEPEND="dev-perl/HTML-Parser"
 DEPEND="${REPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
+   dev-perl/Test-Differences
dev-perl/Test-Memory-Cycle
)"



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

2017-10-25 Thread Sebastian Pipping
commit: 5f22ead69f053210fc9106d5f76914e6e24bc069
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Oct 25 23:02:04 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Oct 25 23:02:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f22ead6

media-gfx/gimp: Remove unused patches

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-gfx/gimp/files/gimp-2.8.6-uclibc.patch   |  45 
 .../gimp/files/gimp-2.9.2-CVE-2016-4994.patch  |  88 ---
 media-gfx/gimp/files/gimp-2.9.2-gegl-0.3.8.patch   |  54 
 .../gimp/files/gimp-2.9.2-no-deprecation.patch |  50 
 media-gfx/gimp/files/gimp-2.9.2-version.patch  |  28 --
 .../gimp/files/gimp-2.9.4-CVE-2007-3126.patch  | 291 -
 media-gfx/gimp/files/gimp-2.9.4-gegl-bin.patch |  28 --
 .../gimp/files/gimp-2.9.4-mkdir-makefile.patch |  36 ---
 8 files changed, 620 deletions(-)

diff --git a/media-gfx/gimp/files/gimp-2.8.6-uclibc.patch 
b/media-gfx/gimp/files/gimp-2.8.6-uclibc.patch
deleted file mode 100644
index 855e9872f4b..000
--- a/media-gfx/gimp/files/gimp-2.8.6-uclibc.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 4fb7a436bca3e11abfda8bc23818af0f09714b9d Mon Sep 17 00:00:00 2001
-From: Michael Natterer 
-Date: Fri, 02 Aug 2013 14:50:00 +
-Subject: Bug 704980 - uclibc - base-utils.c: execinfo.h: No such file or 
directory
-
-Apply patch from Amadeusz Slawinski that checks for execinfo.h and
-builds the code that needs it conditionally.

-diff --git a/app/base/base-utils.c b/app/base/base-utils.c
-index 757f58d..44a9e89 100644
 a/app/base/base-utils.c
-+++ b/app/base/base-utils.c
-@@ -29,7 +29,7 @@
- #include 
- #endif
- 
--#ifdef G_OS_UNIX
-+#if defined(G_OS_UNIX) && defined(HAVE_EXECINFO_H)
- /* For get_backtrace() */
- #include 
- #include 
-@@ -112,7 +112,7 @@ get_physical_memory_size (void)
- char *
- get_backtrace (void)
- {
--#ifdef G_OS_UNIX
-+#if defined(G_OS_UNIX) && defined(HAVE_EXECINFO_H)
-   void *functions[MAX_FUNC];
-   char**function_names;
-   int   n_functions;
-diff --git a/configure.ac b/configure.ac
-index 0bbcbc7..15c7cc6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -416,7 +416,7 @@ AC_HEADER_STDC
- AC_HEADER_SYS_WAIT
- AC_HEADER_TIME
- 
--AC_CHECK_HEADERS(sys/param.h sys/time.h sys/times.h sys/wait.h unistd.h)
-+AC_CHECK_HEADERS(execinfo.h sys/param.h sys/time.h sys/times.h sys/wait.h 
unistd.h)
- 
- AC_TYPE_PID_T
- AC_FUNC_VPRINTF
---
-cgit v0.9.2

diff --git a/media-gfx/gimp/files/gimp-2.9.2-CVE-2016-4994.patch 
b/media-gfx/gimp/files/gimp-2.9.2-CVE-2016-4994.patch
deleted file mode 100644
index 846318b4214..000
--- a/media-gfx/gimp/files/gimp-2.9.2-CVE-2016-4994.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From 6d804bf9ae77bc86a0a97f9b944a129844df9395 Mon Sep 17 00:00:00 2001
-From: Shmuel H 
-Date: Mon, 20 Jun 2016 17:14:41 +0300
-Subject: Bug 767873 - (CVE-2016-4994) Multiple Use-After-Free when parsing...
-
-...XCF channel and layer properties
-
-The properties PROP_ACTIVE_LAYER, PROP_FLOATING_SELECTION,
-PROP_ACTIVE_CHANNEL saves the current object pointer the @info
-structure. Others like PROP_SELECTION (for channel) and
-PROP_GROUP_ITEM (for layer) will delete the current object and create
-a new object, leaving the pointers in @info invalid (dangling).
-
-Therefore, if a property from the first type will come before the
-second, the result will be an UaF in the last lines of xcf_load_image
-(when it actually using the pointers from @info).
-
-I wasn't able to exploit this bug because that
-g_object_instance->c_class gets cleared by the last g_object_unref and
-GIMP_IS_{LAYER,CHANNEL} detects that and return FALSE.

- app/xcf/xcf-load.c | 29 +
- 1 file changed, 29 insertions(+)
-
-diff --git a/app/xcf/xcf-load.c b/app/xcf/xcf-load.c
-index f48558a..244d5c2 100644
 a/app/xcf/xcf-load.c
-+++ b/app/xcf/xcf-load.c
-@@ -1141,6 +1141,18 @@ xcf_load_layer_props (XcfInfo*info,
- case PROP_GROUP_ITEM:
-   {
- GimpLayer *group;
-+gboolean   is_active_layer;
-+
-+/* We're going to delete *layer, Don't leave its pointers
-+ * in @info.  After that, we'll restore them back with the
-+ * new pointer. See bug #767873.
-+ */
-+is_active_layer = (*layer == info->active_layer);
-+if (is_active_layer)
-+  info->active_layer = NULL;
-+
-+if (*layer == info->floating_sel)
-+  info->floating_sel = NULL;
- 
- group = gimp_group_layer_new (image);
- 
-@@ -1150,6 +1162,13 @@ xcf_load_layer_props (XcfInfo*info,
- g_object_ref_sink (*layer);
- g_object_unref (*layer);
- *layer = group;
-+
-+if (is_active_layer)
-+  info->active_layer = *layer;
-+
-+/* Don't restore info->floating_sel because group 

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

2017-10-25 Thread Sebastian Pipping
commit: 4871fb69fade069d7853b0106eb5b619f9a27dde
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Oct 25 22:54:12 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Oct 25 22:54:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4871fb69

media-gfx/gimp: Remove old/vulnerable (bug 618310)

2.8.14-r2 was vulnerable to CVE-2007-3126, the others were removed for clean-up

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-gfx/gimp/Manifest  |   3 -
 media-gfx/gimp/gimp-2.8.14-r2.ebuild | 170 ---
 media-gfx/gimp/gimp-2.8.14-r4.ebuild | 170 ---
 media-gfx/gimp/gimp-2.8.20-r1.ebuild | 169 ---
 media-gfx/gimp/gimp-2.9.4-r3.ebuild  | 191 ---
 5 files changed, 703 deletions(-)

diff --git a/media-gfx/gimp/Manifest b/media-gfx/gimp/Manifest
index a77314ed5e0..090ae9a3836 100644
--- a/media-gfx/gimp/Manifest
+++ b/media-gfx/gimp/Manifest
@@ -1,5 +1,2 @@
-DIST gimp-2.8.14.tar.bz2 20440077 SHA256 
d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d SHA512 
533f6b931624d36525cb2f3fbc27fe27565d761bbe26873bb5445c06c01523c044d1814363a8cd76b6e381440db4c6e302b0d3f7a9e5aac7f60072770552f1ba
 WHIRLPOOL 
8fd7b0fd5f8627b2df83481f7956727acd42eafcdc9c9116713d60faf8578005c2fb1e1d729f3b2c836a90e9bab063e477f9da5285e5c43a79f2dbe441a0565b
-DIST gimp-2.8.20.tar.bz2 20853324 SHA256 
939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805 SHA512 
5cd02854e21098c0d9d929e9131ede628ed520b6c76190eb9f6db38f057cff956e35b0a891d04c3a2e9c9e85c77f82d7ff5e63404187a8df921553763f649fd7
 WHIRLPOOL 
14b4791e6849629e3794de28d3bab228dc43df844c56cb31e36e4db3173e6c5ccda8f8f116b4fbd2dcec31c24de94d9b822f12bdb20ddc372cf035089355
 DIST gimp-2.8.22.tar.bz2 20873278 SHA256 
9187a35cc52b110d78124d7b27b68a68ade14a794c2721314bac6134d2a5638a SHA512 
84a78d428282538b606b3cd1ff571e52c3d828fceade171b2012bc1cdcb85919fc7734e7e6c45ed3a8683657fa580412b32c1b511b8a512172a8c1df930493e6
 WHIRLPOOL 
f9d2f2049b3bf91e8abb8a20b1fda93d801d66ca5d58a9710ae618b0289970c5eaf0df8f195de6c41a4f737fc9e666e011ff7061a45356f18cf426cbbedc3b06
-DIST gimp-2.9.4-r1.tar.xz 18510496 SHA256 
c3f3cab83f70c1c2c11c6b94157def3a40f1fd335ffda2ef3e191865fc89d97a SHA512 
60691506ad021d34a9728a76529fb7ff653f679979f23346ba84f1f9c36606c6bc118b611e92be79af894cba93746c8bdaeeb00012300c23fe995e50c3204025
 WHIRLPOOL 
a042ac4ccbb8172526cc9fa2ff2df7ac35bd9fcd6283778e03f451766176422ddf250229d9a074821b7a991c24bb14058abe49d9739815681d250f6201467a75
 DIST gimp-2.9.6.tar.bz2 25472593 SHA256 
b46f31d822a33ab416dcb15e33e10b5b98430814fa34f5ea4036230e845dfc9f SHA512 
c874daedb00fbfa4156f0e244b217e221b047cb3bd22a81fb190a5d9d774212dc7802ec215151c6dc87136148bf9f84ca23a0a6340681a53c39b5fa71b2ded89
 WHIRLPOOL 
c0166b2f7d3c0592c940030441f1d918463a5759ba8748c0c3ba0467b8dd15fea364041784e36aff4298e2754ae4f62d5cb83eb4e98531bf50bda1b7603b69c7

diff --git a/media-gfx/gimp/gimp-2.8.14-r2.ebuild 
b/media-gfx/gimp/gimp-2.8.14-r2.ebuild
deleted file mode 100644
index d697e22cff9..000
--- a/media-gfx/gimp/gimp-2.8.14-r2.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit versionator virtualx autotools eutils gnome2 fdo-mime multilib 
python-single-r1
-
-DESCRIPTION="GNU Image Manipulation Program"
-HOMEPAGE="https://www.gimp.org/;
-SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
-
-LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml 
ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te 
th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
-IUSE="alsa aalib altivec aqua bzip2 curl dbus debug doc exif gnome postscript 
jpeg jpeg2k lcms cpu_flags_x86_mmx mng pdf png python smp cpu_flags_x86_sse svg 
tiff udev webkit wmf xpm"
-
-for lang in ${LANGS}; do
-   IUSE+=" linguas_${lang}"
-done
-
-RDEPEND=">=dev-libs/glib-2.30.2:2
-   >=dev-libs/atk-2.2.0
-   >=x11-libs/gtk+-2.24.10:2
-   >=x11-libs/gdk-pixbuf-2.24.1:2
-   >=x11-libs/cairo-1.10.2
-   >=x11-libs/pango-1.29.4
-   xpm? ( x11-libs/libXpm )
-   >=media-libs/freetype-2.1.7
-   >=media-libs/fontconfig-2.2.0
-   sys-libs/zlib
-   dev-libs/libxml2
-   dev-libs/libxslt
-   x11-themes/hicolor-icon-theme
-   >=media-libs/babl-0.1.10
-   >=media-libs/gegl-0.2.0:0
-   aalib? ( media-libs/aalib )
-   alsa? ( media-libs/alsa-lib )
-   aqua? ( x11-libs/gtk-mac-integration )
-   curl? ( net-misc/curl )
-   dbus? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pager/files/, dev-perl/IO-Pager/

2017-10-25 Thread Kent Fredric
commit: b297e02ce5f9774bb7800c07b5f95a27de588c1b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 22:33:29 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 22:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b297e02c

dev-perl/IO-Pager: Bump to version 0.390.0 re bug #616994

- Patched for '.' in @INC

Upstream:
- Packaging fixes
- Partial '.' in @INC fixes
- Fix uninitialized warnings

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

 dev-perl/IO-Pager/IO-Pager-0.390.0.ebuild  | 30 ++
 dev-perl/IO-Pager/Manifest |  1 +
 .../files/IO-Pager-0.390.0-no-dot-inc.patch| 27 +++
 3 files changed, 58 insertions(+)

diff --git a/dev-perl/IO-Pager/IO-Pager-0.390.0.ebuild 
b/dev-perl/IO-Pager/IO-Pager-0.390.0.ebuild
new file mode 100644
index 000..d69218e446f
--- /dev/null
+++ b/dev-perl/IO-Pager/IO-Pager-0.390.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_A_EXT=tgz
+DIST_AUTHOR=JPIERCE
+DIST_VERSION=0.39
+inherit perl-module
+
+DESCRIPTION="Select a pager, optionally pipe it output if destination is a TTY"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-File-Spec
+   dev-perl/File-Which
+   virtual/perl-IO
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Exporter
+   virtual/perl-Test-Simple
+   virtual/perl-File-Temp
+   )
+"
+PATCHES=( "${FILESDIR}/${P}-no-dot-inc.patch" )

diff --git a/dev-perl/IO-Pager/Manifest b/dev-perl/IO-Pager/Manifest
index 8439e5dc885..4361d16f248 100644
--- a/dev-perl/IO-Pager/Manifest
+++ b/dev-perl/IO-Pager/Manifest
@@ -1 +1,2 @@
 DIST IO-Pager-0.35.tgz 17298 SHA256 
3aa529089be7a93014cd03ebf469271d6d333eae2d34e3bfd127826a38aa8d45 SHA512 
adfb9e7d65941115f3d6376996c3c41682079a02346e1cddda0df2bfa93d46a0deeea42a0109697dd327e19ebf9ed869adc2827f0ea9acf28c69885afa6cd962
 WHIRLPOOL 
531ee9fc77d95bbe5df7c6d52aed455446cc21ac3fbf419d971d01641bf19859e08560b5e7eb616ef87a528e565fae726d51e750be806900f02704ddbe74
+DIST IO-Pager-0.39.tgz 17552 SHA256 
cfd1260e3e6de9aff3a47c51d027296c3d1eaa33d8447066f2ae7908386b544f SHA512 
165e6c5e93cdcd463eda0a0f0f713790959a788220e29bc77bb10ff59f8e1083d1dc01fc059f150f8cfb4de1d16eef04813430072ea33d9dc6f4acbd3287ce67
 WHIRLPOOL 
b6e32492c77116609a0c5b586400b499d61bab48062592f5e52b90581385b5b725e5db5edd1849c7c70b780f20911183e619743581ee61d8cf505eb9ee6e02cd

diff --git a/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch 
b/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch
new file mode 100644
index 000..4434d1fef26
--- /dev/null
+++ b/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch
@@ -0,0 +1,27 @@
+From a8628cb9690900f6bbf44b8cd509ab53d1c16c15 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Thu, 26 Oct 2017 11:27:10 +1300
+Subject: Fix tests failing without '.' in @INC
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=121450
+Bug: https://bugs.gentoo.org/616994
+---
+ t/11-redirect-oo.pl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/11-redirect-oo.pl b/t/11-redirect-oo.pl
+index 385d6d4..9203500 100644
+--- a/t/11-redirect-oo.pl
 b/t/11-redirect-oo.pl
+@@ -1,7 +1,7 @@
+ use blib;
+ use IO::Pager;
+ 
+-our $txt; require 't/08-redirect.pl';
++our $txt; require './t/08-redirect.pl';
+ 
+ my $FH = new IO::Pager;
+ $FH->print($txt);
+-- 
+2.14.3
+



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

2017-10-25 Thread Mart Raudsepp
commit: 200c8a0dd05ca290abd54f78403a34eae5a2ae47
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 22:20:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 22:21:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200c8a0d

gnome-base/dconf: bump to 0.26.1

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 gnome-base/dconf/Manifest|  1 +
 gnome-base/dconf/dconf-0.26.1.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/gnome-base/dconf/Manifest b/gnome-base/dconf/Manifest
index 9e1f19b3107..807e3858659 100644
--- a/gnome-base/dconf/Manifest
+++ b/gnome-base/dconf/Manifest
@@ -1 +1,2 @@
 DIST dconf-0.26.0.tar.xz 219688 SHA256 
8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9 SHA512 
ea225397a486815c90a113c064d943f113490dfc754e4acba049b033115aa3a6a3849a5cdc133663de09811cde41c963041bc244cfd9ed32d65399889e415d1e
 WHIRLPOOL 
5e4e24aa6083ad5a7a50041772bb7d466eb9cee93725311516fd6070a1b31b8db137772a3c55fa7cfca1675f72f9ab35b70d6aec1b67666eeedfbdfdebd9ac7a
+DIST dconf-0.26.1.tar.xz 218516 SHA256 
d583b1f7fc93b879e2956acc6a26ea05a445a0002158aeef80c8e378e1414535 SHA512 
4d2b4afce189e448e3bd4e9c2f9d3d5eec6c694748aec87a9a8de047296c858772a5234dbcace8e84d99c5378d2d1ba35cafb5e5ea7efca25c10a53a55b8b6da
 WHIRLPOOL 
a790df3c838e0d7e78b4bed6e547f8627348897c9d50c2990208afcc91855b8181b19cd318f48de6ed739bb367f04b84e7f5563fe9f6f2a91a7ed9cfe8db0e59

diff --git a/gnome-base/dconf/dconf-0.26.1.ebuild 
b/gnome-base/dconf/dconf-0.26.1.ebuild
new file mode 100644
index 000..88dcc0547e9
--- /dev/null
+++ b/gnome-base/dconf/dconf-0.26.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 bash-completion-r1 virtualx
+
+DESCRIPTION="Simple low-level configuration system"
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/dconf;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   sys-apps/dbus
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.15
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-gcov \
+   --enable-man \
+   VALAC=$(type -P true)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   # GSettings backend may be one of: memory, gconf, dconf
+   # Only dconf is really considered functional by upstream
+   # must have it enabled over gconf if both are installed
+   echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf
+   echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf
+   doenvd 51dconf
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   # Kill existing dconf-service processes as recommended by upstream due 
to
+   # possible changes in the dconf private dbus API.
+   # dconf-service will be dbus-activated on next use.
+   pids=$(pgrep -x dconf-service)
+   if [[ $? == 0 ]]; then
+   ebegin "Stopping dconf-service; it will automatically restart 
on demand"
+   kill ${pids}
+   eend $?
+   fi
+}



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

2017-10-25 Thread Sergei Trofimovich
commit: cff6ab64216d6654873a579d5abafb7cbdab2002
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 25 22:03:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 25 22:03:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff6ab64

sys-libs/glibc: stable 2.25-r8 for hppa, bug #628180 (thanks to Rolf Eike Beer)

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

 sys-libs/glibc/glibc-2.25-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.25-r8.ebuild 
b/sys-libs/glibc/glibc-2.25-r8.ebuild
index f43f3710497..7c0b065d1aa 100644
--- a/sys-libs/glibc/glibc-2.25-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.25-r8.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html;
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



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

2017-10-25 Thread Mart Raudsepp
commit: d3eeb01881c4e9088ef5603685826ff0b157fc14
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 21:48:13 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 21:50:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3eeb018

www-client/epiphany: remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 www-client/epiphany/Manifest   |  1 -
 www-client/epiphany/epiphany-3.24.4.ebuild | 76 --
 2 files changed, 77 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 61c957505d2..e2bf7ca46ff 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,3 +1,2 @@
 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e685bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5
-DIST epiphany-3.24.4.tar.xz 3213184 SHA256 
15f0f664bed190143cce8a03f610fa863b92d9502513c107304e5285924ee5c9 SHA512 
98ca26f8f962b8b68c90ac71f793e3c967ba15edab3c4f5dc49e3e325ce8ec02c8fa3c0d3b885ab123637593963ce29583280a03ac70ff3e9a55b7ce91c7145b
 WHIRLPOOL 
5c3c45e07f50a02103c93fdb797fd83c1a29e453930c713089078aee644e40cdc207c6de34992a801d11e987677dd8455957589ed9027b468924d3f33801efe2
 DIST epiphany-3.24.5.tar.xz 3216736 SHA256 
fb84bfb1919ba1075d19102a74dd461277ac4666e287687695f7337249d9b2fa SHA512 
a8f203d182b8c87878a3272f8b4f642b0cf4128476e0727208135cfdffeb293425cf662c58820f0d3aed2e1b20fe6dc4cf5cbb8277a398c6f533a0bea34f40f2
 WHIRLPOOL 
c1d3a6ec1ec528fa62973f5ebb74157da60bd38779ec171eac4e005db7f31e68cf215987a04fe1953d95a9e5622c009121da19c1a4568346354c8494dd1e554b

diff --git a/www-client/epiphany/epiphany-3.24.4.ebuild 
b/www-client/epiphany/epiphany-3.24.4.ebuild
deleted file mode 100644
index d98149a5ecf..000
--- a/www-client/epiphany/epiphany-3.24.4.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2 virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.46.0:2[dbus]
-   >=x11-libs/gtk+-3.22.13:3
-   >=net-libs/webkit-gtk-2.15.90:4=
-   >=x11-libs/cairo-1.2
-   >=app-crypt/gcr-3.5.5:=[gtk]
-   >=x11-libs/gdk-pixbuf-2.36.5:2
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   dev-libs/icu:=
-   >=dev-libs/json-glib-1.2.0
-   >=x11-libs/libnotify-0.5.1:=
-   >=app-crypt/libsecret-0.14
-   >=net-libs/libsoup-2.48:2.4
-   >=dev-libs/libxml2-2.6.12:2
-   >=dev-libs/libxslt-1.1.7
-   dev-db/sqlite:3
-   >=app-text/iso-codes-0.35
-   >=gnome-base/gsettings-desktop-schemas-0.0.1
-"
-# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   !www-client/epiphany-extensions
-"
-# paxctl needed for bug #407085
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   sys-apps/paxctl
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
-   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
-
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
-   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
-)
-
-src_configure() {
-   # https://bugzilla.gnome.org/show_bug.cgi?id=778495
-   append-cflags -std=gnu11
-
-   # httpseverywhere is experimental in 3.24; gnome bug #775575
-   # firefox sync storage is not quite ready in 3.24; deps on 
hogweed/nettle
-   gnome2_src_configure \
-   --enable-shared \
-   --disable-static \
-   --with-distributor-name=Gentoo \
-   --without-libhttpseverywhere \
-   --disable-firefox-sync \
-   $(use_enable test tests)
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



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

2017-10-25 Thread Mart Raudsepp
commit: 6acf27b8a42a2c3c9395f1bfcb757d79236388ba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 21:43:34 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 21:50:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acf27b8

www-client/epiphany: bump to 3.24.5

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 www-client/epiphany/Manifest   |  1 +
 www-client/epiphany/epiphany-3.24.5.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 19e3d480b50..61c957505d2 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,2 +1,3 @@
 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e685bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5
 DIST epiphany-3.24.4.tar.xz 3213184 SHA256 
15f0f664bed190143cce8a03f610fa863b92d9502513c107304e5285924ee5c9 SHA512 
98ca26f8f962b8b68c90ac71f793e3c967ba15edab3c4f5dc49e3e325ce8ec02c8fa3c0d3b885ab123637593963ce29583280a03ac70ff3e9a55b7ce91c7145b
 WHIRLPOOL 
5c3c45e07f50a02103c93fdb797fd83c1a29e453930c713089078aee644e40cdc207c6de34992a801d11e987677dd8455957589ed9027b468924d3f33801efe2
+DIST epiphany-3.24.5.tar.xz 3216736 SHA256 
fb84bfb1919ba1075d19102a74dd461277ac4666e287687695f7337249d9b2fa SHA512 
a8f203d182b8c87878a3272f8b4f642b0cf4128476e0727208135cfdffeb293425cf662c58820f0d3aed2e1b20fe6dc4cf5cbb8277a398c6f533a0bea34f40f2
 WHIRLPOOL 
c1d3a6ec1ec528fa62973f5ebb74157da60bd38779ec171eac4e005db7f31e68cf215987a04fe1953d95a9e5622c009121da19c1a4568346354c8494dd1e554b

diff --git a/www-client/epiphany/epiphany-3.24.5.ebuild 
b/www-client/epiphany/epiphany-3.24.5.ebuild
new file mode 100644
index 000..fc7f99fdd50
--- /dev/null
+++ b/www-client/epiphany/epiphany-3.24.5.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic gnome2 virtualx
+
+DESCRIPTION="GNOME webbrowser based on Webkit"
+HOMEPAGE="https://wiki.gnome.org/Apps/Web;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.46.0:2[dbus]
+   >=x11-libs/gtk+-3.22.13:3
+   >=net-libs/webkit-gtk-2.15.90:4=
+   >=x11-libs/cairo-1.2
+   >=app-crypt/gcr-3.5.5:=[gtk]
+   >=x11-libs/gdk-pixbuf-2.36.5:2
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   dev-libs/icu:=
+   >=x11-libs/libnotify-0.5.1:=
+   >=app-crypt/libsecret-0.14
+   >=net-libs/libsoup-2.48:2.4
+   >=dev-libs/libxml2-2.6.12:2
+   >=dev-libs/libxslt-1.1.7
+   dev-db/sqlite:3
+   >=app-text/iso-codes-0.35
+   >=gnome-base/gsettings-desktop-schemas-0.0.1
+"
+# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
+RDEPEND="${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+   !www-client/epiphany-extensions
+"
+# paxctl needed for bug #407085
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   sys-apps/paxctl
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
+   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
+
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
+   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
+)
+
+src_configure() {
+   # https://bugzilla.gnome.org/show_bug.cgi?id=778495
+   append-cflags -std=gnu11
+
+   # httpseverywhere is experimental in 3.24; gnome bug #775575
+   # firefox sync storage is not quite ready in 3.24; deps on 
hogweed/nettle
+   gnome2_src_configure \
+   --enable-shared \
+   --disable-static \
+   --with-distributor-name=Gentoo \
+   --without-libhttpseverywhere \
+   --disable-firefox-sync \
+   $(use_enable test tests)
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



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

2017-10-25 Thread Göktürk Yüksek
commit: 75ffbb5538024b0c7c2b72343dd4f2340b67f9f4
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 25 21:45:34 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 25 21:45:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ffbb55

app-admin/lastpass-cli: bump to 1.2.2

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/lastpass-cli/Manifest  |  1 +
 app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index a472cefc4c6..c53c75f71d9 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -1,3 +1,4 @@
 DIST lastpass-cli-1.0.0.tar.gz 92311 SHA256 
42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e SHA512 
4709b3e4d6064c8c5cb593344e6417355d7df570240dce8eb77a19f3377ea38585280a9602cf8ab926c55c6afd84b297f261b0c8a40d355734d5cc542d46f610
 WHIRLPOOL 
394bfb597f5262dd1e47c7a3c48ef093b398f90c6dcacac6b172bb008891c76faf448ecf6be0ebfa277d18d335b166b7efadc063acc57ce88274004d1734bf21
 DIST lastpass-cli-1.1.2.tar.gz 102796 SHA256 
bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 SHA512 
8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c
 WHIRLPOOL 
c7e6a4d5ac9b8c52f53e081b367289b390704fa4dfbf13a9ea0086e4ca0d49f9ef5a39f9ea854387ffb66fbd18f9b5263d17ae6573c4286fb7a36ebdce724d7f
 DIST lastpass-cli-1.2.1.tar.gz 108780 SHA256 
1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456 SHA512 
c7c9f20dbc083873b815834320828a30a1c488571efbfc5aea47c3bd2073819d713810c785855d4c0c208e1b95aa0e5fc550a0b6b5c0f787eca1f54589e18e62
 WHIRLPOOL 
c74988f37c96d065c0fea58c946c3aa3f4925d889247247b89ffe25012077d8eb3c694a3d539a40cf3f2be1fdd195b6ef6c1ef2d429587cc18fb8a8db8fb8a93
+DIST lastpass-cli-1.2.2.tar.gz 110045 SHA256 
26c93ae610932139dacaff2e0f916c5628def48bb4129b4099101cf4e6c7c499 SHA512 
7d211c7669fe2de3e3f34cf00025376fd39a7f96c8573a0eaff64f322daab03de21e25d5875d3286a794580ac75d330c7bfe1005b377afc2b13e4ded9d78012c
 WHIRLPOOL 
0b3060e180b590999d3b3265140e8b060e017ae453fed74fe91c2f8d728a71ffcfac05e94b1eddb8575e9c6949b53364d0bfe037a9ae256a2a1c1e971ba1d12e

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild
new file mode 100644
index 000..2822408086a
--- /dev/null
+++ b/app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils bash-completion-r1
+
+DESCRIPTION="Interfaces with LastPass.com from the command line."
+HOMEPAGE="https://github.com/lastpass/lastpass-cli;
+SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl X +pinentry test"
+
+RDEPEND="
+   X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-misc/curl
+   dev-libs/libxml2
+   pinentry? ( app-crypt/pinentry )
+"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile all doc-man $(usex test lpass-test '')
+}
+
+src_install() {
+   cmake-utils_src_install install install-doc
+}
+
+src_test() {
+   local myctestargs=(
+   -j1 # Parallel tests fail
+   )
+
+   # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
+   # which is incorrect for our out-of-source build
+   sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
+   -i "${S}"/test/include.sh || die
+
+   cmake-utils_src_test
+}



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

2017-10-25 Thread Sergei Trofimovich
commit: a1560a3ba9e9d0d7efe1bc6f928675e8d45bec68
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 25 21:36:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 25 21:42:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1560a3b

media-gfx/gimp: stable 2.8.22 for hppa, bug #618310

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

 media-gfx/gimp/gimp-2.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp/gimp-2.8.22.ebuild 
b/media-gfx/gimp/gimp-2.8.22.ebuild
index 51de3fe6477..fc037aaa8de 100644
--- a/media-gfx/gimp/gimp-2.8.22.ebuild
+++ b/media-gfx/gimp/gimp-2.8.22.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gimp.org/;
 SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml 
ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te 
th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
 IUSE="alsa aalib altivec aqua bzip2 curl dbus debug doc exif gnome postscript 
jpeg jpeg2k lcms cpu_flags_x86_mmx mng pdf png python smp cpu_flags_x86_sse svg 
tiff udev wmf xpm"



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

2017-10-25 Thread Sergei Trofimovich
commit: 3ca636f4fb8ff94b0259e2166a18ba3a24bef6f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 25 21:36:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 25 21:42:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca636f4

dev-db/kyotocabinet: keyworded 1.2.76-r1 for ia64, bug #635216

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

 dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild 
b/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild
index 4b7d4de72a8..e17656c63b0 100644
--- a/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild
+++ b/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples static-libs"
 
 DEPEND="sys-libs/zlib[static-libs?]



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2017-10-25 Thread Sergei Trofimovich
commit: f0e6a0c75ad236c377a283582041316bbf1013d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 25 21:36:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 25 21:42:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e6a0c7

net-mail/mailutils: keyworded 3.3 for ia64, bug #635216

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

 net-mail/mailutils/mailutils-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailutils/mailutils-3.3.ebuild 
b/net-mail/mailutils/mailutils-3.3.ebuild
index 00ddc41f835..7c001e0b616 100644
--- a/net-mail/mailutils/mailutils-3.3.ebuild
+++ b/net-mail/mailutils/mailutils-3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
mysql nls pam postgres python servers ssl static-libs +threads tcpd \
tokyocabinet"



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

2017-10-25 Thread Mike Gilbert
commit: 9d2c3a8477fef842896274ffcbf39218171abe93
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Oct 25 21:41:03 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Oct 25 21:41:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2c3a84

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

Package-Manager: Portage-2.3.11_p4, Repoman-2.3.3_p62

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 0ff03fa55ee..0472b21bdb8 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_63.0.3239.9-1_amd64.deb 50003276 SHA256 
db7b4657d31db35aa6c82ed0e4dd0d8f75961e8b8d9a5a0c3a76ced15d88d8eb SHA512 
320247b89cd39f02e428b69323613ae559348a0e8c444a17090fd2990af339e54008da711b4d62f0d77e7de7a6e8b340b7fbace6ca5a7971c3a837d51f621b6f
 WHIRLPOOL 
707c1050634d2cd00166af079a28c68326d39e3f4e4007914b287514a4cea7ffb5f599301b438cd4e88b804d15c5d8e2d8fa3ba4db1811e3f82178ce942e7e8b
+DIST google-chrome-unstable_63.0.3239.18-1_amd64.deb 50026846 SHA256 
f3b8647b241f2a73ee820d046ca94768c35944434a2da7cb64b6dab2cec703c3 SHA512 
929d07078abe05d01dd6dfd5ef3c6f5535c947d456092f369e352a913f62c9f23c81ab7286a247e1ea4e33a7401a7baa6c063b466a3186d700882746083e65c4
 WHIRLPOOL 
50f199f3268cb670a2df58474af41137fddeede3dc65a80bfa9287a151a4cd8132622ab34f2fdec253cacb384bfa7f343daccb466d6fea9e5a4cf65da2fe56ea

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



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

2017-10-25 Thread Mike Gilbert
commit: ea78d859c1d167bbe43e5a9156639cec14e9bead
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Oct 25 21:40:54 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Oct 25 21:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea78d859

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

Package-Manager: Portage-2.3.11_p4, Repoman-2.3.3_p62

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index d45536347e4..3ef14617cde 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_62.0.3202.62-1_amd64.deb 49451474 SHA256 
38f3c45d99381711226670da25a80c1b085a550943c56cbe84d672a074daa181 SHA512 
87c7a1f831876670e985d6a78138895dd8e1b72f1f840f6651cfd89d688578b47cae21bc9eec86d95e9a6def7962e3ac6d73af3d762a33f557640896256dea57
 WHIRLPOOL 
41236eb0c41bc00362baccfc88ae2ed07b6e039315eaca72a772636e65f211027726876c8bd29bf26adcb1eefb8ac07b3a22b6cd07fc21ba0aced5a2ebbcdb8a
 DIST google-chrome-stable_62.0.3202.62-1_amd64.deb 48500124 SHA256 
98a34a85ba0018d3897a8a11de9f29df08e77d64a9d991df66fcf5c5cdd957c6 SHA512 
fbab95c597542961701cdf50c89d04a79138019e0f805fdefdc86474748bc83d3a7c3d16153768bd50cd360e02c302cfb1fe00f612290fd2472da698f9b595de
 WHIRLPOOL 
b2096af5f28373b497540513769497604e1ab22e88f908f12745881807ebdb067341b224598a98fc250af135fe38ba15a0432acb87aeb5bea0d1a38eacd09199
-DIST google-chrome-unstable_63.0.3239.9-1_amd64.deb 50003276 SHA256 
db7b4657d31db35aa6c82ed0e4dd0d8f75961e8b8d9a5a0c3a76ced15d88d8eb SHA512 
320247b89cd39f02e428b69323613ae559348a0e8c444a17090fd2990af339e54008da711b4d62f0d77e7de7a6e8b340b7fbace6ca5a7971c3a837d51f621b6f
 WHIRLPOOL 
707c1050634d2cd00166af079a28c68326d39e3f4e4007914b287514a4cea7ffb5f599301b438cd4e88b804d15c5d8e2d8fa3ba4db1811e3f82178ce942e7e8b
+DIST google-chrome-unstable_63.0.3239.18-1_amd64.deb 50026846 SHA256 
f3b8647b241f2a73ee820d046ca94768c35944434a2da7cb64b6dab2cec703c3 SHA512 
929d07078abe05d01dd6dfd5ef3c6f5535c947d456092f369e352a913f62c9f23c81ab7286a247e1ea4e33a7401a7baa6c063b466a3186d700882746083e65c4
 WHIRLPOOL 
50f199f3268cb670a2df58474af41137fddeede3dc65a80bfa9287a151a4cd8132622ab34f2fdec253cacb384bfa7f343daccb466d6fea9e5a4cf65da2fe56ea

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



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

2017-10-25 Thread Sergei Trofimovich
commit: 9f2443bb543349e2b4db306c96ea681d03f4680f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 25 21:26:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 25 21:31:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2443bb

media-gfx/gphoto2: stable 2.5.14 for hppa, bug #623636

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

 media-gfx/gphoto2/gphoto2-2.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gphoto2/gphoto2-2.5.14.ebuild 
b/media-gfx/gphoto2/gphoto2-2.5.14.ebuild
index 9866396a715..543181c28e4 100644
--- a/media-gfx/gphoto2/gphoto2-2.5.14.ebuild
+++ b/media-gfx/gphoto2/gphoto2-2.5.14.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 hppa ppc ppc64 ~sparc x86"
 IUSE="aalib exif ncurses nls readline"
 
 # aalib -> needs libjpeg



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

2017-10-25 Thread Sergei Trofimovich
commit: 4083b09c48fadec2f8b5fe8d7c368c42c4b117a4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 25 19:38:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 25 21:31:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4083b09c

media-gfx/potrace: stable 1.15 for hppa, bug #626820

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

 media-gfx/potrace/potrace-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/potrace/potrace-1.15.ebuild 
b/media-gfx/potrace/potrace-1.15.ebuild
index 89072b65b35..d10f4eb289c 100644
--- a/media-gfx/potrace/potrace-1.15.ebuild
+++ b/media-gfx/potrace/potrace-1.15.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="metric static-libs"
 
 RDEPEND="sys-libs/zlib"



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

2017-10-25 Thread Mart Raudsepp
commit: 92528ab40940eda643af34dca4b29f1c09a06208
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 21:15:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 21:15:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92528ab4

app-text/evince: remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-text/evince/Manifest |  1 -
 app-text/evince/evince-3.24.1.ebuild | 98 
 2 files changed, 99 deletions(-)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 7956eb61008..9ca39c79c68 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,3 +1,2 @@
 DIST evince-3.22.1.tar.xz 3365004 SHA256 
f3d439db3b5a5745d26175d615a71dffa1535235b1e3aa0b85d397ea33ab231c SHA512 
c36a90bf98f25b4f9f05536f1a09c38be30b814529e17a4ab159ba7c1e952402a211f335d4cdf1928ace8a5b46d6d019fbbd457ce11c2ffa264d8bb7c32d5a18
 WHIRLPOOL 
7b646bab40f9c05b7689de70b1de2e313b0576a772887187d71b51b00c456251169b7e5bb85f44f443a0dcce5199a405dc303c49a4be3d62c244225493c58749
-DIST evince-3.24.1.tar.xz 3511576 SHA256 
9ca0c5213407b37be55fddb04a85d9301b692c4412c5920319d975403bff0f37 SHA512 
205c1c9b68c9215bdcebf0c36841a35898e056ef8e56208db62c1fac04c4efad8fbc0800f410e3c94c526536adba5e8ead68bebec8f81061a3831789c5173726
 WHIRLPOOL 
de0074c42ec8614a7ef34848de6768a722a855f3113fdad7392993a913f707f6e4fc55f86cbab945b41bc84ba92d79c82e2bc0b680a99702681b4d775706e3c6
 DIST evince-3.24.2.tar.xz 3509216 SHA256 
6b89c3c76e32f71e56d3e2478a6c1a84438d2f3fd79c2c335d4346c1785a43d9 SHA512 
77e099ff60188f982a49f5c8287eb2ed8d42402a15a54ccf8367b3814e7e16ba31354363d3f101117153792daa96f653f24bb06193b5e749d0ebfaac7d7c1e0f
 WHIRLPOOL 
a4cf7933be3da2a2c53e22a1b017f4872b77d1ac0a64ecdafab2548bd43753d7083659c2d76bd84fe86676547bde9afbfb4e1a7459b13f9cf6845635d83bef66

diff --git a/app-text/evince/evince-3.24.1.ebuild 
b/app-text/evince/evince-3.24.1.ebuild
deleted file mode 100644
index 28ce5a2f8a0..000
--- a/app-text/evince/evince-3.24.1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 systemd
-
-DESCRIPTION="Simple document viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
-SLOT="0/evd3.4-evv3.3"
-IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
+postscript t1lib tiff xps"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-
-# atk used in libview
-# gdk-pixbuf used all over the place
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.36:2[dbus]
-   >=dev-libs/libxml2-2.5:2
-   sys-libs/zlib:=
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.16.0:3[introspection?]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/cairo-1.10:=
-   >=app-text/poppler-0.33[cairo]
-   djvu? ( >=app-text/djvu-3.5.22:= )
-   dvi? (
-   virtual/tex-base
-   dev-libs/kpathsea:=
-   t1lib? ( >=media-libs/t1lib-5:= ) )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0 )
-   gnome? ( gnome-base/gnome-desktop:3= )
-   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-   nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
-   postscript? ( >=app-text/libspectre-0.2:= )
-   tiff? ( >=media-libs/tiff-3.6:0= )
-   xps? ( >=app-text/libgxps-0.2.1:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gvfs
-   gnome-base/librsvg
-   || (
-   >=x11-themes/adwaita-icon-theme-2.17.1
-   >=x11-themes/hicolor-icon-theme-0.10 )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   app-text/yelp-tools
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# eautoreconf needs:
-#  app-text/yelp-tools
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Do not depend on adwaita-icon-theme, bug #326855, #391859
-   # https://bugs.freedesktop.org/show_bug.cgi?id=29942
-   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
-   -i configure || die "sed failed"
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --enable-pdf \
-   --enable-comics \
-   --enable-thumbnailer \
-   --with-platform=gnome \
-   --enable-dbus \
-   $(use_enable djvu) \
-   $(use_enable dvi) \
-   

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/

2017-10-25 Thread Mart Raudsepp
commit: d9d6cfed5b04bfe2e30b76f4780375ebfb96db1f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 21:18:28 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 21:18:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d6cfed

games-puzzle/hitori: bump to 3.22.4 for translation updates

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 games-puzzle/hitori/Manifest |  1 +
 games-puzzle/hitori/hitori-3.22.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
index 70c27a0551b..90619f6a7e0 100644
--- a/games-puzzle/hitori/Manifest
+++ b/games-puzzle/hitori/Manifest
@@ -1 +1,2 @@
 DIST hitori-3.22.3.tar.xz 462592 SHA256 
ba21368d6d8475ae8cf0d39b62dab5eaec26ce82b3f067af50f1eded3a43b360 SHA512 
a79e8f8f5e0ca4d202184fc301ddda44e2606ca911b9b3910e50f8ad218cd5047b8749e9c9798f970a107682c7f4fc49475be126c06cdd4a6914e1fa831ed7d5
 WHIRLPOOL 
8d62ba8d5d3988aab292c6c18e3f74a9de52f7b80103f35898d39624ab94fc994215f09ebee36512c45e5c5330cb44bdddcbc2abf21cae34f343450129325a31
+DIST hitori-3.22.4.tar.xz 471136 SHA256 
dcac6909b6007857ee425ac8c65fed179f2c71da138d5e5300cd62c8b9ea15d3 SHA512 
8c75824d29918c096f3a33283dcb2e49e227c8259d37a4ae5e77d420d4a18a2760f789e12f32cfb8ffc16bfdf19e4aca26d93719d6b762c15b9ac4dbfca93e1a
 WHIRLPOOL 
b38c0f3a6cc9831d093dc23c81d05755aba220c0c073ab9b995d6e441fe6ec84d5125d7208781889c9c00b5e575d21f92fb0d3709ac10c70338a7bc7dc5a471f

diff --git a/games-puzzle/hitori/hitori-3.22.4.ebuild 
b/games-puzzle/hitori/hitori-3.22.4.ebuild
new file mode 100644
index 000..6c4369571ac
--- /dev/null
+++ b/games-puzzle/hitori/hitori-3.22.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Logic puzzle game for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Hitori;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# gtk+-3.22 for build-time optional gtk_show_uri_on_window usage
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/cairo-1.4
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"



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

2017-10-25 Thread Mart Raudsepp
commit: 51c3cd152e67db6da26b8ec2e85bbf11fc7819fa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 21:08:14 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 21:08:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c3cd15

app-text/evince: bump to 3.24.2, fixes potential infinite loop on annotation 
removal

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-text/evince/Manifest |  1 +
 app-text/evince/evince-3.24.2.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 7ff79a3dda7..7956eb61008 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,2 +1,3 @@
 DIST evince-3.22.1.tar.xz 3365004 SHA256 
f3d439db3b5a5745d26175d615a71dffa1535235b1e3aa0b85d397ea33ab231c SHA512 
c36a90bf98f25b4f9f05536f1a09c38be30b814529e17a4ab159ba7c1e952402a211f335d4cdf1928ace8a5b46d6d019fbbd457ce11c2ffa264d8bb7c32d5a18
 WHIRLPOOL 
7b646bab40f9c05b7689de70b1de2e313b0576a772887187d71b51b00c456251169b7e5bb85f44f443a0dcce5199a405dc303c49a4be3d62c244225493c58749
 DIST evince-3.24.1.tar.xz 3511576 SHA256 
9ca0c5213407b37be55fddb04a85d9301b692c4412c5920319d975403bff0f37 SHA512 
205c1c9b68c9215bdcebf0c36841a35898e056ef8e56208db62c1fac04c4efad8fbc0800f410e3c94c526536adba5e8ead68bebec8f81061a3831789c5173726
 WHIRLPOOL 
de0074c42ec8614a7ef34848de6768a722a855f3113fdad7392993a913f707f6e4fc55f86cbab945b41bc84ba92d79c82e2bc0b680a99702681b4d775706e3c6
+DIST evince-3.24.2.tar.xz 3509216 SHA256 
6b89c3c76e32f71e56d3e2478a6c1a84438d2f3fd79c2c335d4346c1785a43d9 SHA512 
77e099ff60188f982a49f5c8287eb2ed8d42402a15a54ccf8367b3814e7e16ba31354363d3f101117153792daa96f653f24bb06193b5e749d0ebfaac7d7c1e0f
 WHIRLPOOL 
a4cf7933be3da2a2c53e22a1b017f4872b77d1ac0a64ecdafab2548bd43753d7083659c2d76bd84fe86676547bde9afbfb4e1a7459b13f9cf6845635d83bef66

diff --git a/app-text/evince/evince-3.24.2.ebuild 
b/app-text/evince/evince-3.24.2.ebuild
new file mode 100644
index 000..28ce5a2f8a0
--- /dev/null
+++ b/app-text/evince/evince-3.24.2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 systemd
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
+SLOT="0/evd3.4-evv3.3"
+IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
+postscript t1lib tiff xps"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+
+# atk used in libview
+# gdk-pixbuf used all over the place
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.36:2[dbus]
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib:=
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.16.0:3[introspection?]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.10:=
+   >=app-text/poppler-0.33[cairo]
+   djvu? ( >=app-text/djvu-3.5.22:= )
+   dvi? (
+   virtual/tex-base
+   dev-libs/kpathsea:=
+   t1lib? ( >=media-libs/t1lib-5:= ) )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   gnome? ( gnome-base/gnome-desktop:3= )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+   nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
+   postscript? ( >=app-text/libspectre-0.2:= )
+   tiff? ( >=media-libs/tiff-3.6:0= )
+   xps? ( >=app-text/libgxps-0.2.1:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gvfs
+   gnome-base/librsvg
+   || (
+   >=x11-themes/adwaita-icon-theme-2.17.1
+   >=x11-themes/hicolor-icon-theme-0.10 )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/yelp-tools
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.13
+   >=dev-util/intltool-0.35
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+# eautoreconf needs:
+#  app-text/yelp-tools
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # Do not depend on adwaita-icon-theme, bug #326855, #391859
+   # https://bugs.freedesktop.org/show_bug.cgi?id=29942
+   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
+   -i configure || die "sed failed"
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --enable-pdf \
+   --enable-comics \
+   --enable-thumbnailer \
+   --with-platform=gnome \
+   --enable-dbus \
+   $(use_enable djvu) \
+   

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

2017-10-25 Thread Mart Raudsepp
commit: afaa96f7504cef5cc6a6c5e1e783c0658c73da46
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 20:51:55 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 20:52:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaa96f7

media-plugins/gst-plugins-meta: bump to 1.12.3

Closes: https://bugs.gentoo.org/635180
Package-Manager: Portage-2.3.8, Repoman-2.3.2

 .../gst-plugins-meta-1.12.3.ebuild | 69 ++
 1 file changed, 69 insertions(+)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.3.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.3.ebuild
new file mode 100644
index 000..19b13fcf0b2
--- /dev/null
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.12.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
+HOMEPAGE="https://www.gentoo.org;
+
+LICENSE="metapackage"
+SLOT="1.0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi 
vcd vorbis vpx wavpack X x264"
+REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
+
+RDEPEND="
+   >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-base-${PV}:1.0[alsa?,ogg?,theora?,vorbis?,X?,${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-${PV}:1.0[${MULTILIB_USEDEP}]
+   a52? ( >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   aac? ( >=media-plugins/gst-plugins-faad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   cdda? ( || (
+   
>=media-plugins/gst-plugins-cdparanoia-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-cdio-${PV}:1.0[${MULTILIB_USEDEP}] 
) )
+   dts? ( >=media-plugins/gst-plugins-dts-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dv? ( >=media-plugins/gst-plugins-dv-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvb? (
+   >=media-plugins/gst-plugins-dvb-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvd? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-dvdread-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-resindvd-${PV}:1.0[${MULTILIB_USEDEP}] )
+   ffmpeg? ( 
>=media-plugins/gst-plugins-libav-${PV}:1.0[${MULTILIB_USEDEP}] )
+   flac? ( >=media-plugins/gst-plugins-flac-${PV}:1.0[${MULTILIB_USEDEP}] )
+   http? ( >=media-plugins/gst-plugins-soup-${PV}:1.0[${MULTILIB_USEDEP}] )
+   jack? ( >=media-plugins/gst-plugins-jack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   lame? ( >=media-plugins/gst-plugins-lame-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libass? ( 
>=media-plugins/gst-plugins-assrender-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libvisual? ( 
>=media-plugins/gst-plugins-libvisual-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mms? ( >=media-plugins/gst-plugins-libmms-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   modplug? ( 
>=media-plugins/gst-plugins-modplug-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mp3? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpg123-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mpeg? ( 
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   opus? ( >=media-plugins/gst-plugins-opus-${PV}:1.0[${MULTILIB_USEDEP}] )
+   oss? ( >=media-plugins/gst-plugins-oss-${PV}:1.0[${MULTILIB_USEDEP}] )
+   pulseaudio? ( 
>=media-plugins/gst-plugins-pulse-${PV}:1.0[${MULTILIB_USEDEP}] )
+   taglib? ( 
>=media-plugins/gst-plugins-taglib-${PV}:1.0[${MULTILIB_USEDEP}] )
+   v4l? ( >=media-plugins/gst-plugins-v4l2-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vaapi? ( 
>=media-plugins/gst-plugins-vaapi-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vcd? (
+   >=media-plugins/gst-plugins-mplex-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vpx? ( >=media-plugins/gst-plugins-vpx-${PV}:1.0[${MULTILIB_USEDEP}] )
+   wavpack? ( 
>=media-plugins/gst-plugins-wavpack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   x264? ( >=media-plugins/gst-plugins-x264-${PV}:1.0[${MULTILIB_USEDEP}] )
+"
+
+# Usage note:
+# The idea is that apps depend on this for optional gstreamer plugins.  Then,
+# when USE flags change, no app gets rebuilt, and all apps that can make use of
+# the new plugin automatically do.
+
+# When adding deps here, make sure the keywords on the gst-plugin are valid.



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

2017-10-25 Thread Patrice Clement
commit: 28d9dc318dd732b31200f2f05a1010925fd04df4
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Oct 25 20:39:43 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Oct 25 20:51:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d9dc31

app-editors/gvim: add missing dies.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-editors/gvim/gvim-8.0.1188.ebuild | 94 +++
 1 file changed, 52 insertions(+), 42 deletions(-)

diff --git a/app-editors/gvim/gvim-8.0.1188.ebuild 
b/app-editors/gvim/gvim-8.0.1188.ebuild
index a43f58ae6ed..779093320ac 100644
--- a/app-editors/gvim/gvim-8.0.1188.ebuild
+++ b/app-editors/gvim/gvim-8.0.1188.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE=threads
 inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
 
-if [[ ${PV} == * ]] ; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/vim/vim.git;
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
@@ -86,30 +86,34 @@ pkg_setup() {
export LC_COLLATE="C"
 
# Gnome sandbox silliness. bug #114475.
-   mkdir -p "${T}"/home
+   mkdir -p "${T}"/home || die
export HOME="${T}"/home
 
use python && python-single-r1_pkg_setup
 }
 
 src_prepare() {
-   if [[ ${PV} != * ]] ; then
+   if [[ ${PV} != * ]]; then
# Gentoo patches to fix runtime issues, cross-compile errors, 
etc
eapply "${WORKDIR}"/patches/
fi
 
# Fixup a script to use awk instead of nawk
-   sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' 
"${S}"/runtime/tools/mve.awk \
-   || die "mve.awk sed failed"
+   sed -i -e \
+   '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' \
+   "${S}"/runtime/tools/mve.awk || die "mve.awk sed failed"
 
# Read vimrc and gvimrc from /etc/vim
-   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> 
"${S}"/src/feature.h
-   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> 
"${S}"/src/feature.h
+   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' \
+   >> "${S}"/src/feature.h || die "echo failed"
+   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' \
+   >> "${S}"/src/feature.h || die "echo failed"
 
# Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
# Hopefully this pattern won't break for a while at least.
# This fixes bug 29398 (27 Sep 2003 agriffis)
-   sed -i 's/\> "$c" ; done
+   find "${S}" -name '*.c' | while read c; do
+   echo >> "$c" || die "echo failed"
+   done
 
# Try to avoid sandbox problems. Bug #114475.
-   if [[ -d "${S}"/src/po ]] ; then
-   sed -i '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 
./testvim -X,' \
-   "${S}"/src/po/Makefile
+   if [[ -d "${S}"/src/po ]]; then
+   sed -i -e \
+   '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 
./testvim -X,' \
+   "${S}"/src/po/Makefile || die
fi
 
-   if version_is_at_least 7.3.122 ; then
-   cp "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk
-   fi
+   cp -v "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk || die "cp 
failed"
 
# Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
-   if version_is_at_least 7.3 ; then
-   sed -i 
"s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
-   "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS 
failed'
-   fi
+   sed -i -e \
+   "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
+   "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
 

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

2017-10-25 Thread Patrice Clement
commit: fc0118f26a822c8a7511e148812ef4fbee0cfdcc
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Oct 25 20:44:36 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Oct 25 20:51:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0118f2

app-editors/gvim: update  ebuild.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-editors/gvim/gvim-.ebuild | 94 ++-
 1 file changed, 52 insertions(+), 42 deletions(-)

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index a43f58ae6ed..779093320ac 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE=threads
 inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
 
-if [[ ${PV} == * ]] ; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/vim/vim.git;
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
@@ -86,30 +86,34 @@ pkg_setup() {
export LC_COLLATE="C"
 
# Gnome sandbox silliness. bug #114475.
-   mkdir -p "${T}"/home
+   mkdir -p "${T}"/home || die
export HOME="${T}"/home
 
use python && python-single-r1_pkg_setup
 }
 
 src_prepare() {
-   if [[ ${PV} != * ]] ; then
+   if [[ ${PV} != * ]]; then
# Gentoo patches to fix runtime issues, cross-compile errors, 
etc
eapply "${WORKDIR}"/patches/
fi
 
# Fixup a script to use awk instead of nawk
-   sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' 
"${S}"/runtime/tools/mve.awk \
-   || die "mve.awk sed failed"
+   sed -i -e \
+   '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' \
+   "${S}"/runtime/tools/mve.awk || die "mve.awk sed failed"
 
# Read vimrc and gvimrc from /etc/vim
-   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> 
"${S}"/src/feature.h
-   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> 
"${S}"/src/feature.h
+   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' \
+   >> "${S}"/src/feature.h || die "echo failed"
+   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' \
+   >> "${S}"/src/feature.h || die "echo failed"
 
# Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
# Hopefully this pattern won't break for a while at least.
# This fixes bug 29398 (27 Sep 2003 agriffis)
-   sed -i 's/\> "$c" ; done
+   find "${S}" -name '*.c' | while read c; do
+   echo >> "$c" || die "echo failed"
+   done
 
# Try to avoid sandbox problems. Bug #114475.
-   if [[ -d "${S}"/src/po ]] ; then
-   sed -i '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 
./testvim -X,' \
-   "${S}"/src/po/Makefile
+   if [[ -d "${S}"/src/po ]]; then
+   sed -i -e \
+   '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 
./testvim -X,' \
+   "${S}"/src/po/Makefile || die
fi
 
-   if version_is_at_least 7.3.122 ; then
-   cp "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk
-   fi
+   cp -v "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk || die "cp 
failed"
 
# Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
-   if version_is_at_least 7.3 ; then
-   sed -i 
"s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
-   "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS 
failed'
-   fi
+   sed -i -e \
+   "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
+   "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
 

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

2017-10-25 Thread Mart Raudsepp
commit: 3f7a55cf8c277a5f72051aadad326a51a500dd51
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct 25 20:25:16 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct 25 20:28:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7a55cf

media-libs/gst-plugins-bad: Default enable egl and opengl for webkit-gtk and 
21st century, fix USE=egl to matter

webkit-gtk IUSE default enables egl and gstreamer, while now requiring 
gstreamer[egl] in that
case as well. So try out default enabling egl here to work out of the box, plus 
opengl so we
don't hit our own newly added constraint of wanting opengl or gles2 with 
USE=egl (otherwise
USE=egl has no effect, because if neither is defined, the EGL code isn't built 
at all, as it's
part of the gstgl library).

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild
index 4856dce20a7..bf14c1dc536 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild
@@ -12,11 +12,12 @@ HOMEPAGE="https://gstreamer.freedesktop.org/;
 LICENSE="LGPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
-IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland"
+IUSE="X bzip2 +egl gles2 gtk +introspection +opengl +orc vcd vnc wayland"
 REQUIRED_USE="
gles2? ( !opengl )
opengl? ( X )
wayland? ( egl )
+   egl? ( || ( opengl gles2 ) )
 "
 
 # X11 is automagic for now, upstream #709530



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

2017-10-25 Thread Kent Fredric
commit: 315e555a86ebe87c5e477be89515ba373f87ac3a
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 20:14:24 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 20:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315e555a

dev-perl/HTTP-Daemon: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild 
b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild
new file mode 100644
index 000..a4c52f2ee10
--- /dev/null
+++ b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=6.01
+inherit perl-module
+
+DESCRIPTION="Base class for simple HTTP servers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   !=dev-perl/HTTP-Date-6.0.0
+   virtual/perl-IO
+   >=dev-perl/HTTP-Message-6.0.0
+   >=dev-perl/LWP-MediaTypes-6.0.0
+"
+DEPEND="${RDEPEND}"



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

2017-10-25 Thread Kent Fredric
commit: 1de632bc163d2755aebdb129393df4c187ad8ab1
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 20:23:15 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 20:28:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de632bc

dev-perl/HTTP-Negotiate: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild   | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild 
b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild
new file mode 100644
index 000..d24e4d997cf
--- /dev/null
+++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=6.01
+inherit perl-module
+
+DESCRIPTION="HTTP content negotiation"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   !=dev-perl/HTTP-Message-6.0.0
+"
+DEPEND="${RDEPEND}"



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

2017-10-25 Thread Kent Fredric
commit: 3a430cd6918de57f6a8b61459a0a5bee7bb3b9b4
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 20:16:50 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 20:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a430cd6

dev-perl/HTTP-Headers-Fast: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/HTTP-Headers-Fast/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/HTTP-Headers-Fast/metadata.xml 
b/dev-perl/HTTP-Headers-Fast/metadata.xml
index 2b9a936fc0a..b8c94c9dba4 100644
--- a/dev-perl/HTTP-Headers-Fast/metadata.xml
+++ b/dev-perl/HTTP-Headers-Fast/metadata.xml
@@ -5,4 +5,8 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+HTTP-Headers-Fast
+HTTP::Headers::Fast
+  
 



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

2017-10-25 Thread Kent Fredric
commit: 3a63c680f0a71438ef63c290f89e1d4bbeede685
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 20:25:44 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 20:28:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a63c680

dev-perl/Hash-NoRef: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild 
b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild
new file mode 100644
index 000..1f65c4b520c
--- /dev/null
+++ b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GMPASSOS
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Hash to store values without increasing reference count (weak 
references)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2017-10-25 Thread Kent Fredric
commit: c9f5269a4ef070dbd34d071259de95f95bc03cde
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 20:27:50 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 20:28:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f5269a

dev-perl/Heap: Enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Heap/Heap-0.800.0-r2.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-perl/Heap/Heap-0.800.0-r2.ebuild 
b/dev-perl/Heap/Heap-0.800.0-r2.ebuild
new file mode 100644
index 000..336aa320482
--- /dev/null
+++ b/dev-perl/Heap/Heap-0.800.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JMM
+DIST_VERSION=0.80
+inherit perl-module
+
+DESCRIPTION="Perl extensions for keeping data partially sorted"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""



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

2017-10-25 Thread William Hubbs
commit: 3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1
Author: William Hubbs  gmail  com>
AuthorDate: Wed Oct 25 20:15:53 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 25 20:15:53 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3a96ca1c

Update ChangeLog

 ChangeLog | 39 ---
 1 file changed, 24 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ea893f4d..0cbe56be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+commit 934530914bd507476b428d3f6572bbb1c5bbfd16
+Author: William Hubbs 
+Commit: William Hubbs 
+
+add "unsupervised" status and return code 64 to supervise-daemon status 
function
+
+This is to be used if the service is being supervised and the
+supervisor is somehow killed.
+
+Currently, this is very linux specific, but I will expand to other
+platforms, patches are welcome.
+
+commit b717625cd27950c3f00b5345bc1cee9700e79498
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.34.2
+
+commit b47539613431521e5e99bc388e6a9d8eb0e48801
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
 commit e7b1d898ca7896d6443ba1e5167eb6bcf3f92929
 Author: William Hubbs 
 Commit: William Hubbs 
@@ -1469,18 +1493,3 @@ Author: William Hubbs 
 Commit: William Hubbs 
 
 src/rc/rc: do not try to start services if fork fails
-
-commit 003657c973ea338a19f2b7294190af9d76cf5cea
-Author: Robin H. Johnson 
-Commit: William Hubbs 
-
-init.d/loopback: drop scope on loopback
-
-Busybox does not support the 'scope' argument on 'ip address add' or 'ip
-route add', this is documented in BUSYBOX.md, but is no longer actually
-needed, as the kernel does get it right without manual specification,
-and the ifconfig variant already relies on the kernel to get it right.
-This is part of #103.
-
-X-Gentoo-Bug: 487208
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487208



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

2017-10-25 Thread William Hubbs
commit: a59f74dc5b0b49775875d9a0e27817b5d2532eb2
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct 25 20:23:15 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 25 20:24:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59f74dc

sys-apps/openrc: 0.34.2 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.34.2.ebuild | 329 +++
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 1f8d32b8a11..9f8d0071311 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -10,4 +10,5 @@ DIST openrc-0.32.tar.gz 223935 SHA256 
d452f5c8dd49a0819de368e7faeb56bd7460f8704c
 DIST openrc-0.33.1.tar.gz 224256 SHA256 
915865565be249a88895a7bdc7a23d917a7b2adfaea7a5fcbc32f8b517b22664 SHA512 
87388e96e2e4a1100699ed816a4bd71307d237b9e8013d48ecaaf453170cdb27bf642a6a227a3f934580e1f1f5985337fab50164b69b28489ee7f2813802f883
 WHIRLPOOL 
e86f0140e3de1a9b4ca8636bcaf312d08ce3feb5d02beb4ec76afec3ce530a73b3000a83077c443f7e9376e97e5c6c2d0b4b9630a734e06ba1f63f1ff46fdd31
 DIST openrc-0.33.tar.gz 224148 SHA256 
4e136fe328a5f8b1225ec5c5c34a42e472ff5676c95b334b5be9b064adaeaf2a SHA512 
6c4b27f3c433f418ae205074214697697b8e124110db2985200a698b4123bac468aa962026ca638c2c1b71e5b3121bfe5280a34d7a954a0aa1ede0b79dfab18e
 WHIRLPOOL 
1345b51597cd1424c800957c0d79ca60cad8cd68a964544a9fc1d14bde0518523763b3c53867948d1f0c5b0c40867ed2c66c84a782d40f2e900a0eab7252e5b9
 DIST openrc-0.34.1.tar.gz 225744 SHA256 
0150e8ce70cd80e3701c4b86bb6edbab1fbb647d278af9ef8b6bd12cb139a9f6 SHA512 
dbb6fd3af5c3020a16b010c7b242c7506390ad53dc961c32339149b89cca597c34c632d0ad71b450034e2466221653bed29b3e1e6c6da15987d04c6981c0392d
 WHIRLPOOL 
02abe6dc0ce4b3323f3d70d923e24f7708f27818cb96df2abc69777d734cd45f2d82790d4f2f82da34de8d4d61d797d9c74904753dd0f1cbaffa963a08168e4d
+DIST openrc-0.34.2.tar.gz 226006 SHA256 
f2b81f2661a1834db6477f5af9363334370874fac477cb81063326770cf7385b SHA512 
67a26babf5e0026aaebed45eab1ac667531c347f2ba76ad6d3fb60731d95880b831a330f4ac8996188264bdf563b583b6cdcb0002d7ace8327928b78226a29a1
 WHIRLPOOL 
bef8189be3ba6906e5fa3c1998c81418f269b351e09407095444f39ea2e842c7b2331dc95be7e53736a6319440f67ce95a07adba4785f5376579d88e9bc42fc4
 DIST openrc-0.34.tar.gz 225678 SHA256 
fa95e111d884f60f967bfa78353f683615f599bbf449b89c0663eb173769fc73 SHA512 
8ff0e3234db06ddeb7c930251f13ec9e4488e4c9776dfe46bb0c1af09835cb34655084bebb6638eb07e47a7f5ef95c1aaed9d06dfa3eaef9e36e9b7a7910f820
 WHIRLPOOL 
aacc1b4636bbbf29d091d7322154898c98cd13947450a0d81cacc080803c1241fe3cbe3e731553c94e5e5ddb2e9c626de53efa9885a4e7be23399637099f1e4d

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

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

2017-10-25 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 25 20:18:18 2017 +

New tag: 0.34.1




[gentoo-commits] proj/openrc: New branch: 0.34.x

2017-10-25 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 25 20:15:00 2017 +

New branch: 0.34.x




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

2017-10-25 Thread William Hubbs
commit: 0d8dc4f798cc0d707fc64e8bffcba4fbceb32935
Author: William Hubbs  gmail  com>
AuthorDate: Tue Oct 24 21:46:52 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct 24 21:46:52 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0d8dc4f7

version 0.35

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

diff --git a/Makefile.inc b/Makefile.inc
index 4ede5b29..48a56d98 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.34
+VERSION=   0.35
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] proj/openrc:master commit in: src/rc/

2017-10-25 Thread William Hubbs
commit: 3219ecd6085231d7cc1268323a5be6a69f8c9143
Author: William Hubbs  gmail  com>
AuthorDate: Tue Oct 24 21:47:53 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct 24 21:47:53 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3219ecd6

supervise-daemon: fix build issue for >=glibc-2.26

X-Gentoo-Bug: 635334
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=635334

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

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index df59eb67..998a01bc 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -447,7 +447,9 @@ static void supervisor(char *exec, char **argv)
 #endif
signal_setup_restart(SIGIO, handle_signal);
signal_setup_restart(SIGPWR, handle_signal);
+#ifdef SIGUNUSED
signal_setup_restart(SIGUNUSED, handle_signal);
+#endif
 #ifdef SIGRTMIN
for (i = SIGRTMIN; i <= SIGRTMAX; i++)
signal_setup_restart(i, handle_signal);



[gentoo-commits] proj/openrc:master commit in: sh/

2017-10-25 Thread William Hubbs
commit: a428c325a902bba55a849a07a59c0c1567404db2
Author: William Hubbs  gmail  com>
AuthorDate: Wed Oct 25 20:07:19 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 25 20:09:42 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a428c325

add "unsupervised" status and return code 64 to supervise-daemon status function

This is to be used if the service is being supervised and the
supervisor is somehow killed.

Currently, this is very linux specific, but I will expand to other
platforms, patches are welcome.

 sh/supervise-daemon.sh | 45 -
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh
index 1c1b840d..bccfd06a 100644
--- a/sh/supervise-daemon.sh
+++ b/sh/supervise-daemon.sh
@@ -56,7 +56,50 @@ supervise_stop()
eend $? "Failed to stop ${name:-$RC_SVCNAME}"
 }
 
+_check_supervised()
+{
+   [ "$RC_UNAME" != Linux ] && return 0
+   local child_pid="$(service_get_value "child_pid")"
+   local pid="$(cat ${pidfile})"
+   if [ -n "${child_pid}" ]; then
+   if ! [ -e "/proc/${pid}" ] && [ -e "/proc/${child_pid}" ]; then
+   if [ -e "/proc/self/ns/pid" ] && [ -e 
"/proc/${child_pid}/ns/pid" ]; then
+   local n1 n2
+   n1=$(readlink "/proc/self/ns/pid")
+   n2=$(readlink "/proc/${child_pid}/ns/pid")
+   if [ "${n1}" = "${n2}" ]; then
+   return 1
+   fi
+   fi
+   fi
+   fi
+   return 0
+}
+
 supervise_status()
 {
-   _status
+   if service_stopping; then
+   ewarn "status: stopping"
+   return 4
+   elif service_starting; then
+   ewarn "status: starting"
+   return 8
+   elif service_inactive; then
+   ewarn "status: inactive"
+   return 16
+   elif service_started; then
+   if service_crashed; then
+   if ! _check_supervised; then
+   eerror "status: unsupervised"
+   return 64
+   fi
+   eerror "status: crashed"
+   return 32
+   fi
+   einfo "status: started"
+   return 0
+   else
+   einfo "status: stopped"
+   return 3
+   fi
 }



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

2017-10-25 Thread Craig Andrews
commit: 59ab7c36ff6cf4a97bef1e5996b05a3682648d56
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct 25 19:01:05 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Oct 25 20:08:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ab7c36

dev-util/clinfo: A tool to display info about the system's OpenCL capabilities

Package-Manager: Portage-2.3.12, Repoman-2.3.3

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

 dev-util/clinfo/Manifest   |  1 +
 dev-util/clinfo/clinfo-2.2.17.10.25.ebuild | 25 +
 dev-util/clinfo/clinfo-.ebuild | 25 +
 dev-util/clinfo/metadata.xml   | 11 +++
 4 files changed, 62 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
new file mode 100644
index 000..b0095a12463
--- /dev/null
+++ b/dev-util/clinfo/Manifest
@@ -0,0 +1 @@
+DIST clinfo-2.2.17.10.25.tar.gz 32992 SHA256 
23cab774915eea6730582abfc449ac57dc10f2ce7b39293e56166ed500383862 SHA512 
9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
 WHIRLPOOL 
a2fbdcaf137a5c85f1374c928e6706d20af5709b82bab289401be03f1b59bb1d8ec494bef7a11f77f88347fc81905522db9edb8c2a5f968afa8b50e82f7a0005

diff --git a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild 
b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
new file mode 100644
index 000..a3dd2fa351b
--- /dev/null
+++ b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo;
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}

diff --git a/dev-util/clinfo/clinfo-.ebuild 
b/dev-util/clinfo/clinfo-.ebuild
new file mode 100644
index 000..a3dd2fa351b
--- /dev/null
+++ b/dev-util/clinfo/clinfo-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo;
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}

diff --git a/dev-util/clinfo/metadata.xml b/dev-util/clinfo/metadata.xml
new file mode 100644
index 000..7682807ac4f
--- /dev/null
+++ b/dev-util/clinfo/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   candr...@gentoo.org
+   Craig Andrews
+   
+   
+   Oblomov/clinfo
+   
+



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

2017-10-25 Thread Patrice Clement
commit: da9b91c7fb8823c3907b7b99f998efdf4f06f632
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Oct 25 19:51:06 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Oct 25 20:06:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9b91c7

app-editors/vim: do not install ex and view manual pages.

These files do not exist anymore. I did run a compilation before
commiting 878e0db62befbbe40403ba4b6bba204ea466 but for some
reason didn't catch these errors. Sorry :[.

Closes: https://bugs.gentoo.org/635390
Closes: https://bugs.gentoo.org/635136
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-editors/vim/vim-8.0.1188.ebuild | 9 -
 app-editors/vim/vim-.ebuild | 9 -
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-editors/vim/vim-8.0.1188.ebuild 
b/app-editors/vim/vim-8.0.1188.ebuild
index 0d1fd7c9a30..901f2d45a92 100644
--- a/app-editors/vim/vim-8.0.1188.ebuild
+++ b/app-editors/vim/vim-8.0.1188.ebuild
@@ -50,7 +50,9 @@ RDEPEND="
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
 "
-DEPEND="${RDEPEND}
+
+DEPEND="
+   ${RDEPEND}
sys-devel/autoconf
nls? ( sys-devel/gettext )
 "
@@ -312,12 +314,9 @@ src_install() {
fi
 
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
+
# keep in sync with 'complete ... -F' list
bashcomp_alias vim ex vi view rvim rview vimdiff
-
-   # We shouldn't be installing the ex or view man page symlinks, as they
-   # are managed by eselect-vi
-   rm "${ED}"/usr/share/man/man1/{ex,view}.1 || die
 }
 
 pkg_postinst() {

diff --git a/app-editors/vim/vim-.ebuild b/app-editors/vim/vim-.ebuild
index 0d1fd7c9a30..901f2d45a92 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-.ebuild
@@ -50,7 +50,9 @@ RDEPEND="
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
 "
-DEPEND="${RDEPEND}
+
+DEPEND="
+   ${RDEPEND}
sys-devel/autoconf
nls? ( sys-devel/gettext )
 "
@@ -312,12 +314,9 @@ src_install() {
fi
 
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
+
# keep in sync with 'complete ... -F' list
bashcomp_alias vim ex vi view rvim rview vimdiff
-
-   # We shouldn't be installing the ex or view man page symlinks, as they
-   # are managed by eselect-vi
-   rm "${ED}"/usr/share/man/man1/{ex,view}.1 || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jre-bin/

2017-10-25 Thread James Le Cuirot
commit: 44061abc7b62901194533f2aff639e35964c508b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Oct 24 11:45:31 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Oct 25 20:05:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44061abc

dev-java/oracle-jre-bin: Remove vulnerable 1.8.0.144 wrt bug #635030

Package-Manager: Portage-2.3.12, Repoman-2.3.2

 dev-java/oracle-jre-bin/Manifest   |   3 -
 .../oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild | 251 -
 2 files changed, 254 deletions(-)

diff --git a/dev-java/oracle-jre-bin/Manifest b/dev-java/oracle-jre-bin/Manifest
index 6d4cf2b7186..66f0f78bc37 100644
--- a/dev-java/oracle-jre-bin/Manifest
+++ b/dev-java/oracle-jre-bin/Manifest
@@ -1,5 +1,2 @@
-DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
-DIST jre-8u144-linux-i586.tar.gz 78658631 SHA256 
9ac5b0d6cda9279a4959a6eb635d849d745a37dafc24666539d1c8f7d76ab77a SHA512 
038e367fb7e6b0f70ed3e48f318cfcb4144ef88b3a33d6c152cb186ede43622bc5d2fb40b39c695fdbe1fa735ab97f501a6ad0ed0a6cf48b286cc08e9ceb
 WHIRLPOOL 
0bac95fc572bb1466b3f69c7e3dd03a77611366bc7c8076eb2feac41ecfde9a4aea6bb60b52b9db1dc0ec2bffcf553abe4ac4b1ffd28f7f3e1b6b71cd8ffc2fb
-DIST jre-8u144-linux-x64.tar.gz 75922776 SHA256 
4e6e11aad54ae3c716a5607ee88d81f3f1e8b5b23ee474b0272dba351ee9f28a SHA512 
fba5a5f5959746cb76a71847f5c6e3142816940d18c0022c0baf59611d43b24fae1052eeb217f09e840b5c393118260fb99dd38d1db7e74bb07ab0c34c2e1d60
 WHIRLPOOL 
ac1921780076ff7ab5be5b942d5be0bab7fe12c027f1564b91734086d14c5a0da6b66d137034d7ee0318c4f72cb843013488591d1066a5f55c66dd4f53561a6f
 DIST jre-8u152-linux-i586.tar.gz 83131659 SHA256 
1d0c9202fbed3136d46674547b92d467e28b6256dce5d1793c55c284c285a14d SHA512 
8bd655ae97c333ed57991ed6d13d2c2647f85e5a1c853dd76031b8e7689db9a1b183bc665acc5b9f989139b34300ac65ab65c80e18234d6d1b06a4512fc4e542
 WHIRLPOOL 
ea908a4efed078433cfb21ae6f015292ad0910e716e3f1a8748336e44484f0848dc317518e4fac04fd38aa6338f43b389c586b1cb6164639830f0024313688b7
 DIST jre-8u152-linux-x64.tar.gz 80061016 SHA256 
ed04ffbf8050a69b15f02c51a2cae8e0de9362e7f6fe8995b1c39c613fc20ede SHA512 
7c58ff2c3ac9af423ffab0ebfbfa7b4842072f6554569d76a99f8c82fa6935e36dbcf811f9c5510d71fc87db9520e684d877d99cae95f4874578ba42157ce85d
 WHIRLPOOL 
7a3f4e34d70b4ccc850df754084448065c844973d77dec98ff57c2c8fa6338417b4e3f732995fcbc4e66cd8cbc34a2306aff11c4579749d66e33538c0d724682

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild
deleted file mode 100644
index 0829cfb55ff..000
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild
+++ /dev/null
@@ -1,251 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils java-vm-2 prefix versionator
-
-# This URIs need updating when bumping!
-JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html;
-JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;
-
-if [[ "$(get_version_component_range 4)" == 0 ]] ; then
-   S_PV="$(get_version_component_range 1-3)"
-else
-   MY_PV_EXT="u$(get_version_component_range 4)"
-   S_PV="$(get_version_component_range 1-4)"
-fi
-
-MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"
-
-AT_amd64="jre-${MY_PV}-linux-x64.tar.gz"
-AT_x86="jre-${MY_PV}-linux-i586.tar.gz"
-
-JCE_DIR="UnlimitedJCEPolicyJDK8"
-JCE_FILE="jce_policy-8.zip"
-
-DESCRIPTION="Oracle's Java SE Runtime Environment"
-HOMEPAGE="http://www.oracle.com/technetwork/java/javase/;
-SRC_URI="
-   amd64? ( ${AT_amd64} )
-   x86? ( ${AT_x86} )
-   jce? ( ${JCE_FILE} )"
-
-LICENSE="Oracle-BCLA-JavaSE"
-SLOT="1.8"
-KEYWORDS="amd64 x86"
-IUSE="alsa commercial cups +fontconfig headless-awt javafx jce nsplugin 
selinux"
-
-RESTRICT="fetch preserve-libs strip"
-QA_PREBUILT="*"
-
-# NOTES:
-#
-# * cups is dlopened.
-#
-# * libpng is also dlopened but only by libsplashscreen, which isn't
-#   important, so we can exclude that.
-#
-# * We still need to work out the exact AWT and JavaFX dependencies
-#   under MacOS. It doesn't appear to use many, if any, of the
-#   dependencies below.
-#
-RDEPEND="!x64-macos? (
-   !headless-awt? (
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrender
-   x11-libs/libXtst
-   )
-   javafx? (
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-

[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/

2017-10-25 Thread James Le Cuirot
commit: 7cd3070313c45ac8c3eb980b4fca054298f7bf2c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Oct 24 11:44:55 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Oct 25 20:05:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd30703

dev-java/oracle-jdk-bin: Remove vulnerable 1.8.0.144 wrt bug #635030

Package-Manager: Portage-2.3.12, Repoman-2.3.2

 dev-java/oracle-jdk-bin/Manifest   |  15 -
 .../oracle-jdk-bin/oracle-jdk-bin-1.8.0.144.ebuild | 355 -
 2 files changed, 370 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index 94e378c0ffa..eee50b1bac3 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -1,18 +1,3 @@
-DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
-DIST jdk-8u144-linux-arm32-vfp-hflt-demos.tar.gz 10431600 SHA256 
b113da60e5b0d30e58723a1bd56d46d25767b6c893910ab8bad08f43e463ee86 SHA512 
36bc18b6d8d028fc9737803cdf913378c7501aede301c6013567f7eff1b326f44381522a3c5c38869799df6ef4aa4d83912332c3787a305fe6cfe6746a0f906b
 WHIRLPOOL 
8f9da8cdee641320ee86c130db0010bbfc0823cc8e1ecf68e4698d7470b709251c8af56a617ffe3bdd567b77de5a3c0c29caefb8d52a75799d533316cf42ac13
-DIST jdk-8u144-linux-arm32-vfp-hflt.tar.gz 81674263 SHA256 
cbbd390e19ab4c473e05f60602ce2804db25e4e35be5ab95f4f1a2aeb5b72383 SHA512 
673a2ec7704a921db19e904bf8e8594b003b855de5cecab4419c502b235156a28262643ac235401c96014792897bbc1a51f78ced30e09439628ecd16d841377c
 WHIRLPOOL 
feb03cf10b692edf0b94cd46a1fb9cca9e9b1361efb1786d492a52c3ace889c3f294a163ec8bd617be87525957b62d6f1a1383b815ec65b732b70b6a327c5793
-DIST jdk-8u144-linux-arm64-vfp-hflt-demos.tar.gz 10427473 SHA256 
ec66001b2f6a6814c4cf6d28f7c59ee5d335cbf50d8a3557c5e9eb46adf09630 SHA512 
cbe861d234ca95e542c38ac72a1d84cd36ed895f4c72fbc45e1d4e5e4e73dd10f4b28f2bddb86a9b848b0edf304cc18b8e9b605ac1b94a1d35117fc75dd00748
 WHIRLPOOL 
39567c138d9c099a7c0e0b642a550d4ad9b53e533520601a1dec0d51a9bff45aa9afe5b31b1b015db8648b2648a609f9e284036b2db98f145b57c5a3a477e43f
-DIST jdk-8u144-linux-arm64-vfp-hflt.tar.gz 78463505 SHA256 
bbcf4a0805f9bcead32fd988b74cee61ef6ad90e6d1b4e0dce432ac3fd8e0168 SHA512 
42d3db36d7adf5461024202260b940d824c58c35edeb89b7be6f98147f1d556e95ee2f37b35c4468fd4d175f3381ce5bda9d9c2f730d054a7b8e669b469e18d0
 WHIRLPOOL 
7a0d15c8c5512de0cce0deade9b5f87f505e351c903d04152e860261f4d790e8e656aeb0740bfa9f69f0c2b80fc55a701d8f49ed3d7e1edfcb5293e95a22504e
-DIST jdk-8u144-linux-i586-demos.tar.gz 55071167 SHA256 
3e8f02f32b129d681f5f2a0178373d750f4c2352acf55785fdca70c8f9aaf595 SHA512 
4f3d5f8ecd56a7955e30cfea12dea4dadad0e955c3b160fddec59e759a9a6653bcb009bccae289fa022dba931fcede8a98d18770a8c18cc49d9da4f8ea0980d6
 WHIRLPOOL 
aed2d4bdcebbaa0ae4adfd3e4eb000ef1499fef1ccc76f4bf00ce63fe5f695777fc3e8c2fd75b852fde8cfa1b06cb5c41c870b802074ec38f6512d296a67da96
-DIST jdk-8u144-linux-i586.tar.gz 188157665 SHA256 
624c090647629394ef0ee08d9d8ac5d3d5a9a60fa245fefb2eb417c36c7cb7c4 SHA512 
06e08a512af60bafdf3220ab916461c3bac61a3cac19877e9dd0c004c28168243c5f92f3104da1dcfd5eae98e882b224929f72692603455815c0ce8615f5ae9c
 WHIRLPOOL 
79859bb345787155935885b872b6f072b68e81fb0008661344502d461ffd7aac88fe4cc9a2ff03f241ffcd41c0880907cd5353bcaf2f5bf7112dde1057209f85
-DIST jdk-8u144-linux-x64-demos.tar.gz 55093539 SHA256 
67fcbd3b54aea3791d10eb3cd74a8fe42c286f0854b6a984b768f9c9c7513ffc SHA512 
7f49d29e323237f0144e00883634779809bf41ab0b50875a3a36020521f716149cb38db522763a56249d34a1c3ee6f778b6ecf45b06b492064cc1fce854f9d24
 WHIRLPOOL 
74db7026f97ed61134313ed6b853d609684e7316d68b3f4880e12fadd9c6d267e79c0b8e10f69fb3f21af29d910cf2ab423b7c23a5f80dfce51389832bdc1aae
-DIST jdk-8u144-linux-x64.tar.gz 185515842 SHA256 
e8a341ce566f32c3d06f6d0f0eeea9a0f434f538d22af949ae58bc86f2eeaae4 SHA512 
e84bd22105586b4f1cb770942755c3b4ee7e2ca2a94bf0e7d48e5d44586a103dd28432664fd84b260b8bf1d64a1e9dbf49549f194e7202015e603865f4ae1e69
 WHIRLPOOL 
832b2b2b4790a9ed7499192248f30c9e56d357d52549c39314f992c3757b69ba9cc725356966ad0229c4053b63a56362a26d1a9b2f447c00b5f3d927e1926d8f
-DIST jdk-8u144-macosx-x64.dmg 237607747 SHA256 
2450b35e10295ccf3fb1596bdea6f8f5670f7200ae3ac592eb6a54cc030cf94b SHA512 
7eab6126044e230bebb1a5817b046bd64d3f57a3dbd3efc6c77411008b2aff7d4bee190906cb19a5ed330a8220b8b6dc47c9fc193eaa9a3c1f74ebbffcee0d6f
 WHIRLPOOL 
7477673f2380a22b8ae9a7381d6b86611c0fbb32a3d94d81247d86924599b2317a7d598521aea51a729a9f553b7e4065799bd935fb0a3c0f53732cd448dcd5f6
-DIST jdk-8u144-macosx-x86_64-demos.zip 55667110 SHA256 
d665713ddca2d771a56cef17fe16b9972ad6fed3fe716b18b690cbd8e0e99475 SHA512 

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

2017-10-25 Thread Matthias Maier
commit: 637e5d2de7309cc8f463b8913469fda23558da81
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct 25 19:51:59 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct 25 19:52:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637e5d2d

app-emulation/libvirt: update live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/libvirt/libvirt-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 9ae7d7ea4e4..3716e896837 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -29,7 +29,7 @@ IUSE="
apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
+qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
-   wireshark-plugins xen zeroconf zfs elibc_glibc
+   wireshark-plugins xen zeroconf zfs
 "
 
 REQUIRED_USE="
@@ -68,7 +68,6 @@ RDEPEND="
audit? ( sys-process/audit )
caps? ( sys-libs/libcap-ng )
dbus? ( sys-apps/dbus )
-   elibc_glibc? ( sys-libs/glibc[rpc(+)] )
firewalld? ( net-firewall/firewalld )
fuse? ( >=sys-fs/fuse-2.8.6:= )
glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/, dev-perl/HTML-Template-JIT/files/

2017-10-25 Thread Kent Fredric
commit: 5607df38997c6992798a115b4aefbcd96cb17b5f
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 19:48:35 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 19:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5607df38

dev-perl/HTML-Template-JIT: Fix for '.' in @INC bug #635464

- EAPI6
- Enable tests
- Add USE=examples
- Fix runtime broken due to '.' in @INC exposed by enabling tests

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

 .../HTML-Template-JIT-0.50.0-r2.ebuild | 20 +++
 .../HTML-Template-JIT-0.50.0-no-dot-inc.patch  | 61 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild 
b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild
new file mode 100644
index 000..48f3e10a3e4
--- /dev/null
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SAMTREGAR
+DIST_VERSION=0.05
+DIST_EXAMPLES=("script/benchmark.pl")
+inherit perl-module
+
+DESCRIPTION="a just-in-time compiler for HTML::Template"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/HTML-Template-2.8
+   dev-perl/Inline"
+DEPEND="${RDEPEND}"
+PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")

diff --git 
a/dev-perl/HTML-Template-JIT/files/HTML-Template-JIT-0.50.0-no-dot-inc.patch 
b/dev-perl/HTML-Template-JIT/files/HTML-Template-JIT-0.50.0-no-dot-inc.patch
new file mode 100644
index 000..624e579a618
--- /dev/null
+++ b/dev-perl/HTML-Template-JIT/files/HTML-Template-JIT-0.50.0-no-dot-inc.patch
@@ -0,0 +1,61 @@
+From efbee2adfeb592240e1c84326ece8c90c239bbee Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Thu, 26 Oct 2017 08:26:53 +1300
+Subject: Fix compiling templates under Perl 5.26 without '.' in @INC
+
+Perl 5.26 changes the default contents of @INC to no longer include
+".", which is required for "require q[foo.tpl]" semantics.
+
+This breakage is invisible in tests  due to a workaround P5P put in
+place to avoid breaking tests, by setting PERL_USE_UNSAFE_INC=1 in
+Test::Harness and CPAN installers, which makes '.' re-appear in @INC
+during installation, while still being silently broken in production.
+
+This fix works by relying on the mechanic of require() to *NOT* consult
+@INC if $path is either an absolute, or a "./" prefixed relative path,
+by converting it to an absolute path just before requiring it.
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123380
+Bug: https://bugs.gentoo.org/635464
+---
+ JIT.pm  | 2 +-
+ JIT/Compiler.pm | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/JIT.pm b/JIT.pm
+index 9e5a6be..1e2afc8 100644
+--- a/JIT.pm
 b/JIT.pm
+@@ -63,7 +63,7 @@ sub new {
+ 
+   # try to load the module and return package handle if successful
+   my $result;
+-  eval { $result = require $package_path; };
++  eval { $result = require File::Spec->rel2abs($package_path); };
+   if ($result) {
+ $package->clear_params(); # need to clear out params from prior run
+ return $package;
+diff --git a/JIT/Compiler.pm b/JIT/Compiler.pm
+index 6ef3e02..bc1e05f 100644
+--- a/JIT/Compiler.pm
 b/JIT/Compiler.pm
+@@ -9,6 +9,7 @@ our $VERSION = '0.01';
+ use HTML::Template;
+ use Carp qw(croak confess);
+ use File::Path qw(mkpath rmtree);
++use File::Spec;
+ 
+ sub compile {
+   my %args = @_;
+@@ -53,7 +54,7 @@ sub compile {
+ 
+   # try to load the module and return package handle if successful
+   my $result;
+-  eval { $result = require $self->{package_path}; };
++  eval { $result = require File::Spec->rel2abs($self->{package_path}); };
+   return 1 if $result;
+ 
+   # don't leave failed compiles lying around unless we're debuging
+-- 
+2.14.3
+



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

2017-10-25 Thread Matthias Maier
commit: b37c11abfc3336c4c232838879f471f1c2d17741
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct 25 19:47:36 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct 25 19:47:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37c11ab

dev-python/libvirt-python: drop vulnerable, bug #635174

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/libvirt-python/Manifest |  1 -
 .../libvirt-python/libvirt-python-3.7.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 7500033039e..666aa5b1db2 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,3 +1,2 @@
 DIST libvirt-python-3.6.0.tar.gz 181778 SHA256 
ecb9cbc8b1f33b245b04e3a937d8483584ab7a18258b217be96661343a4b1ad0 SHA512 
333f991fc69b509b2eda67ee70dea39cc9d1ff36b1abb6a881296313ffebfb5ed41de8443534f19b27a70271548214fa94a12e7f59dc217492edf0bbede9
 WHIRLPOOL 
6f13ee521713c3540e649c9c9edf6fc0427e0c4563305a42366796352fc99867bc79dd5ce61db0d7b79dc02957f8854c5664f5b5952a402c614e19264167546b
-DIST libvirt-python-3.7.0.tar.gz 182372 SHA256 
1e4a8a8b08ef8f2502088f26ce3aced415d55ef808d8301dfed023f45154c06f SHA512 
2f37d860d9ee203af3765a1b8d7f8981a8e51b5e6c78170d4bd80d0b23b9f5997725d81ff8c4ed4e5bb218346913321a3b4b8e2d337fd3cb8eeb95ac78256413
 WHIRLPOOL 
b35f8aa071beb14ebf4be233bac190c6022d7ad56788f28bf3c8d265faa8fc514e0604beea9ccd8b703079fbec65de5c5b20ec6b8d00693cf6a6c7b9afc8bd75
 DIST libvirt-python-3.8.0.tar.gz 184346 SHA256 
5fcba9ca645b01a8d970da84f7f95d54b0e8e915739d06b5e6d86ae626ea570b SHA512 
40fcc67bf793b298016171751f207d65d98c8fe3e04d72bf4a815aab3c2f91a624fde1e0f1a420a67f4cf330874d7dd91ae46c3118e75067030ee551957a8178
 WHIRLPOOL 
15d815b5f6086e0ffc0f2688aef517c8a62fb89dfb123b6ce3b63a6190b885ef918e16e42fb9dd4d4f2178cf16777be6fc8aeba8d0115d8b3cac3f3a32f8cab4

diff --git a/dev-python/libvirt-python/libvirt-python-3.7.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-3.7.0.ebuild
deleted file mode 100644
index c16440985c3..000
--- a/dev-python/libvirt-python/libvirt-python-3.7.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-MY_P="${P/_rc/-rc}"
-
-inherit distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
-   SRC_URI=""
-   KEYWORDS=""
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi
-S="${WORKDIR}/${P%_rc*}"
-
-DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="https://www.libvirt.org;
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="examples test"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/files/, app-emulation/libvirt/

2017-10-25 Thread Matthias Maier
commit: 834dafc5a7928ecf8c1e643dd2879837d32d233c
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct 25 19:46:02 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct 25 19:46:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834dafc5

app-emulation/libvirt: fix CVE-2017-1000256, bug #635174

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/libvirt-3.8.0-CVE-2017-1000256.patch | 74 ++
 ...ibvirt-3.8.0.ebuild => libvirt-3.8.0-r1.ebuild} |  1 +
 2 files changed, 75 insertions(+)

diff --git a/app-emulation/libvirt/files/libvirt-3.8.0-CVE-2017-1000256.patch 
b/app-emulation/libvirt/files/libvirt-3.8.0-CVE-2017-1000256.patch
new file mode 100644
index 000..8c347cd799a
--- /dev/null
+++ b/app-emulation/libvirt/files/libvirt-3.8.0-CVE-2017-1000256.patch
@@ -0,0 +1,74 @@
+From 441d3eb6d1be940a67ce45a286602a967601b157 Mon Sep 17 00:00:00 2001
+From: "Daniel P. Berrange" 
+Date: Thu, 5 Oct 2017 17:54:28 +0100
+Subject: [PATCH] qemu: ensure TLS clients always verify the server certificate
+
+The default_tls_x509_verify (and related) parameters in qemu.conf
+control whether the QEMU TLS servers request & verify certificates
+from clients. This works as a simple access control system for
+servers by requiring the CA to issue certs to permitted clients.
+This use of client certificates is disabled by default, since it
+requires extra work to issue client certificates.
+
+Unfortunately the code was using this configuration parameter when
+setting up both TLS clients and servers in QEMU. The result was that
+TLS clients for character devices and disk devices had verification
+turned off, meaning they would ignore errors while validating the
+server certificate.
+
+This allows for trivial MITM attacks between client and server,
+as any certificate returned by the attacker will be accepted by
+the client.
+
+This is assigned CVE-2017-1000256  / LSN-2017-0002
+
+Reviewed-by: Eric Blake 
+Signed-off-by: Daniel P. Berrange 
+---
+ src/qemu/qemu_command.c | 2 +-
+ tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.args | 2 +-
+ .../qemuxml2argv-serial-tcp-tlsx509-secret-chardev.args | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
+index 46f0bdd18..f68b82d08 100644
+--- a/src/qemu/qemu_command.c
 b/src/qemu/qemu_command.c
+@@ -721,7 +721,7 @@ qemuBuildTLSx509BackendProps(const char *tlspath,
+ if (virJSONValueObjectCreate(propsret,
+  "s:dir", path,
+  "s:endpoint", (isListen ? "server": 
"client"),
+- "b:verify-peer", verifypeer,
++ "b:verify-peer", (isListen ? verifypeer : 
true),
+  NULL) < 0)
+ goto cleanup;
+ 
+diff --git 
a/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.args 
b/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.args
+index 5aff7734e..ab5f7e27f 100644
+--- a/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.args
 b/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.args
+@@ -26,7 +26,7 @@ server,nowait \
+ localport= \
+ -device isa-serial,chardev=charserial0,id=serial0 \
+ -object tls-creds-x509,id=objcharserial1_tls0,dir=/etc/pki/libvirt-chardev,\
+-endpoint=client,verify-peer=no \
++endpoint=client,verify-peer=yes \
+ -chardev socket,id=charserial1,host=127.0.0.1,port=,\
+ tls-creds=objcharserial1_tls0 \
+ -device isa-serial,chardev=charserial1,id=serial1 \
+diff --git 
a/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-secret-chardev.args 
b/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-secret-chardev.args
+index 91f1fe0cd..2567abbfa 100644
+--- 
a/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-secret-chardev.args
 
b/tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-secret-chardev.args
+@@ -31,7 +31,7 @@ localport= \
+ data=9eao5F8qtkGt+seB1HYivWIxbtwUu6MQtg1zpj/oDtUsPr1q8wBYM91uEHCn6j/1,\
+ keyid=masterKey0,iv=AAECAwQFBgcICQoLDA0ODw==,format=base64 \
+ -object tls-creds-x509,id=objcharserial1_tls0,dir=/etc/pki/libvirt-chardev,\
+-endpoint=client,verify-peer=no,passwordid=charserial1-secret0 \
++endpoint=client,verify-peer=yes,passwordid=charserial1-secret0 \
+ -chardev socket,id=charserial1,host=127.0.0.1,port=,\
+ tls-creds=objcharserial1_tls0 \
+ -device isa-serial,chardev=charserial1,id=serial1 \
+-- 
+2.13.6
+

diff --git a/app-emulation/libvirt/libvirt-3.8.0.ebuild 
b/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild
similarity index 99%
rename from app-emulation/libvirt/libvirt-3.8.0.ebuild
rename to app-emulation/libvirt/libvirt-3.8.0-r1.ebuild
index 68e7ff8f0ab..7ac23060bb1 100644
--- 

  1   2   >