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

2018-11-04 Thread Andreas Sturmlechner
commit: 5ea01f964fe28b19312a4d4374e1cf34f75e8091
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  4 20:20:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  4 20:33:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea01f96

app-office/skrooge: 2.16.2 version bump

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

 app-office/skrooge/Manifest  |  1 +
 app-office/skrooge/skrooge-2.16.2.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 45b8d9d3500..2122450834e 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,2 +1,3 @@
 DIST skrooge-2.14.0.tar.xz 21659440 BLAKE2B 
2b90a5a34d06d916aed4e1d2622c624bdc30c6b947f812f5f227e7ef0198eeada4bb1c37be92a2cc07908635ce1fc7fc749e8b8f7444f9a448ab86602754f9bc
 SHA512 
0446a8863120ecb3c8da4b03c2bf78d2a4e69b968a44d4084c234e369a2c91f63ea468738d00469a9a772855be9f224123a1816ad649171fbd6b780c6c05f62d
 DIST skrooge-2.15.0.tar.xz 20704388 BLAKE2B 
37280e039595b5c7b3cb1af0fd20f66cc96c5796995c7a9ef4b83878c9a835856e54804ca312bcbb46d6de599a17dd49e45ef0e1dc1e6492b642ed36d88d731b
 SHA512 
c49f8a84d7339ff2b96f27a7895bbfe5f75c33534c7c4f95e47ebd9787bf3e80847139e4a257bc3bdd12e853bfd2131173a66c436cbc3165e1ac7a5ae684eab0
+DIST skrooge-2.16.2.tar.xz 21005424 BLAKE2B 
c8e11df29defc714fe71ad4f488cd6207dcc8bfc0cbee28422682f9c683ed7af8200b84f90cfdd0ca6d0bd0292dab46724c6b9afa0155c9f1603bbbe189b001d
 SHA512 
4bc7de279cf55888a258700c2a8450270904066684b1ce0b121cf5eb966da174d969daa3db432781de62d94420e706ab5364e386e053dde7617d967442eae397

diff --git a/app-office/skrooge/skrooge-2.16.2.ebuild 
b/app-office/skrooge/skrooge-2.16.2.ebuild
new file mode 100644
index 000..0dfef569c4e
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.16.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="https://skrooge.org/";
+[[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities designer kde ofx"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative 'widgets')
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   app-crypt/qca:2[qt5(+)]
+   dev-db/sqlcipher
+   dev-libs/grantlee:5
+   activities? ( $(add_frameworks_dep kactivities) )
+   kde? ( $(add_frameworks_dep krunner) )
+   ofx? ( dev-libs/libofx )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kwindowsystem)
+   dev-libs/libxslt
+   virtual/pkgconfig
+   x11-misc/shared-mime-info
+   designer? (
+   $(add_frameworks_dep kdesignerplugin)
+   $(add_qt_dep designer)
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/skrooge:4
+"
+
+REQUIRED_USE="test? ( designer )"
+
+# hangs + installs files
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=$(usex test)
+   -DSKG_DESIGNER=$(usex designer)
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package kde KF5Runner)
+   $(cmake-utils_use_find_package ofx LibOfx)
+   )
+
+   kde5_src_configure
+}
+
+src_test() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=ON
+   )
+   kde5_src_test
+}



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

2018-11-04 Thread Michał Górny
commit: 7ae84d1f7ac74c62e3ae96d6bd4ee5767505e0eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  4 20:18:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 20:21:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae84d1f

www-client/midori: Require webkit-gtk[introspection]

Closes: https://bugs.gentoo.org/670208
Signed-off-by: Michał Górny  gentoo.org>

 www-client/midori/midori-6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/midori/midori-6.0.ebuild 
b/www-client/midori/midori-6.0.ebuild
index 2598330b68e..437d8436c03 100644
--- a/www-client/midori/midori-6.0.ebuild
+++ b/www-client/midori/midori-6.0.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
dev-libs/libpeas[gtk]
dev-libs/libxml2
>=net-libs/libsoup-2.38:2.4[vala]
-   >=net-libs/webkit-gtk-2.16.6:4[jit=,opengl]
+   >=net-libs/webkit-gtk-2.16.6:4[introspection,jit=,opengl]
>=x11-libs/libnotify-0.7
>=x11-libs/gtk+-3.12.0:3
 "



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

2018-11-04 Thread Thomas Deutschmann
commit: 842477878a80aa479021c381150a5d1762c8d116
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:39:43 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:40:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84247787

dev-lang/mono-basic: x86 stable (bug #655018)

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

 dev-lang/mono-basic/mono-basic-4.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild 
b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
index 9a28161ec71..5b752c1c6b9 100644
--- a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
+++ b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
@@ -8,7 +8,7 @@ inherit mono-env
 DESCRIPTION="Visual Basic Compiler and Runtime"
 HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/";
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 LICENSE="LGPL-2 MIT"
 SLOT="0"
 



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

2018-11-04 Thread Matthias Maier
commit: e06a5fa582a0076e83a7a41584903971f6c5f6e5
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Nov  4 17:09:32 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Nov  4 19:25:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06a5fa5

dev-cpp/muParser: version bump to 2.2.6.1

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-cpp/muParser/Manifest|  1 +
 dev-cpp/muParser/muParser-2.2.6.1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-cpp/muParser/Manifest b/dev-cpp/muParser/Manifest
index fee33e025c3..36dde2ca7f6 100644
--- a/dev-cpp/muParser/Manifest
+++ b/dev-cpp/muParser/Manifest
@@ -1 +1,2 @@
 DIST muParser-2.2.5.tar.gz 761315 BLAKE2B 
ddb7a226cecd164929a2f45ca0c2a5d20f37cd6bba2fca919c9e534017fa087523311bade8a7be4a5a011ecd5dec0a2496ff08354d2010341bccf2e2a8276c1d
 SHA512 
d89380ebdc0ce91d0ea38fe43419ab6ed06c47d352b9ee20e1edcce48337b464366153493e0241c373ba2880a8b419fb9541e56cda0d14915daf9b98136ee682
+DIST muParser-2.2.6.1.tar.gz 755653 BLAKE2B 
b3b6b8da57c0e8a0bda74038689d444ba8da00d6cce80030d8b35693209f0293874e4822c4941974be21fd4b7c09ba7df2c9cef861bc10b890aae4f641040faf
 SHA512 
01bfc8cc48158c8413ae5e1da2ddbac1c9f0b9075470b1ab75853587d641dd195ebea268e1060a340098fd8015bc5f77d8e9cde5f81cffeade2f157c5f295496

diff --git a/dev-cpp/muParser/muParser-2.2.6.1.ebuild 
b/dev-cpp/muParser/muParser-2.2.6.1.ebuild
new file mode 100644
index 000..a5025c1f8c2
--- /dev/null
+++ b/dev-cpp/muParser/muParser-2.2.6.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Library for parsing mathematical expressions"
+HOMEPAGE="http://muparser.beltoforion.de/";
+SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="doc test"
+
+S=${WORKDIR}/muparser-${PV}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.32-parallel-build.patch
+   sed -i \
+   -e 's:-O2::g' \
+   configure || die
+}
+
+src_configure() {
+   econf $(use_enable test samples)
+}
+
+src_test() {
+   cat > test.sh <<- EOFTEST
+   LD_LIBRARY_PATH="${S}/lib" samples/example1/example1 <<- EOF
+   quit
+   EOF
+   EOFTEST
+   sh ./test.sh || die "test failed"
+}
+
+src_install() {
+   default
+   dodoc Changes.txt
+}



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

2018-11-04 Thread Matthias Maier
commit: dc74e7f7898ea09f4a963b481e6c6c888ab559fd
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Nov  4 17:04:25 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Nov  4 19:25:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc74e7f7

dev-cpp/muParser: drop old

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-cpp/muParser/Manifest  |  1 -
 dev-cpp/muParser/muParser-2.2.3.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-cpp/muParser/Manifest b/dev-cpp/muParser/Manifest
index a8b6f678885..fee33e025c3 100644
--- a/dev-cpp/muParser/Manifest
+++ b/dev-cpp/muParser/Manifest
@@ -1,2 +1 @@
 DIST muParser-2.2.5.tar.gz 761315 BLAKE2B 
ddb7a226cecd164929a2f45ca0c2a5d20f37cd6bba2fca919c9e534017fa087523311bade8a7be4a5a011ecd5dec0a2496ff08354d2010341bccf2e2a8276c1d
 SHA512 
d89380ebdc0ce91d0ea38fe43419ab6ed06c47d352b9ee20e1edcce48337b464366153493e0241c373ba2880a8b419fb9541e56cda0d14915daf9b98136ee682
-DIST muparser_v2_2_3.zip 1481359 BLAKE2B 
fcd9326619d28f0ea9e22cd6d85f8e620a18ad38561ceb026f024d80594d7d13a4772b3087df87d94ec3a1d3a80ce38a56f3dadc86b1011d9eafe7949d27be13
 SHA512 
86d140c07161757e2f0de516a4c2922ce5b135d06b01466bc15ad90833bd3e9f99b9b9c528617262597a7a5a6b09bff5ae8ced5d51c413ea611059e0bdb22e6d

