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

2018-03-05 Thread Michał Górny
commit: 681b97be92fb9a9510cb05cd20cff0980301ee17
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sun Mar  4 09:29:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  5 16:27:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681b97be

app-emulation/fuse: remove old version 1.4.0

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

 app-emulation/fuse/Manifest  |  1 -
 app-emulation/fuse/fuse-1.4.0.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 8df76452aa8..8903efc7746 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.4.0.tar.gz 1652821 BLAKE2B 
b7d8c5cd8c5fb13e0770296283c9d2a114057c83e29bacc1d99933b338011ce255b5df34b6039bcf03410af46bf586cb6d6ec038d53b8e83bad2308d2ed1
 SHA512 
e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001
 DIST fuse-1.5.0.tar.gz 1619748 BLAKE2B 
6ffbea1c7a6572f2cdd3d293a438f6e37da2eadf299396358bed2e65db3aa9720333b62b28b4f0064ec5434c99a6a0b790737230f8ec0c01f96e50f594305bd1
 SHA512 
c13fdef6b23377e7d2b53e7f5b2db01447d12eafc0b9114fd8b83cd5058964a655a720810ab7dc6a6e1a1d9a33ffc787b5e46bf54df1259f4ba0ff78c3189421
 DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 
4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346
 SHA512 
d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4

diff --git a/app-emulation/fuse/fuse-1.4.0.ebuild 
b/app-emulation/fuse/fuse-1.4.0.ebuild
deleted file mode 100644
index 818bbdff2be..000
--- a/app-emulation/fuse/fuse-1.4.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
-HOMEPAGE="http://fuse-emulator.sourceforge.net";
-SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa ao fbcon gpm gtk joystick memlimit png sdl svga X xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="^^ ( X fbcon gtk sdl svga )"
-
-RDEPEND=">=app-emulation/libspectrum-1.4.0
-   dev-libs/glib:2
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   gpm? ( sys-libs/gpm )
-   gtk? ( x11-libs/gtk+:3 )
-   joystick? ( media-libs/libjsw )
-   png? ( media-libs/libpng:0= sys-libs/zlib )
-   sdl? ( media-libs/libsdl )
-   svga? ( media-libs/svgalib )
-   X? ( x11-libs/libX11
-   x11-libs/libXext )
-   xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
-   fbcon? ( virtual/linux-sources )
-   dev-lang/perl
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_configure() {
-   local guiflag
-
-   if use gtk; then
-   guiflag=""
-   elif use sdl; then
-   guiflag="--with-sdl"
-   elif use X; then
-   guiflag="--without-gtk"
-   elif use svga; then
-   guiflag="--with-svgalib"
-   elif use fbcon; then
-   guiflag="--with-fb"
-   fi
-
-   econf \
-   --without-win32 \
-   ${guiflag} \
-   $(use_with alsa) \
-   $(use_with ao libao) \
-   $(use_with gpm) \
-   $(use_with joystick) \
-   $(use_enable joystick ui-joystick) \
-   $(use_enable memlimit smallmem) \
-   $(use_with png) \
-   $(use_with xml libxml2)
-}



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

2018-03-05 Thread Tobias Klausmann
commit: 04b55abf4c1cfc2464e8a5f3521fd259f6085d15
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b55abf

dev-libs/mm-1.4.2-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648230

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

diff --git a/dev-libs/mm/mm-1.4.2-r2.ebuild b/dev-libs/mm/mm-1.4.2-r2.ebuild
index 7548eeccd4e..529649998db 100644
--- a/dev-libs/mm/mm-1.4.2-r2.ebuild
+++ b/dev-libs/mm/mm-1.4.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.ossp.org/pkg/lib/mm/${P}.tar.gz";
 
 LICENSE="mm"
 SLOT="1.2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 src_prepare() {



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

2018-03-05 Thread Tobias Klausmann
commit: 4e52ef8d22f36854895b3a41f9f7c15809b0c7ca
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e52ef8d

media-libs/libdc1394-2.2.5-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648110

 media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild 
b/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
index e66eea98db4..8f622c8d938 100644
--- a/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
+++ b/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: c65db7436b5d00c04560fdf48ff2e4e38f8d6694
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65db743

sys-apps/hwids-20171003-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648322

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

diff --git a/sys-apps/hwids/hwids-20171003.ebuild 
b/sys-apps/hwids/hwids-20171003.ebuild
index 80c0211ae37..03b4277f644 100644
--- a/sys-apps/hwids/hwids-20171003.ebuild
+++ b/sys-apps/hwids/hwids-20171003.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
 else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



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

2018-03-05 Thread Tobias Klausmann
commit: 6f1e78e638ed0bbde1ffb4e069291d153fe942b6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1e78e6

mail-client/sylpheed-3.6.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648514

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

diff --git a/mail-client/sylpheed/sylpheed-3.6.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
index 36b66531ccc..98b90da3496 100644
--- a/mail-client/sylpheed/sylpheed-3.6.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
 
 CDEPEND="net-libs/liblockfile



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

2018-03-05 Thread Tobias Klausmann
commit: 9c84f162242eb05e4cb321dcbf2782c9f86cd54d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c84f162

dev-db/unixODBC-2.3.5-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648806

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

diff --git a/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild
index f6f19799ccd..007a894e64b 100644
--- a/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+minimal odbcmanual static-libs unicode"
 
 RDEPEND="



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contacts/

2018-03-05 Thread Andreas Sturmlechner
commit: f7725c206ad9def4f6de1f51a23184a710c09849
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  5 17:13:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  5 17:13:31 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7725c20

kde-apps/akonadi-contacts: Drop unused DEPEND

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-apps/akonadi-contacts/akonadi-contacts-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-.ebuild 
b/kde-apps/akonadi-contacts/akonadi-contacts-.ebuild
index 10d9fd57f8..d3fe1edad4 100644
--- a/kde-apps/akonadi-contacts/akonadi-contacts-.ebuild
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-.ebuild
@@ -30,7 +30,6 @@ DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep prison)
$(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtdbus)



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

2018-03-05 Thread Tobias Klausmann
commit: 1d6848ef2aba331e02a08d53f73bf048a82e986f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:49 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6848ef

net-mail/dovecot-2.2.34-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648894

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

diff --git a/net-mail/dovecot/dovecot-2.2.34.ebuild 
b/net-mail/dovecot/dovecot-2.2.34.ebuild
index 3deb4877168..021cb8adcb5 100644
--- a/net-mail/dovecot/dovecot-2.2.34.ebuild
+++ b/net-mail/dovecot/dovecot-2.2.34.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://www.dovecot.org/";
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"



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

2018-03-05 Thread Tobias Klausmann
commit: 95a3676b124df0a5d8ae77ef6becf0bd88037838
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:49 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a3676b

x11-terms/eterm-0.9.6-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648882

 x11-terms/eterm/eterm-0.9.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/eterm/eterm-0.9.6-r1.ebuild 
b/x11-terms/eterm/eterm-0.9.6-r1.ebuild
index 977fce0b8ea..f7d66b42b04 100644
--- a/x11-terms/eterm/eterm-0.9.6-r1.ebuild
+++ b/x11-terms/eterm/eterm-0.9.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~ppc-macos ~x86-macos"
 IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
 
 RDEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: 4148207da03815869ddda70811c839ca4cd6bef4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4148207d

dev-perl/Perl-Critic-1.130.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648584

 dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild 
b/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild
index 3bc0106863a..cb42b330d25 100644
--- a/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild
+++ b/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module elisp-common
 DESCRIPTION="Critique Perl source code for best-practices"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
 IUSE="test minimal examples emacs"
 SITEFILE="50${PN}-gentoo.el"
 RDEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: c6c57900eba1abd754bb8d8df77b05a530f7ddbd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:49 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c57900

net-misc/dhcp-4.3.6_p1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649010

 net-misc/dhcp/dhcp-4.3.6_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild 
b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild
index c5e7456891f..bcadccf48ac 100644
--- a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild
+++ b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
 
 LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-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"
 IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax"
 
 DEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: 630964a3903c4706339ea257257c0e3bc71df643
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:49 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630964a3

dev-util/meson-0.44.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649290

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

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



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

2018-03-05 Thread Tobias Klausmann
commit: cdd7b827de6a8407efada8d5bbc7d52d66032ff1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd7b827

dev-db/phpmyadmin-4.7.8-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648330

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild
index ae27f08a6d2..d21c17de88e 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2018-03-05 Thread Tobias Klausmann
commit: 3258615a3f74c1a819d595002d40f9c9b39faff2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:50 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3258615a

app-emacs/ebuild-mode-1.42-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649338

 app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild
index 27b86a6f5ec..43c6b1b88a0 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 DEPEND="sys-apps/texinfo"
 



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

2018-03-05 Thread Tobias Klausmann
commit: 4c233bb4a990eaace724a92348aab7184190b220
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:49 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c233bb4

dev-db/postgresql-10.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649288

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

diff --git a/dev-db/postgresql/postgresql-10.3.ebuild 
b/dev-db/postgresql/postgresql-10.3.ebuild
index c1b263b7343..3606fab4916 100644
--- a/dev-db/postgresql/postgresql-10.3.ebuild
+++ b/dev-db/postgresql/postgresql-10.3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT=$(get_major_version)
 



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

2018-03-05 Thread Tobias Klausmann
commit: ebd9657ad0b21141e6fc390ba350d55fde41b5ca
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd9657a

dev-perl/PadWalker-2.300.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648580

 dev-perl/PadWalker/PadWalker-2.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PadWalker/PadWalker-2.300.0.ebuild 
b/dev-perl/PadWalker/PadWalker-2.300.0.ebuild
index eae3984e7fb..6950d1be536 100644
--- a/dev-perl/PadWalker/PadWalker-2.300.0.ebuild
+++ b/dev-perl/PadWalker/PadWalker-2.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="play with other peoples' lexical variables"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2018-03-05 Thread Tobias Klausmann
commit: eec1badf175e85c468d706a06f22a86c2fc71abf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 15:05:50 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 17:13:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec1badf

sys-process/audit-2.7.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649330

 sys-process/audit/audit-2.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.7.1.ebuild 
b/sys-process/audit/audit-2.7.1.ebuild
index 6e590fb0f6c..c812487f758 100644
--- a/sys-process/audit/audit-2.7.1.ebuild
+++ b/sys-process/audit/audit-2.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
 
 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="gssapi ldap python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2018-03-05 Thread José María Alonso
commit: c79adb4668bd1a277dcafc30a2bccac89d669bbe
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Mar  5 17:21:19 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Mar  5 17:21:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79adb46

dev-lisp/clisp: Rolling back last clisp commit

 dev-lisp/clisp/Manifest |   1 +
 dev-lisp/clisp/clisp-2.48-r1.ebuild | 165 
 dev-lisp/clisp/clisp-2.48-r2.ebuild | 164 +++
 dev-lisp/clisp/metadata.xml |   2 +
 4 files changed, 332 insertions(+)

diff --git a/dev-lisp/clisp/Manifest b/dev-lisp/clisp/Manifest
index 0210e80c05b..7c0c8d6ab64 100644
--- a/dev-lisp/clisp/Manifest
+++ b/dev-lisp/clisp/Manifest
@@ -1,3 +1,4 @@
+DIST clisp-2.48.tar.bz2 7885098 BLAKE2B 
42ebfe4721015f522184bce710bf95d79aa7f2a239410af249a8e85d80f140344ec80daaa34f7cdbfd2ae86407984657163ce3f6e4201eb132f7c71e21523cba
 SHA512 
3288b6a2973c924006b14bbed1e8e3e688276a187ac2a6c7851dc7ae699e7832d30e5e7eecdabc76c08c7e8e8ce1b562eb97a44570d3035e558ea2310de2b719
 DIST clisp-2.49.60.tar.bz2 8745713 BLAKE2B 
5dffd594c6d00c2057a98e3f93c888cd5cdc60009cd8fc987e39ff5182e71e575e148839d9c973fbfd0842b82ddf1b5918e86d128d9c79f6d0d4b6afcdc5853f
 SHA512 
656cd59a23ba9be5304a6e0d64d79ac518072c431820b8cf95759fa8f3a66e2efe4d07939315b93e5e06b6e5348d8b32739b129a9e8ac0dc362dd5d1f1eb8aa8
 DIST clisp-2.49.90.tar.bz2 8921458 BLAKE2B 
3be7cfe41038f42d8844d500877fa5c20e5c21dc0e162aa0018b297e4dfcd5374ef608793c9d809852e1f9885a155bb5b25fef8efe66016dd0ee47386b70
 SHA512 
1fa7205e38883dcc863160b5418ddaaa2c45ee2d2f936de4067d1ea4a1e5043bf1235361bbbfc366afd6d8f1144497ccdccf1767ecf327f7a672b18742ceb651
 DIST clisp-2.49.tar.bz2 8091011 BLAKE2B 
e034c581b8100837b34d0adf1ef45bd667272d062945875175958178b4ef5b11e899dfb76505eb8cb51fca6101c11a9f21fb2cc9a78a3c0f82b06166211434f7
 SHA512 
eef66fc85199a2c283b616db61bf67ff103eeb0f19fa907da48994dc790b6f5f8d0c74fb3bd723c6b827c0ff3cfd89fa6ba67934fc669ed5d5249044b5140d81

