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

2018-01-09 Thread Mart Raudsepp
commit: df83291b6825f78e26c5b8b38df49bc1546e43a7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 07:14:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 07:27:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df83291b

gnome-base/gnome-settings-daemon: handle test restricting via package.use.mask

This allows to keep the deps without commenting them out, but not have them
pulled into deptree, which currently leads to dbusmock keyword trouble

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild | 5 ++---
 profiles/base/package.use.mask   | 4 
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
index 3534c5fa68f..1b5f1cb13c9 100644
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -96,8 +96,7 @@ DEPEND="${COMMON_DEPEND}
 "
 
 # TypeErrors with python3; weird test errors with python2; all in power 
component that was made required now
-RESTRICT="test"
-# RESTRICT="!test? ( test )"
+RESTRICT="!test? ( test )"
 
 PATCHES=(
# Make colord and wacom optional; requires eautoreconf

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8ff8136c352..14dfa34efae 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.
 
+# Mart Raudsepp  (10 Jan 2018)
+# Failing tests, with extra deps that aren't keyworded due to that
+>=gnome-base/gnome-settings-daemon-3.24 test
+
 # Pacho Ramos  (04 Jan 2018)
 # sys-apps/raidutils is going to be removed (#638634)
 net-analyzer/nagios-plugin-check_raid i2o



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

2018-01-09 Thread Lars Wendler
commit: d94364f07e59dd8ae17142afda2bae60bbbad638
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 10 07:18:28 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 10 07:18:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94364f0

package.mask: Only mask the currently broken version of sys-apps/attr

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 406c054d87d..6bf99852ae1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,7 +31,7 @@
 
 # Richard Freeman  (09 Jan 2018)
 # Bug 644048 - temp QA mask until it can get sorted out
->=sys-apps/attr-2.4.48
+=sys-apps/attr-2.4.48
 
 # Andreas Sturmlechner  (09 Jan 2018)
 # Dead upstream, depends on dead Qt4.



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

2018-01-09 Thread Lars Wendler
commit: 8656e779db776059e1760754844be6ca6ca4942b
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 10 07:17:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 10 07:17:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8656e779

sys-apps/attr: Don't use ld.gold

Bug: https://bugs.gentoo.org/644048
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/attr/attr-2.4.48.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/attr/attr-2.4.48.ebuild b/sys-apps/attr/attr-2.4.48.ebuild
index 086cfe28d39..b6a1fef64ad 100644
--- a/sys-apps/attr/attr-2.4.48.ebuild
+++ b/sys-apps/attr/attr-2.4.48.ebuild
@@ -31,6 +31,8 @@ multilib_src_configure() {
export OPTIMIZER=${CFLAGS}
export DEBUG=-DNDEBUG
 
+   tc-ld-disable-gold #644048
+
local myeconfargs=(
--bindir="${EPREFIX}"/bin
--enable-shared $(use_enable static-libs static)



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

2018-01-09 Thread Hans de Graaff
commit: 5065fa5e6ea06e547ff399cf5fa9fc47dc40937a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:27:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:31:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5065fa5e

dev-ruby/arel: add missing test dependency on concurrent-ruby

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/arel/arel-9.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/arel/arel-9.0.0.ebuild b/dev-ruby/arel/arel-9.0.0.ebuild
index 401dd33dbee..b66cb656c80 100644
--- a/dev-ruby/arel/arel-9.0.0.ebuild
+++ b/dev-ruby/arel/arel-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,6 +22,7 @@ IUSE=""
 
 ruby_add_bdepend "
test? (
+   dev-ruby/concurrent-ruby:1
dev-ruby/test-unit:2
>=dev-ruby/minitest-5.4:5
)"



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

2018-01-09 Thread Hans de Graaff
commit: 3e19a8dc6a3a446fa6f6d675543127d9e4ed40c3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:19:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:31:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e19a8dc

dev-ruby/afm: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/afm/afm-0.2.2.ebuild b/dev-ruby/afm/afm-0.2.2.ebuild
index 3feec2145ed..d9c937df776 100644
--- a/dev-ruby/afm/afm-0.2.2.ebuild
+++ b/dev-ruby/afm/afm-0.2.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/archive-tar-minitar/

2018-01-09 Thread Hans de Graaff
commit: b9a6207f3ad525a8c4b2b36ab4c97216560522a7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:25:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:31:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a6207f

dev-ruby/archive-tar-minitar: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/archive-tar-minitar/archive-tar-minitar-0.6.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.6.1-r1.ebuild 
b/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.6.1-r1.ebuild
index 8bc7febb61c..1f5565d61f2 100644
--- a/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.6.1-r1.ebuild
+++ b/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.6.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-01-09 Thread Hans de Graaff
commit: 14bfd9c2e3c7009987e6d850e3bbb437e5e86346
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:23:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:31:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bfd9c2

dev-ruby/ansi: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 2b18435c237..4e90f857fdb 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-01-09 Thread Hans de Graaff
commit: adbc44f9324e0a026a2703d327711827d5b8f90a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:21:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbc44f9

dev-ruby/allison: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/allison/allison-2.0.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/allison/allison-2.0.3-r3.ebuild 
b/dev-ruby/allison/allison-2.0.3-r3.ebuild
index 349c93f8d15..7f45687b104 100644
--- a/dev-ruby/allison/allison-2.0.3-r3.ebuild
+++ b/dev-ruby/allison/allison-2.0.3-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-01-09 Thread Markus Meier
commit: a7a875c9464213ccdff57849907b4939e5251d56
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:18:47 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a875c9

sys-devel/bc: arm stable, bug #643414

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/bc/bc-1.06.95-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/bc/bc-1.06.95-r2.ebuild 
b/sys-devel/bc/bc-1.06.95-r2.ebuild
index aa40c3367a1..876674207af 100644
--- a/sys-devel/bc/bc-1.06.95-r2.ebuild
+++ b/sys-devel/bc/bc-1.06.95-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu-alpha/bc/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="libedit readline static"
 
 RDEPEND="



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

2018-01-09 Thread Markus Meier
commit: 9616d15439b6fa4368fc52a56c0455b7f5d57c42
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:15:42 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9616d154

sys-fs/xfsprogs: arm stable, bug #643020

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

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



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

2018-01-09 Thread Markus Meier
commit: b7aaef4402ffca1c78181c5d5ceccff50a93399b
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:16:09 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7aaef44

net-misc/iputils: arm stable, bug #643026

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 net-misc/iputils/iputils-20171016_pre.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20171016_pre.ebuild 
b/net-misc/iputils/iputils-20171016_pre.ebuild
index a8851208473..fe38bf85b81 100644
--- a/net-misc/iputils/iputils-20171016_pre.ebuild
+++ b/net-misc/iputils/iputils-20171016_pre.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2018-01-09 Thread Markus Meier
commit: 920092cabae210de930bb11a142416cc12af9bc7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:17:01 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920092ca

sys-apps/debianutils: arm stable, bug #643110

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/debianutils/debianutils-4.8.3.ebuild 
b/sys-apps/debianutils/debianutils-4.8.3.ebuild
index 4515c60786e..1be07875fbd 100644
--- a/sys-apps/debianutils/debianutils-4.8.3.ebuild
+++ b/sys-apps/debianutils/debianutils-4.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="kernel_linux static"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )



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

2018-01-09 Thread Markus Meier
commit: 55e20289a0821d043c53d7e6e869cb800770656c
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:15:17 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e20289

app-arch/unzip: arm stable, bug #643018

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 app-arch/unzip/unzip-6.0_p21-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/unzip/unzip-6.0_p21-r2.ebuild 
b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
index a862413e26d..333dbc08699 100644
--- a/app-arch/unzip/unzip-6.0_p21-r2.ebuild
+++ b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



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

2018-01-09 Thread Markus Meier
commit: f94f0d0f27ca4faf8b4785e809ac2f323c37dbad
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:19:17 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:19:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94f0d0f

sys-apps/hdparm: arm stable, bug #643574

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/hdparm/hdparm-9.52.ebuild 
b/sys-apps/hdparm/hdparm-9.52.ebuild
index 9dfbcfbcde9..ab791686b60 100644
--- a/sys-apps/hdparm/hdparm-9.52.ebuild
+++ b/sys-apps/hdparm/hdparm-9.52.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
 
 LICENSE="BSD GPL-2" # GPL-2 only
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static"
 
 PATCHES=(



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

2018-01-09 Thread Markus Meier
commit: b965b89c1126e1c0c8e2b00f511334db0da3
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:17:43 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b965b888

sys-libs/readline: arm stable, bug #643124

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-libs/readline/readline-7.0_p3.ebuild 
b/sys-libs/readline/readline-7.0_p3.ebuild
index ce4d36ef8ca..7d3e5752170 100644
--- a/sys-libs/readline/readline-7.0_p3.ebuild
+++ b/sys-libs/readline/readline-7.0_p3.ebuild
@@ -36,7 +36,7 @@ esac
 
 LICENSE="GPL-3"
 SLOT="0/7"  # subslot matches SONAME major
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static-libs utils"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"



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

2018-01-09 Thread Markus Meier
commit: d591c50ea85213f6d7ce44f898a8e048c4b94fd0
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:18:19 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:18:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d591c50e

sys-devel/autoconf: arm stable, bug #643378

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/autoconf/autoconf-2.69-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autoconf/autoconf-2.69-r4.ebuild 
b/sys-devel/autoconf/autoconf-2.69-r4.ebuild
index b6ffba2ea2d..aa826be6365 100644
--- a/sys-devel/autoconf/autoconf-2.69-r4.ebuild
+++ b/sys-devel/autoconf/autoconf-2.69-r4.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 inherit toolchain-autoconf



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

2018-01-09 Thread Markus Meier
commit: 2dccf92ce5c2c20a7bf355ad9c030bb3dfd7252d
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:16:35 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dccf92c

sys-libs/gdbm: arm stable, bug #643100

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-libs/gdbm/gdbm-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/gdbm/gdbm-1.13-r2.ebuild 
b/sys-libs/gdbm/gdbm-1.13-r2.ebuild
index 757aecf801d..f96e356b60d 100644
--- a/sys-libs/gdbm/gdbm-1.13-r2.ebuild
+++ b/sys-libs/gdbm/gdbm-1.13-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/1.13"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+berkdb exporter nls +readline static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2018-01-09 Thread Markus Meier
commit: b1073017d9fef48166b4322a98549aafbb031a5a
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:17:50 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1073017

app-shells/bash: arm stable, bug #643124

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 app-shells/bash/bash-4.4_p12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-4.4_p12.ebuild 
b/app-shells/bash/bash-4.4_p12.ebuild
index 1ac5358391f..cbd33502669 100644
--- a/app-shells/bash/bash-4.4_p12.ebuild
+++ b/app-shells/bash/bash-4.4_p12.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND=">=sys-libs/ncurses-5.2-r2:0=



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

2018-01-09 Thread Markus Meier
commit: f5027c59ff177f9595d97824014ebf461a69b447
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:11:40 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5027c59

app-text/dblatex: arm stable, bug #641228

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 app-text/dblatex/dblatex-0.3.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/dblatex/dblatex-0.3.7.ebuild 
b/app-text/dblatex/dblatex-0.3.7.ebuild
index 4b0581e1274..c02d2307ae7 100644
--- a/app-text/dblatex/dblatex-0.3.7.ebuild
+++ b/app-text/dblatex/dblatex-0.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ HOMEPAGE="http://dblatex.sourceforge.net/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 arm x86"
 IUSE=""
 
 RDEPEND="



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

2018-01-09 Thread Markus Meier
commit: e285b2349de4539504fb3b86492e98fa39683a81
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:13:23 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e285b234

sys-apps/less: arm stable, bug #643008

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/less/less-529.ebuild b/sys-apps/less/less-529.ebuild
index c9020f30639..57676b011a0 100644
--- a/sys-apps/less/less-529.ebuild
+++ b/sys-apps/less/less-529.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



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

2018-01-09 Thread Markus Meier
commit: 20c01808f9be92647138caa6911c163eaebbb9fc
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:10:36 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c01808

dev-perl/Expect: arm stable, bug #638176

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 dev-perl/Expect/Expect-1.320.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Expect/Expect-1.320.0-r1.ebuild 
b/dev-perl/Expect/Expect-1.320.0-r1.ebuild
index 34f838c8e59..5cbde59439a 100644
--- a/dev-perl/Expect/Expect-1.320.0-r1.ebuild
+++ b/dev-perl/Expect/Expect-1.320.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Expect for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2018-01-09 Thread Markus Meier
commit: 6e2e0adeec64a0c4018b5c173f9cb206183fa225
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:11:56 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2e0ade

net-firewall/nftables: arm stable, bug #641228

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 net-firewall/nftables/nftables-0.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/nftables/nftables-0.8-r3.ebuild 
b/net-firewall/nftables/nftables-0.8-r3.ebuild
index bec149e37ce..2c67f3c09ed 100644
--- a/net-firewall/nftables/nftables-0.8-r3.ebuild
+++ b/net-firewall/nftables/nftables-0.8-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 x86"
+KEYWORDS="amd64 arm ia64 x86"
 IUSE="debug doc +gmp +readline"
 
 RDEPEND=">=net-libs/libmnl-1.0.3:0=



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

2018-01-09 Thread Markus Meier
commit: 51e2370e327cb3a3175a67135a87ecd2d1787e04
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:12:59 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e2370e

sys-fs/cryptsetup: arm stable, bug #641712

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild 
b/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild
index 51c115f67ba..f7b10cec2f0 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/$
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
 # we don't support nss since it doesn't allow cryptsetup to be built statically
 # and it's missing ripemd160 support so it can't provide full backward 
compatibility



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

2018-01-09 Thread Markus Meier
commit: 1e64113d47cf7650c2d37bf6c76220d19bec
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:10:31 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e64113d

dev-python/pyinotify: arm stable, bug #638176

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 dev-python/pyinotify/pyinotify-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild 
b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
index cad5626b38f..55e2807e993 100644
--- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-01-09 Thread Markus Meier
commit: c44955a49182eba73513f002aca90840ebfe8cc2
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:11:51 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44955a4

net-libs/libnetfilter_conntrack: arm stable, bug #641228

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index cb65350e8ce..8fdffbdfb94 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2018-01-09 Thread Markus Meier
commit: 682d984577b2a5c2912d2fe4c7daa3bc4fe4d29f
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:10:22 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682d9845

dev-perl/IO-Stty: arm stable, bug #638176

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild 
b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
index 4d46a865c30..109852032f1 100644
--- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
+++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Change and print terminal line settings"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND=""



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

2018-01-09 Thread Markus Meier
commit: d8f4847cf88e3bd03457c697f07fd531a45e155c
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:14:13 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f4847c

dev-util/strace: arm stable, bug #643014

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-util/strace/strace-4.20.ebuild 
b/dev-util/strace/strace-4.20.ebuild
index 8204aceff6a..1dcd63e3210 100644
--- a/dev-util/strace/strace-4.20.ebuild
+++ b/dev-util/strace/strace-4.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/

2018-01-09 Thread Markus Meier
commit: 9cee126d73d85603720768d60ea0c6d7add7c6ff
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:12:01 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cee126d

net-firewall/iptables: arm stable, bug #641228

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 net-firewall/iptables/iptables-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/iptables/iptables-1.6.1-r2.ebuild 
b/net-firewall/iptables/iptables-1.6.1-r2.ebuild
index ffd019dcc6d..67f06ce7ac0 100644
--- a/net-firewall/iptables/iptables-1.6.1-r2.ebuild
+++ b/net-firewall/iptables/iptables-1.6.1-r2.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 # Subslot tracks libxtables as that's the one other packages generally link
 # against and iptables changes.  Will have to revisit if other sonames change.
 SLOT="0/12"
-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"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
 
 RDEPEND="



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

2018-01-09 Thread Markus Meier
commit: b1ce3ae862bab13e8bbaac948e1c9df03195f4a1
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:11:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ce3ae8

sys-apps/iproute2: arm stable, bug #639536

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-apps/iproute2/iproute2-4.14.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild 
b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
index 4a536c37e65..c31766adf84 100644
--- a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
+++ b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${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
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2018-01-09 Thread Markus Meier
commit: 72057f31e64f8abdc8ed52701fc0293f523f25f7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:13:49 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72057f31

sys-apps/smartmontools: arm stable, bug #643012

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/smartmontools/smartmontools-6.6.ebuild 
b/sys-apps/smartmontools/smartmontools-6.6.ebuild
index 457eba7d44c..e96fcf91947 100644
--- a/sys-apps/smartmontools/smartmontools-6.6.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.6.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit subversion
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"



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

2018-01-09 Thread Markus Meier
commit: 45e999026e7876f06350a9cfa8feb3d6a553a2fe
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:11:46 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e99902

net-libs/libnftnl: arm stable, bug #641228

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild 
b/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild
index e4d9f2de9ec..c4d1b4b7129 100644
--- a/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/7" # libnftnl.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
 IUSE="examples json static-libs test threads"
 
 RDEPEND=">=net-libs/libmnl-1.0.0



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

2018-01-09 Thread Markus Meier
commit: 41c316c2c6596bf2bc330b336bc738b767355272
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:12:31 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c316c2

app-arch/tar: arm stable, bug #641484

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 app-arch/tar/tar-1.29-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/tar/tar-1.29-r3.ebuild b/app-arch/tar/tar-1.29-r3.ebuild
index 9ff68fa77ee..7d0c5a74d82 100644
--- a/app-arch/tar/tar-1.29-r3.ebuild
+++ b/app-arch/tar/tar-1.29-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-01-09 Thread Markus Meier
commit: fe63a9348d057ad0c409b1122282a7419fdf9181
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jan 10 06:10:43 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jan 10 06:17:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe63a934

sys-apps/coreutils: arm stable, bug #638176

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-apps/coreutils/coreutils-8.28-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
index 5557723c9a8..c53de9d8e49 100644
--- a/sys-apps/coreutils/coreutils-8.28-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # To generate the man pages, unpack the upstream tarball and run:
@@ -24,7 +24,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~arm-linux ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux static test 
userland_BSD vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2018-01-09 Thread Hans de Graaff
commit: 5a373553c86061e9847d82dfa9e9b1f752fe1354
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:15:49 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:16:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a373553

dev-ruby/bunny: add 2.8.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 6ef7b5f6ff4..09f21b7184c 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,3 +1,4 @@
 DIST bunny-2.6.5.gem 198144 BLAKE2B 
f2f13823833fcb84e25c3d40671be241ca168637d71fda16b7b725338eee415924d9fb03737d7237723e70b381238580d26f387cbc3c0fe7518be17be3dbf685
 SHA512 
e1e15e12d7d36c0022ba4da4b2a934688054756fee7fb8e11b43532ce0be12aea37a6224e81602b0b27b0952dd014f1d2f59f4bb8d28b484e1d48dc2bfa89f3a
 DIST bunny-2.7.2.gem 199168 BLAKE2B 
30293eda9a336a78383f52981109c5c231c6d850376042f63ce8108e677d553b9a867d696be2fdfb33fa3d26c27e0d8da96287fcd113b574bc47d3caa3ce897b
 SHA512 
acba94a6611be0c72d10016366c00f8a2c84c36e897d1e9b179f49ae717edd1d6ade5b90fa963d1f830a315927be01267d0f848bd8f3016978ab2b2ec38c6bde
 DIST bunny-2.8.0.gem 200704 BLAKE2B 
d2a76c7e5d16b5a86c8cd6562e67e705cdd223778c84c995000fd1d128bb85a06f96765629d8b555f96f18e480bd840b13db0f9a01501b7cffac76effa0ebb1a
 SHA512 
638cdf63a4a46bfa74af12c994cb4fd2798b57718be1386b7d0dc592bae4f35902d4bb72e0e58ee289bcffd2d6eb7ea8e82ccb0ed98d743b7d09f149dd042916
+DIST bunny-2.8.1.gem 200704 BLAKE2B 
6692bf5e16975193ef2c56992b542258f2dea5f013f0e744f8a7c1537fd3f1496ac1e566d314c65e198aafb096bd20378afd773a2074d1c14526153302ec6459
 SHA512 
024aa4d8e13dfb6cda0cdb2f3f12d3d2c7bb62b8bb28e7c580214db34aea4a6c88d07ff2fb01f0bf2b679bf2208c6e71b358bf67d55a52b3c8a38ffd61e2e8e9

diff --git a/dev-ruby/bunny/bunny-2.8.1.ebuild 
b/dev-ruby/bunny/bunny-2.8.1.ebuild
new file mode 100644
index 000..fab30742e0a
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.8.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.2.0:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2018-01-09 Thread Hans de Graaff
commit: e1b6a5df8516092afe451dec27a1fd9ba0d43b33
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:13:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:16:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b6a5df

dev-ruby/font-awesome-rails: add 4.7.0.3

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/font-awesome-rails/Manifest   |  1 +
 .../font-awesome-rails-4.7.0.3.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/font-awesome-rails/Manifest 
b/dev-ruby/font-awesome-rails/Manifest
index 440ef0e7dd9..f3f3c607313 100644
--- a/dev-ruby/font-awesome-rails/Manifest
+++ b/dev-ruby/font-awesome-rails/Manifest
@@ -1,2 +1,3 @@
 DIST font-awesome-rails-4.7.0.1.gem 637952 BLAKE2B 
eac8d2645fab2766c6fcf4c542902c7c55a251fa6450f8f14e9ecd0e7d5800130dadd0858a68d39600dd44adbc2eefc33bcfca31809c2ee1d763563d8996bc44
 SHA512 
11e15a20581dea73a9b850c74d1796a9c24bc3bb502638aaf7af1a0aa93ef1f9ea3aa5099b86c08c10867d304dabdd61ffc45f0efd6f97133f3372acc95285d9
 DIST font-awesome-rails-4.7.0.2.gem 637952 BLAKE2B 
988919646a931d3e3cb1b34ca070ced68e1a1a83015d2d8312a0b23a5810b9f642465d31b2f5154cea2d73a36980306353db0c3a929f518c0904fb88b2bcc1cb
 SHA512 
8a6f9663c775bf44764086c85582158c00f9e0a0ac023d9247b62bd79d2864954efbf4235251a2e97dc5981f48581b520dc4323739e748da62916c21311f048e
+DIST font-awesome-rails-4.7.0.3.gem 637952 BLAKE2B 
783a7dd495f12da569924f32a381a6a3767b06372c240f69b1f94a3569ddcc7ca239c729a7dcdcfb9af4e8f3c73c6c74ff134ba590ad9aa7e060b6bffaeb3d09
 SHA512 
b4d9c45dcc6b3ffa1175fa2a2d2727e50944c62af70798fef70645749a2a957300a8aa9011f8e1a8cc0471e0880db352390917f118890538d8408b2965b817aa

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.3.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.3.ebuild
new file mode 100644
index 000..b1bccbd217c
--- /dev/null
+++ b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Font-awesome for the asset pipeline"
+HOMEPAGE="https://github.com/bokmann/font-awesome-rails 
https://rubygems.org/gems/font-awesome-rails;
+
+LICENSE="MIT OFL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/railties-3.2:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2018-01-09 Thread Hans de Graaff
commit: 5c56106b319714419b2902b5934ef5fda99f9b0d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:13:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:16:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c56106b

dev-ruby/font-awesome-rails: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/font-awesome-rails/Manifest   |  1 -
 .../font-awesome-rails-4.7.0.1.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/font-awesome-rails/Manifest 
b/dev-ruby/font-awesome-rails/Manifest
index f3f3c607313..47c334d61ef 100644
--- a/dev-ruby/font-awesome-rails/Manifest
+++ b/dev-ruby/font-awesome-rails/Manifest
@@ -1,3 +1,2 @@
-DIST font-awesome-rails-4.7.0.1.gem 637952 BLAKE2B 
eac8d2645fab2766c6fcf4c542902c7c55a251fa6450f8f14e9ecd0e7d5800130dadd0858a68d39600dd44adbc2eefc33bcfca31809c2ee1d763563d8996bc44
 SHA512 
11e15a20581dea73a9b850c74d1796a9c24bc3bb502638aaf7af1a0aa93ef1f9ea3aa5099b86c08c10867d304dabdd61ffc45f0efd6f97133f3372acc95285d9
 DIST font-awesome-rails-4.7.0.2.gem 637952 BLAKE2B 
988919646a931d3e3cb1b34ca070ced68e1a1a83015d2d8312a0b23a5810b9f642465d31b2f5154cea2d73a36980306353db0c3a929f518c0904fb88b2bcc1cb
 SHA512 
8a6f9663c775bf44764086c85582158c00f9e0a0ac023d9247b62bd79d2864954efbf4235251a2e97dc5981f48581b520dc4323739e748da62916c21311f048e
 DIST font-awesome-rails-4.7.0.3.gem 637952 BLAKE2B 
783a7dd495f12da569924f32a381a6a3767b06372c240f69b1f94a3569ddcc7ca239c729a7dcdcfb9af4e8f3c73c6c74ff134ba590ad9aa7e060b6bffaeb3d09
 SHA512 
b4d9c45dcc6b3ffa1175fa2a2d2727e50944c62af70798fef70645749a2a957300a8aa9011f8e1a8cc0471e0880db352390917f118890538d8408b2965b817aa

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.1.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.1.ebuild
deleted file mode 100644
index 705e29b04df..000
--- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Font-awesome for the asset pipeline"
-HOMEPAGE="https://github.com/bokmann/font-awesome-rails 
https://rubygems.org/gems/font-awesome-rails;
-
-LICENSE="MIT OFL"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/railties-3.2"



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

2018-01-09 Thread Hans de Graaff
commit: 36b5fbda2b932b7e299b3a3677005688eec3b583
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:14:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:16:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b5fbda

dev-ruby/bunny: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/bunny/Manifest   |  2 --
 dev-ruby/bunny/bunny-2.7.0.ebuild | 33 -
 dev-ruby/bunny/bunny-2.7.1.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 4fafd4a0132..6ef7b5f6ff4 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,5 +1,3 @@
 DIST bunny-2.6.5.gem 198144 BLAKE2B 
f2f13823833fcb84e25c3d40671be241ca168637d71fda16b7b725338eee415924d9fb03737d7237723e70b381238580d26f387cbc3c0fe7518be17be3dbf685
 SHA512 
e1e15e12d7d36c0022ba4da4b2a934688054756fee7fb8e11b43532ce0be12aea37a6224e81602b0b27b0952dd014f1d2f59f4bb8d28b484e1d48dc2bfa89f3a
-DIST bunny-2.7.0.gem 198144 BLAKE2B 
db9427bba354d7d4d573ebc6df61348369b25055b2afc08544db45303170bacf9c78f14db907742fb357e109bc271dd6219d4bb7d289f663551d3eba944127cc
 SHA512 
dc44ce5a8b05fe7bd68a9d6fe8c7d0bb7f7ead3500582ff273dcdabba8e9ff104f3f2b0990c004d9217839881d1e3a79494d211b32723a866655d1e0bec2899c
-DIST bunny-2.7.1.gem 199168 BLAKE2B 
f1b5d9e7a7f2808aa8fb70c4d8f3eba3a45892929dc2e5b0d457e5e4095f0deb1a13c093e56774dbd92e0b09cce35528ca298790b74a583b0ecc62ee22e9df03
 SHA512 
9222ff4cf2e0261f82ad98ec75b697f1fee7f0f0cf998e14edffdbc16bbcb93ba2206051d712a8b6e6452345ef12043c094c6f7bc88bd203b3c171765c5e0422
 DIST bunny-2.7.2.gem 199168 BLAKE2B 
30293eda9a336a78383f52981109c5c231c6d850376042f63ce8108e677d553b9a867d696be2fdfb33fa3d26c27e0d8da96287fcd113b574bc47d3caa3ce897b
 SHA512 
acba94a6611be0c72d10016366c00f8a2c84c36e897d1e9b179f49ae717edd1d6ade5b90fa963d1f830a315927be01267d0f848bd8f3016978ab2b2ec38c6bde
 DIST bunny-2.8.0.gem 200704 BLAKE2B 
d2a76c7e5d16b5a86c8cd6562e67e705cdd223778c84c995000fd1d128bb85a06f96765629d8b555f96f18e480bd840b13db0f9a01501b7cffac76effa0ebb1a
 SHA512 
638cdf63a4a46bfa74af12c994cb4fd2798b57718be1386b7d0dc592bae4f35902d4bb72e0e58ee289bcffd2d6eb7ea8e82ccb0ed98d743b7d09f149dd042916

diff --git a/dev-ruby/bunny/bunny-2.7.0.ebuild 
b/dev-ruby/bunny/bunny-2.7.0.ebuild
deleted file mode 100644
index 76be6caf7ae..000
--- a/dev-ruby/bunny/bunny-2.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="https://github.com/celldee/bunny;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-2.2.0:2"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples || die
-}

diff --git a/dev-ruby/bunny/bunny-2.7.1.ebuild 
b/dev-ruby/bunny/bunny-2.7.1.ebuild
deleted file mode 100644
index 88a26c85caa..000
--- a/dev-ruby/bunny/bunny-2.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="https://github.com/celldee/bunny;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-2.2.0:2"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2018-01-09 Thread Anthony G. Basile
commit: 8018a18a51c14275761a1d029dbaca41b8fb314e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jan 10 06:13:41 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jan 10 06:13:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8018a18a

net-vpn/tor: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-vpn/tor/Manifest |  2 -
 net-vpn/tor/tor-0.3.2.7_rc-r1.ebuild | 82 
 net-vpn/tor/tor-0.3.2.8_rc.ebuild| 82 
 3 files changed, 166 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 763329b8ba6..44bc8664e67 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,5 +1,3 @@
 DIST tor-0.3.1.7.tar.gz 6058284 BLAKE2B 
f2d825c82342cf1ca9354f051d532ef31e1d183be28f0f5b49f14c0d88176910292b6727b8cf0f066bae276e3a431851714cdb385219516d0a7519c5ed02b203
 SHA512 
a835526984187fad88cffc39ea8f6a4b61d5f8d2579b5a66425612607a22ff82e0f9da96e029e134e04d25ae0f59a1b4f771e9e8c19ebb563e1a0f5b3a3849e4
 DIST tor-0.3.1.9.tar.gz 6092702 BLAKE2B 
c009567b5866ff50159fbcbab05462a860c3e66c15599d11d40495d8a1a18fbad610f8ea94492519f2c8b6adfce7f4a54ad3bd2aee2b902ffae7215f35a3d4d5
 SHA512 
c22557251272595c65b2fade485020d76de16f5bb826d4a47d7bd093b7336dad42e8e2b8a3e0c56d9a10e62f0a5b1596c4b10cd578bf6da17f058f3d4e356f66
-DIST tor-0.3.2.7-rc.tar.gz 6313975 BLAKE2B 
ecfe6832b2e9c81f04218f7ec82a63f23913c1dc0a9ec29113e6432eac69b8cc89a9fc6b7c4147cf26e6de141b22574d3118608194641126d961b5f452179e1b
 SHA512 
989bdd4311521528444f4165455365d3c1f1ef5f6a8846bf08db7f84ab8e986cba47f9dfbd3a03ccb6e3f8d813d69289768170a8fd68916e9d6a21fe0484cf87
-DIST tor-0.3.2.8-rc.tar.gz 6345141 BLAKE2B 
e529847252b819a81e6cce5f5989e72ccb9d8db03221c37e504b47995d36977a67653d59cb7f8378eb3652d256867e3ee319062f9cb6acdcd42a415b08f89954
 SHA512 
60913c492f903307d485af26ab3752e0058fb97816d62cd29eb8785446bb7eb6f9bd2aca964a0d8c4de039c4d432590dea68c28c4f34eda2f127b50c752be0d4
 DIST tor-0.3.2.9.tar.gz 6250442 BLAKE2B 
34f6436d94f105bc0e68fa89bd6b671c84c9a6389010b5741b2da339caaea2e4d549f799aa8c6867eddc90818195c73a4d13cdf7f7003d578779f7e2d9964cfb
 SHA512 
60b8d93eee8d0b04b49a8fa941ea3489e8cd9b3f3923d9da39865caa1f5bcec1db06594520aa3726151a54c9c0c30bb8d9b25fb38d7172ffb15a011d6c8c

diff --git a/net-vpn/tor/tor-0.3.2.7_rc-r1.ebuild 
b/net-vpn/tor/tor-0.3.2.7_rc-r1.ebuild
deleted file mode 100644
index 23286b3b6da..000
--- a/net-vpn/tor/tor-0.3.2.7_rc-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic readme.gentoo-r1 systemd versionator user
-
-MY_PV="$(replace_version_separator 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="http://www.torproject.org/;
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-# We need to keyword app-arch/zstd
-#KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
-IUSE="libressl lzma scrypt seccomp selinux systemd tor-hardening test web zstd"
-
-DEPEND="
-   app-text/asciidoc
-   dev-libs/libevent[ssl]
-   sys-libs/zlib
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   lzma? ( app-arch/xz-utils )
-   scrypt? ( app-crypt/libscrypt )
-   seccomp? ( sys-libs/libseccomp )
-   systemd? ( sys-apps/systemd )
-   zstd? ( app-arch/zstd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-tor )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
-)
-
-DOCS=( README ChangeLog ReleaseNotes doc/HACKING )
-
-pkg_setup() {
-   enewgroup tor
-   enewuser tor -1 -1 /var/lib/tor tor
-}
-
-src_configure() {
-   econf \
-   --localstatedir="${EPREFIX}/var" \
-   --enable-system-torrc \
-   --enable-asciidoc \
-   --disable-libfuzzer \
-   --disable-rust \
-   $(use_enable lzma) \
-   $(use_enable scrypt libscrypt) \
-   $(use_enable seccomp) \
-   $(use_enable systemd) \
-   $(use_enable tor-hardening gcc-hardening) \
-   $(use_enable tor-hardening linker-hardening) \
-   $(use_enable web tor2web-mode) \
-   $(use_enable test unittests) \
-   $(use_enable test coverage) \
-   $(use_enable zstd)
-}
-
-src_install() {
-   default
-   readme.gentoo_create_doc
-
-   newconfd "${FILESDIR}"/tor.confd tor
-   newinitd "${FILESDIR}"/tor.initd-r8 tor
-   systemd_dounit contrib/dist/tor.service
-
-   keepdir /var/lib/tor
-
-   fperms 750 /var/lib/tor
-   fowners 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2018-01-09 Thread Anthony G. Basile
commit: a67b7533ea8a894f33159a21a066b26493143b27
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jan 10 06:12:28 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jan 10 06:13:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b7533

net-vpn/tor: version bump to 0.3.2.9

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-vpn/tor/Manifest   |  1 +
 net-vpn/tor/tor-0.3.2.9.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 2cf802a28e0..763329b8ba6 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -2,3 +2,4 @@ DIST tor-0.3.1.7.tar.gz 6058284 BLAKE2B 
f2d825c82342cf1ca9354f051d532ef31e1d183b
 DIST tor-0.3.1.9.tar.gz 6092702 BLAKE2B 
c009567b5866ff50159fbcbab05462a860c3e66c15599d11d40495d8a1a18fbad610f8ea94492519f2c8b6adfce7f4a54ad3bd2aee2b902ffae7215f35a3d4d5
 SHA512 
c22557251272595c65b2fade485020d76de16f5bb826d4a47d7bd093b7336dad42e8e2b8a3e0c56d9a10e62f0a5b1596c4b10cd578bf6da17f058f3d4e356f66
 DIST tor-0.3.2.7-rc.tar.gz 6313975 BLAKE2B 
ecfe6832b2e9c81f04218f7ec82a63f23913c1dc0a9ec29113e6432eac69b8cc89a9fc6b7c4147cf26e6de141b22574d3118608194641126d961b5f452179e1b
 SHA512 
989bdd4311521528444f4165455365d3c1f1ef5f6a8846bf08db7f84ab8e986cba47f9dfbd3a03ccb6e3f8d813d69289768170a8fd68916e9d6a21fe0484cf87
 DIST tor-0.3.2.8-rc.tar.gz 6345141 BLAKE2B 
e529847252b819a81e6cce5f5989e72ccb9d8db03221c37e504b47995d36977a67653d59cb7f8378eb3652d256867e3ee319062f9cb6acdcd42a415b08f89954
 SHA512 
60913c492f903307d485af26ab3752e0058fb97816d62cd29eb8785446bb7eb6f9bd2aca964a0d8c4de039c4d432590dea68c28c4f34eda2f127b50c752be0d4
+DIST tor-0.3.2.9.tar.gz 6250442 BLAKE2B 
34f6436d94f105bc0e68fa89bd6b671c84c9a6389010b5741b2da339caaea2e4d549f799aa8c6867eddc90818195c73a4d13cdf7f7003d578779f7e2d9964cfb
 SHA512 
60b8d93eee8d0b04b49a8fa941ea3489e8cd9b3f3923d9da39865caa1f5bcec1db06594520aa3726151a54c9c0c30bb8d9b25fb38d7172ffb15a011d6c8c

diff --git a/net-vpn/tor/tor-0.3.2.9.ebuild b/net-vpn/tor/tor-0.3.2.9.ebuild
new file mode 100644
index 000..57655d96e0e
--- /dev/null
+++ b/net-vpn/tor/tor-0.3.2.9.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic readme.gentoo-r1 systemd versionator user
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/;
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+# We need to keyword app-arch/zstd
+#KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
+IUSE="libressl lzma scrypt seccomp selinux systemd tor-hardening test web zstd"
+
+DEPEND="
+   app-text/asciidoc
+   dev-libs/libevent[ssl]
+   sys-libs/zlib
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   lzma? ( app-arch/xz-utils )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( sys-libs/libseccomp )
+   systemd? ( sys-apps/systemd )
+   zstd? ( app-arch/zstd )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+)
+
+DOCS=( README ChangeLog ReleaseNotes doc/HACKING )
+
+pkg_setup() {
+   enewgroup tor
+   enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_configure() {
+   econf \
+   --localstatedir="${EPREFIX}/var" \
+   --enable-system-torrc \
+   --enable-asciidoc \
+   --disable-libfuzzer \
+   --disable-rust \
+   $(use_enable lzma) \
+   $(use_enable scrypt libscrypt) \
+   $(use_enable seccomp) \
+   $(use_enable systemd) \
+   $(use_enable tor-hardening gcc-hardening) \
+   $(use_enable tor-hardening linker-hardening) \
+   $(use_enable web tor2web-mode) \
+   $(use_enable test unittests) \
+   $(use_enable test coverage) \
+   $(use_enable zstd)
+}
+
+src_install() {
+   default
+   readme.gentoo_create_doc
+
+   newconfd "${FILESDIR}"/tor.confd tor
+   newinitd "${FILESDIR}"/tor.initd-r8 tor
+   systemd_dounit contrib/dist/tor.service
+
+   keepdir /var/lib/tor
+
+   fperms 750 /var/lib/tor
+   fowners tor:tor /var/lib/tor
+
+   insinto /etc/tor/
+   newins "${FILESDIR}"/torrc-r1 torrc
+}



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

2018-01-09 Thread Mart Raudsepp
commit: 66c53dde51584958c75658c163139eab16233d11
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 06:02:52 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 06:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c53dde

gnome-base/gnome-light: bump to 3.24.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-base/gnome-light/gnome-light-3.24.2.ebuild | 59 
 1 file changed, 59 insertions(+)

diff --git a/gnome-base/gnome-light/gnome-light-3.24.2.ebuild 
b/gnome-base/gnome-light/gnome-light-3.24.2.ebuild
new file mode 100644
index 000..b7c56e23de0
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.24.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+P_RELEASE="$(get_version_components 2)"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
+# any apps, but shouldn't be used by users unless they know what they are 
doing.
+RDEPEND="!gnome-base/gnome
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-${PV}
+   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+   >=gnome-base/gnome-control-center-${PV}[cups?]
+
+   >=gnome-base/nautilus-${PV}
+
+   gnome-shell? (
+   >=x11-wm/mutter-${PV}
+   >=gnome-base/gnome-shell-${PV} )
+
+   >=x11-themes/adwaita-icon-theme-${P_RELEASE}
+   >=x11-themes/gnome-themes-standard-3.22.3
+   >=x11-themes/gnome-backgrounds-${P_RELEASE}
+
+   >=x11-terms/gnome-terminal-${PV}
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.32.1"
+S="${WORKDIR}"
+
+pkg_pretend() {
+   if ! use gnome-shell; then
+   # Users probably want to use e16, sawfish, etc
+   ewarn "You're not installing GNOME Shell"
+   ewarn "You will have to install and manage a window manager by 
yourself"
+   fi
+}
+
+pkg_postinst() {
+   # Remember people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



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

2018-01-09 Thread Mart Raudsepp
commit: 88de94b9088698549f7123c80e89e9bb050d39f2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 05:45:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 06:10:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88de94b9

gnome-base/gnome-core-apps: bump to 3.24.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gnome-core-apps/gnome-core-apps-3.24.2.ebuild  | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
new file mode 100644
index 000..a19e84032e5
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 
3"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-${PV}
+   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+   >=gnome-base/gnome-control-center-${PV}[cups?]
+
+   >=app-crypt/gcr-3.20.0
+   >=gnome-base/nautilus-${PV}
+   >=gnome-base/gnome-keyring-3.20.0
+   >=gnome-extra/evolution-data-server-${PV}
+
+   >=app-crypt/seahorse-3.20.0
+   >=app-editors/gedit-3.22.1
+   >=app-text/evince-${PV}
+   >=gnome-extra/gnome-contacts-3.22.1
+   >=media-gfx/eog-3.24.1
+   >=media-video/totem-3.24.0
+   >=x11-terms/gnome-terminal-${PV}
+
+   >=gnome-extra/gnome-user-docs-${PV}
+   >=gnome-extra/yelp-3.22.0
+
+   >=x11-themes/adwaita-icon-theme-3.24.0
+   >=x11-themes/gnome-themes-standard-3.22.3
+
+   bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.1 )
+   cdr? ( >=app-cdr/brasero-3.12.2 )
+
+   !gnome-base/gnome-applets
+"
+DEPEND=""
+
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just 
gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite 
anymore
+
+S="${WORKDIR}"



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

2018-01-09 Thread Mart Raudsepp
commit: 33fb847f59a19dab992620b79a0044a9c70214bf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 05:58:23 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 06:11:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fb847f

gnome-base/gnome-extra-apps: bump to 3.24.2, lower shotwell dep

Bug: https://bugs.gentoo.org/641984
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gnome-extra-apps-3.24.2.ebuild | 75 ++
 1 file changed, 75 insertions(+)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.24.2.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.24.2.ebuild
new file mode 100644
index 000..bfdbddc31e6
--- /dev/null
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.24.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the applications of GNOME 3"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+games +share +shotwell +tracker"
+
+KEYWORDS="~amd64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the extra apps integrated with GNOME 3
+# Keep pkg order within a USE flag as upstream releng versions file
+# TODO: Should we keep these here: gnome-power-manager, gucharmap, 
sound-juicer; replace gucharmap with gnome-characters?
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}
+
+   >=sys-apps/baobab-3.24.0
+   >=media-video/cheese-3.24.0
+   >=www-client/epiphany-${PV}
+   >=app-arch/file-roller-3.24.1
+   >=gnome-extra/gnome-calculator-3.24.0
+   >=gnome-extra/gnome-calendar-${PV}
+   >=gnome-extra/gnome-characters-3.24.0
+   >=sys-apps/gnome-disk-utility-3.24.1
+   >=media-gfx/gnome-font-viewer-3.24.0
+   >=gnome-extra/gnome-power-manager-3.24.0
+   >=media-gfx/gnome-screenshot-3.22.0
+   >=gnome-extra/gnome-system-monitor-3.24.0
+   >=gnome-extra/gnome-weather-3.24.0
+   >=gnome-extra/gucharmap-9.0.4:2.90
+   >=gnome-extra/sushi-3.24.0
+   >=media-sound/sound-juicer-3.24.0
+   >=net-misc/vino-3.22.0
+
+   >=gnome-base/dconf-editor-${PV}
+   >=app-dicts/gnome-dictionary-3.24.1
+   >=mail-client/evolution-${PV}
+   >=net-analyzer/gnome-nettool-3.8.1
+   >=gnome-extra/gnome-tweak-tool-3.24.1
+   >=gnome-extra/nautilus-sendto-3.8.4
+   >=net-misc/vinagre-3.22.0
+
+   games? (
+   >=games-puzzle/five-or-more-3.22.2
+   >=games-board/four-in-a-row-3.22.1
+   >=games-board/gnome-chess-3.24.1
+   >=games-puzzle/gnome-klotski-3.22.1
+   >=games-board/gnome-mahjongg-3.22.0
+   >=games-board/gnome-mines-3.24.0
+   >=games-arcade/gnome-nibbles-3.24.0
+   >=games-arcade/gnome-robots-3.22.1
+   >=games-puzzle/gnome-sudoku-3.24.0
+   >=games-puzzle/gnome-taquin-3.22.0
+   >=games-puzzle/gnome-tetravex-3.22.0
+   >=games-puzzle/hitori-3.22.3
+   >=games-board/iagno-3.22.0
+   >=games-puzzle/lightsoff-3.24.0
+   >=games-puzzle/quadrapassel-3.22.0
+   >=games-puzzle/swell-foop-3.24.0
+   >=games-board/tali-3.22.0
+   )
+   share? ( >=gnome-extra/gnome-user-share-3.18.3 )
+   shotwell? ( >=media-gfx/shotwell-0.24 )
+   tracker? (
+   >=app-misc/tracker-1.12
+   >=gnome-extra/gnome-documents-${PV}
+   >=media-gfx/gnome-photos-${PV}
+   >=media-sound/gnome-music-${PV} )
+"
+DEPEND=""
+S=${WORKDIR}



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

2018-01-09 Thread Mart Raudsepp
commit: f8542966a52a5dda16598192241bac36668e7cc8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 06:09:50 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 06:11:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8542966

gnome-base/gnome: bump to 3.24.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-base/gnome/gnome-3.24.2.ebuild | 51 
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome/gnome-3.24.2.ebuild 
b/gnome-base/gnome/gnome-3.24.2.ebuild
new file mode 100644
index 000..734084c31a6
--- /dev/null
+++ b/gnome-base/gnome/gnome-3.24.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Meta package for GNOME 3, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+
+LICENSE="metapackage"
+SLOT="2.0" # Cannot be installed at the same time as gnome-2
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+IUSE="accessibility +bluetooth +classic +cdr cups +extras"
+
+S=${WORKDIR}
+
+# TODO: check accessibility completeness
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+   >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?]
+
+   >=gnome-base/gdm-${PV}
+
+   >=x11-wm/mutter-${PV}
+   >=gnome-base/gnome-shell-${PV}[bluetooth?]
+
+   >=x11-themes/gnome-backgrounds-3.24.0
+   x11-themes/sound-theme-freedesktop
+
+   accessibility? (
+   >=app-accessibility/at-spi2-atk-2.24.1
+   >=app-accessibility/at-spi2-core-2.24.1
+   >=app-accessibility/caribou-0.4.21
+   >=app-accessibility/orca-3.24.0
+   >=gnome-extra/mousetweaks-3.12.0 )
+   classic? ( >=gnome-extra/gnome-shell-extensions-${PV} )
+   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
+"
+
+DEPEND=""
+
+PDEPEND=">=gnome-base/gvfs-1.32.1[udisks]"
+
+pkg_postinst() {
+   # Remember people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



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

2018-01-09 Thread Mart Raudsepp
commit: bc71a3d649cf8cca20a10a80b557df479af8584e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 05:38:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 06:10:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71a3d6

gnome-base/gnome-core-libs: bump to 3.24.2, remove media-libs/clutter dep

mutter has its own embedded mutter-clutter nowadays, so standalone clutter
isn't so core anymore. We can rely on whatever the individual extra apps
pull in as a minimum, without worrying about it here and forcing it for core.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gnome-core-libs/gnome-core-libs-3.24.2.ebuild  | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.24.2.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.24.2.ebuild
new file mode 100644
index 000..b5da2251587
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.24.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+   >=dev-libs/glib-2.52.2:2
+   >=x11-libs/gdk-pixbuf-2.36.6:2
+   >=x11-libs/pango-1.40.9
+   >=x11-libs/gtk+-3.22.16:3[cups?]
+   >=dev-libs/atk-2.24
+   >=gnome-base/librsvg-2.40.18
+   >=gnome-base/gnome-desktop-${PV}:3
+   >=x11-libs/startup-notification-0.12
+
+   >=gnome-base/gvfs-1.32.1
+   >=gnome-base/dconf-0.26
+
+   >=media-libs/gstreamer-1.12.3:1.0
+   >=media-libs/gst-plugins-base-1.12.3:1.0
+   >=media-libs/gst-plugins-good-1.12.3:1.0
+
+   python? ( >=dev-python/pygobject-3.24.1:3 )
+"
+DEPEND=""
+
+# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore
+
+S="${WORKDIR}"



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

2018-01-09 Thread Mike Frysinger
commit: 0b6c782b7853ff796d16200301ced0b34e16c594
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Jan 10 05:48:35 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 05:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6c782b

sys-apps/dtc: change dtdiff to use /bin/sh

 .../dtc/{dtc-.ebuild => dtc-1.4.4-r1.ebuild}   |  8 +++-
 sys-apps/dtc/dtc-.ebuild   |  8 +++-
 sys-apps/dtc/files/dtc-1.4.4-posix-shell.patch | 48 ++
 3 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-1.4.4-r1.ebuild
similarity index 85%
copy from sys-apps/dtc/dtc-.ebuild
copy to sys-apps/dtc/dtc-1.4.4-r1.ebuild
index 1dc3915445f..7521eebe76e 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-1.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,9 +24,15 @@ DEPEND="
sys-devel/flex
 "
 DOCS="
+   Documentation/dt-object-internal.txt
+   Documentation/dts-format.txt
Documentation/manual.txt
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.4-posix-shell.patch
+)
+
 src_prepare() {
default
 

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-.ebuild
index 1dc3915445f..7521eebe76e 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,9 +24,15 @@ DEPEND="
sys-devel/flex
 "
 DOCS="
+   Documentation/dt-object-internal.txt
+   Documentation/dts-format.txt
Documentation/manual.txt
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.4-posix-shell.patch
+)
+
 src_prepare() {
default
 

diff --git a/sys-apps/dtc/files/dtc-1.4.4-posix-shell.patch 
b/sys-apps/dtc/files/dtc-1.4.4-posix-shell.patch
new file mode 100644
index 000..b9b0175c0bd
--- /dev/null
+++ b/sys-apps/dtc/files/dtc-1.4.4-posix-shell.patch
@@ -0,0 +1,48 @@
+From 4d9522764985462741c7bb4af1ab231b9251476b Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Wed, 10 Jan 2018 00:41:43 -0500
+Subject: [PATCH] dtdiff: change to POSIX shell
+
+This changes from the bash-specific process substitution feature to
+reading with pipes.  It relies on /dev/fd or /proc/self/fd existing.
+
+URL: https://crbug.com/756559
+Signed-off-by: Mike Frysinger 
+---
+ dtdiff | 19 +--
+ 1 file changed, 13 insertions(+), 6 deletions(-)
+
+diff --git a/dtdiff b/dtdiff
+index 5fa772b0ab62..4d1b71756c2f 100644
+--- a/dtdiff
 b/dtdiff
+@@ -1,8 +1,4 @@
+-#! /bin/bash
+-
+-# This script uses the bash <(...) extension.
+-# If you want to change this to work with a generic /bin/sh, make sure
+-# you fix that.
++#! /bin/sh
+ 
+ 
+ DTC=dtc
+@@ -35,4 +31,15 @@ if [ $# != 2 ]; then
+ exit 1
+ fi
+ 
+-diff -u <(source_and_sort "$1") <(source_and_sort "$2")
++for dir in /dev/fd /proc/self/fd; do
++if [ -d "${dir}" ]; then
++break
++fi
++done
++
++source_and_sort "$1" | (
++# Duplicate current stdin from the first file to fd 3 so we can change fd 0
++# to the second file.
++exec 3<&0
++source_and_sort "$2" | diff -u "${dir}/3" "${dir}/0"
++)
+-- 
+2.15.1
+



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

2018-01-09 Thread Mike Frysinger
commit: 269fd8d7a987c54ec6fd93298de1af0c3883546b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:54:27 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:54:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269fd8d7

app-admin/perl-cleaner: mark 2.25 m68k/s390/sh

 app-admin/perl-cleaner/perl-cleaner-2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild
index f1529ec38a5..7838c88dd9b 100644
--- a/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild
+++ b/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-01-09 Thread Mike Frysinger
commit: ece59cc08e9a883d7c4934bdb2f03eda9e61f48d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:35:35 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:35:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece59cc0

sys-devel/gettext: mark 0.19.8.1 m68k/s390/sh stable

 sys-devel/gettext/gettext-0.19.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild 
b/sys-devel/gettext/gettext-0.19.8.1.ebuild
index e947a0e8790..a17779b2d0f 100644
--- a/sys-devel/gettext/gettext-0.19.8.1.ebuild
+++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 # so put that license behind USE=cxx.
 LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs"
 
 # only runtime goes multilib



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

2018-01-09 Thread Mike Frysinger
commit: 9fa028c92ad7ee408aeaa367360cffc166581cce
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:29:59 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:29:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa028c9

sys-devel/gcc: mark 5.4.0-r4 m68k/s390/sh stable

 sys-devel/gcc/gcc-5.4.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-5.4.0-r4.ebuild 
b/sys-devel/gcc/gcc-5.4.0-r4.ebuild
index a1c972f7c87..05af972986f 100644
--- a/sys-devel/gcc/gcc-5.4.0-r4.ebuild
+++ b/sys-devel/gcc/gcc-5.4.0-r4.ebuild
@@ -21,7 +21,7 @@ SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
 
 inherit toolchain
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2018-01-09 Thread Mike Frysinger
commit: de492e9a570f11bb3c1b984d1d9bd3a77d4e6841
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:29:10 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:29:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de492e9a

dev-libs/mpc: mark 1.0.2-r1 m68k/s390/sh stable

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

diff --git a/dev-libs/mpc/mpc-1.0.2-r1.ebuild b/dev-libs/mpc/mpc-1.0.2-r1.ebuild
index 3f9ced6b456..d61204aa6b5 100644
--- a/dev-libs/mpc/mpc-1.0.2-r1.ebuild
+++ b/dev-libs/mpc/mpc-1.0.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?]



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

2018-01-09 Thread Mike Frysinger
commit: 559596ff3ce17ce0473c5ac4ebc86b694bcbfd01
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:26:42 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:26:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559596ff

net-fs/nfs-utils: mark 1.3.4-r1 arm64/s390/sh stable

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

diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild 
b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild
index ab79aa46f8e..466e8e2c5e4 100644
--- a/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux 
tcpd +uuid"
 REQUIRED_USE="kerberos? ( nfsv4 )"
 RESTRICT="test" #315573



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/

2018-01-09 Thread Mike Frysinger
commit: 50e8dbf70a6ce68cd76b74d70f863ebfb9881c3f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:26:11 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e8dbf7

net-nds/rpcbind: mark 0.2.4-r1 arm64/s390/sh stable

 net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild
index 9afcf79d328..8aff208b2db 100644
--- a/net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${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
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"



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

2018-01-09 Thread Mike Frysinger
commit: 191757cbe18e6eb1b3c23abcf29b894acc4d8c68
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:21:14 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:21:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191757cb

dev-libs/expat: mark 2.2.1 m68k/s390/sh stable

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

diff --git a/dev-libs/expat/expat-2.2.1.ebuild 
b/dev-libs/expat/expat-2.2.1.ebuild
index d5f1905..8048d1b573f 100644
--- a/dev-libs/expat/expat-2.2.1.ebuild
+++ b/dev-libs/expat/expat-2.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="elibc_FreeBSD examples static-libs unicode"
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"



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

2018-01-09 Thread Mike Frysinger
commit: 7cb60984ec4efbee90852747ee2d5438d8596c10
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:20:13 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb60984

dev-libs/libffi: mark 3.2.1 m68k/s390/sh stable

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

diff --git a/dev-libs/libffi/libffi-3.2.1.ebuild 
b/dev-libs/libffi/libffi-3.2.1.ebuild
index edce72cd926..e2d64022d81 100644
--- a/dev-libs/libffi/libffi-3.2.1.ebuild
+++ b/dev-libs/libffi/libffi-3.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug pax_kernel static-libs test"
 
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1



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

2018-01-09 Thread Mike Frysinger
commit: 37480ccd8bdab3dce5734a1ef1e2f1c689c9c85e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:25:46 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:25:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37480ccd

net-libs/libtirpc: mark 1.0.2-r1 arm64/hppa/s390/sh/sparc stable

 net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
index a3acffbdaee..4921db42f15 100644
--- a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
 IUSE="ipv6 kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2018-01-09 Thread Mike Frysinger
commit: 314def93b9bf9ca5423d12336cffdc94a0c99003
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 03:28:46 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314def93

sys-apps/portage: mark 2.3.8 arm64/m68k/s390/sh stable

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

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



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

2018-01-09 Thread Mike Frysinger
commit: e29716f0ef8195b52fc4436f2315440e3bb9bcfb
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:17:39 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:18:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29716f0

dev-lang/python: mark 3.5.4-r1 arm64/m68k/s390/sh stable

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

diff --git a/dev-lang/python/python-3.5.4-r1.ebuild 
b/dev-lang/python/python-3.5.4-r1.ebuild
index 35190a8535c..559f616 100644
--- a/dev-lang/python/python-3.5.4-r1.ebuild
+++ b/dev-lang/python/python-3.5.4-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.5/3.5m"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses 
+readline sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2018-01-09 Thread Mike Frysinger
commit: e2115a84336d48f7283cfb2fe75ec69febd891f2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 10 04:16:49 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 10 04:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2115a84

app-portage/gentoolkit: mark 0.4.0 arm64/m68k/s390/sh stable

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

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
index d2b36e84cf6..23bc999bd73 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}



[gentoo-commits] proj/gnome:master commit in: scripts/

2018-01-09 Thread Mart Raudsepp
commit: db02b518fb0b9a0571578d8b4cb16efb5c7258d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 03:24:59 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 03:24:59 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=db02b518

scripts/gen_archlist.py: Add arm64

 scripts/gen_archlist.py | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py
index a9fdb87d..2d713180 100755
--- a/scripts/gen_archlist.py
+++ b/scripts/gen_archlist.py
@@ -37,11 +37,11 @@ logger = logging.getLogger('gen_archlist')
 #
 # GNOME_OVERLAY = PORTDB.getRepositoryPath('gnome')
 portage.portdb.porttrees = [portage.settings['PORTDIR']]
-STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'hppa', 'ia64', 'ppc', 'ppc64',
- 'sparc', 'x86')
-UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~hppa', '~ia64', '~m68k',
-   '~ppc', '~ppc64', '~s390', '~sh', '~sparc', '~x86',
-   '~x86-fbsd')
+STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'arm64', 'hppa', 'ia64',
+ 'ppc', 'ppc64', 'sparc', 'x86')
+UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~arm64', '~hppa', '~ia64',
+   '~m68k', '~ppc', '~ppc64', '~s390', '~sh', '~sparc',
+   '~x86', '~x86-fbsd')
 ALL_ARCHES = STABLE_ARCHES + UNSTABLE_ARCHES
 SYSTEM_PACKAGES = []
 



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