diff --git a/dev-cpp/muParser/muParser-2.2.3.ebuild 
b/dev-cpp/muParser/muParser-2.2.3.ebuild
deleted file mode 100644
index 4078fabd35a..000
--- a/dev-cpp/muParser/muParser-2.2.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MYPN=${PN/P/p}
-MYP=${MYPN}_v${PV//./_}
-
-DESCRIPTION="Library for parsing mathematical expressions"
-HOMEPAGE="http://muparser.beltoforion.de/";
-SRC_URI="mirror://sourceforge/${MYPN}/${MYP}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc test"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.32-parallel-build.patch
-   sed -i \
-   -e 's:-O2::g' \
-   configure || die
-}
-
-src_configure() {
-   econf $(use_enable test samples)
-}
-
-src_test() {
-   cat > test.sh <<- EOFTEST
-   LD_LIBRARY_PATH=${S}/lib samples/example1/example1 <<- EOF
-   quit
-   EOF
-   EOFTEST
-   sh ./test.sh || die "test failed"
-}
-
-src_install() {
-   default
-   dodoc Changes.txt
-   use doc && dohtml -r docs/html/*
-}



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

2018-11-04 Thread Thomas Deutschmann
commit: ebe92d57efac019278b0b855ecb2c6df7e0d26ce
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:00:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe92d57

net-libs/libqmi: x86 stable (bug #670090)

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

 net-libs/libqmi/libqmi-1.20.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libqmi/libqmi-1.20.2.ebuild 
b/net-libs/libqmi/libqmi-1.20.2.ebuild
index 3c9b3648c60..5e19053cea5 100644
--- a/net-libs/libqmi/libqmi-1.20.2.ebuild
+++ b/net-libs/libqmi/libqmi-1.20.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libqmi.git";
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips x86"
SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz";
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/makedepend/

2018-11-04 Thread Thomas Deutschmann
commit: d760dfb977ca208c2a5de8a74384870d5b4e929b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:55:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d760dfb9

x11-misc/makedepend: x86 stable (bug #668900)

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

 x11-misc/makedepend/makedepend-1.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild 
b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
index ae65ea43e27..38167230388 100644
--- a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
+++ b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/

2018-11-04 Thread Thomas Deutschmann
commit: 02488fa2914a4fd9ee56427b801dd089877712e7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:07:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02488fa2

mail-client/roundcube: x86 stable (bug #669696)

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

 mail-client/roundcube/roundcube-1.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.3.8.ebuild 
b/mail-client/roundcube/roundcube-1.3.8.ebuild
index 0fe303dc98b..88cb94e297f 100644
--- a/mail-client/roundcube/roundcube-1.3.8.ebuild
+++ b/mail-client/roundcube/roundcube-1.3.8.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
 # roundcube is GPL-licensed, the rest of the licenses here are
 # for bundled PEAR components, googiespell and utf8.class.php
 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 
 IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell"
 REQUIRED_USE="|| ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2018-11-04 Thread Thomas Deutschmann
commit: 0de6e8b4ad7756cbf9b037b1ba9e216ab538cc5b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:59:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de6e8b4

x11-misc/xorg-cf-files: x86 stable (bug #668900)

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

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
index 9c90f05c3b7..4e0917b0ac5 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xorg/util/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rendercheck/

2018-11-04 Thread Thomas Deutschmann
commit: b011dbb08c0406e1a04a04f94b3c5e5033c41cda
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:56:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b011dbb0

x11-misc/rendercheck: x86 stable (bug #668900)

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

 x11-misc/rendercheck/rendercheck-1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild 
b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild
index 208c845cc50..8efe587b40e 100644
--- a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild
+++ b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/app/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 BDEPEND="



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

2018-11-04 Thread Thomas Deutschmann
commit: e8d0ac14a16b89f8c94b93e3891bf11fe5c75703
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:07:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d0ac14

app-emulation/spice-protocol: x86 stable (bug #670240)

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

 app-emulation/spice-protocol/spice-protocol-0.12.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.14.ebuild 
b/app-emulation/spice-protocol/spice-protocol-0.12.14.ebuild
index 75b63564671..42fae559fca 100644
--- a/app-emulation/spice-protocol/spice-protocol-0.12.14.ebuild
+++ b/app-emulation/spice-protocol/spice-protocol-0.12.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=""



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

2018-11-04 Thread Thomas Deutschmann
commit: efb03c3db0b00fdefd900bdf13f06b57fb113ac2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:07:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb03c3d

sys-fs/shake: x86 stable (bug #668646)

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

 sys-fs/shake/shake-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/shake/shake-1.0.ebuild b/sys-fs/shake/shake-1.0.ebuild
index 63deb4279d0..ee914b67354 100644
--- a/sys-fs/shake/shake-1.0.ebuild
+++ b/sys-fs/shake/shake-1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/unbrice/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="sys-apps/attr"



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

2018-11-04 Thread Thomas Deutschmann
commit: 53e866900ba0f5523259376cb5aefd0061cf6a1f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:09:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e86690

app-emulation/virt-viewer: x86 stable (bug #670240)

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

 app-emulation/virt-viewer/virt-viewer-7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/virt-viewer/virt-viewer-7.0.ebuild 
b/app-emulation/virt-viewer/virt-viewer-7.0.ebuild
index e6f2db9562d..9886368d095 100644
--- a/app-emulation/virt-viewer/virt-viewer-7.0.ebuild
+++ b/app-emulation/virt-viewer/virt-viewer-7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="sasl +spice +vnc"
 
 RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?]



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

2018-11-04 Thread Thomas Deutschmann
commit: 3359ceadad6974a68337b419ecd342e51ea99691
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:09:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3359cead

net-misc/spice-gtk: x86 stable (bug #670240)

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

 net-misc/spice-gtk/spice-gtk-0.35.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.35.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.35.ebuild
index 707c9f7ae81..156802778f8 100644
--- a/net-misc/spice-gtk/spice-gtk-0.35.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.spice-space.org 
https://cgit.freedesktop.org/spice/spice-g
 LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.bz2";
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="dbus gstaudio gstvideo +gtk3 +introspection lz4 mjpeg policykit 
pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
 
 REQUIRED_USE="?? ( pulseaudio gstaudio )"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/util-macros/

2018-11-04 Thread Thomas Deutschmann
commit: c7cdd2654cfa71a93e72915679e8d47d8deca052
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:56:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cdd265

x11-misc/util-macros: x86 stable (bug #668900)

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

 x11-misc/util-macros/util-macros-1.19.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild 
b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
index 85f01eb8277..00c1ed14911 100644
--- a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
+++ b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/util/${P}.tar.bz2"
 
 LICENSE="MIT"
 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 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # there is nothing to compile for this package, all its contents are produced 
by



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

2018-11-04 Thread Thomas Deutschmann
commit: 243a3a7238e51d56a17bc0c4101a0d0896db684a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:11:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243a3a72

net-misc/tigervnc: x86 stable (bug #670068)

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

 net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild 
b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
index 2729477e148..2871bbf2c50 100644
--- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
x86"
 IUSE="dri3 +drm gnutls java libressl nls +opengl pam server xinerama 
+xorgmodule"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/lndir/

2018-11-04 Thread Thomas Deutschmann
commit: 1024a089987c5d9647b26c1f6e268da301ececc6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:55:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1024a089

x11-misc/lndir: x86 stable (bug #668900)

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

 x11-misc/lndir/lndir-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild 
b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
index c0a3841c308..53c90ba0cb3 100644
--- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild
+++ b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="amd64 ppc ppc64 sparc ~x86"
+   KEYWORDS="amd64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2018-11-04 Thread Thomas Deutschmann
commit: 5b25865354815d77448117372aebfb666f8a7df8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:10:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b258653

mail-client/thunderbird: x86 stable (bug #670102)

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

 mail-client/thunderbird/thunderbird-60.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-60.3.0.ebuild 
b/mail-client/thunderbird/thunderbird-60.3.0.ebuild
index 580b2f9c2d9..1ba8d1f7237 100644
--- a/mail-client/thunderbird/thunderbird-60.3.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.3.0.ebuild
@@ -37,7 +37,7 @@ inherit check-reqs flag-o-matic toolchain-funcs gnome2-utils 
llvm mozcoreconf-v6
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird";
 
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist clang dbus debug hardened jack lightning neon pulseaudio



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

2018-11-04 Thread Thomas Deutschmann
commit: 81b65929d71a84d3b4d7a0b144bde6a4c611a4fc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:05:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b65929

dev-python/pycairo: x86 stable (bug #664802)

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

 dev-python/pycairo/pycairo-1.17.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycairo/pycairo-1.17.0-r1.ebuild 
b/dev-python/pycairo/pycairo-1.17.0-r1.ebuild
index 44271087768..451d7d288eb 100644
--- a/dev-python/pycairo/pycairo-1.17.0-r1.ebuild
+++ b/dev-python/pycairo/pycairo-1.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/

2018-11-04 Thread Thomas Deutschmann
commit: 3b37348d4cc3de14d6c4c141835710099464678b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:06:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b37348d

x11-terms/qterminal: x86 stable (bug #670014)

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

 x11-terms/qterminal/qterminal-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-0.9.0.ebuild 
b/x11-terms/qterminal/qterminal-0.9.0.ebuild
index 6b2342fe629..09c158cf3c4 100644
--- a/x11-terms/qterminal/qterminal-0.9.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Qt-based multitab terminal emulator"



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

2018-11-04 Thread Thomas Deutschmann
commit: 13c599ef0d8aa1a7b822b17df07021fa8f6f1b9e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:01:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c599ef

net-fs/nfs-utils: x86 stable (bug #670220)

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

 net-fs/nfs-utils/nfs-utils-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild
index 425b1cfe4ae..64ebf05d3d8 100644
--- a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" = *_rc* ]] ; then
S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
 else
SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
-   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"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2018-11-04 Thread Thomas Deutschmann
commit: 5ee07c00e0d9b2075143692645a9fdaabe2f1d29
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:58:43 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee07c00

x11-misc/xkeyboard-config: x86 stable (bug #668900)

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
index a56022e1e93..ac60fd733be 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-04 Thread Thomas Deutschmann
commit: 9c1f7517aa16622777b466b71d08340eca878e62
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:05:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1f7517

x11-libs/qtermwidget: x86 stable (bug #670014)

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

 x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild 
b/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild
index d87bab005a3..fdcd739dba4 100644
--- a/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Qt terminal emulator widget"



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

2018-11-04 Thread Thomas Deutschmann
commit: 90c010f2e29cb213c50e33ede154dd7a163d8cc0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:00:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c010f2

net-libs/libmbim: x86 stable (bug #670090)

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

 net-libs/libmbim/libmbim-1.16.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libmbim/libmbim-1.16.2.ebuild 
b/net-libs/libmbim/libmbim-1.16.2.ebuild
index 30d61f25ae3..fa514dae388 100644
--- a/net-libs/libmbim/libmbim-1.16.2.ebuild
+++ b/net-libs/libmbim/libmbim-1.16.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86"
 IUSE="static-libs udev"
 
 RDEPEND=">=dev-libs/glib-2.32:2



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/

2018-11-04 Thread Thomas Deutschmann
commit: ebfcc3f0d4db442cb67d4d4f289066e3ffb7cd7d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:57:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfcc3f0

x11-misc/xcompmgr: x86 stable (bug #668900)

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

 x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild 
b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
index 685b2ca0c01..b563b993866 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/app/${P}.tar.bz2"
-   KEYWORDS="amd64 ppc ppc64 sparc ~x86"
+   KEYWORDS="amd64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xbitmaps/

2018-11-04 Thread Thomas Deutschmann
commit: 17578706291ec0cbfb0e09d7c7e50c9ed7413b59
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 18:57:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17578706

x11-misc/xbitmaps: x86 stable (bug #668900)

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

 x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
index ea03f741012..3f2c8b3d5d3 100644
--- a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/data/${P}.tar.bz2"
 
 LICENSE="MIT"
 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 ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=""



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

2018-11-04 Thread Thomas Deutschmann
commit: f220354414db419a5e73fd5b71f4ce2e0482b9c0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:04:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2203544

sys-apps/portage: x86 stable (bug #670232)

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

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

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



[gentoo-commits] repo/gentoo:master commit in: app-crypt/paperkey/

2018-11-04 Thread Thomas Deutschmann
commit: 4b1515bdf583e8c9d73de1308e96381cc0b0ad92
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:03:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1515bd

app-crypt/paperkey: x86 stable (bug #668842)

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

 app-crypt/paperkey/paperkey-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/paperkey/paperkey-1.5.ebuild 
b/app-crypt/paperkey/paperkey-1.5.ebuild
index 0b743eab0fc..de9df584c58 100644
--- a/app-crypt/paperkey/paperkey-1.5.ebuild
+++ b/app-crypt/paperkey/paperkey-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://www.jabberwocky.com/software/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 x86 ~x64-macos"
 IUSE=""
 
 DOCS="README"



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

2018-11-04 Thread Thomas Deutschmann
commit: 6a8e139f1661189c615335eb545f79aa0898be4e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:02:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8e139f

dev-libs/openobex: x86 stable (bug #670100)

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

 dev-libs/openobex/openobex-1.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openobex/openobex-1.7.2-r1.ebuild 
b/dev-libs/openobex/openobex-1.7.2-r1.ebuild
index 814f435076c..638dd5b39a1 100644
--- a/dev-libs/openobex/openobex-1.7.2-r1.ebuild
+++ b/dev-libs/openobex/openobex-1.7.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="bluetooth doc irda usb"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/sobexsrv/

2018-11-04 Thread Thomas Deutschmann
commit: e5a15605e325c93175b6b36da288f8bc01dea0b6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 19:02:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 19:13:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a15605

app-mobilephone/sobexsrv: x86 stable (bug #670100)

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

 app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild 
b/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild
index 7cba2f73e84..eeb070bf7b1 100644
--- a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild
+++ b/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.mulliner.org/bluetooth/sobexsrv.php";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-de/

2018-11-04 Thread Michał Górny
commit: 88a4abb7a305988408ae9fc9f726318b3dbd9f76
Author: Christian Buchinger  guya  de>
AuthorDate: Wed Oct 24 17:55:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 18:32:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a4abb7

app-dicts/myspell-de: Version bump to 2017.01.12

* Current Version is 2017.01.12
* Added myself as proxied maintainer

Closes: https://bugs.gentoo.org/610548
Signed-off-by: Christian Buchinger  guya.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10214
Signed-off-by: Michał Górny  gentoo.org>

 app-dicts/myspell-de/Manifest |  3 ++
 app-dicts/myspell-de/metadata.xml | 15 +-
 app-dicts/myspell-de/myspell-de-2017.01.12.ebuild | 57 +++
 3 files changed, 74 insertions(+), 1 deletion(-)

diff --git a/app-dicts/myspell-de/Manifest b/app-dicts/myspell-de/Manifest
index 575c2cf586c..f3940c2b5a3 100644
--- a/app-dicts/myspell-de/Manifest
+++ b/app-dicts/myspell-de/Manifest
@@ -1,3 +1,6 @@
+DIST dict-de_AT-frami_2017-01-12.oxt 9238814 BLAKE2B 
441105b907bd47dbe7d45e30a8a2711206432aba90d3c986e1706f96b8b0617047fcdde1b5bc4bc67ad659b782721c05c83931d6d5ba7105566715f4c2b566bd
 SHA512 
e3364d6fb5dc7d6995c75631bf913db0afc03570fa20ae2480b98aa41afa4d3ae1ff9b0b5e1f64c097366b346e151d85159b9d574087a2ab7f8230284d4aa655
+DIST dict-de_CH-frami_2017-01-12.oxt 9225630 BLAKE2B 
7edc2349a7dff64c314881f305216c1d010f601bb99f7a2341b9dbc2c73979d6c219509ce5513e6134a2b18157461664cbef98e219797a423794bfe65741b5c7
 SHA512 
3f3e725e522f1fb9571f22108ae8d9a199071327b38c3a82d046a2737e5e5a34a4def52bc3d168979ccd0b800750c98af704fcac43735134b67d4dba8bd9f278
+DIST dict-de_DE-frami_2017-01-12.oxt 9238776 BLAKE2B 
47ac0b5115aa6d4c5151d039e1285de1681feee879fdf734caa365b030b02f02c705201208f0ef0f99df718dbedcbea2eef0d2b0492c03e7fb3f2853c20dcc80
 SHA512 
f44d30c875335f52674ea91557c716eb2c9917e7bd170372c8994d8d58e948ef2b68f004d93f175173ffad4a17a1920c69eaffe915668e0c4dc5fee7f8abcc6e
 DIST dict-de_at-frami_2015-12-28.oxt 8110628 BLAKE2B 
13652ee81381d766c151ed53889d0f5e1aed0fcc34c19edf2ff84e25d1d303cf95a3b1fbe3ffe6617991f497fbe46e2ce1305c2ef8109afb58677289b5832ae9
 SHA512 
2d4188174fb3f7cb2ca175d54342395980497183c0c6ea233217491226b19a0f19f806935e0eb3798229db89fd3ebf93cb5b210ba326dcb1cc8b862c48aecd02
 DIST dict-de_ch-frami_2015-12-28.oxt 8101312 BLAKE2B 
fd2da123f768b1ac1d66524272570fee0c237028d736100a5fb742418173120c54b8d3ee9e138b07699dc72372661e671bd8cf27eca7cefb0f39c84e49f286db
 SHA512 
b62ad082fbef3785b5cd29bb530a4f5367771af6237d10a9ee922f0deaff0ccdd7c0a9cd93a9218444b07bf278efdb18f497660513af4b8862998ab3bb434f5a
 DIST dict-de_de-frami_2015-12-28.oxt 8110832 BLAKE2B 
5bf8014e4c21f3d35296a13a9413caa0f2535cf7de39a774b4a16eef4ddb543b7d80e8fc5ac871f46442304e13cf7472b2d9188d2cc7173cca3b6dde582730ee
 SHA512 
242cfa3f9f8046badbd56560d05cc47a2b0bc89b263f9141443b3401981e91a1124d1c2f76ae77ea017b02a34567cf4c160c31e2250f90d095a74b92dd3d636a

diff --git a/app-dicts/myspell-de/metadata.xml 
b/app-dicts/myspell-de/metadata.xml
index 6f49eba8f49..bb9838dbd6c 100644
--- a/app-dicts/myspell-de/metadata.xml
+++ b/app-dicts/myspell-de/metadata.xml
@@ -1,5 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   cb-gen...@guya.de
+   Christian Buchinger
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   German "frami" standard dictionary with spell check, 
hyphenation patterns and
+   thesaurus. It includes the complete word list of Björn Jacke's 
igerman98 and
+   additional numerous supplements by Franz Michael Baumann 
according to the
+   reform of 2006. Includes localizations for Austria, Switzerland 
and Germany.
+   
 

diff --git a/app-dicts/myspell-de/myspell-de-2017.01.12.ebuild 
b/app-dicts/myspell-de/myspell-de-2017.01.12.ebuild
new file mode 100644
index 000..2c8b8196168
--- /dev/null
+++ b/app-dicts/myspell-de/myspell-de-2017.01.12.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYSPELL_DICT=(
+   "de_AT.aff"
+   "de_AT.dic"
+   "de_DE.aff"
+   "de_DE.dic"
+   "de_CH.aff"
+   "de_CH.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_de_AT.dic"
+   "hyph_de_DE.dic"
+   "hyph_de_CH.dic"
+)
+
+MYSPELL_THES=(
+   "th_de_AT_v2.dat"
+   "th_de_AT_v2.idx"
+   "th_de_DE_v2.dat"
+   "th_de_DE_v2.idx"
+   "th_de_CH_v2.dat"
+   "th_de_CH_v2.idx"
+)
+
+inherit myspell-r2
+
+MY_PV=$(ver_rs 1- -)   # -MM-DD
+
+DESCRIPTION="German (AT,CH,DE) dictionaries for myspell/hunspell"
+HOMEPAGE="
+   
https://extensions.libreoffice.org/extensions/german-de-at-frami-dictionaries
+   
https://extensions.libreoffice.org/extensions/german-de-ch-frami-dictionaries
+   
https://extensio

[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/

2018-11-04 Thread Michał Górny
commit: da5dfc2550458b67920ba2f437645c66a710e6bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  4 12:24:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 18:25:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5dfc25

sys-devel/clang-runtime: Update slot to 7.0.1

Signed-off-by: Michał Górny  gentoo.org>

 sys-devel/clang-runtime/clang-runtime-7.0..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-7.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-7.0..ebuild
index dcd22734f00..aa2891ea6b4 100644
--- a/sys-devel/clang-runtime/clang-runtime-7.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-7.0..ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 # Note: keep it matching clang- version
-SLOT="7.0.0"
+SLOT="7.0.1"
 KEYWORDS=""
 IUSE="+compiler-rt crt libcxx openmp +sanitize"
 



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

2018-11-04 Thread Michał Górny
commit: d76245b02ee046ddd29ab573da356acc2dcc013b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  4 12:23:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 18:25:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76245b0

sys-libs/compiler-rt: Update slot to 7.0.1

Signed-off-by: Michał Górny  gentoo.org>

 sys-libs/compiler-rt/compiler-rt-7.0..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-7.0..ebuild 
b/sys-libs/compiler-rt/compiler-rt-7.0..ebuild
index 11f4acf5427..afb8bcf007a 100644
--- a/sys-libs/compiler-rt/compiler-rt-7.0..ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-7.0..ebuild
@@ -20,7 +20,7 @@ EGIT_BRANCH="release_70"
 
 LICENSE="|| ( UoI-NCSA MIT )"
 # Note: this needs to be updated to match version of clang-
-SLOT="7.0.0"
+SLOT="7.0.1"
 KEYWORDS=""
 IUSE="+clang test"
 RESTRICT="!test? ( test ) !clang? ( test )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-11-04 Thread Michał Górny
commit: 7e8ea66633fb0a27a81b542d171622f678d760b4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  4 12:23:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 18:25:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8ea666

sys-libs/compiler-rt-sanitizers: Update slot to 7.0.1

Signed-off-by: Michał Górny  gentoo.org>

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
index a71b3be6bec..051afd44649 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
@@ -20,7 +20,7 @@ EGIT_BRANCH="release_70"
 
 LICENSE="|| ( UoI-NCSA MIT )"
 # Note: this needs to be updated to match version of clang-
-SLOT="7.0.0"
+SLOT="7.0.1"
 KEYWORDS=""
 IUSE="+clang test elibc_glibc"
 RESTRICT="!test? ( test ) !clang? ( test )"



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

2018-11-04 Thread Patrice Clement
commit: c6fb513d73c00ddcbe2bae4d453317b35437087f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov  4 18:08:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov  4 18:09:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fb513d

dev-cpp/antlr-cpp: clear QA warnings.

Closes: https://bugs.gentoo.org/663892
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild 
b/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild
index 173656e8e08..4c54326473f 100644
--- a/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild
+++ b/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,3 +15,13 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="app-arch/zip"
 
 S="${WORKDIR}"
+
+src_prepare() {
+   sed -i -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \
+   "${S}"/runtime/CMakeLists.txt || die "failed sed"
+
+   sed -i -e "s#share/doc/libantlr4#share/doc/${P}#g" \
+   "${S}"/CMakeLists.txt || die "failed sed"
+
+   cmake-utils_src_prepare
+}



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

2018-11-04 Thread Michał Górny
commit: 0dc768f67f0a1aaf33b5acfe381cf79f9a3bfbcf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  4 17:09:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 17:09:04 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0dc768f6

repositories: Update URL for ::mgorny

Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index e739003..03372d8 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2933,16 +2933,15 @@
   
 mgorny
 Michał Górny developer overlay
-https://cgit.gentoo.org/dev/mgorny.git
+https://cgit.gentoo.org/repo/dev/mgorny.git
 
   mgo...@gentoo.org
   Michał Górny
 
-https://anongit.gentoo.org/git/dev/mgorny.git
-git://anongit.gentoo.org/dev/mgorny.git
-git+ssh://g...@git.gentoo.org/dev/mgorny.git
-https://cgit.gentoo.org/dev/mgorny.git/atom/
-
+https://anongit.gentoo.org/git/repo/dev/mgorny.git
+git://anongit.gentoo.org/repo/dev/mgorny.git
+git+ssh://g...@git.gentoo.org/repo/dev/mgorny.git
+https://cgit.gentoo.org/repo/dev/mgorny.git/atom/
   
   
 miramir



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

2018-11-04 Thread Matthew Thode
commit: 772c6166b0ce9541f53aeed8e54b15f6e216cc96
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  4 16:54:03 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Nov  4 16:58:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772c6166

sys-block/tgt: 1.0.74 bump

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

 sys-block/tgt/Manifest  |  1 +
 sys-block/tgt/tgt-1.0.74.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
index 93665bc1367..4ddfcdc8bcf 100644
--- a/sys-block/tgt/Manifest
+++ b/sys-block/tgt/Manifest
@@ -1,2 +1,3 @@
 DIST tgt-1.0.72.tar.gz 296698 BLAKE2B 
6625bf87b37f4683aaf0c29264e69e400c6d238c9eaa7d9bb6fd46a76b542a8477ad8c7e9913d3dde70caaf02c323a2c01a3bd78b2d092829f4530015225012f
 SHA512 
4fdb1b8f3c2487f66629024132f7fa53ab69b9eba67d380fb18aa2d9c143e77bdf808b3ff8d1e2bf1d4420cf1792944d6f79731ddbb095d52b53d573d9f1281c
 DIST tgt-1.0.73.tar.gz 296814 BLAKE2B 
a3c81c00f716678aa9388f6a4562bd0b6fe0e2c705aee9655f942ffafae4bab3bbbaff521a8b7aefab208a354e0c1c617b85cdd08247a77d1026d0482d2b6528
 SHA512 
e6410f16c54f71d9a33d511438169a0ca305a7b9a9dd6abbaae9f0b31c18223fa1f3a11b575322d3bb94df129b4f9b186079a7d7cbd27e31734151154edab1da
+DIST tgt-1.0.74.tar.gz 297109 BLAKE2B 
8ad439a1df437b87a6bf94a8c0403c4ae26a6b77ddc3b44758134199efa5b55dafd09cd2ac3f1b12abc3a77077dffdcab1e9b2aa0a97fcd2e2c19ba24a5cd9cf
 SHA512 
aa905b44a3495275549d4abe8542e2b6b086bbab79b83d2902cba1e6124889a8873d479d128416b23c7681433fbe37c1772e8578bb12bf80b96267f65c0a

diff --git a/sys-block/tgt/tgt-1.0.74.ebuild b/sys-block/tgt/tgt-1.0.74.ebuild
new file mode 100644
index 000..694e0af3cf3
--- /dev/null
+++ b/sys-block/tgt/tgt-1.0.74.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic toolchain-funcs
+
+MY_TREE="f33f6b7"
+
+DESCRIPTION="Linux SCSI target framework (tgt)"
+HOMEPAGE="http://stgt.sourceforge.net";
+SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="fcoe fcp ibmvio infiniband rbd"
+
+CDEPEND="dev-perl/Config-General
+   dev-libs/libxslt
+   rbd? ( sys-cluster/ceph )
+   infiniband? (
+   sys-fabric/libibverbs:=
+   sys-fabric/librdmacm:=
+   )"
+DEPEND="${CDEPEND}
+   app-text/docbook-xsl-stylesheets"
+RDEPEND="${DEPEND}
+   dev-libs/libaio
+   sys-apps/sg3_utils"
+
+S=${WORKDIR}/fujita-tgt-${MY_TREE}
+
+pkg_setup() {
+   tc-export CC
+}
+
+src_prepare() {
+   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
+   # make sure xml docs are generated before trying to install them
+   sed -i -e "s@install: @& all @g" doc/Makefile || die
+   eapply_user
+}
+
+src_compile() {
+   local myconf
+   use ibmvio && myconf="${myconf} IBMVIO=1"
+   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
+   use fcp && myconf="${myconf} FCP=1"
+   use fcoe && myconf="${myconf} FCOE=1"
+   use rbd && myconf="${myconf} CEPH_RBD=1"
+
+   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
+   emake -C doc
+}
+
+src_install() {
+   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
docdir=/usr/share/doc/${PF}
+   newinitd "${FILESDIR}"/tgtd.initd tgtd
+   newconfd "${FILESDIR}"/tgtd.confd tgtd
+   dodir /etc/tgt
+   keepdir /etc/tgt
+}



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

2018-11-04 Thread Matthew Thode
commit: 3c3e7167e2b30fec7741c8aa788a38038cccd6b6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  4 16:57:53 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Nov  4 16:58:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3e7167

net-misc/memcached: 1.5.12 bump

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

 net-misc/memcached/Manifest|  1 +
 net-misc/memcached/memcached-1.5.12.ebuild | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 1a6a4813558..1d10a7af2b7 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -1,4 +1,5 @@
 DIST memcached-1.4.39.tar.gz 403751 BLAKE2B 
fc6082eb9b6dc5ee41c42ded9bcde03ebfe87d1c8ed9acbc6e61cb8889604c6c2715e49556473a1b9215974150b0ccb03d5dbb7210108c87d8e67f19eaccbd87
 SHA512 
055d39d9d681adebb9a6a255bce5d550b61df0a1981f0105f8ffcc936e2053bca60360d755b65d79af836ba1ca71d4c739c67e20a2e0e7110ada183a7b0b63d6
 DIST memcached-1.5.10.tar.gz 465169 BLAKE2B 
cfdd4cba4baf3c628b6cb655bbc91fc493b7183c2b403516cd68f7d7deff3ce2f9ba6bce2c92d9b1f0863d2da593f7f51def50afd7827996c109641efa71eaf1
 SHA512 
5b6217ab90492cb4b3f6597c935a4028697f1d071516d647a70f6ba9353db16184ef229935733e669d4120d34d72f6f2415edcfd3ec899e06eab9d3f494f11f1
 DIST memcached-1.5.11.tar.gz 457692 BLAKE2B 
248e1b1e6aa54db06d18086add51964b8fc6b9966875de35fcdc322631e276becbc9bd694e1c7ea04822ccabd5796422f1f505bc046a08b3b69b76bf9fef1b42
 SHA512 
1d641383a9d5c6a1f074a1f30493d50fb3384f29d07078dc827fcb1f9e70f6c07f12a3c6c2a128905ffddf2c414998afbbe3456d8cd4fe43e43606bf9933d822
+DIST memcached-1.5.12.tar.gz 457719 BLAKE2B 
6ad223cc62b3514f42eb91851cb906aa6c22f1bed65aed8b9bd5f11d8201bd1e946ddf980e26f4a2a8380f1da03ad7a4e9ad68f2c830bbfa948fe117b2689c3c
 SHA512 
95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8
 DIST memcached-1.5.2.tar.gz 407715 BLAKE2B 
d9d6bc3fde4ca47954dbcec520af73a823ff33cd21149cf4a8fd234c383382b83a089196fd168f1787f764ac4b0b72a4bf8f50867bdc377e95a622f399a1
 SHA512 
439e1dbf3b15fd014446abb5fd130eb914a72b7372f65a00388da83f30486e8658de75b87626b0c512397457aca9b60057fcedb83d84c628b53137d2a2167c0d

diff --git a/net-misc/memcached/memcached-1.5.12.ebuild 
b/net-misc/memcached/memcached-1.5.12.ebuild
new file mode 100644
index 000..ca83bdfe6a2
--- /dev/null
+++ b/net-misc/memcached/memcached-1.5.12.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils flag-o-matic systemd user
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/";
+SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
+https://www.memcached.org/files/old/${MY_P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4:=
+dev-lang/perl
+sasl? ( dev-libs/cyrus-sasl )
+seccomp? ( sys-libs/libseccomp )
+selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Harness 
>=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+
+   # Tweak upstream systemd unit to use Gentoo variables/envfile.
+   # As noted by bug #587440
+   sed -i -e '/^ExecStart/{
+   s,{USER},{MEMCACHED_RUNAS},g;
+   s,{CACHESIZE},{MEMUSAGE},g;
+   s,OPTIONS,MISC_OPTS,g;
+   };
+   /Environment=/{s,OPTIONS,MISC_OPTS,g;};
+   /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
+   ' \
+   "${S}"/scripts/memcached.service
+   default
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compi

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

2018-11-04 Thread Matthias Maier
commit: a1fa8608548ef5cd229205ea4df981145d7ae0dc
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Nov  4 05:45:58 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Nov  4 16:49:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fa8608

net-misc/spice-gtk: make repoman happy

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

 net-misc/spice-gtk/spice-gtk-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-.ebuild 
b/net-misc/spice-gtk/spice-gtk-.ebuild
index d489cfc08da..6e44cc0b2cb 100644
--- a/net-misc/spice-gtk/spice-gtk-.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -63,7 +63,7 @@ RDEPEND="
>=net-libs/libsoup-2.49.91 )
 "
 DEPEND="${RDEPEND}
-   =app-emulation/spice-protocol-
+   ~app-emulation/spice-protocol-
dev-perl/Text-CSV
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.40.0



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

2018-11-04 Thread Matthias Maier
commit: cb9e34e49040e0ec06d314303619c2128f91c6b1
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Nov  4 05:44:17 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Nov  4 16:49:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9e34e4

net-misc/spice-gtk: drop old

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

 net-misc/spice-gtk/spice-gtk-0.34-r3.ebuild | 153 
 1 file changed, 153 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.34-r3.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.34-r3.ebuild
deleted file mode 100644
index 3bba2079f5f..000
--- a/net-misc/spice-gtk/spice-gtk-0.34-r3.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.14"
-VALA_USE_DEPEND="vapigen"
-
-inherit autotools eutils xdg-utils vala readme.gentoo-r1
-
-DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers 
and a client GUI"
-HOMEPAGE="https://www.spice-space.org 
https://cgit.freedesktop.org/spice/spice-gtk/";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.bz2";
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus gstaudio gstvideo +gtk3 +introspection lz4 mjpeg policykit 
pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
-
-REQUIRED_USE="?? ( pulseaudio gstaudio )"
-
-# TODO:
-# * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
-# * use external pnp.ids as soon as that means not pulling in gnome-desktop
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   pulseaudio? ( media-sound/pulseaudio[glib] )
-   gstvideo? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   )
-   gstaudio? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   )
-   >=x11-libs/pixman-0.17.7
-   media-libs/opus
-   gtk3? ( x11-libs/gtk+:3[introspection?] )
-   >=dev-libs/glib-2.36:2
-   >=x11-libs/cairo-1.2
-   virtual/jpeg:0=
-   sys-libs/zlib
-   introspection? ( dev-libs/gobject-introspection )
-   lz4? ( app-arch/lz4 )
-   sasl? ( dev-libs/cyrus-sasl )
-   smartcard? ( app-emulation/qemu[smartcard] )
-   usbredir? (
-   sys-apps/hwids
-   >=sys-apps/usbredir-0.4.2
-   virtual/libusb:1
-   virtual/libgudev:=
-   policykit? (
-   sys-apps/acl
-   >=sys-auth/polkit-0.110-r1
-   !~sys-auth/polkit-0.111 )
-   )
-   webdav? (
-   net-libs/phodav:2.0
-   >=dev-libs/glib-2.43.90:2
-   >=net-libs/libsoup-2.49.91 )
-"
-DEPEND="${RDEPEND}
-   >=app-emulation/spice-protocol-0.12.13
-   dev-perl/Text-CSV
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.40.0
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-libressl.patch
-   "${FILESDIR}"/${P}-openssl11.patch
-)
-
-src_prepare() {
-   # bug 558558
-   export GIT_CEILING_DIRECTORIES="${WORKDIR}"
-   echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES}
-
-   default
-
-   eautoreconf
-
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   # Prevent sandbox violations, bug #581836
-   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
-   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
-   addpredict /dev
-
-   # Clean up environment, bug #586642
-   xdg_environment_reset
-
-   local myconf
-
-   if use vala ; then
-   # force vala regen for MinGW, etc
-   rm -fv gtk/controller/controller.{c,vala.stamp} 
gtk/controller/menu.c
-   fi
-
-   myconf="
-   $(use_enable static-libs static)
-   $(use_enable introspection)
-   $(use_with sasl)
-   $(use_enable smartcard)
-   $(use_enable usbredir)
-   $(use_with usbredir usb-ids-path /usr/share/misc/usb.ids)
-   $(use_with usbredir usb-acl-helper-dir /usr/libexec)
-   $(use_with gtk3 gtk 3.0)
-   $(use_enable policykit polkit)
-   $(use_enable pulseaudio pulse)
-   $(use_enable gstaudio)
-   $(use_enable gstvideo)
-   $(use_enable mjpeg builtin-mjpeg)
-   $(use_enable vala)
-   $(use_enable webdav)
-   $(use_enable dbus)
-   --disable-celt051
-   --disable-gtk-do

[gentoo-commits] proj/linux-patches:4.19 commit in: /

2018-11-04 Thread Alice Ferrazzi
commit: 4196ed330cd049bfd7781bc2f3e71b646e13a0bd
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Nov  4 16:21:49 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Nov  4 16:21:49 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4196ed33

linux kernel 4.19.1

 _README |   4 +
 1000_linux_4.19.1.patch | 966 
 2 files changed, 970 insertions(+)

diff --git a/_README b/_README
index 917d838..828fbcd 100644
--- a/_README
+++ b/_README
@@ -43,6 +43,10 @@ EXPERIMENTAL
 Individual Patch Descriptions:
 --
 
+Patch:  1000_linux-4.19.1.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.19.1
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1000_linux_4.19.1.patch b/1000_linux_4.19.1.patch
new file mode 100644
index 000..2274982
--- /dev/null
+++ b/1000_linux_4.19.1.patch
@@ -0,0 +1,966 @@
+diff --git a/Makefile b/Makefile
+index 69fa5c0310d8..abcd8ca4966f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 0
++SUBLEVEL = 1
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/sparc/include/asm/switch_to_64.h 
b/arch/sparc/include/asm/switch_to_64.h
+index 4ff29b1406a9..b1d4e2e3210f 100644
+--- a/arch/sparc/include/asm/switch_to_64.h
 b/arch/sparc/include/asm/switch_to_64.h
+@@ -67,6 +67,7 @@ do { save_and_clear_fpu();   
\
+ } while(0)
+ 
+ void synchronize_user_stack(void);
+-void fault_in_user_windows(void);
++struct pt_regs;
++void fault_in_user_windows(struct pt_regs *);
+ 
+ #endif /* __SPARC64_SWITCH_TO_64_H */
+diff --git a/arch/sparc/kernel/process_64.c b/arch/sparc/kernel/process_64.c
+index 6c086086ca8f..59eaf6227af1 100644
+--- a/arch/sparc/kernel/process_64.c
 b/arch/sparc/kernel/process_64.c
+@@ -36,6 +36,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -521,7 +522,12 @@ static void stack_unaligned(unsigned long sp)
+   force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp, 0, current);
+ }
+ 
+-void fault_in_user_windows(void)
++static const char uwfault32[] = KERN_INFO \
++  "%s[%d]: bad register window fault: SP %08lx (orig_sp %08lx) TPC %08lx 
O7 %08lx\n";
++static const char uwfault64[] = KERN_INFO \
++  "%s[%d]: bad register window fault: SP %016lx (orig_sp %016lx) TPC 
%08lx O7 %016lx\n";
++
++void fault_in_user_windows(struct pt_regs *regs)
+ {
+   struct thread_info *t = current_thread_info();
+   unsigned long window;
+@@ -534,9 +540,9 @@ void fault_in_user_windows(void)
+   do {
+   struct reg_window *rwin = &t->reg_window[window];
+   int winsize = sizeof(struct reg_window);
+-  unsigned long sp;
++  unsigned long sp, orig_sp;
+ 
+-  sp = t->rwbuf_stkptrs[window];
++  orig_sp = sp = t->rwbuf_stkptrs[window];
+ 
+   if (test_thread_64bit_stack(sp))
+   sp += STACK_BIAS;
+@@ -547,8 +553,16 @@ void fault_in_user_windows(void)
+   stack_unaligned(sp);
+ 
+   if (unlikely(copy_to_user((char __user *)sp,
+-rwin, winsize)))
++rwin, winsize))) {
++  if (show_unhandled_signals)
++  printk_ratelimited(is_compat_task() ?
++ uwfault32 : 
uwfault64,
++ current->comm, 
current->pid,
++ sp, orig_sp,
++ regs->tpc,
++ 
regs->u_regs[UREG_I7]);
+   goto barf;
++  }
+   } while (window--);
+   }
+   set_thread_wsaved(0);
+@@ -556,8 +570,7 @@ void fault_in_user_windows(void)
+ 
+ barf:
+   set_thread_wsaved(window + 1);
+-  user_exit();
+-  do_exit(SIGILL);
++  force_sig(SIGSEGV, current);
+ }
+ 
+ asmlinkage long sparc_do_fork(unsigned long clone_flags,
+diff --git a/arch/sparc/kernel/rtrap_64.S b/arch/sparc/kernel/rtrap_64.S
+index 4073e2b87dd0..29aa34f11720 100644
+--- a/arch/sparc/kernel/rtrap_64.S
 b/arch/sparc/kernel/rtrap_64.S
+@@ -39,6 +39,7 @@ __handle_preemption:
+wrpr   %g0, RTRAP_PSTATE_IRQOFF, %pstate
+ 
+ __handle_user_windows:
++  add %sp, PTREGS_OFF, %o0
+   

[gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino/, dev-embedded/arduino/files/

2018-11-04 Thread Amy Liffey
commit: a86d651379ae4a0e804d7c55a5350effceaac452
Author: Michael Perlov  gmail  com>
AuthorDate: Sun Nov  4 11:35:22 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Nov  4 15:36:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86d6513

dev-embedded/arduino: version bump to 1.8.7

Closes: https://bugs.gentoo.org/666146
Closes: https://github.com/gentoo/gentoo/pull/10334
Signed-off-by: Michael Perlov  gmail.com>
Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-embedded/arduino/Manifest  |   6 ++
 dev-embedded/arduino/arduino-1.8.7.ebuild  | 146 +
 dev-embedded/arduino/files/arduino.desktop |   2 +-
 3 files changed, 153 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/arduino/Manifest b/dev-embedded/arduino/Manifest
index 3955a4b47f7..d62f91bbdf1 100644
--- a/dev-embedded/arduino/Manifest
+++ b/dev-embedded/arduino/Manifest
@@ -17,3 +17,9 @@ DIST arduino-1.8.5-Temboo-1.2.1.zip 187499 BLAKE2B 
4f26317b21492697fa3bbce1fe2cd
 DIST arduino-1.8.5-WiFi101-Updater-ArduinoIDE-Plugin-0.9.1.zip 703748 BLAKE2B 
be9a0e2ac5a890121a0ef59700ee9a001711d7357d1c9aedfac7ca8593ed6bdef32219a88003846d4a793a532a3ebb47cde28dbe4c93dbeef8567ad6fb36bf00
 SHA512 
f107e5ee544450cc7cabfc7eb43462d374a59446418b5ce3a9f3eb545b03fe6383f42e79eb6919fb4b6e621902cbb84f4fa7119f23b51aa770ebd020dee9
 DIST arduino-1.8.5-reference-1.6.6-3.zip 7004842 BLAKE2B 
49d0d41fb499c15f06c8cb8d8211e5039ee9843a6629f305762b262a5bf199e4bbe7fea4716b7734403dc7e83ce35a963035b3a2c0d6a198a4218e7472b18d74
 SHA512 
65962322b6dcb15da6c119d47c382052d1183772c855b8e8fcdd108b54e730e2374d93741737f3b51e57288a0e8842a6a7f79dce4377ea3630293e6c3e7e8b73
 DIST arduino-1.8.5.tar.gz 48219839 BLAKE2B 
b031ccd601c42adce0ef06b69bd6103996d7a2a29a4640ab2518bb607e17d90524e1f7dc9861c096df90b0f0a439c5ee8867912b53cb925309dd7e0f6ddf3b54
 SHA512 
f01b0401edc7ea5d58cb475776b816d05f289060613dd452ca71ecaf4a3a95c5e9ddb5f2cf06d3c165e9e0540c895f9eaea896a7974c88834de569944c4adbd2
+DIST arduino-1.8.7.tar.gz 38372798 BLAKE2B 
a59aac177bb95e17eec7ab85d88cf0a25737f21d4be88458abfd8ffa12f2215b82e2256fc2921a14583b60f51f3144f46d35d19ae83ba6dd726a2a8773839aea
 SHA512 
6676e0a7e0383eb2addbfad05020cb54c1606f6920840c269625e58354fd950b57037f553e3f9661b462dfbb8afb40d6ba7390cbe0c4b96406871279939b5823
+DIST arduino-Edison_help_files-1.6.2.zip 3321743 BLAKE2B 
5d760ba329741cac27253fb439cf98381c0c0d7327f0c22f61cffc23c48d655278280185e5a7f6c85f3d182cacad4626eb9fe6cc2aaf7d2965bb377e2f39bbaa
 SHA512 
63d4005036b43f09347814433578e8c75a7af5caa0923516deab146ef0867af4e60aad0c9d5d47870dcec0ddb4e5396363e4312425f95a8d8da8725f77da8f3a
+DIST arduino-Galileo_help_files-1.6.2.zip 4352077 BLAKE2B 
16b99a57535ed77cdd69bb60dbb17085edfb2454b81a1b55b46310aa75e797bf784e39fb4642daf281ff92d9ade6f002cf359f98b95fc5225f66e63d189305fa
 SHA512 
411fcfad9e9877078de62c02accd66ed5e44daf2979cad38c12962c22d73412d084670db77d5b50b3a32f35977961943e90d85ac80484f926468aa994f8b107b
+DIST arduino-WiFi101-Updater-ArduinoIDE-Plugin-0.9.2.zip 945515 BLAKE2B 
a2ab32b400f774f006e1afb69797951382f8768ee55216591baecc8fc0665c31b31df403ffd17825ae524dcd0bcba87bfecbdc82722f9105d68cf9d5c8298415
 SHA512 
2fd003b638133d9ff77d76952ce4a38c3c2ea78c0c0c849580883e5104c3a5c141313f74934eeda29a446388e3d502e69e65ded088e693b0ff5810a133001ba8
+DIST arduino-avr-1.6.23.tar.bz2 5001988 BLAKE2B 
8b6ddc2d66e651a3a2b6bd6992cd1311aad223a6cefa1a1a4bc1fa05de449116511137f8cf13c50ca42b83477c66cf4aa3a7984f49905eb7a295eff7f2c3623e
 SHA512 
70ff70446bfc0f036f7a2927e8e53861e60225a0a6c1eb993557278ec79b8337f3a5ee6fd6f6d200744d80104efb1783332eb8d6d53c9f1b6ea6dc3054d78fd4
+DIST arduino-reference-1.6.6-3.zip 7004842 BLAKE2B 
49d0d41fb499c15f06c8cb8d8211e5039ee9843a6629f305762b262a5bf199e4bbe7fea4716b7734403dc7e83ce35a963035b3a2c0d6a198a4218e7472b18d74
 SHA512 
65962322b6dcb15da6c119d47c382052d1183772c855b8e8fcdd108b54e730e2374d93741737f3b51e57288a0e8842a6a7f79dce4377ea3630293e6c3e7e8b73

diff --git a/dev-embedded/arduino/arduino-1.8.7.ebuild 
b/dev-embedded/arduino/arduino-1.8.7.ebuild
new file mode 100644
index 000..60451878c0a
--- /dev/null
+++ b/dev-embedded/arduino/arduino-1.8.7.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2 java-ant-2 gnome2-utils
+
+DESCRIPTION="An open-source AVR electronics prototyping platform"
+HOMEPAGE="https://arduino.cc/ https://github.com/arduino/";
+
+ARDUINO_DOCS=(
+   "reference-1.6.6-3"
+   "Galileo_help_files-1.6.2"
+   "Edison_help_files-1.6.2"
+)
+
+for docname in "${ARDUINO_DOCS[@]}"; do
+   ARDUINO_DOCS_URI+=" https://downloads.arduino.cc/${docname}.zip -> 
${PN}-${docname}.zip"
+done
+
+SRC_URI="https://github.com/arduino/Arduino/archive/${PV}.tar.gz -> ${P}.tar.gz
+   https://downloads.arduino.cc/cores/avr-1.6.23.tar.bz2 -> 
${PN}-avr-1.6.23.tar.bz2
+   
https://github.com

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

2018-11-04 Thread Agostino Sarubbo
commit: 170ea7841fe64113b0d2753f305aca5cbfc0cf87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov  4 15:34:54 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov  4 15:34:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170ea784

sys-kernel/vanilla-sources: Automated version bump to {4.14.79,4.18.17,4.19.1} 
- remove old.

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

 sys-kernel/vanilla-sources/Manifest  | 5 +++--
 ...vanilla-sources-4.14.78.ebuild => vanilla-sources-4.14.79.ebuild} | 0
 ...vanilla-sources-4.18.16.ebuild => vanilla-sources-4.18.17.ebuild} | 0
 .../{vanilla-sources-4.19.0.ebuild => vanilla-sources-4.19.1.ebuild} | 0
 4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 38d9e6a50e7..17ce6b79519 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,7 +5,8 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-3.16.60.xz 2152288 BLAKE2B 
