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

2018-09-15 Thread Andrey Grozin
commit: 8eda242b4557f35916f9a3b526e736fdf84b22e5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 16 05:58:09 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 16 05:58:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eda242b

app-text/qpdfview: cleaning old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/qpdfview/Manifest |  2 -
 app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild | 88 ---
 app-text/qpdfview/qpdfview-0.4.18_pre.ebuild   | 96 --
 3 files changed, 186 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 8c09b2cd678..fde6dad2615 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,4 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
-DIST qpdfview-0.4.17beta1.tar.gz 658978 BLAKE2B 
7f0ba945cf7903cae7bb11ac1d3baa08fc5f70e9e5a20a9f265cf8de4f0ce0f847f34852b2ce4374e2736542c8fc1e07c15e6bd4ae54d5147d14524e076f312f
 SHA512 
803bd9a1165fc84302fb3c7734127eaab754bd2bf23083a1bcf340810fa617800f3d0069eae7b1f43fb528ebe17a6a32a652efbb902d525a95efc31efeb1e10a
-DIST qpdfview-0.4.18_pre.tar.gz 667869 BLAKE2B 
ed729b6aa1104ca1525877242bc3f2c630d8ee563005ab35854d775197c24352f0a39be13bf4808e4544c50072619da9cd5c36cdbdcbae33fa2fc2016b80ce18
 SHA512 
3a7a2cc474078dc742fccba2c87710c1e05cec76f0bd66650fa6cb4d6d8e2103241474689d4798da28ae1aeb2caa6e09dd8d1e9d0433c2eba21b202166aa3051
 DIST qpdfview-0.4.18_pre2.tar.gz 668677 BLAKE2B 
1c79a7f9f9d67c533660457ca74d27c1cb389224910d0c8482c2e1d6a0843787e588a40ae7f4e02268392c15aa19b54b6383c2422cc60b20e521d26133c10a3e
 SHA512 
ad19dd6a2bfeb3c5f26488619688ad96653ed50821203b7e5cb2817a4f9957510ce238804b48bf3b21d965ceed25ad1b0386e0bb5e9d0bc5e5c95e6fe10ef811