2018-01-09 Thread Mart Raudsepp
commit: d28532c6fd6c2d102048783b15f8478fc45d18ba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 02:51:37 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 02:51:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28532c6

app-arch/gnome-autoar: fix deps for USE="introspection gtk"

Closes: https://bugs.gentoo.org/644022
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild 
b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
index 82eba921fa0..5943841eaf9 100644
--- a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
+++ b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
 RDEPEND="
>=app-arch/libarchive-3.2.0
>=dev-libs/glib-2.35.6:2
-   gtk? ( >=x11-libs/gtk+-3.2:3 )
+   gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] )
introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
 "
 DEPEND="${RDEPEND}



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

2018-01-09 Thread Mart Raudsepp
commit: aad488a39b9a8c024c4e2df647891fc5f3fd3bed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 02:45:52 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 02:45:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad488a3

media-sound/rgain: use gst-plugins-meta instead of guessing what plugin 
packages are needed

mp3 decoder changed to gst-plugins-mpg123 and gst-plugins-mad will be removed, 
this
package was explicitly requesting gst-plugins-mad instead of letting 
gst-plugins-meta
handle it. Switch to meta for all of them to avoid such issues in the future 
too.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/rgain/rgain-1.2.1-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/media-sound/rgain/rgain-1.2.1-r1.ebuild 
b/media-sound/rgain/rgain-1.2.1-r1.ebuild
new file mode 100644
index 000..76302e53f21
--- /dev/null
+++ b/media-sound/rgain/rgain-1.2.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Set of programmes and Python modules to deal with Replay Gain 
information"
+HOMEPAGE="https://bitbucket.org/fk/rgain;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="flac mp3 vorbis wavpack"
+
+DEPEND=">=dev-python/docutils-0.9"
+RDEPEND="media-libs/mutagen
+   dev-python/pygobject:3[$PYTHON_USEDEP]
+   media-libs/gstreamer:1.0[introspection]
+   media-plugins/gst-plugins-meta:1.0[flac?,mp3?,vorbis?,wavpack?]
+"
+
+src_install() {
+   distutils-r1_src_install
+   doman build/man/*
+}



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

2018-01-09 Thread Mart Raudsepp
commit: 4eef13b1665ce4fac5fc96baee34906d34b2204d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 02:46:57 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 02:46:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eef13b1

media-sound/rgain: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/rgain/rgain-1.2.1.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/media-sound/rgain/rgain-1.2.1.ebuild 
b/media-sound/rgain/rgain-1.2.1.ebuild
deleted file mode 100644
index 9c0e7c069f0..000
--- a/media-sound/rgain/rgain-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Set of programmes and Python modules to deal with Replay Gain 
information"
-HOMEPAGE="https://bitbucket.org/fk/rgain;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac mp3 vorbis wavpack"
-
-DEPEND=">=dev-python/docutils-0.9"
-RDEPEND="media-libs/mutagen
-   dev-python/pygobject:3[$PYTHON_USEDEP]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-good:1.0
-   media-libs/gst-plugins-base:1.0[vorbis?]
-   flac? ( media-plugins/gst-plugins-flac:1.0 )
-   mp3? ( media-plugins/gst-plugins-mad:1.0 )
-   wavpack? ( media-plugins/gst-plugins-wavpack:1.0 )
-"
-
-src_install() {
-   distutils-r1_src_install
-   doman build/man/*
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-01-09 Thread Mart Raudsepp
commit: 5d3932d81c09472ebc6bfb5790a37579a1aa20ac
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 02:29:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 02:30:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3932d8

app-i18n/poedit: bump to 2.0.5

* Use xdg.eclass instead of deprecated fdo-mime.
* legacytm migration support is gone, remove the deps for it as per
  upstream configure.ac.
* Rely on EAPI default_src_install
* Add missing icon cache update calls

Closes: https://bugs.gentoo.org/619540
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.0.5.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 54cfcad9824..46d7822dd61 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,4 @@
 DIST poedit-1.5.5.tar.gz 2594758 BLAKE2B 
a0c833bf657bbda89b2109b6da62e6eafc9dddc5be726c9c785836dd7deb558c19b647ac2be649adb2fead4f927d1c855099bf29c5385f56379bfeaca4c802e5
 SHA512 
a3524e27681dbf97babef7bf3ec56d6b7cd736370f8ed86b53c717a5a2eb36245f9ed89fcd28b57bd4d6f5ff5fb98d6c1615baae0bf10be720dcfdafa57ad4f4
 DIST poedit-1.8.5.tar.gz 2404829 BLAKE2B 
f39a7e2e14dab9c0ed0b761a3feb271c8eb0e3b1fdc09c77c6a3dfaaa499e3419881e0959f5a53b07754810adc1518efd4c56a1bb4fd490c1e2a405a7d44ef1c
 SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 DIST poedit-1.8.7.tar.gz 2483945 BLAKE2B 
0cea4dfa19bbd7e6563a2872836cf3dd53d45de39fe65323c19daf9e87ba264f38e24a1957a391511a746be164fe8d985348c847524ea80dd99e6988176bbf73
 SHA512 
609022e696915cddb130c561c7eaa7dff76ce0458f58d9b8de34f0e8b98839cdccaf4a593e0e4eded67252cece08c61f961191f64cf4d76fa148f403d9705e68
+DIST poedit-2.0.5.tar.gz 2505740 BLAKE2B 
2a10b77a12fd0c687b8c67c23f78e8be21a64461ddd5aef0bdd10626a6926b4f86c2a5b136809b4df2e8533dbcb29d98c197b37d64ff20804986f7bff4166db2
 SHA512 
097c93306a5b1bc74c7fa0cd49bc7077046219cb1c5e07ea4a45a0487700642eced1f186810c3bf74da74b72d5ebe84efa541229589b42603cd6c678ba4d2950

diff --git a/app-i18n/poedit/poedit-2.0.5.ebuild 
b/app-i18n/poedit/poedit-2.0.5.ebuild
new file mode 100644
index 000..b5857296a23
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.0.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER=3.0-gtk3
+
+PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   econf --without-cpprest --without-cld2
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-01-09 Thread Mikle Kolyada
commit: 8b659fcb1f29fc62fbe247e5ab3440637c99d3cc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan 10 01:46:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan 10 01:46:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b659fcb

profiles/profiles.desc: switch basic no-multilib profiles to stable

 profiles/profiles.desc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 66dd7a32799..4e3223a76b1 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -27,7 +27,7 @@ amd64   
default/linux/amd64/13.0/desktop/gnome/systemd  stable
 amd64   default/linux/amd64/13.0/desktop/plasma stable
 amd64   default/linux/amd64/13.0/desktop/plasma/systemd stable
 amd64   default/linux/amd64/13.0/developer  stable
-amd64   default/linux/amd64/13.0/no-multilibdev
+amd64   default/linux/amd64/13.0/no-multilibstable
 amd64   default/linux/amd64/13.0/systemdstable
 amd64   default/linux/amd64/13.0/x32dev
 amd64   default/linux/amd64/17.0stable
@@ -40,7 +40,7 @@ amd64   
default/linux/amd64/17.0/desktop/gnome/systemd  stable
 amd64   default/linux/amd64/17.0/desktop/plasma stable
 amd64   default/linux/amd64/17.0/desktop/plasma/systemd stable
 amd64   default/linux/amd64/17.0/developer  stable
-amd64   default/linux/amd64/17.0/no-multilibdev
+amd64   default/linux/amd64/17.0/no-multilibstable
 amd64   default/linux/amd64/17.0/no-multilib/hardened   dev
 amd64   default/linux/amd64/17.0/no-multilib/hardened/selinux   dev
 amd64   default/linux/amd64/17.0/systemdstable



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/, core/var/lib/portage/

2018-01-09 Thread Anthony G. Basile
commit: 0ba773b820ac879c3ef7f935aeb05e070362240e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jan 10 01:42:06 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jan 10 01:42:38 2018 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=0ba773b8

world: add sys-block/parted at cycle 4

 core/etc/grs/world.conf| 3 +++
 core/var/lib/portage/world.CYCLE.4 | 1 +
 2 files changed, 4 insertions(+)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index e39b547..c0f8d8c 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -1321,6 +1321,9 @@ package.use : sys-auth/pambase:0 -consolekit -debug 
-gnome-keyring -minimal -mkt
 [sys-auth/skey:0]
 package.use : sys-auth/skey:0 static-libs
 
+[sys-block/parted:0]
+package.use : sys-block/parted:0 -device-mapper -selinux -static-libs debug 
nls readline
+
 [sys-boot/grub:2]
 package.use : sys-boot/grub:2 -debug -device-mapper -doc -efiemu 
-grub_platforms_coreboot -grub_platforms_efi-32 -grub_platforms_emu 
-grub_platforms_ieee1275 -grub_platforms_loongson -grub_platforms_multiboot 
-grub_platforms_qemu -grub_platforms_qemu-mips -grub_platforms_uboot 
-grub_platforms_xen -grub_platforms_xen-32 -libzfs -mount -multislot -sdl 
-static -test -truetype fonts grub_platforms_efi-64 grub_platforms_pc nls themes
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index f0fa2bb..cd9f47c 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -45,6 +45,7 @@ sys-apps/gradm
 sys-apps/less
 sys-apps/paxctl
 sys-apps/pciutils
+sys-block/parted
 sys-boot/grub
 sys-boot/lilo
 sys-devel/gdb



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

2018-01-09 Thread Anthony G. Basile
commit: 19db160752c990e5b89b17df9ad3af78600e292b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jan 10 01:42:06 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jan 10 01:42:06 2018 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=19db1607

world: add sys-block/parted at cycle 4

 core/etc/grs/world.conf| 3 +++
 core/var/lib/portage/world.CYCLE.4 | 1 +
 2 files changed, 4 insertions(+)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 5103998..78c4fa7 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -1315,6 +1315,9 @@ package.use : sys-auth/pambase:0 -consolekit -debug 
-gnome-keyring -minimal -mkt
 [sys-auth/skey:0]
 package.use : sys-auth/skey:0 static-libs
 
+[sys-block/parted:0]
+package.use : sys-block/parted:0 -device-mapper -selinux -static-libs debug 
nls readline
+
 [sys-boot/grub:2]
 package.use : sys-boot/grub:2 -debug -device-mapper -doc -efiemu 
-grub_platforms_coreboot -grub_platforms_efi-32 -grub_platforms_emu 
-grub_platforms_ieee1275 -grub_platforms_loongson -grub_platforms_multiboot 
-grub_platforms_qemu -grub_platforms_qemu-mips -grub_platforms_uboot 
-grub_platforms_xen -grub_platforms_xen-32 -libzfs -mount -multislot -sdl 
-static -test -truetype fonts grub_platforms_efi-64 grub_platforms_pc nls themes
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 1dd3231..a891066 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -45,6 +45,7 @@ sys-apps/gradm
 sys-apps/less
 sys-apps/paxctl
 sys-apps/pciutils
+sys-block/parted
 sys-boot/grub
 sys-boot/lilo
 sys-devel/gdb



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

2018-01-09 Thread Zac Medico
commit: 363aaf3b3d782bd2a52025106ffabf64f22e6ec5
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jan 10 00:50:49 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan 10 01:19:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363aaf3b

dev-python/cherrypy: version bump to 13.1.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/cherrypy/Manifest   |  1 +
 dev-python/cherrypy/cherrypy-13.1.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/cherrypy/Manifest b/dev-python/cherrypy/Manifest
index 491ab74e9a6..92b58fc6a54 100644
--- a/dev-python/cherrypy/Manifest
+++ b/dev-python/cherrypy/Manifest
@@ -1 +1,2 @@
+DIST CherryPy-13.1.0.tar.gz 687221 BLAKE2B 
ab9c8f50026e26d171877e4e68f1c5a53fa8519190bcc577e12999cdf8a7f52be37f4ba9ed83a276a9f33676839ec63bff68aa8f9f51ddf15557e09123bf2530
 SHA512 
c32cf009d6a5b557560a00cde0f47a01ae481c7f60b7f340e5c99bf2d7c757e7c7cbf3ef2f4f71c172057aa09ca332f2d211cc97623ea29ba9f17287c7bc42dd
 DIST CherryPy-3.8.0.tar.gz 433711 BLAKE2B 
e1b4a554138a61e8c6313c3055723583d812e573a352d67bd5448f799e4f2f22694b800810b53cd041c665e46d9555b471d1da91c252ade96459778d7a5c07fa
 SHA512 
25f84093e30d814c0980f7d77b98492113470c3297c66ee8652e40650757f8e2b7db01bb8de6d7a1ea9b4bed8b764502b1f563ac6f0d082970bc2d46739d19c2

diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild 
b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
new file mode 100644
index 000..02dfe13cae1
--- /dev/null
+++ b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_P="CherryPy-${PV}"
+
+DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
+HOMEPAGE="http://www.cherrypy.org/ https://pypi.python.org/pypi/CherryPy;
+SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/cheroot-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/portend-2.1.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.11.0[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
+   dev-python/path-py[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   # UnicodeEncodeError: 'ascii' codec can't encode character u'\u2603' in 
position 0: ordinal not in range(128)
+   sed -e 
's|@pytest.mark.xfail(py27_on_windows|@pytest.mark.xfail(sys.version_info < 
(3,)|' \
+   -i cherrypy/test/test_static.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test -v || die "tests failed under ${EPTYHON}"
+}



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

2018-01-09 Thread Zac Medico
commit: 33bf6c2c9cc6a3ef75ed1c84cbe2687e19ae7972
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan  9 23:34:24 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan 10 01:19:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bf6c2c

dev-python/portend: new package

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/portend/Manifest   |  1 +
 dev-python/portend/metadata.xml   | 12 
 dev-python/portend/portend-2.2.ebuild | 26 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest
new file mode 100644
index 000..0c788ac69e6
--- /dev/null
+++ b/dev-python/portend/Manifest
@@ -0,0 +1 @@
+DIST portend-2.2.tar.gz 7974 BLAKE2B 
77ffcf02b65f276a5ca1f1bdd76afd54e8f6afcb1c55b6948862017f973772dfe65c9b934ffbc98d2f36f799131d23d4a7128f46e46183010def8936f2dd0bad
 SHA512 
1782132b0dec5b678892190b70ab795b1748dfa17e257b6655fc803f0cf19652725778cd329c3609353f969959501dd11fd2b9726cfcdf2c58689e2ce280c146

diff --git a/dev-python/portend/metadata.xml b/dev-python/portend/metadata.xml
new file mode 100644
index 000..530cb9c31df
--- /dev/null
+++ b/dev-python/portend/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   portend
+   jaraco/portend
+   
+

diff --git a/dev-python/portend/portend-2.2.ebuild 
b/dev-python/portend/portend-2.2.ebuild
new file mode 100644
index 000..4260f3a92b0
--- /dev/null
+++ b/dev-python/portend/portend-2.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="TCP port monitoring utilities"
+HOMEPAGE="https://pypi.python.org/pypi/portend 
https://github.com/jaraco/portend;
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die "tests failed under ${EPTYHON}"
+}



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

2018-01-09 Thread Zac Medico
commit: 1bf19530ae5772c77097ca961a5a0fbcad1cceef
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan  9 23:49:36 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan 10 01:19:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf19530

dev-python/cheroot: new package

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/cheroot/Manifest |  1 +
 dev-python/cheroot/cheroot-6.0.0.ebuild | 30 ++
 dev-python/cheroot/metadata.xml | 12 
 3 files changed, 43 insertions(+)

diff --git a/dev-python/cheroot/Manifest b/dev-python/cheroot/Manifest
new file mode 100644
index 000..dc780ea428b
--- /dev/null
+++ b/dev-python/cheroot/Manifest
@@ -0,0 +1 @@
+DIST cheroot-6.0.0.tar.gz 62763 BLAKE2B 
0946c01c6a6233dc60ca3dd896c3d1dbc0feb97d5099d88598db340a8812b2be4cb076383c0e39d30cd2c6fd3402e048b716a02e82bec8ce08d5b8fca4b1be0f
 SHA512 
0109fbf3b73ed3f12261eaa3c6d86b6c6b80a1ba3564548ba3288aa6c61a1c08db60886e677991bf7997e6a5b1ec7767a3e06098ec1748453e72c40fda7b82a7

diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild 
b/dev-python/cheroot/cheroot-6.0.0.ebuild
new file mode 100644
index 000..5d94442756c
--- /dev/null
+++ b/dev-python/cheroot/cheroot-6.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by 
CherryPy."
+HOMEPAGE="http://www.cherrypy.org/ https://pypi.python.org/pypi/Cheroot 
https://github.com/cherrypy/cheroot;
+SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/portend[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "tests failed under ${EPTYHON}"
+}

diff --git a/dev-python/cheroot/metadata.xml b/dev-python/cheroot/metadata.xml
new file mode 100644
index 000..c8449665a6e
--- /dev/null
+++ b/dev-python/cheroot/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   Cheroot
+   cherrypy/cheroot
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-cdr/brasero/

2018-01-09 Thread Mart Raudsepp
commit: 2d553fee664ac42ed7afbed9ea967a8185ced681
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 00:26:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 00:59:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d553fee

app-cdr/brasero: replace deprecated gst-plugins-mad dependency with 
gst-plugins-meta[mp3]

Bug: https://bugs.gentoo.org/639210
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-cdr/brasero/brasero-3.12.2-r1.ebuild | 74 
 1 file changed, 74 insertions(+)

diff --git a/app-cdr/brasero/brasero-3.12.2-r1.ebuild 
b/app-cdr/brasero/brasero-3.12.2-r1.ebuild
new file mode 100644
index 000..ddad861d80a
--- /dev/null
+++ b/app-cdr/brasero/brasero-3.12.2-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="CD/DVD burning application for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Brasero;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
+IUSE="+css +introspection +libburn mp3 nautilus packagekit playlist test 
tracker"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.29.14:2
+   >=x11-libs/gtk+-3:3[introspection?]
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=dev-libs/libxml2-2.6:2
+   >=x11-libs/libnotify-0.6.1:=
+
+   media-libs/libcanberra[gtk3]
+   x11-libs/libICE
+   x11-libs/libSM
+
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+   libburn? (
+   >=dev-libs/libburn-0.4:=
+   >=dev-libs/libisofs-0.6.4:= )
+   nautilus? ( >=gnome-base/nautilus-2.91.90 )
+   playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= )
+   tracker? ( >=app-misc/tracker-1:0= )
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/gst-plugins-good:1.0
+   media-plugins/gst-plugins-meta:1.0[mp3?]
+   x11-themes/hicolor-icon-theme
+   css? ( media-libs/libdvdcss:1.2 )
+   !libburn? (
+   app-cdr/cdrdao
+   app-cdr/dvd+rw-tools
+   virtual/cdrtools )
+   packagekit? ( app-admin/packagekit-base )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   >=dev-util/gtk-doc-am-1.12
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( app-text/docbook-xml-dtd:4.3 )
+"
+# eautoreconf deps
+#  app-text/yelp-tools
+#  gnome-base/gnome-common
+
+PDEPEND="gnome-base/gvfs"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-caches \
+   $(use_enable !libburn cdrtools) \
+   $(use_enable !libburn cdrkit) \
+   $(use_enable !libburn cdrdao) \
+   $(use_enable !libburn growisofs) \
+   $(use_enable introspection) \
+   $(use_enable libburn libburnia) \
+   $(use_enable nautilus) \
+   $(use_enable playlist) \
+   $(use_enable tracker search)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-01-09 Thread Thomas Deutschmann
commit: bf652b623e97c17f90c2abede9a247a64b7857a0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jan 10 00:46:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jan 10 00:46:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf652b62

sys-firmware/intel-microcode: amd64/x86 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-firmware/intel-microcode/intel-microcode-20180108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild
index 968efe5324a..ac2bcc44f59 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz;
 
 LICENSE="intel-ucode"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="initramfs monolithic +split-ucode"
 REQUIRED_USE="|| ( initramfs monolithic split-ucode )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-01-09 Thread Thomas Deutschmann
commit: 03040571481e27e7176bf21dcc072bde7e24918f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jan 10 00:45:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jan 10 00:45:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040571

sys-firmware/intel-microcode: Bump to v20180108

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-firmware/intel-microcode/Manifest  |  1 +
 .../intel-microcode-20180108.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 27d1b399f22..fd559a8df6f 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -11,3 +11,4 @@ DIST microcode-20170707.tgz 2908882 BLAKE2B 
545d94ee9292d1ba730932f11660d0e0378b
 DIST microcode-20171117.tgz 3594762 BLAKE2B 
7a02c28ec6b9b22a367f8fd7d59f244d0195fef3b256fa2542bca734026e869fdefc7b368a230e94ac0554473d18d1b80aa00511ad4ab6580279f512a106c17d
 SHA512 
b1f09dd7bb04c00e456e34bf42bf786c780aba6d2ef3231a45769216a093876e9bb15123c82ddb7d8ef5426fe10b946509f363770af3b4eba16ba76043a064b4
 DIST microcode-20171117_p20171215-r1.tgz 1477015 BLAKE2B 
3911aed3bbbd350be69a99bc855cdec6e8dc2a77f64c4d3a6c1aa24455d5c97eb1c03917eddb4cac2018f6da20a1751cc819a5f27f866f64fc56c7279b5ca40f
 SHA512 
05466e16f9778a3ab148fa5485cd605bca7990067040aa9133ec4c3c1b007519cb260fe8811b44df1192ca0e84237f00d7afccfa11103f3dd4a99c08c692ecb0
 DIST microcode-20171117_p20171215.tgz 1468587 BLAKE2B 
58777a39f843ae880f7dd8971a9570dbfc176d69541bb9d3cdc948d7be71a7df2559265fb1c8a199bc7567bb5a60176ade1d2c36624d0193dbac98d82401d0dd
 SHA512 
25db94dbf18b1fea9497ec1e61bb5349d7bc78b0578d8869546bc3ec579b96bee7cd62657e66ebd3d4616805e85d790ac7ee7c0fed70b5db30236ffd12b33293
+DIST microcode-20180108.tgz 3676678 BLAKE2B 
197e0188e516a3071be9e2e7a6261d78208613db8b746c7df533ce37884197dbd06a4e6ab027cbddba38903f590130f2d974e46da8fbab0613561523653460ab
 SHA512 
f4010d83353948df27beeb804ef11e4f019f63397a4936f9d139e2842f7944d1ae864b9376987eaffc7db5b97201d5de2f4c1d7cc6b0f545ae15ec53a61fce2b

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild
new file mode 100644
index 000..968efe5324a
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20180108.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+NUM="27431"
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM};
+SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz;
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="initramfs monolithic +split-ucode"
+REQUIRED_USE="|| ( initramfs monolithic split-ucode )"
+
+DEPEND="initramfs? ( sys-apps/iucode_tool )"
+RDEPEND="!

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

2018-01-09 Thread Kent Fredric
commit: 6803db54cf54d9d92cddcbad77b85e85b070d36f
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 10 00:25:33 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:25:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6803db54

dev-perl/Sys-SigAction: Bump to version 0.230.0

- EAPI6
- Enable Parallel Tests

Upstream:
- Fix interpolation in Makefile.PL
- use warnings
- Skip various tests on arm
- More tests

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Sys-SigAction/Manifest |  1 +
 dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/dev-perl/Sys-SigAction/Manifest b/dev-perl/Sys-SigAction/Manifest
index fa225d9fe2e..6028af17945 100644
--- a/dev-perl/Sys-SigAction/Manifest
+++ b/dev-perl/Sys-SigAction/Manifest
@@ -1 +1,2 @@
 DIST Sys-SigAction-0.20.tar.gz 22094 BLAKE2B 
1cfe80933705c078c7db644b5ee000d3967e0082e2cc0d16cb20db03c90e4a2d808a021d2144baa9ebdcde735d232edd0a1fe5560262a6883ca547e7e903c9de
 SHA512 
e9a601e59dce17b58f525a6323fe87cca968db1142905eb69167d849039014521115d87ffc594fd67df2ec3072e8fc82aaefbf8671f8c9598c1792f6850c4370
+DIST Sys-SigAction-0.23.tar.gz 25621 BLAKE2B 
7be0c51e62badbdb79bfe1aa88a7e403479fa84365c3e4ddb98cb639b0002aba9a2306f12c15c2c33907643d29569a2bee8d54af0c7e8a7328c51bffdbac27a0
 SHA512 
04248c7b055efe15264a05677ab37a217828df518195308b3f46e5c415f8b1aef6578d1b79798ac38e4c9df7323f37ae10ce753189196edb75369bd6ec8ac309

diff --git a/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild 
b/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild
new file mode 100644
index 000..1b7aa084a76
--- /dev/null
+++ b/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LBAXTER
+DIST_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="Perl extension for Consistent Signal Handling"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE=""



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

2018-01-09 Thread Kent Fredric
commit: 4b7f87227650c99a95368abe692795dafc0c63c3
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan  9 20:46:36 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:05:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7f8722

dev-perl/Sub-Quote: Bump to version 2.4.0

Upstream:
- Test improvements
- Propagate packages to deferred subs even when unnamed
- Reject invalid attributes
- Include line numbers of compile errors

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Sub-Quote/Manifest   |  1 +
 dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Sub-Quote/Manifest b/dev-perl/Sub-Quote/Manifest
index 4931d03022a..9ec4ee0548a 100644
--- a/dev-perl/Sub-Quote/Manifest
+++ b/dev-perl/Sub-Quote/Manifest
@@ -1 +1,2 @@
 DIST Sub-Quote-2.003001.tar.gz 19131 BLAKE2B 
20ae1ffacd8f2d582cac67671ece00ce34cad0fd28ec9e76effa26a07fc655bbc4ecf9ba2bc814eaa0325ac9ae0fd7fb4617d91e5c69e9442513ccc98d574985
 SHA512 
cd24460e52b68955a460accf673a58235c8f846285a01862198bbb4f6c5718f2977e615099da7eb54a41d76ae75fd7167c7d682c14f6819e65c83f163189dd49
+DIST Sub-Quote-2.004000.tar.gz 20363 BLAKE2B 
0697f2a0a9aec799161289bee34f991fc86eb59e23a72f300f207ba80608d8f96653222dd8fb2393085cf052b875e9861bf6f34f9c099d1258bb36a0db3d63f5
 SHA512 
222354896728154da7bfc6ef9d4562430ab250b1e1169330f63b43eef01527785c1c8559c5eb77a8d42484187be74a9ff97b325bb2404a205a6d4b990f8656c5

diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild 
b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
new file mode 100644
index 000..c2f3eb2a2f0
--- /dev/null
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.004000
+inherit perl-module
+
+DESCRIPTION="Efficient generation of subroutines via string eval"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+   !=dev-perl/Sub-Name-0.80.0
+   )
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/Test-Fatal-0.3.0
+   >=virtual/perl-Test-Simple-0.940.0
+   )
+"



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

2018-01-09 Thread Kent Fredric
commit: 5c9246295aab396be6cb6d253faa2900738d93dc
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan  9 20:34:29 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:05:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c924629

dev-perl/String-CRC32: Bump to version 1.600.0

- EAPI6

Upstream:
- Packaging fixes

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/String-CRC32/Manifest|  1 +
 dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-perl/String-CRC32/Manifest b/dev-perl/String-CRC32/Manifest
index f7bc8b8d07b..40f96a74a33 100644
--- a/dev-perl/String-CRC32/Manifest
+++ b/dev-perl/String-CRC32/Manifest
@@ -1 +1,2 @@
 DIST String-CRC32-1.5.tar.gz 6990 BLAKE2B 
41a50b6c9898737c2c5d0cb8b879fbcad4af82a5573d182e2d356886470808011076625c6f604d233f4c23738aa2d940f9e8c1f70d9fb4c24757fad837021c22
 SHA512 
dacde8a8618dedc1107394ab06db5ab421d025ebef1626c3f6a8e35261256d0017c7165a56d6463e3f0481cae2b408502713fa3b77f8f041a6bf8fc1f48e8707
+DIST String-CRC32-1.6.tar.gz 7713 BLAKE2B 
9b976be73e7781beccada0c2c0bf535f5d23ada71840fce82f1915bbf0f2c5ddeb9d4ec50b89e396b9ef373826961fc4f78e9a0e5df38823a482d939bf35e769
 SHA512 
e8915066edca5407de5c42cf6ec6367cfc8662d3c353ee7b9150e372fccbca136946a8e30ec18f4ccba3a08d4864387f3cad01b3b0117e019927b72c9081fe39

diff --git a/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild 
b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild
new file mode 100644
index 000..4a2831c6ee9
--- /dev/null
+++ b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=1.6
+inherit perl-module
+
+DESCRIPTION="Perl interface for cyclic redundancy check generation"
+
+LICENSE="public-domain"
+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=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Highlight-Engine-Simple/files/, ...

2018-01-09 Thread Kent Fredric
commit: ce0869b99ae5cc12d93cc7cb906a01f2e97cb011
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan  9 23:12:03 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:05:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0869b9

dev-perl/Syntax-Highlight-Engine-Simple: Bump to version 0.101.0

Upstream:
- Packaging changes

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Syntax-Highlight-Engine-Simple/Manifest   |  1 +
 .../Syntax-Highlight-Engine-Simple-0.101.0.ebuild  | 21 +
 ...ax-Highlight-Engine-Simple-0.101-noreadme.patch | 34 ++
 3 files changed, 56 insertions(+)

diff --git a/dev-perl/Syntax-Highlight-Engine-Simple/Manifest 
b/dev-perl/Syntax-Highlight-Engine-Simple/Manifest
index 958c086f0fd..ba0f4d45a4b 100644
--- a/dev-perl/Syntax-Highlight-Engine-Simple/Manifest
+++ b/dev-perl/Syntax-Highlight-Engine-Simple/Manifest
@@ -1,2 +1,3 @@
 DIST Syntax-Highlight-Engine-Simple-0.09.tar.gz 17185 BLAKE2B 
f27078f5a98cdccfc63566020934448d271b80f1fb2c24898b8ea445ee1f5dbb10cbd888f34f42e54d18b8943185d02b5616d0c08ad8bfdd4513f0a0f057adbc
 SHA512 
14130e2bcc80a6c9b06f5ddb07a7bc50c6c60d508e3d2483a8ee2926671272ced0750be261558a5b22133d82d7677b754689a5322e971965846d1bba7b2ad73a
 DIST Syntax-Highlight-Engine-Simple-0.10.tar.gz 17499 BLAKE2B 
57f1061cf800a8617d65ca182c1cc24a48794b0dfd0e5306e45640d5131ba7019a1dc2607d8ca46d94802edcf605959b255b56f2ef6cbdb18febe654c12ee788
 SHA512 
e891b648464a9b0896bb269398054da5b92b18f53c4554819f2fbe4a4601d8bcffc4691b1b04019b05b96279a1799f109f60bae84248dd25de148069d1485f12
+DIST Syntax-Highlight-Engine-Simple-0.101.tar.gz 17993 BLAKE2B 
2bff7a0bf050d65308004605f04871edda13df49d1aee7a684232eac9eb5cc1f6b4cb6e03da331c049add8cb1c883a33afb527fccd82801848e87edd527c1a9d
 SHA512 
b4df159eef2799c68237de54462913e1d06b1e767d36fec6cf78e45d5c673c78e187fb452d85a51a5e4afb01d1724306f8fb0e8324a47d6edc9cae753bac04ed

diff --git 
a/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild
 
b/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild
new file mode 100644
index 000..c00ef3c1a76
--- /dev/null
+++ 
b/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.101
+DIST_AUTHOR=AKHUETTEL
+inherit perl-module
+
+DESCRIPTION="Simple Syntax Highlight Engine"
+IUSE="test"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+PATCHES=( "${FILESDIR}/${PN}-0.101-noreadme.patch" )

diff --git 
a/dev-perl/Syntax-Highlight-Engine-Simple/files/Syntax-Highlight-Engine-Simple-0.101-noreadme.patch
 
b/dev-perl/Syntax-Highlight-Engine-Simple/files/Syntax-Highlight-Engine-Simple-0.101-noreadme.patch
new file mode 100644
index 000..526df2f4053
--- /dev/null
+++ 
b/dev-perl/Syntax-Highlight-Engine-Simple/files/Syntax-Highlight-Engine-Simple-0.101-noreadme.patch
@@ -0,0 +1,34 @@
+From b9cb3a0501fe2095ec8f482d97149e47569bb43b Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 10 Jan 2018 11:02:33 +1300
+Subject: Add INSTALL.SKIP to dist to avoid installing README.pod
+
+As currently, it installs as:
+
+  Syntax/Highlight/Engine/README.pod
+---
+ INSTALL.SKIP | 1 +
+ MANIFEST | 1 +
+ 2 files changed, 2 insertions(+)
+ create mode 100644 INSTALL.SKIP
+
+diff --git a/INSTALL.SKIP b/INSTALL.SKIP
+new file mode 100644
+index 000..4fd94be
+--- /dev/null
 b/INSTALL.SKIP
+@@ -0,0 +1 @@
++README\.pod$
+diff --git a/MANIFEST b/MANIFEST
+index 65659c1..4657038 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -1,4 +1,5 @@
+ Changes
++INSTALL.SKIP
+ lib/Syntax/Highlight/Engine/Simple.pm
+ Makefile.PL
+ MANIFEST
+-- 
+2.15.1
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Highlight-Engine-Simple-Perl/files/, ...

2018-01-09 Thread Kent Fredric
commit: 3f177e4190e6a1203a27a560579c92e401a46977
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 10 00:05:33 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:05:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f177e41

dev-perl/Syntax-Highlight-Engine-Simple-Perl: Bump to version 0.50.0

- EAPI6
- Enable tests

Upstream:
- Stop using Module::Build
- Packaging fixes

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Syntax-Highlight-Engine-Simple-Perl/Manifest   |  1 +
 ...ntax-Highlight-Engine-Simple-Perl-0.50.0.ebuild | 26 +
 ...ighlight-Engine-Simple-Perl-0.05-noreadme.patch | 34 ++
 .../metadata.xml   |  4 +++
 4 files changed, 65 insertions(+)

diff --git a/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Manifest 
b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Manifest
index fae4b353137..7cdb20e1fbe 100644
--- a/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Manifest
+++ b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Manifest
@@ -1 +1,2 @@
 DIST Syntax-Highlight-Engine-Simple-Perl-0.02.tar.gz 6044 BLAKE2B 
bf3a2d5618217cb7661f3d9420ae3f08e35e3cef0b46d9c6285a56f242a529db2d7ad8b45ba940bcfad0e4b1838b899ca7f90214b1d2c0abd77b53d8572abb86
 SHA512 
12fb404a4330a15f419850d2efcdbb4a74907625096c37d00586a5c2000850218adb434b6659acb6641bb7f6bbbc607b9b1e7e2b26c0268a82f493fcac48dfe4
+DIST Syntax-Highlight-Engine-Simple-Perl-0.05.tar.gz 7226 BLAKE2B 
564d138b6213eb59dc8d70faef85286a5713c3cc373fe86a3fed59d2871fb6ed44cf35796b1005d373074488f4bfbe2709abc719f2d0bdbd73035bda8aeaa053
 SHA512 
90bdaa0eaebec75f61d8c3407d15b27b1f6b22f5d5cdbe85850e4bc8dd735989d6a7d2a78ee8e76a009869d9c72d26e8db1e08fb7e872e5bd1e9867266a1daa1

diff --git 
a/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Syntax-Highlight-Engine-Simple-Perl-0.50.0.ebuild
 
b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Syntax-Highlight-Engine-Simple-Perl-0.50.0.ebuild
new file mode 100644
index 000..994b6542e02
--- /dev/null
+++ 
b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/Syntax-Highlight-Engine-Simple-Perl-0.50.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.05
+
+inherit perl-module
+
+DESCRIPTION="Experimental Perl code highlighting class"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/Syntax-Highlight-Engine-Simple-0.20.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+PATCHES=( "${FILESDIR}/${PN}-0.05-noreadme.patch" )
+PERL_RM_FILES=( "t/perlcritic.t" "t/perlcriticrc" "t/pod-coverage.t" "t/pod.t" 
)

diff --git 
a/dev-perl/Syntax-Highlight-Engine-Simple-Perl/files/Syntax-Highlight-Engine-Simple-Perl-0.05-noreadme.patch
 
b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/files/Syntax-Highlight-Engine-Simple-Perl-0.05-noreadme.patch
new file mode 100644
index 000..7b5fa132487
--- /dev/null
+++ 
b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/files/Syntax-Highlight-Engine-Simple-Perl-0.05-noreadme.patch
@@ -0,0 +1,34 @@
+From 029a20d2800c96528adfcd5053cf3298a58cd886 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 10 Jan 2018 12:31:22 +1300
+Subject: Add INSTALL.SKIP to avoid installing README.pod
+
+As currently, it installs as:
+
+  Syntax/Highlight/Engine/Simple/README.pod
+---
+ INSTALL.SKIP | 1 +
+ MANIFEST | 1 +
+ 2 files changed, 2 insertions(+)
+ create mode 100644 INSTALL.SKIP
+
+diff --git a/INSTALL.SKIP b/INSTALL.SKIP
+new file mode 100644
+index 000..4fd94be
+--- /dev/null
 b/INSTALL.SKIP
+@@ -0,0 +1 @@
++README\.pod$
+diff --git a/MANIFEST b/MANIFEST
+index abb2ea0..382c93f 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -1,4 +1,5 @@
+ Changes
++INSTALL.SKIP
+ lib/Syntax/Highlight/Engine/Simple/Perl.pm
+ Makefile.PL
+ MANIFEST
+-- 
+2.15.1
+

diff --git a/dev-perl/Syntax-Highlight-Engine-Simple-Perl/metadata.xml 
b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/metadata.xml
index 51930499ab6..747983ec9d1 100644
--- a/dev-perl/Syntax-Highlight-Engine-Simple-Perl/metadata.xml
+++ b/dev-perl/Syntax-Highlight-Engine-Simple-Perl/metadata.xml
@@ -5,4 +5,8 @@
p...@gentoo.org
Gentoo Perl Project

+   
+   Syntax-Highlight-Engine-Simple-Perl
+   Syntax::Highlight::Engine::Simple::Perl
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-Progressive/

2018-01-09 Thread Kent Fredric
commit: 357ec8ed02926026f544a796b9888b5b31106a96
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan  9 20:42:06 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:05:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357ec8ed

dev-perl/Sub-Exporter-Progressive: Bump to version 0.1.13

- EAPI6
- Cull author tests

Upstream:
- Performance improvements
- Avoid warnings about special variables used only once

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Sub-Exporter-Progressive/Manifest |  1 +
 .../Sub-Exporter-Progressive-0.1.13.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/Sub-Exporter-Progressive/Manifest 
b/dev-perl/Sub-Exporter-Progressive/Manifest
index e8f3036cc6c..fe7223f5047 100644
--- a/dev-perl/Sub-Exporter-Progressive/Manifest
+++ b/dev-perl/Sub-Exporter-Progressive/Manifest
@@ -1 +1,2 @@
 DIST Sub-Exporter-Progressive-0.001011.tar.gz 5829 BLAKE2B 
5e5ff8589fad5570f60e1179fa8ced0ffc80f3dfb395cdcf84594fb76477a61b3a19e8fa612dc5ae3f4c2d14ae950cd6da439c6be40a371c1f30546052d3ba1e
 SHA512 
897c93813aa0e0e5a7337eea861230a3180bdf9c7983f035c9afbee9d56992ab707456ee7ceb392b31d0fa9ef0138bcab36b3a4efcd03f98ccc022e799601daa
+DIST Sub-Exporter-Progressive-0.001013.tar.gz 13468 BLAKE2B 
fa89dabd394888994df760982526139e6afece0f012b7aa269b354519966f9f3ed0549a2c148403eb23fd7446037931d49b7c3d5dcf5511ffe43367ab23e4aaf
 SHA512 
28d0ac6a380a4fc1515bd69320bcfd073c0c0e92ea34bb924972aa46fb2f6912485d686f0eca5d5b885d8b06927250dfaacd1a7ff86ba029f879a183cba546c4

diff --git 
a/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild 
b/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild
new file mode 100644
index 000..3f3a9834dd6
--- /dev/null
+++ b/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FREW
+DIST_VERSION=0.001013
+inherit perl-module
+
+DESCRIPTION="Only use Sub::Exporter if you need it"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   dev-perl/Sub-Exporter
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+"
+PERL_RM_FILES=( "t/author-pod-syntax.t" "t/release-changes_has_content.t" )



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

2018-01-09 Thread Kent Fredric
commit: 13a6e7ac56fcbdd8356c213af078f7f713257c86
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 10 00:18:38 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a6e7ac

dev-perl/Sys-MemInfo: Bump to version 0.990.0

- EAPI6

Upstream:
- Fix compilation on some linux kernels

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Sys-MemInfo/Manifest   |  1 +
 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-perl/Sys-MemInfo/Manifest b/dev-perl/Sys-MemInfo/Manifest
index 7f72788c61d..fbe3314609c 100644
--- a/dev-perl/Sys-MemInfo/Manifest
+++ b/dev-perl/Sys-MemInfo/Manifest
@@ -1 +1,2 @@
 DIST Sys-MemInfo-0.98.tar.gz 13213 BLAKE2B 
10a7f9820aac1e70b635a531f6d77e8c00d490783be51ab2c2dc778b67a14c62ed5d8e004045f408281d3843d756a2e090b32418f8188c3d07a7d1f50572c23e
 SHA512 
06f3d5d5678832c688dae6b50392cfe549a105359be5d868d020bbb34839216ded7138cac1788d398330deaf260789e91a7a2c3f4998af1ddedf33006c31e1d4
+DIST Sys-MemInfo-0.99.tar.gz 13276 BLAKE2B 
f45ebe017ff40cd612d69b9e804348bed8b78526c18b308a16accf7ffeec1263c2bd8ac6de8ffdf25f9c4e01562a9aa91563f159f0e76268e4bc4f188654a814
 SHA512 
ad0f8a12db7f7c643d0eb2d68fb1dcbff43928b786d390243e89d88537bd99360f88af177678ce5141e3870224da80ea5a432c465e8c7ec384abd21014c0e1c0

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
new file mode 100644
index 000..4c21321b7e4
--- /dev/null
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SCRESTO
+DIST_VERSION=0.99
+inherit perl-module
+
+DESCRIPTION="Memory informations"
+
+LICENSE="LGPL-2.1 ${LICENSE}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""



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

2018-01-09 Thread Kent Fredric
commit: 5a3370f4472f4fc4af7102432a109b97bfec3c5e
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan  9 19:32:35 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 00:05:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3370f4

dev-perl/Sphinx-Search: Bump to version 0.310.0

- Cleanup author tests

Upstream:
- Fix excess warnings
- Fix connect retry implementation

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Sphinx-Search/Manifest|  1 +
 .../Sphinx-Search/Sphinx-Search-0.310.0.ebuild | 35 ++
 dev-perl/Sphinx-Search/metadata.xml|  1 +
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Sphinx-Search/Manifest b/dev-perl/Sphinx-Search/Manifest
index aa84946555a..6cf2a263e74 100644
--- a/dev-perl/Sphinx-Search/Manifest
+++ b/dev-perl/Sphinx-Search/Manifest
@@ -1 +1,2 @@
 DIST Sphinx-Search-0.29.tar.gz 30731 BLAKE2B 
97c22f752d0d14131b85ae9200c0013b841d879ca595d2c46cae75bffc255dced9b568308debed046db8bf8709f4ddc227a078b3ff64e409c570a1b134686b41
 SHA512 
8ab9b99de110108046b566ea8fddae354fce64d61ffc2b194ed196259d98fcff66f95a19ff61dd099393cdc18befd83484b5b5526830b87840a17a3468a08182
+DIST Sphinx-Search-0.31.tar.gz 30630 BLAKE2B 
f6b8d62ea6e1773d8ea8e661dbdbfd2ce33ea72f9453ecde9e4199000b7310734eebb61de563b370a25cd30cd699971ab9f8db0a25b591b97006c1a9088a42af
 SHA512 
688dea30b0daa421defd097cff179321a5f8bbc7979b567accc4b387a28dd73b321486571b822d9394c456c71b9ceb07fbb242ea5e8eee525ceba81f258ef39d

diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.310.0.ebuild 
b/dev-perl/Sphinx-Search/Sphinx-Search-0.310.0.ebuild
new file mode 100644
index 000..b392258fa47
--- /dev/null
+++ b/dev-perl/Sphinx-Search/Sphinx-Search-0.310.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JJSCHUTZ
+DIST_VERSION=0.31
+inherit perl-module
+
+DESCRIPTION="Perl API client for Sphinx search engine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Class-Accessor
+   dev-perl/DBI
+   virtual/perl-Data-Dumper
+   virtual/perl-Encode
+   dev-perl/List-MoreUtils
+   dev-perl/File-SearchPath
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Math-BigInt
+   dev-perl/Path-Class
+   virtual/perl-Socket
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+PERL_RM_FILES=( "t/pod-coverage.t" "t/pod.t" "t/boilerplate.t" )

diff --git a/dev-perl/Sphinx-Search/metadata.xml 
b/dev-perl/Sphinx-Search/metadata.xml
index e686433dfd9..6a0dbf9d78a 100644
--- a/dev-perl/Sphinx-Search/metadata.xml
+++ b/dev-perl/Sphinx-Search/metadata.xml
@@ -7,5 +7,6 @@
   
   
 Sphinx-Search
+Sphinx::Search
   
 



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

2018-01-09 Thread Mike Frysinger
commit: 333b1e3a9086215ff466114e1762172ef3124ee3
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue Jan  9 23:40:41 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333b1e3a

sys-apps/iproute2: clean up scripts to use /bin/sh only

 .../files/iproute2-4.14.1-posix-shell.patch|  65 +
 sys-apps/iproute2/iproute2-4.14.1-r4.ebuild| 153 +
 2 files changed, 218 insertions(+)

diff --git a/sys-apps/iproute2/files/iproute2-4.14.1-posix-shell.patch 
b/sys-apps/iproute2/files/iproute2-4.14.1-posix-shell.patch
new file mode 100644
index 000..e5efc9068ce
--- /dev/null
+++ b/sys-apps/iproute2/files/iproute2-4.14.1-posix-shell.patch
@@ -0,0 +1,65 @@
+https://marc.info/?l=linux-netdev=151554000532498=2
+
+From aec69bbc285e5498add5384b6018564355594233 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Tue, 9 Jan 2018 18:16:53 -0500
+Subject: [PATCH iproute2] ifcfg/rtpr: convert to POSIX shell
+
+These files are already mostly written in POSIX shell, so convert their
+shebangs to /bin/sh and tweak the few bashisms in here.
+
+URL: https://crbug.com/756559
+Reported-by: Pat Erley 
+Signed-off-by: Mike Frysinger 
+---
+ ip/ifcfg | 12 ++--
+ ip/rtpr  |  2 +-
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/ip/ifcfg b/ip/ifcfg
+index 851b9215ab63..5b34decd4480 100644
+--- a/ip/ifcfg
 b/ip/ifcfg
+@@ -1,3 +1,3 @@
+-#! /bin/bash
++#! /bin/sh
+ 
+ CheckForwarding () {
+@@ -7,7 +7,7 @@ CheckForwarding () {
+   fwd=0
+   if [ -d $sbase ]; then
+ for dir in $sbase/*/forwarding; do
+-  fwd=$[$fwd + `cat $dir`]
++  fwd=$(( fwd + $(cat "$dir") ))
+ done
+   else
+ fwd=2
+@@ -128,12 +128,12 @@ fi
+ arping -q -A -c 1 -I $dev $ipaddr
+ noarp=$?
+ ( sleep 2 ;
+-  arping -q -U -c 1 -I $dev $ipaddr ) >& /dev/null /dev/null 2>&1 & /dev/null
+-ip route add unreachable 255.255.255.255 >& /dev/null
++ip route add unreachable 224.0.0.0/24 >/dev/null 2>&1
++ip route add unreachable 255.255.255.255 >/dev/null 2>&1
+ if [ "`ip link ls $dev | grep -c MULTICAST`" -ge 1 ]; then
+-  ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
++  ip route add 224.0.0.0/4 dev $dev scope global >/dev/null 2>&1
+ fi
+ 
+ if [ $fwd -eq 0 ]; then
+diff --git a/ip/rtpr b/ip/rtpr
+index 192a476f817e..7e48674bcf53 100644
+--- a/ip/rtpr
 b/ip/rtpr
+@@ -1,3 +1,3 @@
+-#! /bin/bash
++#! /bin/sh
+ 
+ exec tr "[]" "[
+-- 
+2.15.1
+

diff --git a/sys-apps/iproute2/iproute2-4.14.1-r4.ebuild 
b/sys-apps/iproute2/iproute2-4.14.1-r4.ebuild
new file mode 100644
index 000..c9c21b326b4
--- /dev/null
+++ b/sys-apps/iproute2/iproute2-4.14.1-r4.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic multilib
+
+if [[ ${PV} == "" ]] ; then
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git"
+   inherit git-r3
+else
+   SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="kernel routing and traffic control utilities"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="atm berkdb +iptables ipv6 minimal selinux"
+
+# We could make libmnl optional, but it's tiny, so eh
+RDEPEND="
+   !net-misc/arpd
+   !minimal? ( net-libs/libmnl virtual/libelf )
+   iptables? ( >=net-firewall/iptables-1.4.20:= )
+   berkdb? ( sys-libs/db:= )
+   atm? ( net-dialup/linux-atm )
+   selinux? ( sys-libs/libselinux )
+"
+# We require newer linux-headers for ipset support #549948 and some defines 
#553876
+DEPEND="
+   ${RDEPEND}
+   app-arch/xz-utils
+   iptables? ( virtual/pkgconfig )
+   >=sys-devel/bison-2.4
+   sys-devel/flex
+   >=sys-kernel/linux-headers-3.16
+   elibc_glibc? ( >=sys-libs/glibc-2.7 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907
+   "${FILESDIR}"/${P}-fix-tc-actions.patch
+   "${FILESDIR}"/${P}-configure-nomagic.patch # bug 643722
+   "${FILESDIR}"/${P}-posix-shell.patch
+)
+
+src_prepare() {
+   if ! use ipv6 ; then
+   PATCHES+=(
+   "${FILESDIR}"/${PN}-4.11.0-no-ipv6.patch #326849
+   )
+   fi
+
+   default
+
+   sed -i \
+   -e '/^CC :\?=/d' \
+   -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \
+   -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \
+   -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
+   -e "/^WFLAGS/s:-Werror::" \
+   -e "/^DBM_INCLUDE/s:=.*:=${T}:" \
+   Makefile || die
+
+   # Use /run instead of 

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

2018-01-09 Thread William Hubbs
commit: 918d955fd2de1f594b83508f5ddd5271534e3591
Author: William Hubbs  gmail  com>
AuthorDate: Tue Jan  9 23:20:39 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jan  9 23:25:28 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=918d955f

checkpath: use lchown instead of chown

Checkpath should never follow symbolic links when changing ownership of a file.

This is for https://github.com/openrc/openrc/issues/195.

 src/rc/checkpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index b1509940..8846761b 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -168,7 +168,7 @@ static int do_check(char *path, uid_t uid, gid_t gid, 
mode_t mode,
return -1;
}
einfo("%s: correcting owner", path);
-   if (chown(path, uid, gid)) {
+   if (lchown(path, uid, gid)) {
eerror("%s: chown: %s", applet, strerror(errno));
return -1;
}



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

2018-01-09 Thread Mike Frysinger
commit: 2e8d58a9e9b5ec8c60fcd9308df33de796659a7b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:12:32 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:12:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8d58a9

sys-apps/gentoo-functions: mark 0.12 m68k/s390/sh stable

 sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
index a3dfd9021b9..b790ea18149 100644
--- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/gentoo/${PN}.git;
 else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 
 inherit toolchain-funcs flag-o-matic



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

2018-01-09 Thread Mike Frysinger
commit: 2e03e940bf1fb651ae4af78222edbb844632ddf5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:11:42 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:11:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e03e940

app-admin/eselect: mark 1.4.8 m68k/s390/sh stable

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

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



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

2018-01-09 Thread Mike Frysinger
commit: 89723f966f0e1d27b5b9f5d88da4930f39ae6511
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:09:21 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:10:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89723f96

sys-apps/grep: mark 3.1 m68k/s390/sh stable

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

diff --git a/sys-apps/grep/grep-3.0.ebuild b/sys-apps/grep/grep-3.0.ebuild
index 26fb14cd91a..087dc86877e 100644
--- a/sys-apps/grep/grep-3.0.ebuild
+++ b/sys-apps/grep/grep-3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



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

2018-01-09 Thread Sergei Trofimovich
commit: a05332599b1f351ec6043914c3e61e3ce8dd1efa
Author: Azamat Khudaygulov  hudaygulov  ru>
AuthorDate: Tue Jan  9 21:58:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 23:09:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0533259

dev-lang/crystal: Fix build with doc use flag

In PR https://github.com/crystal-lang/crystal/pull/5217 directory doc
renamed to docs

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6810

 dev-lang/crystal/crystal-0.24.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/crystal/crystal-0.24.1.ebuild 
b/dev-lang/crystal/crystal-0.24.1.ebuild
index 5436a7888dd..d4dafefe6d4 100644
--- a/dev-lang/crystal/crystal-0.24.1.ebuild
+++ b/dev-lang/crystal/crystal-0.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -62,7 +62,7 @@ src_compile() {
CRYSTAL_PATH=src \
CRYSTAL_CONFIG_VERSION=${PV} \
CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal"
-   use doc && emake doc
+   use doc && emake docs
 }
 
 src_test() {
@@ -93,7 +93,7 @@ src_install() {
 
if use doc ; then
docinto api
-   dodoc -r doc/.
+   dodoc -r docs/.
fi
 
newbashcomp etc/completion.bash ${PN}



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

2018-01-09 Thread Sergei Trofimovich
commit: 5f7fe4beb0939d19be32efdb8bd436f189f9b55c
Author: Azamat Khudaygulov  hudaygulov  ru>
AuthorDate: Tue Jan  9 22:22:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 23:09:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7fe4be

dev-util/shards: version bump to 0.7.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6811

 dev-util/shards/Manifest|  1 +
 dev-util/shards/shards-0.7.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index ac13c119bd8..3661248d644 100644
--- a/dev-util/shards/Manifest
+++ b/dev-util/shards/Manifest
@@ -3,3 +3,4 @@ DIST shards-0.6.2.tar.gz 26589 BLAKE2B 
aa0c90c1acac8cbfed4c909007e2ef3abd168a315
 DIST shards-0.6.3.tar.gz 26826 BLAKE2B 
846e591159f10e418a464ced9078ef21dc8ae11c4ea2fccf619ce7a2ea38a7fff52f1c2be59a3c29e10d0d579fb589963865ec0c62e6fb546f21cb6ddc2668bc
 SHA512 
c9ef7f41dc1feb223fbaa22bc60546a6152eae44ecead6afc3ca5ed68ffb8640444efdf7817dc77f6507200993b6213293e24e006ebb483e804342b877d81c78
 DIST shards-0.6.4.tar.gz 26916 BLAKE2B 
d8ea6dd7796964220ff24d413a8e3af5379b52a4ad857537c2f9147ff16b1d389e07af3402a2b4d3e15b07021d6087ec9b76dc18f2de12e4585e9b896974bb0b
 SHA512 
56475ab8287f469ec0b97d9ad7fcc36e75da8a4cd3fbddadfaf0156b6b0ede25331634bb3b41fa3e4b3c46adcd881838fe56c56de6e5bbf30d03e3106458e820
 DIST shards-0.7.1.tar.gz 29722 BLAKE2B 
60b09254aa9ba6fae558665b669571038f5a841394e9d6fb54d0c6e7d8447d028c5bd66c849cd8dde902579f17a718aae2c718bb4057144c8d7851f30a90e024
 SHA512 
9371df40a5c5f0f809c5febcbdede6c743e2a0f1898d648ecb8c2be69ed746bdb879eb3653cd2c7aacd43148ac8536c401b119fcf63039b866e284e8003e73ee
+DIST shards-0.7.2.tar.gz 30398 BLAKE2B 
bf89f978cf9d4687902a8de4222f2c2121a52574c7f1ce46130a97c5770889693efc5d3fcc35208d6b1f23930f83fb98ba8f10391920ff0418c6d28eb810d6a8
 SHA512 
a99648ae292095278578e47971b556a0da90743db62689a76aae9eab986ad2185ad7adc13c4340f12fce835c5383d8aac93e35258d01fa658e521314eafaf942

diff --git a/dev-util/shards/shards-0.7.2.ebuild 
b/dev-util/shards/shards-0.7.2.ebuild
new file mode 100644
index 000..43d89d4cedb
--- /dev/null
+++ b/dev-util/shards/shards-0.7.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Dependency manager for the Crystal language"
+HOMEPAGE="https://github.com/crystal-lang/shards;
+SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   >dev-lang/crystal-0.11.1[yaml]
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT=test # missing files in tarball
+
+src_install() {
+   dobin bin/${PN}
+   dodoc README.md
+}



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

2018-01-09 Thread Mike Frysinger
commit: fcd730aff09a9dd7f7a719b8c79756b8d34a30d4
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:08:35 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:08:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd730af

app-editors/nano: mark 2.8.7 alpha/arm/arm64/m68k/s390/sh stable

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

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



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

2018-01-09 Thread Mike Frysinger
commit: 692585dfa619e1d82f23f894de75b3fdb3522cda
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:06:04 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:06:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692585df

sys-libs/zlib: mark 1.2.11-r1 arm64/m68k/s390/sh stable

 sys-libs/zlib/zlib-1.2.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.2.11-r1.ebuild 
b/sys-libs/zlib/zlib-1.2.11-r1.ebuild
index c45f5607c6a..78681fd43a2 100644
--- a/sys-libs/zlib/zlib-1.2.11-r1.ebuild
+++ b/sys-libs/zlib/zlib-1.2.11-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://zlib.net/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="minizip static-libs"
 
 DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )"



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

2018-01-09 Thread Mike Frysinger
commit: 6d3568a5c225166e9005527fad5fffa0ad77e7d1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:00:31 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:03:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3568a5

net-misc/suite3270: version bump to 3.5_p12

 net-misc/suite3270/Manifest |   1 +
 net-misc/suite3270/suite3270-3.5_p12.ebuild | 103 
 2 files changed, 104 insertions(+)

diff --git a/net-misc/suite3270/Manifest b/net-misc/suite3270/Manifest
index 9a4f08d803b..1ef79d9979e 100644
--- a/net-misc/suite3270/Manifest
+++ b/net-misc/suite3270/Manifest
@@ -1,2 +1,3 @@
 DIST suite3270-3.4ga10-src.tgz 3398730 BLAKE2B 
4adc02b416d5fbf2facbf4e42c58a2bd3ed551ce46494ece039ef129663957632316882d5a5b28e272fa47010105a3682618b8ac2d355e745c576af74d0bb310
 SHA512 
d9ed4aa41c45a2e961d5c2d0c00c6b81526da64b9c1765b0c5e39cb647157026a787db2054b2feb55c57e5a458a31062141471447b1177fd46cbbeb7d71e3f28
 DIST suite3270-3.5ga10-src.tgz 3412329 BLAKE2B 
c9ed308cf970da150da985d76ec377c83a03041eddfcbad9baa7211776a7b68292109cccb2ec250952edb77eeca79143137eb8a94da8b774e952c3e5790c6231
 SHA512 
0cce1212ca7589595cd2f775d18086f231a9e6d621716be5a41123a379358d9ac08c9668de2bd6a2e401ae54d12a4905c3c260cb7ba90482bbce6790d8e3efb8
+DIST suite3270-3.5ga12-src.tgz 3412286 BLAKE2B 
5602f8bbe7b916a977c97848ff9a413a873f61e1c0c62b8c118dc43703adcd4a668e3cc301f9e37a139eebeeae44aca3cdedd0c10de15870ad8ead00d783e1ef
 SHA512 
c7cb25b5c82b0d7ccac8c3ed17317a5a5ebce24fb32dcdfcaf7158157578617a7bccc265fdb67fce0557caa9c75d1afc2d8152a06b98af43ad9a9e29b5f2a267

diff --git a/net-misc/suite3270/suite3270-3.5_p12.ebuild 
b/net-misc/suite3270/suite3270-3.5_p12.ebuild
new file mode 100644
index 000..b3723ee2447
--- /dev/null
+++ b/net-misc/suite3270/suite3270-3.5_p12.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_PV=${PV/_p/ga}
+MY_P=${PN}-${MY_PV}
+SUB_PV=${PV:0:3}
+
+S=${WORKDIR}/${PN}-${SUB_PV}
+
+# only the x3270 package installs fonts
+FONT_PN="x3270"
+FONT_S="${S}/${FONT_PN}"
+
+inherit eutils font
+
+DESCRIPTION="Complete 3270 access package"
+HOMEPAGE="http://x3270.bgp.nu/;
+SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+IUSE="cjk doc ncurses ssl tcl X"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+   ncurses? (
+   sys-libs/ncurses:=
+   sys-libs/readline:0=
+   )
+   tcl? ( dev-lang/tcl:0 )"
+DEPEND="${RDEPEND}
+   X? (
+   x11-misc/xbitmaps
+   x11-proto/xproto
+   app-text/rman
+   x11-apps/mkfontdir
+   x11-apps/bdftopcf
+   )"
+
+suite3270_makelist() {
+   echo pr3287 s3270 \
+   $(usex ncurses c3270 '') \
+   $(usex tcl tcl3270 '') \
+   $(usex X x3270 '')
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.5_p8-tinfo.patch
+
+   # Some subdirs (like c3270/x3270/s3270) install the same set of data 
files
+   # (they have the same contents).  Wrap that in a retry to avoid errors.
+   cat <<-EOF > _install
+   #!/bin/sh
+   for n in 1 2 3 4 5; do
+   install "\$@" && exit
+   echo "retrying ..."
+   done
+   exit 1
+   EOF
+   chmod a+rx _install
+   # Can't use the $INSTALL var as top level configure also uses it.
+   # https://sourceforge.net/p/x3270/bugs/15/
+   export ac_cv_path_install="${S}/_install"
+}
+
+src_configure() {
+   echo "${INSTALL}"
+   econf \
+   --cache-file="${S}"/config.cache \
+   --enable-s3270 \
+   --enable-pr3287 \
+   $(use_enable ncurses c3270) \
+   $(use_enable tcl tcl3270) \
+   $(use_enable X x3270) \
+   $(use_with X x) \
+   $(use_with X fontdir "${FONTDIR}")
+}
+
+src_install() {
+   use X && dodir "${FONTDIR}"
+   emake DESTDIR="${D}" install{,.man}
+
+   local p
+   for p in $(suite3270_makelist) ; do
+   cd "${S}/${p}"
+   docinto ${p}
+   dodoc README*
+   use doc && dohtml html/*
+   done
+
+   use X && font_src_install
+}
+
+pkg_postinst() { use X && font_pkg_postinst ; }
+pkg_postrm() { use X && font_pkg_postrm ; }



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

2018-01-09 Thread Mike Frysinger
commit: ce751e23cfd8ac6d01e0120768a2c37246cbb9e2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:00:12 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:03:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce751e23

net-misc/suite3270: mark 3.5_p10 stable for all

 net-misc/suite3270/suite3270-3.5_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/suite3270/suite3270-3.5_p10.ebuild 
b/net-misc/suite3270/suite3270-3.5_p10.ebuild
index f1c8a5a4473..54e2cc5b3a5 100644
--- a/net-misc/suite3270/suite3270-3.5_p10.ebuild
+++ b/net-misc/suite3270/suite3270-3.5_p10.ebuild
@@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ppc s390 sparc x86"
 IUSE="cjk doc ncurses ssl tcl X"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )



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

2018-01-09 Thread Mike Frysinger
commit: 4a7c89ae1ddeed6da492e9e435ac02f700580330
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  9 23:02:26 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  9 23:03:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7c89ae

net-misc/suite3270: version bump to 3.6_p4

 net-misc/suite3270/Manifest|   1 +
 net-misc/suite3270/suite3270-3.6_p4.ebuild | 103 +
 2 files changed, 104 insertions(+)

diff --git a/net-misc/suite3270/Manifest b/net-misc/suite3270/Manifest
index 1ef79d9979e..6665d3354d2 100644
--- a/net-misc/suite3270/Manifest
+++ b/net-misc/suite3270/Manifest
@@ -1,3 +1,4 @@
 DIST suite3270-3.4ga10-src.tgz 3398730 BLAKE2B 
4adc02b416d5fbf2facbf4e42c58a2bd3ed551ce46494ece039ef129663957632316882d5a5b28e272fa47010105a3682618b8ac2d355e745c576af74d0bb310
 SHA512 
d9ed4aa41c45a2e961d5c2d0c00c6b81526da64b9c1765b0c5e39cb647157026a787db2054b2feb55c57e5a458a31062141471447b1177fd46cbbeb7d71e3f28
 DIST suite3270-3.5ga10-src.tgz 3412329 BLAKE2B 
c9ed308cf970da150da985d76ec377c83a03041eddfcbad9baa7211776a7b68292109cccb2ec250952edb77eeca79143137eb8a94da8b774e952c3e5790c6231
 SHA512 
0cce1212ca7589595cd2f775d18086f231a9e6d621716be5a41123a379358d9ac08c9668de2bd6a2e401ae54d12a4905c3c260cb7ba90482bbce6790d8e3efb8
 DIST suite3270-3.5ga12-src.tgz 3412286 BLAKE2B 
5602f8bbe7b916a977c97848ff9a413a873f61e1c0c62b8c118dc43703adcd4a668e3cc301f9e37a139eebeeae44aca3cdedd0c10de15870ad8ead00d783e1ef
 SHA512 
c7cb25b5c82b0d7ccac8c3ed17317a5a5ebce24fb32dcdfcaf7158157578617a7bccc265fdb67fce0557caa9c75d1afc2d8152a06b98af43ad9a9e29b5f2a267
+DIST suite3270-3.6ga4-src.tgz 3288095 BLAKE2B 
34245d6050f7d70ef6195dc669fea55eed70cb9b6c616a4bc88bc52bcfd9d837e527debc87eba4ccdc47c4a453e16749c23b9618d5bf4198e4131573f437209b
 SHA512 
5309c4b4ad0d730033166b0bdb7638bba5fc00908776a229d5f0a131f72741897a0bf6b86dee3b1c9f3d480dc4f23e03e812d3349cec7094908c6a54a87d5ccb

diff --git a/net-misc/suite3270/suite3270-3.6_p4.ebuild 
b/net-misc/suite3270/suite3270-3.6_p4.ebuild
new file mode 100644
index 000..b3723ee2447
--- /dev/null
+++ b/net-misc/suite3270/suite3270-3.6_p4.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_PV=${PV/_p/ga}
+MY_P=${PN}-${MY_PV}
+SUB_PV=${PV:0:3}
+
+S=${WORKDIR}/${PN}-${SUB_PV}
+
+# only the x3270 package installs fonts
+FONT_PN="x3270"
+FONT_S="${S}/${FONT_PN}"
+
+inherit eutils font
+
+DESCRIPTION="Complete 3270 access package"
+HOMEPAGE="http://x3270.bgp.nu/;
+SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+IUSE="cjk doc ncurses ssl tcl X"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+   ncurses? (
+   sys-libs/ncurses:=
+   sys-libs/readline:0=
+   )
+   tcl? ( dev-lang/tcl:0 )"
+DEPEND="${RDEPEND}
+   X? (
+   x11-misc/xbitmaps
+   x11-proto/xproto
+   app-text/rman
+   x11-apps/mkfontdir
+   x11-apps/bdftopcf
+   )"
+
+suite3270_makelist() {
+   echo pr3287 s3270 \
+   $(usex ncurses c3270 '') \
+   $(usex tcl tcl3270 '') \
+   $(usex X x3270 '')
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.5_p8-tinfo.patch
+
+   # Some subdirs (like c3270/x3270/s3270) install the same set of data 
files
+   # (they have the same contents).  Wrap that in a retry to avoid errors.
+   cat <<-EOF > _install
+   #!/bin/sh
+   for n in 1 2 3 4 5; do
+   install "\$@" && exit
+   echo "retrying ..."
+   done
+   exit 1
+   EOF
+   chmod a+rx _install
+   # Can't use the $INSTALL var as top level configure also uses it.
+   # https://sourceforge.net/p/x3270/bugs/15/
+   export ac_cv_path_install="${S}/_install"
+}
+
+src_configure() {
+   echo "${INSTALL}"
+   econf \
+   --cache-file="${S}"/config.cache \
+   --enable-s3270 \
+   --enable-pr3287 \
+   $(use_enable ncurses c3270) \
+   $(use_enable tcl tcl3270) \
+   $(use_enable X x3270) \
+   $(use_with X x) \
+   $(use_with X fontdir "${FONTDIR}")
+}
+
+src_install() {
+   use X && dodir "${FONTDIR}"
+   emake DESTDIR="${D}" install{,.man}
+
+   local p
+   for p in $(suite3270_makelist) ; do
+   cd "${S}/${p}"
+   docinto ${p}
+   dodoc README*
+   use doc && dohtml html/*
+   done
+
+   use X && font_src_install
+}
+
+pkg_postinst() { use X && font_pkg_postinst ; }
+pkg_postrm() { use X && font_pkg_postrm ; }



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

2018-01-09 Thread Sergei Trofimovich
commit: 2cc5109466845296bb28fedb8c1b4c6ca94d8ed1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  9 22:54:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 22:58:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc51094

x11-libs/wxGTK: stable 3.0.3 for ia64, bug #643956

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
index 70185a1c9f0..c5c8e01c960 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge
https://dev.gentoo.org/~leio/distfiles/wxGTK-3.0.3_p20180104.tar.xz
doc? ( 
https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2
 )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff"
 
 SLOT="3.0"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2018-01-09 Thread Sergei Trofimovich
commit: e81dba767d75a37f3702d83e60bde0861790f5dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  9 22:54:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 22:58:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81dba76

app-i18n/fcitx: stable 4.2.9.5 for ppc/ppc64, bug #643960

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 app-i18n/fcitx/fcitx-4.2.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx/fcitx-4.2.9.5.ebuild 
b/app-i18n/fcitx/fcitx-4.2.9.5.ebuild
index 64e45d7da44..5fe6492b498 100644
--- a/app-i18n/fcitx/fcitx-4.2.9.5.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.9.5.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="BSD-1 GPL-2+ LGPL-2+ MIT"
 SLOT="4"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE="+X +autostart +cairo debug +enchant gtk2 +gtk3 +introspection lua nls 
opencc +pango qt4 static-libs +table test +xml"
 REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-cloudpinyin/

2018-01-09 Thread Sergei Trofimovich
commit: 0d61b95d37e73dc8e37e5c2026591788da1a34b7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  9 22:55:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 22:58:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d61b95d

app-i18n/fcitx-cloudpinyin: stable 0.3.6 for ppc/ppc64, bug #643960

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild 
b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild
index 39dfd8f3b81..536cf3cafca 100644
--- a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild
+++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=app-i18n/fcitx-4.2.9:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt5/

2018-01-09 Thread Sergei Trofimovich
commit: 5d686fc2b74c6b26545c6e65ea0f26ca711fada4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  9 22:55:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 22:58:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d686fc2

app-i18n/fcitx-qt5: stable 1.2.1 for ppc/ppc64, bug #643960

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild 
b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild
index a4d2b415636..c353b639401 100644
--- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild
+++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+"
 SLOT="4"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 # Private headers of dev-qt/qtgui:5 used.



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/

2018-01-09 Thread Sergei Trofimovich
commit: ccf8b47ec2f412f10a79ee74c0a4172e24e2c096
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  9 22:55:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 22:58:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf8b47e

app-i18n/fcitx-unikey: stable 0.2.7 for ppc/ppc64, bug #643960

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
index 91310095346..90b847f553d 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-2+ GPL-3+ LGPL-2+"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="+macro-editor"
 
 RDEPEND=">=app-i18n/fcitx-4.2.9:4



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

2018-01-09 Thread Sebastian Pipping
commit: 1382ff9a78e3ba9f5242929be41ad4923d8bf0ea
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Jan  9 22:53:02 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Jan  9 22:53:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1382ff9a

dev-python/html2text: 2018.1.9

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/html2text/Manifest  |  1 +
 dev-python/html2text/html2text-2018.1.9.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index 5d83167d505..95baa60b4a8 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1,2 +1,3 @@
 DIST html2text-2016.5.29.tar.gz 46879 BLAKE2B 
0e7ccae7ae4d90fb202d9fdb8edd81f74b204f81c2410f345eb923fe610f61fab6ba71bcc95138fb3706ee51007a2c72c76497cee48818032934e7f809fd46ae
 SHA512 
58b71fda6ea6fd1a71dec757c91cf342265a2c89ff5c45e752436068419fb6c1faa1ca0d5a6baafaaa60186a85aefdd840989177ce30e55bcda1c6209fc375be
 DIST html2text-2017.10.4.tar.gz 50527 BLAKE2B 
96b7060761a629cf4313104323517c4a9070aabfa02be43e80c89b56b92329785817abc7ab9fef4a8537cbde4a797926d3c1d444c11f3db6112074a31d8a8e61
 SHA512 
c7f9b765572b5eac72837aa757f0be07df0270b49f9b3a3ec8c3c65ff929505166b0510c106116ffdca484b56120b6c162f86b600d88a5a35e86d06cd6b6fa19
+DIST html2text-2018.1.9.tar.gz 51181 BLAKE2B 
ab96b4eff7dcc1541a150f3d0fb470040da9eb193ec1a57789bc87bdd5b32875af0c6d3e377475d53c75edd29d01f5ba9becbe4ad363f4375d62e0314010b1e4
 SHA512 
17c9a4064b69fc7bf20d22564074b5c0855598a4675fc019656c78caec70427e111424bd0f31bd07c57402ceda9086919c1fc65c901798735be5270a7f1d820b

diff --git a/dev-python/html2text/html2text-2018.1.9.ebuild 
b/dev-python/html2text/html2text-2018.1.9.ebuild
new file mode 100644
index 000..45203c6e8c7
--- /dev/null
+++ b/dev-python/html2text/html2text-2018.1.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
+HOMEPAGE="https://github.com/Alir3z4/html2text 
https://pypi.python.org/pypi/html2text;
+SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/feedparser[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+
+DOCS=( AUTHORS.rst ChangeLog.rst README.md )
+
+src_prepare() {
+   default
+
+   # naming conflict with app-text/html2text, bug 421647
+   sed -i 's/html2text=html2text.cli:main/py\0/' setup.py || die
+}
+
+python_test() {
+   "${PYTHON}" test/test_html2text.py -v || die "tests failed with 
${EPYTHON}"
+}



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

2018-01-09 Thread Nicolas Bock
commit: f6c1e0b71a45718cb72c700f6abaf05d974486d6
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Jan  9 22:49:52 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Jan  9 22:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c1e0b7

media-gfx/shotwell: Version bump to shotwell-0.27.3

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.27.3.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 8570abe1f8e..b9ded129eb6 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -8,3 +8,4 @@ DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 
0ca9ecf6e96019aa8e9bd4bae09d1b888902
 DIST shotwell-0.27.0.tar.xz 5574988 BLAKE2B 
30ab9ebe5fa12f8d7be3775d044b983c644b1b88e6ca4a69522db0c3859f55846b785761ced8e1af8da8c4ec72c4b46925c6a77dd2f995936c12638913856c2c
 SHA512 
e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb
 DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507abd2a5447696b60ce4400cf835dd484b39e737ec7659a8744e0a5f72b9e9a561fb297db6f256db7008ca5e4b2ae0d8
 SHA512 
b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6
 DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b
+DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275

diff --git a/media-gfx/shotwell/shotwell-0.27.3.ebuild 
b/media-gfx/shotwell/shotwell-0.27.3.ebuild
new file mode 100644
index 000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.27.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/gcr-3[gtk]
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.10.4
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.42.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.14.0:3[X]
+   dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



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

2018-01-09 Thread Agostino Sarubbo
commit: ab0ee4ec71a82ee237b65f74f85ac7a2ee47e1b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan  9 22:39:46 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan  9 22:39:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0ee4ec

sys-kernel/vanilla-sources: Automated version bump to 3.16.53 - remove old.

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-3.16.52.ebuild => vanilla-sources-3.16.53.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 5b076712ccd..16ecdc7cb1b 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,7 +4,7 @@ DIST linux-4.1.tar.xz 83017828 BLAKE2B 
d1dc4e458db191f16306b3d2d7eb60ef5e0430740
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 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.52.xz 1833560 BLAKE2B 
05df3cf9d7d2f47f7dba1b3336b5ff5dc59b14279496b92d2b784f6623b7f5e0575f703d0dda8e063bc32252c2628f9f0dcd8efcb11cf3758cb983fc81339be8
 SHA512 
a97bbd057f7576731d24fa45daaeee35c989dc2bd2959acec1a52cf985267d7819fe0055e51500a92a9d31a9eb23945e9dd60b0d97694807ea925adc2149be0f
+DIST patch-3.16.53.xz 1861772 BLAKE2B 
4f575ae7d31911628052f56d1fef2ec8d8e9de9a8794752cec55d354234becc267d1af4fc4e0f58034096d09a9131270ce2089bf34a7cbb822989b97e65fa6d4
 SHA512 
2b703e84be6814f696a0929b9d5d352a01a75442a1992a7008c73cbdf5dc8049db7768f34984eff26fe207938948721ac1bdf7688024174d9173067dd7563bfd
 DIST patch-3.2.98.xz 1866168 BLAKE2B 
a36f145ce8ce5d70d106c9eda04ffe8be6c9caf234fbab6068b151e6128ca82dba5d776e08f25afead30b064230585de0209bf4067f19386ff6902230787a736
 SHA512 
7e1bfa08987ec1115ea20b9c27946326c8c1b6849ab025c0b72e741eafd462e173931a3bc8b483527c148e0f32859d34f96c1a895d08d8b117a63b08d281d319
 DIST patch-4.1.48.xz 1286376 BLAKE2B 
bc72b596f8fadaadeca4d4424465220e8ea2a9e96b51a718ee537ee7586c99dc796920ec760d7e351ee1d32a289fc06f0407bc5e85c3578be4bf3f062ffc7ebc
 SHA512 
6bdab31db1f64f311b6181efa6b3a104a92be0e438e1f1c01cdec121bded8fe6cdc3340400a2249b3796cab454d81a0a19293adb07d40d52fd3d6ac1fe9963f9
 DIST patch-4.14.12.xz 382328 BLAKE2B 
e8b00bc08e38bc6377f58e75532643aad394dc3b9ffcade6fcbe56e9a74f97a991ac37daaedfa09a661801958d2f9e6a0c08612b2cb5c4447a072d125375
 SHA512 
b11b91503c9eb879b79cb16683204f5dbb467aac62dcfc1b025f889dc38016d990c0fd1879210226430e9f9ac6e168439b13603781188d67d213b12a334b4e5b

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



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

2018-01-09 Thread Sergei Trofimovich
commit: dae2ff941112d03a0a44a2f9947b5ee73af0d6d3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jan  9 17:04:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 22:25:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae2ff94

x11-libs/wxGTK: stable 3.0.3 for sparc, bug #643956

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
index de1be47b0a0..70185a1c9f0 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge
https://dev.gentoo.org/~leio/distfiles/wxGTK-3.0.3_p20180104.tar.xz
doc? ( 
https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2
 )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff"
 
 SLOT="3.0"



  1   2   3   >