5b4871dfb0d528b3797e03dc466190c21e3217e8a622ae0442a43c44270a5f2ed84c4f651cb2cd2d1d881ed47717bb0efb439fa41cd7380900029d2f64956eb9
 SHA512 
6c5e02bf84f8d1f9cd908675a2cc5640bea7c8a28f31787aa98bf06461dafb2f64b01aa6450d8e0a4da7085432e9e28ba9b20510a4bbf18c5feee31279e96194
-DIST patch-4.14.78.xz 1888728 BLAKE2B 
37d2cf9594422748e493b7d7b000917a45fb5d231b088945f8a458d522b7c42754beb2bed138b562c823d5aaa31c2c9dcda276a9460e57fb857899037c4777d8
 SHA512 
bf0c0cbe9ee7ddfee0d8a70656e6db5979d1928c7aad917039c471ad6e2b049fe9d0f59161dab5ccfb9180263d2630cd6df735524b5886f0d05f709cb30b11bd
-DIST patch-4.18.16.xz 476164 BLAKE2B 
a9b684c3249cf20cb3672f3b5195b91128918cee459ebb1326f4c0ac6ba45036b14afaa16d3ef900884cba83a901c638bc0c19843c029902b1180c49e577e176
 SHA512 
f857cfa386fa6837f5c6dd4c1ea32e827abcfd0d2103e547b7c78a87c9f89598e9bce9d5a63c411ee99ef22ef66280ce9b308369722813e2fff5b1fa8284fd64
+DIST patch-4.14.79.xz 1912592 BLAKE2B 
6bfb02b18c36c7dda7e221be6e15eb0fc7e28bdf238945c3251029eb32784cb800920482b519ea2bc399b8653d1c6d8c55fba2bd65514e268f22c73cad2cd988
 SHA512 
