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

2018-01-22 Thread Hans de Graaff
commit: d697a57e905c0dd13c2a43fc37905effbb5affee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 08:08:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 08:09:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d697a57e

dev-util/jenkins-bin: add 2.89.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/jenkins-bin/Manifest  |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 270b7794c00..4bbeb203735 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,3 +1,4 @@
 DIST jenkins-bin-2.89.2.war 74294776 BLAKE2B 
a163d6bd542b01cfcd5781fab524d91ec74ff0dacced3213366832e6839616554f0c42dd1ed580c55fccda693736b5f4041a6eff7bc5e66a6edf608ce3126bb3
 SHA512 
dfaa5ce0e3cf679fff8f3a1234db8dd88087d221cd1d0f4a84c2a41a5463f9fc2645fa9ba3bcd86f793bb07ef74a0efb3075fd28f3fdf7ccffb18904a8a69231
+DIST jenkins-bin-2.89.3.war 74292096 BLAKE2B 
63df34eef6786ae81ed8e6d486b77e13125fb3b74ed6db03ea45d2c57d9f49c6648e2ffcd4b042261de287cd60a13a43a7e93f151b32b113c8847221ce4594ad
 SHA512 
777b4d7cf1420cbc6bc7da22a0ede75fc07d5d66af500f6e7ebde75475c7046051da6c18f695bdfd4dd238b57355828a5d5b43775a8b4eb3bd84db35d18a9874
 DIST jenkins-bin-2.95.war 74275142 BLAKE2B 
b2865010628940f216bf39847203d786ef63ec8f18b8adabec629b7ef7b01681dbdd381738163cff9c04f75b50705cfa5c9aad9bcf038fbfb9c91abb738fc1b6
 SHA512 
2002953a49cacdac8a93f24335d489dc4c10c7ae3f3bc80b4f6dd524a5ac1984fc7229c570e0c79dd53c51bf609cc989193c0a6881f2e0b9d8dd49e47bad20dd
 DIST jenkins-bin-2.97.war 74297213 BLAKE2B 
374266b466736d8e6b6abdef13718e132336525926f28c6ced413dd1a091568bae81900133efc5a0efa96e41847e17b483e8842884c3efa7457c59cdb4bd32f6
 SHA512 
e784e35136c079caaae12788afa093830cd4d1d4f657b2f11571db5b7a3fa3271d2cd50a8793097905bc0ba67b8ad0bf78b94db00d86ab722453f4c0a41f647e

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild
new file mode 100644
index 000..95d08ad47b2
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/";
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2018-01-22 Thread Sergei Trofimovich
commit: dcb500d5378bacbbab716caee9bf95fd869261ff
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 22 08:14:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 22 08:15:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb500d5

sys-process/time: stable 1.7.2 for ia64, bug #643016

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

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

diff --git a/sys-process/time/time-1.7.2.ebuild 
b/sys-process/time/time-1.7.2.ebuild
index b2a9570ce1a..2dbebf19cb4 100644
--- a/sys-process/time/time-1.7.2.ebuild
+++ b/sys-process/time/time-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"



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

2018-01-22 Thread Sergei Trofimovich
commit: d35578d67100130661ae1bc869b6bfb54b507d6d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 22 08:31:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 22 08:31:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35578d6

media-libs/gegl: stable 0.3.26 for ia64, bug #641322

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

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

diff --git a/media-libs/gegl/gegl-0.3.26.ebuild 
b/media-libs/gegl/gegl-0.3.26.ebuild
index ae53b1e4361..53a4e638e09 100644
--- a/media-libs/gegl/gegl-0.3.26.ebuild
+++ b/media-libs/gegl/gegl-0.3.26.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A graph based image processing framework"



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

2018-01-22 Thread Sergei Trofimovich
commit: a46b093f2d974f565f7e87b36187e312284035fb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 22 08:31:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 22 08:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46b093f

media-libs/babl: stable 0.1.38 for ia64, bug #641322

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

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

diff --git a/media-libs/babl/babl-0.1.38.ebuild 
b/media-libs/babl/babl-0.1.38.ebuild
index 56e3e620a12..4640717f4fa 100644
--- a/media-libs/babl/babl-0.1.38.ebuild
+++ b/media-libs/babl/babl-0.1.38.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



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

2018-01-22 Thread Jeroen Roovers
commit: a2e67413ffef6eafd1e28ec3ecfaedd12ceb6dc5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 08:39:55 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 08:40:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e67413