diff --git a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
deleted file mode 100644
index 0002d29b3a0..000
--- a/app-text/qpdfview/qpdfview-0.4.17_beta1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="ast az be bg bs ca cs da de el en_GB eo es eu fi fr gl he hr hu id 
it kk ko ky lt ms my pl pt pt_BR ro ru sk sv th tr ug uk vi zh_CN"
-
-inherit l10n qmake-utils
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview;
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_/}/+download/${P/_/}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-RDEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   cups? ( net-print/cups )
-   dbus? ( dev-qt/qtdbus:5 )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   pdf? (
-   >=app-text/poppler-0.35[qt5]
-   dev-qt/qtxml:5
-   )
-   postscript? ( app-text/libspectre )
-   sqlite? ( dev-qt/qtsql:5[sqlite] )
-   svg? ( dev-qt/qtsvg:5 )
-   !svg? ( virtual/freedesktop-icon-theme )
-   synctex? ( app-text/texlive-core )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-S="${WORKDIR}/${P/_/}"
-
-src_prepare() {
-   local mylrelease="$(qt5_get_bindir)"/lrelease
-
-   prepare_locale() {
-   "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing 
${1} locale failed"
-   }
-
-   rm_help() {
-   rm -f "help/help_${1}.html" || die "removing ${1} help file 
failed"
-   }
-
-   l10n_find_plocales_changes translations ${PN}_ .ts
-   l10n_for_each_locale_do prepare_locale
-   l10n_for_each_disabled_locale_do rm_help
-
-   # adapt for prefix
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
-
-   default
-}
-
-src_configure() {
-   local myconfig=() i=
-   for i in cups dbus djvu pdf svg synctex; do
-   use ${i} || myconfig+=(without_${i})
-   done
-   use fitz && myconfig+=(with_fitz)
-   use postscript || myconfig+=(without_ps)
-   use sqlite || myconfig+=(without_sql)
-
-   local myqmakeargs=(
-   qpdfview.pro
-   CONFIG+="${myconfig[@]}"
-   PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre.ebuild 

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc64/

2018-09-15 Thread Matt Turner
commit: cf41003f5ca32aa9c8cfb8fb5a5898b0c2e5f1e6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 05:35:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 05:47:11 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=cf41003f

specs/ppc: Remove "64ul" from stage names

 releases/weekly/specs/ppc/ppc64/{stage1-64ul.spec => stage1.spec} | 4 ++--
 releases/weekly/specs/ppc/ppc64/{stage2-64ul.spec => stage2.spec} | 4 ++--
 releases/weekly/specs/ppc/ppc64/{stage3-64ul.spec => stage3.spec} | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/releases/weekly/specs/ppc/ppc64/stage1-64ul.spec 
b/releases/weekly/specs/ppc/ppc64/stage1.spec
similarity index 82%
rename from releases/weekly/specs/ppc/ppc64/stage1-64ul.spec
rename to releases/weekly/specs/ppc/ppc64/stage1.spec
index b0b60cf8..a727fe7e 100644
--- a/releases/weekly/specs/ppc/ppc64/stage1-64ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage1.spec
@@ -1,10 +1,10 @@
 subarch: ppc64
 target: stage1
-version_stamp: 64ul-2008.0
+version_stamp: 2008.0
 rel_type: default
 profile: default/linux/powerpc/ppc64/17.0/64bit-userland
 snapshot: 2008.0
-source_subpath: default/stage3-ppc64-64ul-latest
+source_subpath: default/stage3-ppc64-latest
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 update_seed: yes

diff --git a/releases/weekly/specs/ppc/ppc64/stage2-64ul.spec 
b/releases/weekly/specs/ppc/ppc64/stage2.spec
similarity index 77%
rename from releases/weekly/specs/ppc/ppc64/stage2-64ul.spec
rename to releases/weekly/specs/ppc/ppc64/stage2.spec
index 85ce9acc..dc5b9dc5 100644
--- a/releases/weekly/specs/ppc/ppc64/stage2-64ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage2.spec
@@ -1,10 +1,10 @@
 subarch: ppc64
 target: stage2
-version_stamp: 64ul-2008.0
+version_stamp: 2008.0
 rel_type: default
 profile: default/linux/powerpc/ppc64/17.0/64bit-userland
 snapshot: 2008.0
-source_subpath: default/stage1-ppc64-64ul-2008.0
+source_subpath: default/stage1-ppc64-2008.0
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ppc/ppc64/stage3-64ul.spec 
b/releases/weekly/specs/ppc/ppc64/stage3.spec
similarity index 77%
rename from releases/weekly/specs/ppc/ppc64/stage3-64ul.spec
rename to releases/weekly/specs/ppc/ppc64/stage3.spec
index 23063def..9919f4ba 100644
--- a/releases/weekly/specs/ppc/ppc64/stage3-64ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage3.spec
@@ -1,10 +1,10 @@
 subarch: ppc64
 target: stage3
-version_stamp: 64ul-2008.0
+version_stamp: 2008.0
 rel_type: default
 profile: default/linux/powerpc/ppc64/17.0/64bit-userland
 snapshot: 2008.0
-source_subpath: default/stage2-ppc64-64ul-2008.0
+source_subpath: default/stage2-ppc64-2008.0
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc64/, releases/weekly/specs/ppc/ppc32/

2018-09-15 Thread Matt Turner
commit: 0f38d932d892bd59ded9f8c75493e1bc0098e9a4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 05:46:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 05:47:11 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=0f38d932

specs/ppc: Build stage3 from stage1

 releases/weekly/specs/ppc/ppc32/stage3.spec  | 2 +-
 releases/weekly/specs/ppc/ppc64/stage3-32ul.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/stage3.spec  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/releases/weekly/specs/ppc/ppc32/stage3.spec 
b/releases/weekly/specs/ppc/ppc32/stage3.spec
index 94a6d073..567a675c 100644
--- a/releases/weekly/specs/ppc/ppc32/stage3.spec
+++ b/releases/weekly/specs/ppc/ppc32/stage3.spec
@@ -4,7 +4,7 @@ version_stamp: 2008.0
 rel_type: default
 profile: default/linux/powerpc/ppc32/17.0
 snapshot: 2008.0
-source_subpath: default/stage2-ppc-2008.0
+source_subpath: default/stage1-ppc-2008.0
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec 
b/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec
index 768308a8..cbd241ec 100644
--- a/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec
@@ -4,7 +4,7 @@ version_stamp: 32ul-2008.0
 rel_type: default
 profile: default/linux/powerpc/ppc64/17.0/32bit-userland
 snapshot: 2008.0
-source_subpath: default/stage2-ppc64-32ul-2008.0
+source_subpath: default/stage1-ppc64-32ul-2008.0
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ppc/ppc64/stage3.spec 
b/releases/weekly/specs/ppc/ppc64/stage3.spec
index 9919f4ba..6dad59ac 100644
--- a/releases/weekly/specs/ppc/ppc64/stage3.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage3.spec
@@ -4,7 +4,7 @@ version_stamp: 2008.0
 rel_type: default
 profile: default/linux/powerpc/ppc64/17.0/64bit-userland
 snapshot: 2008.0
-source_subpath: default/stage2-ppc64-2008.0
+source_subpath: default/stage1-ppc64-2008.0
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



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

2018-09-15 Thread Matt Turner
commit: 9b75c9336df976373bd01d1efdec08c710f0efb5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 05:31:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 05:47:11 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=9b75c933

catalyst-auto: Switch powerpc livecds from ppc64-32ul to ppc

 tools/catalyst-auto-ppc.conf   | 2 +-
 tools/catalyst-auto-ppc64.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 49a3dd95..d689fdbc 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -8,7 +8,7 @@ SPECS="stage1.spec stage2.spec stage3.spec"
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
  
-#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
  
 KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/powerpc
  

diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 64561ab3..044eb50f 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64.conf
@@ -9,7 +9,7 @@ SPECS="stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
  
-OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
  
 KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/powerpc
  



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc32/, releases/weekly/specs/ppc/ppc64/

2018-09-15 Thread Matt Turner
commit: df8df8403a34ccffce7055ba1eb4d4b12f0aeda9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 05:39:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 05:47:11 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=df8df840

specs/ppc: Build the powerpc iso using the ppc profile

 .../specs/ppc/{ppc64 => ppc32}/installcd-stage1.spec  | 10 +-
 .../ppc/{ppc64 => ppc32}/installcd-stage2-minimal.spec| 15 ++-
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/releases/weekly/specs/ppc/ppc64/installcd-stage1.spec 
b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
similarity index 89%
rename from releases/weekly/specs/ppc/ppc64/installcd-stage1.spec
rename to releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
index b1549892..fc1f7df5 100644
--- a/releases/weekly/specs/ppc/ppc64/installcd-stage1.spec
+++ b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
@@ -1,10 +1,10 @@
-subarch: ppc64
+subarch: ppc
 target: livecd-stage1
-version_stamp: 32ul-2008.0
+version_stamp: 2008.0
 rel_type: default
-profile: default/linux/powerpc/ppc64/17.0/32bit-userland
+profile: default/linux/powerpc/ppc32/17.0
 snapshot: 2008.0
-source_subpath: default/stage3-ppc64-32ul-2008.0
+source_subpath: default/stage3-ppc-2008.0
 compression_mode: pixz_x
 decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
@@ -26,7 +26,7 @@ livecd/use:
static-libs
unicode
xml
-   
+
 livecd/packages:
app-accessibility/brltty
app-admin/pwgen

diff --git a/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ppc/ppc32/installcd-stage2-minimal.spec
similarity index 94%
rename from releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec
rename to releases/weekly/specs/ppc/ppc32/installcd-stage2-minimal.spec
index a4c8b8ec..1044fca8 100644
--- a/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ppc/ppc32/installcd-stage2-minimal.spec
@@ -1,18 +1,15 @@
-subarch: ppc64
+subarch: ppc
 target: livecd-stage2
+version_stamp: 2008.0
 rel_type: default
+profile: default/linux/powerpc/ppc32/17.0
 snapshot: 2008.0
-version_stamp: 2008.0
-profile: default/linux/powerpc/ppc64/17.0/32bit-userland
-source_subpath: default/livecd-stage1-ppc64-32ul-2008.0
-compression_mode: pixz_x
-decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
+source_subpath: default/livecd-stage1-ppc-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/fstype: squashfs 
-livecd/gk_mainargs: --utils-arch=ppc --arch-override=ppc 
+livecd/gk_mainargs: --utils-arch=ppc --arch-override=ppc --makeopts=-j12
 livecd/iso: /var/tmp/catalyst/builds/default/install-powerpc-minimal-2008.0.iso
-livecd/overlay: /home/ranger/2008.0/ppccdoverlay/
 livecd/type: gentoo-release-minimal
 
 livecd/rcadd: pbbuttonsd|default
@@ -71,8 +68,8 @@ boot/kernel/G5/use:
usb
 
 ## ppc32 hardware
+boot/kernel/ppc32/sources: sys-kernel/gentoo-sources
 boot/kernel/ppc32/config: 
../../../kconfig/powerpc/installcd-ppc32apple-4.14.config
-boot/kernel/ppc32/sources: gentoo-sources
 boot/kernel/ppc32/extraversion: ppc32
 boot/kernel/ppc32/use:
-*



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

2018-09-15 Thread Matt Turner
commit: caa080159ad259649d9d1200fe41dfefc00e3291
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 05:30:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 05:47:11 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=caa08015

catalyst-auto: Don't build ppc64-32ul stages

ppc64-32ul provides nothing that standard 32-bit ppc does not, as far as
I can tell.

 tools/catalyst-auto-ppc64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 3ca55464..64561ab3 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64.conf
@@ -3,7 +3,7 @@
  
 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64
 
-SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec 
stage2-64ul.spec stage3-64ul.spec"
+SPECS="stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
 
 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"



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

2018-09-15 Thread Matt Turner
commit: 630f0be613bc8801a089af29860a5d17dea1df87
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 05:32:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 05:47:11 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=630f0be6

catalyst-auto: Skip powerpc stage2 builds

 tools/catalyst-auto-ppc.conf   | 2 +-
 tools/catalyst-auto-ppc64.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index d689fdbc..f35a2c12 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -3,7 +3,7 @@
  
 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc32
  
-SPECS="stage1.spec stage2.spec stage3.spec"
+SPECS="stage1.spec stage3.spec"
 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"

diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 044eb50f..06ae2abe 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64.conf
@@ -3,7 +3,7 @@
  
 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64
 
-SPECS="stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
+SPECS="stage1-64ul.spec stage3-64ul.spec"
 
 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-emulator/, app-crypt/tpm-emulator/files/

2018-09-15 Thread Alon Bar-Lev
commit: 098588af315d901e7d6ff530fb17efad6acc1904
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Sep 15 22:20:28 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Sep 15 22:21:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098588af

app-crypt/tpm-emulator: drop -r2 from conf.d/init.d

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../tpm-emulator/files/{tpm-emulator.confd-r2 => tpm-emulator.confd}  | 0
 .../tpm-emulator/files/{tpm-emulator.initd-r2 => tpm-emulator.initd}  | 0
 app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild  | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/tpm-emulator/files/tpm-emulator.confd-r2 
b/app-crypt/tpm-emulator/files/tpm-emulator.confd
similarity index 100%
rename from app-crypt/tpm-emulator/files/tpm-emulator.confd-r2
rename to app-crypt/tpm-emulator/files/tpm-emulator.confd

diff --git a/app-crypt/tpm-emulator/files/tpm-emulator.initd-r2 
b/app-crypt/tpm-emulator/files/tpm-emulator.initd
similarity index 100%
rename from app-crypt/tpm-emulator/files/tpm-emulator.initd-r2
rename to app-crypt/tpm-emulator/files/tpm-emulator.initd

diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild 
b/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
index 38f20de07c7..70301caebee 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
@@ -57,8 +57,8 @@ src_install() {
udev_newrules "tpmd_dev/linux/tpmd_dev.rules" 60-tpmd_dev.rules
fi
 
-   newinitd "${FILESDIR}/${PN}.initd-r2" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd-r2" "${PN}"
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
 
keepdir /var/log/tpm
fowners tss:tss /var/log/tpm



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-emulator/, app-crypt/tpm-emulator/files/

2018-09-15 Thread Alon Bar-Lev
commit: ed3f7accadd7fbd5c529ea68793fad723eccc31f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Sep 15 22:16:20 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Sep 15 22:21:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3f7acc

app-crypt/tpm-emulator: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=537544
Closes: https://bugs.gentoo.org/show_bug.cgi?id=540384
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/tpm-emulator/Manifest|   1 +
 .../files/tpm-emulator-0.7.4-cmake.patch   | 120 -
 ...r-0.7.4-r2.ebuild => tpm-emulator-0.7.5.ebuild} |  13 +--
 3 files changed, 4 insertions(+), 130 deletions(-)

diff --git a/app-crypt/tpm-emulator/Manifest b/app-crypt/tpm-emulator/Manifest
index 555e9753a5a..ee01c035b31 100644
--- a/app-crypt/tpm-emulator/Manifest
+++ b/app-crypt/tpm-emulator/Manifest
@@ -1 +1,2 @@
+DIST tpm-emulator-0.7.5.tar.gz 222341 BLAKE2B 
c6dc7494800f4c6d1f5e622c6a47fdd5487e0f2cbc34173d9039d6eb5fd7541dd2c1f514efbf220c605424059844e18650b31ee9934eda6626427b915fd6bc53
 SHA512 
24c16ec36ca92c484d6e8dfa53c8ca00dbc5b58d78d7166041db1e9ae277d763f0fc0a6b0cbd7e62fcf4671f6ad2d8df1213256be0a4200b79b6ee61ab73b2ef
 DIST tpm_emulator-0.7.4.tar.gz 214145 BLAKE2B 
b8bbd53ecfb90e87f1306c03d2c65a472819d23d10bd63fa966bfadef4776c3876c2f6fc03cc878ece670bdfcd22c9f403ef4bc7f4593a0a6c7f8d17051ac3ba
 SHA512 
4928b5b82f57645be9408362706ff2c4d9baa635b21b0d41b1c82930e8c60a759b1ea4fa74d7e6c7cae1b7692d006aa5cb72df0c3b88bf049779aa2b566f9d35

diff --git a/app-crypt/tpm-emulator/files/tpm-emulator-0.7.4-cmake.patch 
b/app-crypt/tpm-emulator/files/tpm-emulator-0.7.4-cmake.patch
deleted file mode 100644
index 7fd775139b2..000
--- a/app-crypt/tpm-emulator/files/tpm-emulator-0.7.4-cmake.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-
-Pull request:
-https://github.com/PeterHuewe/tpm-emulator/pull/37
-
-
-From 694b7c24ac09e0ec1e54ab71eb9c82a8d4f41d33 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Tue, 11 Sep 2018 14:08:49 +0300
-Subject: [PATCH 1/3] build: use GNUInstallDirs to allow override install
- directories
-
-Signed-off-by: Alon Bar-Lev 

- CMakeLists.txt   | 1 +
- tddl/CMakeLists.txt  | 6 +++---
- tpmd/unix/CMakeLists.txt | 2 +-
- 3 files changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f362298..d047ce3 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -6,6 +6,7 @@
- project(TPM_Emulator C)
- 
- cmake_minimum_required(VERSION 2.4)
-+include(GNUInstallDirs)
- set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
- if(COMMAND cmake_policy)
- cmake_policy(SET CMP0003 NEW)
-diff --git a/tddl/CMakeLists.txt b/tddl/CMakeLists.txt
-index 0be3281..6cc63b3 100644
 a/tddl/CMakeLists.txt
-+++ b/tddl/CMakeLists.txt
-@@ -15,9 +15,9 @@ elseif(WIN32)
-   set_target_properties(tddl PROPERTIES PREFIX "")
- endif()
- 
--install(TARGETS tddl DESTINATION lib)
--install(TARGETS tddl_static DESTINATION lib)
--install(FILES "tddl.h" DESTINATION include)
-+install(TARGETS tddl DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+install(TARGETS tddl_static DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+install(FILES "tddl.h" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
- 
- include_directories(${CMAKE_CURRENT_SOURCE_DIR})
- add_executable(test_tddl test_tddl.c)
-diff --git a/tpmd/unix/CMakeLists.txt b/tpmd/unix/CMakeLists.txt
-index 40c436b..c5c394a 100644
 a/tpmd/unix/CMakeLists.txt
-+++ b/tpmd/unix/CMakeLists.txt
-@@ -13,5 +13,5 @@ target_link_libraries(tpmd mtm tpm tpm_crypto)
- else()
- target_link_libraries(tpmd tpm tpm_crypto)
- endif()
--install(TARGETS tpmd RUNTIME DESTINATION bin)
-+install(TARGETS tpmd RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
- 
--- 
-2.16.4
-
-From 89bf733368dda265040cf44ff8be69a15ab66712 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Tue, 11 Sep 2018 16:36:12 +0300
-Subject: [PATCH 2/3] build: do not build mtm unless enabled
-
-Signed-off-by: Alon Bar-Lev 

- CMakeLists.txt | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d047ce3..b8b68a3 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -67,7 +67,9 @@ include_directories(${CMAKE_BINARY_DIR})
- 
- # add internal libraries
- add_subdirectory(tpm)
--add_subdirectory(mtm)
-+if(MTM_EMULATOR)
-+add_subdirectory(mtm)
-+endif()
- add_subdirectory(crypto)
- 
- # add TDDL
--- 
-2.16.4
-
-From 24bbf683de0b0b24f0ec81d093c03e1f6a9570f2 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Tue, 11 Sep 2018 14:20:19 +0300
-Subject: [PATCH 3/3] build: support BUILD_DEV to disable device build
-
-Signed-off-by: Alon Bar-Lev 

- CMakeLists.txt | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b8b68a3..9ae6562 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -76,7 +76,12 @@ add_subdirectory(crypto)
- add_subdirectory(tddl)
- 
- # add kernel modules

[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-emulator/, app-crypt/tpm-emulator/files/

2018-09-15 Thread Alon Bar-Lev
commit: 885121cfa0e1704416f3a6490b47a372bb7f2dd0
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Sep 15 22:18:02 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Sep 15 22:21:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885121cf

app-crypt/tpm-emulator: cleanup old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/tpm-emulator/Manifest|   1 -
 .../files/tpm-emulator-0.7.4-build.patch   | 100 -
 .../tpm-emulator/files/tpm-emulator.confd-0.7.4|   2 -
 .../tpm-emulator/files/tpm-emulator.initd-0.7.4|  59 
 .../tpm-emulator/tpm-emulator-0.7.4-r1.ebuild  |  80 -
 5 files changed, 242 deletions(-)

diff --git a/app-crypt/tpm-emulator/Manifest b/app-crypt/tpm-emulator/Manifest
index ee01c035b31..69569405245 100644
--- a/app-crypt/tpm-emulator/Manifest
+++ b/app-crypt/tpm-emulator/Manifest
@@ -1,2 +1 @@
 DIST tpm-emulator-0.7.5.tar.gz 222341 BLAKE2B 
c6dc7494800f4c6d1f5e622c6a47fdd5487e0f2cbc34173d9039d6eb5fd7541dd2c1f514efbf220c605424059844e18650b31ee9934eda6626427b915fd6bc53
 SHA512 
24c16ec36ca92c484d6e8dfa53c8ca00dbc5b58d78d7166041db1e9ae277d763f0fc0a6b0cbd7e62fcf4671f6ad2d8df1213256be0a4200b79b6ee61ab73b2ef
-DIST tpm_emulator-0.7.4.tar.gz 214145 BLAKE2B 
b8bbd53ecfb90e87f1306c03d2c65a472819d23d10bd63fa966bfadef4776c3876c2f6fc03cc878ece670bdfcd22c9f403ef4bc7f4593a0a6c7f8d17051ac3ba
 SHA512 
4928b5b82f57645be9408362706ff2c4d9baa635b21b0d41b1c82930e8c60a759b1ea4fa74d7e6c7cae1b7692d006aa5cb72df0c3b88bf049779aa2b566f9d35

diff --git a/app-crypt/tpm-emulator/files/tpm-emulator-0.7.4-build.patch 
b/app-crypt/tpm-emulator/files/tpm-emulator-0.7.4-build.patch
deleted file mode 100644
index ada748f7129..000
--- a/app-crypt/tpm-emulator/files/tpm-emulator-0.7.4-build.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-From ca99fe81c8aee204c1a8b7f3ca264130e54d9418 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Sat, 1 Sep 2018 21:32:07 +0300
-Subject: [PATCH] tpm: tpm_deprecated.c fix compare
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-tpm/tpm_deprecated.c:437:7: error: ‘__builtin_memcmp_eq’ reading 20 bytes from 
a region of size 8 [-Werror=stringop-overflow=]
-   if (memcmp(, , sizeof(TPM_HMAC))) {
-   ^~~
-cc1: all warnings being treated as errors
-
-Bug: https://bugs.gentoo.org/show_bug.cgi?id=664198

- tpm/tpm_deprecated.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tpm/tpm_deprecated.c b/tpm/tpm_deprecated.c
-index c362b56..4c49f54 100644
 a/tpm/tpm_deprecated.c
-+++ b/tpm/tpm_deprecated.c
-@@ -434,7 +434,7 @@ TPM_RESULT TPM_ChangeAuthAsymFinish(TPM_KEY_HANDLE 
parentHandle,
-   tpm_hmac_final(_ctx, b1.digest);
-   /* 6. The TPM SHALL compare b1 with newAuthLink. The TPM SHALL
- indicate a failure if the values do not match. */
--  if (memcmp(, , sizeof(TPM_HMAC))) {
-+  if (memcmp(, newAuthLink, sizeof(TPM_HMAC))) {
- debug("TPM_ChangeAuthAsymFinish(): newAuthLink value does not match.");
- return TPM_FAIL;
-   }
-From 035af1df2b18afd695150c6f9e426133b775c0a1 Mon Sep 17 00:00:00 2001
-From: Florian Larysch 
-Date: Tue, 24 Oct 2017 19:33:00 +0200
-Subject: [PATCH] tpm_command_handler: fix switch fallthrough
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Compiling with a recent GCC fails as follows:
-
-  tpm-emulator/tpm/tpm_cmd_handler.c: In function ‘tpm_setup_rsp_auth’:
-  tpm-emulator/tpm/tpm_cmd_handler.c:3332:7: error: this statement may fall 
through [-Werror=implicit-fallthrough=]
- tpm_hmac_final(, rsp->auth2->auth);
- ^~~
-  tpm-emulator/tpm/tpm_cmd_handler.c::5: note: here
-   case TPM_TAG_RSP_AUTH1_COMMAND:
-
-Looking at the code, this does indeed seem unintentional. Add a break
-state in the appropriate place.

- tpm/tpm_cmd_handler.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c
-index 288d1ce..5aea4e7 100644
 a/tpm/tpm_cmd_handler.c
-+++ b/tpm/tpm_cmd_handler.c
-@@ -3330,6 +3330,7 @@ static void tpm_setup_rsp_auth(TPM_COMMAND_CODE ordinal, 
TPM_RESPONSE *rsp)
-   sizeof(rsp->auth2->nonceOdd.nonce));
-   tpm_hmac_update(, (BYTE*)>auth2->continueAuthSession, 1);
-   tpm_hmac_final(, rsp->auth2->auth);
-+  break;
- case TPM_TAG_RSP_AUTH1_COMMAND:
-   tpm_hmac_init(, rsp->auth1->secret, sizeof(rsp->auth1->secret));
-   tpm_hmac_update(, rsp->auth1->digest, sizeof(rsp->auth1->digest));
--- 
-2.16.4
-
-From 0f4579e913aeb3a893631a3caee420a0e9803683 Mon Sep 17 00:00:00 2001
-From: Peter Huewe 
-Date: Mon, 26 Jun 2017 00:25:43 +0200
-Subject: [PATCH] Workaround wrong fallthrough case by returning TPM_FAIL
-
-The spec says that the number of verified PCRs should be returned - which it 
currently does 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/

2018-09-15 Thread Andrey Grozin
commit: 26234026e7afbfc2719e7d38498b303a494aeeb6
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 16 04:23:04 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 16 04:23:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26234026

sci-geosciences/routino: fix a stupid typo

Closes: https://bugs.gentoo.org/627866
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/routino/routino-3.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.2.ebuild 
b/sci-geosciences/routino/routino-3.2.ebuild
index 19512b20efa..4827cce51b0 100644
--- a/sci-geosciences/routino/routino-3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,6 +27,6 @@ src_prepare() {
 
 src_compile() {
emake -j1
-   rm README.txt
-   mv doc/rm README.txt .
+   rm README.txt || die "rm README.txt failed"
+   mv doc/README.txt . || die "mv doc/README.txt . failed"
 }



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

2018-09-15 Thread Mike Gilbert
commit: 0a07cd36ed5403b929770e256446eee5aac50746
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 16 03:13:53 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 16 03:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a07cd36

www-client/chromium: move dev-util/gn to DEPEND

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

 www-client/chromium/chromium-69.0.3497.81.ebuild | 2 +-
 www-client/chromium/chromium-69.0.3497.92.ebuild | 2 +-
 www-client/chromium/chromium-70.0.3521.2.ebuild  | 2 +-
 www-client/chromium/chromium-70.0.3538.9.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/chromium-69.0.3497.81.ebuild 
b/www-client/chromium/chromium-69.0.3497.81.ebuild
index db1988f4d57..9b12bab541e 100644
--- a/www-client/chromium/chromium-69.0.3497.81.ebuild
+++ b/www-client/chromium/chromium-69.0.3497.81.ebuild
@@ -79,7 +79,6 @@ COMMON_DEPEND="
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
!=dev-util/gperf-3.0.3
>=dev-util/ninja-1.7.2
>=net-libs/nodejs-6.9.4

diff --git a/www-client/chromium/chromium-70.0.3521.2.ebuild 
b/www-client/chromium/chromium-70.0.3521.2.ebuild
index c70f37c2a62..7ea1988182a 100644
--- a/www-client/chromium/chromium-70.0.3521.2.ebuild
+++ b/www-client/chromium/chromium-70.0.3521.2.ebuild
@@ -79,7 +79,6 @@ COMMON_DEPEND="
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
!=dev-util/gperf-3.0.3
>=dev-util/ninja-1.7.2
>=net-libs/nodejs-6.9.4[inspector]



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

2018-09-15 Thread Mikle Kolyada
commit: 8c0b0bd8ddfd05cb8613975eadefdca933cf40a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 16 02:30:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 16 02:30:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0b0bd8

dev-util/pycharm-community: fix keywords regression

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-util/pycharm-community/pycharm-community-2018.2.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2018.2.1.ebuild
index c37c85ebc8e..736ca5466e0 100644
--- a/dev-util/pycharm-community/pycharm-community-2018.2.1.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2018.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=virtual/jre-1.8
 dev-python/pip"



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

2018-09-15 Thread Mikle Kolyada
commit: fbf7822c1f756c925fe85cf762a315682eac1755
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 16 02:29:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 16 02:30:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf7822c

dev-util/pycharm-professional: fix keywords regression

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-util/pycharm-professional/pycharm-professional-2018.2.1.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2018.2.1.ebuild
index 5dc7e67e051..71fdc968f97 100644
--- a/dev-util/pycharm-professional/pycharm-professional-2018.2.1.ebuild
+++ b/dev-util/pycharm-professional/pycharm-professional-2018.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
 
 LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=virtual/jre-1.8
 dev-python/pip"



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

2018-09-15 Thread Brian Evans
commit: 8fb4f0df0b4a3a980929013acb68b408821cd974
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 01:34:50 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 01:34:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb4f0df

package.mask: Mask slot 5.2 of dev-db/myodbc

myodbc needs to have slot 5.2 removed
This notice allows users to migrate smoothly

Signed-off-by: Brian Evans  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f23608952f9..9c65806ee0f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans  (16 Sep 2018)
+# Broken build on modern clients. Please update to latest slot.
+# Slot to be removed in 30 days
+dev-db/myodbc:5.2
+
 # Michał Górny  (13 Sep 2018)
 # Depends on old version of dev-libs/jsoncpp, blocking its pruning.
 # Downstream maintainer is inactive to bump it.  Removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/

2018-09-15 Thread Andreas Sturmlechner
commit: 3819f77563c2a0e2e61e4dfeea2a304d4d6a962c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 00:37:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 00:37:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3819f775

media-video/subtitlecomposer: Fix pkg_postinst typo

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild 
b/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild
index 4ab2ad9041d..57cb8983dbf 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild
@@ -70,6 +70,6 @@ src_configure() {
 pkg_postinst() {
kde5_pkg_postinst
 
-   elog "Some example scripts provided by ${PV} require dev-lang/ruby"
+   elog "Some example scripts provided by ${PN} require dev-lang/ruby"
elog "or dev-lang/python to be installed."
 }



[gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/

2018-09-15 Thread Andreas Sturmlechner
commit: f5c2267881780e4b4785695e87616695e0063d1c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 23:51:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 00:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c22678

media-video/subtitlecomposer: 0.6.6 version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-video/subtitlecomposer/Manifest  |  1 +
 .../subtitlecomposer/subtitlecomposer-0.6.6.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/media-video/subtitlecomposer/Manifest 
b/media-video/subtitlecomposer/Manifest
index b0c310a58d9..e0900c73d7f 100644
--- a/media-video/subtitlecomposer/Manifest
+++ b/media-video/subtitlecomposer/Manifest
@@ -1 +1,2 @@
 DIST subtitlecomposer-0.6.4.tar.gz 1638176 BLAKE2B 
b71de34df7f9e98d94a541d029bf5a06aafd6c67ded1b87647c176f0579b3f6e6fe79c797e9f438d850f9aad93cc461704ea43590b31ed855673249f6227f4d0
 SHA512 
585471b7fbcbe21da31fc5f67b7803bac5820ba1dd13135ab17d86121b105926712fd2c726541153e0223ca9a72a717f80229f3a32f526319357ae0ef47af18e
+DIST subtitlecomposer-0.6.6.tar.gz 1637272 BLAKE2B 
0a3a7cc7f0301b5ea8cb7affd4600349c8b65bf8a856480e706a3549d8deb7ddc687faad11258d7753e6484783b50fff99ddbd1fc9f68a35fbd0b4346a7a2748
 SHA512 
0f1513d3ff0abcbd0979b370e1ec4cd0b92f7e65adef8c922ddbf37e2dbc73fb4cd821356df6dc1ba3d8832ab8cba25573f68297f4f6be05b5c4d824a663872a

diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild 
b/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild
new file mode 100644
index 000..4ab2ad9041d
--- /dev/null
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Text-based subtitles editor"
+HOMEPAGE="https://github.com/maxrd2/subtitlecomposer;
+SRC_URI="https://github.com/maxrd2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer libav mpv unicode xine"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kross)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   media-libs/phonon[qt5(+)]
+   gstreamer? (
+   dev-libs/glib:2
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   libav? ( media-video/libav:= )
+   !libav? ( media-video/ffmpeg:0= )
+   mpv? ( media-video/mpv )
+   unicode? ( dev-libs/icu:= )
+   xine? (
+   media-libs/xine-lib
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !media-video/subtitlecomposer:4
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bug 616706
+   $(cmake-utils_use_find_package gstreamer GStreamer)
+   $(cmake-utils_use_find_package mpv MPV)
+   $(cmake-utils_use_find_package unicode ICU)
+   $(cmake-utils_use_find_package xine Xine)
+   $(cmake-utils_use_find_package xine X11)
+   )
+
+   kde5_src_configure
+}
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   elog "Some example scripts provided by ${PV} require dev-lang/ruby"
+   elog "or dev-lang/python to be installed."
+}



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

2018-09-15 Thread Alec Warner
commit: 5c12fd73e862df3c243d2405253c6d25b132ff87
Author: Alec Warner  gentoo  org>
AuthorDate: Sat Sep 15 23:31:37 2018 +
Commit: Alec Warner  gentoo  org>
CommitDate: Sat Sep 15 23:31:37 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=5c12fd73

Add RISE mirror.

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

 files/mirrors/distfiles.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 8de2194..1788c0d 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -344,6 +344,13 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   ftp://ftp.iij.ad.jp/pub/linux/gentoo/
 
   
+  
+
+  RISE
+  ftp://mirror.rise.ph/gentoo
+  http://mirror.rise.ph/gentoo
+
+  
   
 
   KAIST



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

2018-09-15 Thread Alec Warner
commit: e34ccbd5a88b99e1eb7ab3b6053106ba832e7f79
Author: Alec Warner  gentoo  org>
AuthorDate: Sat Sep 15 23:26:20 2018 +
Commit: Alec Warner  gentoo  org>
CommitDate: Sat Sep 15 23:27:00 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=e34ccbd5

Update mirror for b/601456

Closes: http://bugs.gentoo.org/601456

 files/mirrors/distfiles.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index d5cd3f6..8de2194 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -150,8 +150,9 @@ vim: ft=xml et ts=2 sts=2 sw=2:
 
 
   Uni Erlangen-Nürnberg
-  http://ftp.uni-erlangen.de/pub/mirrors/gentoo
-  ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
+  http://ftp.fau.de/gentoo
+  ftp://ftp.fau.de/gentoo
+  rsync://ftp.fau.de/gentoo
 
 
   Dresden University of Technology/AG DSN



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

2018-09-15 Thread Sergei Trofimovich
commit: f103dc3d200d6c68d334eb95704f8f687ede63e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 23:23:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 23:23:37 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f103dc3d

4.6.4: backport 'struct ucontext' to 'ucontext_t' rename in glibc

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

 4.6.4/gentoo/94_all_ucontext-to-ucontext_t.patch | 152 +++
 4.6.4/gentoo/README.history  |   1 +
 2 files changed, 153 insertions(+)

diff --git a/4.6.4/gentoo/94_all_ucontext-to-ucontext_t.patch 
b/4.6.4/gentoo/94_all_ucontext-to-ucontext_t.patch
new file mode 100644
index 000..8b0a008
--- /dev/null
+++ b/4.6.4/gentoo/94_all_ucontext-to-ucontext_t.patch
@@ -0,0 +1,152 @@
+https://bugs.gentoo.org/629502
+
+From ecf0d1a107133c715763940c2b197aa814710e1b Mon Sep 17 00:00:00 2001
+From: jsm28 
+Date: Tue, 4 Jul 2017 10:25:10 +
+Subject: [PATCH] Use ucontext_t not struct ucontext in linux-unwind.h files.
+
+Current glibc no longer gives the ucontext_t type the tag struct
+ucontext, to conform with POSIX namespace rules.  This requires
+various linux-unwind.h files in libgcc, that were previously using
+struct ucontext, to be fixed to use ucontext_t instead.  This is
+similar to the removal of the struct siginfo tag from siginfo_t some
+years ago.
+
+This patch changes those files to use ucontext_t instead.  As the
+standard name that should be unconditionally safe, so this is not
+restricted to architectures supported by glibc, or conditioned on the
+glibc version.
+
+Tested compilation together with current glibc with glibc's
+build-many-glibcs.py.
+
+   * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
+   config/alpha/linux-unwind.h (alpha_fallback_frame_state),
+   config/bfin/linux-unwind.h (bfin_fallback_frame_state),
+   config/i386/linux-unwind.h (x86_64_fallback_frame_state,
+   x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
+   uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
+   config/pa/linux-unwind.h (pa32_fallback_frame_state),
+   config/sh/linux-unwind.h (sh_fallback_frame_state),
+   config/tilepro/linux-unwind.h (tile_fallback_frame_state),
+   config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
+   ucontext_t instead of struct ucontext.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@249958 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ libgcc/config/aarch64/linux-unwind.h |  2 +-
+ libgcc/config/alpha/linux-unwind.h   |  2 +-
+ libgcc/config/bfin/linux-unwind.h|  2 +-
+ libgcc/config/i386/linux-unwind.h|  4 ++--
+ libgcc/config/m68k/linux-unwind.h|  2 +-
+ libgcc/config/nios2/linux-unwind.h   |  2 +-
+ libgcc/config/pa/linux-unwind.h  |  2 +-
+ libgcc/config/sh/linux-unwind.h  |  2 +-
+ libgcc/config/tilepro/linux-unwind.h |  2 +-
+ libgcc/config/xtensa/linux-unwind.h  |  2 +-
+ 11 files changed, 25 insertions(+), 11 deletions(-)
+
+diff --git a/libgcc/config/alpha/linux-unwind.h 
b/libgcc/config/alpha/linux-unwind.h
+index d65474fec12..9a226b195b5 100644
+--- a/gcc/config/alpha/linux-unwind.h
 b/gcc/config/alpha/linux-unwind.h
+@@ -51,7 +51,7 @@ alpha_fallback_frame_state (struct _Unwind_Context *context,
+ {
+   struct rt_sigframe {
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+   sc = _->uc.uc_mcontext;
+ }
+diff --git a/libgcc/config/bfin/linux-unwind.h 
b/libgcc/config/bfin/linux-unwind.h
+index 0c270e435c7..7fa95d2dc96 100644
+--- a/gcc/config/bfin/linux-unwind.h
 b/gcc/config/bfin/linux-unwind.h
+@@ -52,7 +52,7 @@ bfin_fallback_frame_state (struct _Unwind_Context *context,
+   void *puc;
+   char retcode[8];
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+ 
+   /* The void * cast is necessary to avoid an aliasing warning.
+diff --git a/libgcc/config/i386/linux-unwind.h 
b/libgcc/config/i386/linux-unwind.h
+index e54bf73b1fd..d35fc4566ce 100644
+--- a/gcc/config/i386/linux-unwind.h
 b/gcc/config/i386/linux-unwind.h
+@@ -58,7 +58,7 @@ x86_64_fallback_frame_state (struct _Unwind_Context *context,
+   if (*(unsigned char *)(pc+0) == 0x48
+   && *(unsigned long long *)(pc+1) == RT_SIGRETURN_SYSCALL)
+ {
+-  struct ucontext *uc_ = context->cfa;
++  ucontext_t *uc_ = context->cfa;
+   /* The void * cast is necessary to avoid an aliasing warning.
+  The aliasing warning is correct, but should not be a problem
+  because it does not alias anything.  */
+@@ -138,7 +138,7 @@ x86_fallback_frame_state (struct _Unwind_Context *context,
+   siginfo_t *pinfo;
+   void *puc;
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+   /* The 

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

2018-09-15 Thread Sergei Trofimovich
commit: 8c5bba979803700150ca5f2884998e2a79e12122
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 23:08:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 23:08:35 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=8c5bba97

4.7.4: fix gperf/inline build failure against modern gcc

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

 4.7.4/gentoo/95_all_ucontext-to-ucontext_t.patch | 165 +++
 4.7.4/gentoo/README.history  |   1 +
 2 files changed, 166 insertions(+)

diff --git a/4.7.4/gentoo/95_all_ucontext-to-ucontext_t.patch 
b/4.7.4/gentoo/95_all_ucontext-to-ucontext_t.patch
new file mode 100644
index 000..b889597
--- /dev/null
+++ b/4.7.4/gentoo/95_all_ucontext-to-ucontext_t.patch
@@ -0,0 +1,165 @@
+https://bugs.gentoo.org/629502
+
+From ecf0d1a107133c715763940c2b197aa814710e1b Mon Sep 17 00:00:00 2001
+From: jsm28 
+Date: Tue, 4 Jul 2017 10:25:10 +
+Subject: [PATCH] Use ucontext_t not struct ucontext in linux-unwind.h files.
+
+Current glibc no longer gives the ucontext_t type the tag struct
+ucontext, to conform with POSIX namespace rules.  This requires
+various linux-unwind.h files in libgcc, that were previously using
+struct ucontext, to be fixed to use ucontext_t instead.  This is
+similar to the removal of the struct siginfo tag from siginfo_t some
+years ago.
+
+This patch changes those files to use ucontext_t instead.  As the
+standard name that should be unconditionally safe, so this is not
+restricted to architectures supported by glibc, or conditioned on the
+glibc version.
+
+Tested compilation together with current glibc with glibc's
+build-many-glibcs.py.
+
+   * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
+   config/alpha/linux-unwind.h (alpha_fallback_frame_state),
+   config/bfin/linux-unwind.h (bfin_fallback_frame_state),
+   config/i386/linux-unwind.h (x86_64_fallback_frame_state,
+   x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
+   uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
+   config/pa/linux-unwind.h (pa32_fallback_frame_state),
+   config/sh/linux-unwind.h (sh_fallback_frame_state),
+   config/tilepro/linux-unwind.h (tile_fallback_frame_state),
+   config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
+   ucontext_t instead of struct ucontext.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@249958 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ libgcc/config/aarch64/linux-unwind.h |  2 +-
+ libgcc/config/alpha/linux-unwind.h   |  2 +-
+ libgcc/config/bfin/linux-unwind.h|  2 +-
+ libgcc/config/i386/linux-unwind.h|  4 ++--
+ libgcc/config/m68k/linux-unwind.h|  2 +-
+ libgcc/config/nios2/linux-unwind.h   |  2 +-
+ libgcc/config/pa/linux-unwind.h  |  2 +-
+ libgcc/config/sh/linux-unwind.h  |  2 +-
+ libgcc/config/tilepro/linux-unwind.h |  2 +-
+ libgcc/config/xtensa/linux-unwind.h  |  2 +-
+ 11 files changed, 25 insertions(+), 11 deletions(-)
+
+diff --git a/libgcc/config/alpha/linux-unwind.h 
b/libgcc/config/alpha/linux-unwind.h
+index d65474fec12..9a226b195b5 100644
+--- a/libgcc/config/alpha/linux-unwind.h
 b/libgcc/config/alpha/linux-unwind.h
+@@ -51,7 +51,7 @@ alpha_fallback_frame_state (struct _Unwind_Context *context,
+ {
+   struct rt_sigframe {
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+   sc = _->uc.uc_mcontext;
+ }
+diff --git a/libgcc/config/bfin/linux-unwind.h 
b/libgcc/config/bfin/linux-unwind.h
+index 0c270e435c7..7fa95d2dc96 100644
+--- a/libgcc/config/bfin/linux-unwind.h
 b/libgcc/config/bfin/linux-unwind.h
+@@ -52,7 +52,7 @@ bfin_fallback_frame_state (struct _Unwind_Context *context,
+   void *puc;
+   char retcode[8];
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+ 
+   /* The void * cast is necessary to avoid an aliasing warning.
+diff --git a/libgcc/config/i386/linux-unwind.h 
b/libgcc/config/i386/linux-unwind.h
+index e54bf73b1fd..d35fc4566ce 100644
+--- a/libgcc/config/i386/linux-unwind.h
 b/libgcc/config/i386/linux-unwind.h
+@@ -58,7 +58,7 @@ x86_64_fallback_frame_state (struct _Unwind_Context *context,
+   if (*(unsigned char *)(pc+0) == 0x48
+   && *(unsigned long long *)(pc+1) == RT_SIGRETURN_SYSCALL)
+ {
+-  struct ucontext *uc_ = context->cfa;
++  ucontext_t *uc_ = context->cfa;
+   /* The void * cast is necessary to avoid an aliasing warning.
+  The aliasing warning is correct, but should not be a problem
+  because it does not alias anything.  */
+@@ -138,7 +138,7 @@ x86_fallback_frame_state (struct _Unwind_Context *context,
+   siginfo_t *pinfo;
+   void *puc;
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+   

[gentoo-commits] data/glep:master commit in: /

2018-09-15 Thread Ulrich Müller
commit: 3956481c7e5875772fe72cc4a3c994fa4b4e995c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 15 23:01:03 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Sep 15 23:01:03 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=3956481c

glep-0076: Mark as Accepted.

Per 2018-09-09 Council meeting and 2018-09-15 Trustees meeting.

 glep-0076.rst | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/glep-0076.rst b/glep-0076.rst
index 5bb66ad..4c0ffcb 100644
--- a/glep-0076.rst
+++ b/glep-0076.rst
@@ -7,10 +7,10 @@ Author: Richard Freeman ,
 Robin H. Johnson ,
 Michał Górny 
 Type: Informational
-Status: Draft
+Status: Accepted
 Version: 1
 Created: 2013-04-23
-Last-Modified: 2018-09-03
+Last-Modified: 2018-09-15
 Post-History: 2018-06-10, 2018-06-19, 2018-08-31
 Content-Type: text/x-rst
 ---
@@ -19,8 +19,9 @@ Content-Type: text/x-rst
 Status
 ==
 
-The policies on this page have no effect!  These are draft policies up
-for discussion, not final versions.
+Accepted by the Gentoo Council on 2018-09-09 and approved by the
+Gentoo Board of Trustees on 2018-09-15.  Implementation in tools
+(e.g., repoman) is pending.
 
 
 Abstract



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

2018-09-15 Thread Sergei Trofimovich
commit: f64ee67a1767f75e7416942bdc6ceeeae031d56f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 22:48:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 22:48:30 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f64ee67a

4.8.5: backport 'struct ucontext' to 'ucontext_t' rename in glibc

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

 4.8.5/gentoo/95_all_ucontext-to-ucontext_t.patch | 178 +++
 4.8.5/gentoo/README.history  |   1 +
 2 files changed, 179 insertions(+)

diff --git a/4.8.5/gentoo/95_all_ucontext-to-ucontext_t.patch 
b/4.8.5/gentoo/95_all_ucontext-to-ucontext_t.patch
new file mode 100644
index 000..bdcf8b3
--- /dev/null
+++ b/4.8.5/gentoo/95_all_ucontext-to-ucontext_t.patch
@@ -0,0 +1,178 @@
+https://bugs.gentoo.org/629502
+
+From ecf0d1a107133c715763940c2b197aa814710e1b Mon Sep 17 00:00:00 2001
+From: jsm28 
+Date: Tue, 4 Jul 2017 10:25:10 +
+Subject: [PATCH] Use ucontext_t not struct ucontext in linux-unwind.h files.
+
+Current glibc no longer gives the ucontext_t type the tag struct
+ucontext, to conform with POSIX namespace rules.  This requires
+various linux-unwind.h files in libgcc, that were previously using
+struct ucontext, to be fixed to use ucontext_t instead.  This is
+similar to the removal of the struct siginfo tag from siginfo_t some
+years ago.
+
+This patch changes those files to use ucontext_t instead.  As the
+standard name that should be unconditionally safe, so this is not
+restricted to architectures supported by glibc, or conditioned on the
+glibc version.
+
+Tested compilation together with current glibc with glibc's
+build-many-glibcs.py.
+
+   * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
+   config/alpha/linux-unwind.h (alpha_fallback_frame_state),
+   config/bfin/linux-unwind.h (bfin_fallback_frame_state),
+   config/i386/linux-unwind.h (x86_64_fallback_frame_state,
+   x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
+   uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
+   config/pa/linux-unwind.h (pa32_fallback_frame_state),
+   config/sh/linux-unwind.h (sh_fallback_frame_state),
+   config/tilepro/linux-unwind.h (tile_fallback_frame_state),
+   config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
+   ucontext_t instead of struct ucontext.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@249958 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ libgcc/config/aarch64/linux-unwind.h |  2 +-
+ libgcc/config/alpha/linux-unwind.h   |  2 +-
+ libgcc/config/bfin/linux-unwind.h|  2 +-
+ libgcc/config/i386/linux-unwind.h|  4 ++--
+ libgcc/config/m68k/linux-unwind.h|  2 +-
+ libgcc/config/nios2/linux-unwind.h   |  2 +-
+ libgcc/config/pa/linux-unwind.h  |  2 +-
+ libgcc/config/sh/linux-unwind.h  |  2 +-
+ libgcc/config/tilepro/linux-unwind.h |  2 +-
+ libgcc/config/xtensa/linux-unwind.h  |  2 +-
+ 11 files changed, 25 insertions(+), 11 deletions(-)
+
+diff --git a/libgcc/config/aarch64/linux-unwind.h 
b/libgcc/config/aarch64/linux-unwind.h
+index 86d17b1c798..909f68f7311 100644
+--- a/libgcc/config/aarch64/linux-unwind.h
 b/libgcc/config/aarch64/linux-unwind.h
+@@ -52,7 +52,7 @@ aarch64_fallback_frame_state (struct _Unwind_Context 
*context,
+   struct rt_sigframe
+   {
+ siginfo_t info;
+-struct ucontext uc;
++ucontext_t uc;
+   };
+ 
+   struct rt_sigframe *rt_;
+diff --git a/libgcc/config/alpha/linux-unwind.h 
b/libgcc/config/alpha/linux-unwind.h
+index d65474fec12..9a226b195b5 100644
+--- a/libgcc/config/alpha/linux-unwind.h
 b/libgcc/config/alpha/linux-unwind.h
+@@ -51,7 +51,7 @@ alpha_fallback_frame_state (struct _Unwind_Context *context,
+ {
+   struct rt_sigframe {
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+   sc = _->uc.uc_mcontext;
+ }
+diff --git a/libgcc/config/bfin/linux-unwind.h 
b/libgcc/config/bfin/linux-unwind.h
+index 0c270e435c7..7fa95d2dc96 100644
+--- a/libgcc/config/bfin/linux-unwind.h
 b/libgcc/config/bfin/linux-unwind.h
+@@ -52,7 +52,7 @@ bfin_fallback_frame_state (struct _Unwind_Context *context,
+   void *puc;
+   char retcode[8];
+   siginfo_t info;
+-  struct ucontext uc;
++  ucontext_t uc;
+   } *rt_ = context->cfa;
+ 
+   /* The void * cast is necessary to avoid an aliasing warning.
+diff --git a/libgcc/config/i386/linux-unwind.h 
b/libgcc/config/i386/linux-unwind.h
+index e54bf73b1fd..d35fc4566ce 100644
+--- a/libgcc/config/i386/linux-unwind.h
 b/libgcc/config/i386/linux-unwind.h
+@@ -58,7 +58,7 @@ x86_64_fallback_frame_state (struct _Unwind_Context *context,
+   if (*(unsigned char *)(pc+0) == 0x48
+   && *(unsigned long long *)(pc+1) == RT_SIGRETURN_SYSCALL)
+ {
+-  struct ucontext *uc_ = context->cfa;
++  ucontext_t *uc_ = 

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

2018-09-15 Thread Sergei Trofimovich
commit: 526aeaf672317b52c737ea4b8a7481ee728906b2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 22:43:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 22:43:40 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=526aeaf6

4.8.5: fix gperf/inline build failure against modern gcc

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

 4.8.5/gentoo/94_all_gcc-gperf-gnu-inline.patch | 64 ++
 4.8.5/gentoo/README.history|  1 +
 2 files changed, 65 insertions(+)

diff --git a/4.8.5/gentoo/94_all_gcc-gperf-gnu-inline.patch 
b/4.8.5/gentoo/94_all_gcc-gperf-gnu-inline.patch
new file mode 100644
index 000..b26647a
--- /dev/null
+++ b/4.8.5/gentoo/94_all_gcc-gperf-gnu-inline.patch
@@ -0,0 +1,64 @@
+https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00375.html
+
+From 1de9842cba4749376b545a09ef0b4fc195d319a6 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Thu, 6 Aug 2015 23:32:54 -0400
+Subject: [PATCH] cfns: fix mismatch in gnu_inline attributes
+
+Since the 3.0.3 release of gperf (made in May 2007), the generated func
+has had the gnu_inline attribute applied to it.  The gcc source however
+has not been updated to include that which has lead to a mismatch.
+
+In practice, this hasn't been an issue for two reasons:
+(1) Before gcc-5, the default standard was (gnu) C89, and gcc does not
+warn or throw an error in this mode.
+(2) Starting with gcc-4.8, the compiler driver used to build gcc was
+changed to C++, and g++ does not warn or throw an error in this mode.
+
+This error does show up though when using gcc-5 to build gcc-4.7 or
+older as then the default is (gnu) C11 and the C compiler driver is
+used.  That failure looks like:
+In file included from .../gcc-4.7.4/gcc/cp/except.c:990:0:
+cfns.gperf: At top level:
+cfns.gperf:101:1: error: 'gnu_inline' attribute present on 'libc_name_p'
+cfns.gperf:26:14: error: but not here
+
+Whether the compiler should always emit this error regardless of the
+active standard or compiler driver is debatable (I think it should be
+consistent -- either always do it or never do it).
+---
+ gcc/cp/cfns.gperf | 3 +++
+ gcc/cp/cfns.h | 3 +++
+ 2 files changed, 6 insertions(+)
+
+diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf
+index 68acd3d..953262f 100644
+--- a/gcc/cp/cfns.gperf
 b/gcc/cp/cfns.gperf
+@@ -22,6 +22,9 @@ __inline
+ static unsigned int hash (const char *, unsigned int);
+ #ifdef __GNUC__
+ __inline
++#ifdef __GNUC_STDC_INLINE__
++__attribute__ ((__gnu_inline__)) static
++#endif
+ #endif
+ const char * libc_name_p (const char *, unsigned int);
+ %}
+diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h
+index 1c6665d..6d00c0e 100644
+--- a/gcc/cp/cfns.h
 b/gcc/cp/cfns.h
+@@ -53,6 +53,9 @@ __inline
+ static unsigned int hash (const char *, unsigned int);
+ #ifdef __GNUC__
+ __inline
++#ifdef __GNUC_STDC_INLINE__
++__attribute__ ((__gnu_inline__)) static
++#endif
+ #endif
+ const char * libc_name_p (const char *, unsigned int);
+ /* maximum key range = 391, duplicates = 0 */
+-- 
+2.4.4
+

diff --git a/4.8.5/gentoo/README.history b/4.8.5/gentoo/README.history
index 9219db9..dea5d99 100644
--- a/4.8.5/gentoo/README.history
+++ b/4.8.5/gentoo/README.history
@@ -2,6 +2,7 @@
U 09_all_default-ssp.patch
+ 34_all_libjava-classpath-locale-sort.patch
U 74_all_gcc48_cloog-dl.patch
+   + 94_all_gcc-gperf-gnu-inline.patch
 
 1.329 Aug 2015
U 74_all_gcc48_cloog-dl.patch



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

2018-09-15 Thread Andreas Sturmlechner
commit: 8dac6041d8685f7bba21e9f5815b3659d66c8547
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 22:23:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 22:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dac6041

media-libs/waffle: Bump 1.5.2 to EAPI-6

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/waffle/waffle-1.5.2.ebuild | 47 ++-
 1 file changed, 19 insertions(+), 28 deletions(-)

diff --git a/media-libs/waffle/waffle-1.5.2.ebuild 
b/media-libs/waffle/waffle-1.5.2.ebuild
index ec71eacc2bf..2be51a34280 100644
--- a/media-libs/waffle/waffle-1.5.2.ebuild
+++ b/media-libs/waffle/waffle-1.5.2.ebuild
@@ -1,25 +1,19 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-2"
-fi
-
-inherit cmake-utils cmake-multilib ${GIT_ECLASS}
-
-DESCRIPTION="Library that allows selection of GL API and of window system at 
runtime"
-HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/;
-
-if [[ $PV = * ]]; then
-   KEYWORDS="~ppc ~ppc64"
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git;
+   GIT_ECLASS="git-r3"
 else

SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz;
KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
 fi
+inherit cmake-multilib ${GIT_ECLASS}
+
+DESCRIPTION="Library that allows selection of GL API and of window system at 
runtime"
+HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/;
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -28,31 +22,28 @@ IUSE="doc egl gbm test wayland"
 RDEPEND="
>=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}]
>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-   wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
-   gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]"
+   >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+   gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
+   wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
+"
 DEPEND="${RDEPEND}
>=x11-base/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
doc? (
dev-libs/libxslt
app-text/docbook-xml-dtd:4.2
-   )"
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-2_src_unpack
-}
+   )
+"
 
 src_configure() {
local mycmakeargs=(
-Dwaffle_has_glx=ON
-Dwaffle_build_examples=OFF
-   $(cmake-utils_use doc waffle_build_manpages)
-   $(cmake-utils_use egl waffle_has_x11_egl)
-   $(cmake-utils_use gbm waffle_has_gbm)
-   $(cmake-utils_use test waffle_build_tests)
-   $(cmake-utils_use wayland waffle_has_wayland)
+   -Dwaffle_build_manpages=$(usex doc )
+   -Dwaffle_has_x11_egl=$(usex egl)
+   -Dwaffle_has_gbm=$(usex gbm)
+   -Dwaffle_build_tests=$(usex test)
+   -Dwaffle_has_wayland=$(usex wayland)
)
 
cmake-multilib_src_configure



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

2018-09-15 Thread Andreas Sturmlechner
commit: c75350d290e3c1c35036e7896f894bd5d4d7b7f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 22:20:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 22:39:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75350d2

media-libs/waffle: Bump live to EAPI-6, switch to git-r3

Sort deps, drop implicit inherit, consolidate /non- conditionals.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/waffle/waffle-.ebuild | 49 +++-
 1 file changed, 20 insertions(+), 29 deletions(-)

diff --git a/media-libs/waffle/waffle-.ebuild 
b/media-libs/waffle/waffle-.ebuild
index 23384f2ecad..dc2a6060887 100644
--- a/media-libs/waffle/waffle-.ebuild
+++ b/media-libs/waffle/waffle-.ebuild
@@ -1,26 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-2"
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git;
+   GIT_ECLASS="git-r3"
+else
+   
SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 fi
-
-inherit cmake-utils cmake-multilib ${GIT_ECLASS}
+inherit cmake-multilib ${GIT_ECLASS}
 
 DESCRIPTION="Library that allows selection of GL API and of window system at 
runtime"
 HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/;
 
-if [[ $PV = * ]]; then
-   KEYWORDS=""
-else
-   
SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="doc egl gbm test wayland"
@@ -28,31 +22,28 @@ IUSE="doc egl gbm test wayland"
 RDEPEND="
>=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}]
>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-   wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
-   gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]"
+   >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+   gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
+   wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
+"
 DEPEND="${RDEPEND}
>=x11-base/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
doc? (
dev-libs/libxslt
app-text/docbook-xml-dtd:4.2
-   )"
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-2_src_unpack
-}
+   )
+"
 
 src_configure() {
local mycmakeargs=(
-Dwaffle_has_glx=ON
-Dwaffle_build_examples=OFF
-   $(cmake-utils_use doc waffle_build_manpages)
-   $(cmake-utils_use egl waffle_has_x11_egl)
-   $(cmake-utils_use gbm waffle_has_gbm)
-   $(cmake-utils_use test waffle_build_tests)
-   $(cmake-utils_use wayland waffle_has_wayland)
+   -Dwaffle_build_manpages=$(usex doc )
+   -Dwaffle_has_x11_egl=$(usex egl)
+   -Dwaffle_has_gbm=$(usex gbm)
+   -Dwaffle_build_tests=$(usex test)
+   -Dwaffle_has_wayland=$(usex wayland)
)
 
cmake-multilib_src_configure



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

2018-09-15 Thread Anthony G. Basile
commit: 37b109f72224fa65a00de2c017d79a0b35c66940
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Sep 15 22:09:56 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Sep 15 22:09:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b109f7

sys-fs/eudev: remove older version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/eudev/Manifest   |   1 -
 sys-fs/eudev/eudev-3.1.5.ebuild | 237 
 2 files changed, 238 deletions(-)

diff --git a/sys-fs/eudev/Manifest b/sys-fs/eudev/Manifest
index 624eb408771..4ce7354bcf4 100644
--- a/sys-fs/eudev/Manifest
+++ b/sys-fs/eudev/Manifest
@@ -1,2 +1 @@
-DIST eudev-3.1.5.tar.gz 1745524 BLAKE2B 
d030e78f8ef751ac1d677f50200898fb2089940a7d8a828080059fb6330012e615638e47ba21dd6b35fcf89248783d20e47387b8f009f7f4cc1f3fac203e6f58
 SHA512 
c5192e085ca4230aaac918e701989b712e5bda1558db31eb6ba635c17c4bdff398458d51cefbc5fb77a7c775ec1e04b1dbe019b8314cac3f43a5c1ae61521b5e
 DIST eudev-3.2.5.tar.gz 1856958 BLAKE2B 
8ca5706a91395ffa38c9bc552df874c1521d18103a6568bcf82d0664a20f8e38b58b67a74798f9f0c10a5adc99a7524318055b79dc2e360aee684c2a2a5983a4
 SHA512 
f73efde0d2dafcf79be4ebe9f6e6abb44329ea4ae45ccc4d9662c1d5ca6f4d45c27ca0b3135d7fa85f305bf7c5825dc179eb93fe7179c36a229fe63e372c

diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild
deleted file mode 100644
index 0efff72af44..000
--- a/sys-fs/eudev/eudev-3.1.5.ebuild
+++ /dev/null
@@ -1,237 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-KV_min=2.6.39
-
-inherit autotools eutils linux-info multilib multilib-minimal user
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/gentoo/eudev.git;
-   inherit git-r3
-else
-   SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc 
x86"
-fi
-
-DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
-HOMEPAGE="https://github.com/gentoo/eudev;
-
-LICENSE="LGPL-2.1 MIT GPL-2"
-SLOT="0"
-IUSE="+hwdb +kmod introspection rule-generator selinux static-libs test"
-
-COMMON_DEPEND=">=sys-apps/util-linux-2.20
-   introspection? ( >=dev-libs/gobject-introspection-1.38 )
-   kmod? ( >=sys-apps/kmod-16 )
-   selinux? ( >=sys-libs/libselinux-2.1.9 )
-   !https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames;
-   ewarn
-   ewarn "This functionality is enabled BY DEFAULT because eudev has no 
means of synchronizing"
-   ewarn "between the default or user-modified choice of sys-fs/udev.  If 
you wish to disable"
-   ewarn "this new iface naming, please be sure that 
/etc/udev/rules.d/80-net-name-slot.rules"
-   ewarn "exists: touch /etc/udev/rules.d/80-net-name-slot.rules"
-   ewarn
-}
-
-pkg_setup() {
-   CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER 
~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~UNIX"
-   linux-info_pkg_setup
-   get_running_version
-
-   # These are required kernel options, but we don't error out on them
-   # because you can build under one kernel and run under another.
-   if kernel_is lt ${KV_min//./ }; then
-   ewarn
-   ewarn "Your current running kernel version ${KV_FULL} is too 
old to run ${P}."
-   ewarn "Make sure to run udev under kernel version ${KV_min} or 
above."
-   ewarn
-   fi
-}
-
-src_prepare() {
-   # change rules back to group uucp instead of dialout for now
-   sed -e 's/GROUP="dialout"/GROUP="uucp"/' -i rules/*.rules \
-   || die "failed to change group dialout to uucp"
-
-   epatch "${FILESDIR}"/${PN}-include-sysmacros-header.patch
-
-   epatch_user
-   eautoreconf
-}
-
-multilib_src_configure() {
-   tc-export CC #463846
-   export cc_cv_CFLAGS__flto=no #502950
-
-   # Keep sorted by ./configure --help and only pass --disable flags
-   # when *required* to avoid external deps or unnecessary compile
-   local econf_args
-   econf_args=(
-   ac_cv_search_cap_init=
-   ac_cv_header_sys_capability_h=yes
-   DBUS_CFLAGS=' '
-   DBUS_LIBS=' '
-   --with-rootprefix=
-   --with-rootrundir=/run
-   --libdir=/usr/$(get_libdir)
-   --with-rootlibexecdir=/lib/udev
-   --enable-split-usr
-   --enable-manpages
-   --disable-hwdb
-   --exec-prefix=/
-   )
-
-   # Only build libudev for non-native_abi, and only install it to libdir,
-   # that means all options only apply to native_abi
-   if multilib_is_native_abi; then
-   econf_args+=(
-   --with-rootlibdir=/$(get_libdir)
-   

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

2018-09-15 Thread Andreas Hüttel
commit: 2e0a12d57f1c5d198ab89b3a7b9b0a1c1e8a784c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep 15 21:46:01 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 15 21:46:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0a12d5

media-gfx/inkscape: Fix ugly bug with PDF import and Type3 fonts

All Type 3 text got swallowed due to a faulty poppler-0.64
compatibility patch. Works better with new commit from upstream.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/inkscape-0.92.3-poppler-0.64-2.patch | 160 ++
 media-gfx/inkscape/inkscape-0.92.3-r1.ebuild   | 180 +
 2 files changed, 340 insertions(+)

diff --git a/media-gfx/inkscape/files/inkscape-0.92.3-poppler-0.64-2.patch 
b/media-gfx/inkscape/files/inkscape-0.92.3-poppler-0.64-2.patch
new file mode 100644
index 000..4608bc79ecd
--- /dev/null
+++ b/media-gfx/inkscape/files/inkscape-0.92.3-poppler-0.64-2.patch
@@ -0,0 +1,160 @@
+From 66d05776ea2d403f2f48437f70d096a09724dfec Mon Sep 17 00:00:00 2001
+From: Eduard Braun 
+Date: Wed, 5 Sep 2018 00:31:06 +0200
+Subject: [PATCH] Modified fix for compatibility with poppler 0.64
+
+This is slightly uglier than f0697de012598ea84edafea9a326e5e101eccd2a
+but avoids duplicating strings (which is unnecessary and leaked memory).
+
+It's also closer to what upstream intended with the changes in 0.64.
+
+(cherry picked from commit 722e121361d0f784083d10e897155b7d4e44e515)
+---
+ .../internal/pdfinput/pdf-parser.cpp  | 19 ---
+ src/extension/internal/pdfinput/pdf-parser.h  |  6 ++
+ .../internal/pdfinput/svg-builder.cpp |  6 +++---
+ src/extension/internal/pdfinput/svg-builder.h |  4 ++--
+ 4 files changed, 27 insertions(+), 8 deletions(-)
+
+diff --git a/src/extension/internal/pdfinput/pdf-parser.cpp 
b/src/extension/internal/pdfinput/pdf-parser.cpp
+index a3aa3213a1..ea9f902e09 100644
+--- a/src/extension/internal/pdfinput/pdf-parser.cpp
 b/src/extension/internal/pdfinput/pdf-parser.cpp
+@@ -36,6 +36,7 @@ extern "C" {
+ #include "pdf-parser.h"
+ #include "util/units.h"
+ 
++#include "glib/poppler-features.h"
+ #include "goo/gmem.h"
+ #include "goo/GooString.h"
+ #include "GlobalParams.h"
+@@ -2581,7 +2582,11 @@ void PdfParser::opShowSpaceText(Object args[], int 
/*numArgs*/)
+   }
+ }
+ 
++#if POPPLER_CHECK_VERSION(0,64,0)
+ void PdfParser::doShowText(const GooString *s) {
++#else
++void PdfParser::doShowText(GooString *s) {
++#endif
+   GfxFont *font;
+   int wMode;
+   double riseX, riseY;
+@@ -2594,7 +2599,11 @@ void PdfParser::doShowText(const GooString *s) {
+   Object charProc;
+   Dict *resDict;
+   Parser *oldParser;
++#if POPPLER_CHECK_VERSION(0,64,0)
++  const char *p;
++#else
+   char *p;
++#endif
+   int len, n, uLen;
+ 
+   font = state->getFont();
+@@ -2630,7 +2639,7 @@ void PdfParser::doShowText(const GooString *s) {
+ double lineX = state->getLineX();
+ double lineY = state->getLineY();
+ oldParser = parser;
+-p = g_strdup(s->getCString());
++p = s->getCString();
+ len = s->getLength();
+ while (len > 0) {
+   n = font->getNextChar(p, len, ,
+@@ -2685,7 +2694,7 @@ void PdfParser::doShowText(const GooString *s) {
+ 
+   } else {
+ state->textTransformDelta(0, state->getRise(), , );
+-p = g_strdup(s->getCString());
++p = s->getCString();
+ len = s->getLength();
+ while (len > 0) {
+   n = font->getNextChar(p, len, ,
+@@ -2731,7 +2740,11 @@ void PdfParser::opXObject(Object args[], int 
/*numArgs*/)
+ {
+   Object obj1, obj2, obj3, refObj;
+ 
+-  char *name = g_strdup(args[0].getName());
++#if POPPLER_CHECK_VERSION(0,64,0)
++  const char *name = args[0].getName();
++#else
++  char *name = args[0].getName();
++#endif
+ #if defined(POPPLER_NEW_OBJECT_API)
+   if ((obj1 = res->lookupXObject(name)).isNull()) {
+ #else
+diff --git a/src/extension/internal/pdfinput/pdf-parser.h 
b/src/extension/internal/pdfinput/pdf-parser.h
+index f985b15cad..ed28274f42 100644
+--- a/src/extension/internal/pdfinput/pdf-parser.h
 b/src/extension/internal/pdfinput/pdf-parser.h
+@@ -25,6 +25,7 @@ namespace Inkscape {
+ // TODO clean up and remove using:
+ using Inkscape::Extension::Internal::SvgBuilder;
+ 
++#include "glib/poppler-features.h"
+ #include "goo/gtypes.h"
+ #include "Object.h"
+ 
+@@ -287,7 +288,12 @@ private:
+   void opMoveShowText(Object args[], int numArgs);
+   void opMoveSetShowText(Object args[], int numArgs);
+   void opShowSpaceText(Object args[], int numArgs);
++#if POPPLER_CHECK_VERSION(0,64,0)
+   void doShowText(const GooString *s);
++#else
++  void doShowText(GooString *s);
++#endif
++  
+ 
+   // XObject operators
+   void opXObject(Object args[], int numArgs);
+diff --git a/src/extension/internal/pdfinput/svg-builder.cpp 
b/src/extension/internal/pdfinput/svg-builder.cpp
+index 617861928d..767c8af4d4 100644
+--- a/src/extension/internal/pdfinput/svg-builder.cpp
 

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

2018-09-15 Thread Andreas Sturmlechner
commit: e4031b928a40263f16480caff6ec2b4ab5ac51e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 21:43:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 21:43:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4031b92

net-libs/libssh: Drop 0.8.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/libssh/Manifest|   1 -
 net-libs/libssh/libssh-0.8.1.ebuild | 115 
 2 files changed, 116 deletions(-)

diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest
index ac53341e488..2d38869b741 100644
--- a/net-libs/libssh/Manifest
+++ b/net-libs/libssh/Manifest
@@ -1,4 +1,3 @@
 DIST libssh-0.7.4.tar.xz 351892 BLAKE2B 
5427faa04eac7b57f73909f113d933daf667f8311c30364bbf06d4f01121a58f5b560e0a1d9071655ce9b310fa3f3f801e11e880ca3eacde66efa0f49dc51b2b
 SHA512 
94b8183e5c83e339303c1a160c92ccff6159471ac7d189ab66cf6d606d2e803fd616519f079aef1577c947d3a14e315332b05ea08e44d0ab550edbcb768dbea7
 DIST libssh-0.7.5.tar.xz 351632 BLAKE2B 
b41cccb6215c5b7e66742171d91e1081d3c1bf44455b65a5992093d31b28db7a6375e815303e115e02b2458c734d9c61e4b1528ba905bf8a421ca2bbb7221ce6
 SHA512 
6c7f539899caaedf13d66fa2e0fac1a475ecdfe389131abcbdf908bdebc50a0b9e6b0d43e67e52aea85c32f6aa68e46ca2f50695992f82ded83489f445a8e775
-DIST libssh-0.8.1.tar.xz 409572 BLAKE2B 
65bf38c5bba803a588ff4a1cc5f774cacc43c500bf0aaa77674f9120eccda26027e446aeb9e61a2418eb81077fdb0aa55d8e014f6d466877a9cd96b665c5e7ce
 SHA512 
6630d0b101dc109116ba7a6cffb00db1bc9b5bc6004c843c5361d3d97c6cf4c323129ebf3bbf25ab2fc1961b74520490d7a16999504849c07b26a25679724b93
 DIST libssh-0.8.2.tar.xz 408412 BLAKE2B 
bbd531ed511baa84d40c2e156cc63fca09345196e24e485930d8f42fed451529ea6ec2ce6f50276dfa56d5523062bbc45774891ad47ce7c748e8b95bc28b9f8c
 SHA512 
ef9877d2a35f1871139c12452c917a3888172ea29f71d880e824de182695e5a8786bb39ca2f4874a160e156648d52065a8b2e7c040220badf65eee35dcfddeb9

diff --git a/net-libs/libssh/libssh-0.8.1.ebuild 
b/net-libs/libssh/libssh-0.8.1.ebuild
deleted file mode 100644
index 641c1853e98..000
--- a/net-libs/libssh/libssh-0.8.1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${PN}-${PV/_rc/rc}"
-inherit cmake-multilib
-
-DESCRIPTION="Access a working SSH implementation by means of a library"
-HOMEPAGE="https://www.libssh.org/;
-
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git;
-else
-   inherit eapi7-ver
-   SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-IUSE="debug doc examples gcrypt gssapi libressl mbedtls pcap server +sftp 
static-libs test zlib"
-# Maintainer: check IUSE-defaults at DefineOptions.cmake
-
-RDEPEND="
-   !gcrypt? (
-   !mbedtls? (
-   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
-   )
-   )
-   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
-   gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
-   mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}] )
-"
-
-REQUIRED_USE="?? ( gcrypt mbedtls )"
-
-DOCS=( AUTHORS README ChangeLog )
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.8.0-tests.patch"
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # just install the examples do not compile them
-   sed -i \
-   -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' \
-   CMakeLists.txt || die
-
-   # keyfile torture test is currently broken
-   sed -i \
-   -e '/torture_keyfiles/d' \
-   tests/unittests/CMakeLists.txt || die
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DUNIT_TESTING="$(usex test)"
-   -DWITH_DEBUG_CALLTRACE="$(usex debug)"
-   -DWITH_DEBUG_CRYPTO="$(usex debug)"
-   -DWITH_GCRYPT="$(usex gcrypt)"
-   -DWITH_GSSAPI="$(usex gssapi)"
-   -DWITH_MBEDTLS="$(usex mbedtls)"
-   -DWITH_NACL=no
-   -DWITH_PCAP="$(usex pcap)"
-   -DWITH_SERVER="$(usex server)"
-   -DWITH_SFTP="$(usex sftp)"
-   -DWITH_STACK_PROTECTOR=OFF
-   -DWITH_STATIC_LIB="$(usex static-libs)"
-   -DWITH_STATIC_LIB="$(usex test)"
-   -DWITH_ZLIB="$(usex zlib)"
-   )
-
-   

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

2018-09-15 Thread Andreas Sturmlechner
commit: 91861399fe39186c5dbcc13de09a2024e95c1648
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 21:41:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 21:43:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91861399

net-libs/libssh: Fix USE=doc

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

 net-libs/libssh/libssh-0.8.2.ebuild | 30 +++---
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/net-libs/libssh/libssh-0.8.2.ebuild 
b/net-libs/libssh/libssh-0.8.2.ebuild
index 641c1853e98..d187c20721b 100644
--- a/net-libs/libssh/libssh-0.8.2.ebuild
+++ b/net-libs/libssh/libssh-0.8.2.ebuild
@@ -23,6 +23,8 @@ SLOT="0/4" # subslot = soname major version
 IUSE="debug doc examples gcrypt gssapi libressl mbedtls pcap server +sftp 
static-libs test zlib"
 # Maintainer: check IUSE-defaults at DefineOptions.cmake
 
+REQUIRED_USE="?? ( gcrypt mbedtls ) test? ( static-libs )"
+
 RDEPEND="
!gcrypt? (
!mbedtls? (
@@ -36,27 +38,21 @@ RDEPEND="
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
+   doc? ( app-doc/doxygen[dot] )
test? ( >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}] )
 "
 
-REQUIRED_USE="?? ( gcrypt mbedtls )"
-
 DOCS=( AUTHORS README ChangeLog )
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=(
-   "${FILESDIR}/${PN}-0.8.0-tests.patch"
-)
+PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" )
 
 src_prepare() {
cmake-utils_src_prepare
 
-   # just install the examples do not compile them
-   sed -i \
-   -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' \
-   CMakeLists.txt || die
+   # just install the examples, do not compile them
+   cmake_comment_add_subdirectory examples
 
# keyfile torture test is currently broken
sed -i \
@@ -78,27 +74,22 @@ multilib_src_configure() {
-DWITH_SFTP="$(usex sftp)"
-DWITH_STACK_PROTECTOR=OFF
-DWITH_STATIC_LIB="$(usex static-libs)"
-   -DWITH_STATIC_LIB="$(usex test)"
-DWITH_ZLIB="$(usex zlib)"
)
 
+   multilib_is_native_abi || mycmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON )
+
cmake-utils_src_configure
 }
 
 multilib_src_compile() {
cmake-utils_src_compile
-   multilib_is_native_abi && use doc && cmake-utils_src_compile doc
+   multilib_is_native_abi && use doc && cmake-utils_src_compile docs
 }
 
 multilib_src_install() {
cmake-utils_src_install
-
-   if multilib_is_native_abi && use doc ; then
-   docinto html
-   dodoc -r doc/html/.
-   fi
-
-   use static-libs || rm -f "${D}"/usr/$(get_libdir)/libssh.a
+   use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
 
# compatibility symlink until all consumers have been updated
# to no longer use libssh_threads.so
@@ -106,6 +97,7 @@ multilib_src_install() {
 }
 
 multilib_src_install_all() {
+   use mbedtls && DOCS+=( README.mbedtls )
einstalldocs
 
if use examples; then



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/

2018-09-15 Thread Lars Wendler
commit: 980c60b0d56462935659e45be9bc64c77e16ad40
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 15 21:32:26 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 15 21:32:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980c60b0

app-arch/libarchive: Replaced prune_libtool_files

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

 app-arch/libarchive/libarchive-3.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild 
b/app-arch/libarchive/libarchive-3.3.3.ebuild
index 18f015656af..6a0dcca27ef 100644
--- a/app-arch/libarchive/libarchive-3.3.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.3.ebuild
@@ -119,7 +119,7 @@ multilib_src_install() {
fi
 
# Libs.private: should be used from libarchive.pc instead
-   prune_libtool_files
+   find "${ED}" -name "*.la" -delete || die
 }
 
 multilib_src_install_all() {



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

2018-09-15 Thread Sergei Trofimovich
commit: 15aa355cc20f56d315a76aeff7f6805835382d6e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Sep 15 20:44:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 21:17:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15aa355c

dev-lang/php: stable 7.0.32 for sparc, bug #666256

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-lang/php/php-7.0.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.0.32.ebuild b/dev-lang/php/php-7.0.32.ebuild
index 9494430e42d..7d0a8e86fd5 100644
--- a/dev-lang/php/php-7.0.32.ebuild
+++ b/dev-lang/php/php-7.0.32.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-15 Thread Sergei Trofimovich
commit: 5584905390caa32f0d90707f1b7e943fb72def29
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Sep 15 20:46:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 21:17:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55849053

dev-lang/php: stable 7.1.22 for sparc, bug #666256

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-lang/php/php-7.1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.1.22.ebuild b/dev-lang/php/php-7.1.22.ebuild
index b850d63d76e..247cbc35145 100644
--- a/dev-lang/php/php-7.1.22.ebuild
+++ b/dev-lang/php/php-7.1.22.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-15 Thread Sergei Trofimovich
commit: cfca70afd681c6036b9a479e24fbd1d196eb2067
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Sep 15 20:43:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 21:17:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfca70af

dev-lang/php: stable 5.6.38 for sparc, bug #666256

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-lang/php/php-5.6.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.38.ebuild b/dev-lang/php/php-5.6.38.ebuild
index 23d55d55250..7a0ab0529fb 100644
--- a/dev-lang/php/php-5.6.38.ebuild
+++ b/dev-lang/php/php-5.6.38.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



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

2018-09-15 Thread Sergei Trofimovich
commit: c468efdda96731364f211d05446506eae392b795
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Sep 15 20:48:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 21:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c468efdd

dev-lang/php: stable 7.2.10 for sparc, bug #666256

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-lang/php/php-7.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.10.ebuild b/dev-lang/php/php-7.2.10.ebuild
index 0d4fcd3334a..f4c05fcec90 100644
--- a/dev-lang/php/php-7.2.10.ebuild
+++ b/dev-lang/php/php-7.2.10.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-15 Thread Mike Gilbert
commit: 5c500a7cc32e93cbab346d22ab000ef6c4ec94b3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 15 21:16:32 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 15 21:16:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c500a7c

www-client/chromium: stable channel bump (69.0.3497.92)

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-69.0.3497.92.ebuild | 680 +++
 2 files changed, 681 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 34fd0866b71..60a2c70dcbb 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,6 @@
 DIST chromium-68.0.3440.106.tar.xz 630289544 BLAKE2B 
9278244aed5a01dac5ccb670951fdfe1f9445224b5ad13d05a0cb086aabf639d4ab08250a93cedaae0be2c4fbab34e96c4862d0155125a90e42a2ac0880c40b1
 SHA512 
ab94f89e614919932d4d960bac8e5450c4d3f26dea4892e6591762bfaeeb4707a090352d4a952bcb55e34fde4950db22a36004788efd26ffb22b28770e9795c4
 DIST chromium-68.0.3440.75.tar.xz 630277224 BLAKE2B 
87c152c14333007223f611acb56360b553c5a4a97026f9cf4ca37d90aa501aabe5e294c3bacbd537c7602fc5dcb010a493c8d64b2881681ddfaad66cd58a3c56
 SHA512 
99ab36c9a9c224469f3a34f0193b0b4662b626ac29d23711716117cc6fa437717c2c3357f8a95adf9085b94a262c8b4c46727f88bf50bb231bb85af956afbedb
 DIST chromium-69.0.3497.81.tar.xz 617333008 BLAKE2B 
c93f04c31a05a7ca29225157f434b27646529aac5e273f8c0e983dde8ebbcb8f32a94bbe6edf7d936f6e989869f49cbea4249a6e7ff7a497f382b0c8ca6d01b1
 SHA512 
99d3e3212496b3e42133719c6026aec71bd3cd90c7ff689cce509021e038a91986c14d094e6e71ba94600d0c27548b8b33b7084c75d4c2bb8d846b81a4c2562b
+DIST chromium-69.0.3497.92.tar.xz 617363228 BLAKE2B 
651673423aa53fc86058d7c7f1f39111297f9f5f2f48166be9a06f7b4c86167c2a9e46749365f0a5447894fcb3f2c55bc6bb6bea344608d9956166d4753f6244
 SHA512 
46f2e799070d97956d3137008815d0885b9704705dab86ad9d53faca4582a37b0199026837ebae26aef49f7676630c85ecff928fc1c3ee4307598ccbee6facec
 DIST chromium-70.0.3521.2.tar.xz 623774860 BLAKE2B 
0476078b44561245b409ff4697ea84f093599f2a9fa089003a0de0e135633eff172807ff065d34b637046db9c2741504626f72dbbd46798233a048c219205f6c
 SHA512 
0bcd3706fa86626b8f03f99b141f70b631797412bf67b455cb24a296a6436802acefe5a040553c65984529e4efd7990c659622aeb64b6a1ae1982014d66d4827
 DIST chromium-70.0.3538.9.tar.xz 622701284 BLAKE2B 
e7a8a793787639d9f00fc1b0d5c8f9cf3a282a1dd2787e6b953dea822f001ca05346d384dd54fc439f9b00bba083ccea48a41b49791e476138bf087e16cb38b4
 SHA512 
96e656be2096a151ad4de53d359e1a49073e1080a882aaf871b0a01f3ad08713e0045ce58d10fd08586b462d9f8b44ac38ec4883b35bccc7028a78ecbe4b449f

diff --git a/www-client/chromium/chromium-69.0.3497.92.ebuild 
b/www-client/chromium/chromium-69.0.3497.92.ebuild
new file mode 100644
index 000..26e24443a86
--- /dev/null
+++ b/www-client/chromium/chromium-69.0.3497.92.ebuild
@@ -0,0 +1,680 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.05.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-1.6.0:=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   

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

2018-09-15 Thread Mikle Kolyada
commit: 4736d120a8e7ee53df4b4d8c24c0c9e3194b4891
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:24:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:24:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4736d120

x11-plugins/wmpager: mark newer revision stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/wmpager/wmpager-1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpager/wmpager-1.2-r2.ebuild 
b/x11-plugins/wmpager/wmpager-1.2-r2.ebuild
index 245faed9c26..920a6e876ac 100644
--- a/x11-plugins/wmpager/wmpager-1.2-r2.ebuild
+++ b/x11-plugins/wmpager/wmpager-1.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/wmpager/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 
 RDEPEND="x11-libs/libX11
x11-libs/libXpm



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

2018-09-15 Thread Mikle Kolyada
commit: a5d50158206c6f0942602cc60898e9f33285f72b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:25:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:25:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d50158

x11-plugins/wmpager: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/wmpager/wmpager-1.2-r1.ebuild | 36 ---
 1 file changed, 36 deletions(-)

diff --git a/x11-plugins/wmpager/wmpager-1.2-r1.ebuild 
b/x11-plugins/wmpager/wmpager-1.2-r1.ebuild
deleted file mode 100644
index e130cbf0b4d..000
--- a/x11-plugins/wmpager/wmpager-1.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-DESCRIPTION="A simple pager docklet for the WindowMaker window manager"
-HOMEPAGE="http://wmpager.sourceforge.net/;
-SRC_URI="mirror://sourceforge/wmpager/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   >=sys-apps/sed-4"
-
-src_prepare() {
-   sed -i "s:\(WMPAGER_DEFAULT_INSTALL_DIR \).*:\1\"/usr/share/wmpager\":" 
src/wmpager.c
-
-   #Honour Gentoo CFLAGS
-   sed -i "s/-g/${CFLAGS}/" src/Makefile
-
-   #Honour Gentoo LDFLAGS, see bug #337604
-   sed -i "s/\${LIBS}/\${LIBS} \${LDFLAGS}/" src/Makefile
-}
-
-src_install() {
-   emake INSTALLDIR="${D}/usr" install || die
-   rm -rf "${D}"/usr/man
-   doman man/man1/*.1x
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/notify-osd-icons/

2018-09-15 Thread Mikle Kolyada
commit: e30785a4ebffcded6e7cb93e7c904e6906e1d06a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:18:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:19:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30785a4

x11-themes/notify-osd-icons: revbump (EAPI=7)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../notify-osd-icons-0.7-r1.ebuild | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild 
b/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild
new file mode 100644
index 000..0280f86f587
--- /dev/null
+++ b/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Icons for on-screen-display notification agent"
+HOMEPAGE="https://launchpad.net/notify-osd;
+SRC_URI="mirror://ubuntu/pool/main/n/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-misc/notify-osd"
+DEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+   default
+
+   # Source: debian/notify-osd-icons.links
+   local path=/usr/share/notify-osd/icons/gnome/scalable/status
+   dosym notification-battery-000.svg 
${path}/notification-battery-empty.svg
+   dosym notification-battery-020.svg ${path}/notification-battery-low.svg
+
+   dodoc AUTHORS debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/notify-osd-icons/

2018-09-15 Thread Mikle Kolyada
commit: 6e7833a68107faf3fd8bafeaa17930313516e16a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:19:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:19:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7833a6

x11-themes/notify-osd-icons: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../notify-osd-icons/notify-osd-icons-0.7.ebuild   | 29 --
 1 file changed, 29 deletions(-)

diff --git a/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild 
b/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild
deleted file mode 100644
index 302e7e91204..000
--- a/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-DESCRIPTION="Icons for on-screen-display notification agent"
-HOMEPAGE="https://launchpad.net/notify-osd;
-SRC_URI="mirror://ubuntu/pool/main/n/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-misc/notify-osd"
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-
-   # Source: debian/notify-osd-icons.links
-   local path=/usr/share/notify-osd/icons/gnome/scalable/status
-   dosym notification-battery-000.svg 
${path}/notification-battery-empty.svg
-   dosym notification-battery-020.svg ${path}/notification-battery-low.svg
-
-   dodoc AUTHORS debian/changelog
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/

2018-09-15 Thread Andreas Sturmlechner
commit: 104cfc32fe47a8eb68e70e067535db92d6000ec4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 20:14:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 20:15:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104cfc32

dev-util/dbus-test-runner: Drop 12.10.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/dbus-test-runner/Manifest |  1 -
 .../dbus-test-runner-12.10.1.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-util/dbus-test-runner/Manifest 
b/dev-util/dbus-test-runner/Manifest
index 8a3bdb8602a..03ee1252f67 100644
--- a/dev-util/dbus-test-runner/Manifest
+++ b/dev-util/dbus-test-runner/Manifest
@@ -1,2 +1 @@
-DIST dbus-test-runner-12.10.1.tar.gz 382108 BLAKE2B 
760ed88f089b92ff3d51bc7342f11691e760b2aeb107e2dfcd903f1ebc3acc2e1ad6dfe3768d29329408770f562f8dd9656f7aed8e45d7e6b5334f5d328d5c0c
 SHA512 
6d40d607fdc417ebb9aaa6dc3cdd41a8ff1563cb3791689d17a99d105a0c16dad8ffcaf3da7ab6b8c3dcae17d2eba1bf8a6a5d92dc1d3de0975218220ed3c9c0
 DIST dbus-test-runner-15.04.0_p100.tar.xz 304760 BLAKE2B 
0afe953376482276229ddf7a5f8e6b9a79c6ea6003f658b38f292099ec42d65b9c4a913f963bf013a2999066c4ad97bf7bc593074c1d393aa2d000d51d7f7f7b
 SHA512 
4ff94fe022d69c0bc83b35fb14397fb59daa0b6a9ff9d7f0c93582bc5468ba6e495d4b95f9b4d8cb56f0b782d4582dc2cb67fc087aefa59295a3b40ecdbfa34d

diff --git a/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild 
b/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild
deleted file mode 100644
index c69ab316a91..000
--- a/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_MAJOR_VERSION=12.10
-
-DESCRIPTION="Run executables under a new DBus session for testing"
-HOMEPAGE="https://launchpad.net/dbus-test-runner;
-SRC_URI="https://launchpad.net/${PN}/${MY_MAJOR_VERSION}/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.98
-   >=dev-libs/glib-2.34:2
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   test? ( dev-util/bustle )
-"
-
-src_prepare() {
-   # Drop -Werror usage
-   sed -e 's/-Werror//' \
-   -i libdbustest/Makefile.{am,in} \
-   -i src/Makefile.{am,in} \
-   -i tests/Makefile.{am,in} \
-   || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-theme-switch/

2018-09-15 Thread Mikle Kolyada
commit: 7de05ece685ae813e99e9c4ddbb10ce49fc39dfb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:13:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:13:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de05ece

x11-themes/gtk-theme-switch: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild 
b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild
deleted file mode 100644
index bed77a88236..000
--- a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to switch and preview GTK+ theme"
-HOMEPAGE="https://packages.qa.debian.org/g/gtk-theme-switch.html;
-SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   sed -i \
-   -e 's:${GCC}:$(CC) $(LDFLAGS):' \
-   Makefile || die
-}
-
-src_compile() {
-   tc-export CC
-   emake CFLAGS="${CFLAGS} -Wall" || die
-}
-
-src_install() {
-   newbin ${PN}2 ${PN} || die
-   newman ${PN}2.1 ${PN}.1 || die
-   dodoc ChangeLog readme todo
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-theme-switch/

2018-09-15 Thread Mikle Kolyada
commit: c9a775a54beffecd6435b239d7f53bc709c94aaf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:13:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a775a5

x11-themes/gtk-theme-switch: revbump (EAPI=7)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../gtk-theme-switch-2.1.0-r1.ebuild   | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild 
b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild
new file mode 100644
index 000..6d5394a73d2
--- /dev/null
+++ b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to switch and preview GTK+ theme"
+HOMEPAGE="https://packages.qa.debian.org/g/gtk-theme-switch.html;
+SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   sed -i \
+   -e 's:${GCC}:$(CC) $(LDFLAGS):' \
+   Makefile || die
+}
+
+src_compile() {
+   tc-export CC
+   emake CFLAGS="${CFLAGS} -Wall"
+}
+
+src_install() {
+   newbin ${PN}2 ${PN}
+   newman ${PN}2.1 ${PN}.1
+   dodoc ChangeLog readme todo
+}



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

2018-09-15 Thread Michał Górny
commit: 1165dd8f4c6a6db31bbe6f02b7dd522085110157
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 20:10:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 20:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1165dd8f

dev-lang/python-exec: Clean old up

 dev-lang/python-exec/Manifest |   1 -
 dev-lang/python-exec/python-exec-2.4.5.ebuild | 134 --
 2 files changed, 135 deletions(-)

diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest
index 718cdfe0839..706afff2be9 100644
--- a/dev-lang/python-exec/Manifest
+++ b/dev-lang/python-exec/Manifest
@@ -1,2 +1 @@
-DIST python-exec-2.4.5.tar.bz2 87137 BLAKE2B 
2434bee0bcc64a78a83254d6b6f733ef0748d8209ff70654fc57ac50563d4f32be64705a3c56eefef4e173a238b272d00bef4929982a729a097b82a3a2b0b5b1
 SHA512 
8c1a520c565afa775cad0e8b88248b688814664e588f683fc2b2c039ee0494b168ebd3cd1042b8b7fe2583f287cf55b22ea0585bfb43efe2f8450d809cde0b21
 DIST python-exec-2.4.6.tar.bz2 87634 BLAKE2B 
7b6de8ad0e0603fafd3284e6e3c5247ad83f145ab4db6728914318ae8e6f5aaa3c0247f4e01238fca11519ef72fb1b11436aea7e2b8c988b8717b3f6a2a43c37
 SHA512 
e05eaf01b83de196a10933636ab6b1a5489a421592df49b8b58eabd0e732de970f902744cd3a06b5ab530a6d69fe6dfa8f270fbb09b9fe3df4ae04d516828050

diff --git a/dev-lang/python-exec/python-exec-2.4.5.ebuild 
b/dev-lang/python-exec/python-exec-2.4.5.ebuild
deleted file mode 100644
index dd4f7d0d004..000
--- a/dev-lang/python-exec/python-exec-2.4.5.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# Kids, don't do this at home!
-inherit python-utils-r1
-PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
-
-# Inherited purely to have PYTHON_TARGET flags which will satisfy USE
-# dependencies and trigger necessary rebuilds.
-inherit python-r1
-
-DESCRIPTION="Python script wrapper"
-HOMEPAGE="https://github.com/mgorny/python-exec/;
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-# eselect-python because of /usr/bin/python* collisions and new config
-# python versions because of missing $scriptdir/python* symlinks
-RDEPEND="
-   ! "${T}"/python-exec.conf || die
-   insinto /etc/python-exec
-   doins "${T}"/python-exec.conf
-
-   local f
-   for f in python{,2,3}; do
-   # symlink the C wrapper for python to avoid shebang recursion
-   # bug #568974
-   dosym python-exec2c /usr/bin/"${f}"
-   done
-   for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
-   # those are python scripts (except for new python-configs)
-   # so symlink them via the python wrapper
-   dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
-   done
-}
-
-pkg_preinst() {
-   if [[ -e ${EROOT}etc/python-exec/python-exec.conf ]]; then
-   # preserve current configuration
-   cp "${EROOT}"etc/python-exec/python-exec.conf \
-   "${ED}"etc/python-exec/python-exec.conf || die
-   else
-   # preserve previous Python version preference
-   local py old_pythons=()
-   local config_base=${EROOT}etc/env.d/python
-
-   # start with the 'global' preference (2 vs 3)
-   if [[ -f ${config_base}/config ]]; then
-   old_pythons+=( "$(<${config_base}/config)" )
-   fi
-
-   # then try specific py3 selection
-   for py in 3; do
-   local target=
-
-   if [[ -f ${config_base}/python${py} ]]; then
-   # try the newer config files
-   target=$(<${config_base}/python${py})
-   elif [[ -L ${EROOT}/usr/bin/python${py} ]]; then
-   # check the older symlink format
-   target=$(readlink 
"${EROOT}/usr/bin/python${py}")
-
-   # check if it's actually old eselect symlink
-   [[ ${target} == python?.? ]] || target=
-   fi
-
-   # add the extra target if found and != global
-   if [[ ${target} && ${old_pythons[0]} != ${target} ]]; 
then
-   old_pythons+=( "${target}" )
-   fi
-   done
-
-   if [[ ${old_pythons[@]} ]]; then
-   elog "You seem to have just upgraded into the new 
version of python-exec"
-   elog "that 

[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/, games-server/minecraft-server/files/

2018-09-15 Thread Michał Górny
commit: 66628111d13656748437c4043eeaf518f123c6d2
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Sep  5 21:59:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 20:09:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66628111

games-server/minecraft-server: drop old version

Bug: https://bugs.gentoo.org/665316
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9789

 games-server/minecraft-server/Manifest |  1 -
 .../files/minecraft-server-r1.initd| 47 --
 .../minecraft-server/minecraft-server-1.13.ebuild  | 55 --
 3 files changed, 103 deletions(-)

diff --git a/games-server/minecraft-server/Manifest 
b/games-server/minecraft-server/Manifest
index f721e094371..08ef8c13b11 100644
--- a/games-server/minecraft-server/Manifest
+++ b/games-server/minecraft-server/Manifest
@@ -1,2 +1 @@
 DIST minecraft-server-1.13.1.jar 33832589 BLAKE2B 
87f3d1bc0650db52c5053ca58785827b30c845fac42f37a98b463ede8341307a881cb06b9a9f3656c0258fdffa88ab9dd41fe28be51263369f24397d50ea2b79
 SHA512 
a82805cc0b6ea0c3481405eef1910549623db9b025ff78d228ef9c767950b34d1e8c30452f2f6f9ec22a53445a8dd64ebaec7c13cee1a9eac63bfc80725fcc44
-DIST minecraft-server-1.13.jar 32649675 BLAKE2B 
c137e8009ea201fafe148277aa2d81f7683b99653f74f335659ec239a2cdb3b1271eea290bbda58967fd81075f76edf14622d64d4f25e92e92bb186348acea5d
 SHA512 
726e9775163338660429886dbf940e9ad43d75fa315a8bb2936d23491e8c5717fbd365490b91ff74f876eb498a3674b88f41a526b06a64acbc33d8670b48c342

diff --git a/games-server/minecraft-server/files/minecraft-server-r1.initd 
b/games-server/minecraft-server/files/minecraft-server-r1.initd
deleted file mode 100644
index 872885ecd64..000
--- a/games-server/minecraft-server/files/minecraft-server-r1.initd
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-if [ "${SVCNAME}" = "minecraft-server" ]; then
-   instance="main"
-else
-   instance="${SVCNAME#minecraft-server.}"
-fi
-
-minecraft_command="/usr/bin/minecraft-server"
-minecraft_logs="/var/log/minecraft-server"
-minecraft_path="/var/lib/minecraft-server/${instance}"
-name="Minecraft Server (World: ${instance})"
-pidfile="/run/minecraft-server.${instance}.pid"
-screen_name="minecraft-server.${instance}"
-start_stop_daemon_args="--chdir ${minecraft_path} --env 
JAVA_OPTS=\"${MINECRAFT_OPTS}\""
-
-command="screen"
-command_args="-DmUS ${screen_name} ${minecraft_command}"
-command_background="true"
-command_group="minecraft"
-command_user="minecraft"
-
-depend() {
-   use net
-}
-
-start_pre() {
-   checkpath -d -o "${command_user}:${command_group}" -q 
"${minecraft_path}"
-
-   checkpath -f -o "${command_user}:${command_group}" -q 
"${minecraft_path}"/eula.txt
-   echo "eula=true" > "${minecraft_path}"/eula.txt
-
-   checkpath -d -o "${command_user}:${command_group}" -q 
"${minecraft_logs}"/"${instance}"
-
-   if [ ! -L "${minecraft_path}"/logs ]; then
-   cd "${minecraft_path}" && ln -s 
../../../log/minecraft-server/"${instance}" logs
-   fi
-
-   if [ -z ${MINECRAFT_OPTS} ]; then
-   eerror "You must define MINECRAFT_OPTS in 
/etc/conf.d/minecraft.${SVCNAME}!"
-   return 1
-   fi
-
-   return 0
-}

diff --git a/games-server/minecraft-server/minecraft-server-1.13.ebuild 
b/games-server/minecraft-server/minecraft-server-1.13.ebuild
deleted file mode 100644
index 2ef64c02f1a..000
--- a/games-server/minecraft-server/minecraft-server-1.13.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_PV="d0caafb8438ebd206f99930cfaecfa6c9a13dca0"
-
-inherit readme.gentoo-r1 java-pkg-2 user
-
-DESCRIPTION="The official server for the sandbox video game"
-HOMEPAGE="https://www.minecraft.net/;
-SRC_URI="https://launcher.mojang.com/mc/game/${PV}/server/${MY_PV}/server.jar 
-> ${P}.jar"
-
-LICENSE="Mojang"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-misc/screen
-   >=virtual/jre-1.8"
-
-RESTRICT="bindist mirror strip"
-
-S="${WORKDIR}"
-
-pkg_setup() {
-   enewgroup minecraft
-   enewuser minecraft -1 -1 /var/lib/minecraft-server minecraft
-}
-
-src_unpack() {
-   # Don't unpack that jar, just copy it to WORKDIR
-   cp "${DISTDIR}"/${A} "${WORKDIR}" || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar
-   java-pkg_dolauncher minecraft-server --jar minecraft-server.jar 
--java_args "\${JAVA_OPTS}"
-
-   newinitd "${FILESDIR}"/minecraft-server-r1.initd minecraft-server
-   newconfd "${FILESDIR}"/minecraft-server.confd minecraft-server
-
-   diropts -o minecraft -g minecraft
-   keepdir 

[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/files/, games-server/minecraft-server/

2018-09-15 Thread Michał Górny
commit: 540a42375c94647e82d24ecdae085b55c2208d2e
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Sep  5 21:52:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 20:09:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540a4237

games-server/minecraft-server: bump to version 1.13.1

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

 games-server/minecraft-server/Manifest |  1 +
 .../files/minecraft-server.initd-r2| 47 ++
 .../minecraft-server-1.13.1.ebuild | 55 ++
 3 files changed, 103 insertions(+)

diff --git a/games-server/minecraft-server/Manifest 
b/games-server/minecraft-server/Manifest
index b67b5dafa63..f721e094371 100644
--- a/games-server/minecraft-server/Manifest
+++ b/games-server/minecraft-server/Manifest
@@ -1 +1,2 @@
+DIST minecraft-server-1.13.1.jar 33832589 BLAKE2B 
87f3d1bc0650db52c5053ca58785827b30c845fac42f37a98b463ede8341307a881cb06b9a9f3656c0258fdffa88ab9dd41fe28be51263369f24397d50ea2b79
 SHA512 
a82805cc0b6ea0c3481405eef1910549623db9b025ff78d228ef9c767950b34d1e8c30452f2f6f9ec22a53445a8dd64ebaec7c13cee1a9eac63bfc80725fcc44
 DIST minecraft-server-1.13.jar 32649675 BLAKE2B 
c137e8009ea201fafe148277aa2d81f7683b99653f74f335659ec239a2cdb3b1271eea290bbda58967fd81075f76edf14622d64d4f25e92e92bb186348acea5d
 SHA512 
726e9775163338660429886dbf940e9ad43d75fa315a8bb2936d23491e8c5717fbd365490b91ff74f876eb498a3674b88f41a526b06a64acbc33d8670b48c342

diff --git a/games-server/minecraft-server/files/minecraft-server.initd-r2 
b/games-server/minecraft-server/files/minecraft-server.initd-r2
new file mode 100644
index 000..ec659d145f8
--- /dev/null
+++ b/games-server/minecraft-server/files/minecraft-server.initd-r2
@@ -0,0 +1,47 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+if [ "${SVCNAME}" = "minecraft-server" ]; then
+   instance="main"
+else
+   instance="${SVCNAME#minecraft-server.}"
+fi
+
+minecraft_command="/usr/bin/minecraft-server"
+minecraft_logs="/var/log/minecraft-server"
+minecraft_path="/var/lib/minecraft-server/${instance}"
+name="Minecraft Server (World: ${instance})"
+pidfile="/run/minecraft-server.${instance}.pid"
+screen_name="minecraft-server.${instance}"
+start_stop_daemon_args="--chdir ${minecraft_path} --env 
JAVA_OPTS=\"${MINECRAFT_OPTS}\""
+
+command="screen"
+command_args="-DmUS ${screen_name} ${minecraft_command}"
+command_background="true"
+command_group="minecraft"
+command_user="minecraft"
+
+depend() {
+   use net
+}
+
+start_pre() {
+   checkpath -d -o "${command_user}:${command_group}" -q 
"${minecraft_path}"
+
+   checkpath -f -o "${command_user}:${command_group}" -q 
"${minecraft_path}"/eula.txt
+   echo "eula=true" > "${minecraft_path}"/eula.txt
+
+   checkpath -d -o "${command_user}:${command_group}" -q 
"${minecraft_logs}"/"${instance}"
+
+   if [ ! -L "${minecraft_path}"/logs ]; then
+   cd "${minecraft_path}" && ln -s 
../../../log/minecraft-server/"${instance}" logs
+   fi
+
+   if [ -z "${MINECRAFT_OPTS}" ]; then
+   eerror "You must define MINECRAFT_OPTS in 
/etc/conf.d/minecraft.${SVCNAME}!"
+   return 1
+   fi
+
+   return 0
+}

diff --git a/games-server/minecraft-server/minecraft-server-1.13.1.ebuild 
b/games-server/minecraft-server/minecraft-server-1.13.1.ebuild
new file mode 100644
index 000..5d2c669486e
--- /dev/null
+++ b/games-server/minecraft-server/minecraft-server-1.13.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+MY_PV="fe123682e9cb30031eae351764f653500b7396c9"
+
+inherit readme.gentoo-r1 java-pkg-2 user
+
+DESCRIPTION="The official server for the sandbox video game"
+HOMEPAGE="https://www.minecraft.net/;
+SRC_URI="https://launcher.mojang.com/mc/game/${PV}/server/${MY_PV}/server.jar 
-> ${P}.jar"
+
+LICENSE="Mojang"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-misc/screen
+   >=virtual/jre-1.8"
+
+RESTRICT="bindist mirror strip"
+
+S="${WORKDIR}"
+
+pkg_setup() {
+   enewgroup minecraft
+   enewuser minecraft -1 -1 /var/lib/minecraft-server minecraft
+}
+
+src_unpack() {
+   # Don't unpack that jar, just copy it to WORKDIR
+   cp "${DISTDIR}"/${A} "${WORKDIR}" || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar
+   java-pkg_dolauncher minecraft-server --jar minecraft-server.jar 
--java_args "\${JAVA_OPTS}"
+
+   newinitd "${FILESDIR}"/minecraft-server.initd-r2 minecraft-server
+   newconfd "${FILESDIR}"/minecraft-server.confd minecraft-server
+
+   diropts -o minecraft -g minecraft
+   keepdir /var/lib/minecraft-server
+   keepdir 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint-stamps/, media-gfx/tuxpaint-stamps/files/

2018-09-15 Thread Mikle Kolyada
commit: 8fc754f2aefd58b69aee72f792b2d7edb2bf9777
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:06:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:07:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc754f2

media-gfx/tuxpaint-stamps: revbump (EAPI=7)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../files/tuxpaint-stamps-20090628-make-382.patch  |  4 +--
 .../tuxpaint-stamps-20090628-r1.ebuild | 31 ++
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git 
a/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch 
b/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch
index 9a92ae11245..e3a595df5f4 100644
--- a/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch
+++ b/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/334569
 
 Makefile
-+++ Makefile
+--- a/Makefile
 b/Makefile
 @@ -79,9 +79,7 @@
@rm -rf "build/tuxpaint-stamps-$(VER_DATE)" 
"build/tuxpaint-stamps-$(VER_DATE).tar.gz"
@-if [ -d build ] ; then rmdir build ; fi

diff --git a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild 
b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild
new file mode 100644
index 000..d07338e4201
--- /dev/null
+++ b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${PN}-${PV:0:4}.${PV:4:2}.${PV:6:2}
+
+DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint"
+HOMEPAGE="http://www.tuxpaint.org/;
+SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+
+RDEPEND="media-gfx/tuxpaint"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   eapply "${FILESDIR}"/${P}-make-382.patch
+}
+
+src_install() {
+   emake PREFIX="${D}/usr" install-all || die
+
+   rm -f docs/COPYING.txt || die
+   dodoc docs/*.txt
+}



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

2018-09-15 Thread Mikle Kolyada
commit: 54561e9da42a034a40cfe73d5d68c412498bd1db
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:07:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:07:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54561e9d

media-gfx/tuxpaint-stamps: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../tuxpaint-stamps-20090628.ebuild| 32 --
 1 file changed, 32 deletions(-)

diff --git a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild 
b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild
deleted file mode 100644
index 9860d5ab8f3..000
--- a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils
-
-MY_P=${PN}-${PV:0:4}.${PV:4:2}.${PV:6:2}
-
-DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint"
-HOMEPAGE="http://www.tuxpaint.org/;
-SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="media-gfx/tuxpaint"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-make-382.patch
-}
-
-src_install() {
-   emake PREFIX="${D}/usr" install-all || die
-
-   rm -f docs/COPYING.txt
-   dodoc docs/*.txt
-}



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

2018-09-15 Thread Andreas Sturmlechner
commit: 99790c0b7392f6240be9b93d6210bc9265c8ec13
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 19:12:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 20:04:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99790c0b

media-sound/timidity++: Drop vulnerable 2.14.0-r2

Bug: https://bugs.gentoo.org/626706
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/timidity++/timidity++-2.14.0-r2.ebuild | 185 -
 1 file changed, 185 deletions(-)

diff --git a/media-sound/timidity++/timidity++-2.14.0-r2.ebuild 
b/media-sound/timidity++/timidity++-2.14.0-r2.ebuild
deleted file mode 100644
index 355ec9f0d00..000
--- a/media-sound/timidity++/timidity++-2.14.0-r2.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils elisp-common user systemd toolchain-funcs
-
-MY_PV=${PV/_/-}
-MY_P=TiMidity++-${MY_PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A handy MIDI to WAV converter with OSS and ALSA output support"
-HOMEPAGE="http://timidity.sourceforge.net/;
-SRC_URI="mirror://sourceforge/timidity/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex 
flac ncurses"
-
-DEPEND="ncurses? ( >=sys-libs/ncurses-5 )
-   emacs? ( virtual/emacs )
-   gtk? ( x11-libs/gtk+:2 )
-   tk? ( >=dev-lang/tk-8.5.13 )
-   nas? ( >=media-libs/nas-1.4 )
-   alsa? ( media-libs/alsa-lib )
-   slang? ( sys-libs/slang )
-   jack? ( virtual/jack )
-   vorbis? ( media-libs/libvorbis )
-   flac? ( media-libs/flac )
-   speex? ( media-libs/speex )
-   ao? ( >=media-libs/libao-0.8.5 )
-   motif? ( >=x11-libs/motif-2.3:0 )
-   X? ( x11-libs/libXaw x11-libs/libXext >=media-libs/libpng-1.4.2 )"
-RDEPEND="${DEPEND}
-   alsa? ( media-sound/alsa-utils )
-   app-eselect/eselect-timidity
-   selinux? ( sec-policy/selinux-timidity )"
-
-PDEPEND="|| ( media-sound/timidity-eawpatches media-sound/timidity-freepats )"
-
-SITEFILE=50${PN}-gentoo.el
-
-pkg_setup() {
-   enewgroup audio 18 # Just make sure it exists
-   enewuser timidity -1 -1 /var/lib/timidity audio
-}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-params.patch \
-   
"${FILESDIR}"/${P}-revert-for-required-ctl_speana_data-function.patch \
-   "${FILESDIR}"/${P}-tcltk86.patch \
-   "${FILESDIR}"/${P}-ar.patch \
-   "${FILESDIR}"/${P}-configure-flags.patch \
-   "${FILESDIR}"/${P}-pkg-config.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   export EXTRACFLAGS="${CFLAGS}" #385817
-
-   local myconf=()
-   local audios
-
-   use flac && audios+=",flac"
-   use speex && audios+=",speex"
-   use vorbis && audios+=",vorbis"
-   use oss && audios+=",oss"
-   use jack && audios+=",jack"
-   use ao && audios+=",ao"
-
-   if use nas; then
-   audios+=",nas"
-   myconf+=( --with-nas-library="/usr/$(get_libdir)/libaudio.so" 
--with-x )
-   use X || ewarn "Basic X11 support will be enabled because 
required by nas."
-   fi
-
-   if use alsa; then
-   audios+=",alsa"
-   myconf+=( --with-default-output=alsa --enable-alsaseq )
-   fi
-
-   # We disable motif by default and then only enable it if it's requested.
-   if use motif; then
-   myconf+=( --enable-motif --with-x )
-   use X || ewarn "Basic X11 support will be enabled because 
required by motif."
-   fi
-
-   econf \
-   --localstatedir=/var/state/timidity++ \
-   --with-module-dir="${EPREFIX}/usr/share/timidity" \
-   --with-lispdir="${SITELISP}/${PN}" \
-   --with-elf \
-   --enable-audio=${audios} \
-   --enable-server \
-   --enable-network \
-   --enable-dynamic \
-   --enable-vt100 \
-   --enable-spline=cubic \
-   $(use_enable emacs) \
-   $(use_enable slang) \
-   $(use_enable ncurses) \
-   $(use_with X x) \
-   $(use_enable X spectrogram) \
-   $(use_enable X wrd) \
-   $(use_enable X xskin) \
-   $(use_enable X xaw) \
-   $(use_enable gtk) \
-   $(use_enable tk tcltk) \
-   --disable-motif \
-   "${myconf[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc AUTHORS ChangeLog*
-   dodoc NEWS README* "${FILESDIR}"/timidity.cfg-r1
-
-   # these are only for the ALSA sequencer mode
-   if use alsa; then
-   newconfd "${FILESDIR}"/conf.d.timidity.2 timidity
- 

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

2018-09-15 Thread Andreas Sturmlechner
commit: ab0512b7268eae4710533811d32a51074fd95005
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 19:09:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 20:04:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0512b7

media-libs/sdl-mixer: De-stabilise arm

The only reverse dependency of media-sound/timidity++ forcing arm.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild 
b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild
index d1394db134e..789b3348622 100644
--- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild
+++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity vorbis +wav"
 REQUIRED_USE="
midi? ( || ( timidity fluidsynth ) )



[gentoo-commits] repo/gentoo:master commit in: sci-libs/cgnslib/, sci-libs/cgnslib/files/

2018-09-15 Thread Andreas Sturmlechner
commit: 41ce3ce3db944a4cee8d17b9a2e3749d6b068e48
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 26 15:56:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 20:04:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ce3ce3

sci-libs/cgnslib: Drop old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-libs/cgnslib/Manifest|   1 -
 sci-libs/cgnslib/cgnslib-3.2.1.ebuild|  48 
 sci-libs/cgnslib/files/cgnslib-3.2.1-cmake.patch | 149 ---
 3 files changed, 198 deletions(-)

diff --git a/sci-libs/cgnslib/Manifest b/sci-libs/cgnslib/Manifest
index 912d6e50595..26e8c7ce76c 100644
--- a/sci-libs/cgnslib/Manifest
+++ b/sci-libs/cgnslib/Manifest
@@ -1,2 +1 @@
 DIST cgnslib-3.3.0.tar.gz 3314889 BLAKE2B 
3b8af11e04c211ca60f512c7995e9b23e0dd79180f3443f238562216073740de6b845c5bb78d6fb017bbf41e5249c1f58c27130047fd50afb4b20bbc778a046b
 SHA512 
eb5c79d3830f8ee1fa30a67fbf32133c13a276c4b18a553826e4670bd4aa7262d7751bccb74c5e208cd47703f9076bde2e2e0db70408c88fde3ac11b638e6ff3
-DIST cgnslib_3.2.1.tar.gz 865223 BLAKE2B 
a4e8f65af1d750f2c2b06191cffdb7598036ce8ee3e1e52790ef68f90f4dfe06cf152bbcfbedcb682059473e942d64108e7b78160fd89166f361ac754cb3baaf
 SHA512 
318fda24e7f5f20407c6026ad4b10a84a0ea02a04d3dab3e0e2277d21cbc1b43f04eb65c4b912a7964e1219cf83afdabb357d25b40e76add9bed8bd2564a674e

diff --git a/sci-libs/cgnslib/cgnslib-3.2.1.ebuild 
b/sci-libs/cgnslib/cgnslib-3.2.1.ebuild
deleted file mode 100644
index d7b52134e77..000
--- a/sci-libs/cgnslib/cgnslib-3.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-FORTRAN_NEEDED="fortran"
-
-inherit cmake-utils fortran-2 versionator
-
-MY_P="${PN}_$(replace_version_separator 3 '-')"
-MY_S="${PN}_$(get_version_component_range 1-2)"
-
-DESCRIPTION="The CFD General Notation System (CGNS) is a standard for CFD data"
-HOMEPAGE="http://www.cgns.org/;
-SRC_URI="mirror://sourceforge/project/cgns/${MY_S}/${MY_P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="fortran hdf5 legacy mpi szip zlib"
-
-DEPEND="
-   hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
-   szip? ( virtual/szip )
-   zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}_${PV}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-cmake.patch
-)
-
-pkg_setup() {
-   use fortran && fortran-2_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCGNS_ENABLE_64BIT=ON
-   $(usex x86 -DCGNS_ENABLE_LFS=ON)
-   $(cmake-utils_use fortran CGNS_ENABLE_FORTRAN)
-   $(cmake-utils_use hdf5 CGNS_ENABLE_HDF5)
-   $(cmake-utils_use legacy CGNS_ENABLE_LEGACY)
-   $(cmake-utils_use mpi HDF5_NEED_MPI)
-   )
-   cmake-utils_src_configure
-}

diff --git a/sci-libs/cgnslib/files/cgnslib-3.2.1-cmake.patch 
b/sci-libs/cgnslib/files/cgnslib-3.2.1-cmake.patch
deleted file mode 100644
index bf8ea5f2bfe..000
--- a/sci-libs/cgnslib/files/cgnslib-3.2.1-cmake.patch
+++ /dev/null
@@ -1,149 +0,0 @@
- CMakeLists.txt | 20 +--
- src/CMakeLists.txt | 72 +++---
- 2 files changed, 37 insertions(+), 55 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d9c1b3c..d4c2bf7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -81,7 +81,7 @@ if (CGNS_ENABLE_LFS)
- if (HAVE_OPEN64)
-   add_definitions(-DHAVE_LSEEK64)
- endif (HAVE_OPEN64)
--if (HAVE_OPEN64)
-+if (HAVE_LSEEK64)
-   add_definitions(-DHAVE_LSEEK64)
- endif (HAVE_LSEEK64)
-   endif (WIN32)
-@@ -254,24 +254,6 @@ else (CGNS_ENABLE_HDF5 AND HDF5_NEED_MPI)
-   mark_as_advanced(FORCE CGNS_ENABLE_PARALLEL)
- endif (CGNS_ENABLE_HDF5 AND HDF5_NEED_MPI)
- 
--
--# RPATH Management #
--
--
--# use, i.e. don't skip the full RPATH for the build tree
--set(CMAKE_SKIP_BUILD_RPATH  FALSE)
--
--# when building, don't use the install RPATH already
--# (but later on when installing)
--set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
--
--# the RPATH to be used when installing
--set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
--
--# add the automatically determined parts of the RPATH
--# which point to directories outside the build tree to the install RPATH
--set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
--
- 
- # CGNS #
- 
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 3c12c6d..694da42 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -69,7 +69,7 @@ set(SYSCFLAGS "")
- set(CFGFLAGS "")
- set(LIBS "")
- 
--file(TO_NATIVE_PATH ${CMAKE_INSTALL_PREFIX}/lib LIBDIR)
-+file(TO_NATIVE_PATH ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} LIBDIR)
- file(TO_NATIVE_PATH ${CMAKE_INSTALL_PREFIX}/include INCLUDEDIR)
- file(TO_NATIVE_PATH ${CMAKE_C_COMPILER} CC)
- if (WIN32)
-@@ 

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

2018-09-15 Thread Andreas Sturmlechner
commit: 1a37bbd5b4473a44bf2ac980c57f81f96d42fc0b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 19:31:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 20:04:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a37bbd5

dev-libs/libindicate: De-stabilise ppc

The only reverse dependency of dev-libs/libdbusmenu forcing ppc.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libindicate/libindicate-12.10.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild 
b/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild
index 0807794f848..8f70cb05fde 100644
--- a/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild
+++ b/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ~ppc64 sparc x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



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

2018-09-15 Thread Andreas Sturmlechner
commit: 77b4dbcb3f2ac6d54e45321cd889930e623770a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 15 19:32:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 15 20:04:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b4dbcb

dev-libs/libdbusmenu: Drop 12.10.2-r2, destabilising ppc,ppc64

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

 dev-libs/libdbusmenu/Manifest  |   1 -
 dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild | 131 -
 2 files changed, 132 deletions(-)

diff --git a/dev-libs/libdbusmenu/Manifest b/dev-libs/libdbusmenu/Manifest
index 07bc9959670..9791f52a70f 100644
--- a/dev-libs/libdbusmenu/Manifest
+++ b/dev-libs/libdbusmenu/Manifest
@@ -1,2 +1 @@
-DIST libdbusmenu-12.10.2.tar.gz 735730 BLAKE2B 
0c0ee66a1044ded26dcfdebdbf8d4501592b4a57dccec80fd196707588eeccdbd162528d3c60e895b38180e893106332b2ea4273f1408d86872bc678bea1aefc
 SHA512 
cf2e50dc3adbf35d0a4ccdd62a3efd9fae2d079b8d06e6522b70f077f89ac2cf72188e380f476e38d184b69549e90b801bf1e32174fa94bbe612dd52aec94496
 DIST libdbusmenu-16.04.0.tar.gz 760376 BLAKE2B 
6996ce09bc2b81a8f415a46490ecb3189a064a64f1716919bb1495dccefa220ab058af06f4b3391c954ec76ec38e62db9c092b620cb69cacffb064e590ec1297
 SHA512 
ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241

diff --git a/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild
deleted file mode 100644
index 1689f6f879b..000
--- a/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-VALA_MIN_API_VERSION=0.16
-VALA_USE_DEPEND=vapigen
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils flag-o-matic multilib-minimal python-single-r1 vala xdg-utils
-
-DESCRIPTION="Library to pass menu structure across DBus"
-HOMEPAGE="https://launchpad.net/dbusmenu;
-SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz;
-
-LICENSE="LGPL-2.1 LGPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~mips ppc ppc64 sparc x86"
-IUSE="debug gtk gtk3 +introspection"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}]
-   >=dev-libs/json-glib-0.13.4[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.32[${MULTILIB_USEDEP}]
-   dev-libs/libxml2[${MULTILIB_USEDEP}]
-   ${PYTHON_DEPS}
-   gtk? ( x11-libs/gtk+:2[introspection?,${MULTILIB_USEDEP}] )
-   gtk3? ( >=x11-libs/gtk+-3.2:3[introspection?,${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1 )
-   !<${CATEGORY}/${PN}-0.5.1-r200"
-DEPEND="${RDEPEND}
-   app-text/gnome-doc-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   introspection? ( $(vala_depend) )"
-
-pkg_setup() {
-   xdg_environment_reset
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   if use introspection; then
-   vala_src_prepare
-   export VALA_API_GEN="${VAPIGEN}"
-   fi
-   python_fix_shebang tools
-
-   # remove reliance on custom Ubuntu hacks in old GTK+2
-   epatch "${FILESDIR}/${P}-gtk2-signal-fix.patch"
-   epatch_user
-}
-
-multilib_src_configure() {
-   append-flags -Wno-error #414323
-
-   local myconf=(
-   --disable-gtk
-   --disable-static
-   --disable-silent-rules
-   --disable-scrollkeeper
-   # dumper extra tool is only for GTK+-2.x, tests use valgrind 
which is stupid
-   --disable-dumper
-   $(multilib_native_use_enable introspection)
-   $(multilib_native_use_enable introspection vala)
-   $(use_enable debug massivedebugging)
-   )
-   local ECONF_SOURCE=${S}
-   econf "${myconf[@]}"
-
-   GTK_VARIANTS=( $(usex gtk 2 '') $(usex gtk3 3 '') )
-   local MULTIBUILD_VARIANTS=( "${GTK_VARIANTS[@]}" )
-   local top_builddir=${BUILD_DIR}
-
-   gtk_configure() {
-   local gtkconf=(
-   "${myconf[@]}"
-   --enable-gtk
-   --with-gtk="${MULTIBUILD_VARIANT}"
-   )
-   mkdir -p "${BUILD_DIR}" || die
-   cd "${BUILD_DIR}" || die
-   econf "${gtkconf[@]}"
-
-   rm -r libdbusmenu-glib || die
-   ln -s "${top_builddir}"/libdbusmenu-glib libdbusmenu-glib || die
-   }
-   [[ ${GTK_VARIANTS[@]} ]] && multibuild_foreach_variant gtk_configure
-}
-
-gtk_emake() {
-   emake -C "${BUILD_DIR}"/libdbusmenu-gtk "${@}"
-   multilib_is_native_abi && \
-   emake -C "${BUILD_DIR}"/docs/libdbusmenu-gtk "${@}"
-}
-

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

2018-09-15 Thread Mikle Kolyada
commit: b6e57d01ac01d5813121fe1963644e54ee2e40bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:02:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:02:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e57d01

x11-plugins/wmfrog: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/wmfrog/wmfrog-0.3.1.ebuild | 36 --
 1 file changed, 36 deletions(-)

diff --git a/x11-plugins/wmfrog/wmfrog-0.3.1.ebuild 
b/x11-plugins/wmfrog/wmfrog-0.3.1.ebuild
deleted file mode 100644
index 74ad1e17968..000
--- a/x11-plugins/wmfrog/wmfrog-0.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-DESCRIPTION="a weather application, it shows the weather in a graphical way"
-HOMEPAGE="http://wiki.colar.net/wmfrog_dockapp;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXext
-   x11-libs/libXpm
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S=${WORKDIR}/Src
-
-src_prepare() {
-   emake clean || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" INCDIR="" \
-   LIBDIR="" SYSTEM="${LDFLAGS}" || die
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc ../{CHANGES,HINTS} || die
-}



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

2018-09-15 Thread Mikle Kolyada
commit: 426399d4436af9d28ea5ae2725eea678255d415b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:56:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:56:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426399d4

profiles/p.mask: remove dev-python/pyfire atom

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7b0f33de56c..f23608952f9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -207,11 +207,6 @@ app-crypt/simp_le
 # Will be removed in 30 days (bug 663774).
 net-analyzer/nagios-check_openvpn-simple
 
-# Sergey Popov  (16 Aug 2018)
-# Upstream is dead, no consumers in tree
-# Masked for removal in 30 days
-dev-python/pyfire
-
 # Bernard Cafarelli  (13 Aug 2018)
 # Beta release with new features, masked for testing
 =app-text/tesseract-4.0.0_beta*



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

2018-09-15 Thread Mikle Kolyada
commit: 236d9a6d4e18ced4035768a93832cc092aac
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:54:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:54:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236d9a6d

dev-python/pyfire: remove last rited package

 dev-python/pyfire/Manifest   |  1 -
 dev-python/pyfire/metadata.xml   | 11 ---
 dev-python/pyfire/pyfire-0.3.4-r2.ebuild | 21 -
 3 files changed, 33 deletions(-)

diff --git a/dev-python/pyfire/Manifest b/dev-python/pyfire/Manifest
deleted file mode 100644
index ebd56fa893e..000
--- a/dev-python/pyfire/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyfire-0.3.4.tar.gz 15432 BLAKE2B 
14083887a751b25e20328c3841e9c652ef571e701a583303793a589bc8c374f20dfde2a7b37cd98a10bc5c7d09128f1d5f553576c8bb02bc1040ee2d6c27a0ca
 SHA512 
91dac47595b74cd1275f3c4e6e9717447605eb7576a94f2478b33de42e8d9e12f147a3759aec6801bb590cb8fe366cd23dfa0544adffea6dccd93ffe4ff399a8

diff --git a/dev-python/pyfire/metadata.xml b/dev-python/pyfire/metadata.xml
deleted file mode 100644
index 490717a8d5e..000
--- a/dev-python/pyfire/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pinkb...@gentoo.org
-Sergey Popov
-  
-  
-pyfire
-  
-

diff --git a/dev-python/pyfire/pyfire-0.3.4-r2.ebuild 
b/dev-python/pyfire/pyfire-0.3.4-r2.ebuild
deleted file mode 100644
index be8374a0c34..000
--- a/dev-python/pyfire/pyfire-0.3.4-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="A python implementation of the Campfire API"
-HOMEPAGE="https://github.com/mariano/pyfire;
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/twisted[${PYTHON_USEDEP}]
-"



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

2018-09-15 Thread Mikle Kolyada
commit: d4f9546ab588b7985f1537e25b9fce1c90bf6007
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:46:51 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:46:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f9546a

dev-util/gperf: mark stable wrt bug #656752

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-util/gperf/gperf-3.1.ebuild b/dev-util/gperf/gperf-3.1.ebuild
index b0aef66a47f..ab8fc2bbc1a 100644
--- a/dev-util/gperf/gperf-3.1.ebuild
+++ b/dev-util/gperf/gperf-3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



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

2018-09-15 Thread Mikle Kolyada
commit: 5ed60392a42b862c12a82d79217f2e91d789c5ac
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:45:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:45:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed60392

sys-libs/libcap: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/libcap/Manifest  |  1 -
 sys-libs/libcap/libcap-2.24-r2.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/sys-libs/libcap/Manifest b/sys-libs/libcap/Manifest
index fa4167cf06c..cdffcfa42f2 100644
--- a/sys-libs/libcap/Manifest
+++ b/sys-libs/libcap/Manifest
@@ -1,2 +1 @@
-DIST libcap-2.24.tar.xz 63412 BLAKE2B 
9edab6e606f64dcb06eb75160775340ff5ab92a7f5d98957c682d6510aa510a21f6c796af64dfef0090d9c035b94903d86b360635977e55549e51e25b8fa167e
 SHA512 
c062bab936d651a50efa66dcfa51ab3ce4b0881195d23bb32142b5c8044d30e0e2152f3497844ce90c04f909aeffe2d41203efff41972e38758dcca7b653884b
 DIST libcap-2.25.tar.xz 63672 BLAKE2B 
205790dea83f15b585e5151814ea520ab1545661d18fa57f36e8c8e597a7c0f0ff1d7b5ccffc36e313eb28606f1e71678233a06896e29cb28e5559b190dd47ed
 SHA512 
c3ab491885292adc171cde542b96f1295e84132febb50112a46575c3bde3a3eb6fcf733f7a756b4b656e013c0abb5ed6571db24799f8c0b23d8f759f992864f9

diff --git a/sys-libs/libcap/libcap-2.24-r2.ebuild 
b/sys-libs/libcap/libcap-2.24-r2.ebuild
deleted file mode 100644
index 1f30076808f..000
--- a/sys-libs/libcap/libcap-2.24-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib multilib-minimal toolchain-funcs pam
-
-DESCRIPTION="POSIX 1003.1e capabilities"
-HOMEPAGE="http://www.friedhoff.org/posixfilecaps.html;
-SRC_URI="mirror://kernel/linux/libs/security/linux-privs/libcap2/${P}.tar.xz"
-
-# it's available under either of the licenses
-LICENSE="|| ( GPL-2 BSD )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="pam static-libs"
-
-RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]
-   pam? ( virtual/pam )"
-DEPEND="${RDEPEND}
-   sys-kernel/linux-headers"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.24-build-system-fixes.patch
-   epatch "${FILESDIR}"/${PN}-2.22-no-perl.patch
-   epatch 
"${FILESDIR}"/${PN}-2.20-ignore-RAISE_SETFCAP-install-failures.patch
-   epatch "${FILESDIR}"/${PN}-2.21-include.patch
-   epatch "${FILESDIR}"/${PN}-2.24-setcap-errno.patch #551672
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   local pam
-   if multilib_is_native_abi && use pam; then
-   pam=yes
-   else
-   pam=no
-   fi
-
-   sed -i \
-   -e "/^PAM_CAP/s:=.*:=${pam}:" \
-   -e '/^DYNAMIC/s:=.*:=yes:' \
-   -e '/^lib_prefix=/s:=.*:=$(prefix):' \
-   -e "/^lib=/s:=.*:=$(get_libdir):" \
-   Make.Rules
-}
-
-multilib_src_compile() {
-   tc-export AR CC RANLIB
-   local BUILD_CC
-   tc-export_build_env BUILD_CC
-
-   default
-}
-
-multilib_src_install() {
-   # no configure, needs explicit install line #444724#c3
-   emake install DESTDIR="${ED}"
-
-   gen_usr_ldscript -a cap
-   use static-libs || rm "${ED}"/usr/$(get_libdir)/libcap.a
-
-   rm -rf "${ED}"/usr/$(get_libdir)/security
-   if multilib_is_native_abi && use pam; then
-   dopammod pam_cap/pam_cap.so
-   dopamsecurity '' pam_cap/capability.conf
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc CHANGELOG README doc/capability.notes
-}



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

2018-09-15 Thread Mikle Kolyada
commit: 207b111c8fe9d98c75b5fabcccbf2337531925fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:43:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:43:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207b111c

sys-libs/libcap: mark stable wrt bug #660334

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-libs/libcap/libcap-2.25.ebuild 
b/sys-libs/libcap/libcap-2.25.ebuild
index 03203f53088..c8bff991d30 100644
--- a/sys-libs/libcap/libcap-2.25.ebuild
+++ b/sys-libs/libcap/libcap-2.25.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/libs/security/linux-privs/libcap2/${P}.tar.xz"
 # it's available under either of the licenses
 LICENSE="|| ( GPL-2 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="pam static-libs"
 
 # While the build system optionally uses gperf, we don't DEPEND on it because



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

2018-09-15 Thread Mikle Kolyada
commit: 91a7b684baa72bded3884121321738f8394c7a97
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:39:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:40:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a7b684

dev-lang/python-exec: mark stable wrt bug #665406

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/python-exec/python-exec-2.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.6.ebuild 
b/dev-lang/python-exec/python-exec-2.4.6.ebuild
index e32c5338d78..110ace50c3b 100644
--- a/dev-lang/python-exec/python-exec-2.4.6.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.6.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 # eselect-python because of /usr/bin/python* collisions and new config



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

2018-09-15 Thread Mikle Kolyada
commit: 823d5029bc535c5f41382ae8afb9b452852da756
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:36:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:39:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823d5029

net-ftp/vsftpd: mark stable wrt bug #659326

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild 
b/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
index 87e6ab6d710..b821c334513 100644
--- a/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
+++ b/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://security.appspot.com/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="caps libressl pam tcpd ssl selinux xinetd"
 
 DEPEND="caps? ( >=sys-libs/libcap-2 )



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

2018-09-15 Thread Michał Górny
commit: adef9cefc2b6635e29b7a28c3291e98296761a0d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:35:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adef9cef

dev-python/mkdocs-bootstrap: EAPI7 revbump

 .../mkdocs-bootstrap/mkdocs-bootstrap-0.1.1-r1.ebuild   | 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1-r1.ebuild 
b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1-r1.ebuild
new file mode 100644
index 000..d8d9fdfb087
--- /dev/null
+++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap theme for MkDocs"
+HOMEPAGE="https://www.mkdocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-09-15 Thread Michał Górny
commit: 0881023670e7bbd797f6d702f4746c1951b014c2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:34:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08810236

dev-python/mkdocs-bootstrap: use HTTPs

 dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild 
b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild
index 9b0896d2c93..08bff072c1c 100644
--- a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild
+++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Bootstrap theme for MkDocs"
-HOMEPAGE="http://www.mkdocs.org;
+HOMEPAGE="https://www.mkdocs.org;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2018-09-15 Thread Michał Górny
commit: 35d221a5291e7f4d3087794a7452947af1b3bffc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:37:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d221a5

dev-python/mkdocs: use HTTPs

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

 dev-python/mkdocs/mkdocs-0.15.3.ebuild | 4 ++--
 dev-python/mkdocs/mkdocs-0.17.4.ebuild | 2 +-
 dev-python/mkdocs/mkdocs-1.0.1.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/mkdocs/mkdocs-0.15.3.ebuild 
b/dev-python/mkdocs/mkdocs-0.15.3.ebuild
index 180cb047c7b..af070d51c24 100644
--- a/dev-python/mkdocs/mkdocs-0.15.3.ebuild
+++ b/dev-python/mkdocs/mkdocs-0.15.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Project documentation with Markdown."
-HOMEPAGE="http://www.mkdocs.org;
+HOMEPAGE="https://www.mkdocs.org;
 SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/mkdocs/mkdocs-0.17.4.ebuild 
b/dev-python/mkdocs/mkdocs-0.17.4.ebuild
index 87b86e77cdb..a22e0ed875b 100644
--- a/dev-python/mkdocs/mkdocs-0.17.4.ebuild
+++ b/dev-python/mkdocs/mkdocs-0.17.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Project documentation with Markdown."
-HOMEPAGE="http://www.mkdocs.org;
+HOMEPAGE="https://www.mkdocs.org;
 SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/mkdocs/mkdocs-1.0.1.ebuild 
b/dev-python/mkdocs/mkdocs-1.0.1.ebuild
index 87b86e77cdb..a22e0ed875b 100644
--- a/dev-python/mkdocs/mkdocs-1.0.1.ebuild
+++ b/dev-python/mkdocs/mkdocs-1.0.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Project documentation with Markdown."
-HOMEPAGE="http://www.mkdocs.org;
+HOMEPAGE="https://www.mkdocs.org;
 SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"



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

2018-09-15 Thread Michał Górny
commit: c40a76962d2883ca7499e9a791cfa9eb39c8a9d3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:56:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40a7696

dev-vcs/cvsutils: EAPI7 revbump, use HTTPs

Closes: https://bugs.gentoo.org/665052
Closes: https://github.com/gentoo/gentoo/pull/9758

 dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
new file mode 100644
index 000..b14687868fa
--- /dev/null
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small bundle of utilities to work with CVS repositories"
+HOMEPAGE="https://www.red-bean.com/cvsutils/;
+SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/perl"



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

2018-09-15 Thread Michał Górny
commit: 8ea877a564cce2123fdbc9034d3d48f2792002bd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:53:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea877a5

dev-vcs/cvsutils: use HTTPs

 dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
index d530436476e..c34b4efd0f1 100644
--- a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
@@ -4,8 +4,8 @@
 EAPI=0
 
 DESCRIPTION="A small bundle of utilities to work with CVS repositories"
-HOMEPAGE="http://www.red-bean.com/cvsutils/;
-SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
+HOMEPAGE="https://www.red-bean.com/cvsutils/;
+SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2018-09-15 Thread Michał Górny
commit: 91f96a72bf5483f43d01c7b5d8da2efd3ea3d4c9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:36:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f96a72

dev-python/mkdocs-bootswatch: use HTTPs

 dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild 
b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild
index 012e3922c69..6aad45b4cb2 100644
--- a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild
+++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Bootswatch themes for MkDocs"
-HOMEPAGE="http://www.mkdocs.org;
+HOMEPAGE="https://www.mkdocs.org;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2018-09-15 Thread Michał Górny
commit: 4c855b544814ab789a5d0cf8efb694556f4dbb56
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 19:30:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c855b54

dev-vcs/cvs2cl: Correct license to GPL-2+

 dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild 
b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
index c3b1120f35e..e747a212cd7 100644
--- a/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled 
sources"
 HOMEPAGE="https://www.red-bean.com/cvs2cl/;
 SRC_URI="mirror://gentoo/${P}.pl.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 



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

2018-09-15 Thread Michał Górny
commit: dac256b29bc6bb961dbaa27bdd1d981e7426ffee
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:50:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac256b2

dev-vcs/cvs2cl: EAPI7 revbump, use HTTPs

Closes: https://bugs.gentoo.org/665050
Closes: https://github.com/gentoo/gentoo/pull/9757

 dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild 
b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
new file mode 100644
index 000..c3b1120f35e
--- /dev/null
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources"
+HOMEPAGE="https://www.red-bean.com/cvs2cl/;
+SRC_URI="mirror://gentoo/${P}.pl.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="dev-lang/perl"
+
+S=${WORKDIR}
+
+src_install() {
+   newbin ${P}.pl ${PN}
+}



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

2018-09-15 Thread Michał Górny
commit: d486958c034b8b44b63329d79df6a3ca9b463823
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 19:01:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d486958c

mail-filter/sieve-connect: EAPI7 revbump, use HTTPs

Closes: https://bugs.gentoo.org/665054
Closes: https://github.com/gentoo/gentoo/pull/9759

 .../sieve-connect/sieve-connect-0.87-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild 
b/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild
new file mode 100644
index 000..07371b0cb2f
--- /dev/null
+++ b/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sieve Command Line Interface"
+HOMEPAGE="https://people.spodhuis.org/phil.pennock/software/;
+SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-lang/perl-5"
+RDEPEND="${DEPEND}
+   >=dev-perl/Authen-SASL-2.11
+   dev-perl/IO-Socket-INET6
+   >=dev-perl/IO-Socket-SSL-0.97
+   dev-perl/Net-DNS
+   dev-perl/Net-SSLeay
+   dev-perl/TermReadKey
+   dev-perl/Term-ReadLine-Gnu"
+
+src_compile() {
+   emake all sieve-connect.1
+}
+
+src_install() {
+   dobin sieve-connect
+   doman sieve-connect.1
+   dodoc README*
+}



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

2018-09-15 Thread Michał Górny
commit: 498ea585847ff34e4b0b20176db3769e4eea3caa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 19:34:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498ea585

dev-vcs/cvsutils: Correct license to GPL-2+ GPL-3+

 dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
index b14687868fa..e4e3b461c57 100644
--- a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="A small bundle of utilities to work with CVS 
repositories"
 HOMEPAGE="https://www.red-bean.com/cvsutils/;
 SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
 
-LICENSE="GPL-3"
+LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 



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

2018-09-15 Thread Michał Górny
commit: 98a4b99a83b692a8933189d520144868978558bc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:47:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a4b99a

dev-vcs/cvs2cl: use HTTPs

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

diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild 
b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
index 671a926deec..814e135a788 100644
--- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
@@ -4,7 +4,7 @@
 EAPI=0
 
 DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources"
-HOMEPAGE="http://www.red-bean.com/cvs2cl/;
+HOMEPAGE="https://www.red-bean.com/cvs2cl/;
 SRC_URI="mirror://gentoo/${P}.pl.bz2"
 
 LICENSE="GPL-2"



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

2018-09-15 Thread Michał Górny
commit: a544c5b71c2ed548692a6b2abb3f287a500446ec
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:36:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a544c5b7

dev-python/mkdocs-bootswatch: EAPI7 revbump

 .../mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild 
b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild
new file mode 100644
index 000..35b79c0640d
--- /dev/null
+++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootswatch themes for MkDocs"
+HOMEPAGE="https://www.mkdocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-09-15 Thread Michał Górny
commit: 9260ca83fb740ad9548b6c143e0b74b52f65f44e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:59:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9260ca83

mail-filter/sieve-connect: use HTTPs

 mail-filter/sieve-connect/sieve-connect-0.87.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/sieve-connect/sieve-connect-0.87.ebuild 
b/mail-filter/sieve-connect/sieve-connect-0.87.ebuild
index fb4e8756c0a..5b2e9a20751 100644
--- a/mail-filter/sieve-connect/sieve-connect-0.87.ebuild
+++ b/mail-filter/sieve-connect/sieve-connect-0.87.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Sieve Command Line Interface"
-HOMEPAGE="http://people.spodhuis.org/phil.pennock/software/;
+HOMEPAGE="https://people.spodhuis.org/phil.pennock/software/;
 
SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2;
 
 LICENSE="BSD"



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

2018-09-15 Thread Mikle Kolyada
commit: cabaff9d1092b9ef2e51b2a63008bbdabc64c8b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:34:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:34:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabaff9d

app-admin/eselect: mark stable wrt bug #664896

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

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



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

2018-09-15 Thread Sergei Trofimovich
commit: 8f787f42d02e70eda8dd2dd98a56f2fa72c82894
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 19:29:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 19:29:50 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=8f787f42

8.2.0: fix mmix, PR85666

Bug: https://gcc.gnu.org/PR85666
Signed-off-by: Sergei Trofimovich  gentoo.org>

 8.2.0/gentoo/103_all_mmix-fix-85666-p1.patch | 41 
 8.2.0/gentoo/104_all_mmix-fix-85666-p2.patch | 30 
 8.2.0/gentoo/README.history  |  2 ++
 3 files changed, 73 insertions(+)

diff --git a/8.2.0/gentoo/103_all_mmix-fix-85666-p1.patch 
b/8.2.0/gentoo/103_all_mmix-fix-85666-p1.patch
new file mode 100644
index 000..ba74682
--- /dev/null
+++ b/8.2.0/gentoo/103_all_mmix-fix-85666-p1.patch
@@ -0,0 +1,41 @@
+From e66a5c025d0c3f4731a5f65ed2e6dbaf89bfaace Mon Sep 17 00:00:00 2001
+From: hp 
+Date: Sun, 9 Sep 2018 18:05:48 +
+Subject: [PATCH]   PR target/85666 * config/mmix/mmix.c
+ (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS): Don't  call leaf_function_p,
+ instead use has_hard_reg_initial_val.
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264182 
138bc75d-0d04-0410-961f-82ee72b054a4
+--- a/gcc/config/mmix/mmix.c
 b/gcc/config/mmix/mmix.c
+@@ -60,19 +60,16 @@ along with GCC; see the file COPYING3.  If not see
+ 
+ /* We have no means to tell DWARF 2 about the register stack, so we need
+to store the return address on the stack if an exception can get into
+-   this function.  FIXME: Narrow condition.  Before any whole-function
+-   analysis, df_regs_ever_live_p () isn't initialized.  We know it's 
up-to-date
+-   after reload_completed; it may contain incorrect information some time
+-   before that.  Within a RTL sequence (after a call to start_sequence,
+-   such as in RTL expanders), leaf_function_p doesn't see all insns
+-   (perhaps any insn).  But regs_ever_live is up-to-date when
+-   leaf_function_p () isn't, so we "or" them together to get accurate
+-   information.  FIXME: Some tweak to leaf_function_p might be
+-   preferable.  */
++   this function.  We'll have an "initial value" recorded for the
++   return-register if we've seen a call instruction emitted.  This note
++   will be inaccurate before instructions are emitted, but the only caller
++   at that time is looking for modulo from stack-boundary, to which the
++   return-address does not contribute, and which is always 0 for MMIX
++   anyway.  Beware of calling leaf_function_p here, as it'll abort if
++   called within a sequence.  */
+ #define MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS   \
+  (flag_exceptions \
+-  && ((reload_completed && df_regs_ever_live_p (MMIX_rJ_REGNUM))  \
+-  || !leaf_function_p ()))
++  && has_hard_reg_initial_val (Pmode, MMIX_INCOMING_RETURN_ADDRESS_REGNUM))
+ 
+ #define IS_MMIX_EH_RETURN_DATA_REG(REGNO) \
+  (crtl->calls_eh_return   \
+-- 
+2.19.0
+

diff --git a/8.2.0/gentoo/104_all_mmix-fix-85666-p2.patch 
b/8.2.0/gentoo/104_all_mmix-fix-85666-p2.patch
new file mode 100644
index 000..2c0f056
--- /dev/null
+++ b/8.2.0/gentoo/104_all_mmix-fix-85666-p2.patch
@@ -0,0 +1,30 @@
+From 919e63e824a673c63575f753c861c330860e632a Mon Sep 17 00:00:00 2001
+From: hp 
+Date: Sun, 9 Sep 2018 18:12:14 +
+Subject: [PATCH]   PR target/85666 * config/mmix/mmix.c
+ (mmix_assemble_integer): Handle byte-size non-CONST_INT rtx:es using
+ assemble_integer_with_op ".byte".
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264183 
138bc75d-0d04-0410-961f-82ee72b054a4
+--- a/gcc/config/mmix/mmix.c
 b/gcc/config/mmix/mmix.c
+@@ -1370,8 +1370,14 @@ mmix_assemble_integer (rtx x, unsigned int size, int 
aligned_p)
+   case 1:
+   if (GET_CODE (x) != CONST_INT)
+ {
+-  aligned_p = 0;
+-  break;
++  /* There is no "unaligned byte" op or generic function to
++ which we can punt, so we have to handle this here.  As
++ the expression isn't a plain literal, the generated
++ assembly-code can't be mmixal-equivalent (i.e. "BYTE"
++ won't work) and thus it's ok to emit the default op
++ ".byte". */
++  assemble_integer_with_op ("\t.byte\t", x);
++  return true;
+ }
+   fputs ("\tBYTE\t", asm_out_file);
+   mmix_print_operand (asm_out_file, x, 'B');
+-- 
+2.19.0
+

diff --git a/8.2.0/gentoo/README.history b/8.2.0/gentoo/README.history
index b0c5ea5..7e89be2 100644
--- a/8.2.0/gentoo/README.history
+++ b/8.2.0/gentoo/README.history
@@ -1,6 +1,8 @@
 1.3TODO
+ 101_all_x32-fix-eh-return-address.patch
+ 102_all_respect-build-cxxflags.patch
+   + 103_all_mmix-fix-85666-p1.patch
+   + 104_all_mmix-fix-85666-p2.patch
 1.212 Aug 2018
- 100_all-isl-include.patch
 

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

2018-09-15 Thread Mikle Kolyada
commit: 721e39b9a13136aeee3d5dbaeec9c4cb9b227520
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:30:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:30:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721e39b9

dev-libs/crypto++: amd64 stable wrt bug #663590

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild 
b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
index 6a821198fac..0a748f1e54b 100644
--- a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
+++ b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip;
 
 LICENSE="Boost-1.0"
 SLOT="0/7" # subslot is so version
-KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86 ~x64-macos"
 IUSE="+asm static-libs"
 
 DEPEND="app-arch/unzip"



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

2018-09-15 Thread Mike Pagano
commit: eb9a33bc5177e61c48f7ebe93d66ea58d93daefd
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 15 19:26:43 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 15 19:26:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9a33bc

sys-kernel/gentoo-sources: Linux patch 4.14.70

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.70.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e25eb9ce85b..9a27e7e363e 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,6 +31,9 @@ DIST genpatches-4.14-74.extras.tar.xz 17492 BLAKE2B 
88ca175e4dab3d6d8b4ce0116ca9
 DIST genpatches-4.14-75.base.tar.xz 1838036 BLAKE2B 
9890ebcc7dbf1a6787ba679792f369236643a0586ee4c825c03e97ac50b431779f2466bfdbd8fb4fbb2d439d0c73b01bead83add87603587e99174ae1200e655
 SHA512 
26c20463306c849c1e2c8abab82731c3ff61e467765c588e098b34ffcb84172f5f4edfa5162321ac819376d7cc5ed78be00ddb82cf3a1d246fd9a23ef04026c7
 DIST genpatches-4.14-75.experimental.tar.xz 5224 BLAKE2B 
ad9310ca8627ab72b0ba08769034cdacc10fdc46aaf6f3a9b9efb420fe2f737bf1034f69871fd89a81ad9edf1a5299094911c3fa109e4681e1754e999d34c343
 SHA512 
7ba19f271077e5c62be3e825f0f87302025511bba11fba72684201c4666cec70fe5446579d14c782aaa08d59b748373cb67f9c40abb46925c6abbb6463c0bd19
 DIST genpatches-4.14-75.extras.tar.xz 17488 BLAKE2B 
64b765bc55181449566ef672bdbc3df31b431dffd0a5b981b53beb0e0de07ebae858f749159267ddff35d86be911529140193e2363d215ae1496c2b9433abdec
 SHA512 
bcacc67187a73b1e2f3b0ef879fe637204b7395d2e72bc231261ef76827b42ab723ad50019bda5cd4c4aca2727e38b607fc41a73aedeb7f917647c91f1d42d9c
+DIST genpatches-4.14-76.base.tar.xz 1860892 BLAKE2B 
1db20108b5ecce9a87412955cbfe12af1b11b0e51b214bc5a15d74e0820992f5ceb89779730436789c793337cd0e408b24b6d46ab8e2374be577fb6e7e00dd03
 SHA512 
6324ecd586be20a070226030d8632bf93174eb74531413b05f308b1d63b8483278ca356bc4a161d9bb5302e3fdf0cf5abe41643018c86b22d02347fda5613e02
+DIST genpatches-4.14-76.experimental.tar.xz 5228 BLAKE2B 
c4b01d6057f16dabc73252c9380d58fa3f68f1a8ddb602404a6969f14e13ba690ce00b9021e7f495d755ce4940d0384bc991ff9763167f404139e3cfeadfb393
 SHA512 
6626018e42d54a233af78e3a8a7d31f08e890c8a8c3e54b151b385f97d448da56bec8b6cd106412e76f6ff7682a93046fa8aaf60cfc43539de7c8306602839a5
+DIST genpatches-4.14-76.extras.tar.xz 17492 BLAKE2B 
f4934b72c26276563267c1d04936c234450f84f41cc6497196f3964230ae9286af87dc72fb1aff47d76333c7d9663f0f77eda3a59f7de2d657d1015865a3015a
 SHA512 
b34121dfdf67e5f2e488242a08417c4955f0b1872bdc408968cdb8e44dc2b457abd7c77eaafb1781c8b0afcc038110ee48ba9adc69c05e2f26dd2162a8696a45
 DIST genpatches-4.17-21.base.tar.xz 480792 BLAKE2B 
b7f293c5cf6690b649993422d0fa161b7d593fa81e2c9632d5fa455aed0b2fc9ebced12c9645347d88f65d74f175c8600952073b6dcf0c361cf24b0a39846018
 SHA512 
a7137dc77a9f4ceec68816042e373a644ff8024a9eff5a16ea089f22c0f948d85f0df61f256428a8ca5601ebe83130e79ada83dae3e56960742fc385e5d8ddc1
 DIST genpatches-4.17-21.experimental.tar.xz 5224 BLAKE2B 
a43fca3e0b1c05ec32f3c44b536d211d4340ca32d9a82bebde2f322e9a69ce73b1d0da1c2b35eec0d650c98c2e3df65df39de5017d9c1d37c014c780001a6ee6
 SHA512 
ae091c6f0985de9bb13cff8a7a1467b8c45b169d30be506cc0d1d9396dad479698a5b2d8f4a5703e13249c33917ab373dcf61889360f128170052a5b71bb71a4
 DIST genpatches-4.17-21.extras.tar.xz 17496 BLAKE2B 
3d9bfefc908eff474bd3d24b5c61542c418d6a84a70a998968930e35b1664fb64ac6fda5635ef81922548211453261e822091aa7f3ff4a6acc47323e982d9a73
 SHA512 
966198bf6da2c6029a9a09f94795241400f0c0f17f721e8b4c6d7de1300ef9d19845aad4c48ec996d3147107f4ceaf0eba7c3a409da452130eca8f6088d691c1

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.70.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.70.ebuild
new file mode 100644
index 000..538bb3ebfd0
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.70.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="76"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-09-15 Thread Patrice Clement
commit: abccb9812bf6241f5278881de6390f4a8345b99f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Sep 15 19:24:24 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Sep 15 19:24:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abccb981

www-client/links: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/links/Manifest  |   1 +
 www-client/links/links-2.17.ebuild | 156 +
 2 files changed, 157 insertions(+)

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

diff --git a/www-client/links/links-2.17.ebuild 
b/www-client/links/links-2.17.ebuild
new file mode 100644
index 000..fc5b0de6a65
--- /dev/null
+++ b/www-client/links/links-2.17.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools desktop xdg
+
+DEBIAN_REVISION=2.14-5
+
+DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
+HOMEPAGE="http://links.twibright.com/;
+SRC_URI="
+   http://${PN}.twibright.com/download/${P}.tar.bz2
+   
mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_${DEBIAN_REVISION}.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl suid svga 
tiff unicode X zlib"
+
+GRAPHICS_DEPEND="media-libs/libpng:0="
+
+RDEPEND="
+   bzip2? (
+   app-arch/bzip2
+   )
+   fbcon? (
+   ${GRAPHICS_DEPEND}
+   )
+   gpm? (
+   sys-libs/gpm
+   )
+   jpeg? (
+   virtual/jpeg:0
+   )
+   libevent? (
+   dev-libs/libevent:0=
+   )
+   livecd? (
+   ${GRAPHICS_DEPEND}
+   sys-libs/gpm
+   virtual/jpeg:0
+   )
+   lzma? (
+   app-arch/xz-utils
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   svga? (
+   ${GRAPHICS_DEPEND}
+   media-libs/svgalib
+   )
+   tiff? (
+   media-libs/tiff:0
+   )
+   X? (
+   ${GRAPHICS_DEPEND}
+   x11-libs/libXext
+   )
+   zlib? (
+   sys-libs/zlib
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   fbcon? ( virtual/os-headers )
+   livecd? ( virtual/os-headers )"
+
+REQUIRED_USE="!livecd? ( fbcon? ( gpm ) )
+   svga? ( suid )"
+
+DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES )
+
+src_prepare() {
+   xdg_src_prepare
+
+   if use unicode; then
+   pushd intl > /dev/null || die
+   ./gen-intl || die
+   ./synclang || die
+   popd > /dev/null || die
+   fi
+
+   # error: conditional "am__fastdepCXX" was never defined (for 
eautoreconf)
+   sed -i \
+   -e '/AC_PROG_CXX/s:dnl ::' \
+   -e 

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

2018-09-15 Thread Mikle Kolyada
commit: 5f256d133ddb0661cc634a89d02b3951c424da74
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:22:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:22:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f256d13

dev-qt/qtwebkit: amd64 stable wrt bug #665240

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
index 79cee513560..3cd293ab98c 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD LGPL-2+"
 SLOT="5/5.212"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="geolocation gles2 +gstreamer +hyphen +jit multimedia nsplugin opengl 
orientation +printsupport qml webp X"
 
 REQUIRED_USE="



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

2018-09-15 Thread Mikle Kolyada
commit: a1b8c9390a3c81ceed2683344c992354656d8e67
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:18:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:18:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b8c939

dev-db/pspg: amd64 stable wrt bug #665640

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-db/pspg/pspg-1.3.0.ebuild b/dev-db/pspg/pspg-1.3.0.ebuild
index 25decec75eb..d9846d4a733 100644
--- a/dev-db/pspg/pspg-1.3.0.ebuild
+++ b/dev-db/pspg/pspg-1.3.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="sys-libs/ncurses:*"



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

2018-09-15 Thread Michał Górny
commit: 4d59255ef1ac4ef419cc6f553056ce6b5b2bdb9b
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Sep 13 14:55:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:18:01 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=4d59255e

syntax/ebuild: Update flag-o-matic keywords

Closes: https://github.com/gentoo/gentoo-syntax/pull/22

 syntax/ebuild.vim | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index e89d4cf..b6ecb06 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -78,9 +78,13 @@ syn keyword EbuildDeprecatedKeyword ebeep epause 
built_with_use
 " flag-o-matic
 syn keyword EbuildFlagoKeyword setup-allowed-flags filter-flags 
filter-lfs-flags append-lfs-flags
 syn keyword EbuildFlagoKeyword append-flags replace-flags replace-cpu-flags 
is-flag filter-mfpmath
-syn keyword EbuildFlagoKeyword strip-flags test_flag test_version_info 
strip-unsupported-flags get-flag
-syn keyword EbuildFlagoKeyword has_hardened has_pic has_pie has_ssp_all 
has_ssp has_m64 has_m32
-syn keyword EbuildFlagoKeyword replace-sparc64-flags append-ldflags 
filter-ldflags fstack-flags gcc2-flags
+syn keyword EbuildFlagoKeyword strip-flags test-flag test_version_info 
strip-unsupported-flags get-flag
+syn keyword EbuildFlagoKeyword replace-sparc64-flags append-ldflags 
filter-ldflags
+syn keyword EbuildFlagoKeyword append-cflags append-cppflags append-cxxflags 
append-fflags
+syn keyword EbuildFlagoKeyword is-flagq is-ldflagq is-ldflag test-flag-CC 
test-flag-CXX
+syn keyword EbuildFlagoKeyword test-flag-F77 test-flag-FC test-flags-CC 
test-flags-CXX
+syn keyword EbuildFlagoKeyword test-flags-F77 test-flags-FC test-flags 
append-libs
+syn keyword EbuildFlagoKeyword raw-ldflags no-as-needed
 
 " libtool
 syn keyword EbuildLibtoolKeyword elibtoolize uclibctoolize darwintoolize



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

2018-09-15 Thread Mikle Kolyada
commit: f59dc120c897a6079bf9d94ec690b2b4026898a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:13:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59dc120

app-misc/lxsplit: amd64 stable wrt bug #664458

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild 
b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
index e3c7ef4bb4c..ab571aa33ef 100644
--- a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 src_compile() {
tc-export CC



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

2018-09-15 Thread Mikle Kolyada
commit: d4750da3c3e0b98e0dc7cff16fe1960c7932437d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 19:14:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 19:16:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4750da3

app-misc/lxsplit: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/lxsplit/lxsplit-0.2.4.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/app-misc/lxsplit/lxsplit-0.2.4.ebuild 
b/app-misc/lxsplit/lxsplit-0.2.4.ebuild
deleted file mode 100644
index b4cf94587c8..000
--- a/app-misc/lxsplit/lxsplit-0.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="Command-line file splitter/joiner for Linux"
-HOMEPAGE="http://lxsplit.sourceforge.net;
-SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_compile() {
-   tc-export CC
-   emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
-   dobin lxsplit || die
-   dodoc ChangeLog README || die
-}



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

2018-09-15 Thread Alon Bar-Lev
commit: 28b6802236d01e042882213a54839af0dc30ee43
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Sep 15 19:08:28 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Sep 15 19:14:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b68022

dev-libs/opensc: package installs bash-compilation

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/opensc/{opensc-0.19.0-r1.ebuild => opensc-0.19.0-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/opensc/opensc-0.19.0-r1.ebuild 
b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
similarity index 95%
rename from dev-libs/opensc/opensc-0.19.0-r1.ebuild
rename to dev-libs/opensc/opensc-0.19.0-r2.ebuild
index 10b9ad5a8db..5a08f4453a6 100644
--- a/dev-libs/opensc/opensc-0.19.0-r1.ebuild
+++ b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune
+inherit bash-completion-r1 ltprune
 
 DESCRIPTION="Libraries and applications to access smartcards"
 HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki;
@@ -41,6 +41,7 @@ PATCHES=(
 
 src_configure() {
econf \
+   --with-completiondir="$(get_bashcompdir)" \
--disable-openpace \
--disable-static \
--enable-man \



[gentoo-commits] proj/linux-patches: New tag: 4.14-76

2018-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 15 19:12:15 2018 +

New tag: 4.14-76




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

2018-09-15 Thread Lars Wendler
commit: a90820cbfae0b792704ed348306b5074eba5f886
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 15 19:06:56 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 15 19:08:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90820cb

dev-libs/apr: Bump to version 1.6.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/apr/Manifest |   1 +
 dev-libs/apr/apr-1.6.5.ebuild | 156 ++
 2 files changed, 157 insertions(+)

diff --git a/dev-libs/apr/Manifest b/dev-libs/apr/Manifest
index 9a8c0b80b91..68b370da892 100644
--- a/dev-libs/apr/Manifest
+++ b/dev-libs/apr/Manifest
@@ -1,3 +1,4 @@
 DIST apr-1.5.2.tar.bz2 826885 BLAKE2B 
62953c31cd6cb9a80142cf65f791543febffd1716d9e4babd55c8010c6fc6e60ba3c287b21e146c19446185c03407f3990d862a0b9816039c2d1b7158ac90cd3
 SHA512 
d1156ad16abf0788779b56c2147c890f16d8445829b3e3b4917950d24c5fd2f8febd439992467a5ea0511da562c0fb4a7cfd8a235ab55882388bfa2b919d
 DIST apr-1.6.2.tar.bz2 853363 BLAKE2B 
99ff559a5a974c1cd116dbaa65a03c731ed8cdb4393c395b66daee3d6217f17ff1c895dc1cba498b0244f32b8b00dccc76f2d84a5b3dde053458e7557753e446
 SHA512 
20f449fde522f186b919b64ce6f90073b267557e17438607d31af917eca7941222dd7a7379d66f1430ff68f7e28fbccd140d24f3ca7aae8a876a550b19de284a
 DIST apr-1.6.3.tar.bz2 854100 BLAKE2B 
ac3d38ef201d92bb2e50a35b6f41de6120e6196f1412377eae56f013dfebbe7fe8461fcd4e5e82be275bde51253a7f1c5f708e780203382b64fe61637d97226c
 SHA512 
f6b8679ae7fafff793c825c78775c84a646267c441710a50664589850e13148719b4eab48ab6e7c95b7aed085cff831115687434a7b160dcc2faa0eae63ac996
+DIST apr-1.6.5.tar.bz2 855393 BLAKE2B 
ee01a841aaf5e98175c77e406baebcd82a2148bb8220f2cfac00d91dff38525606bb0f66ecb549eb6edf1fece53cb4eec4876423a864f09ce42bd0d999dc77e6
 SHA512 
d3511e320457b5531f565813e626e7941f6b82864852db6aa03dd298a65dbccdcdc4bd580f5314f8be45d268388edab25efe88cf8340b7d2897a4dbe9d0a41fc

diff --git a/dev-libs/apr/apr-1.6.5.ebuild b/dev-libs/apr/apr-1.6.5.ebuild
new file mode 100644
index 000..40fc1cbca28
--- /dev/null
+++ b/dev-libs/apr/apr-1.6.5.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools libtool multilib toolchain-funcs
+
+DESCRIPTION="Apache Portable Runtime Library"
+HOMEPAGE="https://apr.apache.org/;
+SRC_URI="mirror://apache/apr/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="1/${PV%.*}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs 
+urandom"
+
+CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )
+   elibc_mintlib? ( >=sys-apps/util-linux-2.18 )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-apache )"
+DEPEND="${CDEPEND}
+   >=sys-devel/libtool-2.4.2
+   doc? ( app-doc/doxygen )"
+
+DOCS=( CHANGES NOTICE README )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.0-mint.patch
+   "${FILESDIR}"/${PN}-1.5.0-libtool.patch
+   "${FILESDIR}"/${PN}-1.5.0-cross-types.patch
+   "${FILESDIR}"/${PN}-1.5.0-sysroot.patch #385775
+   "${FILESDIR}"/${PN}-1.6.3-skip-known-failing-tests.patch
+)
+
+src_prepare() {
+   default
+
+   mv configure.in configure.ac || die
+   AT_M4DIR="build" eautoreconf
+   elibtoolize
+
+   eapply "${FILESDIR}/config.layout.patch"
+}
+
+src_configure() {
+   local myconf=(
+   --enable-layout=gentoo
+   --enable-nonportable-atomics
+   --enable-posix-shm
+   --enable-threads
+   $(use_enable static-libs static)
+   --with-installbuilddir=/usr/share/${PN}/build
+   )
+
+   [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no
+
+   if use older-kernels-compatibility; then
+   local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 
apr_cv_sock_cloexec
+   export apr_cv_accept4="no"
+   export apr_cv_dup3="no"
+   export apr_cv_epoll_create1="no"
+   export apr_cv_sock_cloexec="no"
+   fi
+   if tc-is-cross-compiler; then
+   # The apache project relies heavily on AC_TRY_RUN and doesn't
+   # have any sane cross-compiling fallback logic.
+   export \
+   ac_cv_file__dev_zero="yes" \
+   ac_cv_func_sem_open="yes" \
+   ac_cv_negative_eai="yes" \
+   ac_cv_o_nonblock_inherited="no" \
+   ac_cv_struct_rlimit="yes" \
+   ap_cv_atomic_builtins="yes" \
+   apr_cv_accept4="yes" \
+   apr_cv_dup3="yes" \
+   apr_cv_epoll="yes" \
+   

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

2018-09-15 Thread Lars Wendler
commit: 16b949a0c3bc1c3e9888cf5f97a3ae60ce215f56
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 15 19:08:10 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 15 19:08:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b949a0

dev-libs/apr: Removed old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/apr/Manifest|   1 -
 dev-libs/apr/apr-1.6.2.ebuild| 146 --
 dev-libs/apr/apr-1.6.3-r1.ebuild | 147 ---
 dev-libs/apr/apr-1.6.3.ebuild| 146 --
 4 files changed, 440 deletions(-)

diff --git a/dev-libs/apr/Manifest b/dev-libs/apr/Manifest
index 68b370da892..67aab0480ef 100644
--- a/dev-libs/apr/Manifest
+++ b/dev-libs/apr/Manifest
@@ -1,4 +1,3 @@
 DIST apr-1.5.2.tar.bz2 826885 BLAKE2B 
62953c31cd6cb9a80142cf65f791543febffd1716d9e4babd55c8010c6fc6e60ba3c287b21e146c19446185c03407f3990d862a0b9816039c2d1b7158ac90cd3
 SHA512 
d1156ad16abf0788779b56c2147c890f16d8445829b3e3b4917950d24c5fd2f8febd439992467a5ea0511da562c0fb4a7cfd8a235ab55882388bfa2b919d
-DIST apr-1.6.2.tar.bz2 853363 BLAKE2B 
99ff559a5a974c1cd116dbaa65a03c731ed8cdb4393c395b66daee3d6217f17ff1c895dc1cba498b0244f32b8b00dccc76f2d84a5b3dde053458e7557753e446
 SHA512 
20f449fde522f186b919b64ce6f90073b267557e17438607d31af917eca7941222dd7a7379d66f1430ff68f7e28fbccd140d24f3ca7aae8a876a550b19de284a
 DIST apr-1.6.3.tar.bz2 854100 BLAKE2B 
ac3d38ef201d92bb2e50a35b6f41de6120e6196f1412377eae56f013dfebbe7fe8461fcd4e5e82be275bde51253a7f1c5f708e780203382b64fe61637d97226c
 SHA512 
f6b8679ae7fafff793c825c78775c84a646267c441710a50664589850e13148719b4eab48ab6e7c95b7aed085cff831115687434a7b160dcc2faa0eae63ac996
 DIST apr-1.6.5.tar.bz2 855393 BLAKE2B 
ee01a841aaf5e98175c77e406baebcd82a2148bb8220f2cfac00d91dff38525606bb0f66ecb549eb6edf1fece53cb4eec4876423a864f09ce42bd0d999dc77e6
 SHA512 
d3511e320457b5531f565813e626e7941f6b82864852db6aa03dd298a65dbccdcdc4bd580f5314f8be45d268388edab25efe88cf8340b7d2897a4dbe9d0a41fc

diff --git a/dev-libs/apr/apr-1.6.2.ebuild b/dev-libs/apr/apr-1.6.2.ebuild
deleted file mode 100644
index 67376760d71..000
--- a/dev-libs/apr/apr-1.6.2.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools libtool ltprune multilib toolchain-funcs
-
-DESCRIPTION="Apache Portable Runtime Library"
-HOMEPAGE="https://apr.apache.org/;
-SRC_URI="mirror://apache/apr/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs 
+urandom"
-
-CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )
-   elibc_mintlib? ( >=sys-apps/util-linux-2.18 )"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-apache )"
-DEPEND="${CDEPEND}
-   >=sys-devel/libtool-2.4.2
-   doc? ( app-doc/doxygen )"
-
-DOCS=( CHANGES NOTICE README )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.0-mint.patch
-   "${FILESDIR}"/${PN}-1.5.0-libtool.patch
-   "${FILESDIR}"/${PN}-1.5.0-cross-types.patch
-   "${FILESDIR}"/${PN}-1.5.0-sysroot.patch #385775
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="build" eautoreconf
-   elibtoolize
-
-   eapply "${FILESDIR}/config.layout.patch"
-}
-
-src_configure() {
-   local myconf=(
-   --enable-layout=gentoo
-   --enable-nonportable-atomics
-   --enable-posix-shm
-   --enable-threads
-   $(use_enable static-libs static)
-   )
-
-   [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no
-
-   if use older-kernels-compatibility; then
-   local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 
apr_cv_sock_cloexec
-   export apr_cv_accept4="no"
-   export apr_cv_dup3="no"
-   export apr_cv_epoll_create1="no"
-   export apr_cv_sock_cloexec="no"
-   fi
-   if tc-is-cross-compiler; then
-   # The apache project relies heavily on AC_TRY_RUN and doesn't
-   # have any sane cross-compiling fallback logic.
-   export \
-   ac_cv_file__dev_zero="yes" \
-   ac_cv_func_sem_open="yes" \
-   ac_cv_negative_eai="yes" \
-   ac_cv_o_nonblock_inherited="no" \
-   ac_cv_struct_rlimit="yes" \
-   ap_cv_atomic_builtins="yes" \
-   apr_cv_accept4="yes" \
-   apr_cv_dup3="yes" \
-   apr_cv_epoll="yes" \
-   

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

2018-09-15 Thread Mike Pagano
commit: b2a74e8f8d5876645aaaf5dadd63dc176e5604e4
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 15 19:02:45 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 15 19:02:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a74e8f

sys-kernel/gentoo-sources: Linux patch 4.9.127

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.127.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index beb6d7d6f0d..e25eb9ce85b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -133,6 +133,9 @@ DIST genpatches-4.9-129.extras.tar.xz 17360 BLAKE2B 
48f386500a086f5f762970130396
 DIST genpatches-4.9-130.base.tar.xz 2415208 BLAKE2B 
38ddc0d5b2ec8b33834550c87169c96300977013e2cdfde7999caaaddded86e3696c2460e5980ca9ab5e812a475e969b0202399f83cb8d82fd397515fa7d26ee
 SHA512 
69dafb393a54d93e0ca26ecd6f24536cd23139d323bb32a9510945ce53a47b7d4fee966344ade1416c0b207f28e2b43d6cad0af25a78c400f3528f64719ad1ac
 DIST genpatches-4.9-130.experimental.tar.xz 106384 BLAKE2B 
cfe48d4fe7c1211390adf14a8512c6132b6b80760e38afbe0df1aa776c7db614d6171893c69f56f10a0bc3b60261f6c2299ddf71594ba6d27ecbc168d3ab742a
 SHA512 
a95bea2ec43be17af441c216c40da1b48d5ae5098951dfe30dcfe746deec0270bdb21f4118976f31df5da898354e8eca08ce60fad3127986327243588a69db65
 DIST genpatches-4.9-130.extras.tar.xz 17356 BLAKE2B 
299388e6feda84ee34d24583a8d1f4b8cd1813d19970f3ecc78323cfd301dceb74ea7df7d78905cee54fc9b30ac05ae7197162fe2b7a66e41681ec398e391a06
 SHA512 
b74ea5bd6f2d659ca4ea1ddc30b174cc156581a318f6c11783ca99a326e3a8957cf9750cc4782c93e9c2529b45e2c576ec86598a6655942abcbec8be32e0b4a9
+DIST genpatches-4.9-131.base.tar.xz 2427920 BLAKE2B 
5964a860e2c844268b8ea807d514b0208ec2705a9adc7b055a82ad1cf6d3ff71d1e33610856e77b27c5098461cc644005c4223218fc5e95546ff3a848a77b5f2
 SHA512 
cc71162c69ba604595ea42f95f7f42c5d63e8dd7cc63ee9575dbcdcbc0174bfe62136d18356eaabe3c4a477bba4a68d66e6cff55ecf834e2e10ce8e7ea40c3f1
+DIST genpatches-4.9-131.experimental.tar.xz 106392 BLAKE2B 
3c07a1aa141271189f6b0ab11448c37bee59cd1545116591bf7dc72b694fef5aa48b548afa353b0c822c26ef8ef42f8bd84f66fbacf17c6be882ca8c5030df0f
 SHA512 
60006c6e39a3597391fa50d883ca337ccb72fc5a0b46ab7f4f5a7e5b38a9efa3c6454e9aebb60d26b225319cf3f624732eb003b04fde8534a8815e894d9fb592
+DIST genpatches-4.9-131.extras.tar.xz 17352 BLAKE2B 
3ccbf15172183ef1ecc0e54fcdce213814108516a9d81a59b8e6164fba8a3c26fecc05a15f3e1cd406a57abf735aaa330aa0acbcc131aff91445027c1c3d7f68
 SHA512 
fac6992fb4ffd5125435bf3dce0c34602625ddf98c5b5141692136675196a3939287cddbbd9e6a9ce174b0030e8a84bacd9b4993fe2fad2e697a8e16140901f6
 DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B 
be8a1a304f634b40dba1daa56922473c25fc57cedca73401bc1a142674832bb797f805f883aecc56a4b17fd63dae6aebe42f7c642739e8c5704f130b6675dfde
 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 
483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289
 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 
03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe
 SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.127.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.127.ebuild
new file mode 100644
index 000..a4ee014ca14
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.127.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="131"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-09-15 Thread Virgil Dupras
commit: fde12615bf26cc02c8de0f3336f342036b30d1a3
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Sep 15 18:46:04 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Sep 15 18:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde12615

dev-python/lxml: bump to 4.2.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/lxml/Manifest  |  1 +
 dev-python/lxml/lxml-4.2.5.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index 34dda934011..90d238089a0 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -2,3 +2,4 @@ DIST lxml-3.8.0.tar.gz 3795205 BLAKE2B 
39f3edc7efe48bd569b636de89cfcd8f7e4e88e02
 DIST lxml-4.1.1.tar.gz 2380804 BLAKE2B 
4d3c4ef0472c7af7bb4185142a8274b596dd55a908d41f5295d0a78031a7efb3aef8893ca739f8db0675e44d4b0c346746a2758d31a54825c06a153203599ab9
 SHA512 
9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
 DIST lxml-4.2.0.tar.gz 4282112 BLAKE2B 
5dd68d984097253fac4c35d59e7b687fa1bc0699946accb66687b94e0b3d807c7c555795486828307ccbadd87aa989b6bba2d2fc71cec27e8b8e52f2762c5548
 SHA512 
89c7dd5d36e8816008b22b25bb02275a008fcfe26f6fdeff139ac8394bd773035bf423b9d7c4233f19985e5a8c12f936b71096c55e28957e97da0810d88de8d3
 DIST lxml-4.2.2.tar.gz 4417798 BLAKE2B 
9344e0d261d2d40d43e67d4f162ce7da466c924dc1ad69d7eca602c14d789c6531747079cc92058e28f320c8695a64333b5044d37fecb8c713b0feac97ecef90
 SHA512 
4723c70edfa97069cb476d30e4f9c97f77c560302bdb547b6c4b0e7eb8610dc28a5e47c99bba6d780fd7b1510c0daa5cfb2da40542aab4415ea59c2a378a6b71
+DIST lxml-4.2.5.tar.gz 4414081 BLAKE2B 
c1c75a0a0c33011e2becb729de2c15dd786dd12bddeba4f2f26032d0d17104f258b471f5f961cbf96340df66cbce3e874d7a16c59731af280a309132b669d1b9
 SHA512 
4cf336d3e1471e8a26492760a143881517d12eb1c2dad82f8786540471bfabd68f8c795d97b7362166418c2be3c7996816638fdbd5a594536b9981478b90fdfe

diff --git a/dev-python/lxml/lxml-4.2.5.ebuild 
b/dev-python/lxml/lxml-4.2.5.ebuild
new file mode 100644
index 000..4d4460e6ae4
--- /dev/null
+++ b/dev-python/lxml/lxml-4.2.5.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1 eutils toolchain-funcs
+
+DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
+HOMEPAGE="https://lxml.de/ https://pypi.org/project/lxml/ 
https://github.com/lxml/lxml;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD ElementTree GPL-2 PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples +threads test"
+
+# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
+RDEPEND="
+   >=dev-libs/libxml2-2.9.5
+   >=dev-libs/libxslt-1.1.28"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
+   "
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
+)
+
+python_prepare_all() {
+   # avoid replacing PYTHONPATH in tests.
+   sed -i -e '/sys\.path/d' test.py || die
+
+   # apparently logs have changed with libxslt upgrade
+   # https://bugs.launchpad.net/lxml/+bug/1782078
+   sed -i -e '/assertEqual(4, len(log)/d' src/lxml/tests/test_threading.py 
|| die
+
+   # don't use some random SDK on Darwin
+   sed -i -e '/_ldflags =/s/=.*isysroot.*darwin.*None/= None/' \
+   setupinfo.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if ! python_is_python3; then
+   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   fi
+   tc-export PKG_CONFIG
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
+   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
+   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
+
+   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   local DOCS=( README.rst *.txt doc/*.txt )
+   local HTML_DOCS=( doc/html/. )
+   fi
+   if use examples; then
+   dodoc -r samples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Support for BeautifulSoup as a parser backend" 
dev-python/beautifulsoup
+   optfeature "Translates CSS selectors to XPath 1.0 expressions" 
dev-python/cssselect
+}



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

2018-09-15 Thread Virgil Dupras
commit: ef162d0140abc4674a84cbbec02812a12482eb81
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Sep 15 18:50:19 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Sep 15 18:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef162d01

dev-python/lxml: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/lxml/Manifest  |  3 --
 dev-python/lxml/lxml-3.8.0.ebuild | 80 --
 dev-python/lxml/lxml-4.2.0.ebuild | 72 --
 dev-python/lxml/lxml-4.2.2.ebuild | 81 ---
 4 files changed, 236 deletions(-)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index 90d238089a0..040f5575ff7 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,5 +1,2 @@
-DIST lxml-3.8.0.tar.gz 3795205 BLAKE2B 
39f3edc7efe48bd569b636de89cfcd8f7e4e88e025fd5c21164e35edf110546112844a4ddb6cb1842649fb165de3b3880b0fdb7a23522a891b35390adf64c95b
 SHA512 
08f6f352e22ed2bc199a5f34a1c6b5f7b41ec282dc0026c9f16a06466c27e39e8eb18608ba4493636170eeac4b0194f7050445e1cc9bd0a4628573c404593088
 DIST lxml-4.1.1.tar.gz 2380804 BLAKE2B 
4d3c4ef0472c7af7bb4185142a8274b596dd55a908d41f5295d0a78031a7efb3aef8893ca739f8db0675e44d4b0c346746a2758d31a54825c06a153203599ab9
 SHA512 
9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
-DIST lxml-4.2.0.tar.gz 4282112 BLAKE2B 
5dd68d984097253fac4c35d59e7b687fa1bc0699946accb66687b94e0b3d807c7c555795486828307ccbadd87aa989b6bba2d2fc71cec27e8b8e52f2762c5548
 SHA512 
89c7dd5d36e8816008b22b25bb02275a008fcfe26f6fdeff139ac8394bd773035bf423b9d7c4233f19985e5a8c12f936b71096c55e28957e97da0810d88de8d3
-DIST lxml-4.2.2.tar.gz 4417798 BLAKE2B 
9344e0d261d2d40d43e67d4f162ce7da466c924dc1ad69d7eca602c14d789c6531747079cc92058e28f320c8695a64333b5044d37fecb8c713b0feac97ecef90
 SHA512 
4723c70edfa97069cb476d30e4f9c97f77c560302bdb547b6c4b0e7eb8610dc28a5e47c99bba6d780fd7b1510c0daa5cfb2da40542aab4415ea59c2a378a6b71
 DIST lxml-4.2.5.tar.gz 4414081 BLAKE2B 
c1c75a0a0c33011e2becb729de2c15dd786dd12bddeba4f2f26032d0d17104f258b471f5f961cbf96340df66cbce3e874d7a16c59731af280a309132b669d1b9
 SHA512 
4cf336d3e1471e8a26492760a143881517d12eb1c2dad82f8786540471bfabd68f8c795d97b7362166418c2be3c7996816638fdbd5a594536b9981478b90fdfe

diff --git a/dev-python/lxml/lxml-3.8.0.ebuild 
b/dev-python/lxml/lxml-3.8.0.ebuild
deleted file mode 100644
index 117931f3bce..000
--- a/dev-python/lxml/lxml-3.8.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
-HOMEPAGE="https://lxml.de/ https://pypi.org/project/lxml/ 
https://github.com/lxml/lxml;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD ElementTree GPL-2 PSF-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples +threads test"
-
-# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
-RDEPEND="
-   >=dev-libs/libxml2-2.9.2
-   >=dev-libs/libxslt-1.1.28"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
-   "
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
-
-   # This patch removes a testcase that fails because of issues
-   # in libxml2.
-   #
-   # Upstream bug: https://bugs.launchpad.net/lxml/+bug/1608479
-   "${FILESDIR}"/${PN}-3.6.4-fix-test_xmlschema.patch
-)
-
-python_prepare_all() {
-   # avoid replacing PYTHONPATH in tests.
-   sed -i '/sys\.path/d' test.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   if [[ ${EPYTHON} != python3* ]]; then
-   local -x CFLAGS="${CFLAGS}"
-   append-cflags -fno-strict-aliasing
-   fi
-   tc-export PKG_CONFIG
-   distutils-r1_python_compile
-}
-
-python_test() {
-   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
-   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
-   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
-
-   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   local DOCS=( *.txt doc/*.txt )
-   local HTML_DOCS=( doc/html/. )
-   fi
-   if use examples; then
-   docinto examples
-   dodoc -r samples/.
-   fi
-
-   distutils-r1_python_install_all
-}
-

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

2018-09-15 Thread Sergei Trofimovich
commit: 57827a2dbb31f225eaeb61a296fdbf0d49c88dc5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:45:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:45:48 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=57827a2d

3.3.6: Fix for removal of struct ucontext in glibc 2.26

Fix by Christian Schmidt.

Bug: https://bugs.gentoo.org/664486
Signed-off-by: Sergei Trofimovich  gentoo.org>

 3.3.6/gentoo/89_all_gcc-3.3.x-ucontext.patch | 58 
 3.3.6/gentoo/README.history  |  2 +
 2 files changed, 60 insertions(+)

diff --git a/3.3.6/gentoo/89_all_gcc-3.3.x-ucontext.patch 
b/3.3.6/gentoo/89_all_gcc-3.3.x-ucontext.patch
new file mode 100644
index 000..dd5bfe9
--- /dev/null
+++ b/3.3.6/gentoo/89_all_gcc-3.3.x-ucontext.patch
@@ -0,0 +1,58 @@
+Fix for removal of struct ucontext in glibc 2.26
+
+Fix by Christian Schmidt.
+
+Bug: https://bugs.gentoo.org/664486
+--- a/gcc/config/alpha/linux.h
 b/gcc/config/alpha/linux.h
+@@ -89,7 +89,7 @@ Boston, MA 02111-1307, USA.  */
+   {   
\
+   struct rt_sigframe {\
+ siginfo_t info;   \
+-struct ucontext uc;   \
++ucontext_t uc;\
+   } *rt_ = (CONTEXT)->cfa;\
+   sc_ = _->uc.uc_mcontext; \
+   }   
\
+--- a/gcc/config/i386/linux.h
 b/gcc/config/i386/linux.h
+@@ -260,7 +260,7 @@ Boston, MA 02111-1307, USA.  */
+ siginfo_t *pinfo; \
+ void *puc;\
+ siginfo_t info;   \
+-struct ucontext uc;   \
++ucontext_t uc;\
+   } *rt_ = (CONTEXT)->cfa;\
+   sc_ = (struct sigcontext *) _->uc.uc_mcontext;   \
+   }   
\
+--- a/gcc/config/i386/linux64.h
 b/gcc/config/i386/linux64.h
+@@ -112,7 +112,7 @@ Boston, MA 02111-1307, USA.  */
+ if (*(unsigned char *)(pc_+0) == 0x48 \
+   && *(unsigned long *)(pc_+1) == 0x050f000fc0c7) \
+   {   
\
+-  struct ucontext *uc_ = (CONTEXT)->cfa;  \
++  ucontext_t *uc_ = (CONTEXT)->cfa;   \
+   sc_ = (struct sigcontext *) _->uc_mcontext;  \
+   }   
\
+ else  \
+@@ -182,7 +182,7 @@ Boston, MA 02111-1307, USA.  */
+ siginfo_t *pinfo; \
+ void *puc;\
+ siginfo_t info;   \
+-struct ucontext uc;   \
++ucontext_t uc;\
+   } *rt_ = (CONTEXT)->cfa;\
+   sc_ = (struct sigcontext *) _->uc.uc_mcontext;   \
+   }   
\
+--- a/gcc/config/rs6000/linux.h
 b/gcc/config/rs6000/linux.h
+@@ -101,7 +101,7 @@ Boston, MA 02111-1307, USA.  */
+ 
+ struct kernel_old_ucontext {
+   unsigned long uc_flags;
+-  struct ucontext  *uc_link;
++  ucontext_t   *uc_link;
+   stack_t   uc_stack;
+   struct sigcontext_struct uc_mcontext;
+   sigset_t  uc_sigmask;

diff --git a/3.3.6/gentoo/README.history b/3.3.6/gentoo/README.history
index a2b5ae8..bc906b3 100644
--- a/3.3.6/gentoo/README.history
+++ b/3.3.6/gentoo/README.history
@@ -1,3 +1,5 @@
+1.10   TODO
+   + 89_all_gcc-3.3.x-ucontext.patch
 1.906 Apr 2015
R 05_all_gcc-4.3.x-siginfo.patch -> 05_all_gcc-3.3.x-siginfo.patch
+ 10_all_gcc-3.4.6-c-parse-bison-3.patch



[gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/, 5.4.0/gentoo/, 8.2.0/gentoo/, 6.4.0/gentoo/

2018-09-15 Thread Sergei Trofimovich
commit: 52d8f44f45d244184d737cec5a26a1754f877e75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:40:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:40:09 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=52d8f44f

Pass CXXFLAGS as CXXFLAGS_FOR_BUILD to stage1.

Fixes build failure when CXXFLAGS contains TARGET-specific flags.

Tested on x86_64-pc-linux-gnu host as:
# CFLAGS='-O2 -mfpu=neon-vfpv4' CXXFLAGS='-O2 -mfpu=neon-vfpv4' \
armv7a-unknown-linux-gnueabihf-emerge -v1 sys-devel/gcc --quiet-build=n

Fix by Peter Levine.

Bug: https://bugs.gentoo.org/581406
Signed-off-by: Sergei Trofimovich  gentoo.org>

 5.4.0/gentoo/98_all_respect-build-cxxflags.patch  | 39 +++
 5.4.0/gentoo/README.history   |  2 ++
 6.4.0/gentoo/102_all_respect-build-cxxflags.patch | 39 +++
 6.4.0/gentoo/README.history   |  1 +
 7.3.0/gentoo/100_all_respect-build-cxxflags.patch | 39 +++
 7.3.0/gentoo/README.history   |  1 +
 8.2.0/gentoo/102_all_respect-build-cxxflags.patch | 39 +++
 8.2.0/gentoo/README.history   |  1 +
 8 files changed, 161 insertions(+)

diff --git a/5.4.0/gentoo/98_all_respect-build-cxxflags.patch 
b/5.4.0/gentoo/98_all_respect-build-cxxflags.patch
new file mode 100644
index 000..14139ea
--- /dev/null
+++ b/5.4.0/gentoo/98_all_respect-build-cxxflags.patch
@@ -0,0 +1,39 @@
+Pass CXXFLAGS as CXXFLAGS_FOR_BUILD to stage1.
+
+Fixes build failure when CXXFLAGS contains
+TARGET-specific flags.
+
+Tested on x86_64-pc-linux-gnu host as:
+# CFLAGS='-O2 -mfpu=neon-vfpv4' CXXFLAGS='-O2 -mfpu=neon-vfpv4' \
+armv7a-unknown-linux-gnueabihf-emerge -v1 sys-devel/gcc --quiet-build=n
+
+Fix by Peter Levine.
+https://bugs.gentoo.org/581406
+--- a/Makefile.in
 b/Makefile.in
+@@ -170,6 +170,7 @@
+ # built for the build system to override those in BASE_FLAGS_TO_PASS.
+ EXTRA_BUILD_FLAGS = \
+   CFLAGS="$(CFLAGS_FOR_BUILD)" \
++  CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \
+   LDFLAGS="$(LDFLAGS_FOR_BUILD)"
+ 
+ # This is the list of directories to built for the host system.
+@@ -710,6 +711,7 @@
+   "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
+   "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
+   "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
++  "CXXFLAGS_FOR_BUILD=$(CXXFLAGS_FOR_BUILD)" \
+   "EXPECT=$(EXPECT)" \
+   "FLEX=$(FLEX)" \
+   "INSTALL=$(INSTALL)" \
+--- a/Makefile.tpl
 b/Makefile.tpl
+@@ -172,6 +172,7 @@
+ # built for the build system to override those in BASE_FLAGS_TO_PASS.
+ EXTRA_BUILD_FLAGS = \
+   CFLAGS="$(CFLAGS_FOR_BUILD)" \
++  CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \
+   LDFLAGS="$(LDFLAGS_FOR_BUILD)"
+ 
+ # This is the list of directories to built for the host system.

diff --git a/5.4.0/gentoo/README.history b/5.4.0/gentoo/README.history
index 4845af8..e372386 100644
--- a/5.4.0/gentoo/README.history
+++ b/5.4.0/gentoo/README.history
@@ -1,3 +1,5 @@
+1.10   TODO
+   + 98_all_respect-build-cxxflags.patch
 1.927 Aug 2018
+ 96_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
+ 97_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch

diff --git a/6.4.0/gentoo/102_all_respect-build-cxxflags.patch 
b/6.4.0/gentoo/102_all_respect-build-cxxflags.patch
new file mode 100644
index 000..14139ea
--- /dev/null
+++ b/6.4.0/gentoo/102_all_respect-build-cxxflags.patch
@@ -0,0 +1,39 @@
+Pass CXXFLAGS as CXXFLAGS_FOR_BUILD to stage1.
+
+Fixes build failure when CXXFLAGS contains
+TARGET-specific flags.
+
+Tested on x86_64-pc-linux-gnu host as:
+# CFLAGS='-O2 -mfpu=neon-vfpv4' CXXFLAGS='-O2 -mfpu=neon-vfpv4' \
+armv7a-unknown-linux-gnueabihf-emerge -v1 sys-devel/gcc --quiet-build=n
+
+Fix by Peter Levine.
+https://bugs.gentoo.org/581406
+--- a/Makefile.in
 b/Makefile.in
+@@ -170,6 +170,7 @@
+ # built for the build system to override those in BASE_FLAGS_TO_PASS.
+ EXTRA_BUILD_FLAGS = \
+   CFLAGS="$(CFLAGS_FOR_BUILD)" \
++  CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \
+   LDFLAGS="$(LDFLAGS_FOR_BUILD)"
+ 
+ # This is the list of directories to built for the host system.
+@@ -710,6 +711,7 @@
+   "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
+   "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
+   "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
++  "CXXFLAGS_FOR_BUILD=$(CXXFLAGS_FOR_BUILD)" \
+   "EXPECT=$(EXPECT)" \
+   "FLEX=$(FLEX)" \
+   "INSTALL=$(INSTALL)" \
+--- a/Makefile.tpl
 b/Makefile.tpl
+@@ -172,6 +172,7 @@
+ # built for the build system to override those in BASE_FLAGS_TO_PASS.
+ EXTRA_BUILD_FLAGS = \
+   CFLAGS="$(CFLAGS_FOR_BUILD)" \
++  CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \
+   LDFLAGS="$(LDFLAGS_FOR_BUILD)"
+ 
+ # This is the list of directories to built for the host system.

diff --git a/6.4.0/gentoo/README.history b/6.4.0/gentoo/README.history
index 

[gentoo-commits] proj/linux-patches: New tag: 4.9-131

2018-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 15 18:37:44 2018 +

New tag: 4.9-131




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

2018-09-15 Thread Mikle Kolyada
commit: 79164dcdbaafa8e572d1c125e17757880121221d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 18:26:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 18:26:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79164dcd

app-portage/eix: Declare proxy-maintainers proj in metadata

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-portage/eix/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml
index f07795f5198..634fe63b6a5 100644
--- a/app-portage/eix/metadata.xml
+++ b/app-portage/eix/metadata.xml
@@ -11,6 +11,10 @@
 Upstream developer, CC on bugs, do not copy ebuilds
   from his overlay
   
+  
+  proxy-ma...@gentoo.org
+  Proxy Maintainers
+  
   
 Build with upstream's CXXFLAGS/LDFLAGS for debugging 
support; not recommended for normal use.
 Create description of the eix cache file additionally in 
html format



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

2018-09-15 Thread Sergei Trofimovich
commit: 00cb89aadda6daf278359cc96181ee91b762bf63
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:26:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:26:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cb89aa

app-editors/nano: stable 2.9.8 for ppc64, bug #666206

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 app-editors/nano/nano-2.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/nano/nano-2.9.8.ebuild 
b/app-editors/nano/nano-2.9.8.ebuild
index 4da624510af..a24b3ac8b48 100644
--- a/app-editors/nano/nano-2.9.8.ebuild
+++ b/app-editors/nano/nano-2.9.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



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

2018-09-15 Thread Sergei Trofimovich
commit: c4a5626f759b64c4d85ef1a195d1c2e1cdcf1d53
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:25:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:25:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a5626f

net-libs/nghttp2: stable 1.33.0 for ppc64, bug #665798

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
index 9b4eba3bfde..a0e6cd2b563 100644
--- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2018-09-15 Thread Sergei Trofimovich
commit: 4acc4934a3d75ec73b83e47add6ba63350598783
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:25:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:25:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acc4934

media-libs/allegro: stable 5.2.4.0 for ppc64, bug #664788

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/allegro/allegro-5.2.4.0.ebuild 
b/media-libs/allegro/allegro-5.2.4.0.ebuild
index 0640f7b8050..91e57245e2d 100644
--- a/media-libs/allegro/allegro-5.2.4.0.ebuild
+++ b/media-libs/allegro/allegro-5.2.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio 
test truetype vorbis webp X xinerama"
 
 REQUIRED_USE="X? ( opengl ) xinerama? ( X )"



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

2018-09-15 Thread Sergei Trofimovich
commit: 7216db48187c396a9229d720ca208951daac84ea
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:25:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:25:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7216db48

sys-fs/xfsprogs: stable 4.17.0-r1 for ppc64, bug #652270

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
index e8551c407d2..e13414de1da 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="icu libedit nls readline static static-libs"
 REQUIRED_USE="static? ( static-libs )"
 



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

2018-09-15 Thread Sergei Trofimovich
commit: e88e1df47ba53178c3d6de8ba3b3deb4c2ebbfc3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 18:25:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 18:25:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88e1df4

media-sound/quodlibet: stable 3.9.1 for ppc64, bug #654058

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 media-sound/quodlibet/quodlibet-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/quodlibet/quodlibet-3.9.1.ebuild 
b/media-sound/quodlibet/quodlibet-3.9.1.ebuild
index 8539b1bc2f4..d8f5bf17d4b 100644
--- a/media-sound/quodlibet/quodlibet-3.9.1.ebuild
+++ b/media-sound/quodlibet/quodlibet-3.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="+dbus gstreamer ipod +udev"
 
 RDEPEND="dev-libs/keybinder:3[introspection]



  1   2   3   >