ffc35dc4265fe9e111721d3734dca1ec312f84262a273a314d58689fb5492da8f760f6774bab420c752d76fe986fb38dfe9a8a4a389709517ec1166745d0d48d
+DIST patch-4.18.17.xz 509892 BLAKE2B 
eaf6bcaa296ec33d6d5c2da2990d0956351c16a1991ea22dfa8d5d6182bf7edf717bcdf78f02e2b69eb6bca842b2ba7733872435f2e9a98ddb3766adbede2c11
 SHA512 
304805829be8c67f9a15e76437dab306c80c55d5a6426b04ace674a02c87ffd4c84c0d7f96d1254e5f143ddfb0451af2c814193bbb24e9f388f7ced21c3435eb
+DIST patch-4.19.1.xz 9664 BLAKE2B 
936fc38071acf9f3f9cdd542d7cb9dddefcf8ca40d8186fd1d3af7de9c542eb25fa55633a2d7c689d39b0f45ddf1ec46e86ca1c8f8db7423b0fe446cd44684fe
 SHA512 
10e1f3c1ffbcd14a16005e06a3c7f025c37061e4d2eddca31639f70d813c9d98c3a032c328dde2f41799064656e6430a76e8a297fe42173d572e3080ba2026aa
 DIST patch-4.4.162.xz 2189224 BLAKE2B 
90e23534c08fafb27a76a59068a8372d706fc8d8a9bbb1ec4aa43ce92702116c72a5319cc657b5b15b7d139004e596d77a3862bf425cbffc2bd1777f55c4d7ca
 SHA512 
370860bcd43ea6285a61cac6833c0a6f3dd6f1d914f06e567c772c33311d09cbfa092e312439eb4090b35e9144f2e26c88945d4d1b3fd28f071d22aa17e2ea41
 DIST patch-4.9.135.xz 2314976 BLAKE2B 
c219d932f64666ed2deb805a70548477bac2eb9e43b5dcb42b23405732073e6c1c60a29736b536cb799e4e60a56915dafb1a74edaecd5a1e51efa0f7177014ac
 SHA512 
80d6eaf21fb6f12e487ac53169555af9ce3553ae3ada8b7bd75542da4bd1c359f2e200c53b72233a195f84675f9333ef8f65f93fa81af5e58dbfede8d730bbcb

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.78.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.79.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.78.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.79.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.18.16.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.18.17.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.18.16.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.18.17.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.0.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.1.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanil

[gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/kernel-2.6.16+/

2018-11-04 Thread Alfredo Tupone
commit: ff6926105c895b7d7ef268cb8786eca69b4f1f3c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Nov  4 15:29:57 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Nov  4 15:32:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff692610

Add dev-lang/gnat-gpl to package.mask

Signed-off-by: Alfredo Tupone  gentoo.org>

 profiles/features/prefix/standalone/kernel-2.6.16+/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask 
b/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask
index 0aa01a72efb..eb862b370f5 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask
@@ -6,3 +6,7 @@
 # which requires >=linux-2.6.24.
 # python-3.3 seems to be unconditionally using utimensat.
 >=dev-lang/python-3
+
+# Tupone Alfredo  (4 Nov 2018)
+# require newer glibc
+dev-lang/gnat-gpl



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, www-client/firefox/files/

2018-11-04 Thread Thomas Deutschmann
commit: ec2ac2c725a8abc10643336c039d2a89b1648861
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 15:26:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 15:27:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2ac2c7

www-client/firefox: disable auto-update using policies.json

Bug: https://bugs.gentoo.org/670196
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest|  92 ---
 .../firefox/files/disable-auto-update.policy.json  |   5 +
 ...efox-60.3.0.ebuild => firefox-60.3.0-r1.ebuild} |   4 +
 ...efox-63.0.1.ebuild => firefox-63.0.1-r1.ebuild} |   4 +
 www-client/firefox/firefox-63.0.ebuild | 637 -
 5 files changed, 13 insertions(+), 729 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 88f3d85174b..ecac3f7af77 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -184,98 +184,7 @@ DIST firefox-60.3.0esr-xh.xpi 511853 BLAKE2B 
e40dfceeba27eeafbd757a14575215448d4
 DIST firefox-60.3.0esr-zh-CN.xpi 543582 BLAKE2B 
1be96fa611ca6114d60d2a4f4e9164c33e46c127ac62ee500a2f1d027081b4b0f15c4cc50b6fa733f0ea196412bee691b8945294e243c87236b2fb114fab254b
 SHA512 
a4bc406c2163ebaf00ba2b63466de9d2e5839bf28f011b85c7b0f89ba5ad1528511e524a3363ca58a90235a7976f99c05a0510c164b15993b80f962f4c546921
 DIST firefox-60.3.0esr-zh-TW.xpi 541908 BLAKE2B 
fe6f381d3f2949f3132dc125df597c4e135347933c52b681287f00b3eec2cfb1eea963953a08c0ece5de8d276c06b388692a53bb77c54bfa195709e7a59340fe
 SHA512 
6743eb9442e28ee924230bc8acf2dd52448532ce76bb0d6d8ea89b6e5f4d1aa4fa9388a2012636d16ae976526f154052d51340b239c04cc42ce991186d0b3b33
 DIST firefox-60.3.0esr.source.tar.xz 268340600 BLAKE2B 
5cf17a85b941d0f43bf3d714f289162cb0b0d979951cc0e1187163bc72be3504787cc4115f361c5331731a4481fd1fa8214d20245f08a4898442e964aac48506
 SHA512 
7ded25a38835fbd73a58085e24ad83308afee1784a3bf853d75093c1500ad46988f5865c106abdae938cfbd1fb10746cc1795ece7994fd7eba8a002158cf1bcd
-DIST firefox-63.0-ach.xpi 455084 BLAKE2B 
4dc0d05391912e97e6d91529882d3c9a5fcbb1f5ce5a6dafe39b4d2cb12563fbef45acb2b4763b7de42aafddcb0eb89d4d125469efe01a090c7abe3d855536d0
 SHA512 
0006110f7e5dc5d96c2d63799b9177de1109c5a7d34847187a29106db04d2846025241e9e13cbc88ec1ee8e1f62a498ef9672b73a0620d801e14ecdb2dd33ba6
-DIST firefox-63.0-af.xpi 437912 BLAKE2B 
bf8d3b20c37801d6f9b05c5bd352fd868ff58c953f75ed349d25d5f56684825e9567794b114174176b6d03afc5e1aaf57f01a717aecd39716484334a702a5a8d
 SHA512 
ddf2b50bd8b867b66da2c7651e51926de646b5bc645cd5fc4e0a88667ed25106468489e0398da22ad9047eca3296ded7c144aaafd0f6f5a214e48f53d73d2465
-DIST firefox-63.0-an.xpi 474545 BLAKE2B 
78044ddb72b3db1516b82edd44659603f2b9aeb494e222cf85860a0aba0008b9b6f9ecbcb457a32b099a8d517b4a61ea719d3a50a50049f9cca8696441552cf7
 SHA512 
186896321eeefad49a0240b0a9e94d5ba8e48a544aa69348a89843cd2c4045c05017def025a1bfaaf3844bb29422509a877bf51575891d2274ddc9a1f7b54fd9
-DIST firefox-63.0-ar.xpi 513464 BLAKE2B 
6eae7b5feeb91906ae05c7a71fd2e8a77ff6c5d63ddfee0726e198c8573b6ef8edcf04d28e59a51af94d8023dcedcfd11bb70d065252c902955c466297bb95bd
 SHA512 
36285e94dde3bbb2167c5190a109adc9c6f3f07c50f7881dab52e3a8050b5df59bd8adf1378f902f27cf16027b185ef0eb8d8cf9724458a841206b7bc6d61d6f
-DIST firefox-63.0-as.xpi 482195 BLAKE2B 
c15e8c8881adb0053707f5d7dc39f026185faa2020a3459fdeb3b8a4cd526d6c90224ed04011caf1d6827f14788d8ba33ff4937d9536132dbeba6fcf628a9ae8
 SHA512 
846ccad1ad967dace61590c10390e1814cf0d9078d009951c4549498c417603f11a417f05da11e7ec1f3be15e87527bc9c31c948e758fd48deefe98b3e9f7d92
-DIST firefox-63.0-ast.xpi 465656 BLAKE2B 
52d45aaa2873111ae32df642d68de9a0eaf7745fba7c4b23d537923fd35e53f5a29414449beb3181f23d78db41f20f9e3662465210554692e858bf90d442b109
 SHA512 
3344428c74708e8e21338bfe24ac4271994e9a6eb11632048601bbfaa5fc5b0ffd6563beedddfb9d9648a3b08c96fdd15f6d9eb24e11b8dc55a642cca45a76e1
-DIST firefox-63.0-az.xpi 490944 BLAKE2B 
6d1c2a394ebb2a3e520b137545c4feead196b1e59f413d52ebae05b9773b31d133954f4ef9571176cea75e3d5084fb5778410ecf366bb42976c7df3fb8963a85
 SHA512 
7515d96d1866cf603ed08dddf5fbfceab89ff7ecdc40c4dfe4ce83f0673358b76e5120a61f42c7fbfc1293063e270ec7ca4f9d620349a9dfe51ee125528d1bce
-DIST firefox-63.0-bg.xpi 523523 BLAKE2B 
d0faadbf781c085c62684d6c38bca8e55e2e4cad5151c1c05b14f2760e2a6b65d2b0dae56e112535d2e8a98faa4d17116dfd5ea501a43dcccb36fa91a365ca64
 SHA512 
1c3b1cc454d750550a3a1c4d3eb302a0d4a8a69e75c15cf7104ed311894faaad82ee436f9e3cb686cfc15d092a43781a9d433b0f11ec7b7e71d910875c6be44e
-DIST firefox-63.0-bn-BD.xpi 548594 BLAKE2B 
2d344bf2d1459cdb7bc24f03b7d15388a6af388ba2573c1dbcf81b545ff8e21ab8c92da822847b872311999712cd736f24a3295af4e324d17f35d6a6f102da8a
 SHA512 
f1f93dec43da6a12aa7ded4ed560a322f5ccf281c8994dd6183aeb7b1e85015b24174b3ce6e917a13e180e4e509dc7088c4d5a59ff283a514ff21ac5780f95e9
-DIST firefox-63.0-bn-IN.xpi 516020 BLAKE2B 
b67c118924740e92fbdf16862f2d41d3

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

2018-11-04 Thread Pacho Ramos
commit: 89095a0ae079e85e95d5216aae0a582c13e8df7f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:12:48 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89095a0a

net-misc/jrdesktop: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild 
b/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild
index 5b4c244fd94..c08f30174db 100644
--- a/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild
+++ b/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
 
 JAVA_PKG_IUSE="source doc"
-WANT_ANT_TASKS="ant-nodeps"
 
 inherit java-pkg-2 java-ant-2
 



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

2018-11-04 Thread Pacho Ramos
commit: 8bafe9974aa229bd8584156f966c9887ee383743
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:02:12 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bafe997

dev-java/l2fprod-common: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild 
b/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild
index 01d54e8e31b..5e9f5c5ff03 100644
--- a/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild
+++ b/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild
@@ -1,10 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-
-WANT_ANT_TASKS="ant-trax"
-
 inherit eutils java-pkg-2 java-ant-2
 
 DESCRIPTION="Java/Swing GUI components and libraries for building desktop 
applications"



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

2018-11-04 Thread Pacho Ramos
commit: 55c44390427119441d155eb8c29669811dd5675f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:04:18 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c44390

dev-java/skinlf: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/skinlf/skinlf-6.7-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-java/skinlf/skinlf-6.7-r1.ebuild 
b/dev-java/skinlf/skinlf-6.7-r1.ebuild
index 96b555f8187..f04ab512d1b 100644
--- a/dev-java/skinlf/skinlf-6.7-r1.ebuild
+++ b/dev-java/skinlf/skinlf-6.7-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-
 JAVA_PKG_IUSE="examples source"
-WANT_ANT_TASKS="ant-nodeps"
 
 inherit eutils java-pkg-2 java-ant-2
 



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

2018-11-04 Thread Pacho Ramos
commit: 919f5e828b403628e957b4e8b5e4fb019bc0b563
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:11:06 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f5e82