media-gfx/librecad: insinto -> docinto (bug #637950).

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 ...{librecad-.ebuild => librecad-2.1.3-r3.ebuild} | 19 ++-
 media-gfx/librecad/librecad-.ebuild   |  2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/media-gfx/librecad/librecad-.ebuild 
b/media-gfx/librecad/librecad-2.1.3-r3.ebuild
similarity index 69%
copy from media-gfx/librecad/librecad-.ebuild
copy to media-gfx/librecad/librecad-2.1.3-r3.ebuild
index de157dedc9e..20902c58015 100644
--- a/media-gfx/librecad/librecad-.ebuild
+++ b/media-gfx/librecad/librecad-2.1.3-r3.ebuild
@@ -3,16 +3,15 @@
 
 EAPI=5
 
-inherit eutils git-r3 qmake-utils
+inherit eutils qmake-utils
 
 DESCRIPTION="Generic 2D CAD program"
 HOMEPAGE="http://www.librecad.org/";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git";
+SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 IUSE="3d debug doc tools"
 
@@ -29,11 +28,15 @@ DEPEND="
media-libs/freetype:2"
 
 RDEPEND="${DEPEND}"
-S="${WORKDIR}/librecad-${PV}"
+S="${WORKDIR}/LibreCAD-${PV}"
 
 src_prepare() {
+#  epatch "${FILESDIR}/iota-fix-2.1.1.patch"
+
# currently RS_VECTOR3D causes an internal compiler error on GCC-4.8
-   use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die
+   if ! use 3d; then
+   sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die
+   fi
 }
 
 src_configure() {
@@ -43,11 +46,9 @@ src_configure() {
 src_install() {
dobin unix/librecad
use tools && dobin unix/ttf2lff
-   insinto /usr/share
-   doins -r unix/appdata
insinto /usr/share/${PN}
doins -r unix/resources/*
-   use doc && insinto html && dodoc -r librecad/support/doc/*
+   use doc && docinto html && dodoc -r librecad/support/doc/*
insinto /usr/share/appdata
doins unix/appdata/librecad.appdata.xml
doicon librecad/res/main/${PN}.png

diff --git a/media-gfx/librecad/librecad-.ebuild 
b/media-gfx/librecad/librecad-.ebuild
index de157dedc9e..efb61a9472a 100644
--- a/media-gfx/librecad/librecad-.ebuild
+++ b/media-gfx/librecad/librecad-.ebuild
@@ -47,7 +47,7 @@ src_install() {
doins -r unix/appdata
insinto /usr/share/${PN}
doins -r unix/resources/*
-   use doc && insinto html && dodoc -r librecad/support/doc/*
+   use doc && docinto html && dodoc -r librecad/support/doc/*
insinto /usr/share/appdata
doins unix/appdata/librecad.appdata.xml
doicon librecad/res/main/${PN}.png



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

2018-01-22 Thread Lars Wendler
commit: d3b054fa3752653efb16ba2823831b3084589e43
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 22 09:22:00 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 22 09:22:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b054fa

net-misc/openssh: Revbump without messing with HPN.

@zmedico: Please leave openssh to base-system team.
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-misc/openssh/{openssh-7.6_p1-r1.ebuild => openssh-7.6_p1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.6_p1-r1.ebuild 
b/net-misc/openssh/openssh-7.6_p1-r2.ebuild
similarity index 99%
rename from net-misc/openssh/openssh-7.6_p1-r1.ebuild
rename to net-misc/openssh/openssh-7.6_p1-r2.ebuild
index 6cc76cb2541..1b63bd1c5b7 100644
--- a/net-misc/openssh/openssh-7.6_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-7.6_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2018-01-22 Thread Lars Wendler
commit: c39f238a2a542775be7c258de23beeef708d97e2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 22 09:19:07 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 22 09:19:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39f238a

Revert "net-misc/openssh: revbumps for net-libs/ldns dep change"

This reverts commit de02520f0c9d660af8a2cd0317648f69177f57c1.

 .../openssh/{openssh-7.5_p1-r4.ebuild => openssh-7.5_p1-r3.ebuild}  | 0
 .../openssh/{openssh-7.6_p1-r2.ebuild => openssh-7.6_p1-r1.ebuild}  | 6 +++---
 .../openssh/{openssh-7.6_p1-r2.ebuild => openssh-7.6_p1.ebuild} | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/openssh/openssh-7.5_p1-r4.ebuild 
b/net-misc/openssh/openssh-7.5_p1-r3.ebuild
similarity index 100%
rename from net-misc/openssh/openssh-7.5_p1-r4.ebuild
rename to net-misc/openssh/openssh-7.5_p1-r3.ebuild

diff --git a/net-misc/openssh/openssh-7.6_p1-r2.ebuild 
b/net-misc/openssh/openssh-7.6_p1-r1.ebuild
similarity index 97%
copy from net-misc/openssh/openssh-7.6_p1-r2.ebuild
copy to net-misc/openssh/openssh-7.6_p1-r1.ebuild
index 85aa2df1bc1..6cc76cb2541 100644
--- a/net-misc/openssh/openssh-7.6_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-7.6_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit user flag-o-matic multilib autotools pam systemd 
versionator
 # and _p? releases.
 PARCH=${P/_}
 
-HPN_PATCH="${PARCH}-hpnssh14v12.tar.xz"
+#HPN_PATCH="${PARCH}-hpnssh14v12.tar.xz"
 SCTP_PATCH="${PN}-7.6_p1-sctp.patch.xz"
 LDAP_PATCH="${PN}-lpk-7.6p1-0.3.14.patch.xz"
 X509_VER="11.0" X509_PATCH="${PN}-${PV/_}+x509-${X509_VER}.diff.gz"
@@ -27,7 +27,7 @@ LICENSE="BSD 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 ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
-IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldap ldns 
libedit libressl livecd pam +pie sctp selinux skey +ssl static test X X509"
+IUSE="abi_mips_n32 audit bindist debug ${HPN_PATCH:++}hpn kerberos 
kernel_linux ldap ldns libedit libressl livecd pam +pie sctp selinux skey +ssl 
static test X X509"
 REQUIRED_USE="ldns? ( ssl )
pie? ( !static )
static? ( !kerberos !pam )

diff --git a/net-misc/openssh/openssh-7.6_p1-r2.ebuild 
b/net-misc/openssh/openssh-7.6_p1.ebuild
similarity index 98%
rename from net-misc/openssh/openssh-7.6_p1-r2.ebuild
rename to net-misc/openssh/openssh-7.6_p1.ebuild
index 85aa2df1bc1..490a91163fa 100644
--- a/net-misc/openssh/openssh-7.6_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-7.6_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ LICENSE="BSD 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 ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
-IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldap ldns 
libedit libressl livecd pam +pie sctp selinux skey +ssl static test X X509"
+IUSE="abi_mips_n32 audit bindist debug ${HPN_PATCH:++}hpn kerberos 
kernel_linux ldap ldns libedit libressl livecd pam +pie sctp selinux skey +ssl 
static test X X509"
 REQUIRED_USE="ldns? ( ssl )
pie? ( !static )
static? ( !kerberos !pam )



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-01-22 Thread Eray Aslan
commit: 146c767cad2ef751e43b0b6dec1507828199d894
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan 22 09:23:42 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan 22 09:24:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146c767c

mail-mta/postfix: bump to 3.3_pre20180121

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.3_pre20180107.ebuild => postfix-3.3_pre20180121.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 4368170387f..57ca8760544 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -3,5 +3,5 @@ DIST postfix-3.1.6.tar.gz 4341308 BLAKE2B 
6a5ec763cf96770240f63b35b4532c555cc6e5
 DIST postfix-3.2.2.tar.gz 4390318 BLAKE2B 
4d0648ad89c90b13573bf9a2721919f90fa706a37d745889bc1e3a38e5f5277af848e2ba6eed8f61dec68f53ac65fd67c133bc37ed73ecb350baa76834a5a33c
 SHA512 
9432fa8b181db99b8e2d72b2a0f640d1456b10c42615f0a002638f7f788d748b8bb55cd36409a368ac4f6d22033d1d059728fa33980fb93d465b6dfd5ae26418
 DIST postfix-3.2.3.tar.gz 4390567 BLAKE2B 
911b183c318bc60cfd1ba2ae5e9467cfe3cc62f9787c7566f2edea7b867974bc90f0cc4b236f71b50c08a1696e6d60beeccdc634d7bf7f3a600c260b89743a36
 SHA512 
99ea74a5a0620e739668e55d620a0370b72c4802983a8a4cf4d6c51c6f8f5573128f2d6869386cedadba66b3f741df2f18867a059facd94092ac95f6da3a600c
 DIST postfix-3.2.4.tar.gz 4390376 BLAKE2B 
132a6b467f9156d716a92cc7beae0f9a7c47e6a2045e83726a5e7305e6f9bf666ebcfb93a9ab1a96ec988431661059d62e926287bd13089eeb4bab3e8f4b9fc7
 SHA512 
6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
-DIST postfix-3.3-20180107.tar.gz 4427783 BLAKE2B 
ea036647edb3ddd3bd48675a94c9ae2759db82b21736309fca1e9dd491c6243a11b0de39b412994c5d1a162d3fdf5da9173221bd93f5393cac8295b66f65e546
 SHA512 
0fdf7a152b4efc0583bdff78cf8ba198bb28344374387510f370beae6f207af3ff42d4a94c2e0d1aea9d5f5ad819840289e2bd4ce073b5234d834cf53f1bde31
+DIST postfix-3.3-20180121.tar.gz 4416991 BLAKE2B 
74cd6872de829497b23b44da7784589e0f951ec1ab30c8e89423751313fb628cb6d0040ae86aa91f4b643a61bec5f6efbc3a2ec71260c3d13aa2300de1fa59c4
 SHA512 
22ce460cf90bac235dc0db3790a21c73de9c81949bb245db0256e807ce6e81e32eb0a9260ec1ff64ddc85da107648ea66a5b42ec7198a5ac66a5bdbf520cd000
 DIST postfix-vda-v13-2.10.0.patch 55701 BLAKE2B 
d8df041bb4ae7457cd066e71b6ae9470840d42edc9990a550ae51356cd62bfb08516250249030da26d1ef475619f0ebd609570d84ce57f8cdc347a2824b29536
 SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62

diff --git a/mail-mta/postfix/postfix-3.3_pre20180107.ebuild 
b/mail-mta/postfix/postfix-3.3_pre20180121.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.3_pre20180107.ebuild
rename to mail-mta/postfix/postfix-3.3_pre20180121.ebuild



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

2018-01-22 Thread Lars Wendler
commit: afbdb3ca9a3d841af88e84c3a74e2d4a96fe8020
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 22 10:20:39 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 22 10:21:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbdb3ca

net-fs/samba: Restricted tests. They are totally broken.

Bug: https://bugs.gentoo.org/639024
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-fs/samba/samba-4.5.15.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-fs/samba/samba-4.5.15.ebuild b/net-fs/samba/samba-4.5.15.ebuild
index 22869843815..6638c6ba5dc 100644
--- a/net-fs/samba/samba-4.5.15.ebuild
+++ b/net-fs/samba/samba-4.5.15.ebuild
@@ -27,6 +27,12 @@ SLOT="0"
 IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap 
pam
 quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind 
zeroconf"
 
+# the test suite is messed, it uses system-installed samba
+# bits instead of what was built, tests things disabled via use
+# flags, and generally just fails to work in a way ebuilds could
+# rely on in its current state
+RESTRICT="test"
+
 MULTILIB_WRAPPED_HEADERS=(
/usr/include/samba-4.0/policy.h
/usr/include/samba-4.0/dcerpc_server.h
@@ -79,12 +85,10 @@ DEPEND="${CDEPEND}
dev-libs/libxslt
virtual/pkgconfig
test? (
-   !system-mitkrb5? (
-   >=sys-libs/nss_wrapper-1.1.3
-   >=net-dns/resolv_wrapper-1.1.4
-   >=net-libs/socket_wrapper-1.1.7
-   >=sys-libs/uid_wrapper-1.2.1
-   )
+   >=sys-libs/nss_wrapper-1.1.3
+   >=net-dns/resolv_wrapper-1.1.4
+   >=net-libs/socket_wrapper-1.1.7
+   >=sys-libs/uid_wrapper-1.2.1
)"
 RDEPEND="${CDEPEND}
client? ( net-fs/cifs-utils[ads?] )



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

2018-01-22 Thread Aaron Swenson
commit: b037661b68a36a80fd76db911a266430374fb2a5
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Jan 22 10:48:56 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Mon Jan 22 10:48:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b037661b

dev-vcs/fossil: Clean old, insecure

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

 dev-vcs/fossil/Manifest   |  2 --
 dev-vcs/fossil/fossil-1.35.ebuild | 52 
 dev-vcs/fossil/fossil-2.3.ebuild  | 55 ---
 3 files changed, 109 deletions(-)

diff --git a/dev-vcs/fossil/Manifest b/dev-vcs/fossil/Manifest
index 22f92d32b36..f7ff8e852af 100644
--- a/dev-vcs/fossil/Manifest
+++ b/dev-vcs/fossil/Manifest
@@ -1,3 +1 @@
-DIST fossil-src-1.35.tar.gz 4642421 BLAKE2B 
475b8d59876b824f2c2987c584aa9851b1d36ef7681a23bda904e5fcfe12861ca0f410bd5ad363d640c71aa54e2aeacec1a17169262b9ed17ee9e12e6c1aca7e
 SHA512 
2a31530d81a316b69daba446e91236fdb94ced17a7228c094fc6053f9d75e736b6a50a93d97b8e875a4750fa4ff868b0dc78b494131b8ed118d160fff8995905
-DIST fossil-src-2.3.tar.gz 4898441 BLAKE2B 
b4b49113a24e4ebcce1c0c191b6b867b479561764c720af678d8871ed2d74aea0e061f61edd2e730986342ae8267d2f66e49565c98828460c490123d383e9779
 SHA512 
41f87a9f79b87895b1972d2866b27205da34076eb35200b60fd38f1921162bf9099a71caac4063c04b919484208b39c7184dff661dc0b5ca7716d8edd11462cc
 DIST fossil-src-2.4.tar.gz 4919205 BLAKE2B 
35009cffc757b6ea153faf89525cae4463a2169dace090183b9dd6955a615a04363576295e4b24652ebec7f20772ef9d83c6b9af29f68bd5695c56b88cbf77cb
 SHA512 
de7f2321677df7f6dc2a3a20e58f456602d938f40125ef33d401f28cdaa93e38d3db10e109547df269bc95a2ac8669ade05b6fd6fad39e6633f15ffdd91c499f

diff --git a/dev-vcs/fossil/fossil-1.35.ebuild 
b/dev-vcs/fossil/fossil-1.35.ebuild
deleted file mode 100644
index 9e81c0a7483..000
--- a/dev-vcs/fossil/fossil-1.35.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=${PN}-src-${PV}
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple, high-reliability, source control management, and more"
-HOMEPAGE="http://www.fossil-scm.org/";
-SRC_URI="http://www.fossil-scm.org/download/${MY_P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug fusefs json legacy-mv-rm miniz sqlite +ssl static tcl th1-docs 
th1-hooks"
-
-DEPEND="
-   sys-libs/zlib
-   || ( sys-libs/readline:0 dev-libs/libedit )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? ( dev-libs/openssl:0 )
-   tcl? ( dev-lang/tcl:0= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   # this is not an autotools situation so don't make it seem like one
-   # --with-tcl: works
-   # --without-tcl: dies
-   local myconf="--with-openssl=$(usex ssl auto none)"
-   use debug && myconf+=' --fossil-debug'
-   use json   && myconf+=' --json'
-   use sqlite && myconf+=' --disable-internal-sqlite'
-   use static && myconf+=' --static'
-   use tcl&& myconf+=' --with-tcl --with-tcl-stubs'
-
-   local u
-   for u in legacy-mv-rm miniz th1-docs th1-hooks; do
-   use ${u} &&  myconf+=" --with-${u}"
-   done
-
-   use fusefs || myconf+=' --disable-fusefs'
-
-   tc-export CC
-   ./configure ${myconf} || die
-}
-
-src_install() {
-   dobin fossil
-}

diff --git a/dev-vcs/fossil/fossil-2.3.ebuild b/dev-vcs/fossil/fossil-2.3.ebuild
deleted file mode 100644
index ff869df46b8..000
--- a/dev-vcs/fossil/fossil-2.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple, high-reliability, source control management, and more"
-HOMEPAGE="http://www.fossil-scm.org/";
-SRC_URI="http://www.fossil-scm.org/index.html/uv/fossil-src-${PV}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug fusefs json legacy-mv-rm -miniz system-sqlite +ssl static tcl 
th1-docs th1-hooks"
-
-REQUIRED_USE="ssl? ( !miniz )"
-
-DEPEND="
-   sys-libs/zlib
-   || ( sys-libs/readline:0 dev-libs/libedit )
-   system-sqlite? ( >=dev-db/sqlite-3.20.0:3 )
-   ssl? ( dev-libs/openssl:0 )
-   tcl? ( dev-lang/tcl:0= )
-"
-RDEPEND="${DEPEND}"
-
-# Tests can't be run from the build directory
-RESTRICT="test"
-
-src_configure() {
-   # this is not an autotools situation so don't make it seem like one
-   # --with-tcl: works
-   # --without-tcl: dies
-   local myconf="--with-openssl=$(usex ssl auto none)"
-   use debug && myconf+=' --fossil-debug'
-   use json   && myconf+=' --json'
-   use system-sqlite && myconf+=' --disable-internal-sqlite'
-   use static && myconf+=' --static'
-   use tcl&& myconf+=' --with-tcl --with-tcl-st

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

2018-01-22 Thread Thomas Deutschmann
commit: 7f3060027824ceaf8d14771192435ccbcc9e04e7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan 22 11:12:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan 22 11:12:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f306002

net-fs/samba: x86 stable (bug #639024)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-fs/samba/samba-4.5.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.5.15.ebuild b/net-fs/samba/samba-4.5.15.ebuild
index 6638c6ba5dc..05538c6aadf 100644
--- a/net-fs/samba/samba-4.5.15.ebuild
+++ b/net-fs/samba/samba-4.5.15.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz

https://dev.gentoo.org/~polynomial-c/samba-4.5.11-disable-python-patches.tar.xz";
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";



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

2018-01-22 Thread Aaron Swenson
commit: e8c17a01a6632df5bd1f1435860f0681da5d0fc4
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Jan 22 11:12:44 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Mon Jan 22 11:13:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c17a01

app-office/gnucash: Put -j1 back in for install

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

 app-office/gnucash/gnucash-2.7.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-office/gnucash/gnucash-2.7.3.ebuild 
b/app-office/gnucash/gnucash-2.7.3.ebuild
index 9bf87b6b715..1dacaa9f659 100644
--- a/app-office/gnucash/gnucash-2.7.3.ebuild
+++ b/app-office/gnucash/gnucash-2.7.3.ebuild
@@ -131,7 +131,9 @@ src_test() {
 }
 
 src_install() {
-   gnome2_src_install
+   # Parallel installation fails from time to time, bug #359123
+   # Usually reproducible after removing any gnucash installed copy
+   MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install
 
rm "${ED}"/usr/share/doc/${PF}/{COPYING,INSTALL,projects.html} || die
rm "${ED}"/usr/share/doc/${PF}/*win32-bin.txt || die



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/

2018-01-22 Thread Manuel Rüger
commit: 70a99bf4b56da74853895743093a96d3ae4da054
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 12:50:32 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 12:50:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a99bf4

net-wireless/bluez: Version bump to 5.48

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

 net-wireless/bluez/Manifest  |   1 +
 net-wireless/bluez/bluez-5.48.ebuild | 260 +++
 2 files changed, 261 insertions(+)

diff --git a/net-wireless/bluez/Manifest b/net-wireless/bluez/Manifest
index cb3f7c5a857..b297fe04091 100644
--- a/net-wireless/bluez/Manifest
+++ b/net-wireless/bluez/Manifest
@@ -1 +1,2 @@
 DIST bluez-5.47.tar.xz 1718920 BLAKE2B 
e5863181ba9b19b81bc430fb900e1a8752749a02dac122a57bd44c41a1aeeb21b4c1476cab2ce89a7d3570fc1b592f1a2ed9e1f96c289faee942d203d1e3aa85
 SHA512 
86fa1baae1593d4824038db8418358b0be624c81fc23ee8f96ec08979d309a2377be3924ab53cc0fcb712aec8e696360e9a9f4de4c12cc31b14de5cf495a11a6
+DIST bluez-5.48.tar.xz 1733952 BLAKE2B 
0a68a1b790d752b02b8ab3d0eeaa9387c15851003a1d691cb476cef564c032498935997b84af4dd8bdb448dbe434eedecb982a9a867dd4dfa2ca0c8a23f371c3
 SHA512 
38cb20b8acee8adaab286a0b042efa770df367e7a69556117961fcc46d9e0a0e2a48059c7df9511bb00fe7fc37e916e34c928df9372b45051fcc57c8965b0bb7

diff --git a/net-wireless/bluez/bluez-5.48.ebuild 
b/net-wireless/bluez/bluez-5.48.ebuild
new file mode 100644
index 000..9c6460a3e87
--- /dev/null
+++ b/net-wireless/bluez/bluez-5.48.ebuild
@@ -0,0 +1,260 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools ltprune multilib python-single-r1 readme.gentoo-r1 systemd 
udev user multilib-minimal
+
+DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
+HOMEPAGE="http://www.bluez.org";
+SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="alsa cups doc debug deprecated extra-tools experimental +mesh +obex 
+readline selinux systemd test test-programs +udev user-session"
+
+# Since this release all remaining extra-tools need readline support, but this 
could
+# change in the future, hence, this REQUIRED_USE constraint could be dropped
+# again in the future.
+REQUIRED_USE="
+   extra-tools? ( deprecated readline )
+   test? ( ${PYTHON_REQUIRED_USE} )
+   test-programs? ( ${PYTHON_REQUIRED_USE} )
+   user-session? ( systemd )
+"
+
+CDEPEND="
+   >=dev-libs/glib-2.28:2[${MULTILIB_USEDEP}]
+   >=sys-apps/dbus-1.6:=[user-session=]
+   >=sys-apps/hwids-20121202.2
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups:= )
+   mesh? (
+   dev-libs/json-c:=
+   sys-libs/readline:0= )
+   obex? ( dev-libs/libical:= )
+   readline? ( sys-libs/readline:0= )
+   systemd? ( sys-apps/systemd )
+   udev? ( >=virtual/udev-172 )
+"
+TEST_DEPS="${PYTHON_DEPS}
+   >=dev-python/dbus-python-1[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+"
+
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   test? ( ${TEST_DEPS} )
+"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-bluetooth )
+   test-programs? ( ${TEST_DEPS} )
+"
+DOC_CONTENTS="
+   If you want to control your bluetooth devices as a non-root user,
+   please remember to add you to plugdev group.
+
+   If you want to use rfcomm as a normal user, you need to add the user
+   to the uucp group.
+"
+
+PATCHES=(
+   # Use static group "plugdev" to not force people to become root for
+   # controlling the devices.
+   "${FILESDIR}"/bluez-plugdev.patch
+
+   # Try both udevadm paths to cover udev/systemd vs. eudev locations 
(#539844)
+   # http://www.spinics.net/lists/linux-bluetooth/msg58739.html
+   "${FILESDIR}"/bluez-udevadm-path.patch
+
+   # build: Quote systemd variable names, bug #527432
+   # http://article.gmane.org/gmane.linux.bluez.kernel/67230
+   "${FILESDIR}"/bluez-5.39-systemd-quote.patch
+
+   # Fedora patches
+   # http://www.spinics.net/lists/linux-bluetooth/msg40136.html
+   
"${FILESDIR}"/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
+
+   # ???
+   "${FILESDIR}"/0004-agent-Assert-possible-infinite-loop.patch
+)
+
+pkg_setup() {
+   enewgroup plugdev
+
+   if use test || use test-programs; then
+   python-single-r1_pkg_setup
+   fi
+
+   if ! use udev; then
+   ewarn
+   ewarn "You are installing ${PN} with USE=-udev. This means 
various bluetooth"
+   ewarn "devices and adapters from Apple, Dell, Logitech etc. 
will not work,"
+   ewarn "and hid2hci will not be available."
+   ewarn
+   fi
+}
+
+src_prepare()

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

2018-01-22 Thread Manuel Rüger
commit: 5f05541a01ecbaeb142650dd94733240035c7257
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 12:59:57 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 12:59:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05541a

sys-cluster/kubectl: Version bump to 1.9.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/kubectl/Manifest |  1 +
 sys-cluster/kubectl/kubectl-1.9.2.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index 495d54399ae..9462a93018e 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.6.tar.gz 23244485 BLAKE2B 
2f7fd993f8720d47ac0335ff8ba393f39ad20bb075a546ff7b4f99b4132e0988a3f9ac1c3e5e234bad0895d6bc951ae390e8e09e5630bf49834c5ef4ead23f19
 SHA512 
20af7157d1df035bb39e0ec57e8887166b34097daa71f57dc94166ae4b1a0379d51baaf268be35fbdd81cf4fdf78abe88f37b505c6428ad1b8d4ef237a1ef4ee
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.1.tar.gz 23377786 BLAKE2B 
348368a73d69441130494bdc2fa4c8e1074c698d9784c335cae7b594f9e9b9f982800d40f1c8a666517cb72ba75862cce9ceb68955c319320347792f2c60312f
 SHA512 
43913dd94fee27058ee131bfda49961339b130633769a95716533b865e1d62996110aacdf5d04d61512ce7be458602a73dfed39dad763d130c9e4baf950e7dce
+DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13

diff --git a/sys-cluster/kubectl/kubectl-1.9.2.ebuild 
b/sys-cluster/kubectl/kubectl-1.9.2.ebuild
new file mode 100644
index 000..14674478c43
--- /dev/null
+++ b/sys-cluster/kubectl/kubectl-1.9.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot bash-completion-r1
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="CLI to run commands against Kubernetes clusters"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+   pushd src/${EGO_PN} || die
+   _output/bin/${PN} completion bash > ${PN}.bash || die
+   _output/bin/${PN} completion zsh > ${PN}.zsh || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   popd || die
+}



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

2018-01-22 Thread Manuel Rüger
commit: 4153f906e08d2803af97fc6475ac25571b885cc4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 13:01:36 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 13:01:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4153f906

sys-cluster/kube-scheduler: Version bump to 1.9.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/kube-scheduler/Manifest|  1 +
 .../kube-scheduler/kube-scheduler-1.9.2.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index 495d54399ae..9462a93018e 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.6.tar.gz 23244485 BLAKE2B 
2f7fd993f8720d47ac0335ff8ba393f39ad20bb075a546ff7b4f99b4132e0988a3f9ac1c3e5e234bad0895d6bc951ae390e8e09e5630bf49834c5ef4ead23f19
 SHA512 
20af7157d1df035bb39e0ec57e8887166b34097daa71f57dc94166ae4b1a0379d51baaf268be35fbdd81cf4fdf78abe88f37b505c6428ad1b8d4ef237a1ef4ee
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.1.tar.gz 23377786 BLAKE2B 
348368a73d69441130494bdc2fa4c8e1074c698d9784c335cae7b594f9e9b9f982800d40f1c8a666517cb72ba75862cce9ceb68955c319320347792f2c60312f
 SHA512 
43913dd94fee27058ee131bfda49961339b130633769a95716533b865e1d62996110aacdf5d04d61512ce7be458602a73dfed39dad763d130c9e4baf950e7dce
+DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.9.2.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.9.2.ebuild
new file mode 100644
index 000..170c510184f
--- /dev/null
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Controller Manager"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=plugin/cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-01-22 Thread Manuel Rüger
commit: ce05578de22e3048ab78d8af24e81c60eba3dfd4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 13:01:13 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 13:01:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce05578d

sys-cluster/kube-apiserver: Version bump to 1.9.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/kube-apiserver/Manifest|  1 +
 .../kube-apiserver/kube-apiserver-1.9.2.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index 495d54399ae..9462a93018e 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.6.tar.gz 23244485 BLAKE2B 
2f7fd993f8720d47ac0335ff8ba393f39ad20bb075a546ff7b4f99b4132e0988a3f9ac1c3e5e234bad0895d6bc951ae390e8e09e5630bf49834c5ef4ead23f19
 SHA512 
20af7157d1df035bb39e0ec57e8887166b34097daa71f57dc94166ae4b1a0379d51baaf268be35fbdd81cf4fdf78abe88f37b505c6428ad1b8d4ef237a1ef4ee
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.1.tar.gz 23377786 BLAKE2B 
348368a73d69441130494bdc2fa4c8e1074c698d9784c335cae7b594f9e9b9f982800d40f1c8a666517cb72ba75862cce9ceb68955c319320347792f2c60312f
 SHA512 
43913dd94fee27058ee131bfda49961339b130633769a95716533b865e1d62996110aacdf5d04d61512ce7be458602a73dfed39dad763d130c9e4baf950e7dce
+DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.9.2.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.9.2.ebuild
new file mode 100644
index 000..2cef7377473
--- /dev/null
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes API server"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-01-22 Thread Manuel Rüger
commit: 38c32800497e2a79465ccd7074113b3d86fa3a30
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 13:02:38 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 13:02:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c32800

sys-cluster/kubelet: Version bump to 1.9.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/kubelet/Manifest |  1 +
 sys-cluster/kubelet/kubelet-1.9.2.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index 495d54399ae..9462a93018e 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.6.tar.gz 23244485 BLAKE2B 
2f7fd993f8720d47ac0335ff8ba393f39ad20bb075a546ff7b4f99b4132e0988a3f9ac1c3e5e234bad0895d6bc951ae390e8e09e5630bf49834c5ef4ead23f19
 SHA512 
20af7157d1df035bb39e0ec57e8887166b34097daa71f57dc94166ae4b1a0379d51baaf268be35fbdd81cf4fdf78abe88f37b505c6428ad1b8d4ef237a1ef4ee
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.1.tar.gz 23377786 BLAKE2B 
348368a73d69441130494bdc2fa4c8e1074c698d9784c335cae7b594f9e9b9f982800d40f1c8a666517cb72ba75862cce9ceb68955c319320347792f2c60312f
 SHA512 
43913dd94fee27058ee131bfda49961339b130633769a95716533b865e1d62996110aacdf5d04d61512ce7be458602a73dfed39dad763d130c9e4baf950e7dce
+DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13

diff --git a/sys-cluster/kubelet/kubelet-1.9.2.ebuild 
b/sys-cluster/kubelet/kubelet-1.9.2.ebuild
new file mode 100644
index 000..e1a41e8ec6b
--- /dev/null
+++ b/sys-cluster/kubelet/kubelet-1.9.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Node Agent"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2018-01-22 Thread Manuel Rüger
commit: 0e3f3e065393a12061119d822ba65733734c37e4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 13:03:03 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 13:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3f3e06

sys-cluster/kube-controller-manager: Version bump to 1.9.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/kube-controller-manager/Manifest   |  1 +
 .../kube-controller-manager-1.9.2.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index 495d54399ae..9462a93018e 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.6.tar.gz 23244485 BLAKE2B 
2f7fd993f8720d47ac0335ff8ba393f39ad20bb075a546ff7b4f99b4132e0988a3f9ac1c3e5e234bad0895d6bc951ae390e8e09e5630bf49834c5ef4ead23f19
 SHA512 
20af7157d1df035bb39e0ec57e8887166b34097daa71f57dc94166ae4b1a0379d51baaf268be35fbdd81cf4fdf78abe88f37b505c6428ad1b8d4ef237a1ef4ee
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.1.tar.gz 23377786 BLAKE2B 
348368a73d69441130494bdc2fa4c8e1074c698d9784c335cae7b594f9e9b9f982800d40f1c8a666517cb72ba75862cce9ceb68955c319320347792f2c60312f
 SHA512 
43913dd94fee27058ee131bfda49961339b130633769a95716533b865e1d62996110aacdf5d04d61512ce7be458602a73dfed39dad763d130c9e4baf950e7dce
+DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.9.2.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.9.2.ebuild
new file mode 100644
index 000..3a0b835d099
--- /dev/null
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Controller Manager"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-01-22 Thread Manuel Rüger
commit: 60a5a6e5a6b5718d0f47deba0d7f3974dc270e12
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 13:02:18 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 13:02:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a5a6e5

sys-cluster/kube-proxy: Version bump to 1.9.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/kube-proxy/Manifest|  1 +
 sys-cluster/kube-proxy/kube-proxy-1.9.2.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index 495d54399ae..9462a93018e 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.6.tar.gz 23244485 BLAKE2B 
2f7fd993f8720d47ac0335ff8ba393f39ad20bb075a546ff7b4f99b4132e0988a3f9ac1c3e5e234bad0895d6bc951ae390e8e09e5630bf49834c5ef4ead23f19
 SHA512 
20af7157d1df035bb39e0ec57e8887166b34097daa71f57dc94166ae4b1a0379d51baaf268be35fbdd81cf4fdf78abe88f37b505c6428ad1b8d4ef237a1ef4ee
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.1.tar.gz 23377786 BLAKE2B 
348368a73d69441130494bdc2fa4c8e1074c698d9784c335cae7b594f9e9b9f982800d40f1c8a666517cb72ba75862cce9ceb68955c319320347792f2c60312f
 SHA512 
43913dd94fee27058ee131bfda49961339b130633769a95716533b865e1d62996110aacdf5d04d61512ce7be458602a73dfed39dad763d130c9e4baf950e7dce
+DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.9.2.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.9.2.ebuild
new file mode 100644
index 000..882a7f40ebc
--- /dev/null
+++ b/sys-cluster/kube-proxy/kube-proxy-1.9.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Proxy service"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN} /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-01-22 Thread Manuel Rüger
commit: cdb4bb6e659962da50743980d8f3870d5572bdd4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jan 22 13:09:19 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jan 22 13:09:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb4bb6e

app-admin/kube-bench: Version bump to 0.0.7

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/kube-bench/Manifest| 13 ++
 app-admin/kube-bench/kube-bench-0.0.7.ebuild | 59 
 2 files changed, 72 insertions(+)

diff --git a/app-admin/kube-bench/Manifest b/app-admin/kube-bench/Manifest
index 3b03336f3ab..6b85051cb72 100644
--- a/app-admin/kube-bench/Manifest
+++ b/app-admin/kube-bench/Manifest
@@ -1,20 +1,33 @@
+DIST github.com-fatih-color-570b54cabe6b8eb0bc2dfce68d964677d63b5260.tar.gz 
588432 BLAKE2B 
0ea1b91d459a9708896d8e6fda386924d0dd8aeb44cf58de4a1c7d51185e9ad106333029fc807f6221db0decf7e8da883d98ba390250dc5fa47474fa951836f7
 SHA512 
a24eb00104b7763d7b711a4e555f00464fd19d117fe7d5c6bf0c007167dcad1b893a7130abc46619f29136fef4ee080662d4622d5f15019d41c24ae55a804a3d
 DIST github.com-fatih-color-5df930a27be2502f99b292b7cc09ebad4d0891f4.tar.gz 
588446 BLAKE2B 
0e3acbea72d4e6d14964c53a13eac4ddb4299f86045bc4751498c1e80ee997f3392b3236f1f7fa872ceef73edf0c4e87154d5cc1605d5637ae090979596f1906
 SHA512 
9c7a1f5d67e0c8da788624a24ec42a9a1504f497840590e50b8fe9204dde5511be00a94645c2e9326dba23a8514adffdc242192abb270021c37e231636bafc71
 DIST 
github.com-fsnotify-fsnotify-4da3e2cfbabc9f751898f250b49f2439785783a1.tar.gz 
30624 BLAKE2B 
ced6ca6f115eedc954f6b583b28e470ec5dcfe0c279d55a63c00ee942acde095e9eef8fb4c3fa289f34871f43a7562fb71142d070a54398bc5d91122e64b4ad0
 SHA512 
cff467ffbed22edf4cde7a52e0f0d7a5b4a06446a6140ad7fa018dfcce3b400342223d888a0389042d2e6fd7abe261d0e515adc6e4c03a74e3cf074e88af17ab
 DIST github.com-go-yaml-yaml-287cf08546ab5e7e37d55a84f7ed3fd1db036de5.tar.gz 
64826 BLAKE2B 
47e9182124037317bdfc31137a2715db979146688e637a586f5a7c4a12250d0fcffdbbaa8793e189421d189b1071f48d8588cfda9ac1f3e297bfc244f30bcae7
 SHA512 
429256bb847defb53dee5c960edc726455397045e7dc2e4833e0e9088f9ec11452e2198961080dc00b8eff9d165df5e0377f4039932df0e46cd960827b8f800d
+DIST github.com-go-yaml-yaml-c95af922eae69f190717a0b7148960af8c55a072.tar.gz 
64831 BLAKE2B 
23c8a4141bcfb9c4b4e384a9ad372cc0761c006705384eef8a05c5491e62997df13aa19318f500d6dc39ae95e61298d1a9b491b7ea9a6f0ac51d9f28359d2c0f
 SHA512 
3bf310558b53a724f93d228947cb5f1fe152313e90e78559d4b57b9b6db2e668ffe0358dcb74a40159dce9057e4872d905f8490bba4c19cd7a8e0301439df96b
 DIST github.com-golang-glog-23def4e6c14b4da8ac2ed8007337bc5eb5007998.tar.gz 
19688 BLAKE2B 
f9ff73060c3b10603472c3ea4f50b4afa6abb5a4e9e7ac43d2a6c2e62541d43ef9f0ef7a8759d9b3281d72e5f90c516ee174c91de9a640a5bdf6877700450d44
 SHA512 
e9e70cf2a2d74ca813d0cadc23d213a1112ca4d1167abb63d8e0929585fca90c3a5bab1f49db20095c48bf1fe03b4424353c33728d09a201334eb65770888dc5
 DIST github.com-golang-sys-b8f5ef32195cae6470b728e8ca677f0dbed1a004.tar.gz 
787670 BLAKE2B 
87927d110e2aceec2b1745aa8b8d28bf2b38cc6fc679a72b7336e7f59bc07dba90e008228096e3e56798e76056804782893b1902bb508b21149a21346f150263
 SHA512 
ffbeab6ba7a9ce8ac192c3b1b560e7886ff3248d056e92334bdf180a506cdf8fde52b6446622a3076eded808cd2564774d430f82c62664509da90b7a3d5f9983
+DIST github.com-golang-sys-e24f485414aeafb646f6fca458b0bf869c0880a1.tar.gz 
670015 BLAKE2B 
b457c61f036bab4bb9ed035855607027552a6ddce89f0725cd6615362f12bcd478966e4e4b287c05bc6d055ebb21032f5993e00fb772dc18ef9804e3b0e9978a
 SHA512 
f1c7aac5ddb1ebd9bfb91bae24c78840f2d31a5305c8d2cc4e2f3a1fded0c4432a340d92f753e3aee717f7e5643f5187eb16ac645eb6ef86df1beabcfb97d761
 DIST github.com-golang-text-3b24cac7bc3a458991ab409aa2a339ac9e0d60d6.tar.gz 
5693588 BLAKE2B 
fe989eaa037c382168f4c580317858fb842a3f12b66868cf2983314146b546088a850dceb9b22a52239468c41988f637196bc0e4d117e8f21a4d0cdd2fecaef1
 SHA512 
17ac801e5a35b0fd5c8c650846778803da1e25cc970136c943d251a89cfacf611fbcdce0527ca2730c6291891738333b29ec9b5339ecb4a18069ea3c6e44b106
+DIST github.com-golang-text-e19ae1496984b1c655b8044a65c0300a3c878dd3.tar.gz 
6112971 BLAKE2B 
46e4358a177a6253797177a31d0509e63c2986645c61fb833c479498fcf3a8cb2304a81c47c562340087dc7eba5273690cfc86bdb978e72b1183715c8e9cc662
 SHA512 
555dfd99a41705b0e1aa7ee5a6465fbe53d1dedeeccc226a26edafb1f41d5f7a137cd4ed6ad02146d112055ca324569ccbe2863933dd363e5ed002cdbda6fa90
 DIST github.com-hashicorp-hcl-23c074d0eceb2b8a5bfdbb271ab780cde70f05a8.tar.gz 
69787 BLAKE2B 
e1d034d5863ae8bca85736e971e613e6821665861e35954a067e5d659029a8680b6902387848a318aee374cd4f6b810ae160046979b5bc86e64df0e1ff5d08f6
 SHA512 
751ea2fcea04ab2a9b61a45443a71cdee9cd09c2576af048108ccb56027b34f46b00e14aa664b966165b7d8cbb994e49f128bf54e3469c627d73f7ee2809ebf8
+DIST 
github.com-inconshreveable-mousetrap-76626ae9c91c4f2a10f34cad8ce83ea42c93bb75.tar.gz
 2292 BLAKE2B 
5220adf6cf740368b1b3a238795791b422d600b0293e350bcb5cae4f3ea452865e14e6271ae5d475c717da2c96cea7e0b12a5d71228f7679f67868de50852f17
 SHA512 
287a52df6a3ac88

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

2018-01-22 Thread Eray Aslan
commit: ac4ddfc6691dbb79e70ec1e51feb5f6c4139a046
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan 22 13:29:11 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan 22 13:29:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4ddfc6

net-proxy/squid: security bump

Bug: https://bugs.gentoo.org/645356
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-proxy/squid/squid-3.5.27-r1.ebuild | 251 +
 1 file changed, 251 insertions(+)

diff --git a/net-proxy/squid/squid-3.5.27-r1.ebuild 
b/net-proxy/squid/squid-3.5.27-r1.ebuild
new file mode 100644
index 000..6366b2c4d7a
--- /dev/null
+++ b/net-proxy/squid/squid-3.5.27-r1.ebuild
@@ -0,0 +1,251 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools linux-info pam toolchain-funcs user
+
+DESCRIPTION="A full-featured web proxy cache"
+HOMEPAGE="http://www.squid-cache.org/";
+SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+IUSE="caps ipv6 pam ldap libressl samba sasl kerberos nis radius ssl snmp 
selinux logrotate test \
+   ecap esi ssl-crtd \
+   mysql postgres sqlite \
+   qos tproxy \
+   +htcp +wccp +wccpv2 \
+   pf-transparent ipf-transparent kqueue \
+   elibc_uclibc kernel_linux"
+
+COMMON_DEPEND="caps? ( >=sys-libs/libcap-2.16 )
+   pam? ( virtual/pam )
+   ldap? ( net-nds/openldap )
+   kerberos? ( virtual/krb5 )
+   qos? ( net-libs/libnetfilter_conntrack )
+   ssl? (
+   libressl? ( dev-libs/libressl:0 )
+   !libressl? ( dev-libs/openssl:0 )
+   dev-libs/nettle >=net-libs/gnutls-3.1.5 )
+   sasl? ( dev-libs/cyrus-sasl )
+   ecap? ( net-libs/libecap:1 )
+   esi? ( dev-libs/expat dev-libs/libxml2 )
+   !x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
+   >=sys-libs/db-4:*
+   dev-lang/perl
+   dev-libs/libltdl:0"
+DEPEND="${COMMON_DEPEND}
+   ecap? ( virtual/pkgconfig )
+   test? ( dev-util/cppunit )"
+RDEPEND="${COMMON_DEPEND}
+   samba? ( net-fs/samba )
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   selinux? ( sec-policy/selinux-squid )
+   sqlite? ( dev-perl/DBD-SQLite )
+   !<=sci-biology/meme-4.8.1-r1"
+
+REQUIRED_USE="tproxy? ( caps )
+   qos? ( caps )"
+
+pkg_pretend() {
+   if use tproxy; then
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_SOCKET 
~NETFILTER_XT_TARGET_TPROXY"
+   linux-info_pkg_setup
+   fi
+}
+
+pkg_setup() {
+   enewgroup squid
+   enewuser squid -1 -1 /var/cache/squid squid
+}
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-3.5.7-gentoo.patch"
+   eapply -p0 "${FILESDIR}/${PN}-cppunit-1.14.patch"
+   eapply "${FILESDIR}/${PN}-2018-1.patch"
+   eapply "${FILESDIR}/${PN}-2018-2.patch"
+   sed -i -e 's:/usr/local/squid/etc:/etc/squid:' \
+   INSTALL QUICKSTART \
+   scripts/fileno-to-pathname.pl \
+   scripts/check_cache.pl \
+   tools/cachemgr.cgi.8 \
+   tools/purge/conffile.hh \
+   tools/purge/README  || die
+   sed -i -e 's:/usr/local/squid/sbin:/usr/sbin:' \
+   INSTALL QUICKSTART || die
+   sed -i -e 's:/usr/local/squid/var/cache:/var/cache/squid:' \
+   QUICKSTART || die
+   sed -i -e 's:/usr/local/squid/var/logs:/var/log/squid:' \
+   QUICKSTART \
+   src/log/access_log.cc || die
+   sed -i -e 's:/usr/local/squid/logs:/var/log/squid:' \
+   src/log/access_log.cc || die
+   sed -i -e 's:/usr/local/squid/libexec:/usr/libexec/squid:' \
+   helpers/external_acl/unix_group/ext_unix_group_acl.8 \
+   helpers/external_acl/session/ext_session_acl.8 \
+   src/ssl/ssl_crtd.8 || die
+   sed -i -e 's:/usr/local/squid/cache:/var/cache/squid:' \
+   scripts/check_cache.pl || die
+   sed -i -e 's:/usr/local/squid/ssl_cert:/etc/ssl/squid:' \
+   src/ssl/ssl_crtd.8 || die
+   sed -i -e 's:/usr/local/squid/var/lib/ssl_db:/var/lib/squid/ssl_db:' \
+   src/ssl/ssl_crtd.8 || die
+   sed -i -e 's:/var/lib/ssl_db:/var/lib/squid/ssl_db:' \
+   src/ssl/ssl_crtd.8 || die
+   # /var/run/squid to /run/squid
+   sed -i -e 's:$(localstatedir)::' \
+   src/ipc/Makefile.am || die
+   sed -i -e 's:_LTDL_SETUP:LTDL_INIT([installable]):' \
+   libltdl/configure.ac || die
+
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   local basic_modules="MSNT-multi-domain,NCSA,POP3,getpwnam"
+   use samba && basic_modules+=",SMB"
+   use ldap && basic_modules+=",LDAP"
+   use pam && basic_module

[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/files/

2018-01-22 Thread Eray Aslan
commit: 29756574c9577203cc2e7911c590c5876f16b6be
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan 22 13:31:03 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan 22 13:31:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29756574

net-proxy/squid: add missing security patches

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-proxy/squid/files/squid-2018-1.patch | 28 
 net-proxy/squid/files/squid-2018-2.patch | 23 +++
 2 files changed, 51 insertions(+)

diff --git a/net-proxy/squid/files/squid-2018-1.patch 
b/net-proxy/squid/files/squid-2018-1.patch
new file mode 100644
index 000..9392219a9ed
--- /dev/null
+++ b/net-proxy/squid/files/squid-2018-1.patch
@@ -0,0 +1,28 @@
+commit eb2db98a676321b814fc4a51c4fb7928a8bb45d9 (refs/remotes/origin/v3.5)
+Author: Amos Jeffries 
+Date:   2018-01-19 13:54:14 +1300
+
+ESI: make sure endofName never exceeds tagEnd (#130)
+
+diff --git a/src/esi/CustomParser.cc b/src/esi/CustomParser.cc
+index d86d2d3..db634d9 100644
+--- a/src/esi/CustomParser.cc
 b/src/esi/CustomParser.cc
+@@ -121,7 +121,7 @@ ESICustomParser::parse(char const *dataToParse, size_t 
const lengthOfData, bool
+ 
+ char * endofName = strpbrk(const_cast(tag), w_space);
+ 
+-if (endofName > tagEnd)
++if (!endofName || endofName > tagEnd)
+ endofName = const_cast(tagEnd);
+ 
+ *endofName = '\0';
+@@ -214,7 +214,7 @@ ESICustomParser::parse(char const *dataToParse, size_t 
const lengthOfData, bool
+ 
+ char * endofName = strpbrk(const_cast(tag), w_space);
+ 
+-if (endofName > tagEnd)
++if (!endofName || endofName > tagEnd)
+ endofName = const_cast(tagEnd);
+ 
+ *endofName = '\0';

diff --git a/net-proxy/squid/files/squid-2018-2.patch 
b/net-proxy/squid/files/squid-2018-2.patch
new file mode 100644
index 000..9ecd8a5b7cb
--- /dev/null
+++ b/net-proxy/squid/files/squid-2018-2.patch
@@ -0,0 +1,23 @@
+commit 8232b83d3fa47a1399f155cb829db829369fbae9 (refs/remotes/origin/v3.5)
+Author: squidadm 
+Date:   2018-01-21 08:07:08 +1300
+
+Fix indirect IP logging for transactions without a client connection 
(#129) (#136)
+
+diff --git a/src/client_side_request.cc b/src/client_side_request.cc
+index be124f3..203f89d 100644
+--- a/src/client_side_request.cc
 b/src/client_side_request.cc
+@@ -488,9 +488,9 @@ clientFollowXForwardedForCheck(allow_t answer, void *data)
+ * Ensure that the access log shows the indirect client
+ * instead of the direct client.
+ */
+-ConnStateData *conn = http->getConn();
+-conn->log_addr = request->indirect_client_addr;
+-http->al->cache.caddr = conn->log_addr;
++http->al->cache.caddr = request->indirect_client_addr;
++if (ConnStateData *conn = http->getConn())
++conn->log_addr = request->indirect_client_addr;
+ }
+ request->x_forwarded_for_iterator.clean();
+ request->flags.done_follow_x_forwarded_for = true;



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

2018-01-22 Thread Lars Wendler
commit: 0f627ed14baa07d758ea22a4ae2a7fd60139bdd5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 22 13:34:45 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 22 13:42:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f627ed1

media-libs/libraw: Removed old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-libs/libraw/Manifest |  3 --
 media-libs/libraw/libraw-0.18.5.ebuild | 63 --
 2 files changed, 66 deletions(-)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index 56e32450a77..22898438f31 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -1,12 +1,9 @@
 DIST LibRaw-0.18.4.tar.gz 1281104 BLAKE2B 
dc6c2b594f0897eea509d3122bd7f41bccd89182a5e294b331544ad626631f18637660e1de7ea1c8b5e1c0b59678189d06f9fd12e27016e2ea3ec736cabfbbe4
 SHA512 
e71db23a70f0cda745ae862f4cb6a0c51c968e4c7399f28e86de8beb894526fa76cd337c1406e2eaee3f287f15e8912d1a0f7217493c6444a491ca3329f63776
-DIST LibRaw-0.18.5.tar.gz 1280046 BLAKE2B 
167267922a1a8d16e3b13dbf4c8cda3bfa31a9e5d98eb9fc3929eb61df4cf6491a49772d1fd8a18da525709481afa34c7b85c996d02445012ddcadb90bbc0675
 SHA512 
751a1c54507b7408d0d36c3f1fb0e31928f5ae540fae42eb2b57d8fcebcd44134dc452a4f3838dd31dbc8fb3978a6cac6129429a3350f8be5dc44146309aff81
 DIST LibRaw-0.18.6.tar.gz 1282212 BLAKE2B 
db53d22a38535f0b96fd02aa52969206d4003579706a4c2b8ed00c6df0785e062ea92fd9613bfe5e94efc65bb69fefb8661d2afc4b57341800a4176ba264bc83
 SHA512 
ce916a85dcc8ad50a631e9f0e4532d4cc300624b5c78d233531317f33cdf74363cdbcab1fbef3207e89b77bac5be370ef8ff1b806dbb9ae2c4cc0ec607b53e55
 DIST LibRaw-0.18.7.tar.gz 1280935 BLAKE2B 
6bc35b05ecca81cb1a8d0e054c2b74eb8f2f4e58e4f6085a1c4886bf96180a547452d4164c6d0f74fa49e6c1b06ee6663b4b9b94aadbaee4c7de890e4e11959e
 SHA512 
5d906e69427d4f9edff8b3bc24eb85896e037dd98578cf07c668b96f6abd82bc8dd9f937ecbca6472d334c4cf8d8cbc8b07c2c84aba748e22ec55cecc6a4ed78
 DIST LibRaw-demosaic-pack-GPL2-0.18.4.tar.gz 33129 BLAKE2B 
724501ae52bf83006dd1e7730f750c65f4a58ca385227a7c9d5c8ab2926ef2fb74a798bd09b78e6f9c1c5cdd39de712ec05a49412087f3b889f3ff76dbb0fbe8
 SHA512 
05bef76530f9237e1d1bfe08014f30de328b68319f88d126aaffa8baf3b89615d160bac36a6ad2cc38cab0faeb8c4bf86714dd568e7f01cfd1ee2513ac175a5d
-DIST LibRaw-demosaic-pack-GPL2-0.18.5.tar.gz 30449 BLAKE2B 
6881852b59bc728eee6f31d5b355ee7583390adcc62446d0f4c9df6efe45b0384e192e9ce8e48815c960af89890a9ee4c3f5a2f0e0f1086bc943c8425b7e5930
 SHA512 
1599695394717558e61844e32d76bf653741592d81691c9f55bfb72c8c5d485bce4eab3fc0eefd37640254c431bd78706fe04ca547e42566dda789f0b6559af5
 DIST LibRaw-demosaic-pack-GPL2-0.18.6.tar.gz 32638 BLAKE2B 
070a09732a018c3c759fd6417ff9f8b97ba6cf4bafc2efcb24c9d0809fe53565ff74b60c46f640e76a3a95486fc70a08f6059fb311e4f3b3337048665caef38d
 SHA512 
2a4f317c2594825a7a7ad62eb5592ad3d512026dc49b87123ae4f5a05731912fcf4f3e22169acbc1decf6b79aec34a7250d892b686fe824f8bb2c5afa759c7ae
 DIST LibRaw-demosaic-pack-GPL2-0.18.7.tar.gz 30659 BLAKE2B 
11bb00034838470c9b5762761acde6d6c49c0dfe7e342cc1a6e4f0744b718ba6c5dfb027c5144a0858214c91faf9b726e5c008758cc5c2f9464b7feb4db9eda9
 SHA512 
1a967eb06807bc5ce2177d4e13d394e8f4afe15e5ef07d9a49c1a2172f0961cd122a3bfa84fa66a203766d50735adacbffd48ba8deead8a202c3c2a1e4a97ffa
 DIST LibRaw-demosaic-pack-GPL3-0.18.4.tar.gz 38622 BLAKE2B 
268085234335619487f52bf22739c28f077c24d02990e7a56a0a3e5b9a654227762adb366b0be5b3b0a9a1fe2553a798b4d5b120699c93cae16415f4aaf4ea4a
 SHA512 
158d951d0e1c35f1ebdde8849f0b51e23332c8b5b13a4b0ab0677a3d4a1682afd6e7c5dec4194072b4588699bf49a023591fa1b05d2a8f4c54cd1a44e65e3ad9
-DIST LibRaw-demosaic-pack-GPL3-0.18.5.tar.gz 38899 BLAKE2B 
8ad0e18c0f33d4cd485668cb126ca18677271f4b141c64e0adfe918b3a04e4dbf2b4a11eb810ca6b93e850babf755ed4df1f2d85c9ca8cfbfe78ca3b5a14ac63
 SHA512 
c00193b64673e093c33a9d1316448eea4eb7e2b274d5d3bd39cef02b7269e56ce72f9b47831039e00b2feb8344b5266f9c03b5f11212d520809674db253cb028
 DIST LibRaw-demosaic-pack-GPL3-0.18.6.tar.gz 39247 BLAKE2B 
73319b2c33c24b570036725585c15bffe9bffb1252a8cf64cd3628dab22cf17e12e7fc87efb5c5ae8581dfcd59d0f9bd7dc41817a2ceb1dd2b1e2b09e76423ce
 SHA512 
53ad72654f407dbb3b591f2d1ff12de1cb273de5339d598e76260ee2e2c4095d70d3b0f30536cbb7eb06d802bcf6cc76e6b870837a3e4dc640f4a14da020a704
 DIST LibRaw-demosaic-pack-GPL3-0.18.7.tar.gz 39229 BLAKE2B 
d76134c4b53a1285c31e290c088bdde9646ca94a7ecaf4997af5e2da4410ec70671d0e597c1748072266c241b7021b16344a8d8507ebc938ce03ab1f061630a6
 SHA512 
347a39d8326e4614b83c2721baa09414738416d405d7db516d155a867902dd85cf51d156705d1fd0bc933802cd3a01cfb1c9da43f4cdff15b7a7253674b91c4a

diff --git a/media-libs/libraw/libraw-0.18.5.ebuild 
b/media-libs/libraw/libraw-0.18.5.ebuild
deleted file mode 100644
index e66ec29b75c..000
--- a/media-libs/libraw/libraw-0.18.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal toolchain-funcs
-
-MY_PN=LibRaw

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

2018-01-22 Thread Lars Wendler
commit: bf22ca06a37114fe4cd00f87ceabb50c6f4bee2a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 22 13:34:03 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 22 13:42:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf22ca06

media-libs/libraw: Bump to version 0.18.7

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-libs/libraw/Manifest |  3 ++
 media-libs/libraw/libraw-0.18.7.ebuild | 63 ++
 2 files changed, 66 insertions(+)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index 99cf157f26b..56e32450a77 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -1,9 +1,12 @@
 DIST LibRaw-0.18.4.tar.gz 1281104 BLAKE2B 
dc6c2b594f0897eea509d3122bd7f41bccd89182a5e294b331544ad626631f18637660e1de7ea1c8b5e1c0b59678189d06f9fd12e27016e2ea3ec736cabfbbe4
 SHA512 
e71db23a70f0cda745ae862f4cb6a0c51c968e4c7399f28e86de8beb894526fa76cd337c1406e2eaee3f287f15e8912d1a0f7217493c6444a491ca3329f63776
 DIST LibRaw-0.18.5.tar.gz 1280046 BLAKE2B 
167267922a1a8d16e3b13dbf4c8cda3bfa31a9e5d98eb9fc3929eb61df4cf6491a49772d1fd8a18da525709481afa34c7b85c996d02445012ddcadb90bbc0675
 SHA512 
751a1c54507b7408d0d36c3f1fb0e31928f5ae540fae42eb2b57d8fcebcd44134dc452a4f3838dd31dbc8fb3978a6cac6129429a3350f8be5dc44146309aff81
 DIST LibRaw-0.18.6.tar.gz 1282212 BLAKE2B 
db53d22a38535f0b96fd02aa52969206d4003579706a4c2b8ed00c6df0785e062ea92fd9613bfe5e94efc65bb69fefb8661d2afc4b57341800a4176ba264bc83
 SHA512 
ce916a85dcc8ad50a631e9f0e4532d4cc300624b5c78d233531317f33cdf74363cdbcab1fbef3207e89b77bac5be370ef8ff1b806dbb9ae2c4cc0ec607b53e55
+DIST LibRaw-0.18.7.tar.gz 1280935 BLAKE2B 
6bc35b05ecca81cb1a8d0e054c2b74eb8f2f4e58e4f6085a1c4886bf96180a547452d4164c6d0f74fa49e6c1b06ee6663b4b9b94aadbaee4c7de890e4e11959e
 SHA512 
5d906e69427d4f9edff8b3bc24eb85896e037dd98578cf07c668b96f6abd82bc8dd9f937ecbca6472d334c4cf8d8cbc8b07c2c84aba748e22ec55cecc6a4ed78
 DIST LibRaw-demosaic-pack-GPL2-0.18.4.tar.gz 33129 BLAKE2B 
724501ae52bf83006dd1e7730f750c65f4a58ca385227a7c9d5c8ab2926ef2fb74a798bd09b78e6f9c1c5cdd39de712ec05a49412087f3b889f3ff76dbb0fbe8
 SHA512 
05bef76530f9237e1d1bfe08014f30de328b68319f88d126aaffa8baf3b89615d160bac36a6ad2cc38cab0faeb8c4bf86714dd568e7f01cfd1ee2513ac175a5d
 DIST LibRaw-demosaic-pack-GPL2-0.18.5.tar.gz 30449 BLAKE2B 
6881852b59bc728eee6f31d5b355ee7583390adcc62446d0f4c9df6efe45b0384e192e9ce8e48815c960af89890a9ee4c3f5a2f0e0f1086bc943c8425b7e5930
 SHA512 
1599695394717558e61844e32d76bf653741592d81691c9f55bfb72c8c5d485bce4eab3fc0eefd37640254c431bd78706fe04ca547e42566dda789f0b6559af5
 DIST LibRaw-demosaic-pack-GPL2-0.18.6.tar.gz 32638 BLAKE2B 
070a09732a018c3c759fd6417ff9f8b97ba6cf4bafc2efcb24c9d0809fe53565ff74b60c46f640e76a3a95486fc70a08f6059fb311e4f3b3337048665caef38d
 SHA512 
2a4f317c2594825a7a7ad62eb5592ad3d512026dc49b87123ae4f5a05731912fcf4f3e22169acbc1decf6b79aec34a7250d892b686fe824f8bb2c5afa759c7ae
+DIST LibRaw-demosaic-pack-GPL2-0.18.7.tar.gz 30659 BLAKE2B 
11bb00034838470c9b5762761acde6d6c49c0dfe7e342cc1a6e4f0744b718ba6c5dfb027c5144a0858214c91faf9b726e5c008758cc5c2f9464b7feb4db9eda9
 SHA512 
1a967eb06807bc5ce2177d4e13d394e8f4afe15e5ef07d9a49c1a2172f0961cd122a3bfa84fa66a203766d50735adacbffd48ba8deead8a202c3c2a1e4a97ffa
 DIST LibRaw-demosaic-pack-GPL3-0.18.4.tar.gz 38622 BLAKE2B 
268085234335619487f52bf22739c28f077c24d02990e7a56a0a3e5b9a654227762adb366b0be5b3b0a9a1fe2553a798b4d5b120699c93cae16415f4aaf4ea4a
 SHA512 
158d951d0e1c35f1ebdde8849f0b51e23332c8b5b13a4b0ab0677a3d4a1682afd6e7c5dec4194072b4588699bf49a023591fa1b05d2a8f4c54cd1a44e65e3ad9
 DIST LibRaw-demosaic-pack-GPL3-0.18.5.tar.gz 38899 BLAKE2B 
8ad0e18c0f33d4cd485668cb126ca18677271f4b141c64e0adfe918b3a04e4dbf2b4a11eb810ca6b93e850babf755ed4df1f2d85c9ca8cfbfe78ca3b5a14ac63
 SHA512 
c00193b64673e093c33a9d1316448eea4eb7e2b274d5d3bd39cef02b7269e56ce72f9b47831039e00b2feb8344b5266f9c03b5f11212d520809674db253cb028
 DIST LibRaw-demosaic-pack-GPL3-0.18.6.tar.gz 39247 BLAKE2B 
73319b2c33c24b570036725585c15bffe9bffb1252a8cf64cd3628dab22cf17e12e7fc87efb5c5ae8581dfcd59d0f9bd7dc41817a2ceb1dd2b1e2b09e76423ce
 SHA512 
53ad72654f407dbb3b591f2d1ff12de1cb273de5339d598e76260ee2e2c4095d70d3b0f30536cbb7eb06d802bcf6cc76e6b870837a3e4dc640f4a14da020a704
+DIST LibRaw-demosaic-pack-GPL3-0.18.7.tar.gz 39229 BLAKE2B 
d76134c4b53a1285c31e290c088bdde9646ca94a7ecaf4997af5e2da4410ec70671d0e597c1748072266c241b7021b16344a8d8507ebc938ce03ab1f061630a6
 SHA512 
347a39d8326e4614b83c2721baa09414738416d405d7db516d155a867902dd85cf51d156705d1fd0bc933802cd3a01cfb1c9da43f4cdff15b7a7253674b91c4a

diff --git a/media-libs/libraw/libraw-0.18.7.ebuild 
b/media-libs/libraw/libraw-0.18.7.ebuild
new file mode 100644
index 000..4989fcd6c7f
--- /dev/null
+++ b/media-libs/libraw/libraw-0.18.7.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-minimal toolchain-funcs
+
+MY_PN

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

2018-01-22 Thread Lars Wendler
commit: 3e4487aab0a3562ca66be2cb4e50bd06e53061b1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 22 13:40:14 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 22 13:42:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4487aa

sys-apps/ipmiutil: Bump to version 3.0.8

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 sys-apps/ipmiutil/Manifest  |  1 +
 sys-apps/ipmiutil/ipmiutil-3.0.8.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest
index 41acef1256e..5334b6036f4 100644
--- a/sys-apps/ipmiutil/Manifest
+++ b/sys-apps/ipmiutil/Manifest
@@ -1,2 +1,3 @@
 DIST ipmiutil-3.0.6.tar.gz 1692679 BLAKE2B 
dcc02dbb5467b824005dbc95c8f5231b2e2758e7600231c1c3fc31c1207cff0540400857dd1bfa83fc8b033fe0277ab23c6013f110744bff57fe4bc7b89174f9
 SHA512 
0c47246b7aa6a060091745d36e33aae07e7907dcad5fefb1759aac62adf48316915ce5818d2f9241e24b73be13e54fbb57046234a69c60ce56f41a933915580f
 DIST ipmiutil-3.0.7.tar.gz 1694854 BLAKE2B 
a46940da8b71439d803342bb640353498a9ae2ac5516930bcb76042aba9981c50bbe7cd2bdd4feb18e1074bb180d578fb213c151a3d10593985c8b9601eee905
 SHA512 
26a0c805f2c49102eee44052814a6f7af67c74082489e70b058bd4350526a65aad1e1352e33b12e1afeae5e9e96fd2eb361fc6a112d38782dee58f95c3e2a13b
+DIST ipmiutil-3.0.8.tar.gz 1695826 BLAKE2B 
1a20ecdab438c461519db6c9065aab28c07ac26303c3ace0339b1aceb53da73d05e975fa0b73f543a2d1e6ae908ec291d167b545430b85c9744b7a1252d8850a
 SHA512 
9997dac5bc48231ec5333c86cff669bb6b321940497d9e7397763482960956dcf066f27ad2fdf33f4e42033ae2479d8f1ed37fb096b06f9075ad43709b94950d

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.8.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.8.ebuild
new file mode 100644
index 000..ffa3c3ea3fc
--- /dev/null
+++ b/sys-apps/ipmiutil/ipmiutil-3.0.8.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools systemd
+
+DESCRIPTION="IPMI Management Utilities"
+HOMEPAGE="http://ipmiutil.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+RDEPEND=">=dev-libs/openssl-1:0="
+DEPEND="${RDEPEND}
+   virtual/os-headers"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.9.8-flags.patch
+   "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
+   sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' 
configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-systemd --enable-sha256
+}
+
+src_compile() {
+   # Ulgy workaround. Upstream is misusing the make system here
+   # and it doesn't even work.
+   # Please check on each bump if this workaround is still required.
+   pushd lib/lanplus &>/dev/null || die
+   emake || die "emake lanplus failed"
+   cp libipmi_lanplus.a .. || die
+   popd &>/dev/null || die
+
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
+   dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
+
+   # Init scripts are only for Fedora
+   rm -r "${ED%/}"/etc/init.d || die 'remove initscripts failed'
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/, net-mail/cyrus-imapd/files/

2018-01-22 Thread Eray Aslan
commit: d736f075a435fb21769b64d0590578b6b27a84e7
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan 22 13:45:05 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan 22 13:45:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d736f075

net-mail/cyrus-imapd: remove old

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-mail/cyrus-imapd/Manifest|   1 -
 net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild   | 178 ---
 net-mail/cyrus-imapd/cyrus-imapd-3.0.3-r1.ebuild | 216 ---
 net-mail/cyrus-imapd/cyrus-imapd-3.0.3.ebuild| 215 --
 net-mail/cyrus-imapd/files/cyrus.rc7 |  22 ---
 5 files changed, 632 deletions(-)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index be25800da38..4f7ad744835 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -1,4 +1,3 @@
 DIST cyrus-imapd-2.5.10.tar.gz 3103914 BLAKE2B 
588764d47b3d458633e0ced2619cc1cccdf26c18d54effd38d4f9f6df12ad98f554efa632af9c7e4b43d7899b04a14a8a71fc152ea360a38cdab6a50685ddf5e
 SHA512 
78b85e37c63f1dbb60898da229f70f45810326a01244067d23b1317e2c2ae3326e48b6944787d59024e44c48c441ed2b848d6a83c451c192a3bb95c8f37880fa
 DIST cyrus-imapd-2.5.11.tar.gz 3109188 BLAKE2B 
9382d8e4b9317f7fa12f63f7262eb0c6a1571d405665694f735fb72b6de76058ea586172f2001babe280170f122c887374b1378f51fe9c89a522aaeb74b885c9
 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
-DIST cyrus-imapd-3.0.3.tar.gz 10819454 BLAKE2B 
5f86378e37c39c5f6fb6f6280d0b0a500e671cbe29968f1579c6be59e15335e1b36b0d119e03bc683ed17b594ddebc7d0cd5588f762062ee9a01f8633e7f12f7
 SHA512 
0b5c3167d80d91371e3f07e64b8bc8c085481946e6536dd407976f6f8ae66405fd1f6d2ff5ad51e5e0eb827a64d90d93daf72d5a1afa409782a287bec29665df
 DIST cyrus-imapd-3.0.4.tar.gz 10819487 BLAKE2B 
209e379731c996ee083b0de61d6122b3756d1f6880071ebf015157057cf45845961d762ee762ae56213f72f15c01df29ab2d2661c4e352c6b4a680924d15d7b0
 SHA512 
9ceb7ac837c932c70fa0c1583bf8700b3ec27568d72538ae8d59f2f551e3007b3c2fc68fd29c009597c3949345dbe1bf2eb614bea038d70a5b49e5507df6b69a

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild
deleted file mode 100644
index 5ed4f130966..000
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools multilib pam ssl-cert user toolchain-funcs
-
-MY_P=${P/_/}
-
-DESCRIPTION="The Cyrus IMAP Server"
-HOMEPAGE="http://www.cyrusimap.org/";
-SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz";
-
-LICENSE="BSD-with-attribution"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="afs berkdb clamav http kerberos mysql nntp pam perl postgres \
-   replication +server sieve snmp sqlite ssl static-libs tcpd"
-
-# virtual/mysql-5.5 added for the --variable= option below
-DEPEND="sys-libs/zlib
-   dev-libs/libpcre
-   >=dev-libs/cyrus-sasl-2.1.13
-   dev-libs/jansson
-   afs? ( net-fs/openafs )
-   berkdb? ( >=sys-libs/db-3.2:* )
-   clamav? ( app-antivirus/clamav )
-   http? ( dev-libs/libxml2 dev-libs/libical )
-   kerberos? ( virtual/krb5 )
-   mysql? ( >=virtual/mysql-5.5 )
-   nntp? ( !net-nntp/leafnode )
-   pam? (
-   virtual/pam
-   >=net-mail/mailbase-1
-   )
-   perl? ( dev-lang/perl:= )
-   postgres? ( dev-db/postgresql:* )
-   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? ( >=dev-libs/openssl-1.0.1e:0[-bindist] )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )"
-
-# all blockers really needed?
-RDEPEND="${DEPEND}
-   !mail-mta/courier
-   !net-mail/bincimap
-   !net-mail/courier-imap
-   !net-mail/uw-imap
-   !net-mail/cyrus-imap-admin"
-
-REQUIRED_USE="afs? ( kerberos )
-   http? ( sqlite )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   enewuser cyrus -1 -1 /usr/cyrus mail
-}
-
-src_prepare() {
-   eapply -p0 "${FILESDIR}/${PN}-db.patch"
-   # Fix master(8)->cyrusmaster(8) manpage.
-   for i in `grep -rl -e 'master\.8' -e 'master(8)' "${S}"` ; do
-   sed -i -e 's:master\.8:cyrusmaster.8:g' \
-   -e 's:master(8):cyrusmaster(8):g' \
-   "${i}" || die "sed failed" || die "sed failed"
-   done
-   mv man/master.8 man/cyrusmaster.8 || die "mv failed"
-   sed -i -e "s:MASTER:CYRUSMASTER:g" \
-   -e "s:Master:Cyrusmaster:g" \
-   -e "s:master:cyrusmaster:g" \
-   man/cyrusmaster.8 || die "sed failed"
-
-   # lock.h to afs/lock.h
-   sed -i -e '/lock.h/s:lock.h:afs/lock.h:' \
- 

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

2018-01-22 Thread Eray Aslan
commit: 0394e840f16921bebb2eefbf30acc7073ca348a1
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan 22 13:49:20 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan 22 13:49:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0394e840

package.mask: mask vulnerable net-mail/cyrus-imapd-2.5 releases

Masked versions will be removed in 30 days
Bug: https://bugs.gentoo.org/630684

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 807dd2394fc..9d24427ed5f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Eray Aslan  (22 Jan 2018)
+# Vulnerable - see https://bugs.gentoo.org/630684
+# Please migrate to cyrus-imapd-3.0 releases
+=net-mail/cyrus-imapd-2.5*
+
 # Andreas Sturmlechner  (20 Jan 2018)
 # Outdated and broken for a long time, blocking cleanups.
 # Depends on deprecated LINGUAS/Qt4/kde4-functions.eclass.



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

2018-01-22 Thread Eray Aslan
commit: 7c8e1ea5dacdafacb4cf4d9f811a9a3146970f5c
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan 22 14:20:45 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan 22 14:20:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8e1ea5

net-mail/cyrus-imapd: bump to 3.0.5

Filter --as-needed for working sieve implementation.  Should
really be resolved at toolchain level
Bug: https://bugs.gentoo.org/604466
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-mail/cyrus-imapd/Manifest |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild | 221 ++
 2 files changed, 222 insertions(+)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 4f7ad744835..102d9c65627 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -1,3 +1,4 @@
 DIST cyrus-imapd-2.5.10.tar.gz 3103914 BLAKE2B 
588764d47b3d458633e0ced2619cc1cccdf26c18d54effd38d4f9f6df12ad98f554efa632af9c7e4b43d7899b04a14a8a71fc152ea360a38cdab6a50685ddf5e
 SHA512 
78b85e37c63f1dbb60898da229f70f45810326a01244067d23b1317e2c2ae3326e48b6944787d59024e44c48c441ed2b848d6a83c451c192a3bb95c8f37880fa
 DIST cyrus-imapd-2.5.11.tar.gz 3109188 BLAKE2B 
9382d8e4b9317f7fa12f63f7262eb0c6a1571d405665694f735fb72b6de76058ea586172f2001babe280170f122c887374b1378f51fe9c89a522aaeb74b885c9
 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
 DIST cyrus-imapd-3.0.4.tar.gz 10819487 BLAKE2B 
209e379731c996ee083b0de61d6122b3756d1f6880071ebf015157057cf45845961d762ee762ae56213f72f15c01df29ab2d2661c4e352c6b4a680924d15d7b0
 SHA512 
9ceb7ac837c932c70fa0c1583bf8700b3ec27568d72538ae8d59f2f551e3007b3c2fc68fd29c009597c3949345dbe1bf2eb614bea038d70a5b49e5507df6b69a
+DIST cyrus-imapd-3.0.5.tar.gz 10910080 BLAKE2B 
a7914ab189a290427ddc0d013c19ff0c36f3a6c4fc016f50013d0f6abb11ae2f7d067b71df99b7f00ba4e8a2170e0f068baa170458b0dc1e94d69d8e4b814873
 SHA512 
262806729d5ee5d753732603aa7af33c6f96bc5145b7a951b8668ffdee0dcd4a90bd287da0949e85c4596cccb471a688f7f8b6f3e39194e1cff311950d4d4410

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild
new file mode 100644
index 000..13ed85c3a1d
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild
@@ -0,0 +1,221 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic pam ssl-cert user
+
+MY_P=${P/_/}
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/";
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz";
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
+   mysql nntp pam perl postgres replication +server sieve snmp \
+   sphinx sqlite ssl static-libs tcpd test xapian"
+
+# virtual/mysql-5.5 added for the --variable= option below
+CDEPEND="sys-libs/zlib
+   dev-libs/libpcre
+   >=dev-libs/cyrus-sasl-2.1.13
+   dev-libs/jansson
+   dev-libs/icu:=
+   afs? ( net-fs/openafs )
+   caps? ( sys-libs/libcap )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2 dev-libs/libical )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   lmdb? ( dev-db/lmdb )
+   mysql? ( >=virtual/mysql-5.5 )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   virtual/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   postgres? ( dev-db/postgresql:* )
+   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
+   ssl? ( >=dev-libs/openssl-1.0.1e:0[-bindist] )
+   sqlite? ( dev-db/sqlite:3 )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )
+   xapian? ( >=dev-libs/xapian-1.4.0 )"
+
+DEPEND="${CDEPEND}
+   test? ( dev-util/cunit )"
+
+# all blockers really needed?
+RDEPEND="${CDEPEND}
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !net-mail/cyrus-imap-admin"
+
+REQUIRED_USE="afs? ( kerberos )
+   backup? ( sqlite )
+   calalarm? ( http )
+   http? ( sqlite )
+   jmap? ( http xapian )
+   sphinx? ( mysql )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewuser cyrus -1 -1 /usr/cyrus mail
+   append-ldflags $(no-as-needed)
+}
+
+src_prepare() {
+   # bug 604470
+   eapply -p1 "${FILESDIR}/${PN}-sieve-libs-v4.patch"
+   eapply -p1 "${FILESDIR}/${PN}-libcap-libs.patch"
+   eapply -p1 "${FILESDIR}/${PN}-fix-tests.patch"
+   # Fix master(8)->cyrusmaster(8) manpage.
+   for i in `grep -rl -e 'master\.8' -e 'master(8)' "${S}"` ; do
+   sed -i -e 's:master\.8:cyrusmaster.8:g' \
+   -e 's:master(8):cyrus

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/

2018-01-22 Thread Jeroen Roovers
commit: 82cf1284eb255da49192c7ee10740fca02c317c5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 15:01:56 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 15:01:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cf1284

net-analyzer/fail2ban: Old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-analyzer/fail2ban/Manifest  |   1 -
 net-analyzer/fail2ban/fail2ban-0.9.7.ebuild | 105 
 2 files changed, 106 deletions(-)

diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest
index 1c6f7cd2e8c..135b7a4dd73 100644
--- a/net-analyzer/fail2ban/Manifest
+++ b/net-analyzer/fail2ban/Manifest
@@ -1,4 +1,3 @@
 DIST fail2ban-0.10.1.tar.gz 465197 BLAKE2B 
1e9ed7d07f4565f49e6ebec9ba1e9835d2eab69d786672addbdf32b2d350a582927cf56722eea91c1420e2d0d7d7564c2739d412c33f639551fa83a7d4ad
 SHA512 
80170082903b7d92732a7accd8ec5188f4b08b57ce46c2df9bc014771ab50602df2065abe87ccb890cfba41699f5441ebfe4648090ffcedb83e0374e509002f2
 DIST fail2ban-0.10.2.tar.gz 474675 BLAKE2B 
569599eec3c7b786933af332507ca148f49d38688f7467d3d9bb811353402646136fb28351e593fad0c95de4ece4ac4967d8215430827e8f5a2a52a6ea61a3ca
 SHA512 
1c16682b3cbf26b5aed1bace4c09ed911e487fbd01f8e8355f2427dae85b86d1d28e7a18948ad66488393115c1439e9daf634f2edb8c3ce7ce8639aa53e35503
 DIST fail2ban-0.9.6.tar.gz 352145 BLAKE2B 
a529a7a1c78f29f457abc26215da015f7624f6d777571e96725775557725b6cbbfda5068e77520f1b3c20efcff07c11f210c5cca3ed47cf86c6f5e87c503052f
 SHA512 
c09778d39741dc38d1073495a9f491012717d5ed04d28722f2ae6755104bdcc472baf06d33f500fed592b04c05277ba5cf74e527f1c0ed751108f4f1be22fa7e
-DIST fail2ban-0.9.7.tar.gz 356410 BLAKE2B 
0dc83741825299236e70f6544155ccefea9682b6b62ee98087918433fe5c3795331bdbc92ee003ec794739d9a826293fd0c20518dd4c0c0bc5c6b963941d11d4
 SHA512 
117b2cad742636c84ddd1f7de04abb603a74893eae062bd19edcde70a7246bc02157b644ee7192e5bcbd4c45ff6c541d5c598846bdd2dcbab21b884c6402f94d

diff --git a/net-analyzer/fail2ban/fail2ban-0.9.7.ebuild 
b/net-analyzer/fail2ban/fail2ban-0.9.7.ebuild
deleted file mode 100644
index eaa1dbd0fc8..000
--- a/net-analyzer/fail2ban/fail2ban-0.9.7.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 eutils systemd vcs-snapshot
-
-DESCRIPTION="scans log files and bans IPs that show malicious signs"
-HOMEPAGE="http://www.fail2ban.org/";
-SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="selinux systemd"
-
-# TODO support ipfw and ipfilter
-RDEPEND="
-   kernel_linux? ( net-firewall/iptables )
-   kernel_FreeBSD? ( sys-freebsd/freebsd-pf )
-   net-misc/whois
-   virtual/logger
-   virtual/mta
-   selinux? ( sec-policy/selinux-fail2ban )
-   systemd? ( $(python_gen_cond_dep '|| (
-   dev-python/python-systemd[${PYTHON_USEDEP}]
-   sys-apps/systemd[python(-),${PYTHON_USEDEP}]
-   )' 'python*' ) )
-"
-
-REQUIRED_USE="systemd? ( !python_single_target_pypy )"
-
-DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
-
-python_prepare_all() {
-   eapply_user
-
-   # Replace /var/run with /run, but not in the top source directory
-   find . -mindepth 2 -type f -exec \
-   sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die
-
-   sed -i -e 's|runscript|openrc-run|g' files/gentoo-initd || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   rm -rf "${D}"/usr/share/doc/${PN} "${D}"/run || die
-
-   # not FILESDIR
-   newconfd files/gentoo-confd ${PN}
-   newinitd files/gentoo-initd ${PN}
-   systemd_dounit files/${PN}.service
-   systemd_dotmpfilesd files/${PN}-tmpfiles.conf
-   doman man/*.{1,5}
-
-   # Use INSTALL_MASK  if you do not want to touch /etc/logrotate.d.
-   # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
-   insinto /etc/logrotate.d
-   newins files/${PN}-logrotate ${PN}
-}
-
-pkg_preinst() {
-   has_version "<${CATEGORY}/${PN}-0.7"
-   previous_less_than_0_7=$?
-}
-
-pkg_postinst() {
-   if [[ $previous_less_than_0_7 = 0 ]] ; then
-   elog
-   elog "Configuration files are now in /etc/fail2ban/"
-   elog "You probably have to manually update your configuration"
-   elog "files before restarting Fail2ban!"
-   elog
-   elog "Fail2ban is not installed under /usr/lib anymore. The"
-   elog "new location is under /usr/share."
-   elog
-   e

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/

2018-01-22 Thread Jeroen Roovers
commit: 3a4f6be7c2c36da69eb14f6895d6ca8f7cd7c3be
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 15:00:34 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 15:00:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4f6be7

net-analyzer/fail2ban: Version 0.10.2.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-analyzer/fail2ban/Manifest   |   1 +
 net-analyzer/fail2ban/fail2ban-0.10.2.ebuild | 113 +++
 2 files changed, 114 insertions(+)

diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest
index 6dadb26f74f..1c6f7cd2e8c 100644
--- a/net-analyzer/fail2ban/Manifest
+++ b/net-analyzer/fail2ban/Manifest
@@ -1,3 +1,4 @@
 DIST fail2ban-0.10.1.tar.gz 465197 BLAKE2B 
1e9ed7d07f4565f49e6ebec9ba1e9835d2eab69d786672addbdf32b2d350a582927cf56722eea91c1420e2d0d7d7564c2739d412c33f639551fa83a7d4ad
 SHA512 
80170082903b7d92732a7accd8ec5188f4b08b57ce46c2df9bc014771ab50602df2065abe87ccb890cfba41699f5441ebfe4648090ffcedb83e0374e509002f2
+DIST fail2ban-0.10.2.tar.gz 474675 BLAKE2B 
569599eec3c7b786933af332507ca148f49d38688f7467d3d9bb811353402646136fb28351e593fad0c95de4ece4ac4967d8215430827e8f5a2a52a6ea61a3ca
 SHA512 
1c16682b3cbf26b5aed1bace4c09ed911e487fbd01f8e8355f2427dae85b86d1d28e7a18948ad66488393115c1439e9daf634f2edb8c3ce7ce8639aa53e35503
 DIST fail2ban-0.9.6.tar.gz 352145 BLAKE2B 
a529a7a1c78f29f457abc26215da015f7624f6d777571e96725775557725b6cbbfda5068e77520f1b3c20efcff07c11f210c5cca3ed47cf86c6f5e87c503052f
 SHA512 
c09778d39741dc38d1073495a9f491012717d5ed04d28722f2ae6755104bdcc472baf06d33f500fed592b04c05277ba5cf74e527f1c0ed751108f4f1be22fa7e
 DIST fail2ban-0.9.7.tar.gz 356410 BLAKE2B 
0dc83741825299236e70f6544155ccefea9682b6b62ee98087918433fe5c3795331bdbc92ee003ec794739d9a826293fd0c20518dd4c0c0bc5c6b963941d11d4
 SHA512 
117b2cad742636c84ddd1f7de04abb603a74893eae062bd19edcde70a7246bc02157b644ee7192e5bcbd4c45ff6c541d5c598846bdd2dcbab21b884c6402f94d

diff --git a/net-analyzer/fail2ban/fail2ban-0.10.2.ebuild 
b/net-analyzer/fail2ban/fail2ban-0.10.2.ebuild
new file mode 100644
index 000..1efe5233391
--- /dev/null
+++ b/net-analyzer/fail2ban/fail2ban-0.10.2.ebuild
@@ -0,0 +1,113 @@
+# 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} pypy )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 eutils systemd vcs-snapshot
+
+DESCRIPTION="scans log files and bans IPs that show malicious signs"
+HOMEPAGE="http://www.fail2ban.org/";
+SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="selinux systemd"
+
+# TODO support ipfw and ipfilter
+RDEPEND="
+   kernel_linux? ( net-firewall/iptables )
+   kernel_FreeBSD? ( sys-freebsd/freebsd-pf )
+   net-misc/whois
+   virtual/logger
+   virtual/mta
+   selinux? ( sec-policy/selinux-fail2ban )
+   systemd? ( $(python_gen_cond_dep '|| (
+   dev-python/python-systemd[${PYTHON_USEDEP}]
+   sys-apps/systemd[python(-),${PYTHON_USEDEP}]
+   )' 'python*' ) )
+"
+
+REQUIRED_USE="systemd? ( !python_single_target_pypy )"
+
+DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
+
+python_prepare_all() {
+   eapply_user
+
+   # Replace /var/run with /run, but not in the top source directory
+   find . -mindepth 2 -type f -exec \
+   sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die
+
+   sed -i -e 's|runscript|openrc-run|g' files/gentoo-initd || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if python_is_python3; then
+   ./fail2ban-2to3 || die
+   fi
+   distutils-r1_python_compile
+}
+
+python_test() {
+   "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   rm -rf "${D}"/usr/share/doc/${PN} "${D}"/run || die
+
+   # not FILESDIR
+   newconfd files/gentoo-confd ${PN}
+   newinitd files/gentoo-initd ${PN}
+   sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > 
"${T}/${PN}.service" || die
+   systemd_dounit "${T}/${PN}.service"
+   systemd_dotmpfilesd files/${PN}-tmpfiles.conf
+   doman man/*.{1,5}
+
+   # Use INSTALL_MASK  if you do not want to touch /etc/logrotate.d.
+   # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
+   insinto /etc/logrotate.d
+   newins files/${PN}-logrotate ${PN}
+}
+
+pkg_preinst() {
+   has_version "<${CATEGORY}/${PN}-0.7"
+   previous_less_than_0_7=$?
+}
+
+pkg_postinst() {
+   if [[ $previous_less_than_0_7 = 0 ]] ; then
+   elog
+   elog "Configuration files are now in /etc/fail2ban/"
+   elog "You probably have to manually update your

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

2018-01-22 Thread Sven Wegener
commit: 9b5b9435bdddc10b425ec58bdd306ec01e2fe6e4
Author: Sven Wegener  gentoo  org>
AuthorDate: Mon Jan 22 15:04:29 2018 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Mon Jan 22 15:06:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5b9435

net-dns/pdns-recursor: Version bump, security bug #644710

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-dns/pdns-recursor/Manifest  | 2 +-
 .../{pdns-recursor-4.1.0.ebuild => pdns-recursor-4.1.1.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index fff163b8922..835ce37a1f8 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,2 +1,2 @@
 DIST pdns-recursor-4.0.8.tar.bz2 1071831 BLAKE2B 
d9ab0dada8efa4b05c136650b9a2eab3aec4acab28ffb6da5bb4f627dc085b2c2d046d1f0dac5cf6e7054b47d76b8d7b95f56cc096b613891a4422b77e9abe9d
 SHA512 
9886fccd3042904b7133e03a7b45479c8f2f57ecb33e4a043703b5e84816cd04a331503870e16030c86b353c1e14d9283dba767c1247e46ed6e14b7e0e93a5ef
-DIST pdns-recursor-4.1.0.tar.bz2 1222751 BLAKE2B 
b2b5a7dee227b28eb3a1451a4d07cb1804e039e6b405c332f30fbb8df39f395906607f3c074b2469b01885b702d12e86e4ffd6114811404134c16956905c744f
 SHA512 
1e4d70f3794005c3f45b2ec0ab580c3697e7de3096f3378b9b9d1cd53f10f95e577522ca9f634eb235b166f007e8a2bfa99f312ddf19f266ad4bb0965167fd7c
+DIST pdns-recursor-4.1.1.tar.bz2 1224544 BLAKE2B 
886353fabed5795696e84c6f70872577ff3832e449c5b88c81fec00eb39b764091b92c9c8b5dfc7aa0af2fdb305a3ec3578ccaff469e9c305903bcea8089
 SHA512 
a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
similarity index 97%
rename from net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild
rename to net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
index 346091e0ec1..7e2d4e9bfdb 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"



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

2018-01-22 Thread Jeroen Roovers
commit: 16be69817ca8b6860569108bcbf3ca17a22431e3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 15:35:08 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 15:36:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16be6981

www-client/vivaldi-snapshot: Version 1.14.1077.3_p1.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-1.14.1077.3_p1.ebuild | 120 +
 2 files changed, 123 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 368f420da74..3d02619b865 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot-1.14.1064.3_p1-i386.deb 51362530 BLAKE2B 
7ce16ba32329d5428
 DIST vivaldi-snapshot-1.14.1072.3_p1-amd64.deb 53508988 BLAKE2B 
5c9f61f6b29e507c8a2f3368f8d6154dbf1a302075af7af8a8f5ec253c44ecdf7b57d6e6c4d26818ccb41d9ec25986389487506258aaa8e26cfe2cc0077f4412
 SHA512 
067bb347c2064b1709bb8af2995182f659fb4dbc4199bc942e2005025aac6672ec0af9944f0692a5cfbc96b78ea42b3e268c96a72b189ffea5cc0bebc1038115
 DIST vivaldi-snapshot-1.14.1072.3_p1-armhf.deb 47312872 BLAKE2B 
3581fb6a727bb6e26e92b3509d5a96536a2a16ab8d4972f84146daae945f28ac1f80962e0b0023a03053d177c8b56ee7f8ebf162db79d13344802aa3f56eb7ee
 SHA512 
3b61f07cc7258634028f27b1a00aa44b95c3618b8b36803ecdf8e17af9ca0f432456fd758efe1ba8bacffe247e2dfa08b5092776c8f4c9a2aac963553d115293
 DIST vivaldi-snapshot-1.14.1072.3_p1-i386.deb 53069774 BLAKE2B 
4f3f60cd1c3019d1c947146e90a9a1325a2c14777cf43cb3394078483d47cc8eb417c3bcd2e37db457f11eede3dd7e131b08923a6a2b79f3bb85a809c513aed2
 SHA512 
6983060e0db5313dee69297e50b5df256d7856440fa44f1e8074dfb3d28e43bac2f04391d6698bd1334d9d407326ffa7e8b1c550bcd0ef8ee151ff48367df794
+DIST vivaldi-snapshot-1.14.1077.3_p1-amd64.deb 53411180 BLAKE2B 
e04cfee2c6ab7fd4d81942a3232c878be37c5d768f95e1588e007d305e6a050241daa3297a0c069cf4190611594f282a1a233d64e49deb429b6d8adca558
 SHA512 
cab5853cad74f111d47f9611d7a18a8deee99608aa241eff85988bfb42792b1e642a35ad5847fa09d374b7baeadb7f5afc64655418e5dfbdbf2ff8eee141857e
+DIST vivaldi-snapshot-1.14.1077.3_p1-armhf.deb 47215650 BLAKE2B 
3e148d2d05236929a958c6a782f921b9cf82e861a4760db6615daac3d07595bd1393ffdee639cf513cf4d1073f0a350a2277af5a44a0eaec9ef9602698b51a29
 SHA512 
d782191a9f0d7287a65146df552e18a3cdb32a6bc9972bab6a9e7377cfd88685d0c0e8763c39a870b0031c1f7b10777a98bc3691b6a5c1781cafe7da11c22c6e
+DIST vivaldi-snapshot-1.14.1077.3_p1-i386.deb 52959064 BLAKE2B 
4bd5df973212ec0d0e2009e96472deb7c831b2455907c7bd9e7e40ac6a5d6e5aa7d02b6a10e954106ec206404f4055ae0977e1829d58713de7594109aa6514f7
 SHA512 
8f070e0e00bf9acf2d6b3f1bbb79768b1d460f2a2860bb45122551883ae38aa6efb1e283bdc853c4135e9936f399f0b8656f247102d406e8b861a924f0b2977d

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1077.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1077.3_p1.ebuild
new file mode 100644
index 000..7998894a831
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1077.3_p1.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   >=dev-libs/openssl-1.0.1:0
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c

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

2018-01-22 Thread Jeroen Roovers
commit: dd5a4f59525030e32805cf0cf07119a49a9609af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 15:36:04 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 15:36:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5a4f59

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-1.13.997.3_p1-libffmpeg.patch |  27 -
 .../vivaldi-snapshot-1.14.1064.3_p1.ebuild | 119 -
 3 files changed, 149 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 3d02619b865..b9eae260701 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot-1.14.1064.3_p1-amd64.deb 50482824 BLAKE2B 
08a25b11a9ba63ff731a27ac83411342e94a249d3ef6b74ff8e69e877b3c6d2ccd2724469beafb81d462c5fc927ba049a42971fa854833676e2086259b62
 SHA512 
6930048690a6baa081a243558eea7fa70cc583b809b7d36b5f5331a5d17f62cd7f672c3c36100fb865e2fd536ab146480f28bdb75c08c3e8563c7e6b10028bfc
-DIST vivaldi-snapshot-1.14.1064.3_p1-armhf.deb 46248122 BLAKE2B 
e3cdaca603c1c6a9ca34fa50b12fc225d8e7fbac5966c2aeb8b36c4224af12c882d84f40a6213ccd966ad16b4eae93eee8dcf53ec8324d5c564ff42b90f5b0ac
 SHA512 
46e4724c727f78d355e32e7d8dc482ec240dff2f42b10a16ea3549d83fa24149093dc4e5f85626b0059b71bdbc83323a1cdbc064e3ed63c4b29f24bbf3661960
-DIST vivaldi-snapshot-1.14.1064.3_p1-i386.deb 51362530 BLAKE2B 
7ce16ba32329d5428ea4c4ccc84ff9bc7a450ef3765c1c6c8929884fdce41cc1a842b3ce70881c02f4f30e5a49f90df99e40fe6e6256a0aba7aa7803f75d6e1c
 SHA512 
c3ecb7b61a036d9e99fbe5a0bf46a87d06c73cb9be3fc1429c89bf173044c53db9c5a1d367dc38b26aeceb83ad802c70a7ada7e91cefaac80fd083c7731e52e6
 DIST vivaldi-snapshot-1.14.1072.3_p1-amd64.deb 53508988 BLAKE2B 
5c9f61f6b29e507c8a2f3368f8d6154dbf1a302075af7af8a8f5ec253c44ecdf7b57d6e6c4d26818ccb41d9ec25986389487506258aaa8e26cfe2cc0077f4412
 SHA512 
067bb347c2064b1709bb8af2995182f659fb4dbc4199bc942e2005025aac6672ec0af9944f0692a5cfbc96b78ea42b3e268c96a72b189ffea5cc0bebc1038115
 DIST vivaldi-snapshot-1.14.1072.3_p1-armhf.deb 47312872 BLAKE2B 
3581fb6a727bb6e26e92b3509d5a96536a2a16ab8d4972f84146daae945f28ac1f80962e0b0023a03053d177c8b56ee7f8ebf162db79d13344802aa3f56eb7ee
 SHA512 
3b61f07cc7258634028f27b1a00aa44b95c3618b8b36803ecdf8e17af9ca0f432456fd758efe1ba8bacffe247e2dfa08b5092776c8f4c9a2aac963553d115293
 DIST vivaldi-snapshot-1.14.1072.3_p1-i386.deb 53069774 BLAKE2B 
4f3f60cd1c3019d1c947146e90a9a1325a2c14777cf43cb3394078483d47cc8eb417c3bcd2e37db457f11eede3dd7e131b08923a6a2b79f3bb85a809c513aed2
 SHA512 
6983060e0db5313dee69297e50b5df256d7856440fa44f1e8074dfb3d28e43bac2f04391d6698bd1334d9d407326ffa7e8b1c550bcd0ef8ee151ff48367df794

diff --git 
a/www-client/vivaldi-snapshot/files/vivaldi-snapshot-1.13.997.3_p1-libffmpeg.patch
 
b/www-client/vivaldi-snapshot/files/vivaldi-snapshot-1.13.997.3_p1-libffmpeg.patch
deleted file mode 100644
index 807164299ac..000
--- 
a/www-client/vivaldi-snapshot/files/vivaldi-snapshot-1.13.997.3_p1-libffmpeg.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 a/opt/vivaldi-snapshot/vivaldi-snapshot
-+++ b/opt/vivaldi-snapshot/vivaldi-snapshot
-@@ -32,14 +32,14 @@
-   # Chromium's FFMpeg version N-82746-g6bb7ea7 is the oldest known 
working version
-   # 
chromium/third_party/ffmpeg/chromium/config/Chromium/linux/x64/libavutil/ffversion.h
-   if [ -r "$1" ]; then
--if [ `grep -aom1 'FFmpeg version N-[0-9]\+-' "$1" | cut -f2 -d-` -ge 
"82746" ]; then
-+#if [ `grep -aom1 'FFmpeg version N-[0-9]\+-' "$1" | cut -f2 -d-` -ge 
"82746" ]; then
-   if [[ -n "$LD_PRELOAD" ]]; then
- export LD_PRELOAD="$LD_PRELOAD:$1"
-   else
- export LD_PRELOAD="$1"
-   fi
-   export VIVALDI_FFMPEG_FOUND=YES
--fi
-+#fi
-   fi
- fi
-   fi
-@@ -54,6 +54,7 @@
- # Check for libs in preferred order.
- # Where possible, use other files/directories to confirm it's the correct 
variant.
- VIVALDI_FFMPEG_FOUND=NO
-+checkffmpeg "/usr/lib64/chromium/libffmpeg.so"
- checkffmpeg '/usr/lib/chromium-browser/libffmpeg.so' 
'/usr/share/doc/chromium-codecs-ffmpeg-extra'
- checkffmpeg "/usr/lib/$DEBARCH/oxide-qt/libffmpeg.so" 
'/usr/share/doc/oxideqt-codecs-extra'
- 

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1064.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1064.3_p1.ebuild
deleted file mode 100644
index a3680124874..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1064.3_p1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro 

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

2018-01-22 Thread Michael Haubenwallner
commit: f29dafd086fdc9bc1cc505d9ac8fe849d65bcb8d
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Jan 22 15:37:15 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Jan 22 15:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f29dafd0

dev-lang/python: can use elibc_glibc, not amd64-linux

This must have been broken since
https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1896ea58f9eef2916986ade1d46aa3e727fbccc7

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

 dev-lang/python/Manifest | 4 ++--
 dev-lang/python/python-2.7.14.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index e9b4feefe1..67805c47ab 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,5 +1,5 @@
-DIST 7be648659ef46f33db6913ca0ca5a809219d5629.zip 9199 SHA256 
f813f6f9437cb152824670e46b9c5d4235d29b8b433b40d74bd936a8e540828b SHA512 
cabc21d2d7379daf1f4bafe7ab00b70e5b4f707d3102496b96ff0dfdced26347097ad771c69e0b9488b7c54b1ef36f9bc019bee72f1ffcbb55dcd0e71095edfe
 WHIRLPOOL 
2c0a08deb24940c58c9e524d47bbadab6706fb0873e5899fe98a41af0b9ab07ed9ca7b03ac57c2aa199572e347b5c500371a9ef63fdc2201043595a227cae0ad
-DIST 8ee84829be03c2a1aa74f0f095c994c1f43f4688.zip 14239 SHA256 
811b6fe82630a04a44a6d16074af76964e7e4005136ba479647eb741639099da SHA512 
2f3ada7ff2bd97f90e3b972b681624ddf45c6d1db8d5e89f1313b4693db240a3c4e27c84bd2cf8ff71d5fb276b381ca6a3b8a6945f8db53ff3496cc4cc0b1d62
 WHIRLPOOL 
73eba606051ed1232de22965f0879cd2dc3895d2d280a3e355581be788adf1af20e96c7eb725af2e71df1d022e6b208ab2ffe70515693536d6464f033224cd14
+DIST 7be648659ef46f33db6913ca0ca5a809219d5629.zip 9199 BLAKE2B 
85803bc1677bd16650cb5fc4a2c54fdac0228326f25cfba4fcd098ac9d689312d3e0dde6fca57f720d5235361d6462461cf018325c23fda9139e0f1683055aff
 SHA512 
cabc21d2d7379daf1f4bafe7ab00b70e5b4f707d3102496b96ff0dfdced26347097ad771c69e0b9488b7c54b1ef36f9bc019bee72f1ffcbb55dcd0e71095edfe
+DIST 8ee84829be03c2a1aa74f0f095c994c1f43f4688.zip 14239 BLAKE2B 
3dd91f83e5886cb9ba5c1fd9f3da38ab521db70645fa187752cd784919d523d9bf59b61223ea1a455b6d9002ba88dac5bd834c8e943b121db84e30bbb0f65204
 SHA512 
2f3ada7ff2bd97f90e3b972b681624ddf45c6d1db8d5e89f1313b4693db240a3c4e27c84bd2cf8ff71d5fb276b381ca6a3b8a6945f8db53ff3496cc4cc0b1d62
 DIST Python-2.7.12.tar.xz 12390820 BLAKE2B 
97446bca10005277cf1a92ce7fc9e847d5df93f656a6a3b66e9f064d1c2ba35d5a8b420aaa64b92247d6a3fcd3852876450faebc466c7a8e841fd0c2e62fd306
 SHA512 
6ddbbce47cc49597433d98ca05c2f62f07ed1070807b645602a8e9e9b996adc6fa66fa20a33cd7d23d4e7e925e25071d7301d288149fbe4e8c5f06d5438dda1f
 DIST Python-2.7.14.tar.xz 12576112 BLAKE2B 
e03c4134cfdd88678acc26f383130a598ce4de908ab6bb9ee00e9235de3e0fcb9e653fec86f39db64fb895ef797d33736524655c5b94fab2cde2544b966b2cfb
 SHA512 
78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9
 DIST Python-3.4.5.tar.xz 14516820 BLAKE2B 
f9ddabd2df2241089d07756d3a8ba1c70096bee60d7cdef84041edbb20c488c3a573762441a4b7f543dbc0ce403ce84ff7d02e7d25699917bd014ab96deead85
 SHA512 
b548a5338d141b3086dea372fa2cc245ba5350ee9f0d1304ef6222dc45380b66d380b092e547d54206d56ca68563b95036f445f97f72bb0ef1d48f81a74a3d4c

diff --git a/dev-lang/python/python-2.7.14.ebuild 
b/dev-lang/python/python-2.7.14.ebuild
index 2ff87b1a6e..79d6fd758f 100644
--- a/dev-lang/python/python-2.7.14.ebuild
+++ b/dev-lang/python/python-2.7.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -244,8 +244,8 @@ src_configure() {
append-cppflags -I"${EPREFIX}"/usr/include
append-ldflags -L"${EPREFIX}"/$(get_libdir)
append-ldflags -L"${EPREFIX}"/usr/$(get_libdir)
-   # fix compilation on some 64-bits Linux hosts, #381163, #473520
-   if use amd64-linux ; then
+   # fix compilation on some Linux hosts, #381163, #473520
+   if use elibc_glibc ; then
for hostlibdir in /usr/lib32 /usr/lib64 /usr/lib /lib32 
/lib64; do
[[ -d ${hostlibdir} ]] || continue
append-ldflags -L${hostlibdir}



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

2018-01-22 Thread Jeroen Roovers
commit: 8e9722ceb795ce77d61d9aa114eec2212d9ee03c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 15:38:02 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 15:38:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9722ce

www-client/vivaldi: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.20, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 www-client/vivaldi/vivaldi-1.13.1008.44_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-1.13.1008.44_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.13.1008.44_p1.ebuild
index 64b2fd9f7d2..78c70beff4f 100644
--- a/www-client/vivaldi/vivaldi-1.13.1008.44_p1.ebuild
+++ b/www-client/vivaldi/vivaldi-1.13.1008.44_p1.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
+KEYWORDS="-* amd64 ~arm x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2018-01-22 Thread Jeroen Roovers
commit: a780d5836c00cbf00bb745841895bca16c059c5a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 22 15:38:42 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 22 15:38:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a780d583

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 www-client/vivaldi/Manifest|   3 -
 .../files/vivaldi-1.13.1008.32_p1-libffmpeg.patch  |  27 -
 www-client/vivaldi/vivaldi-1.13.1008.40_p1.ebuild  | 129 -
 3 files changed, 159 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 3fcbfba1d61..c1cdb731417 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-1.13.1008.40_p1-amd64.deb 49253000 BLAKE2B 
611ae67831400a6eed575d886fc36b324450b1d2efa65b0f504ad8067b224a6a38a3e8146a4ba9a188fc122584e70fcb65f34c084f501ac8e6e27a524f3fadc9
 SHA512 
8f6dc0adf328a53eef2b23b061dbbab93baa5f0dfbb12c386446a27791fda1ce95d31810e43167a9225e66eb5ae2db923363e7b4d51422a162c3b8dc84c26d50
-DIST vivaldi-1.13.1008.40_p1-armhf.deb 45155072 BLAKE2B 
76e851b23cc48e87257782cc9ccc73ff974161732784acf27031d3d3b2b1b7430ffbac7b75b71042f775c9e3596470653414c43505d09dae3465c75d0fa578f7
 SHA512 
815f33250705d9bebc3bd0e033250a7eca773e4acf2ca7745ea57d44b61ff489e102283bec97dfd0d1126fd5ab67d14b7f6be6f5b3a1c9a55d8b6895e067b23d
-DIST vivaldi-1.13.1008.40_p1-i386.deb 50136764 BLAKE2B 
302456967c62b113c04458bc72a900d8c4d3ec17879d50e81ff326e0dda8255ca59f2995fb984bb5acbf2fdc2d15b02e93b80fc8263b10289256cf393745906b
 SHA512 
a8aab123ecf0bacd16ffd2a239eddfd7125511d366a8bfb6b9bb2eaca3993dc3d90179d3012cc09cfe46cacae4097c0a36e74cad977c80eaebfc6fd5d85e0ab2
 DIST vivaldi-1.13.1008.44_p1-amd64.deb 49265816 BLAKE2B 
4d49e00cb0bb7fbf72303eb32da01751b22f9ec252766205893ead6c65e95695457065d2d9dcd5c4d42621a1382b012b2718e67b7f514df2ee7b1ea959eeaeca
 SHA512 
3bb7f5ac0e01b1b3d36b4faae8a0a7874ab8acad5398663c9e51b6f9f26a6f00f01c3a183ff964e18eda2358009c99b270e65a3d35d99cea1de72554a7f6255a
 DIST vivaldi-1.13.1008.44_p1-armhf.deb 45147556 BLAKE2B 
90d8c056c129273e2c759247d452d4a825cb0ad41052716674fac790bb488d3f0743fa692f302f1c7af3f22adb91b1a115e1bd5c2745560577c14e0645fe0afd
 SHA512 
f390ef2a6afa98212458a803b2411e53849bc2be3ebf54f3fdedc15bd38462239f7590dd31870c312319a38bb0e293948e1bbd1f1a0cdf243747780925c9762c
 DIST vivaldi-1.13.1008.44_p1-i386.deb 50145626 BLAKE2B 
44c913c2e8242d2b4b5b24fb63bc21dd8636283ebbcc5b72178b7dd4a34e2fc0e5d45fe41fef9ce7c918809e0bfffa1cf3ddbe436626afaa6237b4c85d27c09e
 SHA512 
2f34facdc0ee2662d0ce03347346f8e510c288259aa92306f22c1eced6fc8626275f766401f6468b7a3037c2e7d5e65f692de39753553c7c8537b6c7f7a57a7a

diff --git a/www-client/vivaldi/files/vivaldi-1.13.1008.32_p1-libffmpeg.patch 
b/www-client/vivaldi/files/vivaldi-1.13.1008.32_p1-libffmpeg.patch
deleted file mode 100644
index a0da6934742..000
--- a/www-client/vivaldi/files/vivaldi-1.13.1008.32_p1-libffmpeg.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 a/opt/vivaldi/vivaldi
-+++ b/opt/vivaldi/vivaldi
-@@ -32,14 +32,14 @@
-   # Chromium's FFMpeg version N-82746-g6bb7ea7 is the oldest known 
working version
-   # 
chromium/third_party/ffmpeg/chromium/config/Chromium/linux/x64/libavutil/ffversion.h
-   if [ -r "$1" ]; then
--if [ `grep -aom1 'FFmpeg version N-[0-9]\+-' "$1" | cut -f2 -d-` -ge 
"82746" ]; then
-+#if [ `grep -aom1 'FFmpeg version N-[0-9]\+-' "$1" | cut -f2 -d-` -ge 
"82746" ]; then
-   if [[ -n "$LD_PRELOAD" ]]; then
- export LD_PRELOAD="$LD_PRELOAD:$1"
-   else
- export LD_PRELOAD="$1"
-   fi
-   export VIVALDI_FFMPEG_FOUND=YES
--fi
-+#fi
-   fi
- fi
-   fi
-@@ -54,6 +54,7 @@
- # Check for libs in preferred order.
- # Where possible, use other files/directories to confirm it's the correct 
variant.
- VIVALDI_FFMPEG_FOUND=NO
-+checkffmpeg "/usr/lib64/chromium/libffmpeg.so"
- checkffmpeg '/usr/lib/chromium-browser/libffmpeg.so' 
'/usr/share/doc/chromium-codecs-ffmpeg-extra'
- checkffmpeg "/usr/lib/$DEBARCH/oxide-qt/libffmpeg.so" 
'/usr/share/doc/oxideqt-codecs-extra'
- 

diff --git a/www-client/vivaldi/vivaldi-1.13.1008.40_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.13.1008.40_p1.ebuild
deleted file mode 100644
index 9963ab90563..000
--- a/www-client/vivaldi/vivaldi-1.13.1008.40_p1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
-
-#VIVALDI_BRANCH="snapshot"
-
-VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
-VIVALDI_

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

2018-01-22 Thread Mikle Kolyada
commit: b1c44301906dd0b69b6a077f0283854540ef1a89
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 15:58:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:00:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c44301

dev-libs/libbytesize: alpha stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild 
b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
index 2fb837e7769..aa91fab7c2e 100644
--- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
+++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc test"
 
 RDEPEND="



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

2018-01-22 Thread Mikle Kolyada
commit: 4776d94da8fa4b2df81e5a4d7fae10de2c19bf7a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 15:56:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:00:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4776d94d

dev-python/polib: alpha stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/polib/polib-1.0.7.ebuild 
b/dev-python/polib/polib-1.0.7.ebuild
index 0495d83fe99..f15c1ec57a3 100644
--- a/dev-python/polib/polib-1.0.7.ebuild
+++ b/dev-python/polib/polib-1.0.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc"
 
 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"



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

2018-01-22 Thread Mikle Kolyada
commit: 500213cbc8a0b1bc3d2deedff746e7c64c5a2316
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 15:58:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:00:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500213cb

sys-libs/libblockdev: alpha stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
index 5d6b885a695..564de49b6c7 100644
--- a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
 
 CDEPEND="



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

2018-01-22 Thread Mikle Kolyada
commit: cfd9cb8e43c31488bdd5ddf6bd5e85aab4cd02a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 15:55:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:00:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd9cb8e

dev-python/pocketlint: alpha stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild 
b/dev-python/pocketlint/pocketlint-0.15.ebuild
index f951396f16a..b03695cf5b2 100644
--- a/dev-python/pocketlint/pocketlint-0.15.ebuild
+++ b/dev-python/pocketlint/pocketlint-0.15.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""



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

2018-01-22 Thread Mikle Kolyada
commit: 85445281d7b4480da7eeb1f509ddd23df7e65d86
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 15:59:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:00:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85445281

sys-fs/udisks: alpha stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-fs/udisks/udisks-2.7.4-r1.ebuild 
b/sys-fs/udisks/udisks-2.7.4-r1.ebuild
index 833fa85161b..c2e86561cab 100644
--- a/sys-fs/udisks/udisks-2.7.4-r1.ebuild
+++ b/sys-fs/udisks/udisks-2.7.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/storaged-project/${PN}/archive/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="amd64 arm ~arm64 ia64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 x86"
 IUSE="acl cryptsetup debug elogind +gptfdisk +introspection lvm nls selinux 
systemd"
 
 REQUIRED_USE="?? ( elogind systemd )"



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

2018-01-22 Thread Mikle Kolyada
commit: 1cc43ad3597f899dbcca61176e45360412b4e4c9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 15:57:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:00:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc43ad3

dev-libs/volume_key: alpha stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-libs/volume_key/volume_key-0.3.9.ebuild 
b/dev-libs/volume_key/volume_key-0.3.9.ebuild
index 8960be810ef..bad5f2c4448 100644
--- a/dev-libs/volume_key/volume_key-0.3.9.ebuild
+++ b/dev-libs/volume_key/volume_key-0.3.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2018-01-22 Thread Matt Thode
commit: 5e232c8b147f32ce5513d0bb5b7c129cdfc5e1c7
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 22 16:07:00 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jan 22 16:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e232c8b

media-sound/spotify: 1.0.70 bup, thanks Nikos

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

 media-sound/spotify/Manifest  |   2 +
 media-sound/spotify/spotify-1.0.70.ebuild | 118 ++
 2 files changed, 120 insertions(+)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index ea76a5d6102..f31a4260791 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,2 +1,4 @@
 DIST spotify-client_1.0.69.336.g7edcc575-39_amd64.deb 89614954 BLAKE2B 
a489aa2ad52d06e3651dc7aeb53adadf5f0447d959fca95e7bd49b943188622c8d96868e19d3d3761e4d01432548240a219107de07f1262bc7b8d630cdd64e77
 SHA512 
cc0cdc5065d21ebb2fa3d05f088b43c49ce95a7ddbedbb474841a11b6a6a79771767e939828cc18ec8f21bb6ba5a3931c6c62ba69321990ed72911c8cd872c04
 DIST spotify-client_1.0.69.336.g7edcc575-39_i386.deb 93798286 BLAKE2B 
2ef644a6da0c497aab2347b4fea49966f17ca89b36c85ca48cc1ba6496bd49745028cab934a4077c82968875870243bb84fe5a7576f2319663fc3490ce371427
 SHA512 
41ab715a247029e1d380387962c554153af734e4eaf6965d1e175f9370d71cefe7559e358b0d402162955bb069a72cd24249d341b1bb7c75fc40b9b65bbc80da
+DIST spotify-client_1.0.70.399.g5ffabd56-26_amd64.deb 89572934 BLAKE2B 
70fa53d8bd4fac88133cd57171721636d17ccc1863a224048572c34eba132baf2642c5b51022f4dd59bbe8abe61c43440dc9339687bc2d3c0ba6fbbe5339a0fa
 SHA512 
f5ce65a535daffe251152f6dc1c3affe2cbdf815ce1129e204ef03b589ebf7ac1015a9be2c77d7bcdd506fa23b9f24390b961843bb311366f6839756563912bf
+DIST spotify-client_1.0.70.399.g5ffabd56-27_i386.deb 93896122 BLAKE2B 
541de6cddb207440baabff6e43af6bd101ae43e8b30359a14078429506b742faf6bd32719bc6579068196bd01859a24af35677b3b53233b79ff56007fa38a30c
 SHA512 
b72a7b4286d067a0a825b423ff62d426a82d8a7cc111500e1d5ab64df000f0cce024a6c7d9cc5cbf253800152907ae2889f55eead46556739f8d5069e7c0abf2

diff --git a/media-sound/spotify/spotify-1.0.70.ebuild 
b/media-sound/spotify/spotify-1.0.70.ebuild
new file mode 100644
index 000..1e34e86dd45
--- /dev/null
+++ b/media-sound/spotify/spotify-1.0.70.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils xdg-utils gnome2-utils pax-utils unpacker
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/";
+BUILD_ID_AMD64="399.g5ffabd56-26"
+BUILD_ID_X86="399.g5ffabd56-27"
+SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/";
+SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
+   x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome pax_kernel pulseaudio"
+RESTRICT="mirror strip"
+
+DEPEND=""
+# zenety needed for filepicker
+RDEPEND="
+   ${DEPEND}
+   dev-libs/nss
+   gnome-base/gconf
+   gnome-extra/zenity
+   media-libs/alsa-lib
+   media-libs/harfbuzz
+   media-libs/fontconfig
+   media-libs/mesa
+   net-misc/curl[ssl,curl_ssl_openssl]
+   net-print/cups[ssl]
+   x11-libs/gtk+:2
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   dev-python/pygobject:3
+   dev-python/dbus-python
+   pulseaudio? ( media-sound/pulseaudio )
+   gnome? ( gnome-extra/gnome-integration-spotify )"
+   #sys-libs/glibc
+
+S=${WORKDIR}/
+
+QA_PREBUILT="opt/spotify/spotify-client/spotify"
+
+src_prepare() {
+   # Fix desktop entry to launch spotify-dbus.py for GNOME integration
+   if use gnome ; then
+   sed -i \
+   -e 's/spotify \%U/spotify-dbus.py \%U/g' \
+   usr/share/spotify/spotify.desktop || die "sed failed"
+   fi
+   default
+}
+
+src_install() {
+   dodoc usr/share/doc/spotify-client/changelog.gz
+
+   SPOTIFY_PKG_HOME=usr/share/spotify
+   insinto /usr/share/pixmaps
+   doins ${SPOTIFY_PKG_HOME}/icons/*.png
+
+   # install in /opt/spotify
+   SPOTIFY_HOME=/opt/spotify/spotify-client
+   insinto ${SPOTIFY_HOME}
+   doins -r ${SPOTIFY_PKG_HOME}/*
+   fperms +x ${SPOTIFY_HOME}/spotify
+
+   dodir /usr/bin
+   cat <<-EOF >"${D}"/usr/bin/spotify || die
+   #! /bin/sh
+   exec ${SPOTIFY_HOME}/spotify "\$@"
+   EOF
+   fperms +x /usr/bin/spotify
+
+   local size
+   for size in 16 22 24 32 48 64 128 256 512; do
+   newicon -s ${size} 
"${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \
+   "spotify-client.png"
+   done
+   domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
+   if use pax_kernel; then
+  

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

2018-01-22 Thread Michael Haubenwallner
commit: 4273a169a77eb87ef833c6d99a81c997938fecf2
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Jan 22 16:04:25 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Jan 22 16:07:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4273a169

dev-python/pyblake2: add ~x86-linux, ~amd64-linux keywords

These are the non-RAP keywords for linux prefix.

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

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

diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild 
b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
index 41255bdd959..f9dacce78ea 100644
--- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild
+++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 # pyblake2 itself allows more licenses but blake2 allows the following three
 LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 python_test() {
"${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"



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

2018-01-22 Thread Michael Haubenwallner
commit: 5568453d8e01e008ffd5d324f4d6ce996c234c67
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Jan 22 16:18:30 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Jan 22 16:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5568453d

net-libs/libnsl: keyword ~x86-linux, ~amd64-linux

These are the non-RAP prefix linux keywords.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild 
b/net-libs/libnsl/libnsl-1.2.0.ebuild
index cf182e06e36..016c30ac64d 100644
--- a/net-libs/libnsl/libnsl-1.2.0.ebuild
+++ b/net-libs/libnsl/libnsl-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ SLOT="0/2"
 LICENSE="LGPL-2.1+"
 
 # Stabilize together with glibc-2.26!
-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 ~amd64-linux ~x86-linux"
 
 IUSE=""
 



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

2018-01-22 Thread Mike Gilbert
commit: 00129840d4988ff105623ff33f6a5b8ce50309fe
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan 22 16:20:29 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan 22 16:20:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00129840

www-client/chromium: apply use_lld fix to M63

Bug: https://bugs.gentoo.org/641556
Closes: https://bugs.gentoo.org/645334

 www-client/chromium/chromium-63.0.3239.132.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-client/chromium/chromium-63.0.3239.132.ebuild 
b/www-client/chromium/chromium-63.0.3239.132.ebuild
index bc4598a11c0..8791ac0 100644
--- a/www-client/chromium/chromium-63.0.3239.132.ebuild
+++ b/www-client/chromium/chromium-63.0.3239.132.ebuild
@@ -439,6 +439,9 @@ src_configure() {
# Trying to use gold results in linker crash.
myconf_gn+=" use_gold=false use_sysroot=false 
linux_use_bundled_binutils=false use_custom_libcxx=false"
 
+   # Disable forced lld, bug 641556
+   myconf_gn+=" use_lld=false"
+
ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)"
myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\""



[gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak2/, media-radio/tucnak2/files/

2018-01-22 Thread Mikle Kolyada
commit: c644f4576f063b677c139aac7bd0061e1f61e1b9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 16:29:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:30:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c644f457

media-radio/tucnak2: remove last rited package

 media-radio/tucnak2/Manifest   |  1 -
 .../tucnak2/files/tucnak2-2.42-appname.diff| 23 
 media-radio/tucnak2/files/tucnak2-2.48-doc.diff| 19 --
 media-radio/tucnak2/files/tucnak2-2.48-hamlib.diff | 35 ---
 media-radio/tucnak2/metadata.xml   | 13 -
 media-radio/tucnak2/tucnak2-2.48.ebuild| 67 --
 6 files changed, 158 deletions(-)

diff --git a/media-radio/tucnak2/Manifest b/media-radio/tucnak2/Manifest
deleted file mode 100644
index 9f2b202b2ba..000
--- a/media-radio/tucnak2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tucnak2-2.48.tar.gz 2985018 BLAKE2B 
a3b576e5f8132856cfb4e1f6c690343d968d98989f9b7c4132eb8275531211158334ad9b8ea01ec7b813132628dc9eb9d0e6dd9e965ecc4de517b74a96ee5af1
 SHA512 
e2803fb492ff7bab0fd698587de1a92805be8d7cb3935ac8ad7119ada8981399add8bf30842ba1155aaad6a5cd9b48300c16d2c38e66516188fb2e81f8f08f20

diff --git a/media-radio/tucnak2/files/tucnak2-2.42-appname.diff 
b/media-radio/tucnak2/files/tucnak2-2.42-appname.diff
deleted file mode 100644
index 3d832ef78ab..000
--- a/media-radio/tucnak2/files/tucnak2-2.42-appname.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-
 src/Makefile.am.orig   2011-05-12 17:51:43.0 +0200
-+++ src/Makefile.am2011-05-12 17:52:01.0 +0200
-@@ -1,9 +1,9 @@
- datarootdir = @datarootdir@
- 
- #bin_PROGRAMS = tucnak soundwrapper stucnak
--bin_PROGRAMS = tucnak soundwrapper 
-+bin_PROGRAMS = tucnak2 soundwrapper 
- 
--tucnak_SOURCES = adif.c alsa.c bfu.c cabrillo.c charsets.c \
-+tucnak2_SOURCES = adif.c alsa.c bfu.c cabrillo.c charsets.c \
- chart.c codepage.h codepage.inc \
-   control.c cor.c cor.h cordata.c cordata.h cordata.inc \
-   cwdaemon.c cwdb.c cwwindow.c davac4.c dsp.c dwdb.c dxc.c ebw.c edi.c \
-@@ -24,7 +24,7 @@
-   ttys.c txts.c txts.h txts.inc uni_7b.inc \
-   win32.c winkey.c wiki.c wizz.c zstring.c
- 
--tucnak_LDADD = @TUCNAK_LDADD@
-+tucnak2_LDADD = @TUCNAK_LDADD@
- 
- soundwrapper_SOURCES = soundwrapper.c 

diff --git a/media-radio/tucnak2/files/tucnak2-2.48-doc.diff 
b/media-radio/tucnak2/files/tucnak2-2.48-doc.diff
deleted file mode 100644
index efac0b22d18..000
--- a/media-radio/tucnak2/files/tucnak2-2.48-doc.diff
+++ /dev/null
@@ -1,19 +0,0 @@
 Makefile.am.orig   2011-02-25 18:29:32.0 +0100
-+++ Makefile.am2011-02-25 18:29:52.0 +0100
-@@ -1,15 +1,11 @@
- datarootdir = @datarootdir@
- 
--SUBDIRS=data debian.unofficial doc intl pkg share src win32
-+SUBDIRS=data intl pkg share src win32
- 
- MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
- 
- EXTRA_DIST = COPYING INSTALL leaks rebuild eee.sh 
- 
--docsdir = $(datadir)/tucnak2/doc
--  
--docs_DATA = AUTHORS ChangeLog TODO   
--
- stamp = `date +%Y%m%d_%H%M%S`
- 
- distd: dist

diff --git a/media-radio/tucnak2/files/tucnak2-2.48-hamlib.diff 
b/media-radio/tucnak2/files/tucnak2-2.48-hamlib.diff
deleted file mode 100644
index f0d573837a7..000
--- a/media-radio/tucnak2/files/tucnak2-2.48-hamlib.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-# Fix forgotten #ifdef if hamlib not available
 src/rotar.c.orig   2012-03-13 14:35:34.0 +0100
-+++ src/rotar.c2012-06-04 17:26:54.0 +0200
-@@ -20,12 +20,13 @@
- 
- gpointer rot_hamlib_main(gpointer xxx);
- 
-+#ifdef HAVE_HAMLIB
- static int rot_print_model_list(const struct rot_caps *caps, void *data)
- {
- log_addf("%-6d %-14s  %-20s  %s\n", caps->rot_model, caps->mfg_name, 
caps->model_name, caps->version);
- return 1;  /* !=0, we want them all ! */
- }
--
-+#endif
- 
- struct rotar *init_rotar(struct config_rotar *crot, int rotchar){
- struct rotar *rot;
-@@ -117,13 +118,15 @@
- }
- 
- void free_rotar(struct rotar *rot){
--  if (rot->hl_thread){
-+#ifdef HAVE_HAMLIB
-+if (rot->hl_thread){
- rot->hl_thread_break = 1;
- dbg("join hamlib rotar...\n");
- g_thread_join(rot->hl_thread);
- dbg("done\n");
- rot->hl_thread=0;
- }
-+#endif
- g_free(rot->desc);
- g_free(rot->netid);
- g_free(rot->rem_rotstr);

diff --git a/media-radio/tucnak2/metadata.xml b/media-radio/tucnak2/metadata.xml
deleted file mode 100644
index 6607838addd..000
--- a/media-radio/tucnak2/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   tom...@gentoo.org
-   Thomas Beierlein
-   
-   
-   Enable support for FTDI USB chips
-   Enables support by the Hamlib amateur radio 
-   rig control library to get/set frequen

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

2018-01-22 Thread Christian Ruppert
commit: 2763199100187c24dd79587577e0ebfe7d1f1859
Author: Christian Ruppert  gentoo  org>
AuthorDate: Mon Jan 22 16:33:38 2018 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Mon Jan 22 16:33:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27631991

net-dns/bind-tools: Version bump re CVE-2017-3145, bug 644706

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-dns/bind-tools/Manifest   | 2 +-
 .../{bind-tools-9.11.2.ebuild => bind-tools-9.11.2_p1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index 51cf31f6192..bae4f022e51 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,2 +1,2 @@
 DIST bind-9.11.1-P3.tar.gz 9749095 BLAKE2B 
1b68b57b9aed1a5210464e9c47a4e0569f1932076c042a7096dc04f69b45da9df8b2d56ec0f1f0d0fb136e7f61a39b3cb20d1912075f3a4138cbdf47f859cf0a
 SHA512 
bf92ce1e07e5c84cc42b413bdbd3ad97f37712a6dc330dc10182992d948b7a393d5446efa188379b39020c34d810cebe2a7a9b8aa6bb564e1f3e6be42e96
-DIST bind-9.11.2.tar.gz 9782180 BLAKE2B 
e64a85126a0fd7c735a54ec2a3b9a260e3068571f16923365af636b7fdb686a378ec6782bfcfc0f25ec19792475a8bd24fdd34acf8b33456809ebc8b8eb562d0
 SHA512 
c837c0a360049b0077b155eede9b6a71f63d1caca2ddf20a8ab7860a1033a3750e49cd2804dcf8c43b0aef04bcea99422d1302b4eae1646eb69a5ae6d64625b9
+DIST bind-9.11.2_p1.tar.gz 9783329 BLAKE2B 
5a3bbd87112064231bd5e6b09ebb4014f9d5cf65cb601c03555ff540a22d87aec3990cd8e37ce5ff09e9a149bdf122d20ecb01f87731e6c79d80379a6926014f
 SHA512 
168f27f580e3be2f7ada27afa2f72e715e750eec76831cf01bd32fabc1fa65dc29dab0eb7ed1682b076d3be99269897ddbc2c10551631a3911d9e5ae1aa40597

diff --git a/net-dns/bind-tools/bind-tools-9.11.2.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
similarity index 95%
rename from net-dns/bind-tools/bind-tools-9.11.2.ebuild
rename to net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
index a29d483558c..8c8ea13547c 100644
--- a/net-dns/bind-tools/bind-tools-9.11.2.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ MY_P="${MY_PN}-${MY_PV}"
 
 DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
 HOMEPAGE="http://www.isc.org/software/bind";
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz";
+SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> 
${MY_PN}-${PV}.tar.gz"
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"



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

2018-01-22 Thread Christian Ruppert
commit: 8166531b1f1d89f43123c51da8afc75fce8ee48a
Author: Christian Ruppert  gentoo  org>
AuthorDate: Mon Jan 22 16:12:13 2018 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Mon Jan 22 16:33:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8166531b

net-dns/bind: Version bump re CVE-2017-3145, bug 644706

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-dns/bind/Manifest  | 2 +-
 net-dns/bind/{bind-9.11.2.ebuild => bind-9.11.2_p1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index 255a899b17a..45b3153675b 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,3 +1,3 @@
 DIST bind-9.11.1-P3.tar.gz 9749095 BLAKE2B 
1b68b57b9aed1a5210464e9c47a4e0569f1932076c042a7096dc04f69b45da9df8b2d56ec0f1f0d0fb136e7f61a39b3cb20d1912075f3a4138cbdf47f859cf0a
 SHA512 
bf92ce1e07e5c84cc42b413bdbd3ad97f37712a6dc330dc10182992d948b7a393d5446efa188379b39020c34d810cebe2a7a9b8aa6bb564e1f3e6be42e96
-DIST bind-9.11.2.tar.gz 9782180 BLAKE2B 
e64a85126a0fd7c735a54ec2a3b9a260e3068571f16923365af636b7fdb686a378ec6782bfcfc0f25ec19792475a8bd24fdd34acf8b33456809ebc8b8eb562d0
 SHA512 
c837c0a360049b0077b155eede9b6a71f63d1caca2ddf20a8ab7860a1033a3750e49cd2804dcf8c43b0aef04bcea99422d1302b4eae1646eb69a5ae6d64625b9
+DIST bind-9.11.2_p1.tar.gz 9783329 BLAKE2B 
5a3bbd87112064231bd5e6b09ebb4014f9d5cf65cb601c03555ff540a22d87aec3990cd8e37ce5ff09e9a149bdf122d20ecb01f87731e6c79d80379a6926014f
 SHA512 
168f27f580e3be2f7ada27afa2f72e715e750eec76831cf01bd32fabc1fa65dc29dab0eb7ed1682b076d3be99269897ddbc2c10551631a3911d9e5ae1aa40597
 DIST dyndns-samples.tbz2 22866 BLAKE2B 
409890653c6536cb9c0e3ba809d2bfde0e0ae73a2a101b4f229b46c01568466bc022bbbc37712171adbd08c572733e93630feab95a0fcd1ac50a7d37da1d1108
 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac

diff --git a/net-dns/bind/bind-9.11.2.ebuild 
b/net-dns/bind/bind-9.11.2_p1.ebuild
similarity index 99%
rename from net-dns/bind/bind-9.11.2.ebuild
rename to net-dns/bind/bind-9.11.2_p1.ebuild
index 076b0aeaa54..09cbefefe4a 100644
--- a/net-dns/bind/bind-9.11.2.ebuild
+++ b/net-dns/bind/bind-9.11.2_p1.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
 
 # Re dlz/mysql and threads, needs to be verified..
@@ -30,7 +30,7 @@ NSLINT_DIR="contrib/nslint-3.0a2/"
 
 DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
 HOMEPAGE="http://www.isc.org/software/bind";
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
+SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> 
${P}.tar.gz
doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
 #  sdb-ldap? (
 #  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2



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

2018-01-22 Thread Dirkjan Ochtman
commit: 9b66c6b4ca119f84640a963a3c52e3a35c2a42d0
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 22 16:31:47 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 22 16:36:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b66c6b4

dev-util/cargo: version bump to 0.24.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/cargo/Manifest|  74 ++
 dev-util/cargo/cargo-0.24.0.ebuild | 204 +
 2 files changed, 278 insertions(+)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index 1fba8d2aa1e..ea8d6a3669b 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -1,12 +1,17 @@
 DIST advapi32-sys-0.2.0.crate 7217 BLAKE2B 
ef3328a3405f51afe01b4bf0dec00def432a23935fb1d26a4c577b7f4716f1018ae44ba3d738275406512cc7085fb8be9f3795a56e84349acd2af64165ddef84
 SHA512 
8e6bc75fcb2b91d2b8fe281d165aa8281c8ecca9ba09552f5e4cdbadc03b91db5a98789233c4dc858ee9cf8a3488f28af5a742dac50b44f6397fd14478b77618
 DIST aho-corasick-0.5.3.crate 252052 BLAKE2B 
aba67d996b22c336165be78c89f53a2164605544f82587ceb1145bdb850326c2889d1bdcc3e95a6c5bb1dc0a996902130ab8425a7b0b88b38daffbfc9f58e309
 SHA512 
cc297b4882b869919edf9023ee2bd7100eb48709f6e7076fd26d1701dab3d8aa2cfb03752a764877cd92177ab7a4ce3dcdae76d16965eca2ff53667832afda31
 DIST aho-corasick-0.6.3.crate 24963 BLAKE2B 
7d22a3501664a4324e43a20874fe4d2afcb1576d66f76bcfd894c0ea03b0daefd85e03e20196370dcb86d8c81067c3bc2202889349389c23b876d4b2bf8f2bbd
 SHA512 
4d0d55d8a6657fe13009d66728b7417926325dd9ca4f7ad7cd5d40e59cf0a55b906cd109d724a0b385ee988526535fc64a467ded171419e452c5a8c90196ae45
+DIST aho-corasick-0.6.4.crate 25443 BLAKE2B 
b866fec3f2d7bf39152b30d4c95c921c3912c832cb5d7016c771bf19cb8bf02851ee942c891cc95f339b35c0545f9b45e26ce893486660b26227129aa7792b84
 SHA512 
0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65
 DIST atty-0.2.2.crate 5124 BLAKE2B 
c49d6ad5d47be2910fd9cb96bb68ddc38489e800894679df7acd15c88d834035d9918afceb219eb6ce127e68ef2c7eb25a04f022218189283cd8d228861772f6
 SHA512 
6e6e2cede7f280a53a61c78126783ec0338c13a8e9bbabb91d4b6fc43aacc56a4f7e86556210029595acf18e444121998101992b40e35a64cce884ec08247d0a
+DIST atty-0.2.3.crate 5486 BLAKE2B 
5c1b3bc8cd680ae639302d51fd54a10ad2595ed112d7e179d200d81a0c3bce326cde22458c9c757beb6601f00fcb61000f6f1785b7ca6832ca28b9f58472d604
 SHA512 
9c944334333ca59d28588e164d2a68750eaf889dcc6b28bc49fe9a7990e0b1694d302a685142866362b7b97ef3f36daa410b59d6222e99cf6f096836850794cb
 DIST backtrace-0.3.2.crate 23785 BLAKE2B 
d1c6c3abba281c166b9bcbdadbb1c306b304c41b8a2c3214d9da7d3c00927f338d20fc1371a4e09b05a25645a2472de63fbb644e129cabca7c528824294b7c83
 SHA512 
74d7d77da8a42e8c2b6cdc7205c41d52c1299a503583ac26dc4f98703f43d2fd4f6e76b34c68dfa0cbc5a0d239ee1bd0144a35fef6274fb4fdf8c732a141e1e8
+DIST backtrace-0.3.4.crate 27579 BLAKE2B 
9a6ce86ab4f0359cc4e2adece8fe6a2bd6550be931ec8dc21edaadf19af8d403840e69b786e4766c99a81708364a9594b5605ed1c847af18acc99ec7f0cea47a
 SHA512 
e06cf7a39d609abab9b2297a0f5bdb049bbbf0baeb9e048a2436b8b7ff71618ba5020ff13871aa3d49a3a2fee60fe253826ce2975fc1fda212966a935f8d311f
 DIST backtrace-sys-0.1.11.crate 282665 BLAKE2B 
7db5988fb6adaf2f4b5834cf97255442c1c108b21485ba2dde2cbb855eafe68ae4ab0973b4e4caca25dac2bcbfaa386653ba329f5ec4393072c6b62f1c5f62fd
 SHA512 
56ecfcc927857f1e2d19cea1503a3bff7c5f53c79a5072a514f2137db693585da8d5fdcca94ca0da2a5c8abb0c24184a896f04f4428b7c4830233de9fd98f4e6
+DIST backtrace-sys-0.1.16.crate 283418 BLAKE2B 
d15f9c692dd805c61dbd219c70f0b47bb6d2a18bdb2657bd5b5bf6f94f1df621f6be56e2774d2d5d218f044c1358b1af4251705123c5d48ce5575ff3a2f3b50a
 SHA512 
2fd32fee7c13d1c83be5e86341a4c1c0da06876a73a9fb74c680994132510eac9a3444144c97ddcb78919da044e628650d604a20a06ca7852289168da8d754b4
 DIST bitflags-0.1.1.crate 8719 BLAKE2B 
bb58e8ffc25d9b20ab262e728244d5f8b69ec9ce153351508a44498cac9ac2adff72c1c999daab8fddc3a79e4067ae772ace870c6ef9a80d7470ff75848cfe5a
 SHA512 
aa85c6adda0e9d192f2ae817e3c727167bac8609eb85c8153d99bb42d990de3f931e890924841ca11ba8dbd1413d1c5bf20acd584d182292e8828ed56fcedc18
 DIST bitflags-0.7.0.crate 10851 BLAKE2B 
00a4e2b66275d6fc8a7374aeec275b5fdf0e2c197e7e90e56afe89ac45554d14ba2063aa26a486dd88d822939b6ea5a5b40936d45d8717e2a98e95ba1d3f501f
 SHA512 
fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0
 DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 
3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0
+DIST bitflags-1.0.1.crate 13451 BLAKE2B 
ee1cdfad0af901176ae435f4a7096cde698de4a6ab6a49330870ddfe5a9f9836a91c9866dba9889163e31a68a009fa14c9cbc355a011bf45468a9773022c33fc
 SHA512 
6ca3a06645534769fb5c5ad91958e9e802db5a4b49

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

2018-01-22 Thread Dirkjan Ochtman
commit: e48969d5eb26209f430c28593965f820818a710c
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 22 16:34:05 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 22 16:36:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48969d5

dev-lang/rust: version bump to 1.23.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/rust/Manifest   |   3 +
 dev-lang/rust/metadata.xml   |   2 +
 dev-lang/rust/rust-1.23.0.ebuild | 175 +++
 3 files changed, 180 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 23c512cbcc6..07d3b5ebe08 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -1,5 +1,7 @@
 DIST cargo-0.19.0-i686-unknown-linux-gnu.tar.gz 5068212 BLAKE2B 
4fd16e33b220ae496603cd5a1607d96cbbf04943040c36f6121eb3b7e53d5644a6e0cd8794d3485bb323f0a719e921be8a944f466cd4dc317d82b1b8deea
 SHA512 
bfe5df682eb566c91995b8c00b5e8edb5d2c3410d1baa5be2ede2e39260b653d34b7723c6c3e8f07d8102ffab50b13e62f9f2d816dad8fba9f39b7bec984181e
 DIST cargo-0.19.0-x86_64-unknown-linux-gnu.tar.gz 5133993 BLAKE2B 
39eed4905b06a9f28340b1ca0362dd9d592b5ab6a11ceb8a749069827b65b25c34b8020ca434b3174733dcdda2c38b460c7c0d9b877ff2fed1a790f5f70d9c5a
 SHA512 
6fedb8f83d70dc4fb93a29d400577a5578ceed1448f4e85e8a9509b98b037a125532ebfb6a7e6bc9411501ea74774d2c47ac7e2bcb7ac82baeb925abc46609e8
+DIST rust-1.22.0-i686-unknown-linux-gnu.tar.gz 151889962 BLAKE2B 
cf2f30fdc01cbcf45de427b5a5a226b8482f3fc13e122cc4f021a75f648678b23a789706b54b6425346bdba57224898809102d97bfee8b143f90763ea985b6c3
 SHA512 
b46eb37f918833f1dbf3700fe156f26eff19dc90534434add5aa2d86b8ccc02aef273cba6a8291deaa89d27d2bd4af1529655b6463f44736a9f521a674f0
+DIST rust-1.22.0-x86_64-unknown-linux-gnu.tar.gz 160427151 BLAKE2B 
f56a8205023ec39a5569e443f1c7954c55c9b2fe94126c03bcf9eadf4d26cb60d8ae9e8c6638550e79acc5906d865bdaaa5e0e61a63c9b23383afef673018638
 SHA512 
30206d5ccec432a6a92aeffb34170290109d65973a6d1cd91e7e1aa82781a0da00023275b5a3a3effad79d539d2f4829d1eea5fc3d0c1c58a7f3a4855a84785c
 DIST rust-std-1.18.0-i686-unknown-linux-gnu.tar.gz 66316236 BLAKE2B 
64712595bd979b7eadb626198df1c43951cf040dd94e9b18821d5cc9807d6b3135c62129d89b8cbebe2aabb28e7fcbe22454cc7c4a66ef1a16db899f30e91671
 SHA512 
0649743437f15d80f7fe08ae32177b36e2a89e87db8062433cfa6d0f62fe7e8fdbc109a025c02dc110d8abdf4b74ddfe80ba8fb895992b0f5ac6a880bbbdf051
 DIST rust-std-1.18.0-x86_64-unknown-linux-gnu.tar.gz 75723132 BLAKE2B 
1a0407be9f65db914dd5573daf4ca47804bd3254a3ef51b244c1952e91b5f1395f712dd2c82eb73623ad7da79bffcc8ac9b5e6e0404b3ffa300fe0292189caec
 SHA512 
98f50016cf6f7c89f90830e1c9f41b5413adf2eaa5e2874ca117ffe84ee59fe77cb461ca3601ee65c5c5c884eb42e22509a94c00544527c727f2e3d6d0adb530
 DIST rustc-1.14.0-i686-unknown-linux-gnu.tar.gz 51391277 BLAKE2B 
3c9c9f6567bc03c03dd45516b137a9ac19ee05adf32440a720941c9edc9c3158dd003a37f54694919ac5efd559383f8c893e86651aa5e5bd30cdd74f7d81e6cc
 SHA512 
4a951439d8c001b8ff2f6aa2f505e23130209494026fdacea019aef05bebb2f0d3404df047ccedbe9f4140cb5163404db22a5b0977752c495fc45f739d1252fb
@@ -11,3 +13,4 @@ DIST rustc-1.16.0-src.tar.gz 28470372 BLAKE2B 
0b1f5156e97d8b6ecca086a818a9a15b66
 DIST rustc-1.18.0-i686-unknown-linux-gnu.tar.gz 47281118 BLAKE2B 
96dbd061a048d74a4054356bc4073dc538aa0799dae362885909fc9fbd30e25ebe7da8215231a049ff83b6696d0e76a5741bc337c86a4b8d34fd0d4abc4e6170
 SHA512 
e270a314fb326fb226226741a5a15f237846ffb7ae6e0ab349f56328f5b3557d8b3dfdcfbc168f3ed4d9875806434537ce7bd5fb97b2c3078f7d03fd6ce65d2d
 DIST rustc-1.18.0-x86_64-unknown-linux-gnu.tar.gz 45281645 BLAKE2B 
3034a693aa808d1d489ce36db5a00ce7d239bef8265f322c6fe4f1f5a9d77cf8f9e447e2ca539f6d3e758214dd01224957d8c662eeedd76ffccad3ad4f341f3c
 SHA512 
7d8865a43b979150c3dc3abaa852921f46bebb54659bb0f14bc9b82b367f94ec031da4d03242cb6aae8bd11167402b9e166a14aa3c4a141413be54e9a685af31
 DIST rustc-1.19.0-src.tar.gz 50108626 BLAKE2B 
ae6016f816f2c41b81668764e2892d7846226ff944be9f173d9d8818c22aeb21cc7457e346bd4c985f41d3d22df1dad009d1977a733bbf40ff6fb8a6f0854254
 SHA512 
080a8625fc15bc4fc17ab910bdcc0d9a88ce8922f1a3eb241d0f956b5799e4db6df45ebabb5497295c198be08686e5a94dff65569582fc6a5ecb9200cfee5c24
+DIST rustc-1.23.0-src.tar.gz 60010149 BLAKE2B 
64bba97fd1a16d3162b65b0d8dd2024ca07166a4fb3d541a96216a27a392baac5f5addd9b3b223ce935df9437a0789cd5c3d8328957f983cc3317a63f13a4dcd
 SHA512 
a1dbb1a625c6d8dfe9708e1cf478a49154b1eb0aba5ba67ac85518a8c7d1c70d2d86ac4d441156e9bfd0fd77ca241fb5491a2bd68aefcf0b3c2e164c3cc29e4e

diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
index 6d0b35dc8f7..050e235f719 100644
--- a/dev-lang/rust/metadata.xml
+++ b/dev-lang/rust/metadata.xml
@@ -11,5 +11,7 @@
 library when building with sys-devel/clang
 Use system sys-devel/llvm in
 place of the bundled one
+Use sys-libs/jemalloc as the
+standard memory allocator
   
 

diff --git a/dev-lang/rust/rust-1.23.0.ebuild b/dev-lang/rust/rust-1.23.0.ebuild
new file mode 100644
index 

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

2018-01-22 Thread Mikle Kolyada
commit: ff359b37f7860ce4c73eb5cbe98a29d4dbe9c604
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 16:36:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 16:37:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff359b37

profiles/package.mask: remove obsolete media-radio/tucnak2 entry

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9d24427ed5f..90697b4cd6f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -671,12 +671,6 @@ net-nds/portmap
 # Removal in 30 days.
 mail-client/drac
 
-# Thomas Beierlein  (22 Dec 2017)
-# Development moved to another naming scheme.
-# Use media-radio/tucnak instead.
-# Masked for removal in 30 days.
-media-radio/tucnak2
-
 # Alice Ferrazzi  (22 Dec 2017)
 # Masked for removal in 30 days.
 # Linux kernel 4.13 can break various laptops.



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

2018-01-22 Thread Hans de Graaff
commit: a53b58ae738213d6d39406c8991ddf26eafb5e30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 16:39:43 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 16:41:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53b58ae

dev-ruby/sinatra: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/sinatra/sinatra-1.4.8.ebuild 
b/dev-ruby/sinatra/sinatra-1.4.8.ebuild
index 81a2a696fb0..5375a143bc4 100644
--- a/dev-ruby/sinatra/sinatra-1.4.8.ebuild
+++ b/dev-ruby/sinatra/sinatra-1.4.8.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
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.sinatrarb.com/";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/rack-1*:* >=dev-ruby/rack-1.5:*



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

2018-01-22 Thread Ulrich Müller
commit: 532cd7eca18c01ceaf9ae0d736c1b7e5fc730710
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan 22 17:15:38 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan 22 17:16:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532cd7ec

app-editors/emacs-vcs: New pretest version.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-editors/emacs-vcs/Manifest |   1 +
 app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild | 386 +
 2 files changed, 387 insertions(+)

diff --git a/app-editors/emacs-vcs/Manifest b/app-editors/emacs-vcs/Manifest
index 64a131bd1d9..d53c0a5a28f 100644
--- a/app-editors/emacs-vcs/Manifest
+++ b/app-editors/emacs-vcs/Manifest
@@ -1 +1,2 @@
 DIST emacs-26.0.90.tar.xz 43908428 BLAKE2B 
20858eb7b06b488451ebdffd7cedf28055f38cb45960c2b74c926204be1225cff297a8ce95a4cf535349fe73b24c9e5347fed3c3decf55492c82daca9fb470c2
 SHA512 
c263d1d1a12d8b21cc43ddcb46a28ce3a54d0ef09e240518f19bfdabf4c4ceebc3c2d1521aae9808cafdd3e731c93dd22b4f1e7e619e38076aa4ffdbaadea93b
+DIST emacs-26.0.91.tar.xz 43988932 BLAKE2B 
05e5b9d51f92f2719ea22806f73b17903f5941c82a2e4e762b7664ed1b05f7324c0b020ded311dc4f22b7668684f59eaf3f3c2495f85977f3510698d7e0edd09
 SHA512 
4e20743299ed419c8ad7bea00c5389fb7c81f4e631165fe2b19c4bbd7c2b401416073282814f30bb96e5c3961724bfbb565781c50ee481a4f4c762ca6f480fba

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
new file mode 100644
index 000..d0810d80e22
--- /dev/null
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
@@ -0,0 +1,386 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+
+if [[ ${PV##*.} =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git";
+   EGIT_BRANCH="emacs-26"
+   EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
+   S="${EGIT_CHECKOUT_DIR}"
+else
+   SRC_URI="https://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
+   mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+   # FULL_VERSION keeps the full version number, which is needed in
+   # order to determine some path information correctly for copy/move
+   # operations later on
+   FULL_VERSION="${PV%%_*}"
+   S="${WORKDIR}/emacs-${FULL_VERSION}"
+   [[ ${FULL_VERSION} != ${PV} ]] && S="${WORKDIR}/emacs"
+fi
+
+DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
+HOMEPAGE="https://www.gnu.org/software/emacs/";
+
+LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
+SLOT="26"
+IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib mailutils motif pax_kernel png selinux sound source ssl 
svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm 
xwidgets zlib"
+REQUIRED_USE="?? ( aqua X )"
+
+RDEPEND="sys-libs/ncurses:0=
+   >=app-eselect/eselect-emacs-1.16
+   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( sys-apps/dbus )
+   gpm? ( sys-libs/gpm )
+   hesiod? ( net-dns/hesiod )
+   !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( >=dev-libs/libxml2-2.2.0 )
+   mailutils? ( net-mail/mailutils[clients] )
+   !mailutils? ( net-libs/liblockfile )
+   selinux? ( sys-libs/libselinux )
+   ssl? ( net-libs/gnutls:0= )
+   systemd? ( sys-apps/systemd )
+   zlib? ( sys-libs/zlib )
+   X? (
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-misc/xbitmaps
+   gconf? ( >=gnome-base/gconf-2.26.2 )
+   gsettings? ( >=dev-libs/glib-2.28.6 )
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0= )
+   png? ( >=media-libs/libpng-1.4:0= )
+   svg? ( >=gnome-base/librsvg-2.0 )
+   tiff? ( media-libs/tiff:0 )
+   xpm? ( x11-libs/libXpm )
+   imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= )
+   xft? (
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libXft
+   cairo? ( >=x11-libs/cairo-1.12.18 )
+   m17n-lib? (
+   >=dev-libs/libotf-0.9.4
+   >=dev-libs/m17n-lib-1.5.1
+   )
+   )
+   gtk? (
+   xwidgets? (
+   x11-libs/g

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

2018-01-22 Thread Mikle Kolyada
commit: f4988ad3f6977a9483d929269d183ee087212aea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 18:19:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 18:19:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4988ad3

sys-fs/udisks: ppc/ppc64 stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-fs/udisks/udisks-2.7.4-r1.ebuild 
b/sys-fs/udisks/udisks-2.7.4-r1.ebuild
index c2e86561cab..e3adc9ad0cd 100644
--- a/sys-fs/udisks/udisks-2.7.4-r1.ebuild
+++ b/sys-fs/udisks/udisks-2.7.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/storaged-project/${PN}/archive/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 x86"
 IUSE="acl cryptsetup debug elogind +gptfdisk +introspection lvm nls selinux 
systemd"
 
 REQUIRED_USE="?? ( elogind systemd )"



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

2018-01-22 Thread Mikle Kolyada
commit: b564551ddbdc3dfdd53e003f2874984d3150e3f8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 18:18:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 18:18:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b564551d

sys-libs/libblockdev: ppc/ppc64 stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
index 564de49b6c7..54501941f3f 100644
--- a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
 
 CDEPEND="



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

2018-01-22 Thread Mikle Kolyada
commit: 66af72f76d5e454d43c6bc492124eeb4f9c4be0d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 18:17:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 18:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66af72f7

dev-libs/libbytesize: ppc/ppc64 stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild 
b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
index aa91fab7c2e..b467900f353 100644
--- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
+++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="doc test"
 
 RDEPEND="



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

2018-01-22 Thread Mikle Kolyada
commit: 110552e7761a0379af9bc12737c2fa654043dfb1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 18:17:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 18:17:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110552e7

dev-libs/volume_key: ppc/ppc64 stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-libs/volume_key/volume_key-0.3.9.ebuild 
b/dev-libs/volume_key/volume_key-0.3.9.ebuild
index bad5f2c4448..42f20036369 100644
--- a/dev-libs/volume_key/volume_key-0.3.9.ebuild
+++ b/dev-libs/volume_key/volume_key-0.3.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2018-01-22 Thread Mikle Kolyada
commit: 5d4a26f26c74b1b5feaae7a7d64fcfbe6ebe2bde
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 18:16:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 18:16:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4a26f2

dev-python/pocketlint: ppc/ppc64 stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild 
b/dev-python/pocketlint/pocketlint-0.15.ebuild
index b03695cf5b2..293e9d7a8e8 100644
--- a/dev-python/pocketlint/pocketlint-0.15.ebuild
+++ b/dev-python/pocketlint/pocketlint-0.15.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE=""



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

2018-01-22 Thread Mikle Kolyada
commit: 73ce2409f3d90b30a960f6f3c941aa01e5984a2b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 18:15:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 18:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ce2409

dev-python/polib: ppc/ppc64 stable wrt bug #635302

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/polib/polib-1.0.7.ebuild 
b/dev-python/polib/polib-1.0.7.ebuild
index f15c1ec57a3..73369498a49 100644
--- a/dev-python/polib/polib-1.0.7.ebuild
+++ b/dev-python/polib/polib-1.0.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="doc"
 
 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2018-01-22 Thread Markus Meier
commit: bb69c21ceecc82fd820c1ded617b82dd8d74e448
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:19:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb69c21c

sci-visualization/gnuplot: arm stable, bug #638126

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

 sci-visualization/gnuplot/gnuplot-5.0.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.0.6.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.0.6.ebuild
index c80b3bcfe9d..94965ccac26 100644
--- a/sci-visualization/gnuplot/gnuplot-5.0.6.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,11 +17,11 @@ if [[ -z ${PV%%*} ]]; then
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
SRC_URI=""
-   KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86"
+   KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86"
 else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="gnuplot bitmap? ( free-noncomm )"



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

2018-01-22 Thread Markus Meier
commit: eb8cc9baa88715641cf907586058e743391a3cf7
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:19:31 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8cc9ba

app-editors/mg: arm stable, bug #638144

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

 app-editors/mg/mg-20170828.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/mg/mg-20170828.ebuild 
b/app-editors/mg/mg-20170828.ebuild
index f97521cd70b..283cf4ff08c 100644
--- a/app-editors/mg/mg-20170828.ebuild
+++ b/app-editors/mg/mg-20170828.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="http://homepage.boetes.org/software/mg/${P}.tar.gz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="livecd"
 
 RDEPEND="sys-libs/ncurses:0



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

2018-01-22 Thread Markus Meier
commit: f60f40e1f5f224277671779e06e0458d2ee63dac
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:18:27 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60f40e1

dev-libs/libisoburn: arm stable, bug #638002

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

 dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild 
b/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
index 67a1002dea6..1d0474b8cde 100644
--- a/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
+++ b/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz";
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="acl debug external-filters external-filters-setuid frontend-optional
launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
 



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

2018-01-22 Thread Markus Meier
commit: db28e3374f748bf4786e1490ed03256c2159ef26
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:20:42 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db28e337

dev-python/sip: arm stable, bug #638748

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

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

diff --git a/dev-python/sip/sip-4.19.3.ebuild b/dev-python/sip/sip-4.19.3.ebuild
index 4debf53e154..f8b510397e5 100644
--- a/dev-python/sip/sip-4.19.3.ebuild
+++ b/dev-python/sip/sip-4.19.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
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc"
 
 RDEPEND="${PYTHON_DEPS}"



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

2018-01-22 Thread Markus Meier
commit: e745db1769b91eeebe15e220a808f479855bad6e
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:18:09 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e745db17

dev-libs/libburn: arm stable, bug #638002

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

 dev-libs/libburn/libburn-1.4.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libburn/libburn-1.4.8-r1.ebuild 
b/dev-libs/libburn/libburn-1.4.8-r1.ebuild
index dad5a0e49ac..48b87556153 100644
--- a/dev-libs/libburn/libburn-1.4.8-r1.ebuild
+++ b/dev-libs/libburn/libburn-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="debug static-libs track-src-odirect"
 
 RDEPEND=""



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

2018-01-22 Thread Markus Meier
commit: 830e02b0b5892f50d99d8d70c0ae2164811a9ec1
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:21:40 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830e02b0

x11-libs/motif: arm stable, bug #638910

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

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

diff --git a/x11-libs/motif/motif-2.3.7.ebuild 
b/x11-libs/motif/motif-2.3.7.ebuild
index ae6c88aa397..74bb1bc3b03 100644
--- a/x11-libs/motif/motif-2.3.7.ebuild
+++ b/x11-libs/motif/motif-2.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2018-01-22 Thread Markus Meier
commit: 24063e0bcd0d61abe3eb2ee0bbe7441357d69b56
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:21:14 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:21:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24063e0b

net-libs/libmicrohttpd: arm stable, bug #638828

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

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
index 68d95fed28e..c669e3a7e3c 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.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="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2018-01-22 Thread Markus Meier
commit: 34ad72a54143a5054ba25fe498dbdf0178ad5cf1
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:22:58 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:22:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ad72a5

app-editors/emacs: arm stable, bug #639598

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

 app-editors/emacs/emacs-25.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs/emacs-25.3.ebuild 
b/app-editors/emacs/emacs-25.3.ebuild
index 0cacc0f2275..e5ff6db3052 100644
--- a/app-editors/emacs/emacs-25.3.ebuild
+++ b/app-editors/emacs/emacs-25.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="mirror://gnu/emacs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
 REQUIRED_USE="?? ( aqua X )"
 



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

2018-01-22 Thread Markus Meier
commit: 1c0c881dea78166f23fe2fe97f6ab83096f8
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:22:06 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:22:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0c881d

dev-lang/python: arm stable, bug #639070

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

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

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



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

2018-01-22 Thread Markus Meier
commit: c4a4be95c30ee6a424adab8447e595230eab4c0d
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:18:20 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a4be95

dev-libs/libisofs: arm stable, bug #638002

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

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

diff --git a/dev-libs/libisofs/libisofs-1.4.8.ebuild 
b/dev-libs/libisofs/libisofs-1.4.8.ebuild
index 344fad5c5cd..7747207a43d 100644
--- a/dev-libs/libisofs/libisofs-1.4.8.ebuild
+++ b/dev-libs/libisofs/libisofs-1.4.8.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
@@ -9,7 +9,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="acl debug static-libs verbose-debug xattr zlib"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-01-22 Thread Markus Meier
commit: 4585fa7abbca4ee6fec7bc4aeb84f6cbc6c2446f
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:19:51 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4585fa7a

dev-libs/libsodium: arm stable, bug #638398

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

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

diff --git a/dev-libs/libsodium/libsodium-1.0.15.ebuild 
b/dev-libs/libsodium/libsodium-1.0.15.ebuild
index 9200cc73c31..f21ed388452 100644
--- a/dev-libs/libsodium/libsodium-1.0.15.ebuild
+++ b/dev-libs/libsodium/libsodium-1.0.15.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="http://download.libsodium.org/${PN}/releases/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0/23"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes"
 
 PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )



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

2018-01-22 Thread Markus Meier
commit: 46b60cd9d92d793de51395fb72cc9785f4600064
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:22:30 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b60cd9

dev-libs/libsigsegv: arm stable, bug #639226

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

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

diff --git a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild 
b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild
index 605dde9f378..5ab74d80c3a 100644
--- a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild
+++ b/dev-libs/libsigsegv/libsigsegv-2.11.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
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 src_configure () {



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

2018-01-22 Thread Markus Meier
commit: f5e30ff47df14d260f7ab8343aa5fe67aff943d8
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:18:46 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e30ff4

app-cdr/cdrtools: arm stable, bug #638008

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

 app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
index 9f1219635a7..6703e37a190 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 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 ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-01-22 Thread Markus Meier
commit: 1a2879e4fd4ed3da92974a504009dc4c29a70961
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:23:25 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:23:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2879e4

app-text/aspell: arm stable, bug #639646

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

 app-text/aspell/aspell-0.60.7_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild 
b/app-text/aspell/aspell-0.60.7_rc1.ebuild
index ffbf2fe55a2..d93ef1f060d 100644
--- a/app-text/aspell/aspell-0.60.7_rc1.ebuild
+++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild
@@ -17,7 +17,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="nls unicode"
 
 PDEPEND="app-dicts/aspell-en"



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

2018-01-22 Thread Markus Meier
commit: 3ab1902bb19549fdd01a26b335fa8c15
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:20:13 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab1902b

net-misc/youtube-dl: arm stable, bug #638742

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

 net-misc/youtube-dl/youtube-dl-2017.11.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2017.11.15.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.11.15.ebuild
index a9e6d290efc..4ba2b179203 100644
--- a/net-misc/youtube-dl/youtube-dl-2017.11.15.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2017.11.15.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="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="+offensive test"
 
 RDEPEND="



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

2018-01-22 Thread Markus Meier
commit: 9ed88a060091bb500c9ae69cdd44aa54a8e6c8d4
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:20:51 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:20:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed88a06

dev-python/PyQt4: arm stable, bug #638748

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

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

diff --git a/dev-python/PyQt4/PyQt4-4.12.1.ebuild 
b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
index 29f5ca288ca..33ecc5f591f 100644
--- a/dev-python/PyQt4/PyQt4-4.12.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.12.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
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="X compat dbus debug declarative designer doc examples help multimedia
opengl phonon script scripttools sql svg testlib webkit xmlpatterns"



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

2018-01-22 Thread Markus Meier
commit: ac0c9e3bee982bab64cce6472b55d3a2dec5de82
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:28:53 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:28:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0c9e3b

x11-misc/pcmanfm-qt: add ~arm, bug #627268

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

 x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild
index 8cea8b82021..1abdd3e692e 100644
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.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
@@ -10,7 +10,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
 else

SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"



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

2018-01-22 Thread Markus Meier
commit: 7a1175f75720df0c394db76e3115a2489f37d121
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:28:43 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:28:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1175f7

x11-libs/libfm-qt: add ~arm, bug #627266

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

 x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild 
b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
index ddf7d325f99..d95c6f80deb 100644
--- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-0.11.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
@@ -10,7 +10,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
 else

SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Qt port of libfm, a library providing components to build desktop 
file managers"



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

2018-01-22 Thread Markus Meier
commit: f6c3be0fd2f30b140b870dfc7f03b7f1c2a27404
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jan 22 18:29:07 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jan 22 18:29:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c3be0f

lxqt-base/lxqt-meta: add ~arm, bug #627270

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

 lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
index a57aaa0c787..2544b117b8e 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ HOMEPAGE="http://lxqt.org/";
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="+about admin +filemanager +icons lightdm lximage minimal +oxygen 
+policykit
powermanagement sddm ssh-askpass sudo"
 REQUIRED_USE="oxygen? ( icons )"



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

2018-01-22 Thread Richard Freeman
commit: dce4c1e33019f02f066e23c522362253eeddac07
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 22 18:32:20 2018 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 22 18:32:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce4c1e3

sys-apps/systemd: amd64 stable

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

 sys-apps/systemd/systemd-236-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-236-r5.ebuild 
b/sys-apps/systemd/systemd-236-r5.ebuild
index 6066595bd1b..961530f55ed 100644
--- a/sys-apps/systemd/systemd-236-r5.ebuild
+++ b/sys-apps/systemd/systemd-236-r5.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches-2.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )



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

2018-01-22 Thread Richard Freeman
commit: c5704f6e8815a295f2d38075320636932561c41f
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 22 18:33:16 2018 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 22 18:33:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5704f6e

sys-process/systemd-cron: amd64 stable

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

 sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild 
b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
index 44cfac6b53b..c2c3644c42d 100644
--- a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
 
 RDEPEND=">=sys-apps/systemd-217



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

2018-01-22 Thread Davide Pesavento
commit: 0c9e7597241bea4b7ccfc1e6091c6fbd11aabd4b
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan 22 18:49:34 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan 22 18:49:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9e7597

dev-python/PyQt4: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/PyQt4/Manifest  |   1 -
 dev-python/PyQt4/PyQt4-4.12.ebuild | 193 -
 2 files changed, 194 deletions(-)

diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest
index 03f2e3306ab..f3ad733e4cc 100644
--- a/dev-python/PyQt4/Manifest
+++ b/dev-python/PyQt4/Manifest
@@ -1,2 +1 @@
 DIST PyQt4_gpl_x11-4.12.1.tar.gz 11328010 BLAKE2B 
b1261318eed18faa4eb94b1b3db9d2ba9f4d000f295eab6985ce2e6e39f3c94ab5b524a1d437406b8154d6b9ada1da710d427af0a1c410579eb9194b36aeb4cf
 SHA512 
0651816ed5a371c24827e182eac5b2a2afe67928d95a09f63bd8158117aacd3e835b1efa06d4fc0c147a28038613a5bc088bd736a1348de68199da7952299af1
-DIST PyQt4_gpl_x11-4.12.tar.gz 11325395 BLAKE2B 
5a31ecd4c4e516dc0520591313f420fa3d56d46454ea43309b26bfc00cbd7b737efd244f1377e705b1025670257c39d47c1687c76d3af1893878d8bb1834484e
 SHA512 
bc5ee53e6ab8d32e240bbbd85aec9ce18a398848c0ee73d874763156256f7942a4a452a26f34fe035fdbeba5fb1df060910688f8a1bc7f7f183543d3dd0fd731

diff --git a/dev-python/PyQt4/PyQt4-4.12.ebuild 
b/dev-python/PyQt4/PyQt4-4.12.ebuild
deleted file mode 100644
index 979f8323a03..000
--- a/dev-python/PyQt4/PyQt4-4.12.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit multibuild python-r1 qmake-utils toolchain-funcs
-
-DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro";
-
-MY_P=${PN}_gpl_x11-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
-else
-   SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-IUSE="X compat dbus debug declarative designer doc examples help multimedia
-   opengl phonon script scripttools sql svg testlib webkit xmlpatterns"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   sql? ( X )
-   testlib? ( X )
-"
-
-# Minimal supported version of Qt.
-QT_PV="4.8.5:4"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   >=dev-qt/qtcore-${QT_PV}
-   X? ( >=dev-qt/qtgui-${QT_PV} )
-   dbus? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-qt/qtdbus-${QT_PV}
-   )
-   declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   help? ( >=dev-qt/qthelp-${QT_PV} )
-   multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
-   opengl? ( >=dev-qt/qtopengl-${QT_PV} )
-   phonon? ( >=media-libs/phonon-4.7[qt4] )
-   script? ( >=dev-qt/qtscript-${QT_PV} )
-   scripttools? ( >=dev-qt/qtgui-${QT_PV} )
-   sql? ( >=dev-qt/qtsql-${QT_PV} )
-   svg? ( >=dev-qt/qtsvg-${QT_PV} )
-   testlib? ( >=dev-qt/qttest-${QT_PV} )
-   webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
-   xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
-"
-DEPEND="${RDEPEND}
-   dbus? ( virtual/pkgconfig )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( "${S}"/{ChangeLog,NEWS,THANKS} )
-PATCHES=(
-   # Allow building against KDE's phonon (bug 525354)
-   "${FILESDIR}/${PN}-4.11.2-phonon.patch"
-)
-
-src_prepare() {
-   # Support qreal on arm architecture (bug 322349)
-   use arm && 
PATCHES+=("${FILESDIR}/${PN}-4.7.3-qreal_float_support.patch")
-
-   default
-}
-
-pyqt_run() {
-   echo "$@"
-   "${PYTHON}" "$@"
-}
-
-pyqt_use_enable() {
-   use "$1" || return
-
-   echo --enable=${2:-Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}}
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   $(usex debug '--debug --trace' '')
-   --verbose
-   --confirm-license
-   --qmake="$(qt4_get_bindir)"/qmake
-   --bindir="${EPREFIX}/usr/bin"
-   --destdir="$(python_get_sitedir)"
-   --qsci-api
-   --enable=QtCore
-   --enable=QtNetwork
-   --enable=QtXml
-   $(pyqt_use_enable X QtGui)
-   $(pyqt_use_enable dbus QtDBus)
-   $(pyqt_use_enable declarative)
-   $(pyqt_use_enable designer)
-   $(usex designer '' --no-designer-plugin)
-   $(pyqt_use_enable help)
-   $(pyqt_use_enable multimedia)
- 

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

2018-01-22 Thread Davide Pesavento
commit: 62d4c276445060eadf362de46ffc3dac371b3dc7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan 22 18:45:29 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan 22 18:45:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d4c276

dev-python/sip: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/sip/Manifest  |  1 -
 dev-python/sip/sip-4.19.1.ebuild | 87 
 2 files changed, 88 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 8c1e8964be3..ff5a64ba4d5 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,3 +1,2 @@
-DIST sip-4.19.1.tar.gz 1000644 BLAKE2B 
7cb0362a60184ef4e5ba2b53d29c5ca70babd4e81f328beb24e7b3b7f27fc7a3aef3432a4ca599aad6833e088382ae2b705334dc2925b3c98d943cd6f88b1559
 SHA512 
fd98002117e9526f7f981b46362c41171e703a0e18e57112fcabf33d71fa13a4a091fdcb05c879ea721da59fa8c03087b8dc983fb2f832f764e5ad950c9bbecf
 DIST sip-4.19.3.tar.gz 1007481 BLAKE2B 
cf4d53c956aa046f165e9ec05126fa9b6ca3df688b16ff79520da8ea82f7e9622e03448030db14b0d21ba090893375814f39d6b3fc62343880aa169c2680394f
 SHA512 
b2dea0cb5e1b23531f35e94bd604ec9874f0875badb5b20eb5abd2732a1005b2dd15bb42e0007b65053a2153b50659f24671abd83a434991661168a5778b94bc
 DIST sip-4.19.6.tar.gz 1019295 BLAKE2B 
107bc63b8c0f200c292bbf465507602904383a1d3fd0b76da907cda2dcf0e79edb9cbf835bc15dbefd991db6a7eeff97462965d88704e3c926ce9e0dd5af829f
 SHA512 
1bfd2da8b0ece6156aa94713d5e9ced6226b7f49427ca4a11b65452a67e9c740b93a1f90c00a0636d4eef8a31324988a84373c15194f64774b6f8c084d0464f7

diff --git a/dev-python/sip/sip-4.19.1.ebuild b/dev-python/sip/sip-4.19.1.ebuild
deleted file mode 100644
index 21a766bf9cd..000
--- a/dev-python/sip/sip-4.19.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit python-r1 toolchain-funcs
-
-DESCRIPTION="Python extension module generator for C and C++ libraries"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro";
-SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
-
-# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/12"
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch )
-
-src_prepare() {
-   # Sub-slot sanity check
-   local sub_slot=${SLOT#*/}
-   local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
-   if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-
-   default
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --bindir="${EPREFIX}/usr/bin"
-   --destdir="$(python_get_sitedir)"
-   --incdir="$(python_get_includedir)"
-   $(usex debug --debug '')
-   AR="$(tc-getAR) cqs"
-   CC="$(tc-getCC)"
-   CFLAGS="${CFLAGS}"
-   CFLAGS_RELEASE=
-   CXX="$(tc-getCXX)"
-   CXXFLAGS="${CXXFLAGS}"
-   CXXFLAGS_RELEASE=
-   LINK="$(tc-getCXX)"
-   LINK_SHLIB="$(tc-getCXX)"
-   LFLAGS="${LDFLAGS}"
-   LFLAGS_RELEASE=
-   RANLIB=
-   STRIP=
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake DESTDIR="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-
-   einstalldocs
-   use doc && dodoc -r doc/html
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/xwxapt/files/, media-radio/xwxapt/

2018-01-22 Thread Thomas Beierlein
commit: 2bc95ab7bff8ccf6bf40efec1b4c0105649201da
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jan 22 18:54:29 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jan 22 18:54:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc95ab7

media-radio/xwxapt: Version bump

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-radio/xwxapt/Manifest   |  1 +
 media-radio/xwxapt/files/xwxapt-3.3-install.patch | 22 ++
 media-radio/xwxapt/xwxapt-3.3.ebuild  | 52 +++
 3 files changed, 75 insertions(+)

diff --git a/media-radio/xwxapt/Manifest b/media-radio/xwxapt/Manifest
index 456da5f4926..5ec99d04154 100644
--- a/media-radio/xwxapt/Manifest
+++ b/media-radio/xwxapt/Manifest
@@ -1,2 +1,3 @@
 DIST xwxapt-3.1.tar.bz2 258794 BLAKE2B 
9a78f66a03095da209575096206e440149f329cce7be0e887704da9ef95c593e07c20107703744cfeae801e1afda94e42e312f3be788af6455d44b65c15bccb5
 SHA512 
68e332ddd50567181d0d8e36d1466adf7baab85670d94a92cbda478c7e61bc1bac547062b8c4ec34cbf2e832919ad76002423360c7c804525a1436ce7acb7ba9
 DIST xwxapt-3.2.tar.bz2 258901 BLAKE2B 
4e82c8c21d43f9407c38699b275c690cce80555e5a738b0d22f20e32cf6586f078ba84563c4b92ebdfcc8714b24128e3f142b432e38b62cdb619976234b024fc
 SHA512 
46adcbabaf46d0a91b5284d8171d94777846dabce62cdf36df785d9e6f94fa3df987e3b7cce636d96aed6b3cffb9b5e295dc4d46b7bc3bd209acf896c8c45858
+DIST xwxapt-3.3.tar.bz2 260010 BLAKE2B 
b26c8a6a05c879f1aa6f3a844f72383fdce1ce3f6efeb36305723fb3aba7f01f05cd4fd244f574e2cd8b759b499f95a5aa54db244ebefc8fb3d91d8179ce0ea5
 SHA512 
ea9ecc8bc5948005a09ff15e9909387980a873e9770f28efbd828a8475a0161329bd4b00e4dde9c7c50e9e4ffbfd288e25ad09224bec66250acf8eeeba23ced6

diff --git a/media-radio/xwxapt/files/xwxapt-3.3-install.patch 
b/media-radio/xwxapt/files/xwxapt-3.3-install.patch
new file mode 100644
index 000..eed2464d370
--- /dev/null
+++ b/media-radio/xwxapt/files/xwxapt-3.3-install.patch
@@ -0,0 +1,22 @@
+--- Makefile.am.orig   2018-01-22 19:40:47.638751354 +0100
 Makefile.am2018-01-22 19:41:28.830090441 +0100
+@@ -48,18 +48,5 @@
+   if test -d files/; then \
+ cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \
+ cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \
+-  fi; \
+-  if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \
+-mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
+-  fi; \
+-  if test -d doc/; then \
+-cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
+-cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \
+-  fi; \
+-  if !(test -d /home/`logname`/$(PACKAGE)); then \
+-cp -r $(PACKAGE) /home/`logname`/; \
+-  else \
+-cp $(PACKAGE)/$(PACKAGE).glade /home/`logname`/$(PACKAGE); \
+-  fi; \
+-  chown -R `logname`:`logname` /home/`logname`/$(PACKAGE);
++  fi; 
+ 

diff --git a/media-radio/xwxapt/xwxapt-3.3.ebuild 
b/media-radio/xwxapt/xwxapt-3.3.ebuild
new file mode 100644
index 000..9e68a17be3d
--- /dev/null
+++ b/media-radio/xwxapt/xwxapt-3.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="GTK+ linux weather satellite APT image decoder software"
+HOMEPAGE="http://www.qsl.net/5b4az/pages/apt.html";
+SRC_URI="http://www.qsl.net/5b4az/pkg/apt/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   net-wireless/rtl-sdr
+   media-libs/alsa-lib
+   dev-libs/glib:2
+   x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+HTML_DOCS="doc/xwxapt.html"
+
+src_prepare() {
+   eapply_user
+   eapply -p0 "${FILESDIR}"/${P}-install.patch
+   # suppress -Weverything flag
+   sed -i -e "s/= -Weverything/= /" src/Makefile.am || die
+   # create missing mkinstalldir and prepare package
+   glib-gettextize --force --copy || die "gettextize failed"
+   eautoreconf
+}
+
+src_install() {
+   default
+   insinto /usr/share/${PN}
+   doins xwxapt/xwxaptrc
+   doins xwxapt/xwxapt.glade
+   dodir /usr/share/${PN}/images /usr/share/${PN}/records
+}
+
+pkg_postinst() {
+   einfo "You must copy the /usr/share/xwxapt directory into your home 
directory"
+   einfo "and configure the contained xwxaptrc file before starting the 
program"
+   ewarn
+   ewarn "If you just upgraded from <=xwxapt-3 do not miss to check"
+   ewarn "for changes there"
+}



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

2018-01-22 Thread Hans de Graaff
commit: 735d0c69a7bdd286e2616094d4f3f78774d3dcd2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:35:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735d0c69

dev-ruby/right_http_connection: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/right_http_connection/Manifest|  1 -
 .../right_http_connection-1.3.0-r1.ebuild  | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/right_http_connection/Manifest 
b/dev-ruby/right_http_connection/Manifest
index e4309c27f29..c710d4721bc 100644
--- a/dev-ruby/right_http_connection/Manifest
+++ b/dev-ruby/right_http_connection/Manifest
@@ -1,2 +1 @@
-DIST right_http_connection-1.3.0.tgz 113955 BLAKE2B 
3b734f84b973cbd683e291a27a1e75dbe7a1d926461761d1d2f5346553e785087c98ecb9614c313b9be9a7040b6f50ff8c2573493a7458e75556e14ef426aee8
 SHA512 
f119c23d815514ad1724581d150271128fdb603962961bcb637c3d16d157c9ecd588e1b1dfb51adb58108f72164dbefa2f59a408e5800654aa79cb30ebb868c4
 DIST right_http_connection-1.5.0.tgz 120451 BLAKE2B 
83b44f205ee418548b6bc70342cf0cb0429a21d624d65ee5bffe447e1aef8e286ce634dfce3bda0c1f5e480bb98dfe1f061eff40ed8b8360bae3d864577c3ee7
 SHA512 
7db0e85ba8140343ef06bbfce2d9ee5f6ce6823fdcfee71875c74a609e77de043a0e5d6fced18ee2bd111ea6a8a592d3855e1547dc2bfec0e963e446c366aef7

diff --git 
a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild 
b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
deleted file mode 100644
index 3d374267127..000
--- a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,41 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-RUBY_FAKEGEM_TASK_TEST="cucumber"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RightScale's robust HTTP/S connection module"
-HOMEPAGE="http://rightscale.rubyforge.org/";
-SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> 
${P}.tgz"
-RUBY_S="rightscale-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="test"
-#USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )"
-
-all_ruby_prepare() {
-   rm Gemfile Gemfile.lock || die
-   sed -i -e '/bundler/ s:^:#:' features/support/env.rb || die
-}
-
-each_ruby_test() {
-   case ${RUBY} in
-   *ruby19)
-   ;;
-   *)
-   ${RUBY} -S cucumber features || die
-   ;;
-   esac
-}



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

2018-01-22 Thread Hans de Graaff
commit: c38e89944ddc52e6d8ea916da3b801290ab2189c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:27:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e8994

dev-ruby/ruby-progressbar: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-progressbar/Manifest |  1 -
 .../ruby-progressbar/ruby-progressbar-1.7.5.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 03e7e247313..f332707b3f7 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,4 +1,3 @@
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
-DIST ruby-progressbar-1.7.5.gem 21504 BLAKE2B 
abb50406df3b952327bbacdb4600a66751772ab3c22053a172150618cfb36e9aa567461ea31772ae74372d9b3df4d13419994fd8597c9f0f10ea090251493e6d
 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 DIST ruby-progressbar-1.8.1.gem 26112 BLAKE2B 
2e4a8406328f07b2be0b59b5d08e8f56e17d4e5ae43325b4fadd563427aabde1e354fb05e6e67403c9f00c17e0f8e3239cdc3d0cb40d4c8cc6520306214289b3
 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 DIST ruby-progressbar-1.8.3.tar.gz 44706 BLAKE2B 
ef0b7bc2647da5af777e4ee88b85632ad47d7bee3a1b5f3ade57108362b663a66a78b023080039a94bb452694b41be3e6d52da1e322d1e6d86a2f28ff8aa7fc3
 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
deleted file mode 100644
index 3d5a68f380d..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
-   case ${RUBY} in
-   *ruby20)
-   # Skip specs since rspectacular doesn't work with ruby 
2.0:
-   # https://github.com/thekompanee/rspectacular/issues/4
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec spec || die
-   ;;
-   esac
-}



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

2018-01-22 Thread Hans de Graaff
commit: e633b91006c0a8bd49e1f5bd8716a1ad6f7e59f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:41:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e633b910

dev-ruby/poltergeist: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/poltergeist/Manifest  |  2 --
 dev-ruby/poltergeist/poltergeist-1.10.0.ebuild | 46 --
 dev-ruby/poltergeist/poltergeist-1.9.0.ebuild  | 44 
 3 files changed, 92 deletions(-)

diff --git a/dev-ruby/poltergeist/Manifest b/dev-ruby/poltergeist/Manifest
index d0fe3683520..6362d579983 100644
--- a/dev-ruby/poltergeist/Manifest
+++ b/dev-ruby/poltergeist/Manifest
@@ -1,3 +1 @@
-DIST poltergeist-1.10.0.tar.gz 179598 BLAKE2B 
f4a65b567ef7969dc42971482542443438edac46ea8866ca5f856694146e2c4e3187d3e29b08fc7177f53cc8feeaa251a35ddc863270436b136c7323ff23eede
 SHA512 
d81f06e45eb0fd8a7d89dea7799b6e2c85dbc34c6220f57acf9bfa4ade8ef464157204dfd76bbd53e65aa62edaecedc80f375de4c47ab9af2bab2a3b96c5fae8
 DIST poltergeist-1.14.0.tar.gz 185946 BLAKE2B 
0f5d95437ad5c2509264ef0230624ac257e8901e98bd4494576c3dc6895fc38c64572b287eb9842c8af2ddbaf0b3c48ecb0a1fb4a2cb72711abba40646dcaeec
 SHA512 
82ab8aec7e5e091fa2924765e077d8b9816319833d438d9246f8ef3d0045d158de6bce1d14e929cc5cb8d0970ea380d44a51511b17623479f3cd64853580ce71
-DIST poltergeist-1.9.0.tar.gz 175912 BLAKE2B 
26635a1ed66742e07439a90019df92b72e7670242f2d9bd5883d66e051e365862e66be89c59052f78dd830f65ec5c28997d940d27a88321a215e2030a5219724
 SHA512 
667fab321bd8718f604496119efcdd6e3bd88da89b45afca13df53727a4b7a01ab2ca70710afdb3479d4c68ecb155f0136901aaf405bc26cb0430838558c69d1

diff --git a/dev-ruby/poltergeist/poltergeist-1.10.0.ebuild 
b/dev-ruby/poltergeist/poltergeist-1.10.0.ebuild
deleted file mode 100644
index 4dfa4cf7439..000
--- a/dev-ruby/poltergeist/poltergeist-1.10.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-# There are tests but they require several unpackaged dependencies.
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A PhantomJS driver for Capybara"
-HOMEPAGE="https://github.com/jonleighton/poltergeist";
-SRC_URI="https://github.com/jonleighton/poltergeist/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND+=" www-client/phantomjs"
-
-ruby_add_rdepend ">=dev-ruby/cliver-0.3.1
-   >=dev-ruby/capybara-2.1
-   >=dev-ruby/websocket-driver-0.2.0"
-
-ruby_add_bdepend "test? ( dev-ruby/sinatra:0 )"
-
-all_ruby_prepare() {
-   # Fix cliver versioning to accept all 0.x versions
-   sed -i -e 's/0.3.1/0.3/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-   sed -i -e '2igem "sinatra", "~>1.0"; gem "rack", "~>1.5"' 
spec/spec_helper.rb || die
-
-   # Remove integration tests for now since they require additional 
dependencies.
-   rm -rf spec/integration
-
-   # Avoid a spec failing only in our ebuild test environment
-   sed -i -e '/can pause indefinitely/,/^  end/ s:^:#:' 
spec/unit/driver_spec.rb || die
-}

diff --git a/dev-ruby/poltergeist/poltergeist-1.9.0.ebuild 
b/dev-ruby/poltergeist/poltergeist-1.9.0.ebuild
deleted file mode 100644
index 173857eddbc..000
--- a/dev-ruby/poltergeist/poltergeist-1.9.0.ebuild
+++ /dev/null
@@ -1,44 +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"
-
-# There are tests but they require several unpackaged dependencies.
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A PhantomJS driver for Capybara"
-HOMEPAGE="https://github.com/jonleighton/poltergeist";
-SRC_URI="https://github.com/jonleighton/poltergeist/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND+=" www-client/phantomjs"
-
-ruby_add_rdepend ">=dev-ruby/cliver-0.3.1
-   dev-ruby/multi_json
-   >=dev-ruby/capybara-2.1
-   >=dev-ruby/websocket-driver-0.2.0"
-
-all_ruby_prepare() {
-   # Fix cliver versioning to accept all 0.x versions
-   sed -i -e 's/0.3.1/0.3/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-
-   # Remove integration tests for now since they require additional 
dependencies.
-   rm -rf spec/integration
-
-   # Avoid a spec failing only in our ebuild test environment
-   sed -i -e '/can pause indefinit

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

2018-01-22 Thread Hans de Graaff
commit: 9d74d4aaa2decc6498364dc2bc8e731164af6259
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:47:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d74d4aa

dev-ruby/pdf-reader: move ~ia64, ~sparc keywords forward

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild | 4 ++--
 dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
index 905e599d2b6..4fec367c772 100644
--- a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
+++ b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/afm-0.2.1

diff --git a/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild
index fa2ff90cf44..7f8d8bef0c3 100644
--- a/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild
+++ b/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/afm-0.2.1



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

2018-01-22 Thread Hans de Graaff
commit: 69969f1ec9d9967741f3ad0f6a8542312d84e101
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 19:03:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:04:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69969f1e

dev-ruby/pdf-core: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-core/Manifest |  1 -
 dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild | 27 ---
 dev-ruby/pdf-core/pdf-core-0.6.1.ebuild| 27 ---
 3 files changed, 55 deletions(-)

diff --git a/dev-ruby/pdf-core/Manifest b/dev-ruby/pdf-core/Manifest
index ab5e87849b5..7c45450450d 100644
--- a/dev-ruby/pdf-core/Manifest
+++ b/dev-ruby/pdf-core/Manifest
@@ -1,2 +1 @@
-DIST pdf-core-0.6.1.gem 43008 BLAKE2B 
886026bc56e808768bdd9a3926902c110b4e037e5d0e83b8ab660d0058333090c5e80b47e266b45c2097cdb031da0d9da688ea6abdda6be0c80de4e88d4d805c
 SHA512 
dc9074658cb4037fc1ab4f51a19bd67396c31ef18ac5c89e94563711eced8a7a6ec642e907564c92453cac08cd7a09f6da6f6da87536475cce8238cef087467a
 DIST pdf-core-0.7.0.tar.gz 43382 BLAKE2B 
55116d0d997d5e76d94fab0be9bbea273bcd677fee951a71e3209bd764560c4f14fcd55ccb11748041582a12d4a06819a6203453f0e440718533a92287dfcad7
 SHA512 
c99409284e9f7f929902d88ff7943b3dc6b37c32d67ceaa15ad79e1f9a02b561af59889dae4344a1a7749edbb6705e06f6ca356f08ca38742a2623168d53d29d

diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
deleted file mode 100644
index 645fb2e7a3c..000
--- a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements low level PDF features for Prawn"
-HOMEPAGE="https://github.com/prawnpdf/pdf-core/";
-
-LICENSE="|| ( Ruby GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*
-   >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.6.1.ebuild
deleted file mode 100644
index 98728e049c4..000
--- a/dev-ruby/pdf-core/pdf-core-0.6.1.ebuild
+++ /dev/null
@@ -1,27 +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"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements low level PDF features for Prawn"
-HOMEPAGE="https://github.com/prawnpdf/pdf-core/";
-
-LICENSE="|| ( Ruby GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1.1*
-   >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die
-}



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

2018-01-22 Thread Hans de Graaff
commit: 2e89797c519efa0eeb220b50cc653d86a43030ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:51:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e89797c

dev-ruby/pdf-inspector: move ~sparc keyword forward

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild | 4 ++--
 dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild 
b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
index 2942577dc38..6df5871f863 100644
--- a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
+++ b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/prawnpdf/pdf-inspector";
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild 
b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild
index f0f2686e196..2b5f7c6c48c 100644
--- a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild
+++ b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/prawnpdf/pdf-inspector";
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0:* 

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

2018-01-22 Thread Hans de Graaff
commit: 185beaddb439ecbe2bb73f8ea7b3047f923f2838
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:48:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185beadd

dev-ruby/pdf-reader: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-reader/pdf-reader-1.4.1.ebuild | 45 -
 1 file changed, 45 deletions(-)

diff --git a/dev-ruby/pdf-reader/pdf-reader-1.4.1.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-1.4.1.ebuild
deleted file mode 100644
index ce83fbe9ee2..000
--- a/dev-ruby/pdf-reader/pdf-reader-1.4.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GITHUB_USER=yob
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc TODO"
-
-inherit ruby-fakegem
-
-DESCRIPTION="PDF parser conforming as much as possible to the PDF 
specification from Adobe"
-HOMEPAGE="https://github.com/yob/pdf-reader/";
-
-# We cannot use the gem distributions because they don't contain the
-# tests' data, we have to rely on the git tags.
-SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/afm-0.2.1
-   =dev-ruby/ascii85-1*
-   =dev-ruby/hashery-2*
-   dev-ruby/ttfunk:*
-   dev-ruby/ruby-rc4"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   docinto examples
-   dodoc examples/* || die
-}



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

2018-01-22 Thread Hans de Graaff
commit: cde6d160a9f085f57f77eacd002164ded96ec289
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 19:01:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde6d160

dev-ruby/pdf-core: move ~sparc keyword forward

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild | 4 ++--
 dev-ruby/pdf-core/pdf-core-0.7.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
index 38f45697918..d9f31cccf80 100644
--- a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
+++ b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/prawnpdf/pdf-core/";
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*

diff --git a/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild
index 2744a463428..2a410341193 100644
--- a/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild
+++ b/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/prawnpdf/pdf-core/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*



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

2018-01-22 Thread Hans de Graaff
commit: 84dca3d67006720388ee76154cd1710cf748aa30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 19:02:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dca3d6

dev-ruby/pdf-core: move ~ia64 keyword forward

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild | 2 +-
 dev-ruby/pdf-core/pdf-core-0.7.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
index d9f31cccf80..645fb2e7a3c 100644
--- a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
+++ b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/prawnpdf/pdf-core/";
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*

diff --git a/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild
index 2a410341193..9ab89907a6d 100644
--- a/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild
+++ b/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/prawnpdf/pdf-core/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="|| ( Ruby GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*



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

2018-01-22 Thread Hans de Graaff
commit: c830e0f31c35f8e39e70e8806eace607fe65aca3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:54:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c830e0f3

dev-ruby/pdf-inspector: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pdf-inspector/Manifest|  1 -
 .../pdf-inspector/pdf-inspector-1.2.1-r1.ebuild| 23 --
 dev-ruby/pdf-inspector/pdf-inspector-1.2.1.ebuild  | 23 --
 3 files changed, 47 deletions(-)

diff --git a/dev-ruby/pdf-inspector/Manifest b/dev-ruby/pdf-inspector/Manifest
index e293e04b325..bca2749228f 100644
--- a/dev-ruby/pdf-inspector/Manifest
+++ b/dev-ruby/pdf-inspector/Manifest
@@ -1,3 +1,2 @@
 DIST pdf-inspector-1.1.0.gem 25600 BLAKE2B 
b7ffe20df96098c8be00021a067e228a432b4109e35557ed7535a26229f47666912a50d70a8b0631bb05fbc6b03c608829044df353b2c15cc68e44b4da44ac1e
 SHA512 
71c8af4275421f952711bcc945c52adb6d19b153606fc067325951092cec58998e56373819aa55fa8c0e1cc4736204e3e11f03c3bc3ec121f5eb4e1327a48779
-DIST pdf-inspector-1.2.1.gem 26112 BLAKE2B 
614365b2f6046b6aca1be8e75cf1d25fc5ae1479561c385f4ae36f52e81d5bbfa9c20c9e424dc076c080d61a33f4fadf807dd16371fa083b2942cb859928d45f
 SHA512 
75a0bb0c18ecbfc944b958e50c4641ba8bd7e659e0655644c3deb84a116798089fcbc8fd6f7de96c8cd3485db45af0d2c6e9b1c5eef9420f1dc1a323c1203457
 DIST pdf-inspector-1.3.0.gem 30720 BLAKE2B 
b3c6b2a4085ebfcf64901a8a0edb8fe762b00db648c74c37ca3ca80b645ab65b006eaf875e1cee109f6a7d30f97617053d0f7c548360281d21acf316f496eb7a
 SHA512 
7c89f8656908d70495fd03e3ab2faf9b133d34c607ea63978731088d8b954d29e1e6e907b1e0d81bfbc35ecfa394badbd0e2c996ff94d6bbc7e78f4d7082d115

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild 
b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
deleted file mode 100644
index 6df5871f863..000
--- a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A tool for analyzing PDF output"
-HOMEPAGE="https://github.com/prawnpdf/pdf-inspector";
-
-LICENSE="|| ( Ruby GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1.ebuild 
b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1.ebuild
deleted file mode 100644
index 7bc10601c7e..000
--- a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A tool for analyzing PDF output"
-HOMEPAGE="https://github.com/prawnpdf/pdf-inspector";
-
-LICENSE="|| ( Ruby GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"



[gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/, dev-util/gdbus-codegen/files/

2018-01-22 Thread Dennis Lamm
commit: 2fbb943aebc10b093727e3179b9ac048fcbf4495
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Jan 22 19:07:40 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Jan 22 19:07:40 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2fbb943a

dev-util/gdbus-codegen: fixed bug 644610

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/gdbus-codegen-2.54.3-sitedir.patch   | 22 ++
 dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild |  2 +-
 dev-util/gdbus-codegen/metadata.xml| 11 +++
 3 files changed, 30 insertions(+), 5 deletions(-)

diff --git a/dev-util/gdbus-codegen/files/gdbus-codegen-2.54.3-sitedir.patch 
b/dev-util/gdbus-codegen/files/gdbus-codegen-2.54.3-sitedir.patch
new file mode 100644
index ..f739026d
--- /dev/null
+++ b/dev-util/gdbus-codegen/files/gdbus-codegen-2.54.3-sitedir.patch
@@ -0,0 +1,22 @@
+diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in 
b/gio/gdbus-2.0/codegen/gdbus-codegen.in
+index 8050981..932410a 100644
+--- a/gdbus-codegen.in
 b/gdbus-codegen.in
+@@ -28,16 +28,7 @@ filedir = os.path.dirname(__file__)
+ 
+ if srcdir is not None:
+ path = os.path.join(srcdir, 'gio', 'gdbus-2.0')
+-elif os.path.basename(filedir) == 'bin':
+-# Make the prefix containing gdbus-codegen 'relocatable' at runtime by
+-# adding /some/prefix/bin/../share/glib-2.0 to the python path
+-path = os.path.join(filedir, '..', 'share', 'glib-2.0')
+ else:
+-# Assume that the modules we need are in the current directory and add the
+-# parent directory to the python path.
+-path = os.path.join(filedir, '..')
+-
+-sys.path.insert(0, os.path.abspath(path))
+-from codegen import codegen_main
++ from gdbus_codegen import codegen_main
+ 
+ sys.exit(codegen_main.codegen_main())

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild
index cf8d58e5..340ce0e9 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
 
 python_prepare_all() {
PATCHES=(
-   "${FILESDIR}/${PN}-2.54.2-sitedir.patch"
+   "${FILESDIR}/${PN}-2.54.3-sitedir.patch"
)
distutils-r1_python_prepare_all
 

diff --git a/dev-util/gdbus-codegen/metadata.xml 
b/dev-util/gdbus-codegen/metadata.xml
index 39980802..922faa44 100644
--- a/dev-util/gdbus-codegen/metadata.xml
+++ b/dev-util/gdbus-codegen/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+   
+   gdbus-codegen is used to generate code and/or documentation for 
one or more D-Bus interfaces. The tool reads D-Bus Introspection XML files and 
generates output files.
+   
 



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

2018-01-22 Thread Mikle Kolyada
commit: c6001bdb6c457e5ada2c63032c8dea01238f90e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 19:12:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 19:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6001bdb

app-text/xhtml1: merge stable keywords (EAPI bump, no changes)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/xhtml1/xhtml1-20020801-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xhtml1/xhtml1-20020801-r5.ebuild 
b/app-text/xhtml1/xhtml1-20020801-r5.ebuild
index a1093ba390c..b1ffbb67329 100644
--- a/app-text/xhtml1/xhtml1-20020801-r5.ebuild
+++ b/app-text/xhtml1/xhtml1-20020801-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.w3.org/TR/xhtml1/xhtml1.tgz";
 LICENSE="W3C"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND="app-text/sgml-common



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

2018-01-22 Thread Mikle Kolyada
commit: 40f67fb6895806a1999fa060c45f9b4ed50ed8ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 19:13:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 19:13:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f67fb6

app-text/xhtml1: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/xhtml1/xhtml1-20020801-r4.ebuild | 80 ---
 1 file changed, 80 deletions(-)

diff --git a/app-text/xhtml1/xhtml1-20020801-r4.ebuild 
b/app-text/xhtml1/xhtml1-20020801-r4.ebuild
deleted file mode 100644
index 457f14f5572..000
--- a/app-text/xhtml1/xhtml1-20020801-r4.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit sgml-catalog eutils
-
-DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0"
-HOMEPAGE="http://www.w3.org/TR/xhtml1/";
-SRC_URI="http://www.w3.org/TR/xhtml1/xhtml1.tgz";
-LICENSE="W3C"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="app-text/sgml-common
-   dev-libs/libxml2"
-RDEPEND=""
-
-xml_catalog_setup() {
-   CATALOG="${EROOT}etc/xml/catalog"
-   XMLTOOL="${EROOT}usr/bin/xmlcatalog"
-   DTDDIR="${EROOT}usr/share/sgml/${PN}"
-
-   [ -x "${XMLTOOL}" ] || return 1
-
-   return 0
-}
-
-src_prepare() {
-   sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \
-   "/usr/share/sgml/${PN}/xhtml.soc"
-
-   epatch "${FILESDIR}"/${PN}-catalog.patch
-}
-
-src_install() {
-   insinto /usr/share/sgml/${PN}
-   doins DTD/xhtml.soc DTD/*.dcl DTD/*.dtd DTD/*.ent || die "doins failed"
-   insinto /etc/sgml
-   dodoc *.pdf *.ps || die "dodoc failed"
-   dohtml *.html *.png *.css || die "dohtml failed"
-}
-
-pkg_postinst() {
-   sgml-catalog_pkg_postinst
-   xml_catalog_setup || return
-
-   einfo "Installing xhtml1 in the global XML catalog"
-
-   $XMLTOOL --noout --add 'public' '-//W3C//DTD XHTML 1.0 Strict//EN' \
-   ${DTDDIR}/xhtml1-strict.dtd $CATALOG
-   $XMLTOOL --noout --add 'public' '-//W3C//DTD XHTML 1.0 
Transitional//EN' \
-   ${DTDDIR}/xhtml1-transitional.dtd $CATALOG
-   $XMLTOOL --noout --add 'public' '-//W3C//DTD XHTML 1.0 Frameset//EN' \
-   ${DTDDIR}/xhtml1-frameset.dtd $CATALOG
-   $XMLTOOL --noout --add 'rewriteSystem' 
'http://www.w3.org/TR/xhtml1/DTD' \
-   ${DTDDIR} $CATALOG
-   $XMLTOOL --noout --add 'rewriteURI' 'http://www.w3.org/TR/xhtml1/DTD' \
-   ${DTDDIR} $CATALOG
-}
-
-pkg_postrm() {
-   sgml-catalog_pkg_postrm
-   xml_catalog_setup || return
-
-   if [ -d "$DTDDIR" ]; then
-   einfo "The xhtml1 data directory still exists."
-   einfo "No entries will be removed from the XML catalog."
-   return
-   fi
-
-   einfo "Removing xhtml1 from the global XML catalog"
-
-   $XMLTOOL --noout --del '-//W3C//DTD XHTML 1.0 Strict//EN' $CATALOG
-   $XMLTOOL --noout --del '-//W3C//DTD XHTML 1.0 Transitional//EN' $CATALOG
-   $XMLTOOL --noout --del '-//W3C//DTD XHTML 1.0 Frameset//EN' $CATALOG
-   $XMLTOOL --noout --del 'http://www.w3.org/TR/xhtml1/DTD' $CATALOG
-}



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

2018-01-22 Thread Mikle Kolyada
commit: b728e834e1cf467cd23819d564231b57972b8348
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 19:22:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 19:22:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b728e834

sys-apps/tuxonice-userui: remove last rited package

 sys-apps/tuxonice-userui/Manifest  |  2 -
 .../files/tuxonice-userui-1.1-freetype-2.5.patch   | 38 -
 sys-apps/tuxonice-userui/metadata.xml  | 18 ---
 .../tuxonice-userui/tuxonice-userui-1.1-r2.ebuild  | 62 --
 4 files changed, 120 deletions(-)

diff --git a/sys-apps/tuxonice-userui/Manifest 
b/sys-apps/tuxonice-userui/Manifest
deleted file mode 100644
index bd3b673d7c2..000
--- a/sys-apps/tuxonice-userui/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST tuxonice-userui-1.1.tar 3317760 BLAKE2B 
1890802442b84f00bfdad92b8853ec041e1ec04c178ea078564245834e9d8f38b4a416b4285cb33b005a98e240a4277a06da9e47c1f21b1fad6ed699769a996c
 SHA512 
b837e3302437ccfcc7e984817c52576be27c774681abc18b1ad34990eab342b5d11ec13cf48cfef07f419f425c111715843c7ca427a1d4778bd48f1d7352684a
-DIST tuxonice-userui_1.1-2~exp1.debian.tar.gz 7628 BLAKE2B 
c3bec47cc1c85f440db79274a180c82610a88893973aba89b7e5628c89ebdfe2057df8d257b9aa0f72334124f585480054017007416b7fe19eea529d2cb3c6e7
 SHA512 
5aebc331452f9d8cac3f3d4db9fcc04c5a68759df2236a70a9fdf5c6e03da27170b1db71031b4b9bb2939c4e5a98c4755d26b6ebf0f81362a71c35e77b688f0b

diff --git 
a/sys-apps/tuxonice-userui/files/tuxonice-userui-1.1-freetype-2.5.patch 
b/sys-apps/tuxonice-userui/files/tuxonice-userui-1.1-freetype-2.5.patch
deleted file mode 100644
index f86f99a650f..000
--- a/sys-apps/tuxonice-userui/files/tuxonice-userui-1.1-freetype-2.5.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From ed1b73cf2f073f39200be79c633deb292cb8d4af Mon Sep 17 00:00:00 2001
-From: Damjan Georgievski 
-Date: Mon, 6 Jan 2014 03:06:18 +0100
-Subject: [PATCH] fix #includes for recent freetype versions
-

- fbsplash/ttf.c | 3 +--
- fbsplash/ttf.h | 3 +--
- 2 files changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/fbsplash/ttf.c b/fbsplash/ttf.c
-index 384f400..1dd841c 100644
 a/fbsplash/ttf.c
-+++ b/fbsplash/ttf.c
-@@ -27,8 +27,7 @@
- #include 
- 
- #include 
--#include 
--#include 
-+#include FT_FREETYPE_H
- 
- #include "splash.h"
- 
-diff --git a/fbsplash/ttf.h b/fbsplash/ttf.h
-index 034bb9e..6a4da9d 100644
 a/fbsplash/ttf.h
-+++ b/fbsplash/ttf.h
-@@ -1,8 +1,7 @@
- #ifndef _TTF_H
- #define _TTF_H
- #include 
--#include 
--#include 
-+#include FT_FREETYPE_H
- 
- #define CACHED_METRICS  0x10
- #define CACHED_BITMAP   0x01

diff --git a/sys-apps/tuxonice-userui/metadata.xml 
b/sys-apps/tuxonice-userui/metadata.xml
deleted file mode 100644
index 8dcef3c457f..000
--- a/sys-apps/tuxonice-userui/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   arfrever@gmail.com
-   Arfrever Frehtes Taifersar Arahesis
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   Add support for framebuffer splash
-   
-   
-   NigelCunningham/Tuxonice-Userui
-   
-

diff --git a/sys-apps/tuxonice-userui/tuxonice-userui-1.1-r2.ebuild 
b/sys-apps/tuxonice-userui/tuxonice-userui-1.1-r2.ebuild
deleted file mode 100644
index 3de4429bd9e..000
--- a/sys-apps/tuxonice-userui/tuxonice-userui-1.1-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="User Interface for TuxOnIce"
-HOMEPAGE="http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/Tuxonice-Userui";
-SRC_URI="http://tuxonice.net/files/${P}.tar.gz -> ${P}.tar
-   mirror://debian/pool/main/t/${PN}/${PN}_${PV}-2~exp1.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="fbsplash"
-
-DEPEND="fbsplash? (
-   media-libs/freetype:2=
-   media-libs/libmng:0=
-   media-libs/libpng:0=
-   virtual/jpeg:0=
-   )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   local d=${WORKDIR}/debian/patches
-   EPATCH_SOURCE=${d} epatch $(<"${d}"/series)
-   epatch "${FILESDIR}"/${P}-freetype-2.5.patch
-   sed -i -e 's/make/$(MAKE)/' Makefile || die
-   sed -i -e 's/ -O3//' Makefile fbsplash/Makefile usplash/Makefile || die
-}
-
-src_compile() {
-   # Package contain binaries
-   emake clean
-
-   use fbsplash && export USE_FBSPLASH=1
-   emake CC="$(tc-getCC)" tuxoniceui
-}
-
-src_install() {
-   into /
-   dosbin tuxoniceui
-   dodoc AUTHORS ChangeLog KERNEL_API README TODO USERUI_API
-}
-
-pkg_postinst() {
-   if use fbsplash; then
-   einfo
-   elog "You must cr

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

2018-01-22 Thread Mikle Kolyada
commit: fb296067328cde1e8b3c46228ab28400481a8bad
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 22 19:25:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 22 19:25:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb296067

profiles/package.mask: remove obsolete sys-apps/tuxonice-userui entry

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 90697b4cd6f..951bc18d81a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -218,11 +218,6 @@ media-video/2mandvd
 # Masked for removal in 30 days, no more rdeps, bug #602816
 dev-python/python-poppler-qt4
 
-# Mikle Kolyada  (07 Jan 2018)
-# The package was suddenly forgotten during tuxonice-sources masking.
-# Mask for removal in 14 days as the sources package has already been removed.
-sys-apps/tuxonice-userui
-
 # Andreas Sturmlechner  (05 Jan 2018)
 # Masked for removal in 30 days, merged into dev-util/kdevelop
 dev-util/kdevplatform



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

2018-01-22 Thread Hans de Graaff
commit: 5c9b1bd5c92e744ae821549c647166b5c0fe231c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 19:19:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:26:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9b1bd5

dev-ruby/mocha: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/mocha/Manifest   |  2 --
 dev-ruby/mocha/mocha-1.2.0.ebuild | 36 
 dev-ruby/mocha/mocha-1.2.1.ebuild | 36 
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/mocha/Manifest b/dev-ruby/mocha/Manifest
index 219ffa22103..bd93f5b21a1 100644
--- a/dev-ruby/mocha/Manifest
+++ b/dev-ruby/mocha/Manifest
@@ -4,6 +4,4 @@ DIST mocha-0.12.10.gem 77312 BLAKE2B 
b71ddfa79149d33d7a5c21655e2bbd7b80aa1296c08
 DIST mocha-0.13.3.gem 82432 BLAKE2B 
e5d8f495db5df3b51b2be9d294f2c9354de979d2547e1cb1d6e70cda4a36b0170cd934b3e17e8d3fa38d4a380a12ccdb49ddf2d34662dc0dc8029faae4463d8c
 SHA512 
4c013565644d4b3af9bdc515c7b9b5be39c606c53d0b5da4569bd7c3fd98db3f2a7e6b88e566b32277c8e8d0ea6c83340e6afd1e80cdec0dfabd41e4fe5dbf27
 DIST mocha-0.14.0.gem 82944 BLAKE2B 
50a066e2f5007df08a7f76785fd4c2b12327b4969c11324a0574c707bea3219d51edb9ab40635378c16b46ad826ec7eff42434a27cd61113a6f40251fa2e6930
 SHA512 
918e45f2ee761c7dc399c7958e4d406f9e186c90f479fd01a421aa542944b47e9b2c5e938f4fc5292a7da345726447b2d47dc5f417e114201f8a4d9893c4d461
 DIST mocha-1.1.0.gem 87552 BLAKE2B 
b09721474520b57472bc54eece8ea27f0172e49ffbf43802854c111632673d05f35931150fe83cf83862471b606c70e8667327f491d280f3cc3d059e752ff0b2
 SHA512 
5a07c8364ae649a6be821c4b61c349d79e1dbf1e574ed95b07848f5dae3a2860e2f2e06499fc15b8352ec2146f273cc40ee8e65e670214f0f0669b6eedf698bb
-DIST mocha-1.2.0.gem 90112 BLAKE2B 
afbf191380cb36b84dca7ceb9b1d638112797f64d9a8c03421123b5804313f322f542e94fc46b2057eb7ed87ae8dd9a974a27d0858e843449129bea24e39f895
 SHA512 
cedbbafb095ebc54b74cdb848d11acddaf44333c6f844282fc217906c551f1ec7f0d33bc881e1c410e59917bcfc0b2b7d15d8c549d56ef9c6663907d0d7c0a87
-DIST mocha-1.2.1.gem 90624 BLAKE2B 
6c543c2e0d2f86cc6d4353308871486ad7a4e288e43d5c0c9f66159b021281ce964070a6857b3859729f3a3c367b79baeba542ec7d07a499884c5b03e2bd0a24
 SHA512 
318fc7275b7ef14b6839ce68beb4a6dcd2a06325bcc5e69d82bd6842dc39c78b8a09d6d06d36dbf0f43e59bbcf441be9a6b1d3037f0cbde25be9d04ae44b2aed
 DIST mocha-1.3.0.gem 92160 BLAKE2B 
10ffd1bd9b1ecb99555490b17451ae883986ef17856fb401165bb5239a2c07af2532b20bd62a5b1d8dbdeabda830c01179a025174b890be7ceff238fd9a67dad
 SHA512 
a24de9129da65f6b37f06ad888fdb80ae987f51594980991a6ac3ffd23e9dafeedd7a2e758835f33f4de59e07b7c39449e3a49228159710bd87a3de7d3df6a3c

diff --git a/dev-ruby/mocha/mocha-1.2.0.ebuild 
b/dev-ruby/mocha/mocha-1.2.0.ebuild
deleted file mode 100644
index 49b6731baf9..000
--- a/dev-ruby/mocha/mocha-1.2.0.ebuild
+++ /dev/null
@@ -1,36 +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_TEST="test:units"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/";
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-}
-
-each_ruby_test() {
-   export MOCHA_NO_DOCS=true
-   each_fakegem_test
-}

diff --git a/dev-ruby/mocha/mocha-1.2.1.ebuild 
b/dev-ruby/mocha/mocha-1.2.1.ebuild
deleted file mode 100644
index cb3828914f5..000
--- a/dev-ruby/mocha/mocha-1.2.1.ebuild
+++ /dev/null
@@ -1,36 +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 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/";
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-}
-
-each_ruby_test() {
-   export MOCHA_NO_DOCS=true
-   each_fakegem_test
-}



  1   2   3   >