diff --git a/dev-lisp/clisp/clisp-2.48-r1.ebuild 
b/dev-lisp/clisp/clisp-2.48-r1.ebuild
new file mode 100644
index 000..a91495a40b8
--- /dev/null
+++ b/dev-lisp/clisp/clisp-2.48-r1.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="2"
+
+inherit flag-o-matic eutils toolchain-funcs multilib
+
+DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
+HOMEPAGE="http://clisp.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="alpha amd64 ia64 ppc -sparc x86"
+IUSE="berkdb hyperspec X new-clx dbus fastcgi gdbm gtk pari +pcre postgres 
+readline svm -threads +unicode +zlib"
+
+RDEPEND="virtual/libiconv
+>=dev-libs/libsigsegv-2.4
+>=dev-libs/ffcall-1.10
+dbus? ( sys-apps/dbus )
+fastcgi? ( dev-libs/fcgi )
+gdbm? ( sys-libs/gdbm )
+gtk? ( >=x11-libs/gtk+-2.10:2 >=gnome-base/libglade-2.6:2.0 )
+pari? ( >=sci-mathematics/pari-2.3.0 )
+postgres? ( >=dev-db/postgresql-8.0 )
+readline? ( >=sys-libs/readline-5.0 )
+pcre? ( dev-libs/libpcre )
+svm? ( sci-libs/libsvm )
+zlib? ( sys-libs/zlib )
+X? ( new-clx? ( x11-libs/libXpm ) )
+hyperspec? ( dev-lisp/hyperspec )
+berkdb? ( sys-libs/db:4.5 )"
+
+DEPEND="${RDEPEND}
+   X? ( new-clx? ( x11-misc/imake x11-proto/xextproto ) )"
+
+PDEPEND="dev-lisp/gentoo-init"
+
+enable_modules() {
+   [[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
+   for m in "$@" ; do
+   einfo "enabling module $m"
+   myconf+=" --with-module=${m}"
+   done
+}
+
+BUILDDIR="builddir"
+
+# modules not enabled:
+#  * berkdb: must figure out a way to make the configure script pick up the
+#currect version of the library and headers
+#  * dirkey: fails to compile, requiring windows.h, possibly wrong #ifdefs
+#  * matlab, netica: not in portage
+#  * oracle: can't install oracle-instantclient
+
+src_prepare() {
+   # More than -O1 breaks alpha/ia64
+   if use alpha || use ia64; then
+   sed -i -e 's/-O2//g' src/makemake.in || die
+   fi
+}
+
+src_configure() {
+   # We need this to build on alpha/ia64
+   if use alpha || use ia64; then
+   replace-flags -O? -O1
+   append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D 
NO_SINGLEMAP -D NO_TRIVIALMAP'
+   fi
+
+   # QA issue with lisp.run
+   append-flags -Wa,--noexecstack
+
+   # built-in features
+   local myconf="--with-ffcall --without-dynamic-modules"
+#There's a problem with jit_allocai function
+#if use jit; then
+#myconf+=" --with-jitc=lightning"
+#fi
+   

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

2018-03-05 Thread Mike Gilbert
commit: 1ae8ae1f1e0cfb78e67e664ec6a655844b5b49b0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar  5 17:26:17 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar  5 17:27:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae8ae1f

www-client/chromium: include CHOST in CXX override for clang

Closes: https://bugs.gentoo.org/649664
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 www-client/chromium/chromium-65.0.3325.106.ebuild | 4 ++--
 www-client/chromium/chromium-65.0.3325.88.ebuild  | 4 ++--
 www-client/chromium/chromium-66.0.3355.0.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-client/chromium/chromium-65.0.3325.106.ebuild 
b/www-client/chromium/chromium-65.0.3325.106.ebuild
index 444f6fcaf83..3158c969037 100644
--- a/www-client/chromium/chromium-65.0.3325.106.ebuild
+++ b/www-client/chromium/chromium-65.0.3325.106.ebuild
@@ -380,8 +380,8 @@ src_configure() {
 
if ! tc-is-clang; then
# Force clang since gcc is pretty broken at the moment.
-   CC=clang
-   CXX=clang++
+   CC=${CHOST}-clang
+   CXX=${CHOST}-clang++
fi
 
if tc-is-clang; then

diff --git a/www-client/chromium/chromium-65.0.3325.88.ebuild 
b/www-client/chromium/chromium-65.0.3325.88.ebuild
index 444f6fcaf83..3158c969037 100644
--- a/www-client/chromium/chromium-65.0.3325.88.ebuild
+++ b/www-client/chromium/chromium-65.0.3325.88.ebuild
@@ -380,8 +380,8 @@ src_configure() {
 
if ! tc-is-clang; then
# Force clang since gcc is pretty broken at the moment.
-   CC=clang
-   CXX=clang++
+   CC=${CHOST}-clang
+   CXX=${CHOST}-clang++
fi
 
if tc-is-clang; then

diff --git a/www-client/chromium/chromium-66.0.3355.0.ebuild 
b/www-client/chromium/chromium-66.0.3355.0.ebuild
index 87eab7cb3c9..4cbec6b8cb4 100644
--- a/www-client/chromium/chromium-66.0.3355.0.ebuild
+++ b/www-client/chromium/chromium-66.0.3355.0.ebuild
@@ -388,8 +388,8 @@ src_configure() {
 
if ! tc-is-clang; then
# Force clang since gcc is pretty broken at the moment.
-   CC=clang
-   CXX=clang++
+   CC=${CHOST}-clang
+   CXX=${CHOST}-clang++
fi
 
if tc-is-clang; then



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

2018-03-05 Thread Mike Frysinger
commit: 7a13a4360457a261dcb902817a85d00b689d4088
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar  5 17:56:52 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  5 17:57:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a13a436

dev-libs/libxslt: mark 1.1.30-r2 m68k/s390/sh stable

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

diff --git a/dev-libs/libxslt/libxslt-1.1.30-r2.ebuild 
b/dev-libs/libxslt/libxslt-1.1.30-r2.ebuild
index 91c53215211..7b2ee91de7d 100644
--- a/dev-libs/libxslt/libxslt-1.1.30-r2.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.30-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://xmlsoft.org/${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 ~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="crypt debug examples python static-libs elibc_Darwin"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-03-05 Thread Mike Frysinger
commit: b99ef3b55e6d8e0cceaab244c4994f7a60eb7e02
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Mar  5 18:08:21 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  5 18:08:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99ef3b5

net-misc/dropbear: version bump to 2018.76

 net-misc/dropbear/Manifest|   1 +
 net-misc/dropbear/dropbear-2018.76.ebuild | 101 ++
 2 files changed, 102 insertions(+)

diff --git a/net-misc/dropbear/Manifest b/net-misc/dropbear/Manifest
index 007e427b8dd..9049d0b2c3a 100644
--- a/net-misc/dropbear/Manifest
+++ b/net-misc/dropbear/Manifest
@@ -1,2 +1,3 @@
 DIST dropbear-2016.74.tar.bz2 1622234 BLAKE2B 
c729a2c1afd13e1ca07f3c9cfe3ff0ea7888cc1687ea2793275134b3224118164ef81583f55dbec53d6322be53eaa7a7324216133919722390d0e2dfbd929f07
 SHA512 
c0f4ea7840077b8302b48e27b5b588a4babac6583740dfdb845c40f633aa3ec96174d1d2ade81d2c3e23ea99b75e906312c512d8c7580e6e4105b2dbd37e5e22
 DIST dropbear-2017.75.tar.bz2 1623392 BLAKE2B 
c024037d3ebcb3f16aed2a5f24e07c06699a510b327a0ea528db7160ad2a8e554af2a233a266f869e0e30c78f3b0b7792a817d9c07f058f605dbf2dc749a4fda
 SHA512 
9c2f2a5e718339f83abc0ad7719bda12bfc75e5bcb87a7c0eec0afefc743e5c0a1575d290d5fde152ff2100b0f0e6fd5ef4431f7bbcb5ca9a332d93c20f5a8f4
+DIST dropbear-2018.76.tar.bz2 2688697 BLAKE2B 
1c22d38487e94427b2678d070f8d370eb09bb2d69253fd6f76d8d80fd637ff86a44b00ab42e1f6d84042c72cbcbd4bb6cbb415f961502e0437c7c8c1b812f059
 SHA512 
82323279f7e78c366ba1ea07ff242259132b2576122429f54326518dd6092aba8ae5de4a0b8a3cef7efc3507015741abe2ac23376c03b40b247527da7a88120e

diff --git a/net-misc/dropbear/dropbear-2018.76.ebuild 
b/net-misc/dropbear/dropbear-2018.76.ebuild
new file mode 100644
index 000..d2800db5b26
--- /dev/null
+++ b/net-misc/dropbear/dropbear-2018.76.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils savedconfig pam user
+
+DESCRIPTION="small SSH 2 client/server designed for small memory environments"
+HOMEPAGE="http://matt.ucc.asn.au/dropbear/dropbear.html";
+SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
+   http://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
+
+LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )
+   dev-libs/libtommath[static-libs(+)]"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   pam? ( virtual/pam )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )"
+
+REQUIRED_USE="pam? ( !static )"
+
+set_options() {
+   progs=(
+   dropbear dbclient dropbearkey
+   $(usex minimal "" "dropbearconvert scp")
+   )
+   makeopts=(
+   MULTI=$(usex multicall 1 0)
+   STATIC=$(usex static 1 0)
+   )
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.46-dbscp.patch
+   sed -i \
+   -e '/SFTPSERVER_PATH/s:".*":"/usr/lib/misc/sftp-server":' \
+   options.h || die
+   sed -i \
+   -e '/pam_start/s:sshd:dropbear:' \
+   svr-authpam.c || die
+   restore_config options.h
+}
+
+src_configure() {
+   # XXX: Need to add libtomcrypt to the tree and re-enable this.
+   #   --disable-bundled-libtom
+   # We disable the hardening flags as our compiler already enables them
+   # by default as is appropriate for the target.
+   econf \
+   --disable-harden \
+   $(use_enable zlib) \
+   $(use_enable pam) \
+   $(use_enable !bsdpty openpty) \
+   $(use_enable shadow) \
+   $(use_enable syslog)
+}
+
+src_compile() {
+   set_options
+   emake "${makeopts[@]}" PROGRAMS="${progs[*]}"
+}
+
+src_install() {
+   set_options
+   emake "${makeopts[@]}" PROGRAMS="${progs[*]}" DESTDIR="${D}" install
+   doman *.8
+   newinitd "${FILESDIR}"/dropbear.init.d dropbear
+   newconfd "${FILESDIR}"/dropbear.conf.d dropbear
+   dodoc CHANGES README SMALL MULTI
+
+   # The multi install target does not install the links right.
+   if use multicall ; then
+   cd "${ED}"/usr/bin
+   local x
+   for x in "${progs[@]}" ; do
+   ln -sf dropbearmulti ${x} || die "ln -s dropbearmulti 
to ${x} failed"
+   done
+   rm -f dropbear
+   dodir /usr/sbin
+   dosym ../bin/dropbearmulti /usr/sbin/dropbear
+   cd "${S}"
+   fi
+   save_config options.h
+
+   if ! use minimal ; then
+   mv "${ED}"/usr/bin/{,db}scp || die
+   fi
+
+   pamd_mimic system-remote-logi

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

2018-03-05 Thread Christoph Junghans
commit: e070bdb0ed20dfbdba4dee1df0c3943f5dd0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Mar  5 18:10:22 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Mar  5 18:10:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e070bdb0

sci-physics/lammps: version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-physics/lammps/Manifest   |   1 +
 sci-physics/lammps/lammps-20180222.ebuild | 131 ++
 2 files changed, 132 insertions(+)

diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest
index 66f3eaa1b88..47c93a0d4db 100644
--- a/sci-physics/lammps/Manifest
+++ b/sci-physics/lammps/Manifest
@@ -20,3 +20,4 @@ DIST lammps-9Dec15.tar.gz 82374079 BLAKE2B 
8b5054b59162b98bf98980a8ece344af733de
 DIST lammps-9Jan17.tar.gz 109694893 BLAKE2B 
dc3af18d4a7db43d22bc4d2ed79366f7f1b73cd5f8951d289ce6ad0a572b14fd8f1bc946382afe9fc60bc46354beb374caf09d195419235e077bf9386259f194
 SHA512 
ea7c61bc9607ff0e4c0af5c1a668d400841dfc11c6d6aacc6131a48a5a0d11cb6857303626b583d5119e5257b5b338853c5afafcc3870bb30d5743ff5648348c
 DIST lammps-patch_17Jan2018.tar.gz 91721592 BLAKE2B 
d606a5fd699f3e7aaa777065532f778e96a5b21b88de3fcce69e79c4931fea233ed1ad68f56120865061623c6e33282b9f23f927a7a9820f8f824a241e5cd823
 SHA512 
533ada073882e9bfc6431db62c4899005983d9efbbb043bcb50b2b0a7af2b11c411bbcc6523b2ffbd5d46531b24573f4b98a07dc757bacbc2f27bb056d7956ff
 DIST lammps-patch_1Sep2017.tar.gz 88751184 BLAKE2B 
013ba612c67767c0e11b64f0b726a81c534ceb763ac9eba9a94ef9e02166278c28cb5937162b83f783b80fef6471b0e265e45245cc5594eaa2b27ec2d5f972cf
 SHA512 
01b56484d6e9d03c0cdc2f8100f571d6e0a354b08bda7f22176744f2724e566443514e7d8abb0571d4207709155441644d4c6dbcf17ee2a8dc4f10cb6c3e8ac1
+DIST lammps-patch_22Feb2018.tar.gz 91869050 BLAKE2B 
09d364b489d4402145b879ca40b290a4e33f39b6e5e4183bcccb09001002cb742917c8792f942a8b64bd992cde5c0f8dcd8b76506048f1392d33d1192aa4551d
 SHA512 
8d4ac0f9cdcf4caa10bfb48129eec21cf31f7ce881b4cbd803c20fb638f7e55a1e645d314e172fe70eab473a4976c7f482e8c059e0c4e82527eb9438437ae146

diff --git a/sci-physics/lammps/lammps-20180222.ebuild 
b/sci-physics/lammps/lammps-20180222.ebuild
new file mode 100644
index 000..1f8951205bb
--- /dev/null
+++ b/sci-physics/lammps/lammps-20180222.ebuild
@@ -0,0 +1,131 @@
+# 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,3_5,3_6} )
+
+inherit cmake-utils fortran-2 python-r1
+
+convert_month() {
+   local months=( "" Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec )
+   echo ${months[${1#0}]}
+}
+
+MY_PV="patch_$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:0:4}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Large-scale Atomic/Molecular Massively Parallel Simulator"
+HOMEPAGE="http://lammps.sandia.gov/";
+SRC_URI="https://github.com/lammps/lammps/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cuda examples gzip lammps-memalign mpi netcdf python test"
+
+DEPEND="
+   app-arch/gzip
+   media-libs/libpng:0
+   sys-libs/zlib
+   mpi? (
+   virtual/mpi
+   sci-libs/hdf5[mpi]
+   )
+   python? ( ${PYTHON_DEPS} )
+   sci-libs/voro++
+   virtual/blas
+   virtual/lapack
+   sci-libs/fftw:3.0
+   netcdf? ( sci-libs/netcdf )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
+   dev-cpp/eigen:3
+   "
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MY_P}/cmake"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DENABLE_MPI=$(usex mpi)
+   -DENABLE_GPU=$(usex cuda)
+   -DENABLE_TESTING=$(usex test)
+   -DENABLE_ASPHERE=ON
+   -DENABLE_BODY=ON
+   -DENABLE_CLASS2=ON
+   -DENABLE_COLLOID=ON
+   -DENABLE_COMPRESS=ON
+   -DENABLE_CORESHELL=ON
+   -DENABLE_DIPOLE=ON
+   -DENABLE_GRANULAR=ON
+   -DENABLE_KSPACE=ON
+   -DFFT=FFTW3
+   -DENABLE_MANYBODY=ON
+   -DENABLE_MC=ON
+   -DENABLE_MEAM=ON
+   -DENABLE_MISC=ON
+   -DLAMMPS_XDR=ON #630444
+   -DENABLE_MOLECULE=ON
+   -DENABLE_PERI=ON
+   -DENABLE_QEQ=ON
+   -DENABLE_REAX=ON
+   -DENABLE_REPLICA=ON
+   -DENABLE_RIGID=ON
+   -DENABLE_SHOCK=ON
+   -DENABLE_SNAP=ON
+   -DENABLE_SRD=ON
+   -DENABLE_PYTHON=ON
+   -DENABLE_MPIIO=$(usex mpi)
+   -DENABLE_VORONOI=ON
+   -DENABLE_USER-ATC=ON
+   -DENABLE_USER-AWPMD=ON
+   -DENABLE_USER-CGDNA=ON
+   -DENABLE_USER-CGSDK=ON
+   -DENABLE_USER-COLVARS=ON
+   -DENABLE

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

2018-03-05 Thread Mike Gilbert
commit: 8d6025523a832a704c13f32d9efa3135b6c6febe
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar  5 18:22:45 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar  5 18:23:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d602552

sys-apps/systemd: backports from v237-stable branch

Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 sys-apps/systemd/Manifest  |   1 +
 sys-apps/systemd/systemd-237-r3.ebuild | 441 +
 2 files changed, 442 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 3c8b1d71e4b..6d774fd4839 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -3,4 +3,5 @@ DIST systemd-233-patches.tar.gz 12553 BLAKE2B 
5d19f2dc82cc6cbd9b2e9393f932dfa3c8
 DIST systemd-233.tar.gz 4660737 BLAKE2B 
38cdd74543447b3c02391b328428fed169fe2cf2df6e9341dcaf2f7d3d977612ec102301e144c1cada90d61e9e9bda3b2faaef708c8ff4bd0b52b143760a83b2
 SHA512 
5ad5329ea116d973cf67096f7e7ad28e9ea0905696e9451291f1d25e5064f4a9bfcfae87e912996c6a38397e9f4a148d4ccecfa9b70f7ecdf04deadb61784c8e
 DIST systemd-236-patches-2.tar.gz 54737 BLAKE2B 
bce5f9e234c975a2b6e474ca2a0c2c82e704f02cf19885134dddc5edbd0b7bfb3773d737f88f78ba2ab81093dfceeb44d76ecda99cf2b916072dcdfa84720c19
 SHA512 
b74ab6944135c938b2d0d2a1dd40ac4cc4ff26d072603d6bfbe4529d808b2e481eb910155895bce14607842ad6d30751aded51654a53f76278becbb5e317b875
 DIST systemd-236.tar.gz 6759035 BLAKE2B 
0fc26bd67fb6cc3b0565c763fc26e38186c4b05c3d38652b73a2189dfbfb46382dba239f7f6f889eec57ad1d8f69d4098745c8f4ca16a707aa23b7771f2328f3
 SHA512 
1a9672960e03e05c09e41fb8cfe9b0f25e867fd43f37f8371515fdbd4270afd746a6da733f6d1d3b2cc43db1ecc7a9f2245f2dac2ec233db74e9e70e4f6d
+DIST systemd-237-patches-0.tar.gz 74617 BLAKE2B 
52750bb08731e9e694a00fedc1e42beb7c6ad7736d3b6567f2ab094d4356506d10ec11e1c4c62623078d647c3314c71c9f141eb7c8628b610fd8a5e818b90ec6
 SHA512 
a6db99b330585e57c722bb0e692b0d988d5fbfef60c6cc87efbb7b903e55642c2f03bf6cdc80f15da22d0c41b5051387dac23a2f04238331f235154b17f32d1b
 DIST systemd-237.tar.gz 6871350 BLAKE2B 
4734a110a297fbbd6679bced6302fcdca55ab5d4207905e8dee9f5545f1de841d5adeaa4fd89961b9e63709d04b5c862b8bc81481311cf8e72ee327e459c9d91
 SHA512 
15ef4b92815a6dd9a6c51672dbc00fd7cd0f08068ef0cbeaca574f68d330b28bc67ba1946f24f75ef3d9e7b63843a73eea700db54688061dbf5c9f8470394c3b

diff --git a/sys-apps/systemd/systemd-237-r3.ebuild 
b/sys-apps/systemd/systemd-237-r3.ebuild
new file mode 100644
index 000..466126ca683
--- /dev/null
+++ b/sys-apps/systemd/systemd-237-r3.ebuild
@@ -0,0 +1,441 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
+   https://dev.gentoo.org/~floppym/dist/${P}-patches-0.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+fi
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam 
python-any-r1 systemd toolchain-funcs udev user
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd";
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="acl apparmor audit build cryptsetup curl elfutils +gcrypt gnuefi http 
idn importd +kmod libidn2 +lz4 lzma nat pam pcre policykit qrcode +seccomp 
selinux ssl +sysv-utils test usrmerge vanilla xkb"
+
+REQUIRED_USE="importd? ( curl gcrypt lzma )"
+RESTRICT="!test? ( test )"
+
+MINKV="3.11"
+
+COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   !=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
+   curl? ( net-misc/curl:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   http? (
+   >=net-libs/libmicrohttpd-0.9.33:0=
+   ssl? ( >=net-libs/gnutls-3.1.4:0= )
+   )
+   idn? (
+   libidn2? ( net-dns/libidn2 )
+   !libidn2? ( net-dns/libidn )
+   )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   nat? ( net-firewall/iptables:0= )
+   pam? ( virtual/pam:=[${MULTILIB_USEDEP}] )
+   pcre? ( dev-libs/libpcre2 )
+   qrcode? ( media-gfx/qrencode:0= )
+   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+   selinux? ( sys-libs/libselinux:0= )
+   xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )
+   abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
+ 

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

2018-03-05 Thread Mike Frysinger
commit: 61acdcd13e97339d20c3058a211ee5599831748d
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Mar  5 18:28:50 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  5 18:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61acdcd1

sys-apps/sed: add USE=forced-sandbox to always enable --sandbox

For building locked down systems, it's nice to be able to force all
awk scripts into a sane/secure mode.

 sys-apps/sed/metadata.xml  |  3 ++
 sys-apps/sed/sed-4.4-r1.ebuild | 66 ++
 2 files changed, 69 insertions(+)

diff --git a/sys-apps/sed/metadata.xml b/sys-apps/sed/metadata.xml
index b738f8c54a0..ea2a7bdbf75 100644
--- a/sys-apps/sed/metadata.xml
+++ b/sys-apps/sed/metadata.xml
@@ -8,4 +8,7 @@
 
sed
 
+
+   Always enable --sandbox mode for 
simpler/secure runtime (disables e/r/w commands)
+
 

diff --git a/sys-apps/sed/sed-4.4-r1.ebuild b/sys-apps/sed/sed-4.4-r1.ebuild
new file mode 100644
index 000..26c3858da53
--- /dev/null
+++ b/sys-apps/sed/sed-4.4-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="Super-useful stream editor"
+HOMEPAGE="http://sed.sourceforge.net/";
+SRC_URI="mirror://gnu/sed/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="acl forced-sandbox nls selinux static"
+
+RDEPEND="acl? ( virtual/acl )
+   nls? ( virtual/libintl )
+   selinux? ( sys-libs/libselinux )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+src_bootstrap_sed() {
+   # make sure system-sed works #40786
+   export NO_SYS_SED=""
+   if ! type -p sed > /dev/null ; then
+   NO_SYS_SED="!!!"
+   ./bootstrap.sh || die "couldnt bootstrap"
+   cp sed/sed "${T}"/ || die "couldnt copy"
+   export PATH="${PATH}:${T}"
+   emake clean
+   fi
+}
+
+src_prepare() {
+   # Don't use sed before bootstrap if we have to recover a broken host 
sed.
+   src_bootstrap_sed
+
+   if use forced-sandbox ; then
+   # Upstream doesn't want to add a configure flag for this.
+   # 
https://lists.gnu.org/archive/html/bug-sed/2018-03/msg1.html
+   sed -i \
+   -e '/^bool sandbox = false;/s:false:true:' \
+   sed/sed.c || die
+   # Make sure the sed took.
+   grep -q '^bool sandbox = true;' sed/sed.c || die "forcing 
sandbox failed"
+   fi
+}
+
+src_configure() {
+   local myconf=()
+   if use userland_GNU; then
+   myconf+=( --exec-prefix="${EPREFIX}" )
+   else
+   myconf+=( --program-prefix=g )
+   fi
+
+   export ac_cv_search_setfilecon=$(usex selinux -lselinux)
+   export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux)
+   use static && append-ldflags -static
+   myconf+=(
+   $(use_enable acl)
+   $(use_enable nls)
+   )
+   econf "${myconf[@]}"
+}



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

2018-03-05 Thread Mike Frysinger
commit: 0a3af690b27f38bcce7b11f5888cc20ef24009eb
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Mar  5 18:10:17 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  5 18:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3af690

sys-apps/gawk: add USE=forced-sandbox to always enable --sandbox

For building locked down systems, it's nice to be able to force all
awk scripts into a sane/secure mode.

 sys-apps/gawk/gawk-4.2.1-r1.ebuild | 93 ++
 sys-apps/gawk/metadata.xml |  1 +
 2 files changed, 94 insertions(+)

diff --git a/sys-apps/gawk/gawk-4.2.1-r1.ebuild 
b/sys-apps/gawk/gawk-4.2.1-r1.ebuild
new file mode 100644
index 000..3bf1a7e90d2
--- /dev/null
+++ b/sys-apps/gawk/gawk-4.2.1-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs multilib
+
+DESCRIPTION="GNU awk pattern-matching language"
+HOMEPAGE="https://www.gnu.org/software/gawk/gawk.html";
+SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="forced-sandbox mpfr nls readline"
+
+RDEPEND="
+   dev-libs/gmp:0=
+   mpfr? ( dev-libs/mpfr:0= )
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+
+   # use symlinks rather than hardlinks, and disable version links
+   sed -i \
+   -e '/^LN =/s:=.*:= $(LN_S):' \
+   -e '/install-exec-hook:/s|$|\nfoo:|' \
+   Makefile.in doc/Makefile.in || die
+   sed -i '/^pty1:$/s|$|\n_pty1:|' test/Makefile.in #413327
+   # fix standards conflict on Solaris
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   sed -i \
+   -e '/\<_XOPEN_SOURCE\>/s/1$/600/' \
+   -e '/\<_XOPEN_SOURCE_EXTENDED\>/s/1//' \
+   extension/inplace.c || die
+   fi
+
+   if use forced-sandbox ; then
+   # Upstream doesn't want to add a configure flag for this.
+   # 
https://lists.gnu.org/archive/html/bug-sed/2018-03/msg1.html
+   sed -i \
+   -e '/^int do_flags = false;/s:false:DO_SANDBOX:' \
+   main.c || die
+   # Make sure the sed took.
+   grep -q '^int do_flags = DO_SANDBOX;' main.c || die "forcing 
sandbox failed"
+   fi
+}
+
+src_configure() {
+   export ac_cv_libsigsegv=no
+   local myeconfargs=(
+   --libexec='$(libdir)/misc'
+   $(use_with mpfr)
+   $(use_enable nls)
+   $(use_with readline)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   rm -rf README_d # automatic dodocs barfs
+   default
+
+   # Install headers
+   insinto /usr/include/awk
+   doins *.h
+   rm "${ED%/}"/usr/include/awk/config.h || die
+}
+
+pkg_postinst() {
+   # symlink creation here as the links do not belong to gawk, but to any 
awk
+   if has_version app-admin/eselect \
+   && has_version app-eselect/eselect-awk ; then
+   eselect awk update ifunset
+   else
+   local l
+   for l in "${EROOT}"/usr/share/man/man1/gawk.1* 
"${EROOT}"/usr/bin/gawk; do
+   [[ -e ${l} && ! -e ${l/gawk/awk} ]] && ln -s "${l##*/}" 
"${l/gawk/awk}"
+   done
+   [[ ! -e ${EROOT}/bin/awk ]] && ln -s "../usr/bin/gawk" 
"${EROOT}/bin/awk"
+   fi
+}
+
+pkg_postrm() {
+   if has_version app-admin/eselect \
+   && has_version app-eselect/eselect-awk ; then
+   eselect awk update ifunset
+   fi
+}

diff --git a/sys-apps/gawk/metadata.xml b/sys-apps/gawk/metadata.xml
index 3fa1f988999..58cec04bdcb 100644
--- a/sys-apps/gawk/metadata.xml
+++ b/sys-apps/gawk/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Base System
 
 
+   Always enable --sandbox mode for 
simpler/secure runtime (disables e/r/w commands)
use mpfr for high precision arithmetic (-M / 
--bignum)
 
 



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

2018-03-05 Thread Tobias Klausmann
commit: 048682dd8c5a3a5fae40a868e35828049f4f027e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:40:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:40:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048682dd

dev-db/postgresql-9.3.22-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649288

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

diff --git a/dev-db/postgresql/postgresql-9.3.22.ebuild 
b/dev-db/postgresql/postgresql-9.3.22.ebuild
index 8c685e7ba4e..08f19cc0a96 100644
--- a/dev-db/postgresql/postgresql-9.3.22.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.22.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-03-05 Thread Tobias Klausmann
commit: a39c85fe182ecb66cb4c0319b3ecd5f160a02a0b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:41:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:41:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39c85fe

dev-db/postgresql-9.4.17-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649288

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

diff --git a/dev-db/postgresql/postgresql-9.4.17.ebuild 
b/dev-db/postgresql/postgresql-9.4.17.ebuild
index c1397038805..a1248b747bf 100644
--- a/dev-db/postgresql/postgresql-9.4.17.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.17.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-03-05 Thread Tobias Klausmann
commit: 30cae82cb07d453107848a6bd4ad048ff8fbe2ed
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:42:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:42:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cae82c

dev-db/postgresql-9.5.12-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649288

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

diff --git a/dev-db/postgresql/postgresql-9.5.12.ebuild 
b/dev-db/postgresql/postgresql-9.5.12.ebuild
index e59e20f000c..b00eaaaff86 100644
--- a/dev-db/postgresql/postgresql-9.5.12.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.12.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-03-05 Thread Tobias Klausmann
commit: a02c4daef66c6923c2efe6e65e014a3bed5d2246
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:48:32 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:48:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02c4dae

sys-devel/automake-1.10.3-r3: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

 sys-devel/automake/automake-1.10.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.10.3-r3.ebuild 
b/sys-devel/automake/automake-1.10.3-r3.ebuild
index 6a6e53a947c..7b7d2d9b707 100644
--- a/sys-devel/automake/automake-1.10.3-r3.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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"
 IUSE="test"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Tobias Klausmann
commit: 8f2058cf8d84bcab472a400ed7f5de7c6217123a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:57:05 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:57:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2058cf

sys-devel/automake-1.11.6-r3: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

 sys-devel/automake/automake-1.11.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.11.6-r3.ebuild 
b/sys-devel/automake/automake-1.11.6-r3.ebuild
index 02e52cf3bc3..aa5a0bc231e 100644
--- a/sys-devel/automake/automake-1.11.6-r3.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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"
 IUSE="test"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Tobias Klausmann
commit: 125c719a5ec10660b0ca336df4cf5c17b437e38f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:57:40 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:57:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125c719a

sys-devel/automake-1.12.6-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

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

diff --git a/sys-devel/automake/automake-1.12.6-r2.ebuild 
b/sys-devel/automake/automake-1.12.6-r2.ebuild
index 006320b799d..5be617044d4 100644
--- a/sys-devel/automake/automake-1.12.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.12.6-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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"
 IUSE="test"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Tobias Klausmann
commit: 441b2461819e6c77736d9c8ae426ae7ef9e8ca6a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:58:24 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:58:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441b2461

sys-devel/automake-1.13.4-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

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

diff --git a/sys-devel/automake/automake-1.13.4-r2.ebuild 
b/sys-devel/automake/automake-1.13.4-r2.ebuild
index 863794f1cf9..7ff39a37b0f 100644
--- a/sys-devel/automake/automake-1.13.4-r2.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Tobias Klausmann
commit: efe9c8817fa5002c447b35b61eb0c3596f7ed0bb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:58:53 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:58:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe9c881

sys-devel/automake-1.14.1-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

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

diff --git a/sys-devel/automake/automake-1.14.1-r2.ebuild 
b/sys-devel/automake/automake-1.14.1-r2.ebuild
index f15a789263e..851d9ca6f5f 100644
--- a/sys-devel/automake/automake-1.14.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r2.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/";
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Tobias Klausmann
commit: 608479d40335585543b9e80c97ba6414bc31878f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 18:59:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 18:59:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608479d4

sys-devel/automake-1.15.1-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

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

diff --git a/sys-devel/automake/automake-1.15.1-r2.ebuild 
b/sys-devel/automake/automake-1.15.1-r2.ebuild
index 8ec5cb80a78..93ac48c1262 100644
--- a/sys-devel/automake/automake-1.15.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.15.1-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P=${P}
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2018-03-05 Thread Tobias Klausmann
commit: 23c29089eeb147f6d092b1cd67e543c2b21a157d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:01:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 19:01:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c29089

sys-devel/automake-1.9.6-r5: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/522638

 sys-devel/automake/automake-1.9.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.9.6-r5.ebuild 
b/sys-devel/automake/automake-1.9.6-r5.ebuild
index 5cb79ab29bd..6c1611f1689 100644
--- a/sys-devel/automake/automake-1.9.6-r5.ebuild
+++ b/sys-devel/automake/automake-1.9.6-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:3}"
-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"
 IUSE="test"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Richard Farina
commit: 3165f776ae293e2762ebbf3aec080a607f1e7cc7
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Mar  5 19:08:21 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 19:08:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3165f776

media-sound/deinvert: initial import

tool to deinvert voice inversion scrambling

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/deinvert/deinvert-.ebuild | 31 +++
 media-sound/deinvert/metadata.xml | 12 
 2 files changed, 43 insertions(+)

diff --git a/media-sound/deinvert/deinvert-.ebuild 
b/media-sound/deinvert/deinvert-.ebuild
new file mode 100644
index 000..8f9dfb0b0b8
--- /dev/null
+++ b/media-sound/deinvert/deinvert-.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit git-r3 autotools
+
+DESCRIPTION="A voice inversion descrambler"
+HOMEPAGE="https://github.com/windytan/deinvert";
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/windytan/deinvert.git";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="+liquid +wav"
+
+DEPEND="liquid? ( net-libs/liquid-dsp )
+   wav? ( media-libs/libsndfile )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with liquid) \
+   $(use_with wav sndfile)
+}

diff --git a/media-sound/deinvert/metadata.xml 
b/media-sound/deinvert/metadata.xml
new file mode 100644
index 000..a075d9becd1
--- /dev/null
+++ b/media-sound/deinvert/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   improve sound quality using 
net-libs/liquid-dsp
+   wav file support using 
media-libs/libsndfile
+   
+



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/

2018-03-05 Thread Fabian Groffen
commit: ee46e8c471d4214395d9964c4c302bbc90ff4785
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar  5 19:08:57 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar  5 19:11:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee46e8c4

x11-base/xorg-proto: marked ~x64-solaris

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-base/xorg-proto/xorg-proto-2018.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild 
b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
index 12f9e848211..297fb78f346 100644
--- a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/";
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x64-solaris"

SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz";
S="${WORKDIR}/${MY_P}"
 fi



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

2018-03-05 Thread Fabian Groffen
commit: 63f92a087d06996ed5c5c17b5f9ce3bdd03a5348
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar  5 19:11:26 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar  5 19:12:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f92a08

dev-util/meson: marked ~x64-solaris

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

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



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

2018-03-05 Thread Fabian Groffen
commit: 7c2da8ae83f60f0fbd84de3d525ad4de90a80117
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar  5 19:10:42 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar  5 19:11:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2da8ae

dev-util/ninja: marked ~x64-solaris

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-util/ninja/ninja-1.8.2.ebuild 
b/dev-util/ninja/ninja-1.8.2.ebuild
index f956707544f..c143bfab421 100644
--- a/dev-util/ninja/ninja-1.8.2.ebuild
+++ b/dev-util/ninja/ninja-1.8.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/ninja-build/ninja.git";
 else
SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 fi
 
 DESCRIPTION="A small build system similar to make"



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

2018-03-05 Thread Fabian Groffen
commit: f1b7b7879900441517cbafe8e3c5eb43a22d3b1c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar  5 19:09:37 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar  5 19:11:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b7b787

dev-util/re2c: marked ~x64-solaris

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/re2c/re2c-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/re2c/re2c-1.0.3.ebuild b/dev-util/re2c/re2c-1.0.3.ebuild
index bce28d1d081..bd4ecbe5865 100644
--- a/dev-util/re2c/re2c-1.0.3.ebuild
+++ b/dev-util/re2c/re2c-1.0.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 src_prepare() {
default



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/

2018-03-05 Thread José María Alonso
commit: fca3a25bc2cdb12129c7ab5912a107e7b5026781
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Mar  5 19:18:59 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Mar  5 19:18:59 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fca3a25b

x11-wm/stumpwm: Drops old version 1.0.0

 x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 86 -
 1 file changed, 86 deletions(-)

diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild 
b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
deleted file mode 100644
index ebb4b56c..
--- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 autotools elisp-common xdg-utils
-
-DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
-HOMEPAGE="https://stumpwm.github.io/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="contrib doc emacs clisp ecl +sbcl"
-
-RESTRICT="strip mirror"
-
-RDEPEND="dev-lisp/cl-ppcre
-   sbcl?  ( >=dev-lisp/sbcl-1.0.32 )
-   sbcl? ( >=dev-lisp/clx-0.7.3 )
-   !sbcl? ( !clisp? ( !ecl? ( >=dev-lisp/sbcl-1.0.32 ) ) )
-   !sbcl? ( !clisp? (  ecl? ( >=dev-lisp/ecls-10.4.1 ) ) )
-   !sbcl? (  clisp? ( >=dev-lisp/clisp-2.44[X,new-clx] ) )
-   emacs? ( virtual/emacs app-emacs/slime )"
-DEPEND="${RDEPEND}
-   sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-
-PDEPEND="contrib? ( x11-wm/stumpwm-contrib )"
-
-SITEFILE=70${PN}-gentoo.el
-CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}"
-
-get_lisp() {
-   local lisp
-
-   for lisp in "$@" ; do
-   use ${lisp} && echo ${lisp} && return
-   done
-}
-
-install_docs() {
-   local pdffile="${PN}.pdf"
-
-   texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die
-   cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" 
README.Gentoo || die
-   dodoc AUTHORS NEWS README.md README.Gentoo
-   doinfo "${PN}.info"
-   docinto examples ; dodoc sample-stumpwmrc.lisp
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   xdg_environment_reset
-   econf --with-lisp=$(get_lisp sbcl clisp ecl)
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   common-lisp-export-impl-args $(get_lisp sbcl clisp ecl)
-   dobin stumpwm
-   make_session_desktop StumpWM /usr/bin/stumpwm
-
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   # Fix ASDF dir
-   sed -i -e "/(:directory/c\   (:directory \"${CLPKGDIR}\")" \
-   "${D}${CLPKGDIR}/load-stumpwm.lisp" || die
-   use doc && install_docs
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



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

2018-03-05 Thread Hans de Graaff
commit: 4e41451a6aa96c2abd66a0dc797e648ade5eda5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar  5 19:13:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  5 19:20:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e41451a

dev-ruby/faraday: add 0.14.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/faraday/Manifest  |  1 +
 dev-ruby/faraday/faraday-0.14.0.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
index 5276f67eae0..0bed7c0ec93 100644
--- a/dev-ruby/faraday/Manifest
+++ b/dev-ruby/faraday/Manifest
@@ -1,3 +1,4 @@
 DIST faraday-0.11.0.tar.gz 59736 BLAKE2B 
a4224ec6bf415bd535695561714f247ea9005db622145d7f6f9e5fee19ffb9c5b5f14d6dfe62bc6ed8396d1171506a40cf38ad5c4d1a1d344aaf16bcad412fc7
 SHA512 
d7e66f7d634b5c517dd688e874557839dbd7f720283dbeb27fd118c8cbcc596898545d62548d3c7c94d7cf49bdcda0d2fa705a1d20fa4d7ce238b38688d5cc62
 DIST faraday-0.12.2.tar.gz 62809 BLAKE2B 
4dcd60192df36e1b9766eab3bcbacd729239b0e09d9e82a73d825c750fdbcfae8161cf803f078b841236a5e18b1849b4cdc34e6adebb9eaea0f0442cd65b2e74
 SHA512 
966fc419d529a8bba5caa6d3932ee94f7b248110edc880b532860c24abd70cb50182e40b94b4143e26575c6db7ce046fa71ac0d25010385d7f0c3dda87f39439
+DIST faraday-0.14.0.tar.gz 65105 BLAKE2B 
bf5101083bd828e2ea98dcd487c7c082f8b2d2eb4d03ac7ad04e1873666db9e2cec1e6eb9887364874ea5f32d0313019d1eada5e05e25e0415bdd5aa2bcfca97
 SHA512 
25bba07e76a2a8bf02b0c81c045329e72d5911a2aacae56611db33dc25c89bd48bb1b4de9b20c6edc1514d3ceae8b06fca6076c85580533047c222cb30ef8dc7
 DIST faraday-0.9.2.tar.gz 57013 BLAKE2B 
b153188e32ab385c22b011a916125088f56e8dc4ddd5f5fec3b7d0b8fab23900dff4610c642dbe80db0989244952f938d3dfeac0a022493855d6e4ba778d2482
 SHA512 
12c4ead8dca6baf6292291943ea1aab1a534509bf92c6e0a621c1c69e3493480fced68aa529d8678847028f2fc2a7672411df7e4d09e65a5e764c957fed1ee72

diff --git a/dev-ruby/faraday/faraday-0.14.0.ebuild 
b/dev-ruby/faraday/faraday-0.14.0.ebuild
new file mode 100644
index 000..c3f9a9825f0
--- /dev/null
+++ b/dev-ruby/faraday/faraday-0.14.0.ebuild
@@ -0,0 +1,69 @@
+# 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_TASK_TEST="test"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="HTTP/REST API client library with pluggable components"
+HOMEPAGE="https://github.com/lostisland/faraday";
+SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" test? ( sys-process/lsof )"
+
+ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 =dev-ruby/test-unit-2.4
+   dev-ruby/httpclient
+   dev-ruby/rack-test
+   dev-ruby/sinatra
+   dev-ruby/net-http-persistent
+   dev-ruby/patron
+   )"
+
+all_ruby_prepare() {
+   # Remove bundler support.
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
+   sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
+
+   # Remove simplecov and coveralls support, not needed to run tests.
+   sed -i -e '/simplecov/,/^end/ s:^:#:' \
+   -e '1igem "rack", "~>1.0"; require "yaml"' \
+   test/helper.rb || die
+
+   # Remove tests for adapters that are not packaged for Gentoo.
+   rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb 
test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
+
+   # The proxy server is already killed, may be OS X vs Linux issue.
+   sed -i -e '138 s/^/#/' script/test || die
+
+   sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_prepare() {
+   # Make sure the test scripts use the right ruby interpreter
+   sed -i -e 's:ruby:'${RUBY}':' script/* || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true each_fakegem_test
+
+   # Sleep some time to allow the sinatra test server to die
+   einfo "Waiting for test server to stop"
+   sleep 10
+}



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

2018-03-05 Thread Hans de Graaff
commit: 61e1506779afbb150d37f173a7ff1bb3467e6a11
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar  5 19:19:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  5 19:20:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e15067

dev-ruby/sparklines: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild 
b/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild
index 172146d38f2..d2bd7956746 100644
--- a/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild
+++ b/dev-ruby/sparklines/sparklines-0.5.2-r6.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"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2018-03-05 Thread Ulrich Müller
commit: 9fae6fe986da66b908514f63332fac06c85fe302
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar  5 19:14:16 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar  5 19:20:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fae6fe9

licenses/EPL-2.0: Fix whitespace.

 licenses/EPL-2.0 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/licenses/EPL-2.0 b/licenses/EPL-2.0
index e23ece2c852..e48e0963459 100644
--- a/licenses/EPL-2.0
+++ b/licenses/EPL-2.0
@@ -261,8 +261,8 @@ No third-party beneficiary rights are created under this 
Agreement.
 
 Exhibit A - Form of Secondary Licenses Notice
 
-"This Source Code may also be made available under the following 
-Secondary Licenses when the conditions for such availability set forth 
+"This Source Code may also be made available under the following
+Secondary Licenses when the conditions for such availability set forth
 in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
 version(s), and exceptions or additional permissions here}."
 
@@ -274,4 +274,4 @@ version(s), and exceptions or additional permissions here}."
   file in a relevant directory) where a recipient would be likely to
   look for such a notice.
 
-  You may add additional accurate notices of copyright ownership.
\ No newline at end of file
+  You may add additional accurate notices of copyright ownership.



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

2018-03-05 Thread Ulrich Müller
commit: 9cfec6c0f206792b3e0517c821ffa9f6d882
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar  5 19:20:07 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar  5 19:20:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfec6c0

licenses: Remove unused.

 licenses/PyGUI  |   1 -
 licenses/dotnet-eula| 128 
 licenses/dvibook|   6 ---
 profiles/license_groups |   2 +-
 4 files changed, 1 insertion(+), 136 deletions(-)

diff --git a/licenses/PyGUI b/licenses/PyGUI
deleted file mode 100644
index 1725e37a942..000
--- a/licenses/PyGUI
+++ /dev/null
@@ -1 +0,0 @@
-This is free software. You are welcome to use it however you want.

diff --git a/licenses/dotnet-eula b/licenses/dotnet-eula
deleted file mode 100644
index d7a4344ed42..000
--- a/licenses/dotnet-eula
+++ /dev/null
@@ -1,128 +0,0 @@
-MICROSOFT SOFTWARE LICENSE TERMS
-MICROSOFT .NET PORTABLE CLASS LIBRARY REFERENCE ASSEMBLIES – 4.6
-These license terms are an agreement between Microsoft Corporation (or
-based on where you live, one of its affiliates) and you. Please read
-them. They apply to the software named above. The terms also apply to
-any Microsoft
-•   updates,
-•   supplements,
-•   Internet-based services, and
-•   support services
-for this software, unless other terms accompany those items. If so,
-those terms apply.
-BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT
-THEM, DO NOT USE THE SOFTWARE.
-IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS
-BELOW.
-1.   INSTALLATION AND USE RIGHTS. You may install and use any number of
-copies of the software to design, develop and test your programs.
-2.   ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.
-a.   Distributable Code. You may distribute the software in developer
-tool programs you develop, to enable customers of your programs to
-develop portable libraries for use with any device or operating system,
-if you comply with the terms below.
-i.   Right to Use and Distribute. The software is “Distributable Code.”
-•   Distributable Code. You may copy and distribute the object code form
-of the software.
-•   Third Party Distribution. You may permit distributors of your
-programs to copy and distribute the Distributable Code as part of those
-programs.
-ii.   Distribution Requirements. For any Distributable Code you
-distribute, you must
-•   add significant primary functionality to it in your programs;
-•   require distributors and your customers to agree to terms that
-protect it at least as much as this agreement;
-•   display your valid copyright notice on your programs; and
-•   indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your
-programs.
-iii.   Distribution Restrictions. You may not
-•   alter any copyright, trademark or patent notice in the Distributable
-Code;
-•   use Microsoft’s trademarks in your programs’ names or in a way that
-suggests your programs come from or are endorsed by Microsoft;
-•   include Distributable Code in malicious, deceptive or unlawful
-programs; or
-•   modify or distribute the Distributable Code so that any part of it
-becomes subject to an Excluded License. An Excluded License is one that
-requires, as a condition of use, modification or distribution, that
-•   the code be disclosed or distributed in source code form; or
-•   others have the right to modify it.
-3.   SCOPE OF LICENSE. The software is licensed, not sold. This
-agreement only gives you some rights to use the software. Microsoft
-reserves all other rights. Unless applicable law gives you more rights
-despite this limitation, you may use the software only as expressly
-permitted in this agreement. In doing so, you must comply with any
-technical limitations in the software that only allow you to use it in
-certain ways. You may not
-•   work around any technical limitations in the software;
-•   reverse engineer, decompile or disassemble the software, except and
-only to the extent that applicable law expressly permits, despite this
-limitation;
-•   publish the software for others to copy; or
-•   rent, lease or lend the software.
-4.   FEEDBACK. You may provide feedback about the software. If you give
-feedback about the software to Microsoft, you give to Microsoft, without
-charge, the right to use, share and commercialize your feedback in any
-way and for any purpose. You also give to third parties, without charge,
-any patent rights needed for their products, technologies and services
-to use or interface with any specific parts of a Microsoft software or
-service that includes the feedback. You will not give feedback that is
-subject to a license that requires Microsoft to license its software or
-documentation to third parties because we include your feedback in
-them. These rights survive this agreement.
-5.   TRANS

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

2018-03-05 Thread Ulrich Müller
commit: 30db2274838fff896c8c2e90b5a790c7cbc4e39d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar  5 19:14:04 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar  5 19:20:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30db2274

licenses/CC-BY-NC-4.0: Fix whitespace.

 licenses/CC-BY-NC-4.0 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/licenses/CC-BY-NC-4.0 b/licenses/CC-BY-NC-4.0
index dddb063deee..1fe4148c933 100644
--- a/licenses/CC-BY-NC-4.0
+++ b/licenses/CC-BY-NC-4.0
@@ -49,7 +49,7 @@ exhaustive, and do not form part of our licenses.
  such as asking that all changes be marked or described.
  Although not required by our licenses, you are encouraged to
  respect those requests where reasonable. More_considerations
- for the public: 
+ for the public:
wiki.creativecommons.org/Considerations_for_licensees
 
 ===
@@ -405,4 +405,3 @@ the avoidance of doubt, this paragraph does not form part 
of the
 public licenses.
 
 Creative Commons may be contacted at creativecommons.org.
-



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

2018-03-05 Thread Ulrich Müller
commit: 8befd237b033f99d88314ece0f33262bb6a215f7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar  5 19:14:26 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar  5 19:20:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8befd237

licenses/JPRS: Unset executable mode bit.

 licenses/JPRS | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/licenses/JPRS b/licenses/JPRS
old mode 100755
new mode 100644



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

2018-03-05 Thread José María Alonso
commit: ed7519ec107be9f77b127af70a1bbd7823a934fc
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Mar  5 19:22:51 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Mar  5 19:23:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7519ec

x11-wm/stumpwm: Drops old version 1.0.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-wm/stumpwm/Manifest |  1 -
 x11-wm/stumpwm/metadata.xml |  3 --
 x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 86 -
 3 files changed, 90 deletions(-)

diff --git a/x11-wm/stumpwm/Manifest b/x11-wm/stumpwm/Manifest
index 4fe87b2..86244f097df 100644
--- a/x11-wm/stumpwm/Manifest
+++ b/x11-wm/stumpwm/Manifest
@@ -1,2 +1 @@
-DIST stumpwm-1.0.0.tar.gz 200794 BLAKE2B 
656d5f72fe578f12725c3a1a66c56e42175a33d9b1f9d9e83f3b323da17d9e1bc00e0dbea546a8298da7ecbb4c9893da74efe8b7f14475863e670254248d6ca2
 SHA512 
eb5bf48a5d185d982e8a9ec7639958f14fd912e0f4c89da205f0bcb0c10a61c3953bce5029c2a301fdcd29fe05c505601d4db30fc50b34b7082ce69bd25b43ac
 DIST stumpwm-1.0.1_rc.tar.gz 197530 BLAKE2B 
2883ee8a0f75d3c673f6b6f65675c98e9fad8ef181b3ed9cf8bbd5eed7c0d63f3f48d021d056265d4e6c14dd0594bfe3a36492cd9bcdf2b3379d2aa62eba1f67
 SHA512 
3ba68987e61bdb46fde9c6bbed82b630be1db3272bdfb844a9d7abf3f810e94e560a28d4951308cab5af1f93b35710b10bb1a1a35450a8445a1b959888266df2

diff --git a/x11-wm/stumpwm/metadata.xml b/x11-wm/stumpwm/metadata.xml
index 280080d2f50..735e47be73d 100644
--- a/x11-wm/stumpwm/metadata.xml
+++ b/x11-wm/stumpwm/metadata.xml
@@ -51,9 +51,6 @@
 Install contrib modules
 Include documentation
 Add support for GNU Emacs
-Use CLISP for the runtime
-Use SCL for the runtime
-Use SBCL for the runtime
   
   
 stumpwm/stumpwm

diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild 
b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
deleted file mode 100644
index ebb4b56c571..000
--- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 autotools elisp-common xdg-utils
-
-DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
-HOMEPAGE="https://stumpwm.github.io/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="contrib doc emacs clisp ecl +sbcl"
-
-RESTRICT="strip mirror"
-
-RDEPEND="dev-lisp/cl-ppcre
-   sbcl?  ( >=dev-lisp/sbcl-1.0.32 )
-   sbcl? ( >=dev-lisp/clx-0.7.3 )
-   !sbcl? ( !clisp? ( !ecl? ( >=dev-lisp/sbcl-1.0.32 ) ) )
-   !sbcl? ( !clisp? (  ecl? ( >=dev-lisp/ecls-10.4.1 ) ) )
-   !sbcl? (  clisp? ( >=dev-lisp/clisp-2.44[X,new-clx] ) )
-   emacs? ( virtual/emacs app-emacs/slime )"
-DEPEND="${RDEPEND}
-   sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-
-PDEPEND="contrib? ( x11-wm/stumpwm-contrib )"
-
-SITEFILE=70${PN}-gentoo.el
-CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}"
-
-get_lisp() {
-   local lisp
-
-   for lisp in "$@" ; do
-   use ${lisp} && echo ${lisp} && return
-   done
-}
-
-install_docs() {
-   local pdffile="${PN}.pdf"
-
-   texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die
-   cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" 
README.Gentoo || die
-   dodoc AUTHORS NEWS README.md README.Gentoo
-   doinfo "${PN}.info"
-   docinto examples ; dodoc sample-stumpwmrc.lisp
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   xdg_environment_reset
-   econf --with-lisp=$(get_lisp sbcl clisp ecl)
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   common-lisp-export-impl-args $(get_lisp sbcl clisp ecl)
-   dobin stumpwm
-   make_session_desktop StumpWM /usr/bin/stumpwm
-
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   # Fix ASDF dir
-   sed -i -e "/(:directory/c\   (:directory \"${CLPKGDIR}\")" \
-   "${D}${CLPKGDIR}/load-stumpwm.lisp" || die
-   use doc && install_docs
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



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

2018-03-05 Thread Hans de Graaff
commit: d62214656ddd5c51835997879e23db78670f457d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar  5 19:24:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  5 19:25:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6221465

dev-ruby/axiom-types: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild 
b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
index 0cbbd0250d8..ee5ffa99775 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2018-03-05 Thread Matt Turner
commit: ce73010e4b9d809439d325259de72cf9159048ee
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  5 19:22:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  5 19:25:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce73010e

x11-apps/iceauth: Version bump to 1.0.8

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-apps/iceauth/Manifest |  1 +
 x11-apps/iceauth/iceauth-1.0.8.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest
index 850619d1b36..bf6ce8475cc 100644
--- a/x11-apps/iceauth/Manifest
+++ b/x11-apps/iceauth/Manifest
@@ -1,2 +1,3 @@
 DIST iceauth-1.0.6.tar.bz2 133531 BLAKE2B 
23119747e42b1901c08bc1e10605ca49200bcfd497f7609ea0b4cbe4c18a9cfd4950fe425dfc9405272e3614f171560c2f158a9602f7724500ca7a8160fbd6e0
 SHA512 
45a89d9742570f837225313032a63d66e658c379e7f6b776836e5aeed17443b26faa48ff23645517bf32353fb346de13b62c61d43f1fb1b044686d9fd4c4578d
 DIST iceauth-1.0.7.tar.bz2 135656 BLAKE2B 
4a17fb2b7a1f2ac1604131c9a91c9c78c7c6e480573dcb68c06c5a300ab8474dcbf6782672c3147bf848a81e6bf20fb602375497cc141ed465d3aa5e59d68b8a
 SHA512 
4fe08b3137904c99219456716879cbdf5b49ca9bf390011ffb44b1e896f9a6e008b5f761346a533e682f5cfbf18d18a859c74ad4268ec8d40002ffb79c33bcd7
+DIST iceauth-1.0.8.tar.bz2 137905 BLAKE2B 
8fb2e29e5f4fee57e5c1f86eb78ce518519f04301e8aa81778e0de6589f62f32478a7cae05db831177f4425eb388f7b666f697314d5ab967ea3e2b6ac7b47d56
 SHA512 
9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1

diff --git a/x11-apps/iceauth/iceauth-1.0.8.ebuild 
b/x11-apps/iceauth/iceauth-1.0.8.ebuild
new file mode 100644
index 000..91065bd578f
--- /dev/null
+++ b/x11-apps/iceauth/iceauth-1.0.8.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="ICE authority file utility"
+
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libICE"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



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

2018-03-05 Thread Ulrich Müller
commit: e81a0aa10c5707d00d628a2bc505aaa60abfb2b7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar  5 19:28:13 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar  5 19:28:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81a0aa1

net-misc/ntpsec: [QA] Remove CVS $Id$ line from header.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/ntpsec/files/ntpd.rc-r2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/ntpsec/files/ntpd.rc-r2 b/net-misc/ntpsec/files/ntpd.rc-r2
index 13fcbdd092d..82a950ef5da 100644
--- a/net-misc/ntpsec/files/ntpd.rc-r2
+++ b/net-misc/ntpsec/files/ntpd.rc-r2
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 description="ntpd - the network time protocol daemon"
 pidfile="/run/ntpd.pid"



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

2018-03-05 Thread Guilherme Amadio
commit: 7e2aaf386ac6e267b252996352b91e7f2f515b36
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Mar  2 12:26:54 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Mar  5 19:29:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2aaf38

x11-libs/gl2ps: version bump to 1.4.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-libs/gl2ps/Manifest   |  1 +
 x11-libs/gl2ps/gl2ps-1.4.0.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/x11-libs/gl2ps/Manifest b/x11-libs/gl2ps/Manifest
index 26d7d5bafa4..40cb87fca8c 100644
--- a/x11-libs/gl2ps/Manifest
+++ b/x11-libs/gl2ps/Manifest
@@ -1 +1,2 @@
 DIST gl2ps-1.3.9.tgz 294907 BLAKE2B 
b8473f9f3fc6cefa2374f6fdd94fb98d73ea79b9c0087ccc573f6b66eafe11098fc4312d8ff121abe2a8d6c9a3474f69dcb321ef978f8777b6dc077e5504621f
 SHA512 
e6770c27d4832a300b4e16a9f98deb8557e7875460e7aa7e655fdb796f5dfffd5eccdc8b15f5a3ae151713fc46f97dacad48ee7550c41373b6fc8cfd21a437cb
+DIST gl2ps-1.4.0.tgz 300339 BLAKE2B 
bda8742dea6c1b4eb3e3a3492e6f38229feb6480131ce69e3512e9c558f7817a34bc76985311c3879cfcec5f715f36f0b8300300dd26025cdb7e72478802aa7d
 SHA512 
420b21a5b4397c9a9a2323a8686b8635c2683354c94762d2d0172c661fc36c4298042498dd8ef2323adf32f45aa4e0a3dba146058ccde597e5a46c2027cbf7ce

diff --git a/x11-libs/gl2ps/gl2ps-1.4.0.ebuild 
b/x11-libs/gl2ps/gl2ps-1.4.0.ebuild
new file mode 100644
index 000..2fcb4189a4e
--- /dev/null
+++ b/x11-libs/gl2ps/gl2ps-1.4.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="OpenGL to PostScript printing library"
+HOMEPAGE="http://www.geuz.org/gl2ps/";
+SRC_URI="http://geuz.org/${PN}/src/${P}.tgz";
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="doc png zlib"
+
+RDEPEND="
+   media-libs/freeglut
+   x11-libs/libXmu
+   png? ( media-libs/libpng:0= )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-tex/tth
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexrecommended )"
+
+S=${WORKDIR}/${P}-source
+
+PATCHES=( "${FILESDIR}"/${PN}-1.3.8-cmake.patch )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   sed '/^install.*TODO\.txt/d' -i "${S}"/CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+   -DENABLE_DOC="$(usex doc)"
+   -DENABLE_PNG="$(usex png)"
+   -DENABLE_ZLIB="$(usex zlib)"
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   install_name_tool \
+   -id "${EPREFIX}"/usr/$(get_libdir)/libgl2ps.dylib \
+   "${D%/}${EPREFIX}"/usr/$(get_libdir)/libgl2ps.dylib || 
die
+   fi
+}



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

2018-03-05 Thread Guilherme Amadio
commit: 475f23e198ba9e76dad67a8762eef64c037c55f3
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Mar  2 09:19:33 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Mar  5 19:29:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475f23e1

dev-lang/perl: use errno.h from prefix, bug #645804

Closes: https://bugs.gentoo.org/645804
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/perl/perl-5.26.1-r2.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-lang/perl/perl-5.26.1-r2.ebuild 
b/dev-lang/perl/perl-5.26.1-r2.ebuild
index 2b6ee9d381d..e23f6e792be 100644
--- a/dev-lang/perl/perl-5.26.1-r2.ebuild
+++ b/dev-lang/perl/perl-5.26.1-r2.ebuild
@@ -325,6 +325,11 @@ src_prepare() {
ext/NDBM_File/Makefile.PL || die
fi
 
+   # Use errno.h from prefix rather than from host system, bug #645804
+   if use prefix; then
+   sed -i "/my..sysroot/s:'':'${EPREFIX}':" ext/Errno/Errno_pm.PL 
|| die
+   fi
+
default
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/srf-ip-conn-srv/

2018-03-05 Thread Fabian Groffen
commit: 7ff53750dafcdf4c67f885c9c53366a8b38dd949
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar  5 19:34:59 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar  5 19:34:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff53750

net-misc/srf-ip-conn-srv: remove stray pid-file, bug #649164

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

 net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid 
b/net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid
deleted file mode 100644
index e9fe9b5ac5a..000
--- a/net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid
+++ /dev/null
@@ -1 +0,0 @@
-22258



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/

2018-03-05 Thread Matt Turner
commit: 3a534e26823b382dcfffa63e521e3ec72c71db16
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  5 19:30:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  5 19:46:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a534e26

x11-proto/xcb-proto: Version bump to 1.13

 x11-proto/xcb-proto/Manifest  |  1 +
 x11-proto/xcb-proto/xcb-proto-1.13.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/x11-proto/xcb-proto/Manifest b/x11-proto/xcb-proto/Manifest
index f954f66206f..e4b1cc4e7be 100644
--- a/x11-proto/xcb-proto/Manifest
+++ b/x11-proto/xcb-proto/Manifest
@@ -1 +1,2 @@
 DIST xcb-proto-1.12.tar.bz2 153890 BLAKE2B 
cdb4b245e838ca56bfdcaa9a0618ce45e5d4da8ee10f7ae3389ff297325c3d81ba446a6385737cc9b053ecb06a0c829d99ab27dceecfec49ac1591c25c832c46
 SHA512 
1f427eaf223971b25b56c9f641350e03f5ebeb17a1fc212ce2a0c892de7aba7e53d5e3958b073a122bb344c387c0ff394cf96f542ff046f33de4e1cd27fb9e5c
+DIST xcb-proto-1.13.tar.bz2 151981 BLAKE2B 
04d90838f8a892103e6d7aa807f1b0b6794f1538c6c986ad3cba67cff3a963ff680e45c2137c5d6330736a3aa1a387d61fc247f23487de9dada2f4013590b4a1
 SHA512 
002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7

diff --git a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
new file mode 100644
index 000..81add3e7b94
--- /dev/null
+++ b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+XORG_MULTILIB=yes
+
+inherit python-r1 xorg-2
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/";
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git";
+[[ ${PV} != * ]] && \
+   SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+   python_setup
+   xorg-2_src_configure
+}
+
+multilib_src_configure() {
+   autotools-utils_src_configure
+
+   if multilib_is_native_abi; then
+   python_foreach_impl autotools-utils_src_configure
+   fi
+}
+
+multilib_src_compile() {
+   default
+
+   if multilib_is_native_abi; then
+   python_foreach_impl autotools-utils_src_compile -C xcbgen \
+   top_builddir="${BUILD_DIR}"
+   fi
+}
+
+src_install() {
+   xorg-2_src_install
+
+   # pkg-config file hardcodes python sitedir, bug 486512
+   sed -i -e '/pythondir/s:=.*$:=/dev/null:' \
+   "${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die
+}
+
+multilib_src_install() {
+   default
+
+   if multilib_is_native_abi; then
+   python_foreach_impl autotools-utils_src_install -C xcbgen \
+   top_builddir="${BUILD_DIR}"
+   fi
+}



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

2018-03-05 Thread Matt Turner
commit: 0e63133704436a0197b34e1eaa2efc8027477440
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  5 19:39:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  5 19:46:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e631337

x11-libs/libxcb: Version bump to 1.13

 x11-libs/libxcb/Manifest   |  1 +
 x11-libs/libxcb/libxcb-1.13.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/x11-libs/libxcb/Manifest b/x11-libs/libxcb/Manifest
index c3a9709b89c..9f78262395e 100644
--- a/x11-libs/libxcb/Manifest
+++ b/x11-libs/libxcb/Manifest
@@ -1 +1,2 @@
 DIST libxcb-1.12.tar.bz2 613822 BLAKE2B 
61f164ba6fb9493fe0692badc74a2866ee08ce3c3499773be0bddf742d0ffc69bb876233aae46a7e76cb9263485eb007d105b16091a73750d490da0528482ff2
 SHA512 
4ce3e3f62b7e1c3a9e61c149c720ef2a4a760539ea615d7d52ae39e7f5a08456dc87d7a1ac5d85ca15dcc468a9a02d56fb8f8f6361c959af9b8780f011995896
+DIST libxcb-1.13.tar.bz2 510453 BLAKE2B 
2bdae7610cb8b3fdefeded6cf457e1c397666d235114439caba114b9e7a6b2af50f2cd8363ebaa3ddfa5c5040b8cdf2960150e1f4db141c572e12b1a2fb0ca9a
 SHA512 
d99bbe386a65f60fcc0cc2935e4a365bc0577b5e90433e18778a665a5aee8ebc8e9e8cb0aedac0ac4a276147c0507e759a716874ea4f80792b2fc18eefbc128c

diff --git a/x11-libs/libxcb/libxcb-1.13.ebuild 
b/x11-libs/libxcb/libxcb-1.13.ebuild
new file mode 100644
index 000..a8f6ab11183
--- /dev/null
+++ b/x11-libs/libxcb/libxcb-1.13.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE=xml
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit python-any-r1 xorg-2
+
+DESCRIPTION="X C-language Bindings library"
+HOMEPAGE="https://xcb.freedesktop.org/";
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git";
+[[ ${PV} != * ]] && \
+   SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc selinux test xkb"
+SLOT="0/1.12"
+
+RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
+# Note: ${PYTHON_USEDEP} needs to go verbatim
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+   doc? ( app-doc/doxygen[dot] )
+   dev-libs/libxslt
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep \
+   
">=x11-proto/xcb-proto-1.13[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+
+python_check_deps() {
+   has_version --host-root ">=x11-proto/xcb-proto-1.13[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable doc devel-docs)
+   $(use_enable selinux)
+   $(use_enable xkb)
+   --enable-xinput
+   )
+   xorg-2_src_configure
+}



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

2018-03-05 Thread Hans de Graaff
commit: 93265123b2ed2230f270434c1136b3095e57c975
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar  5 19:26:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  5 19:46:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93265123

dev-ruby/spring: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/spring/Manifest|  2 --
 dev-ruby/spring/spring-1.7.2.ebuild | 32 
 dev-ruby/spring/spring-2.0.1.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index 9e3c2a394d1..ed3de67a1e4 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1,3 +1 @@
-DIST spring-1.7.2.tar.gz 41340 BLAKE2B 
93ceae1cf7fcf76cfa8bb86f34bf1abc423af7edc4acd006b6fc8a1b09127b340b89a6b78ce595480541fe33405613aedf93ef3adf294ac3c50c38c708cdb1e1
 SHA512 
737bdd3597eeef2c2a832a4060c626f83fe2bc3d6941421c84514086392cfe91f408d9e5cceadfcda03d62a589b6758da6d9c029f5336fca5130e6b6857e
-DIST spring-2.0.1.tar.gz 42129 BLAKE2B 
6be76b0cb5f103f0bab0c5335d28d329a0c80b7dc8630fb1940b8657c52432c2402b7f2b10217bc8c5a7f086cc8976a825c561e839afbe09b9b8b5867dfd7afb
 SHA512 
9ce940fe1a3a6f1df209f8fc7301e37dd68f50e2d50b455d2914131b3c5a8f8ac46a555f8c3f74d441e7e4f552dd9154b0afaee73575f62a37d17cc7f6036a17
 DIST spring-2.0.2.tar.gz 43318 BLAKE2B 
91c032b6e4573721de559f7cdd7013656fd39b71b7d0776b0518ead3730044b6fb25b2900931023a920f1afdf555c2856e4748f052856515ad5fca83df356659
 SHA512 
73d6eb241807dd9bd20e0e393773da77fa22e07c72cd8d909e7ef1330a6c3d1e5ae483d2a10bff5d99f57214a96f87da2eb784c8532ed9e680c1d679dbf4bc0c

diff --git a/dev-ruby/spring/spring-1.7.2.ebuild 
b/dev-ruby/spring/spring-1.7.2.ebuild
deleted file mode 100644
index aa7cc03b51a..000
--- a/dev-ruby/spring/spring-1.7.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rails application preloader"
-HOMEPAGE="https://github.com/rails/spring";
-SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
-
-all_ruby_prepare() {
-   sed -i -e '/files/d' \
-   -e '/bump/d' ${PN}.gemspec || die
-   sed -i -e '/bump/d' Rakefile || die
-}

diff --git a/dev-ruby/spring/spring-2.0.1.ebuild 
b/dev-ruby/spring/spring-2.0.1.ebuild
deleted file mode 100644
index 5c9b85ea588..000
--- a/dev-ruby/spring/spring-2.0.1.ebuild
+++ /dev/null
@@ -1,32 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rails application preloader"
-HOMEPAGE="https://github.com/rails/spring";
-SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-4.2:*"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
-
-all_ruby_prepare() {
-   sed -i -e '/files/d' \
-   -e '/bump/d' ${PN}.gemspec || die
-   sed -i -e '/bump/d' Rakefile || die
-}



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

2018-03-05 Thread Hans de Graaff
commit: 0d8b43e3a9b8d4367e39e02a35175ba538e8e57a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar  5 19:27:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  5 19:46:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8b43e3

dev-ruby/slop: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/slop/Manifest  |  2 --
 dev-ruby/slop/slop-4.5.0.ebuild | 26 --
 dev-ruby/slop/slop-4.6.0.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index 35a7601db7e..85a42e3836b 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -1,6 +1,4 @@
 DIST slop-3.6.0.tgz 19570 BLAKE2B 
a65b4bf689d48f7a97d00a9a06a926d5cd10a62053e9ff3e64e5593eb0adf54a7f6f4a56fb6078860682bad5809922f915aeddd6b8b37b447825aed0545ede9b
 SHA512 
48bc2f56070a6f65b865b76dd5ba2e0e434c2ac5f9efef89301833746c0d01e5d9769ae02cdff8a4cfb0ed67d4306d921eafe086f49dafa0af8521d14bcee2a6
 DIST slop-4.4.1.tgz 14506 BLAKE2B 
2750bba5b58e56e333cfdb5397bda025e6d55cc08411ad2c50f2def00c2dd9830cf9e3078ac0fc34d36e0d940e7985bce19539ba47ac7748cc10a392238cde70
 SHA512 
fc0675ee82664195823e5fe465d0812324722b1ecf8d998e13cdcd2cafa7f5ddab3b10b2912ecaf6213f44edfb8baa09e6437596bd4a9a3d7d329efa52bcfc1e
 DIST slop-4.4.3.tgz 14763 BLAKE2B 
e0bfbf296b5c17fe9b8a96c3b8c579444084882cfa5cdca6a9aee8dac6e1290959b00e12078a79c64c1dd1fd2ca5282b9efae57751a1a2a1435bb3dce617724e
 SHA512 
ef34bde9a11734b833270a7a2e5e41996c448d02ab4af37950abfd053c817d1075f0ec2fb8068642d784e2e285b9cba9d6e002f97a1a84cc7dba84a319624544
-DIST slop-4.5.0.tgz 14916 BLAKE2B 
21cb8052ffec4ff7a6ac748381ee5f0b54b4df62854b37b3d6f7ae02b700c59e24d53397538867ac7a4e85f6b42ddf707985d514b1ce91f98b8c8470c3515602
 SHA512 
bef70f384ffb55fe9c1610a0c15af625966772a1525b4c81ca08f943f8455e0180af1a4028e3c34044084537544e34a3b400bf0d3587235c4362e7ea6048992a
-DIST slop-4.6.0.tgz 15285 BLAKE2B 
1a54c51e18e57abb92395c181b9863308a7433a7d271e62a7bab9b3f004302db36e5f441354700b9a04cebf1bc3c44df7b3eb7c16a20eed1ad21fb644beb3181
 SHA512 
1495a55843d1e33a8c9b9a979ee848b9c43eb86e9c93922e4143e160b7faea561b1d641879b3f4a5f3439c7ce8f5d1a69829a117086b23432a941ab1468cdd84
 DIST slop-4.6.1.tgz 15670 BLAKE2B 
688c01b03489902fae3e5528b3d33618e28f9d26432834a5c92bd7aa9fc1065688d980e2beb0c92bf81a27e5a372bfdd7739e1311954272571a17e7902be709e
 SHA512 
c32714dd54f65fc5f0da680a94a74c0acb573e3fe5bf36770d849180b921e9794bb0a5dadfe340f7177cc91b433c895cf5d22ff078a9b13d872a24a153cf7236

diff --git a/dev-ruby/slop/slop-4.5.0.ebuild b/dev-ruby/slop/slop-4.5.0.ebuild
deleted file mode 100644
index 2ac06d92108..000
--- a/dev-ruby/slop/slop-4.5.0.ebuild
+++ /dev/null
@@ -1,26 +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=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple option parser with an easy to remember syntax and 
friendly API"
-HOMEPAGE="https://github.com/injekt/slop";
-SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/d' slop.gemspec || die
-}

diff --git a/dev-ruby/slop/slop-4.6.0.ebuild b/dev-ruby/slop/slop-4.6.0.ebuild
deleted file mode 100644
index 1d555e7413b..000
--- a/dev-ruby/slop/slop-4.6.0.ebuild
+++ /dev/null
@@ -1,26 +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=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple option parser with an easy to remember syntax and 
friendly API"
-HOMEPAGE="https://github.com/injekt/slop";
-SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/d' slop.gemspec || die
-}



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

2018-03-05 Thread Robin H. Johnson
commit: 017477bc43f80f99a38da5345ca8756e99be1343
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Mar  5 19:39:44 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar  5 19:49:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017477bc

sys-libs/db: tweak test output to reduce a false positive

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-libs/db/db-5.1.29-r1.ebuild | 6 ++
 sys-libs/db/db-5.3.28-r2.ebuild | 6 ++
 sys-libs/db/db-5.3.28-r3.ebuild | 6 ++
 sys-libs/db/db-6.0.35-r1.ebuild | 6 ++
 sys-libs/db/db-6.0.35.ebuild| 6 ++
 sys-libs/db/db-6.1.29-r1.ebuild | 6 ++
 sys-libs/db/db-6.1.29.ebuild| 6 ++
 sys-libs/db/db-6.2.23-r1.ebuild | 6 ++
 sys-libs/db/db-6.2.23.ebuild| 6 ++
 sys-libs/db/db-6.2.32-r1.ebuild | 6 ++
 sys-libs/db/db-6.2.32.ebuild| 6 ++
 11 files changed, 66 insertions(+)

diff --git a/sys-libs/db/db-5.1.29-r1.ebuild b/sys-libs/db/db-5.1.29-r1.ebuild
index 815bcac9ef9..a00e96a4a1b 100644
--- a/sys-libs/db/db-5.1.29-r1.ebuild
+++ b/sys-libs/db/db-5.1.29-r1.ebuild
@@ -94,6 +94,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure
done
+
+   # This is a false positive skip in the tests as the test-reviewer code
+   # looks for 'Skipping\s'
+   sed -i \
+   -e '/db_repsite/s,Skipping:,Skipping,g' \
+   "${S_BASE}"/test/tcl/reputils.tcl || die
 }
 
 src_configure() {

diff --git a/sys-libs/db/db-5.3.28-r2.ebuild b/sys-libs/db/db-5.3.28-r2.ebuild
index a4ef2e665c3..90433d195b8 100644
--- a/sys-libs/db/db-5.3.28-r2.ebuild
+++ b/sys-libs/db/db-5.3.28-r2.ebuild
@@ -103,6 +103,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure || die
done
+
+   # This is a false positive skip in the tests as the test-reviewer code
+   # looks for 'Skipping\s'
+   sed -i \
+   -e '/db_repsite/s,Skipping:,Skipping,g' \
+   "${S_BASE}"/test/tcl/reputils.tcl || die
 }
 
 multilib_src_configure() {

diff --git a/sys-libs/db/db-5.3.28-r3.ebuild b/sys-libs/db/db-5.3.28-r3.ebuild
index 6906ac2db5a..757a78b281e 100644
--- a/sys-libs/db/db-5.3.28-r3.ebuild
+++ b/sys-libs/db/db-5.3.28-r3.ebuild
@@ -103,6 +103,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure || die
done
+
+   # This is a false positive skip in the tests as the test-reviewer code
+   # looks for 'Skipping\s'
+   sed -i \
+   -e '/db_repsite/s,Skipping:,Skipping,g' \
+   "${S_BASE}"/test/tcl/reputils.tcl || die
 }
 
 multilib_src_configure() {

diff --git a/sys-libs/db/db-6.0.35-r1.ebuild b/sys-libs/db/db-6.0.35-r1.ebuild
index d3d38fabd1a..8a69554b06a 100644
--- a/sys-libs/db/db-6.0.35-r1.ebuild
+++ b/sys-libs/db/db-6.0.35-r1.ebuild
@@ -101,6 +101,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure || die
done
+
+   # This is a false positive skip in the tests as the test-reviewer code
+   # looks for 'Skipping\s'
+   sed -i \
+   -e '/db_repsite/s,Skipping:,Skipping,g' \
+   "${S_BASE}"/test/tcl/reputils.tcl || die
 }
 
 multilib_src_configure() {

diff --git a/sys-libs/db/db-6.0.35.ebuild b/sys-libs/db/db-6.0.35.ebuild
index 9b9497e4426..0797982c661 100644
--- a/sys-libs/db/db-6.0.35.ebuild
+++ b/sys-libs/db/db-6.0.35.ebuild
@@ -101,6 +101,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure || die
done
+
+   # This is a false positive skip in the tests as the test-reviewer code
+   # looks for 'Skipping\s'
+   sed -i \
+   -e '/db_repsite/s,Skipping:,Skipping,g' \
+   "${S_BASE}"/test/tcl/reputils.tcl || die
 }
 
 multilib_src_configure() {

diff --git a/sys-libs/db/db-6.1.29-r1.ebuild b/sys-libs/db/db-6.1.29-r1.ebuild
index 97730d01551..4f3570a788d 100644
--- a/sys-libs/db/db-6.1.29-r1.ebuild
+++ b/sys-libs/db/db-6.1.29-r1.ebuild
@@ -101,6 +101,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure || die
done
+
+   # This is a false positive skip in the tests as the test-reviewer code
+   # looks for 'Skipping\s'
+   sed -i \
+   -e '/db_repsite/s,Skipping:,Skipping,g' \
+   "${S_BASE}"/test/tcl/reputils.tcl || die
 }
 
 multilib_src_configure() {

diff --git a/sys-libs/db/db-6.1.29.ebuild b/sys-libs/db/db-6.1.29.ebuild
index c993478412f..5a93fb270c1 100644
--- a/sys-libs/db/db-6.1.29.ebuild
+++ b/sys-libs/db/db-6.1.29.ebuild
@@ -101,6 +101,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" con

[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-03-05 Thread Richard Farina
commit: 19227738b687938df388d8032d5a090e80f5208c
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Mon Mar  5 20:21:27 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 20:21:27 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=19227738

fix minor whitespace damage

 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 7d0c4800..5e760e14 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -269,7 +269,7 @@ case ${clst_hostarch} in
mkdir -p "${clst_target_path}"/boot
else
echo "Preparing EFI boot image"
-   # prepare gentoo.efimg from cdtar's /boot dir 
+   # prepare gentoo.efimg from cdtar's /boot dir
iaSizeTemp=$(du -sk "${clst_target_path}/boot" 
2>/dev/null)
iaSizeB=$(echo ${iaSizeTemp} | cut '-d ' -f1)
iaSize=$((${iaSizeB}+32)) # Add slack



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-03-05 Thread Richard Farina
commit: ae7fbbf99102ced2ef6d67426c5240e8e29c8adf
Author: Ben Kohler  gmail  com>
AuthorDate: Mon Feb 19 17:19:47 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 20:20:19 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ae7fbbf9

create-iso.sh: rework UEFI support for amd64/x86

 targets/support/create-iso.sh | 41 -
 1 file changed, 28 insertions(+), 13 deletions(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index b7c4a7aa..7d0c4800 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -254,54 +254,69 @@ case ${clst_hostarch} in
 
;;
x86|amd64)
-   if [ -e "${clst_target_path}/boot/elilo.efi" ]
+   # detect if an EFI bootloader is desired
+   if  [ -d "${clst_target_path}/boot/efi" ] || \
+   [ -d "${clst_target_path}/boot/EFI" ] || \
+   [ -e "${clst_target_path}/gentoo.efimg" ]
then
-   if [ ! -e "${clst_target_path}/gentoo.efimg" ]
+   if [ -e "${clst_target_path}/gentoo.efimg" ]
then
+   echo "Found prepared EFI boot image at \
+   ${clst_target_path}/gentoo.efimg"
+   # /boot must exist and be empty for later logic
+   echo "Removing /boot contents"
+   rm -rf "${clst_target_path}"/boot
+   mkdir -p "${clst_target_path}"/boot
+   else
+   echo "Preparing EFI boot image"
+   # prepare gentoo.efimg from cdtar's /boot dir 
iaSizeTemp=$(du -sk "${clst_target_path}/boot" 
2>/dev/null)
iaSizeB=$(echo ${iaSizeTemp} | cut '-d ' -f1)
iaSize=$((${iaSizeB}+32)) # Add slack
-
+   echo "Creating loopback file of size 
${iaSize}kB"
dd if=/dev/zero 
of="${clst_target_path}/gentoo.efimg" bs=1k \
count=${iaSize}
+   echo "Formatting loopback file with FAT16 FS"
mkfs.vfat -F 16 -n GENTOO 
"${clst_target_path}/gentoo.efimg"
 
mkdir 
"${clst_target_path}/gentoo.efimg.mountPoint"
+   echo "Mounting FAT16 loopback file"
mount -t vfat -o loop 
"${clst_target_path}/gentoo.efimg" \

"${clst_target_path}/gentoo.efimg.mountPoint"
 
-   echo "Populating EFI image"
+   echo "Populating EFI image file from 
${clst_target_path}/boot"
cp -rv "${clst_target_path}"/boot/* \

"${clst_target_path}/gentoo.efimg.mountPoint"
 
umount 
"${clst_target_path}/gentoo.efimg.mountPoint"
rmdir 
"${clst_target_path}/gentoo.efimg.mountPoint"
-   if [ ! -e 
"${clst_target_path}/boot/grub/stage2_eltorito" ]
-   then
-   echo "Removing /boot"
-   rm -rf "${clst_target_path}/boot"
-   fi
-   else
-   echo "Found populated EFI image at \
-   ${clst_target_path}/gentoo.efimg"
+
+   echo "Removing /boot contents"
+   rm -rf "${clst_target_path}"/boot
+   mkdir -p "${clst_target_path}"/boot
fi
fi
 
if [ -e "${clst_target_path}/isolinux/isolinux.bin" ]
then
+   echo "** Found ISOLINUX bootloader"
if [ -d "${clst_target_path}/boot" ]
then
if [ -n "$(ls ${clst_target_path}/boot)" ]
+   # have stray files in /boot, assume ISOLINUX 
only
then
+   echo "** boot dir not empty, moving 
files to isolinux/ then removing it"
mv "${clst_target_path}"/boot/* 
"${clst_target_path}/isolinux"
rm -r "${clst_target_path}/boot"
echo "Creating ISO using ISOLINUX 
bootloader"
run_mkisofs -J -R -l 
${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o "${1}" -b 
isolinux/isolinux.bin -c isolin

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

2018-03-05 Thread Sergei Trofimovich
commit: 32352578f097afffe72ab10cad2a421a3413b06d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar  5 20:22:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:23:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32352578

media-libs/libebur128: stable 1.2.3 for ppc, bug #634154

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

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

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 28ac4bae311..62233ba34a1 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-03-05 Thread Sergei Trofimovich
commit: f63c19dbb77d4f80f13d82c68ed264fd9782ff38
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar  5 20:22:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:23:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63c19db

dev-vcs/subversion: stable 1.9.7-r1 for ppc, bug #635074

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

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

diff --git a/dev-vcs/subversion/subversion-1.9.7-r1.ebuild 
b/dev-vcs/subversion/subversion-1.9.7-r1.ebuild
index 413b4e8c0a2..fce20acdbc0 100644
--- a/dev-vcs/subversion/subversion-1.9.7-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.9.7-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~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 ~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="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kwallet nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2018-03-05 Thread Sergei Trofimovich
commit: 0887787f04c7578964e7408e40bb71c841496ad9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:07:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0887787f

sys-process/audit: stable 2.7.1 for sparc, bug #649330

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

 sys-process/audit/audit-2.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.7.1.ebuild 
b/sys-process/audit/audit-2.7.1.ebuild
index c812487f758..549371894d2 100644
--- a/sys-process/audit/audit-2.7.1.ebuild
+++ b/sys-process/audit/audit-2.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
 
 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="gssapi ldap python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.



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

2018-03-05 Thread Sergei Trofimovich
commit: a90a0e4769c03430a6a5f0c0b752fac5dd918a0d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:13:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90a0e47

media-sound/grip: stable 3.4.3 for sparc, bug #626864

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

 media-sound/grip/grip-3.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/grip/grip-3.4.3.ebuild 
b/media-sound/grip/grip-3.4.3.ebuild
index 42a84e6794c..7eb40385061 100644
--- a/media-sound/grip/grip-3.4.3.ebuild
+++ b/media-sound/grip/grip-3.4.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
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="vorbis"
 
 # lame and vorbis-tools are no real RDEPENDs. But without them



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/

2018-03-05 Thread Sergei Trofimovich
commit: df8c7122a72b95259a70e03019d237ea861bbaf5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:10:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8c7122

sys-boot/plymouth: stable 0.9.3-r1 for sparc, bug #630530

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

 sys-boot/plymouth/plymouth-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild 
b/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
index 07707fbd471..d765af6fe2f 100644
--- a/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/";
 LICENSE="GPL-2"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="debug gdm +gtk +libkms +pango static-libs"
 
 CDEPEND="



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

2018-03-05 Thread Sergei Trofimovich
commit: efccc1dba17be74481f80cb9e8bb1e8fa9699311
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:19:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efccc1db

dev-python/cliapp: stable 1.20170823 for sparc, bug #611052

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

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

diff --git a/dev-python/cliapp/cliapp-1.20170823.ebuild 
b/dev-python/cliapp/cliapp-1.20170823.ebuild
index 404ddb813f9..13f210c692c 100644
--- a/dev-python/cliapp/cliapp-1.20170823.ebuild
+++ b/dev-python/cliapp/cliapp-1.20170823.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/

2018-03-05 Thread Sergei Trofimovich
commit: 895e5f3de6076b673132293fd460682738c56371
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:16:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895e5f3d

www-apps/roundup: stable 1.5.1 for sparc, bug #593182

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

 www-apps/roundup/roundup-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild 
b/www-apps/roundup/roundup-1.5.1.ebuild
index dd40a00a480..e3693ce0fb5 100644
--- a/www-apps/roundup/roundup-1.5.1.ebuild
+++ b/www-apps/roundup/roundup-1.5.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2018-03-05 Thread Sergei Trofimovich
commit: f817710b27df10f42a39269d9513ff7f1f51ec58
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:11:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f817710b

sys-power/upower: stable 0.99.5 for sparc, bug #630358

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

 sys-power/upower/upower-0.99.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/upower/upower-0.99.5.ebuild 
b/sys-power/upower/upower-0.99.5.ebuild
index 81dc9d79fa2..2b214839bb8 100644
--- a/sys-power/upower/upower-0.99.5.ebuild
+++ b/sys-power/upower/upower-0.99.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=6
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2018-03-05 Thread Sergei Trofimovich
commit: 5eb5188399b2aa963e7ceb75ab8618bea8d27660
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:12:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb51883

x11-wm/afterstep: stable 2.2.12 for sparc, bug #626978

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

 x11-wm/afterstep/afterstep-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/afterstep/afterstep-2.2.12.ebuild 
b/x11-wm/afterstep/afterstep-2.2.12.ebuild
index 00b9f27fb2f..3d2ff1ce70f 100644
--- a/x11-wm/afterstep/afterstep-2.2.12.ebuild
+++ b/x11-wm/afterstep/afterstep-2.2.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://ftp.afterstep.org/stable/AfterStep-${PV}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="alsa debug dbus gif gtk jpeg cpu_flags_x86_mmx nls png svg tiff xinerama"
 
 RDEPEND="



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

2018-03-05 Thread Sergei Trofimovich
commit: ef5b75a7909048121e2034e0bb9d7b81294b08e3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:21:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5b75a7

app-arch/gnome-autoar: keyworded 0.2.2 for sparc, bug #599574

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

 app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5943841eaf9..ee8ace2a959 100644
--- a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
+++ b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="gtk +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=app-arch/libarchive-3.2.0



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

2018-03-05 Thread Sergei Trofimovich
commit: 1181ba102473cc3031e88266b214ffb654154d34
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:15:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1181ba10

app-i18n/canna: keyworded 3.7_p3-r3 for sparc, bug #624226

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

 app-i18n/canna/canna-3.7_p3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/canna/canna-3.7_p3-r3.ebuild 
b/app-i18n/canna/canna-3.7_p3-r3.ebuild
index beb1f7613d3..ac8473821f7 100644
--- a/app-i18n/canna/canna-3.7_p3-r3.ebuild
+++ b/app-i18n/canna/canna-3.7_p3-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="6"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/9565/${MY_P}.tar.bz2"
 
 LICENSE="MIT GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="canuum doc ipv6"
 
 RDEPEND="canuum? (



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

2018-03-05 Thread Sergei Trofimovich
commit: 1e7e3f6462d7dc1758575dbe658f60df6b7c3eab
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:20:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7e3f64

dev-util/cmdtest: stable 0.30 for sparc, bug #611052

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

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

diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild 
b/dev-util/cmdtest/cmdtest-0.30.ebuild
index 5132cb6c58c..fa1e19245ea 100644
--- a/dev-util/cmdtest/cmdtest-0.30.ebuild
+++ b/dev-util/cmdtest/cmdtest-0.30.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 
 RDEPEND="
dev-python/cliapp[${PYTHON_USEDEP}]



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

2018-03-05 Thread Sergei Trofimovich
commit: 8c80c7346e311441a1ad8d89a2c00e09d23525a7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:08:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c80c734

media-gfx/xfig: stable 3.2.6a for sparc, bug #644204

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

 media-gfx/xfig/xfig-3.2.6a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xfig/xfig-3.2.6a.ebuild 
b/media-gfx/xfig/xfig-3.2.6a.ebuild
index ab5e17ea5e1..a65925ef8b0 100644
--- a/media-gfx/xfig/xfig-3.2.6a.ebuild
+++ b/media-gfx/xfig/xfig-3.2.6a.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mcj/${PN}-full-${PV}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg nls postscript"
 
 RDEPEND="



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

2018-03-05 Thread Sergei Trofimovich
commit: a96ab21d064b0f4b1dcdd8c34a37d501f577f3aa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 18:50:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96ab21d

media-libs/libsdl2: move ~sparc keyword forward

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

 media-libs/libsdl2/libsdl2-2.0.7.ebuild | 2 +-
 media-libs/libsdl2/libsdl2-2.0.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.7.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.7.ebuild
index e7d0ad28318..7926374b19b 100644
--- a/media-libs/libsdl2/libsdl2-2.0.7.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.libsdl.org/release/${MY_P}.tar.gz";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="cpu_flags_x86_3dnow alsa altivec custom-cflags dbus fusionsound gles 
haptic +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
wayland X xinerama xscreensaver"
 REQUIRED_USE="

diff --git a/media-libs/libsdl2/libsdl2-2.0.8.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.8.ebuild
index e7d0ad28318..7926374b19b 100644
--- a/media-libs/libsdl2/libsdl2-2.0.8.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.libsdl.org/release/${MY_P}.tar.gz";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="cpu_flags_x86_3dnow alsa altivec custom-cflags dbus fusionsound gles 
haptic +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
wayland X xinerama xscreensaver"
 REQUIRED_USE="



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

2018-03-05 Thread Sergei Trofimovich
commit: 4179124543e0c576379662cc3bf288d5b0dca68c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:14:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41791245

dev-libs/libspt: keyworded 1.1-r3 for sparc, bug #624226

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

 dev-libs/libspt/libspt-1.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libspt/libspt-1.1-r3.ebuild 
b/dev-libs/libspt/libspt-1.1-r3.ebuild
index d922b8c9919..c19a2eea1a0 100644
--- a/dev-libs/libspt/libspt-1.1-r3.ebuild
+++ b/dev-libs/libspt/libspt-1.1-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="6"
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+libtirpc suid"
 RESTRICT="test"
 



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

2018-03-05 Thread Sergei Trofimovich
commit: 4c9e349b0b6925ab224eb9df9a34236a0fcfb234
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:17:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9e349b

dev-python/ttystatus: stable 0.35 for sparc, bug #611052

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

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

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 804a9234c42..cdbfd12ec2f 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-03-05 Thread Richard Farina
commit: 2b63b5e7f84303ff9268b1ecce31d9b8a56c5fc3
Author: Ben Kohler  gmail  com>
AuthorDate: Mon Feb 19 17:26:10 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 20:27:28 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2b63b5e7

kmerge.sh: allow kernel source upgrades w/ kerncache

Currently when kerncache is on and it detects any usable cache, it
adds a package.provided entry so that no new kernel sources will be
installed.  This patch adds a check for newer kernel sources, so if
newer sources are available then it won't create the package.provided
entry.

 targets/support/kmerge.sh | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index ffa3c9e9..dfdb637c 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -221,15 +221,12 @@ then
rm -f ${clst_port_conf}/profile/package.provided
fi
 
-   if [ ! -e ${clst_port_conf}/profile/package.provided ]
-   then
-   mkdir -p ${clst_port_conf}/profile
-   echo "${KERNELVERSION}" > 
${clst_port_conf}/profile/package.provided
+   # Don't use package.provided if there's a pending up/downgrade
+   if [[ "$(portageq best_visible / ${clst_ksource})" == 
"${KERNELVERSION}" ]]; then
+   echo "No pending updates for ${clst_ksource}"
else
-   if ( ! grep -q "^${KERNELVERSION}\$"  
${clst_port_conf}/profile/package.provided )
-   then
-   echo "${KERNELVERSION}" >> 
${clst_port_conf}/profile/package.provided
-   fi
+   echo "Pending updates for ${clst_ksource}, removing 
package.provided"
+   rm ${clst_port_conf}/profile/package.provided
fi
 
[ -L /usr/src/linux ] && rm -f /usr/src/linux



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-03-05 Thread Richard Farina
commit: 3a1a48c7d9d5bbaad0466be572661fc08458edb0
Author: Ben Kohler  gmail  com>
AuthorDate: Mon Mar  5 20:36:43 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 20:36:43 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3a1a48c7

create-iso.sh: don't add kernel to efi boot image

With GRUB2 bootloader, the kernel can be read from the ISO filesystem,
so having a copy of kernel+initramfs in the EFI boot image is redundant.

 targets/support/create-iso.sh | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 5e760e14..2c40f713 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -269,8 +269,8 @@ case ${clst_hostarch} in
mkdir -p "${clst_target_path}"/boot
else
echo "Preparing EFI boot image"
-   # prepare gentoo.efimg from cdtar's /boot dir
-   iaSizeTemp=$(du -sk "${clst_target_path}/boot" 
2>/dev/null)
+   # prepare gentoo.efimg from cdtar's /boot/EFI 
dir
+   iaSizeTemp=$(du -sk 
"${clst_target_path}/boot/EFI" 2>/dev/null)
iaSizeB=$(echo ${iaSizeTemp} | cut '-d ' -f1)
iaSize=$((${iaSizeB}+32)) # Add slack
echo "Creating loopback file of size 
${iaSize}kB"
@@ -284,8 +284,8 @@ case ${clst_hostarch} in
mount -t vfat -o loop 
"${clst_target_path}/gentoo.efimg" \

"${clst_target_path}/gentoo.efimg.mountPoint"
 
-   echo "Populating EFI image file from 
${clst_target_path}/boot"
-   cp -rv "${clst_target_path}"/boot/* \
+   echo "Populating EFI image file from 
${clst_target_path}/boot/EFI"
+   cp -rv "${clst_target_path}"/boot/EFI/ \

"${clst_target_path}/gentoo.efimg.mountPoint"
 
umount 
"${clst_target_path}/gentoo.efimg.mountPoint"



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

2018-03-05 Thread Mike Gilbert
commit: 6a1666a40957373edc87ef268dc30759cce5ca08
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar  5 20:44:02 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar  5 20:44:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1666a4

www-client/chromium: strip unsupported flags when overriding CXX

Closes: https://bugs.gentoo.org/649672
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 www-client/chromium/chromium-65.0.3325.106.ebuild | 1 +
 www-client/chromium/chromium-65.0.3325.88.ebuild  | 1 +
 www-client/chromium/chromium-66.0.3355.0.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/www-client/chromium/chromium-65.0.3325.106.ebuild 
b/www-client/chromium/chromium-65.0.3325.106.ebuild
index 3158c969037..11bbb4b7780 100644
--- a/www-client/chromium/chromium-65.0.3325.106.ebuild
+++ b/www-client/chromium/chromium-65.0.3325.106.ebuild
@@ -382,6 +382,7 @@ src_configure() {
# Force clang since gcc is pretty broken at the moment.
CC=${CHOST}-clang
CXX=${CHOST}-clang++
+   strip-unsupported-flags
fi
 
if tc-is-clang; then

diff --git a/www-client/chromium/chromium-65.0.3325.88.ebuild 
b/www-client/chromium/chromium-65.0.3325.88.ebuild
index 3158c969037..11bbb4b7780 100644
--- a/www-client/chromium/chromium-65.0.3325.88.ebuild
+++ b/www-client/chromium/chromium-65.0.3325.88.ebuild
@@ -382,6 +382,7 @@ src_configure() {
# Force clang since gcc is pretty broken at the moment.
CC=${CHOST}-clang
CXX=${CHOST}-clang++
+   strip-unsupported-flags
fi
 
if tc-is-clang; then

diff --git a/www-client/chromium/chromium-66.0.3355.0.ebuild 
b/www-client/chromium/chromium-66.0.3355.0.ebuild
index 4cbec6b8cb4..4c8e080b09e 100644
--- a/www-client/chromium/chromium-66.0.3355.0.ebuild
+++ b/www-client/chromium/chromium-66.0.3355.0.ebuild
@@ -390,6 +390,7 @@ src_configure() {
# Force clang since gcc is pretty broken at the moment.
CC=${CHOST}-clang
CXX=${CHOST}-clang++
+   strip-unsupported-flags
fi
 
if tc-is-clang; then



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-03-05 Thread Richard Farina
commit: 28d1d8f38a60a099ba4c4aa5e97e02be74ff12b2
Author: Ben Kohler  gmail  com>
AuthorDate: Mon Feb 19 17:21:54 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 20:42:03 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=28d1d8f3

bootloader-setup.sh: add config generator for grub2

 targets/support/bootloader-setup.sh | 35 ++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index ffe7be2f..8d3e5e7d 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -338,6 +338,38 @@ case ${clst_hostarch} in
echo "  localboot -1" >> $icfg
echo "  MENU HIDE" >> $icfg
fi
+   
+   # GRUB2
+   if [ -d $1/grub ]
+   then
+   if [ -e $1/isolinux/isolinux.bin ]
+   then
+   kern_subdir=/isolinux
+   else
+   cp -f $1/boot/* $1/grub
+   kern_subdir=/grub
+   fi
+   
+   iacfg=$1/grub/grub.cfg
+   echo 'set default=0' > ${iacfg}
+   echo 'set gfxpayload=keep' >> ${iacfg}
+   echo 'set timeout=10' >> ${iacfg}
+   echo 'insmod all_video' >> ${iacfg}
+   echo '' >> ${iacfg}
+   for x in ${clst_boot_kernel}
+   do
+   echo "menuentry 'Boot LiveCD (kernel: ${x})' 
--class gnu-linux --class os {"  >> ${iacfg}
+   echo "  linux ${kern_subdir}/${x} 
${default_append_line}" >> ${iacfg}
+   echo "  initrd ${kern_subdir}/${x}.igz" >> 
${iacfg}
+   echo "}" >> ${iacfg}
+   echo "" >> ${iacfg}
+   echo "menuentry 'Boot LiveCD (kernel: ${x}) 
(cached)' --class gnu-linux --class os {"  >> ${iacfg}
+   echo "  linux ${kern_subdir}/${x} 
${default_append_line}" >> ${iacfg}
+   echo "  initrd ${kern_subdir}/${x}.igz" >> 
${iacfg}
+   echo "}" >> ${iacfg}
+   echo "" >> ${iacfg}
+   done
+   fi
 
if [ -e $1/boot/efi/elilo.efi ]
then
@@ -362,7 +394,8 @@ case ${clst_hostarch} in
done
cp ${iacfg} $1/boot/efi/boot
fi
-
+   
+   # GRUB legacy (0.97)
if [ -e $1/boot/grub/stage2_eltorito ]
then
icfg=$1/boot/grub/menu.lst



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-03-05 Thread Richard Farina
commit: aa0c5d61471e9f8ffa403c2005ff84b60ffa6797
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Mon Mar  5 20:45:04 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar  5 20:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=aa0c5d61

fix whitespace damage

 targets/support/bootloader-setup.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index 8d3e5e7d..33e26874 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -338,7 +338,7 @@ case ${clst_hostarch} in
echo "  localboot -1" >> $icfg
echo "  MENU HIDE" >> $icfg
fi
-   
+
# GRUB2
if [ -d $1/grub ]
then
@@ -349,7 +349,7 @@ case ${clst_hostarch} in
cp -f $1/boot/* $1/grub
kern_subdir=/grub
fi
-   
+
iacfg=$1/grub/grub.cfg
echo 'set default=0' > ${iacfg}
echo 'set gfxpayload=keep' >> ${iacfg}
@@ -394,7 +394,7 @@ case ${clst_hostarch} in
done
cp ${iacfg} $1/boot/efi/boot
fi
-   
+
# GRUB legacy (0.97)
if [ -e $1/boot/grub/stage2_eltorito ]
then



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

2018-03-05 Thread Ian Stakenvicius
commit: 6a151dad6741ecc70051f8269f78ebfe7dcbe0d3
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Mar  5 20:22:35 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Mar  5 20:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a151dad

dev-libs/nss: fix compilation on amd64 of v3.35

Upstream fixed in 3.36 and backported to 3.35 (unreleased) via
https://bugzilla.mozilla.org/show_bug.cgi?id=1432455

Bug: http://bugs.gentoo.org/646382
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/nss-3.35-Hacl_Poly1305_64-aarch64.patch  | 36 ++
 dev-libs/nss/nss-3.35.ebuild   |  3 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-libs/nss/files/nss-3.35-Hacl_Poly1305_64-aarch64.patch 
b/dev-libs/nss/files/nss-3.35-Hacl_Poly1305_64-aarch64.patch
new file mode 100644
index 000..c05d103e25b
--- /dev/null
+++ b/dev-libs/nss/files/nss-3.35-Hacl_Poly1305_64-aarch64.patch
@@ -0,0 +1,36 @@
+
+# HG changeset patch
+# User Daiki Ueno 
+# Date 1516710574 -3600
+# Node ID 74e679158d1bfe05c173e995ae7dc5a05ae02fe0
+# Parent  b3feffd76f4714139f72369f82b28619a704dbd6
+Bug 1432455, Build Hacl_Poly1305_64.o on AArch64 even with make, r=fkiefer
+
+diff --git a/lib/freebl/Makefile b/lib/freebl/Makefile
+--- a/lib/freebl/Makefile
 b/lib/freebl/Makefile
+@@ -522,17 +522,22 @@ ifndef NSS_DISABLE_CHACHAPOLY
+ 
+ ifneq (1,$(CC_IS_GCC))
+ EXTRA_SRCS += chacha20.c
+ VERIFIED_SRCS += Hacl_Chacha20.c
+ else
+ EXTRA_SRCS += chacha20_vec.c
+ endif
+ else
+-EXTRA_SRCS += poly1305.c
++ifeq ($(CPU_ARCH),aarch64)
++EXTRA_SRCS += Hacl_Poly1305_64.c
++else
++EXTRA_SRCS += poly1305.c
++endif
++
+ EXTRA_SRCS += chacha20.c
+ VERIFIED_SRCS += Hacl_Chacha20.c
+ endif # x86_64
+ endif # NSS_DISABLE_CHACHAPOLY
+ 
+ ifeq (,$(filter-out i386 x386 x86 x86_64 aarch64,$(CPU_ARCH)))
+ # All intel architectures get the 64 bit version
+ # With custom uint128 if necessary (faster than generic 32 bit version).
+

diff --git a/dev-libs/nss/nss-3.35.ebuild b/dev-libs/nss/nss-3.35.ebuild
index d21c8184ed4..dac240facdf 100644
--- a/dev-libs/nss/nss-3.35.ebuild
+++ b/dev-libs/nss/nss-3.35.ebuild
@@ -63,6 +63,9 @@ src_prepare() {
"${DISTDIR}/${PN}-cacert-class1-class3.patch"
)
fi
+   # bug 646382
+   # https://bugzilla.mozilla.org/show_bug.cgi?id=1432455
+   PATCHES+=( "${FILESDIR}"/${P}-Hacl_Poly1305_64-aarch64.patch )
 
default
 



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

2018-03-05 Thread Tobias Klausmann
commit: 4beeefd31b97649898555ebedeacdc29aef0a2a3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:05 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4beeefd3

app-text/highlight-3.42-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/613682

 app-text/highlight/highlight-3.42-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-3.42-r1.ebuild 
b/app-text/highlight/highlight-3.42-r1.ebuild
index 2e0eb8be160..f3e47428ab2 100644
--- a/app-text/highlight/highlight-3.42-r1.ebuild
+++ b/app-text/highlight/highlight-3.42-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 RDEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: c187cba1c7305dbc97dbd7b8c3095dd9a53f7021
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:12 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c187cba1

app-admin/webalizer-2.23.08-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648092

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

diff --git a/app-admin/webalizer/webalizer-2.23.08.ebuild 
b/app-admin/webalizer/webalizer-2.23.08.ebuild
index 04e5cfb7eea..ea893c1a44c 100644
--- a/app-admin/webalizer/webalizer-2.23.08.ebuild
+++ b/app-admin/webalizer/webalizer-2.23.08.ebuild
@@ -27,7 +27,7 @@ 
SRC_URI="ftp://ftp.mrunix.net/pub/webalizer/${MY_P}-src.tar.bz2
${GEODB_URL}/webalizer-geodb-${GEODB_DATE}.tgz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="bzip2 xtended geoip nls"
 SLOT="0"
 



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

2018-03-05 Thread Tobias Klausmann
commit: 973281f14215afecde7e56089bcbf90275f31038
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973281f1

sys-fs/mtools-4.0.18-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648852

 sys-fs/mtools/mtools-4.0.18-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/mtools/mtools-4.0.18-r2.ebuild 
b/sys-fs/mtools/mtools-4.0.18-r2.ebuild
index b24e3026f32..4f6e87a3b1e 100644
--- a/sys-fs/mtools/mtools-4.0.18-r2.ebuild
+++ b/sys-fs/mtools/mtools-4.0.18-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x64-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x64-solaris"
 IUSE="X elibc_glibc"
 
 DEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: 76b0735123d9050ff2c101ba8264bf9055988ec4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b07351

x11-misc/xscreensaver-5.38-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649176

 x11-misc/xscreensaver/xscreensaver-5.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.38.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.38.ebuild
index 3022d9313c1..11d09676b00 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.38.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.38.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="gdm jpeg new-login offensive opengl pam +perl selinux suid xinerama"
 
 COMMON_DEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: e4728ba4298b6e37294364cff408eade61660d43
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:11 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4728ba4

dev-python/protobuf-python-3.5.1.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/647462

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

diff --git a/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild
index db097c8fc62..25ad0038bb7 100644
--- a/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}



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

2018-03-05 Thread Tobias Klausmann
commit: e0ed2104020d8cbe8122a81e4ddac0ced3f13329
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:11 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ed2104

dev-libs/protobuf-3.5.1.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/647462

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

diff --git a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild 
b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild
index 47519c697c1..abdb879ab37 100644
--- a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples static-libs test zlib"
 
 RDEPEND="emacs? ( virtual/emacs )



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

2018-03-05 Thread Tobias Klausmann
commit: a651142626ed616e0fac2675e97a93d2fb2c8572
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6511426

dev-python/configparser-3.5.0-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649350

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

diff --git a/dev-python/configparser/configparser-3.5.0-r1.ebuild 
b/dev-python/configparser/configparser-3.5.0-r1.ebuild
index 3943953f644..12ef27784d4 100644
--- a/dev-python/configparser/configparser-3.5.0-r1.ebuild
+++ b/dev-python/configparser/configparser-3.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



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

2018-03-05 Thread Tobias Klausmann
commit: 525935ccee07d10d655eae5fdd6b38ff014740a7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525935cc

media-libs/resid-0.16_p2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648280

 media-libs/resid/resid-0.16_p2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild 
b/media-libs/resid/resid-0.16_p2-r1.ebuild
index aff86979f43..8b002a261a8 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
 IUSE="static-libs"
 
 S=${WORKDIR}/${PN}-${MY_MAJ}



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

2018-03-05 Thread Tobias Klausmann
commit: 61554bbd873df0d3dedeee128ec007f602a70d20
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:12 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61554bbd

dev-libs/judy-1.0.5-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648226

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

diff --git a/dev-libs/judy/judy-1.0.5-r2.ebuild 
b/dev-libs/judy/judy-1.0.5-r2.ebuild
index e118223b34d..a1af11e7c41 100644
--- a/dev-libs/judy/judy-1.0.5-r2.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



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

2018-03-05 Thread Tobias Klausmann
commit: 9a08a86a8cb0a81f6a8b3e7cab29e9093a956656
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a08a86a

sys-apps/man-1.6g-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648824

 sys-apps/man/man-1.6g-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man/man-1.6g-r1.ebuild b/sys-apps/man/man-1.6g-r1.ebuild
index f1ed1ad0340..2e4652ddccc 100644
--- a/sys-apps/man/man-1.6g-r1.ebuild
+++ b/sys-apps/man/man-1.6g-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://primates.ximian.com/~flucifredi/man/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-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"
 IUSE="+lzma nls selinux"
 
 DEPEND="nls? ( sys-devel/gettext )"



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

2018-03-05 Thread Tobias Klausmann
commit: 87b784b606516d8bb6a8eb691252a58e6345c916
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b784b6

media-libs/giblib-1.2.4-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648272

 media-libs/giblib/giblib-1.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/giblib/giblib-1.2.4-r1.ebuild 
b/media-libs/giblib/giblib-1.2.4-r1.ebuild
index 52b2b7c4e3f..1c4c401d551 100644
--- a/media-libs/giblib/giblib-1.2.4-r1.ebuild
+++ b/media-libs/giblib/giblib-1.2.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz";
 
 LICENSE="feh"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/imlib2-1.0.3[X]



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

2018-03-05 Thread Tobias Klausmann
commit: 3178d254ddc4772e2689f6851fdeaf98ba1de6bf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3178d254

dev-python/pycodestyle-2.3.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649350

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

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 4098cdafcb6..b977897d1a8 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-03-05 Thread Tobias Klausmann
commit: 9dc5e30fead808879008ca621539a62a1b0d9c7f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc5e30f

virtual/python-funcsigs-1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649350

 virtual/python-funcsigs/python-funcsigs-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-1.ebuild
index 897f2518d2a..e35cd1ef4ca 100644
--- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: 341ecaa153fd4ff191feb6a42b285f8231b37adb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:12 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341ecaa1

net-libs/mbedtls-2.7.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/647800

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

diff --git a/net-libs/mbedtls/mbedtls-2.7.1.ebuild 
b/net-libs/mbedtls/mbedtls-2.7.1.ebuild
index 460a6ad7601..f8d1a841555 100644
--- a/net-libs/mbedtls/mbedtls-2.7.1.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.7.1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/10" # slot for libmbedtls.so
-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"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib"
 
 RDEPEND="



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

2018-03-05 Thread Tobias Klausmann
commit: 036508b3be6ed10b726663b449c33b46c3a73f6a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:12 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036508b3

mail-filter/dcc-1.3.158-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648242

 mail-filter/dcc/dcc-1.3.158.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/dcc/dcc-1.3.158.ebuild 
b/mail-filter/dcc/dcc-1.3.158.ebuild
index eb41bfe7d6e..de62003ecc0 100644
--- a/mail-filter/dcc/dcc-1.3.158.ebuild
+++ b/mail-filter/dcc/dcc-1.3.158.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.rhyolite.com/anti-spam/dcc/source/old/${P}.tar.Z";
 
 LICENSE="DCC GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # 
~amd64-fbsd
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # 
~amd64-fbsd
 IUSE="cgi ipv6 rrdtool milter"
 
 RDEPEND="dev-lang/perl



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

2018-03-05 Thread Tobias Klausmann
commit: 2dbec66f0790fc4c5dcebfa83b7de9ae8ace64f3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbec66f

dev-python/mccabe-0.6.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649350

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

diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1.ebuild
index aab43eb5d67..d8680e1ff0b 100644
--- a/dev-python/mccabe/mccabe-0.6.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 
~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



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

2018-03-05 Thread Tobias Klausmann
commit: 98b83308883dac6bbed9ea915c85fc8478627f3a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b83308

net-libs/libnfsidmap-0.25-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648400

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

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index 594bed9aaf5..5c5e891191a 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



  1   2   3   4   5   6   7   8   9   10   >