base/package.use.mask: upower-pm-utils will be removed

Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 103699c0c2a..e276b33bce3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos  (04 Nov 2018)
+# upower-pm-utils will be removed (#596988)
+mate-extra/mate-power-manager pm-utils
+
 # Pacho Ramos  (04 Nov 2018)
 # media-libs/schroedinger will be removed (#602938)
 media-libs/libquicktime schroedinger



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

2018-11-04 Thread Pacho Ramos
commit: 5a2a13249a81e63463eb63b46560682681df849f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 14:57:24 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2a1324

dev-java/jna: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/jna/jna-3.4.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-java/jna/jna-3.4.1.ebuild b/dev-java/jna/jna-3.4.1.ebuild
index 0a2dbc3a57e..b1305657b0d 100644
--- a/dev-java/jna/jna-3.4.1.ebuild
+++ b/dev-java/jna/jna-3.4.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 JAVA_PKG_IUSE="test doc source"
-WANT_ANT_TASKS="ant-nodeps"
 
 inherit java-pkg-2 java-ant-2 toolchain-funcs flag-o-matic vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/jaxodraw/

2018-11-04 Thread Pacho Ramos
commit: 8ed214fe717db0b9b0318b01a59f6be3fdae82b9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:16:22 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed214fe

sci-physics/jaxodraw: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild 
b/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild
index 3f22a51a7df..2d27c3827c2 100644
--- a/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild
+++ b/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-
 JAVA_PKG_IUSE="doc source"
-WANT_ANT_TASKS="ant-trax"
 
 inherit java-pkg-2 java-ant-2 versionator eutils
 



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

2018-11-04 Thread Pacho Ramos
commit: 9a2a15ea18f81c3adead01349923b67e3a183731
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:14:44 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2a15ea

net-misc/mindterm: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/mindterm/mindterm-3.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/mindterm/mindterm-3.4.ebuild 
b/net-misc/mindterm/mindterm-3.4.ebuild
index 456655a8cd1..d19408b6b94 100644
--- a/net-misc/mindterm/mindterm-3.4.ebuild
+++ b/net-misc/mindterm/mindterm-3.4.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
-WANT_ANT_TASKS="ant-nodeps"
 JAVA_PKG_IUSE="doc test examples"
 inherit eutils java-pkg-2 java-ant-2
 
@@ -40,7 +39,7 @@ src_prepare() {
 # Don't even compile
 RESTRICT="test"
 src_test() {
-   ANT_TASKS="ant-junit ant-nodeps" eant test \
+   ANT_TASKS="ant-junit" eant test \
-Dgentoo.classpath="$(java-pkg_getjars 
jzlib,junit):mindterm.jar"
 }
 



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

2018-11-04 Thread Pacho Ramos
commit: 387f15633a3722899de34267ec69486f971f6d1a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 15:09:24 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387f1563

dev-java/svgsalamander: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/svgsalamander/svgsalamander-0.0-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-java/svgsalamander/svgsalamander-0.0-r2.ebuild 
b/dev-java/svgsalamander/svgsalamander-0.0-r2.ebuild
index 4a87e81f923..0d406211e7f 100644
--- a/dev-java/svgsalamander/svgsalamander-0.0-r2.ebuild
+++ b/dev-java/svgsalamander/svgsalamander-0.0-r2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 JAVA_PKG_IUSE="doc examples source"
-WANT_ANT_TASKS="ant-nodeps ant-trax"
 
 inherit java-pkg-2 java-ant-2
 



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

2018-11-04 Thread Pacho Ramos
commit: 7a885481c1c4ea358ea4e7ba9c8b4eb378a4e1aa
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 14:53:08 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 15:16:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a885481

dev-java/java-service-wrapper: Stop using ant-nodeps

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild| 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild 
b/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild
index bb42be142af..661ff489372 100644
--- a/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild
+++ b/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-
-WANT_ANT_TASKS="ant-nodeps"
 JAVA_PKG_IUSE="doc source test"
 
 inherit eutils java-pkg-2 java-ant-2
@@ -24,7 +22,7 @@ RDEPEND="
 DEPEND="
>=virtual/jdk-1.4
test? (
-   dev-java/ant-junit
+   dev-java/ant-junit:0
)"
 
 S="${WORKDIR}/${MY_P}"
@@ -55,7 +53,7 @@ src_compile() {
 }
 
 src_test() {
-   ANT_TASKS="ant-junit ant-nodeps" eant -Dbits="${BITS}" test
+   ANT_TASKS="ant-junit" eant -Dbits="${BITS}" test
 }
 
 src_install() {



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

2018-11-04 Thread Jeroen Roovers
commit: 092b52c4ca2b7827f0c32b44ed18c68bb430a0b6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  4 15:02:16 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  4 15:02:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092b52c4

dev-libs/libstrl: Several small improvements

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-libs/libstrl/libstrl-0.5.1-r1.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/libstrl/libstrl-0.5.1-r1.ebuild 
b/dev-libs/libstrl/libstrl-0.5.1-r1.ebuild
new file mode 100644
index 000..a3d8d099ada
--- /dev/null
+++ b/dev-libs/libstrl/libstrl-0.5.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs multilib-minimal
+
+DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), 
strnlen(), getline()"
+HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/";
+SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="doc static-libs test"
+
+DEPEND="
+   doc? ( app-doc/doxygen )
+   test? ( dev-libs/check )
+"
+
+src_prepare() {
+   default
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   tc-export AR
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with doc doxygen) \
+   $(use_with test check)
+}



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

2018-11-04 Thread Thomas Deutschmann
commit: 024d90933185222e78c935882ef5c579465a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 14:58:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 14:58:51 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=024d9093

www-client/firefox: synchronize with Gentoo repository

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

 www-client/firefox/Manifest| 184 ++---
 www-client/firefox/files/bug_1461221.patch |  36 -
 .../files/firefox-60.0-blessings-TERM.patch|  70 --
 .../files/firefox-60.0-do-not-force-lld.patch  | 262 
 ...missing-errno_h-in-SandboxOpenedFiles_cpp.patch |  27 -
 .../files/firefox-60.0-rust-1.29-comp.patch|  37 -
 .../firefox/files/firefox-60.0-sandbox-lto.patch   |  13 -
 .../files/firefox-60.0-update-cc-to-honor-CC.patch | 745 -
 .../firefox/files/firefox-61.0-mozHunspell.patch   |  25 -
 .../firefox-63.0.1-support-latest-cbindgen.patch   |  29 +
 .../{firefox-63.0.ebuild => firefox-63.0.1.ebuild} |   2 +
 11 files changed, 123 insertions(+), 1307 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 576532e..ecac3f7 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -184,96 +184,96 @@ DIST firefox-60.3.0esr-xh.xpi 511853 BLAKE2B 
e40dfceeba27eeafbd757a14575215448d4
 DIST firefox-60.3.0esr-zh-CN.xpi 543582 BLAKE2B 
1be96fa611ca6114d60d2a4f4e9164c33e46c127ac62ee500a2f1d027081b4b0f15c4cc50b6fa733f0ea196412bee691b8945294e243c87236b2fb114fab254b
 SHA512 
a4bc406c2163ebaf00ba2b63466de9d2e5839bf28f011b85c7b0f89ba5ad1528511e524a3363ca58a90235a7976f99c05a0510c164b15993b80f962f4c546921
 DIST firefox-60.3.0esr-zh-TW.xpi 541908 BLAKE2B 
fe6f381d3f2949f3132dc125df597c4e135347933c52b681287f00b3eec2cfb1eea963953a08c0ece5de8d276c06b388692a53bb77c54bfa195709e7a59340fe
 SHA512 
6743eb9442e28ee924230bc8acf2dd52448532ce76bb0d6d8ea89b6e5f4d1aa4fa9388a2012636d16ae976526f154052d51340b239c04cc42ce991186d0b3b33
 DIST firefox-60.3.0esr.source.tar.xz 268340600 BLAKE2B 
5cf17a85b941d0f43bf3d714f289162cb0b0d979951cc0e1187163bc72be3504787cc4115f361c5331731a4481fd1fa8214d20245f08a4898442e964aac48506
 SHA512 
7ded25a38835fbd73a58085e24ad83308afee1784a3bf853d75093c1500ad46988f5865c106abdae938cfbd1fb10746cc1795ece7994fd7eba8a002158cf1bcd
-DIST firefox-63.0-ach.xpi 455084 BLAKE2B 
4dc0d05391912e97e6d91529882d3c9a5fcbb1f5ce5a6dafe39b4d2cb12563fbef45acb2b4763b7de42aafddcb0eb89d4d125469efe01a090c7abe3d855536d0
 SHA512 
0006110f7e5dc5d96c2d63799b9177de1109c5a7d34847187a29106db04d2846025241e9e13cbc88ec1ee8e1f62a498ef9672b73a0620d801e14ecdb2dd33ba6
-DIST firefox-63.0-af.xpi 437912 BLAKE2B 
bf8d3b20c37801d6f9b05c5bd352fd868ff58c953f75ed349d25d5f56684825e9567794b114174176b6d03afc5e1aaf57f01a717aecd39716484334a702a5a8d
 SHA512 
ddf2b50bd8b867b66da2c7651e51926de646b5bc645cd5fc4e0a88667ed25106468489e0398da22ad9047eca3296ded7c144aaafd0f6f5a214e48f53d73d2465
-DIST firefox-63.0-an.xpi 474545 BLAKE2B 
78044ddb72b3db1516b82edd44659603f2b9aeb494e222cf85860a0aba0008b9b6f9ecbcb457a32b099a8d517b4a61ea719d3a50a50049f9cca8696441552cf7
 SHA512 
186896321eeefad49a0240b0a9e94d5ba8e48a544aa69348a89843cd2c4045c05017def025a1bfaaf3844bb29422509a877bf51575891d2274ddc9a1f7b54fd9
-DIST firefox-63.0-ar.xpi 513464 BLAKE2B 
6eae7b5feeb91906ae05c7a71fd2e8a77ff6c5d63ddfee0726e198c8573b6ef8edcf04d28e59a51af94d8023dcedcfd11bb70d065252c902955c466297bb95bd
 SHA512 
36285e94dde3bbb2167c5190a109adc9c6f3f07c50f7881dab52e3a8050b5df59bd8adf1378f902f27cf16027b185ef0eb8d8cf9724458a841206b7bc6d61d6f
-DIST firefox-63.0-as.xpi 482195 BLAKE2B 
c15e8c8881adb0053707f5d7dc39f026185faa2020a3459fdeb3b8a4cd526d6c90224ed04011caf1d6827f14788d8ba33ff4937d9536132dbeba6fcf628a9ae8
 SHA512 
846ccad1ad967dace61590c10390e1814cf0d9078d009951c4549498c417603f11a417f05da11e7ec1f3be15e87527bc9c31c948e758fd48deefe98b3e9f7d92
-DIST firefox-63.0-ast.xpi 465656 BLAKE2B 
52d45aaa2873111ae32df642d68de9a0eaf7745fba7c4b23d537923fd35e53f5a29414449beb3181f23d78db41f20f9e3662465210554692e858bf90d442b109
 SHA512 
3344428c74708e8e21338bfe24ac4271994e9a6eb11632048601bbfaa5fc5b0ffd6563beedddfb9d9648a3b08c96fdd15f6d9eb24e11b8dc55a642cca45a76e1
-DIST firefox-63.0-az.xpi 490944 BLAKE2B 
6d1c2a394ebb2a3e520b137545c4feead196b1e59f413d52ebae05b9773b31d133954f4ef9571176cea75e3d5084fb5778410ecf366bb42976c7df3fb8963a85
 SHA512 
7515d96d1866cf603ed08dddf5fbfceab89ff7ecdc40c4dfe4ce83f0673358b76e5120a61f42c7fbfc1293063e270ec7ca4f9d620349a9dfe51ee125528d1bce
-DIST firefox-63.0-bg.xpi 523523 BLAKE2B 
d0faadbf781c085c62684d6c38bca8e55e2e4cad5151c1c05b14f2760e2a6b65d2b0dae56e112535d2e8a98faa4d17116dfd5ea501a43dcccb36fa91a365ca64
 SHA512 
1c3b1cc454d750550a3a1c4d3eb302a0d4a8a69e75c15cf7104ed311894faaad82ee436f9e3cb686cfc15d092a43781a9d433b0f11ec7b7e71d910875c6be44e
-DIST firefox-63.0-bn-BD.xpi 548594 BLAKE2B 
2d344bf2d1459cdb7bc24f03b7d15388a6af388ba25

[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, www-client/firefox/files/

2018-11-04 Thread Thomas Deutschmann
commit: 2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 14:52:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 14:53:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b14a6fb

www-client/firefox: unbreak with cbindgen 0.6.7

This commit will revert commit cf4b8d6c6a5b6e7e1b8b29a2f3045298a6ffc403
which is now possible due to an upstream patch which adds support for
latest cbindgen to firefox-63.x.

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

 .../firefox-63.0.1-support-latest-cbindgen.patch   | 29 ++
 www-client/firefox/firefox-63.0.1.ebuild   |  4 ++-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git 
a/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch 
b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch
new file mode 100644
index 000..7b75e21cd5e
--- /dev/null
+++ b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch
@@ -0,0 +1,29 @@
+https://bugzilla.mozilla.org/show_bug.cgi?id=1503401
+
+commit b85791110fe6
+Author: Emilio Cobos Álvarez 
+Date:   Tue Oct 30 22:21:52 2018 +0100
+
+Keep mozilla-release building with newer cbindgen versions.
+---
+ servo/components/style/cbindgen.toml | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git servo/components/style/cbindgen.toml 
servo/components/style/cbindgen.toml
+index 46162e43db5e..49872e88b7d9 100644
+--- a/servo/components/style/cbindgen.toml
 b/servo/components/style/cbindgen.toml
+@@ -28,6 +28,12 @@ include = [
+   "StyleDisplay",
+   "StyleDisplayMode",
+   "StyleFillRule",
+-  "StylePathCommand"
++  "StylePathCommand",
++
++  "Appearance",
++  "Display",
++  "DisplayMode",
++  "FillRule",
++  "PathCommand"
+ ]
+ item_types = ["enums", "structs", "typedefs"]

diff --git a/www-client/firefox/firefox-63.0.1.ebuild 
b/www-client/firefox/firefox-63.0.1.ebuild
index b2621cb3f5c..5f0eeffe545 100644
--- a/www-client/firefox/firefox-63.0.1.ebuild
+++ b/www-client/firefox/firefox-63.0.1.ebuild
@@ -104,7 +104,7 @@ RDEPEND="${CDEPEND}
 DEPEND="${CDEPEND}
app-arch/zip
app-arch/unzip
-   =net-libs/nodejs-8.11.0
>=sys-devel/binutils-2.30
sys-apps/findutils
@@ -180,6 +180,8 @@ src_unpack() {
 src_prepare() {
eapply "${WORKDIR}/firefox"
 
+   eapply "${FILESDIR}"/${P}-support-latest-cbindgen.patch
+
# Allow user to apply any additional patches without modifing ebuild
eapply_user
 



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/files/, www-client/firefox-bin/

2018-11-04 Thread Thomas Deutschmann
commit: 09821ae9942800256678a8b4335e907b5484b0b9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 14:46:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 14:53:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09821ae9

www-client/firefox-bin: disable auto-update using policies.json

Closes: https://bugs.gentoo.org/670196
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/files/all-gentoo-1.js | 2 +-
 www-client/firefox-bin/files/disable-auto-update.policy.json | 5 +
 .../{firefox-bin-60.3.0.ebuild => firefox-bin-60.3.0-r1.ebuild}  | 4 
 .../{firefox-bin-63.0.1.ebuild => firefox-bin-63.0.1-r1.ebuild}  | 4 
 4 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox-bin/files/all-gentoo-1.js 
b/www-client/firefox-bin/files/all-gentoo-1.js
index 0ac6d6a4988..a5e93b179d0 100644
--- a/www-client/firefox-bin/files/all-gentoo-1.js
+++ b/www-client/firefox-bin/files/all-gentoo-1.js
@@ -1,4 +1,4 @@
-// Ensure preference cann't be changed by users
+// Ensure preference can't be changed by users
 lockPref("app.update.auto", false);
 lockPref("app.update.enabled", false);
 lockPref("intl.locale.matchOS",true);

diff --git a/www-client/firefox-bin/files/disable-auto-update.policy.json 
b/www-client/firefox-bin/files/disable-auto-update.policy.json
new file mode 100644
index 000..f36622021fc
--- /dev/null
+++ b/www-client/firefox-bin/files/disable-auto-update.policy.json
@@ -0,0 +1,5 @@
+{
+  "policies": {
+"DisableAppUpdate": true
+  }
+}

diff --git a/www-client/firefox-bin/firefox-bin-60.3.0.ebuild 
b/www-client/firefox-bin/firefox-bin-60.3.0-r1.ebuild
similarity index 96%
rename from www-client/firefox-bin/firefox-bin-60.3.0.ebuild
rename to www-client/firefox-bin/firefox-bin-60.3.0-r1.ebuild
index af452de7b79..371ab74243b 100644
--- a/www-client/firefox-bin/firefox-bin-60.3.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-60.3.0-r1.ebuild
@@ -115,6 +115,10 @@ src_install() {
dodir ${MOZILLA_FIVE_HOME%/*}
mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die
 
+   # Disable built-in auto-update because we update firefox-bin through 
package manager
+   insinto ${MOZILLA_FIVE_HOME}/distribution/
+   newins "${FILESDIR}"/disable-auto-update.policy.json policies.json
+
# Fix prefs that make no sense for a system-wide install
insinto ${MOZILLA_FIVE_HOME}/defaults/pref/
doins "${FILESDIR}"/local-settings.js

diff --git a/www-client/firefox-bin/firefox-bin-63.0.1.ebuild 
b/www-client/firefox-bin/firefox-bin-63.0.1-r1.ebuild
similarity index 96%
rename from www-client/firefox-bin/firefox-bin-63.0.1.ebuild
rename to www-client/firefox-bin/firefox-bin-63.0.1-r1.ebuild
index 39a6591abfd..af7d272f28a 100644
--- a/www-client/firefox-bin/firefox-bin-63.0.1.ebuild
+++ b/www-client/firefox-bin/firefox-bin-63.0.1-r1.ebuild
@@ -115,6 +115,10 @@ src_install() {
dodir ${MOZILLA_FIVE_HOME%/*}
mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die
 
+   # Disable built-in auto-update because we update firefox-bin through 
package manager
+   insinto ${MOZILLA_FIVE_HOME}/distribution/
+   newins "${FILESDIR}"/disable-auto-update.policy.json policies.json
+
# Fix prefs that make no sense for a system-wide install
insinto ${MOZILLA_FIVE_HOME}/defaults/pref/
doins "${FILESDIR}"/local-settings.js



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

2018-11-04 Thread Pacho Ramos
commit: 31bb7673064fb7e270b3b76d9851e56977f12187
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 14:40:08 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 14:40:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bb7673

profiles/package.mask: ant-nodeps and ant-trax are still used

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 42a45565415..ea4ad2919dd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,11 +29,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Pacho Ramos  (04 Nov 2018)
-# Both are part of ant-core for years (#466558). Removal in a month.
-dev-java/ant-nodeps
-dev-java/ant-trax
-
 # Pacho Ramos  (04 Nov 2018)
 # Unmaintained, needs someone to take care of bumping and maintaining it
 # (#509518). Removal in a month.



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

2018-11-04 Thread Jeroen Roovers
commit: f37d1f7517eb996b113540991a408ef528e82e43
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  4 14:22:12 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  4 14:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37d1f75

dev-libs/libstrl: Maintain

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-libs/libstrl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/libstrl/metadata.xml b/dev-libs/libstrl/metadata.xml
index 097975e3adc..fed47a35327 100644
--- a/dev-libs/libstrl/metadata.xml
+++ b/dev-libs/libstrl/metadata.xml
@@ -1,4 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+
+j...@gentoo.org
+
 



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

2018-11-04 Thread Jeroen Roovers
commit: 801371577000187016850e6930f7ace6112166ce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  4 14:19:24 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  4 14:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80137157

dev-util/difffilter: Install man page

Drop USE=doc as that should not be used for manuals
Install a pre-"compiled" version of difffilter(1)

Fixes: https://bugs.gentoo.org/578048
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/difffilter/difffilter-0.3.3-r1.ebuild  |  26 
 dev-util/difffilter/files/difffilter-0.3.3.man1 | 194 
 dev-util/difffilter/metadata.xml|   3 +
 3 files changed, 223 insertions(+)

diff --git a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild 
b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
new file mode 100644
index 000..9a0c0387ec7
--- /dev/null
+++ b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Filter files out of unified diffs using POSIX extended regular 
expressions"
+HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/";
+SRC_URI="ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+
+RDEPEND="
+   >=dev-libs/liblist-2.3.1
+   dev-libs/libstrl
+   dev-libs/tre
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+src_install() {
+   default
+   newman "${FILESDIR}"/${PN}-0.3.3.man1 ${PN}.1
+}

diff --git a/dev-util/difffilter/files/difffilter-0.3.3.man1 
b/dev-util/difffilter/files/difffilter-0.3.3.man1
new file mode 100644
index 000..ad7a6331827
--- /dev/null
+++ b/dev-util/difffilter/files/difffilter-0.3.3.man1
@@ -0,0 +1,194 @@
+.\" Text automatically generated by txt2man
+.TH difffilter 1 "04 November 2018" "difffilter 0.3.3" ""
+.SH NAME
+\fBdifffilter \fP- Filter diffs out of multi-file patches
+.SH SYNOPSIS
+.nf
+.fam C
+\fBdifffilter\fP [\fB-U\fP ] [\fB-hv\fP] [--] [\fB-e\fP ] 
[\fB-a\fP] [\fB-e\fP ] [\fB-x\fP] [\fB-e\fP ] \.\.\.
+.fam T
+.fi
+.fam T
+.fi
+.SH DESCRIPTION
+\fBdifffilter\fP reads in a series of unified-diffs and filters out any file
+which matches one of the passed extended regular expressions. The remaining
+diffs are written to standard out. \fBdifffilter\fP is a traditional unix 
filter,
+reading input from standard input and writing the results to standard
+output.
+.PP
+If \fBdifffilter\fP encounters a parsing or input reading error, it will exit
+after writing an error message to standard output. In such a case,
+\fBdifffilter\fP's return value is non-zero. As the parser is not guaranteed to
+be perfect and badly-formatted input may be accepted by commands like
+\fBpatch\fP(1), it is advised that scripts use error checking on 
\fBdifffilter\fP.
+.SH OPTIONS
+.TP
+.B
+\fB-h\fP
+Displays some amount of helpful or unhelpful information which is intended
+to be helpful. \fBdifffilter\fP will exit without performing any filtering.
+.TP
+.B
+\fB-v\fP
+Displays \fBdifffilter\fP's version information.
+.TP
+.B
+\fB-e\fP BRE
+A POSIX Basic Regular Expression which a filename in the input
+diff may be matched against. The default action for a matched regex
+is to exclude that portion of the diff from the output.
+.TP
+.B
+\fB-E\fP ERE
+Like \fB-e\fP but uses a POSIX Extended Regular Expression.
+.TP
+.B
+\fB-a\fP
+Any following \fB-e\fP options will cause files which match the regex to
+be included in the output diff. This allows one to preserve selected files
+which later patterns will exclude. See EXAMPLE for an application.
+.TP
+.B
+\fB-x\fP
+Any following \fB-e\fP options will cause files matching the regex to be 
excluded
+from the output diff. This is the default state of difffilter. I.e.,
+$ \fBdifffilter\fP \fB-e\fP 'configure$'
+has the same functionality of
+$ \fBdifffilter\fP \fB-x\fP \fB-e\fP 'configure$' .
+.TP
+.B
+\fB-b\fP
+Attempt to make the patch appear as if it were generated using \fBdiff\fP(1)'s 
\fB-b\fP
+option. This is similar to \fB-w\fP but only removes changes involving changes
+in the amount of whitespace. This means that completely removing a block of
+whitespace or inserting whitespace between two non-whitespace characters
+will still be seen as a change. See \fBdiff\fP(1) for more details.
+.TP
+.B
+\fB-k\fP BRE
+A POSIX Basic Regular Expression which will be matched against
+the name of a CVS keyword whose effect is to be nullified. For example, if
+the CVS keyword looks like $Pizza: I'm hungry$, a regex of `hungry' would
+not match but a regex of `Pi.*a$' would.
+.TP
+.B
+\fB-K\fP ERE
+Like \fB-k\fP but uses a POSIX Extended Regular Expression.
+.TP
+.B
+\fB-R\fP
+Reverse the patch. This is intended to recover from accidents when the
+sources used to generate a diff are not available but the reverse diff
+

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

2018-11-04 Thread Jeroen Roovers
commit: 8881c7c5a9273ffd83d7f2e7276097d6ba1b1ae5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  4 14:22:46 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  4 14:25:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8881c7c5

profiles/package.mask: Unmask dev-libs/libstrl dev-util/difffilter

Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3a4fa4e801f..42a45565415 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -39,11 +39,6 @@ dev-java/ant-trax
 # (#509518). Removal in a month.
 dev-python/pyramid
 
-# Pacho Ramos  (04 Nov 2018)
-# Fails to build (#538174), upstream dead for ages. Removal in a month.
-dev-libs/libstrl
-dev-util/difffilter
-
 # Pacho Ramos  (04 Nov 2018)
 # Upstream dead, multiple unresolved bugs (#540622). Removal in a month.
 app-crypt/tinyca



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

2018-11-04 Thread Sergei Trofimovich
commit: 789bb55ff2526877d0e00843d467eaead0e6cfe6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:14:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789bb55f

net-misc/tigervnc: stable 1.9.0-r1 for sparc, bug #670068

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild 
b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
index 5719977b3a3..2729477e148 100644
--- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86"
 IUSE="dri3 +drm gnutls java libressl nls +opengl pam server xinerama 
+xorgmodule"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/

2018-11-04 Thread Sergei Trofimovich
commit: 2501550e6c77ada13f2a523c156fb95dc0ec36d3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:25:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2501550e

x11-misc/xcompmgr: stable 1.1.7-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild 
b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
index e222afeaf1b..685b2ca0c01 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/app/${P}.tar.bz2"
-   KEYWORDS="amd64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ppc ppc64 sparc ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/makedepend/

2018-11-04 Thread Sergei Trofimovich
commit: f685f684783373bad8904517dda43a399009e499
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:22:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f685f684

x11-misc/makedepend: stable 1.0.5-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/makedepend/makedepend-1.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild 
b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
index dd1515cb3c3..ae65ea43e27 100644
--- a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
+++ b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-04 Thread Sergei Trofimovich
commit: c578a42545b3df8a6f39078faf8309a061512f7e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:30:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c578a425

dev-libs/appstream-glib: stable 0.7.9 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
index e771c9b5bfd..b236a3784d3 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="0/8" # soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="doc +introspection stemmer"
 
 RDEPEND="



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

2018-11-04 Thread Sergei Trofimovich
commit: 36296f18edbb517065c9b67609a2eac33bba90c8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 13:46:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36296f18

dev-lang/vala: stable 0.36.15 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.36.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/vala/vala-0.36.15.ebuild 
b/dev-lang/vala/vala-0.36.15.ebuild
index 357b5f50d91..addfb029c79 100644
--- a/dev-lang/vala/vala-0.36.15.ebuild
+++ b/dev-lang/vala/vala-0.36.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
 
 LICENSE="LGPL-2.1"
 SLOT="0.36"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2018-11-04 Thread Sergei Trofimovich
commit: 7ee70e70fb0cfa6bb2137f0bb22a78fbe5cd0b14
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:33:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee70e70

x11-libs/gtk+: stable 2.24.32-r1 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/gtk+/gtk+-2.24.32-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild 
b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild
index 3104b7ef6e0..ecfe0cb6314 100644
--- a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ REQUIRED_USE="
xinerama? ( !aqua )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768663#c1



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imake/

2018-11-04 Thread Sergei Trofimovich
commit: 71a781cafaa94048c2906487b7f8942d1b764519
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:21:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a781ca

x11-misc/imake: stable 1.0.7-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/imake/imake-1.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild 
b/x11-misc/imake/imake-1.0.7-r1.ebuild
index b676077bfd9..2c197d80455 100644
--- a/x11-misc/imake/imake-1.0.7-r1.ebuild
+++ b/x11-misc/imake/imake-1.0.7-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-04 Thread Sergei Trofimovich
commit: 3b888df7ae00aa9b1924bf666241f144fd8c469a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:28:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b888df7

dev-libs/wayland-protocols: stable 1.16 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
index de735ef6ae8..9a2a6dce2f9 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/";
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/

2018-11-04 Thread Sergei Trofimovich
commit: 29e3a3577532b89b97bbb0c3c85a1731f661ee31
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:24:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e3a357

x11-apps/fonttosfnt: stable 1.0.5 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild 
b/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild
index 33b8616d296..691b767470f 100644
--- a/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org fonttosfnt application"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~s390 ~sh sparc ~x86"
 IUSE=""
 RDEPEND="x11-libs/libX11
=media-libs/freetype-2*



[gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/

2018-11-04 Thread Sergei Trofimovich
commit: a792e39c199d59bf1da09e3cf50a6a8b6dcbcef0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:35:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a792e39c

media-fonts/cantarell: stable 0.101 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-fonts/cantarell/cantarell-0.101.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/cantarell/cantarell-0.101.ebuild 
b/media-fonts/cantarell/cantarell-0.101.ebuild
index 990353386f0..606090295ee 100644
--- a/media-fonts/cantarell/cantarell-0.101.ebuild
+++ b/media-fonts/cantarell/cantarell-0.101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts";
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="media-libs/fontconfig"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/util-macros/

2018-11-04 Thread Sergei Trofimovich
commit: f771dc0f85bb32e334731436b5cdbbdecde0d264
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:18:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f771dc0f

x11-misc/util-macros: stable 1.19.2-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/util-macros/util-macros-1.19.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild 
b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
index 154e854a47a..85f01eb8277 100644
--- a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
+++ b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/util/${P}.tar.bz2"
 
 LICENSE="MIT"
 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 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # there is nothing to compile for this package, all its contents are produced 
by



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2018-11-04 Thread Sergei Trofimovich
commit: d3befdae12a9fcd51590a550f2a1613ee38fce30
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:20:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3befdae

x11-misc/xorg-cf-files: stable 1.0.6-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
index bf1bcffd3fe..9c90f05c3b7 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xorg/util/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 BDEPEND="



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

2018-11-04 Thread Sergei Trofimovich
commit: cd17094266e8711e288ded36672bc93bfdae835c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:12:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd170942

dev-util/meson: stable 0.47.1 for sparc, bug #670080

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-util/meson/meson-0.47.1.ebuild 
b/dev-util/meson/meson-0.47.1.ebuild
index 365f3ff18bb..9967e1705af 100644
--- a/dev-util/meson/meson-0.47.1.ebuild
+++ b/dev-util/meson/meson-0.47.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x64-macos ~x64-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~amd64-fbsd ~x64-macos ~x64-solaris"
 fi
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: x11-misc/gccmakedep/

2018-11-04 Thread Sergei Trofimovich
commit: 28fe20e04223296f17d582631efa283485a8a391
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:27:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fe20e0

x11-misc/gccmakedep: stable 1.0.3-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild 
b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
index e52b7a98943..77cc6134178 100644
--- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
+++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-04 Thread Sergei Trofimovich
commit: 60aa468e5d52b58ba5d2e5318120014490cf9dad
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:37:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60aa468e

dev-libs/fribidi: stable 1.0.5 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/fribidi/fribidi-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/fribidi/fribidi-1.0.5.ebuild 
b/dev-libs/fribidi/fribidi-1.0.5.ebuild
index 0a73b1eb314..c3a09cd5419 100644
--- a/dev-libs/fribidi/fribidi-1.0.5.ebuild
+++ b/dev-libs/fribidi/fribidi-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=""



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

2018-11-04 Thread Sergei Trofimovich
commit: 4dde22c3607d91ddb84bc9dbd965adec09f1c5ae
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:29:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dde22c3

dev-libs/json-glib: stable 1.4.4 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/json-glib/json-glib-1.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/json-glib/json-glib-1.4.4.ebuild 
b/dev-libs/json-glib/json-glib-1.4.4.ebuild
index c33625601ed..a762358642e 100644
--- a/dev-libs/json-glib/json-glib-1.4.4.ebuild
+++ b/dev-libs/json-glib/json-glib-1.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/JsonGlib";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="gtk-doc +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-fonts/encodings/

2018-11-04 Thread Sergei Trofimovich
commit: dff1204fcec5e4ac61ff18bd33609fd04d4bb587
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:19:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff1204f

media-fonts/encodings: stable 1.0.4-r3 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-fonts/encodings/encodings-1.0.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/encodings/encodings-1.0.4-r3.ebuild 
b/media-fonts/encodings/encodings-1.0.4-r3.ebuild
index 0ef183d2f85..8548d99f011 100644
--- a/media-fonts/encodings/encodings-1.0.4-r3.ebuild
+++ b/media-fonts/encodings/encodings-1.0.4-r3.ebuild
@@ -9,7 +9,7 @@ inherit font xorg-2
 
 DESCRIPTION="X.Org font encodings"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="x11-apps/mkfontscale



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

2018-11-04 Thread Sergei Trofimovich
commit: 3e6131be1f35e41d18ed5f0f4b21919e3c4ae927
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:44:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6131be

dev-libs/vala-common: stable 0.36.15 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/vala-common/vala-common-0.36.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/vala-common/vala-common-0.36.15.ebuild 
b/dev-libs/vala-common/vala-common-0.36.15.ebuild
index 7be7c4446fe..7cf50400eee 100644
--- a/dev-libs/vala-common/vala-common-0.36.15.ebuild
+++ b/dev-libs/vala-common/vala-common-0.36.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
 IUSE=""
 
 # Previously ${PN} was part of dev-lang/vala



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xbitmaps/

2018-11-04 Thread Sergei Trofimovich
commit: fd0f1472d9239e868e66febcdb24c39dc7f35d0c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:23:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0f1472

x11-misc/xbitmaps: stable 1.1.2-r1 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
index 15b5bd86c3b..ea03f741012 100644
--- a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/data/${P}.tar.bz2"
 
 LICENSE="MIT"
 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 ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=""



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

2018-11-04 Thread Sergei Trofimovich
commit: efab2d6719839f3d314d0970ca0e346ef22bb6d0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:41:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efab2d67

x11-libs/libwnck: stable 3.30.0 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/x11-libs/libwnck/libwnck-3.30.0.ebuild 
b/x11-libs/libwnck/libwnck-3.30.0.ebuild
index 05d20f984b7..286228ef148 100644
--- a/x11-libs/libwnck/libwnck-3.30.0.ebuild
+++ b/x11-libs/libwnck/libwnck-3.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://developer.gnome.org/libwnck/stable/";
 
 LICENSE="LGPL-2+"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 IUSE="+introspection startup-notification tools"
 



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

2018-11-04 Thread Sergei Trofimovich
commit: 42941de3e69c9e7539efc80daf07fdffe08010c0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:43:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42941de3

dev-util/glib-utils: stable 2.56.2 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/glib-utils/glib-utils-2.56.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/glib-utils/glib-utils-2.56.2.ebuild 
b/dev-util/glib-utils/glib-utils-2.56.2.ebuild
index a8e60e261bd..3cc43debc62 100644
--- a/dev-util/glib-utils/glib-utils-2.56.2.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.56.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SLOT="0" # /usr/bin utilities that can't be parallel 
installed by their nature
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="${PYTHON_DEPS}
!

[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2018-11-04 Thread Sergei Trofimovich
commit: bb7c02a80b92820e8e655ddf2a42422d0934e7b4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:42:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7c02a8

dev-util/gtk-update-icon-cache: stable 3.24.0 for sparc, bug #670024

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild
index d5a67a8b015..67333a8 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # man page was previously installed by gtk+:3 ebuild
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2018-11-04 Thread Sergei Trofimovich
commit: f5eefde8fc149a3bc81827843282e3465702731d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:15:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5eefde8

x11-misc/xkeyboard-config: stable 2.25 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
index 67d521d1bef..a56022e1e93 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/lndir/

2018-11-04 Thread Sergei Trofimovich
commit: 4f94fb46d4291287e2d279dbc5060211af0da0fd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov  4 11:17:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  4 14:15:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f94fb46

x11-misc/lndir: stable 1.0.3-r2 for sparc, bug #668900

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/lndir/lndir-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild 
b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
index 095370b7e66..c0a3841c308 100644
--- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild
+++ b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="amd64 ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ppc ppc64 sparc ~x86"
 fi
 
 LICENSE="MIT"



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

2018-11-04 Thread Pacho Ramos
commit: c06caedd7c6bb91be0b8e963eb2cb98e74448f67
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 13:54:21 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 13:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06caedd

base/make.defaults: Add GOBIN to ENV_UNSET

Random values in GOBIN can affect the building of some packages:
https://archives.gentoo.org/gentoo-dev/message/163010f83ae7819d80c0cfdf797cbfe0

Signed-off-by: Pacho Ramos  gentoo.org>

 profiles/base/make.defaults | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 8e489bf49e1..167a51095d4 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -36,7 +36,11 @@ CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
 # PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX:
 # These are guaranteed to confuse perl module installation. Pre-EAPI7
 # the Perl eclasses bail out if they are set. Now we declare them here.
-ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME 
XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT 
PERL_MB_OPT PERL_CORE PERLPREFIX"
+#
+# GOBIN needs to be cleaned as random values in GOBIN can affect the
+# building of some packages:
+# 
https://archives.gentoo.org/gentoo-dev/message/163010f83ae7819d80c0cfdf797cbfe0
+ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME 
XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT 
PERL_MB_OPT PERL_CORE PERLPREFIX GOBIN"
 
 # Variables that are set exclusively by the profile
 # and not by user configuration files.



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

2018-11-04 Thread Pacho Ramos
commit: 7bddd4f74f9f6df3291f9205206784dc82846eeb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 12:59:14 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 13:50:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bddd4f7

dev-java/lucene: Drop old

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

 dev-java/lucene/lucene-3.5.0-r1.ebuild | 136 
 dev-java/lucene/lucene-3.6.2-r1.ebuild | 189 -
 2 files changed, 325 deletions(-)

diff --git a/dev-java/lucene/lucene-3.5.0-r1.ebuild 
b/dev-java/lucene/lucene-3.5.0-r1.ebuild
deleted file mode 100644
index 1c1898386a2..000
--- a/dev-java/lucene/lucene-3.5.0-r1.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source test contrib"
-JAVA_PKG_BSFIX_ALL="no"
-JAVA_PKG_BSFIX_NAME="build.xml common-build.xml contrib-build.xml"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="High-performance, full-featured text search engine written 
entirely in Java"
-HOMEPAGE="https://lucene.apache.org";
-SRC_URI="mirror://apache/lucene/java/${PV}/${P}-src.tgz"
-
-LICENSE="Apache-2.0"
-SLOT="3.5"
-KEYWORDS="amd64 x86"
-
-CDEPEND="
-   dev-java/junit:4
-   dev-java/ant-junit:0
-   dev-java/ant-nodeps:0
-   contrib? (
- dev-java/jakarta-regexp:1.4
- dev-java/commons-compress:0
- dev-java/commons-collections:0
- dev-java/commons-digester:0
- dev-java/commons-logging:0
- dev-java/commons-beanutils:1.7
-   )"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6
-   test? (
-   dev-java/junit:4
-   dev-java/ant-core:0
-   )"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-DOCS=(
-   CHANGES.txt README.txt
-   NOTICE.txt CHANGES.txt
-   JRE_VERSION_MIGRATION.txt
-)
-
-# All tests fail with the following error:
-# junit.framework.AssertionFailedError: ensure your setUp() calls 
super.setUp()!!!
-RESTRICT="test"
-
-src_prepare() {
-   default
-   java-pkg_clean
-   sed -i \
-   -e '/-Xmax/ d' \
-   common-build.xml || die
-
-   # FIXME: contrib builds do not work if junit not included
-   #java-pkg_jar-from --build-only --into lib \
-   #   junit-4 junit.jar junit-4.7.jar
-   java-pkg_jar-from --build-only --into lib \
-   ant-core ant.jar ant-1.7.1.jar
-   java-pkg_jar-from --build-only --into lib \
-   ant-junit ant-junit.jar ant-junit-1.7.1.jar
-
-   if use contrib; then
- cd contrib/ || die
- java-pkg_jar-from --build-only --into queries/lib \
-   jakarta-regexp:1.4 jakarta-regexp.jar jakarta-regexpt-1.4.jar
- java-pkg_jar-from --build-only --into benchmark/lib \
-   commons-compress commons-compress.jar commons-compress-1.1.jar
- java-pkg_jar-from --build-only --into benchmark/lib \
-   commons-collections commons-collections.jar 
commons-collections-3.1.jar
- java-pkg_jar-from --build-only --into benchmark/lib \
-   commons-digester commons-digester.jar commons-digester-1.7.jar
- java-pkg_jar-from --build-only --into benchmark/lib \
-   commons-logging commons-logging.jar commons-logging-1.0.4.jar
- java-pkg_jar-from --build-only --into benchmark/lib \
-   commons-beanutils:1.7 commons-beanutils.jar 
commons-beanutils-1.7.0.jar
-   fi
-}
-
-src_compile() {
-   # FIXME: docs do not build if behind a proxy, -autoproxy does not work
-   java-ant_xml-rewrite -f common-build.xml \
-   -c -e javadoc \
-   -a failonerror \
-   -v "false"
-
-   ANT_TASKS="none" \
-   eant -Dversion=${PV} \
-   -Dfailonjavadocwarning=false \
-   jar-core \
-   $(use_doc javadocs-core)
-
-   if use contrib; then
-   ANT_TASKS="none" \
-   eant -Dversion=${PV} \
-   -Dfailonjavadocwarning=false \
-   build-contrib \
-   $(use_doc javadocs-all)
-   fi
-}
-
-src_test() {
-   # FIXME: test does not get run, even when selected
-   java-ant_rewrite-classpath common-build.xml
-   EANT_GENTOO_CLASSPATH="junit-4 ant-core ant-junit" \
-   ANT_TASKS="ant-junit" \
-   eant test-core
-}
-
-src_install() {
-   einstalldocs
-   java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar
-
-   if use contrib; then
-   local i j
-   for i in $(find build/contrib -name \*-${PV}.jar); do
-   j=${i##*/}
-   java-pkg_newjar $i ${j%%-${PV

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

2018-11-04 Thread Pacho Ramos
commit: 64591a4598aeb402a6e99ba8e88ec1d2dd71c1ae
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 13:49:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 13:50:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64591a45

virtual/logger: app-admin/syslogread will be dropped

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

 virtual/logger/{logger-0.ebuild => logger-0-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/logger/logger-0.ebuild b/virtual/logger/logger-0-r1.ebuild
similarity index 88%
rename from virtual/logger/logger-0.ebuild
rename to virtual/logger/logger-0-r1.ebuild
index 4f547ca25be..e1cfea97a0d 100644
--- a/virtual/logger/logger-0.ebuild
+++ b/virtual/logger/logger-0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Virtual for system loggers"
 SLOT="0"
@@ -13,7 +13,6 @@ RDEPEND="|| (
app-admin/socklog
app-admin/sysklogd
app-admin/syslog-ng
-   app-admin/syslogread
sys-freebsd/freebsd-usbin
sys-apps/busybox[syslog]
>=sys-apps/systemd-38



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

2018-11-04 Thread Pacho Ramos
commit: a9140199fdf3c50e2e9f59b3cfea8d8e6fac4f04
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 13:48:09 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 13:50:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9140199

Mask some packages for removal

Signed-off-by: Pacho Ramos  gentoo.org>

 profiles/base/package.use.mask |  13 -
 profiles/package.mask  | 105 +
 2 files changed, 117 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 51e3d8cfd99..103699c0c2a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,7 +7,18 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Pacho Ramos  (01 Nov 2018)
+# Pacho Ramos  (04 Nov 2018)
+# media-libs/schroedinger will be removed (#602938)
+media-libs/libquicktime schroedinger
+media-video/ffmpeg schroedinger
+media-video/libav schroedinger
+media-video/vlc schroedinger
+
+# Pacho Ramos  (04 Nov 2018)
+# media-plugins/mediastreamer-silk will be removed (#599580)
+media-libs/mediastreamer silk
+
+# Pacho Ramos  (04 Nov 2018)
 # cman and co. are going to be removed (#650738)
 sys-cluster/pacemaker cman
 

diff --git a/profiles/package.mask b/profiles/package.mask
index e25b36ad1d3..3a4fa4e801f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,111 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (04 Nov 2018)
+# Both are part of ant-core for years (#466558). Removal in a month.
+dev-java/ant-nodeps
+dev-java/ant-trax
+
+# Pacho Ramos  (04 Nov 2018)
+# Unmaintained, needs someone to take care of bumping and maintaining it
+# (#509518). Removal in a month.
+dev-python/pyramid
+
+# Pacho Ramos  (04 Nov 2018)
+# Fails to build (#538174), upstream dead for ages. Removal in a month.
+dev-libs/libstrl
+dev-util/difffilter
+
+# Pacho Ramos  (04 Nov 2018)
+# Upstream dead, multiple unresolved bugs (#540622). Removal in a month.
+app-crypt/tinyca
+
+# Pacho Ramos  (04 Nov 2018)
+# gitorious was closed (#544812), nothing needs it in the tree and we only
+# provide a live ebuild. Removal in a month.
+app-benchmarks/os-autoinst
+
+# Pacho Ramos  (04 Nov 2018)
+# Pending version bumps (with security fixes) for a long time (#550188,
+# #544568, #227993). Removal in a month.
+www-apps/moinmoin
+
+# Pacho Ramos  (04 Nov 2018)
+# Nobody willing to update and maintain this for years (#556306, #554488).
+# Removal in a month.
+net-proxy/squidclamav
+net-proxy/c-icap
+
+# Pacho Ramos  (04 Nov 2018)
+# Outdated, doesn't respect CC, installs files in /usr/local (#565894,
+# #664370). Removal in a month.
+www-client/dooble
+
+# Pacho Ramos  (04 Nov 2018)
+# Outdated, move to media-gfx/slic3r or other online alternatives (#570324).
+# Removal in a month.
+media-gfx/replicatorg
+
+# Pacho Ramos  (04 Nov 2018)
+# Build issues (#587866), outdated, nothing needs it in the tree. Removal in
+# a month.
+dev-libs/libsolv
+
+# Pacho Ramos  (04 Nov 2018)
+# Build issues (#590316, #603300), no reverse deps, needs a major version
+# bump. Removal in a month.
+dev-lua/lua-openssl
+
+# Pacho Ramos  (04 Nov 2018)
+# Upstream dead for ages, crashes (#637286), build issues (#592580).
+# Migration to Google fork or other alternative will be needed. Removal in a
+# month.
+net-misc/tlsdate
+
+# Pacho Ramos  (04 Nov 2018)
+# Hard to bump (#480160), uses get_libdir at global scope (#593400). Removal
+# in a month.
+net-analyzer/w3af
+
+# Pacho Ramos  (04 Nov 2018)
+# pkg_postinst calls pkg_config (#596648), upstream dead for ages. Removal
+# in a month.
+sys-auth/bioapi
+sys-auth/tfm-fingerprint
+sys-auth/pam_bioapi
+
+# Pacho Ramos  (04 Nov 2018)
+# Dead for ages, not needed anymore (#596988). Removal in a month.
+sys-power/upower-pm-utils
+
+# Pacho Ramos  (04 Nov 2018)
+# Broken and outdated (#445476, #448934, #599580). Removal in a month.
+media-plugins/mediastreamer-silk
+
+# Pacho Ramos  (04 Nov 2018)
+# Fails to build (#601886), dead for a long time. Removal in a month.
+media-gfx/gimmage
+
+# Pacho Ramos  (04 Nov 2018)
+# Fringe format, nothing really uses it, upstream disappeared, not really
+# working for some time (#602938). Removal in a month.
+media-libs/schroedinger
+
+
+# Pacho Ramos  (04 Nov 2018)
+# Needs someone to maintain it and bump to a snapshot not relying on
+# gstreamer:0.10 (#610434, #560254). Removal in a month.
+app-accessibility/pocketsphinx
+
+# Pacho Ramos  (04 Nov 2018)
+# Fails to build, hard to bump (#608908). Removal in a month.
+net-nntp/inn
+
+# Pacho Ramos  (04 Nov 2018)
+# Dead since 2005, nobody else still ships it, it creates cruft dirs in /
+# (#565592). Removal in a month.
+app-admin/syslogread
+
 # Pacho Ramos  (04 Nov 2018)
 # Upstream dead for many years and nobody taking care of them, bug #443842,
 # bug #618050. Removal in a month.



[gentoo-commits] repo/gentoo:master commit in: net-nntp/suck/

2018-11-04 Thread Pacho Ramos
commit: 0683984c3574aa2f18f97f7231e21fe63bde437c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 13:48:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 13:50:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0683984c

net-nntp/suck: Drop old

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

 net-nntp/suck/suck-4.3.3.ebuild | 61 -
 1 file changed, 61 deletions(-)

diff --git a/net-nntp/suck/suck-4.3.3.ebuild b/net-nntp/suck/suck-4.3.3.ebuild
deleted file mode 100644
index 684bae61e05..000
--- a/net-nntp/suck/suck-4.3.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Grab news from a remote NNTP server and feed them to another"
-HOMEPAGE="https://lazarus-pkgs.github.io/lazarus-pkgs/suck.html";
-SRC_URI="https://github.com/lazarus-pkgs/suck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="perl ssl"
-
-COMMON_DEPEND="sys-libs/gdbm:=
-   ssl? ( dev-libs/openssl:0= )"
-
-DEPEND="${COMMON_DEPEND}
-   sys-libs/db
-   perl? ( dev-lang/perl )"
-
-RDEPEND="${COMMON_DEPEND}
-   net-nntp/inn"
-
-PATCHES=( "${FILESDIR}/${PV}-fputs.patch" )
-
-src_prepare() {
-   default
-
-   # Fix paths to the locations in Gentoo
-   sed -i \
-   -e 's:/usr/bin/rnews:/usr/$(get_libdir)/news/bin/rnews:' \
-   -e 's:/var/lib/news/history:/var/spool/news/db/history:' \
-   suck_config.h || die "path adaption sed failed"
-
-   eautoreconf
-}
-
-src_configure() {
-   use ssl || sed -i -e 's/^SSL_/#SSL_/' Makefile.in || die "ssl sed 
failed"
-   use perl || sed -i -e 's/^PERL_/#PERL_/' Makefile.in || die "perl sed 
failed"
-
-   econf
-}
-
-src_compile() {
-   emake phrases.h
-   emake all lpost
-}
-
-src_install() {
-   dobin lmove lpost rpost suck testhost
-   doman man/*
-   dodoc CHANGELOG CONTENTS README*
-   docinto java
-   dodoc java/*
-   docinto perl
-   dodoc perl/*
-   docinto sample
-   dodoc sample/*
-}



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

2018-11-04 Thread Thomas Deutschmann
commit: 24cda5be517811153c25826d66e3c3758d0d7970
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 13:47:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 13:47:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cda5be

app-admin/rsyslog: move pmnormalize behind USE=normalize

Closes: https://bugs.gentoo.org/670236
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-admin/rsyslog/rsyslog-8.39.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.39.0.ebuild
index 625f19668b4..94111420401 100644
--- a/app-admin/rsyslog/rsyslog-8.39.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.39.0.ebuild
@@ -198,7 +198,7 @@ src_configure() {
--enable-pmciscoios
--enable-pmcisconames
--enable-pmlastmsg
-   --enable-pmnormalize
+   $(use_enable normalize pmnormalize)
--enable-pmnull
--enable-pmpanngfw
--enable-pmsnare



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

2018-11-04 Thread Jeroen Roovers
commit: 81d8bd2ca58a0a80dbb3e5541710006d5c4a082d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  4 13:37:08 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  4 13:37:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d8bd2c

www-client/midori: Filter LINGUAS

Fixes: https://bugs.gentoo.org/670192
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/midori/midori-6.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/midori/midori-6.0.ebuild 
b/www-client/midori/midori-6.0.ebuild
index b6881a9c743..2598330b68e 100644
--- a/www-client/midori/midori-6.0.ebuild
+++ b/www-client/midori/midori-6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 VALA_MIN_API_VERSION=0.36
 
-inherit cmake-utils eapi7-ver gnome2-utils vala xdg-utils
+inherit cmake-utils eapi7-ver eutils gnome2-utils vala xdg-utils
 
 MY_P=${PN}-v${PV}
 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
@@ -44,6 +44,7 @@ src_prepare() {
 }
 
 src_configure() {
+   strip-linguas -i po/
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DVALA_EXECUTABLE="${VALAC}"



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

2018-11-04 Thread Pacho Ramos
commit: aa9949a3948b1e950a3cdf5778fa41cea34b36f3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 12:54:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:54:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9949a3

Mask some packages for removal

Signed-off-by: Pacho Ramos  gentoo.org>

 profiles/base/package.use.mask |  4 
 profiles/package.mask  | 15 +++
 2 files changed, 19 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4f06999b329..51e3d8cfd99 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos  (01 Nov 2018)
+# cman and co. are going to be removed (#650738)
+sys-cluster/pacemaker cman
+
 # Pacho Ramos  (01 Nov 2018)
 # cman and co. are going to be removed (#650738)
 sys-fs/lvm2 cman clvm

diff --git a/profiles/package.mask b/profiles/package.mask
index 28207ba7596..e25b36ad1d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,21 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (04 Nov 2018)
+# Upstream dead for many years and nobody taking care of them, bug #443842,
+# bug #618050. Removal in a month.
+sys-cluster/cman
+sys-cluster/ccs
+sys-cluster/rgmanager
+sys-cluster/rgmanager-agents
+sys-cluster/libdlm
+sys-cluster/fence-agents
+sys-cluster/libccs
+sys-cluster/libccs-perl
+sys-cluster/libcman
+sys-cluster/libfence
+sys-cluster/liblogthread
+
 # Andreas Sturmlechner  (03 Nov 2018)
 # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
 # See tracker: https://bugs.gentoo.org/670222



[gentoo-commits] repo/gentoo:master commit in: app-misc/jail/files/, app-misc/jail/

2018-11-04 Thread Pacho Ramos
commit: b2d45cce35de863eb4ce529cfc5b161349aa3f4d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 12:08:09 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:33:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d45cce

app-misc/jail: Lots of bugfixes

- Handle dirs with dots (#646116)
- support openat() syscall too (#668898)
- do not pass program parameters to ldd call (#668898)
- do not duplicate jail in shells file (#668898)

Thanks-to: Alexander Zubkov
Closes: https://bugs.gentoo.org/646116
Closes: https://bugs.gentoo.org/668898
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-misc/jail/files/jail-2.0-duplicate-jail.patch | 19 ++
 app-misc/jail/files/jail-2.0-fix-paths.patch  | 21 +++
 app-misc/jail/files/jail-2.0-ldd-call.patch   | 19 ++
 app-misc/jail/files/jail-2.0-openat-syscall.patch | 23 +++
 app-misc/jail/jail-2.0-r3.ebuild  | 75 +++
 5 files changed, 157 insertions(+)

diff --git a/app-misc/jail/files/jail-2.0-duplicate-jail.patch 
b/app-misc/jail/files/jail-2.0-duplicate-jail.patch
new file mode 100644
index 000..1522f3aa99e
--- /dev/null
+++ b/app-misc/jail/files/jail-2.0-duplicate-jail.patch
@@ -0,0 +1,19 @@
+commit 984f62591b264aa8ed5c17f4033ec96dbba4bf5f
+Author: Alexander Zubkov 
+Date:   Wed Oct 17 22:47:50 2018 +0200
+
+do not duplicate jail in shells file
+
+diff --git a/lib/arch/generic/functions b/lib/arch/generic/functions
+index b1fdbc8..89cd607 100755
+--- a/lib/arch/generic/functions
 b/lib/arch/generic/functions
+@@ -823,7 +823,7 @@ sub add_jail_to_shells {
+   close(F);
+ 
+   for $k (@elem) {
+-if ($k =~ /^$INSTALL_DIR\/jail/) {
++if ($k =~ /^$INSTALL_DIR\/bin\/jail/) {
+   $found = 1;
+   last;
+ }

diff --git a/app-misc/jail/files/jail-2.0-fix-paths.patch 
b/app-misc/jail/files/jail-2.0-fix-paths.patch
new file mode 100644
index 000..e522828e286
--- /dev/null
+++ b/app-misc/jail/files/jail-2.0-fix-paths.patch
@@ -0,0 +1,21 @@
+commit 762cca3fd4aa754b266f928ec3fa2ad2261a831e
+Author: Alexander Zubkov 
+Date:   Mon Oct 22 20:31:04 2018 +0200
+
+honor standalone '.' in path, split jail dir on "/./" pattern
+
+diff --git a/src/jail.c b/src/jail.c
+index 74f3eb1..3d649c4 100644
+--- a/src/jail.c
 b/src/jail.c
+@@ -121,8 +121,9 @@ void make_jail_dir( char*  dir )
+ {
+ for( ; *dir != '\0'; ++dir )
+ {
+-if( *dir == '.' )
++if( dir[0] == '/' && dir[1] == '.' && dir[2] == '/' )
+ {
++++dir;
+ *dir = '\0';
+ break;
+   }

diff --git a/app-misc/jail/files/jail-2.0-ldd-call.patch 
b/app-misc/jail/files/jail-2.0-ldd-call.patch
new file mode 100644
index 000..22b2152066e
--- /dev/null
+++ b/app-misc/jail/files/jail-2.0-ldd-call.patch
@@ -0,0 +1,19 @@
+commit 87867b2a117eef19500600a1f88b9caf260cfe3b
+Author: Alexander Zubkov 
+Date:   Wed Oct 17 22:38:13 2018 +0200
+
+do not pass program parameters to ldd call
+
+diff --git a/lib/arch/generic/functions b/lib/arch/generic/functions
+index 66653c3..b0c6572 100755
+--- a/lib/arch/generic/functions
 b/lib/arch/generic/functions
+@@ -704,7 +704,7 @@ sub generate_dep {
+   return();
+ }
+ 
+-$query = "($ldd_cmd $p_name $p_args &1)";
++$query = "($ldd_cmd $p_name &1)";
+ local @res_a = `$query`;
+ 
+ local @items = ();

diff --git a/app-misc/jail/files/jail-2.0-openat-syscall.patch 
b/app-misc/jail/files/jail-2.0-openat-syscall.patch
new file mode 100644
index 000..f5f1e99f6ad
--- /dev/null
+++ b/app-misc/jail/files/jail-2.0-openat-syscall.patch
@@ -0,0 +1,23 @@
+commit 0894cc54b5b385201cdcf7ce227c6ea03d765ef9
+Author: Alexander Zubkov 
+Date:   Wed Oct 17 22:45:24 2018 +0200
+
+support openat() syscall too
+
+diff --git a/lib/arch/generic/functions b/lib/arch/generic/functions
+index b0c6572..b1fdbc8 100755
+--- a/lib/arch/generic/functions
 b/lib/arch/generic/functions
+@@ -647,9 +647,9 @@ sub extract_open_from_ldd {
+ 
+   local $file;
+   local $val;
+-  if ($line =~ /^open\(\"(.+)\".+\)\s*=\s*([-]?\d+)/) {
+-$file = $1;
+-$val = $2;
++  if ($line =~ /^open(at)?\(\"(.+)\".+\)\s*=\s*([-]?\d+)/) {
++$file = $2;
++$val = $3;
+ return($file,$val);
+   }
+   return();

diff --git a/app-misc/jail/jail-2.0-r3.ebuild b/app-misc/jail/jail-2.0-r3.ebuild
new file mode 100644
index 000..fc4cdee1bb5
--- /dev/null
+++ b/app-misc/jail/jail-2.0-r3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils flag-o-matic
+
+DESCRIPTION="Builds a chroot and configures all the required files, 
directories and libraries"
+HOMEPAGE="https://github.com/spiculator/jail";
+SRC_URI="https://github.com/spiculator/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEY

[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2018-11-04 Thread Pacho Ramos
commit: 14e9ba9c95af3548321e1b5f042491bad44be3fa
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 09:48:13 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:33:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e9ba9c

media-fonts/noto: Version bump

Closes: https://bugs.gentoo.org/669384
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-fonts/noto/Manifest |  1 +
 media-fonts/noto/noto-20181024.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest
index 2801605b394..f8515935341 100644
--- a/media-fonts/noto/Manifest
+++ b/media-fonts/noto/Manifest
@@ -1,2 +1,3 @@
 DIST noto-20170403.tar.xz 11083152 BLAKE2B 
8281cc19a100d1cbf7f57fba9cba077bb0005f7296f58d48247bef6c804b53597ff359dfab7b7d851e42c0294c757f311979b98dc9f1c22e2d3f3fabe4db77e7
 SHA512 
f8f1414b5b6f793e86ef3cc6a6320c4545f079b337c7672cb83c50d21d353d81557da4a555cdb6524c79be3e4c167f7d5aac102c38d64926f3b1887ca7f3
 DIST noto-20180905.tar.gz 33675 BLAKE2B 
209e28ba8feb7367381fb3cc1cb0f1109167f9b339c9a18c347592cb95a060e60f9c01fcfd309d029c235e9ac5de3e808f1b70cad6b5482f2252029b5ab4944e
 SHA512 
f4cf75d91c9c6c607bc3a9ea97114ccd2c691505f919e08ae3ad591e1cd211c85a3ef24abe96ec23e6961bdba0a35c1ecba6f87556ef53661e4afcdcd865602c
+DIST noto-20181024.tar.gz 726721580 BLAKE2B 
d19d32d98419395df1bb3ca360bd67a50487d499aa3ea1612355b2f0fef09fe8236583fedc6d528668048ccbeee7139df704fc8e125c5eec7215708838aa09f4
 SHA512 
5df8266fab59a9ad5e6de6971c69d2761864c29e8d0e79e16a44177327b73527a37a9d148b63c862bfb5f7507793aab5c4319603f3b8b80e18eb9f203d7a7334

diff --git a/media-fonts/noto/noto-20181024.ebuild 
b/media-fonts/noto/noto-20181024.ebuild
new file mode 100644
index 000..562951e1710
--- /dev/null
+++ b/media-fonts/noto/noto-20181024.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font
+
+DESCRIPTION="Google's font family that aims to support all the world's 
languages"
+HOMEPAGE="https://www.google.com/get/noto/ 
https://github.com/googlei18n/noto-fonts";
+
+COMMIT="d7af81e614086435102cca95961b141b3530a027"
+SRC_URI="https://github.com/googlei18n/noto-fonts/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cjk"
+
+RDEPEND="cjk? ( media-fonts/noto-cjk )"
+RESTRICT="binchecks strip"
+
+S="${WORKDIR}/${PN}-fonts-${COMMIT}"
+
+FONT_SUFFIX="ttf"
+FONT_CONF=(
+   # From ArchLinux
+   "${FILESDIR}/66-noto-serif.conf"
+   "${FILESDIR}/66-noto-mono.conf"
+   "${FILESDIR}/66-noto-sans.conf"
+)
+
+src_install() {
+   # Don't install in separate subdirs
+   FONT_S="${S}/unhinted/" font_src_install
+   FONT_S="${S}/hinted/" font_src_install
+}



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

2018-11-04 Thread Pacho Ramos
commit: b43c6010071aca1868bf9e561d364162a18dfbc9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 12:30:37 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:34:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43c6010

sys-apps/superiotool: Use new functions.sh path

Closes: https://bugs.gentoo.org/504430
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/superiotool/files/make-tarball.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/superiotool/files/make-tarball.sh 
b/sys-apps/superiotool/files/make-tarball.sh
index 3711db140db..fa6254898d1 100755
--- a/sys-apps/superiotool/files/make-tarball.sh
+++ b/sys-apps/superiotool/files/make-tarball.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /etc/init.d/functions.sh
+. /lib/gentoo/functions.sh
 
 svnrev() { svn info "$1" | awk '$1 == "Revision:" { print $NF }'; }
 



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

2018-11-04 Thread Pacho Ramos
commit: 4b798a2e805a6680abb3cb2244b17320146523f6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 12:08:26 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:33:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b798a2e

app-misc/jail: Drop old

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

 app-misc/jail/jail-2.0-r2.ebuild | 69 
 1 file changed, 69 deletions(-)

diff --git a/app-misc/jail/jail-2.0-r2.ebuild b/app-misc/jail/jail-2.0-r2.ebuild
deleted file mode 100644
index 8243ee0dfd3..000
--- a/app-misc/jail/jail-2.0-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils flag-o-matic
-
-DESCRIPTION="Builds a chroot and configures all the required files, 
directories and libraries"
-HOMEPAGE="https://github.com/spiculator/jail";
-SRC_URI="https://github.com/spiculator/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-lang/perl
-   dev-util/strace
-"
-DEPEND=""
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.9-gentoo.patch
-   "${FILESDIR}"/${PN}-1.9-wrongshell.patch
-   "${FILESDIR}"/${PN}-1.9-multiuser-rsa.patch
-   "${FILESDIR}"/${PN}-1.9-ldflags.patch
-   "${FILESDIR}"/${PN}-2.0-sysmacros.patch
-   "${FILESDIR}"/${PN}-2.0-symlinks.patch #659094
-)
-
-src_compile() {
-   # configuration files should be installed in /etc not /usr/etc
-   sed -i "s:\$4/etc:\${D}/etc:g" install.sh || die
-
-   # the destination directory should be /usr not /usr/local
-   sed -i -e "s:usr/local:${D}/usr:g" \
-   -e "s:^COPT =.*:COPT = -Wl,-z,no:g" src/Makefile || die
-
-   emake -C src CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake -C src install
-
-   # remove //var/tmp/portage/${P}/image//usr from files
-   FILES=( "${D}/usr/bin/mkjailenv"
-   "${D}/usr/bin/addjailsw"
-   "${D}/usr/bin/addjailuser"
-   "${D}/etc/jail.conf"
-   "${D}/usr/lib/libjail.pm"
-   "${D}/usr/lib/arch/generic/definitions"
-   "${D}/usr/lib/arch/generic/functions"
-   "${D}/usr/lib/arch/linux/definitions"
-   "${D}/usr/lib/arch/linux/functions"
-   "${D}/usr/lib/arch/freebsd/definitions"
-   "${D}/usr/lib/arch/freebsd/functions"
-   "${D}/usr/lib/arch/irix/definitions"
-   "${D}/usr/lib/arch/irix/functions"
-   "${D}/usr/lib/arch/solaris/definitions"
-   "${D}/usr/lib/arch/solaris/functions" )
-
-   for f in "${FILES[@]}"; do
-   sed -i "s:/${D}/usr:/usr:g" ${f} || die
-   done
-
-   sed -i "s:/usr/etc:/etc:" "${D}"/usr/lib/libjail.pm || die
-
-   dodoc doc/{CHANGELOG,INSTALL,README,SECURITY,VERSION}
-}



[gentoo-commits] repo/gentoo:master commit in: net-proxy/http-replicator/

2018-11-04 Thread Pacho Ramos
commit: e96cc5a06fa20668982171325b8c4be35e495b98
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 12:00:33 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:33:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96cc5a0

net-proxy/http-replicator: Drop old

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

 .../http-replicator-4.0_alpha2-r6.ebuild   | 75 --
 1 file changed, 75 deletions(-)

diff --git a/net-proxy/http-replicator/http-replicator-4.0_alpha2-r6.ebuild 
b/net-proxy/http-replicator/http-replicator-4.0_alpha2-r6.ebuild
deleted file mode 100644
index 67f093d09fe..000
--- a/net-proxy/http-replicator/http-replicator-4.0_alpha2-r6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 readme.gentoo-r1 systemd
-
-MY_P="${PN}_${PV/_/}"
-
-DESCRIPTION="Proxy cache for Gentoo packages"
-HOMEPAGE="https://sourceforge.net/projects/http-replicator";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   sys-apps/portage[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-# Tests downloads files as well as breaks, should be turned into local tests.
-RESTRICT="test"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Before starting ${PN}, please follow the next few steps:
-
-- Modify /etc/conf.d/${PN} if required.
-- Run \`repcacheman\` to set up the cache.
-- Add HTTP_PROXY=\"http://serveraddress:8080\"; to make.conf on
-the server as well as on the client machines.
-- Make sure GENTOO_MIRRORS in /etc/portage/make.conf
-starts with several good HTTP mirrors.
-
-For more information please refer to the following forum thread:
-https://forums.gentoo.org/viewtopic-t-173226.html
-
-Starting with 4.x releases, the conf.d parameters have changed.
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-4.0_alpha2-r3-pid.patch )
-
-src_test() {
-   ./unit-test && die
-}
-
-src_install() {
-   python_foreach_impl python_doscript http-replicator
-
-   newbin "${FILESDIR}"/${PN}-3.0-callrepcacheman-0.1 repcacheman
-
-   python_foreach_impl python_domodule *.py
-
-   python_foreach_impl python_newscript 
"${FILESDIR}"/${PN}-3.0-repcacheman-0.44-r2 repcacheman.py
-
-   newinitd "${FILESDIR}"/${PN}-4.0_alpha2-r3.init http-replicator
-   newconfd "${FILESDIR}"/${PN}-4.0_alpha2-r2.conf http-replicator
-
-   systemd_dounit "${FILESDIR}"/http-replicator.service
-   systemd_install_serviced "${FILESDIR}"/http-replicator.service.conf
-
-   dodoc README.user README.devel RELNOTES
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



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

2018-11-04 Thread Pacho Ramos
commit: 28cd5f4085870f7500b6d9c53cb4e7f025dacd3f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov  4 11:56:07 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov  4 12:33:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cd5f40

dev-cpp/atkmm: Bump to 2.24.3

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

 dev-cpp/atkmm/Manifest|  1 +
 dev-cpp/atkmm/atkmm-2.24.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-cpp/atkmm/Manifest b/dev-cpp/atkmm/Manifest
index 4b088878b76..f74e84cd82c 100644
--- a/dev-cpp/atkmm/Manifest
+++ b/dev-cpp/atkmm/Manifest
@@ -1 +1,2 @@
 DIST atkmm-2.24.2.tar.xz 849784 BLAKE2B 
2cd96268cf727de1ebe83428e98f1d21f8dbd1a72ef01be80ec28d169ff0ae9ac375bbbd1a530f3c47b60b49a40e317fe39645d74f6be3c017edcb9735bc0236
 SHA512 
427714cdf3b10e3f9bc36df09c4b05608d295f5895fb1e079b9bd84afdf7bf1cfdec6794ced7f1e35bd430b76f87792df4ee63c515071a2ea6e3e51e672cdbe2
+DIST atkmm-2.24.3.tar.xz 891868 BLAKE2B 
8b7f961ac8b6728efaa6e34e65c11cb2a7e35b6f33392f4384d07cd4157f6f6b4b34513ca16676dc7fe5c906f6ab464d4ad416d1c9db0ea8803c4a0d915e342b
 SHA512 
dc08efcd965b4ac385f73847d065d7cbf5f8e05b8644f49a6d794805a7bd6a9a03ff159c308b9062fe66d8acfc8e8e237654622c6a7cd22fde5a518388290cb6

diff --git a/dev-cpp/atkmm/atkmm-2.24.3.ebuild 
b/dev-cpp/atkmm/atkmm-2.24.3.ebuild
new file mode 100644
index 000..fe842297e30
--- /dev/null
+++ b/dev-cpp/atkmm/atkmm-2.24.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 multilib-minimal
+
+DESCRIPTION="C++ interface for the ATK library"
+HOMEPAGE="https://www.gtkmm.org";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE="doc"
+
+COMMON_DEPEND="
+   >=dev-cpp/glibmm-2.46.2:2[doc?,${MULTILIB_USEDEP}]
+   >=dev-libs/atk-2.18.0[${MULTILIB_USEDEP}]
+   >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+   !

<    1   2   3   >