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

2018-01-18 Thread Gilles Dartiguelongue
commit: afa215e84241a18bbd999071c91253442972822d
Author: Anthony Delannoy  spnngl  com>
AuthorDate: Sun Jan 14 12:22:54 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Jan 19 07:52:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa215e8

net-misc/modemmanager: version bump

Bug: https://bugs.gentoo.org/644528
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6857
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 net-misc/modemmanager/Manifest   |   1 +
 net-misc/modemmanager/modemmanager-1.6.12.ebuild | 110 +++
 2 files changed, 111 insertions(+)

diff --git a/net-misc/modemmanager/Manifest b/net-misc/modemmanager/Manifest
index b80653b962b..072e15109e9 100644
--- a/net-misc/modemmanager/Manifest
+++ b/net-misc/modemmanager/Manifest
@@ -1 +1,2 @@
+DIST ModemManager-1.6.12.tar.xz 1402364 BLAKE2B 
11335c495cc428936c9b0dd319449a7bf4c58a95ccd53b7a5bb276d78030272a7f29e5f0fa96a96613c5e0cb6a62239d864a23de6260fb55f6ecab09a18e6454
 SHA512 
2ac72fb2d36530204528cc0cd4815d0b93a1a8c8539ac345101e5e15bbfffd3eda888bbdc54298d3547b9aeacb94c75be5c600e993099671da2f9f27e8ee93cd
 DIST ModemManager-1.6.4.tar.xz 1464276 BLAKE2B 
5c5688c678f7b511d8097e47f143c04733b1d8e6624d7b1deb9dad286ccafa3f37455956f19d6d76a00230a044662a7c59275c41f7530b9829a602f968214ca2
 SHA512 
6b31ce186adce445cec8964df751b6146a86271e6c14d860740ae66cfe296ac2ac4df21079357775ac5f7a5837c80a7f8db21a2680bc6b45802f9928565f1c73

diff --git a/net-misc/modemmanager/modemmanager-1.6.12.ebuild 
b/net-misc/modemmanager/modemmanager-1.6.12.ebuild
new file mode 100644
index 000..afa8a83ce23
--- /dev/null
+++ b/net-misc/modemmanager/modemmanager-1.6.12.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 user readme.gentoo-r1 systemd udev vala
+
+DESCRIPTION="Modem and mobile broadband management libraries"
+HOMEPAGE="https://cgit.freedesktop.org/ModemManager/ModemManager/;
+SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="+introspection mbim policykit +qmi systemd vala"
+REQUIRED_USE="
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.36.0:2
+   >=virtual/libgudev-230:=
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+   mbim? ( >=net-libs/libmbim-1.14.0 )
+   policykit? ( >=sys-auth/polkit-0.106[introspection] )
+   qmi? ( >=net-libs/libqmi-1.16.0:= )
+   systemd? ( >=sys-apps/systemd-209 )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1
+   >=dev-util/intltool-0.40
+   >=sys-devel/gettext-0.19.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+S="${WORKDIR}/ModemManager-${PV}"
+
+src_prepare() {
+   DOC_CONTENTS="If your USB modem shows up as a Flash drive when you plug 
it in,
+   You should install sys-apps/usb_modeswitch which will 
automatically
+   switch it over to USB modem mode whenever you plug it in.\n"
+
+   if use policykit; then
+   DOC_CONTENTS+="\nTo control your modem without needing to enter 
the root password,
+   add your user account to the 'plugdev' group."
+   fi
+
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-more-warnings \
+   --with-udev-base-dir="$(get_udevdir)" \
+   --disable-static \
+   --with-dist-version=${PVR} \
+   $(use_enable introspection) \
+   $(use_with mbim) \
+   $(use_with policykit polkit) \
+   $(usex systemd --with-suspend-resume=systemd 
--with-suspend-resume=no) \
+   $(use_with qmi) \
+   $(use_enable vala)
+}
+
+src_install() {
+   gnome2_src_install
+
+   # Allow users in plugdev group full control over their modem
+   if use policykit; then
+   insinto /usr/share/polkit-1/rules.d/
+   doins "${FILESDIR}"/01-org.freedesktop.ModemManager1.rules
+   fi
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   use policykit && enewgroup plugdev
+
+   # The polkit rules file moved to /usr/share
+   
old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules"
+   if [[ -f "${old_rules}" ]]; then
+   case "$(md5sum ${old_rules})" in
+ c5ff02532cb1da2c7545c3069e5d0992* | 
5c50f0dc603c0a56e2851a5ce9389335* )
+   # Automatically delete the old 

[gentoo-commits] repo/gentoo:master commit in: sci-calculators/pcalc/

2018-01-18 Thread Mike Frysinger
commit: 7bb1d0831b096405e49b898c704ecca48f57b1f0
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 19 07:32:58 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 19 07:44:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb1d083

sci-calculators/pcalc: version bump to 4

 sci-calculators/pcalc/Manifest   |  1 +
 sci-calculators/pcalc/pcalc-4.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/sci-calculators/pcalc/Manifest b/sci-calculators/pcalc/Manifest
index 80151b8402a..03b7861110e 100644
--- a/sci-calculators/pcalc/Manifest
+++ b/sci-calculators/pcalc/Manifest
@@ -1 +1,2 @@
 DIST pcalc-3.tar.xz 66908 BLAKE2B 
40473405f564d5dc5fd43f6f7fc4a80d41d7c9b09f8f6915408313aa45ecaa860b27debe0131fa0450b9b62a7ed4157bc433c7866910211551c6b159113cecc3
 SHA512 
55b6644300a8eb5224df5a0885907c10847df7ab6296d012eb2bb638876687ddbe23d5b76e31ac6ff4c159e44940d5cf6ba747f2a410943fdc25c9d9855fd60e
+DIST pcalc-4.tar.xz 68948 BLAKE2B 
f7d17e3ebf76aeccd9b7c74fe6ecfa7de94d8450d302e3b094b57f4050e0be2448887ea131496ab00ee140d0a44b0dd8d5b5564feb8fdc47d2fbbe5010af73d9
 SHA512 
6492ca89c5f60549f9388d8b7edad21c1c912feea0ee1a1271d730a63832c3b562b1a6bc9f69a0bd3118407906646c8d8fbed6c6d9a62db6a6bbde22579c1fd0

diff --git a/sci-calculators/pcalc/pcalc-4.ebuild 
b/sci-calculators/pcalc/pcalc-4.ebuild
new file mode 100644
index 000..0b083d62120
--- /dev/null
+++ b/sci-calculators/pcalc/pcalc-4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="the programmers calculator"
+HOMEPAGE="https://github.com/vapier/pcalc;
+SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="sys-devel/flex"
+RDEPEND=""
+
+src_prepare() {
+   default
+   sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile || die
+}
+
+src_configure() {
+   tc-export CC
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/

2018-01-18 Thread Ulrich Müller
commit: 01d6afe7fd2407801fb2c9681b9fb846ce028596
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan 19 07:41:39 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan 19 07:42:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d6afe7

app-doc/motif-reference-manual: Bump to EAPI 6.

Straight to stable, since only pre-built documentation is installed.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...0-r1.ebuild => motif-reference-manual-2.3.0-r2.ebuild} | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git 
a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild 
b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
similarity index 63%
rename from 
app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
rename to app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
index fe30fd1feb5..570cadda83e 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
-inherit readme.gentoo
+inherit readme.gentoo-r1
 
 DESCRIPTION="Motif Reference Manual"
 HOMEPAGE="http://www.motifzone.net/;
@@ -15,5 +15,10 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc 
x86 ~ppc-aix ~amd64
 
 S="${WORKDIR}"
 DOCS="*.pdf"
-DOC_CONTENTS="The source code for the manual is available at
-   ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz;
+
+src_install() {
+   local DOC_CONTENTS="The source code for the manual is available at
+   ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz;
+   default
+   readme.gentoo_create_doc
+}



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

2018-01-18 Thread Gilles Dartiguelongue
commit: c6f7e1df90d8ff8c03bdecbb2ab750869ff8535c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Jan 19 07:25:56 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Jan 19 07:34:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f7e1df

media-video/cheese: fix running unittests with uninstalled gschemas

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

 media-video/cheese/cheese-3.22.1.ebuild | 5 +++--
 media-video/cheese/cheese-3.24.0.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-video/cheese/cheese-3.22.1.ebuild 
b/media-video/cheese/cheese-3.22.1.ebuild
index f75ab6e6916..417f004eff1 100644
--- a/media-video/cheese/cheese-3.22.1.ebuild
+++ b/media-video/cheese/cheese-3.22.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
@@ -71,5 +71,6 @@ src_configure() {
 }
 
 src_test() {
-   virtx emake check
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
 }

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
index a21c66d1056..b4ec71a08b2 100644
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -72,5 +72,6 @@ src_configure() {
 }
 
 src_test() {
-   virtx emake check
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
 }



[gentoo-commits] repo/proj/wine:master commit in: /

2018-01-18 Thread NP Hardass
commit: ff7fa6428f31abc169d77c7539f9467bfc87d59b
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Jan 19 07:21:14 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Jan 19 07:21:14 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ff7fa642

README.md: Update instructions for layman and repos.conf

 README.md | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index f6de811..68c6a55 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,12 @@ How to Install
 
 Copy wine.conf to /etc/portage/repos/
 
-wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O 
/etc/portage/repos.conf/wine.conf
+wget https://dev.gentoo.org/~np-hardass/proj/wine/wine.conf -O 
/etc/portage/repos.conf/wine.conf
 
 ### Layman
 
 layman -a wine
 
-or
-
-layman -o https://gitweb.gentoo.org/repo/proj/wine.git/plain/overlay.xml 
-f -a wine
-
 ### eselect-repository
 
 eselect repository enable wine



[gentoo-commits] repo/proj/wine:master commit in: /

2018-01-18 Thread NP Hardass
commit: 02277ab51c33434660a51e97170ca2259f4886a1
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Jan 19 07:16:37 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Jan 19 07:16:55 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=02277ab5

README.md: Update to include eselect-repository instructions

 README.md | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d506781..f6de811 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ Support all Wine ebuilds without bogging down the main 
Gentoo repository with al
 How to Install
 --
 
-### Without Layman
+### repos.conf
 
 Copy wine.conf to /etc/portage/repos/
 
 wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O 
/etc/portage/repos.conf/wine.conf
 
-### With Layman
+### Layman
 
 layman -a wine
 
@@ -25,6 +25,9 @@ or
 
 layman -o https://gitweb.gentoo.org/repo/proj/wine.git/plain/overlay.xml 
-f -a wine
 
+### eselect-repository
+
+eselect repository enable wine
 
 Resources
 -



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

2018-01-18 Thread Hans de Graaff
commit: 9986ae2a2212726237efbde3d648fbed8291feaf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:10:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:10:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9986ae2a

dev-ruby/capybara: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/capybara/capybara-2.16.1.ebuild 
b/dev-ruby/capybara/capybara-2.16.1.ebuild
index 71ec71a0af0..f9a1513e8f3 100644
--- a/dev-ruby/capybara/capybara-2.16.1.ebuild
+++ b/dev-ruby/capybara/capybara-2.16.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
@@ -16,7 +16,7 @@ DESCRIPTION="Capybara aims to simplify the process of 
integration testing Rack a
 HOMEPAGE="https://github.com/jnicklas/capybara;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 SLOT="2"
 IUSE="test"
 



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

2018-01-18 Thread Hans de Graaff
commit: dbf13c32ddc76de8cc9685e81a6695a33511beea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:09:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:09:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf13c32

dev-ruby/launchy: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/launchy/launchy-2.4.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/launchy/launchy-2.4.3-r2.ebuild 
b/dev-ruby/launchy/launchy-2.4.3-r2.ebuild
index d2201d19924..b1736449d44 100644
--- a/dev-ruby/launchy/launchy-2.4.3-r2.ebuild
+++ b/dev-ruby/launchy/launchy-2.4.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/copiousfreetime/launchy;
 LICENSE="ISC"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 IUSE=""
 
 # File collision conflict with x11-misc/launchy, bug 545170



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

2018-01-18 Thread Hans de Graaff
commit: 33b7a0edd795f596f8a95ffee0c0c9489dadd5bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:05:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:05:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b7a0ed

dev-ruby/selenium-webdriver: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/selenium-webdriver/Manifest   |  3 --
 .../selenium-webdriver-3.5.1.ebuild| 33 --
 .../selenium-webdriver-3.5.2.ebuild| 33 --
 .../selenium-webdriver-3.6.0.ebuild| 33 --
 4 files changed, 102 deletions(-)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 8bc7ee217fd..f2f223fb090 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,6 +1,3 @@
 DIST selenium-webdriver-2.53.4.gem 897536 BLAKE2B 
630b5e8cd5ce53de7a689135ce80e364e33b783bd8493f79af01d79717d3d65541fe04c6c0e5016a85af8a559864ddcb641d06c99430599b21095b54ff40845a
 SHA512 
ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e
-DIST selenium-webdriver-3.5.1.gem 830464 BLAKE2B 
3f84f324e204beef201656e18b34db65d8eb599d82dda99c1aa0df6659e5b92cf28f936b976bf95574b0d2800dd891ad5c00a2950ee6cfd6e2cf07901db5f247
 SHA512 
5a3c0776d4ab6816b107e8e8bca62afd7df9f90b3f757563b2180de4764a4b4499b9afd88668913cbcec9b10df04a94be27a91ad96181f4a4d7e9008e7062fa8
-DIST selenium-webdriver-3.5.2.gem 830976 BLAKE2B 
04474aaa7a17c40208d4d5c411cb1c94b31a1f12a1ad9dbaee4dcd40944a2a94340641c2a6a12b605ff3a8979ed0e1336a05284d11dc8ce8125831857edeca5d
 SHA512 
c0a8c0e23e4323762d5cad329774337688cc831658de4bb4712f69c2b4c3f0e189fcd0e3576d8132ec9a3fd5c0365ad128bf65061045514b2871a43b30eaeb3a
-DIST selenium-webdriver-3.6.0.gem 841216 BLAKE2B 
8cfe144b0f3e827c9344977ea44aeb4638cd4a197c0d06bf11aef92545b66af5504ac58e353841bcce3855870b6b042b09c4793d33b9a1d372ccd0a382d30ae3
 SHA512 
c0cea582314167de0390007fe26d94e7470020bbb999787fa0883eb65a491a6ecfcbfad9938a50cbc415023edf2ee7ee44ba88ea35d22cbe87d0ed435f38fc99
 DIST selenium-webdriver-3.7.0.gem 839168 BLAKE2B 
0c6940ff2a8197a3166e8f3f7e7b43bc4551b5bb1f8a40a5887ddcfa7efab93faefa9ead632d3973cbd57a65553a9027f83145bbac753b4ef122f792bae569fd
 SHA512 
f15819d7e3a683d101073710876792ec0cca7c28d387bb9d1b19964083a99e276340fbcfedd9b0ca2234c54f7db56d12dc3af2e4eadf8995e1e05f7282169726
 DIST selenium-webdriver-3.8.0.gem 840192 BLAKE2B 
3f3871afed9734627757e58a211ad894fd45a49b73208b533fd39e0d99172536e7f2abdfbed1e0589c45aac6a26dd0c1ae0cf8f25053d44082957f7d07591d37
 SHA512 
c00c44786ecee4c02723b88c9ae5921d6a3f2d4c6c3bd043da1f524692c75a69357b752fc183c7881de0d0a6e6d6ddb03ca31e6a983afacdd06978bdd0797957

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.5.1.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.5.1.ebuild
deleted file mode 100644
index 30e5dcc7284..000
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.5.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at https://code.google.com/p/selenium/ but the
-# repository is not organized in a way so that we can easily rebuild the
-# suited shared object. We'll just try our luck with the precompiled
-# objects for now.
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
-QA_PREBUILT="*/x_ignore_nofocus.so"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem provides Ruby bindings for WebDriver"
-HOMEPAGE="https://github.com/seleniumhq/selenium;
-
-LICENSE="Apache-2.0"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
-   dev-ruby/rubyzip:1"

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.5.2.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.5.2.ebuild
deleted file mode 100644
index c4c4d1b87cc..000
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.5.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at https://code.google.com/p/selenium/ but the
-# repository is not organized in a way so that we can easily rebuild the
-# suited shared object. We'll just try our luck with the precompiled
-# objects for now.
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"

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

2018-01-18 Thread Hans de Graaff
commit: 66f29eab7c7cc90146ff7d83a86d1200760ebbf9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:12:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:12:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f29eab

dev-ruby/activemodel: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/activemodel/activemodel-5.1.4.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.4.ebuild
index b71cebbd580..78f019a7451 100644
--- a/dev-ruby/activemodel/activemodel-5.1.4.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.4.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
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2018-01-18 Thread Hans de Graaff
commit: ee56fbb7c78bc5bb87f06295d3b5510267948fc7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:08:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:08:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee56fbb7

dev-ruby/selenium-webdriver: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild
index c4c4d1b87cc..f62ef325716 100644
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.0.ebuild
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.8.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
@@ -26,7 +26,7 @@ HOMEPAGE="https://github.com/seleniumhq/selenium;
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0



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

2018-01-18 Thread Hans de Graaff
commit: a7521836e714d4c5147645ed7905945f5e375fc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:11:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:11:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7521836

dev-ruby/actionpack: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/actionpack/actionpack-5.1.4.ebuild 
b/dev-ruby/actionpack/actionpack-5.1.4.ebuild
index 969a98cf968..29391d3f891 100644
--- a/dev-ruby/actionpack/actionpack-5.1.4.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.1.4.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
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2018-01-18 Thread Hans de Graaff
commit: 6e9a9b1cb0ebc50cb5d5407ee76aa221b230082e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:12:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:12:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9a9b1c

dev-ruby/railties: add 5.1.4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/railties/railties-5.1.4.ebuild 
b/dev-ruby/railties/railties-5.1.4.ebuild
index c5a881cd40f..3dc61a448b8 100644
--- a/dev-ruby/railties/railties-5.1.4.ebuild
+++ b/dev-ruby/railties/railties-5.1.4.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
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2018-01-18 Thread Hans de Graaff
commit: a35b6632ed2fa7e212550ea2dc50d04ee4412e5c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:11:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 07:11:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35b6632

dev-ruby/actionview: amd64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/actionview/actionview-5.1.4.ebuild 
b/dev-ruby/actionview/actionview-5.1.4.ebuild
index 9848d99ce17..9fdf7dd3de5 100644
--- a/dev-ruby/actionview/actionview-5.1.4.ebuild
+++ b/dev-ruby/actionview/actionview-5.1.4.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
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2018-01-18 Thread Hans de Graaff
commit: bbb46ad25cd494a6f195b648cd7c8b4efab93fdd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 06:11:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 06:11:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb46ad2

dev-ruby/arel-helpers: add 2.6.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/arel-helpers/Manifest  |  1 +
 dev-ruby/arel-helpers/arel-helpers-2.6.1.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest
index 525f1eba581..47a969f12cb 100644
--- a/dev-ruby/arel-helpers/Manifest
+++ b/dev-ruby/arel-helpers/Manifest
@@ -1 +1,2 @@
 DIST arel-helpers-2.5.0.gem 11776 BLAKE2B 
1c5edb20d5c6029efa8b52ba1eb59b939b7209126a3961a77ebd92524b1da3998cf6497364cedeb0b3976cbe30b6e99e993280618d2ad88f021b8e88930742d8
 SHA512 
501d2820d69419c732edef1d9dbfa136d27f886a55a8d10f0dd351dfe7f0b06f0b338b665487afc87d6a34769b1ac2d55a70081529262bcc75d7cd73d98cce4e
+DIST arel-helpers-2.6.1.gem 12288 BLAKE2B 
75958abc0f3c1ff61482cb576f650d230757d653972fe88496226f0462bb95f29f4b61395ee0b3ed68c13c7d3b4318eb46ac38485615790f8a4f3e8c07edfffc
 SHA512 
99eda2da00a48000e9aa282688a1370e6d7606c399f72ec8edc54a236fa9c7ba4d37315b10b54eee54f59d44e0680cd398f4a1d2331e86138c48d6bd68530441

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.6.1.ebuild 
b/dev-ruby/arel-helpers/arel-helpers-2.6.1.ebuild
new file mode 100644
index 000..73415c9c027
--- /dev/null
+++ b/dev-ruby/arel-helpers/arel-helpers-2.6.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools to help construct database queries"
+HOMEPAGE="https://github.com/camertron/arel-helpers;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_rdepend "|| (
+   dev-ruby/activerecord:5.1
+   dev-ruby/activerecord:5.0
+   dev-ruby/activerecord:4.2 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rr
+   dev-ruby/activerecord[sqlite]
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/pry-/ s:^:#:' spec/spec_helper.rb || die
+}



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

2018-01-18 Thread Hans de Graaff
commit: 729fcbd747f1e223dc00b990acf1fdb3138507a1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 06:06:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 06:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729fcbd7

dev-ruby/arel-helpers: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/arel-helpers/Manifest  |  2 --
 dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild | 31 
 dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild | 32 -
 3 files changed, 65 deletions(-)

diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest
index 618eb16b583..525f1eba581 100644
--- a/dev-ruby/arel-helpers/Manifest
+++ b/dev-ruby/arel-helpers/Manifest
@@ -1,3 +1 @@
-DIST arel-helpers-2.3.0.gem 11776 BLAKE2B 
405afd6f0d2bebd8de597282ef11fb5ccc48258e64517fb544b884aba0477f19a3e3bd5486092a2bae42792f2a342ca734f3e50280ed1b67e62196b98efe2906
 SHA512 
658494d50fb94b598d015370a118541d4409f1adbc90489793ab219d55444681e0ba52c4525d3c064f8f28311b8ed5dee9a611fd803b2750c99250e37434b7d3
-DIST arel-helpers-2.4.0.gem 11776 BLAKE2B 
c100b1ce7b47f91c4a8325643c626aee986318cba340bd6a8c8880c734a18d4b4d14f3379b7a4b93bb101a23aefa1557ef69127fa888210701666dc949fab3f4
 SHA512 
3f1517b4b027728c2939314ecdd283af98d3616ebcfe2de8d819d64d78ec68dbdfbc2d26b07fb5df5345721cba8db446e2bea135f38c656e6366b560eedb8fd2
 DIST arel-helpers-2.5.0.gem 11776 BLAKE2B 
1c5edb20d5c6029efa8b52ba1eb59b939b7209126a3961a77ebd92524b1da3998cf6497364cedeb0b3976cbe30b6e99e993280618d2ad88f021b8e88930742d8
 SHA512 
501d2820d69419c732edef1d9dbfa136d27f886a55a8d10f0dd351dfe7f0b06f0b338b665487afc87d6a34769b1ac2d55a70081529262bcc75d7cd73d98cce4e

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild 
b/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
deleted file mode 100644
index 89ac5157701..000
--- a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools to help construct database queries"
-HOMEPAGE="https://github.com/camertron/arel-helpers;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "|| (
-   dev-ruby/activerecord:5.0
-   dev-ruby/activerecord:4.2 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rr
-   dev-ruby/activerecord[sqlite]
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/pry-nav/ s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild 
b/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild
deleted file mode 100644
index 1010c5893b4..000
--- a/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools to help construct database queries"
-HOMEPAGE="https://github.com/camertron/arel-helpers;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "|| (
-   dev-ruby/activerecord:5.1
-   dev-ruby/activerecord:5.0
-   dev-ruby/activerecord:4.2 )"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rr
-   dev-ruby/activerecord[sqlite]
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/pry-nav/ s:^:#:' spec/spec_helper.rb || die
-}



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

2018-01-18 Thread Hans de Graaff
commit: 8de0ddb0bf11d185defbead15024a8cddc541405
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 06:12:43 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 06:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de0ddb0

dev-ruby/commander: add 4.4.4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/commander/Manifest   |  1 +
 dev-ruby/commander/commander-4.4.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest
index de106ca708e..3ccfe74d663 100644
--- a/dev-ruby/commander/Manifest
+++ b/dev-ruby/commander/Manifest
@@ -1 +1,2 @@
 DIST commander-4.4.3.gem 36352 BLAKE2B 
4849e3940762c2686258938590aad28292ff6d5c4cda0e14caf688b5d0177b1061318cc185071991e667f38efb132b9b4ea7bb9646731c18a30014b9f8d49b13
 SHA512 
9831ab6983359ebd112223f72991d09a79c04488d578973430920c399249b5071678b86190f9bc63f0303f479336a332b8e83e4f4ac9322e9630fa4d3863d4a5
+DIST commander-4.4.4.gem 36864 BLAKE2B 
66a391c3d25ecc79308b9da8010c8d3a8b26902a72e7e96558a9c2690f6a8735093c9a218097b52610d8dc49316c0469e47e05539a3b01beb9310894ce313bde
 SHA512 
d4b7912f03f9c78c6bd5b63221b334391b0788a579d2dd20b389c6a34024ad7b5057631426e48befc9d5c02f35921cb31b530b38cee93817f2383dac113f2b82

diff --git a/dev-ruby/commander/commander-4.4.4.ebuild 
b/dev-ruby/commander/commander-4.4.4.ebuild
new file mode 100644
index 000..403705bb3b2
--- /dev/null
+++ b/dev-ruby/commander/commander-4.4.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The complete solution for Ruby command-line executables"
+HOMEPAGE="https://visionmedia.github.com/commander/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/highline-1.7.2 =dev-ruby/highline-1.7*"
+
+all_ruby_prepare() {
+   sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
+}



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

2018-01-18 Thread Benda XU
commit: a0915c09221b91db95ab1af78ee5360043de88d1
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Jan 19 03:51:53 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jan 19 03:51:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0915c09

www-apps/novnc: fix minor typo.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-apps/novnc/novnc-0.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild 
b/www-apps/novnc/novnc-0.6.2-r1.ebuild
index fb8b22ba491..4c195c185f3 100644
--- a/www-apps/novnc/novnc-0.6.2-r1.ebuild
+++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild
@@ -36,7 +36,7 @@ python_compile() {
 src_install() {
exeinto /usr/share/novnc/utils
for f in utils/*; do
-   [[ ! f = utils/README.md ]] && doexe $f
+   [[ ! $f = utils/README.md ]] && doexe $f
done
 
dodoc README.md LICENSE.txt



[gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/

2018-01-18 Thread Philip Miess
commit: 423f1782142c3ab4913b1768046b16cd994c1750
Author: Philip Miess  yahoo  com>
AuthorDate: Fri Jan 19 03:34:55 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Fri Jan 19 03:34:55 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=423f1782

update file

 sys-apps/0install/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/0install/Manifest b/sys-apps/0install/Manifest
index 53b3833..18d31ac 100644
--- a/sys-apps/0install/Manifest
+++ b/sys-apps/0install/Manifest
@@ -1,7 +1,7 @@
 AUX 0distutils-r2 3524 SHA256 
b63dad04c5bbdd9d6c9429b43f4f50e27665501c677dcb29e22be7e05da6b4e1 SHA512 
4aa043280fe6f8a1d9cee1a7e2bb43469ee3909501b02ddc4bcf35e7ad76e50df50779a6538c19b06c2f3e4accacc6765dc5db5221d595b44ea704aa4c7b9f10
 WHIRLPOOL 
463f4af012d2d5b8e6c769b47b6643b00653b57b0957b30707f04478662ba93d11af404ab34089c4cba71349663b6d3d9b2b0b448682f79148e280df61b19c24
 AUX global.cfg 74 SHA256 
00e469a631692d515af084f43e9d854ae0ae4fa7a312b61a3050d4fb5caf6f47 SHA512 
d6155d0591b7600d250404f05a2f8c9d8507efbad38ade480adb417042ac953dce06e0e4109a9f46c69e95a182f2b90556a4e776302488e6e7458d4be4bc6f01
 WHIRLPOOL 
61193297a87191f5ddd5509f0e7a949172c199ff1dc6c1a520d63a05d342a0efdfb67700b256b9485629e7e94c6dad9458a7f233bd8062908501753ee97154c3
 DIST 0install-1.16.tar.bz2 414434 SHA256 
2b18229acca185d2c9a98923de36515be3cea5f1a6038351e6ddcab1dc0f99c2 SHA512 
73518eae1c39afc18609711f118606dc6fd529195bf98eab6e166818ef37d7f022d381078724a48048c92246da082bd77df3afc4f21085d7a9d551423ef5b714
 WHIRLPOOL 
c2e13744de683cc55c2daf975e75e8e4643f5f23e6929c46005b36ec9568e0c474e1c6a5ca863b7f63aa8da6f607a55d8412ee3987da45d98af5204225ecc227
-DIST 0install-2.12.3.tar.bz2 130861 SHA256 
24cb53852f10f0736a740d4d42a0420375abfe6cffb6238bd5b7be8941fc2126 SHA512 
b6daf80fdf127cb714d40857715a9a00555e02593596c78670c2d83829fca1be987ee419f6b62b2805b8c197e8539928ce7e35eadf43b6bf83442202ad2cc15f
 WHIRLPOOL 
0c6eb40e8abc192f1143645733813086d0d391c777d9cf7330261a2d887bd3592e13db7fd0e198d1720064daa95be54fec157bf456c126c4178c94d3a73599f5
+DIST 0install-2.12.3.tar.bz2 445327 SHA256 
6936e8ffa33e570553788a1cf6c5c1d4b1342c778f436a443cda6f10b6136b40 SHA512 
d2d0d304675c427af289e51ed553e8eb9c2414d6087b1dcd3261947199bfa3b140348f21bf845ece7342825e524a6551589635d0aafcc9e14233e43b4a6958c4
 WHIRLPOOL 
b1905a68f738b887ed3e43557d1d477bf543dc234e4d52b1917d493dd600ccfd28af69d21f480a46b03371371b62c9fefe39f4926625550d37ba117ac41ac215
 DIST 0install-2.3.5.tar.bz2 466037 SHA256 
aa3d30675b762b24486ba92219c9b9b7fa62367b88f0ea5c97a07859f2dc513f SHA512 
38ca8d1f51cdc671e076bf873ba6731110bdb06830d6d5bc2727e1bc5f390ce183359ed3347a64bee2cf6fab00a159ba7dd8ca989101584a7ccfb3d7670c4e8f
 WHIRLPOOL 
48f59c06408238f236325c3140cb77cf608cc3b3797eb23ac93165caf766249ba13aff79255dd38b37ffee4cfc56657eefd2e2176d1b4c7658f39217559a1609
 EBUILD 0install-1.16.ebuild 1220 SHA256 
749362b1352aa0385c1c5a9c0f49347066911e460c2242ce98ef6a7a07c9bf97 SHA512 
ab294e8c9cd48a40ac1055cc29813121bd4ac30d714a65f7b82b268d92e6dde0f2f5b0ffc4a65f2aadff0b4210605c1e5ae977f7d402b2d5e94262d67eabc7a1
 WHIRLPOOL 
9dc632f4bd2789fa3ff2739850386b3222f5116971d730e4075078be1accc5825eacf4e43da067191be4e1481c5348cb3326281e64ef3c792771d053aba1d0f0
 EBUILD 0install-2.12.3.ebuild 758 SHA256 
7f2aa58663f5efb8747fe739ecd2d27a59b085dae0f9b3c2b9d4717117a96f36 SHA512 
41f2a5f0b0ec77dcfb47e9f38a0f2bee56902af91830565141b1d383426c154cb978a8584c168070f84bfd192e4518a4c6c849aba414dadd10f85a925a91859b
 WHIRLPOOL 
f5b4a7eae03b05e181b4c888078f82630382f597a5a06d6573387e2f8868d18789fc29a9f1f7e5a8001cbd4cef3f4baa5a2a0a52603ed806b8dab52ed00549df



[gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/

2018-01-18 Thread Philip Miess
commit: d05f60b9394b0856e0b57d14b8f9ea5d91a24a7c
Author: Philip Miess  yahoo  com>
AuthorDate: Fri Jan 19 03:23:32 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Fri Jan 19 03:23:32 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d05f60b9

old url works better

 sys-apps/0install/0install-2.12.3.ebuild | 2 +-
 sys-apps/0install/Manifest   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/0install/0install-2.12.3.ebuild 
b/sys-apps/0install/0install-2.12.3.ebuild
index f11a27f..90d4e3d 100644
--- a/sys-apps/0install/0install-2.12.3.ebuild
+++ b/sys-apps/0install/0install-2.12.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Zeroinstall Injector allows regular users to install software 
themselves"
 HOMEPAGE="http://0install.net/;
-SRC_URI="https://downloads.sf.net/projects/zero-install/${PN}/${PV}/${P}.tar.bz2;
+SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"

diff --git a/sys-apps/0install/Manifest b/sys-apps/0install/Manifest
index 47f64b3..53b3833 100644
--- a/sys-apps/0install/Manifest
+++ b/sys-apps/0install/Manifest
@@ -4,7 +4,7 @@ DIST 0install-1.16.tar.bz2 414434 SHA256 
2b18229acca185d2c9a98923de36515be3cea5f
 DIST 0install-2.12.3.tar.bz2 130861 SHA256 
24cb53852f10f0736a740d4d42a0420375abfe6cffb6238bd5b7be8941fc2126 SHA512 
b6daf80fdf127cb714d40857715a9a00555e02593596c78670c2d83829fca1be987ee419f6b62b2805b8c197e8539928ce7e35eadf43b6bf83442202ad2cc15f
 WHIRLPOOL 
0c6eb40e8abc192f1143645733813086d0d391c777d9cf7330261a2d887bd3592e13db7fd0e198d1720064daa95be54fec157bf456c126c4178c94d3a73599f5
 DIST 0install-2.3.5.tar.bz2 466037 SHA256 
aa3d30675b762b24486ba92219c9b9b7fa62367b88f0ea5c97a07859f2dc513f SHA512 
38ca8d1f51cdc671e076bf873ba6731110bdb06830d6d5bc2727e1bc5f390ce183359ed3347a64bee2cf6fab00a159ba7dd8ca989101584a7ccfb3d7670c4e8f
 WHIRLPOOL 
48f59c06408238f236325c3140cb77cf608cc3b3797eb23ac93165caf766249ba13aff79255dd38b37ffee4cfc56657eefd2e2176d1b4c7658f39217559a1609
 EBUILD 0install-1.16.ebuild 1220 SHA256 
749362b1352aa0385c1c5a9c0f49347066911e460c2242ce98ef6a7a07c9bf97 SHA512 
ab294e8c9cd48a40ac1055cc29813121bd4ac30d714a65f7b82b268d92e6dde0f2f5b0ffc4a65f2aadff0b4210605c1e5ae977f7d402b2d5e94262d67eabc7a1
 WHIRLPOOL 
9dc632f4bd2789fa3ff2739850386b3222f5116971d730e4075078be1accc5825eacf4e43da067191be4e1481c5348cb3326281e64ef3c792771d053aba1d0f0
-EBUILD 0install-2.12.3.ebuild 753 SHA256 
7051586ce5500bc7a869f8ed4e7acd3ab15531790acbb5c7cae50b6c6e37ae75 SHA512 
9fc7ff67f7a7bf92d6866dd0ff1b855f6d2d8977d09efd04fcfdb7fefa946c898b368b4585fdd0c84a9543d80a8717a4f967f4fe5b5b984e55586adcc2e64875
 WHIRLPOOL 
44dd275a4f5c0b6c3750e7a6e3c714dcf3cd478f0bb570e53bbd10f662dda346b10553ae17cb441195f566a44960b798dced820bc2bef5122b1d1524e28bfa84
+EBUILD 0install-2.12.3.ebuild 758 SHA256 
7f2aa58663f5efb8747fe739ecd2d27a59b085dae0f9b3c2b9d4717117a96f36 SHA512 
41f2a5f0b0ec77dcfb47e9f38a0f2bee56902af91830565141b1d383426c154cb978a8584c168070f84bfd192e4518a4c6c849aba414dadd10f85a925a91859b
 WHIRLPOOL 
f5b4a7eae03b05e181b4c888078f82630382f597a5a06d6573387e2f8868d18789fc29a9f1f7e5a8001cbd4cef3f4baa5a2a0a52603ed806b8dab52ed00549df
 EBUILD 0install-2.3.5.ebuild 1222 SHA256 
056cd0d77e22d3609bb1aed3952860ef68275c44f98c5cf8dcda5d8675597358 SHA512 
f9b5e8e99608689bb58485cd22f9ac0b7f81e51af8b8d06dc7b78fe55350df3fa3cb12d3c16090a5d45a3c18df4aea15b47a07854c36170c9941bad448e9c6f2
 WHIRLPOOL 
437c31ead2a833b8ff2b31878f4693646ccff5d0dc0f20c41bd1b64acd3541d91469f78cb29ee56ddace9687ef624ea34ead255899c2ce54bc1eeb24342c8621
 MISC ChangeLog 6072 SHA256 
7942ce211ae991e9b463e4c1c66c52fa6c8dfbddb35bbeafd83922d39a9e0942 SHA512 
c95eb2c2bf66284cc97604a8a7487dcfacd4b0d2fb529b06402cb43e58de40a66290d0741df1b59f6545b8e3de936c7629a28509db93990044adfbcd5bed68fb
 WHIRLPOOL 
f9e7b254842b30d52e44533fbed4c917547d475a66c87e0607e4bad4229691cc6585e06ef0da30fc1fc627608ce862de0c5857e1c2d7f06ea31d09f0a5c61c40
 MISC metadata.xml 285 SHA256 
2756676394c8e8f130a1aa33a726d8f55937e32bf3b34c09c2302d67a34dee7e SHA512 
a8207edb781bc25e9bdc7f074ae3164ea9037077c6f6e0284474d033d57ceb188c3e1e9a77a0bbc9c7cac538a75ba23c42993340bd6555b0a71085d43c3f905d
 WHIRLPOOL 
b13b3f33c13c1b369a345327f8194708f273d5b9ccf1515ab5c4af149fd5a1c28ad53c3171c8643e4b887433a1471201eddf088f67b44a15c90a24a013deb844



[gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/

2018-01-18 Thread Philip Miess
commit: c7330fe3173038ce3457918ea37675da98560d0c
Author: Philip Miess  yahoo  com>
AuthorDate: Fri Jan 19 01:27:42 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Fri Jan 19 01:27:42 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=c7330fe3

add 0install 2.12.3

 sys-apps/0install/0install-2.12.3.ebuild | 27 +++
 sys-apps/0install/Manifest   |  2 ++
 2 files changed, 29 insertions(+)

diff --git a/sys-apps/0install/0install-2.12.3.ebuild 
b/sys-apps/0install/0install-2.12.3.ebuild
new file mode 100644
index 000..f11a27f
--- /dev/null
+++ b/sys-apps/0install/0install-2.12.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Zeroinstall Injector allows regular users to install software 
themselves"
+HOMEPAGE="http://0install.net/;
+SRC_URI="https://downloads.sf.net/projects/zero-install/${PN}/${PV}/${P}.tar.bz2;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk +ocamlopt"
+
+DEPEND=">=dev-lang/ocaml-4.02.3[ocamlopt?]
+   dev-ml/cppo[ocamlopt?]
+   dev-ml/lwt_react[ocamlopt?]
+   dev-ml/ocamlbuild[ocamlopt?]
+   >=dev-ml/ocurl-0.7.9
+   dev-ml/ounit[ocamlopt?]
+   >=dev-ml/ocaml-sha-1.9
+   dev-ml/xmlm
+   dev-ml/yojson
+   gtk? ( dev-ml/lablgtk[ocamlopt?]
+  dev-ml/lwt_glib[ocamlopt?] )"
+   #dbus? ( obus[ocamlopt?] )"
+RDEPEND="${DEPEND}
+   app-crypt/gnupg"

diff --git a/sys-apps/0install/Manifest b/sys-apps/0install/Manifest
index 76bd44a..47f64b3 100644
--- a/sys-apps/0install/Manifest
+++ b/sys-apps/0install/Manifest
@@ -1,8 +1,10 @@
 AUX 0distutils-r2 3524 SHA256 
b63dad04c5bbdd9d6c9429b43f4f50e27665501c677dcb29e22be7e05da6b4e1 SHA512 
4aa043280fe6f8a1d9cee1a7e2bb43469ee3909501b02ddc4bcf35e7ad76e50df50779a6538c19b06c2f3e4accacc6765dc5db5221d595b44ea704aa4c7b9f10
 WHIRLPOOL 
463f4af012d2d5b8e6c769b47b6643b00653b57b0957b30707f04478662ba93d11af404ab34089c4cba71349663b6d3d9b2b0b448682f79148e280df61b19c24
 AUX global.cfg 74 SHA256 
00e469a631692d515af084f43e9d854ae0ae4fa7a312b61a3050d4fb5caf6f47 SHA512 
d6155d0591b7600d250404f05a2f8c9d8507efbad38ade480adb417042ac953dce06e0e4109a9f46c69e95a182f2b90556a4e776302488e6e7458d4be4bc6f01
 WHIRLPOOL 
61193297a87191f5ddd5509f0e7a949172c199ff1dc6c1a520d63a05d342a0efdfb67700b256b9485629e7e94c6dad9458a7f233bd8062908501753ee97154c3
 DIST 0install-1.16.tar.bz2 414434 SHA256 
2b18229acca185d2c9a98923de36515be3cea5f1a6038351e6ddcab1dc0f99c2 SHA512 
73518eae1c39afc18609711f118606dc6fd529195bf98eab6e166818ef37d7f022d381078724a48048c92246da082bd77df3afc4f21085d7a9d551423ef5b714
 WHIRLPOOL 
c2e13744de683cc55c2daf975e75e8e4643f5f23e6929c46005b36ec9568e0c474e1c6a5ca863b7f63aa8da6f607a55d8412ee3987da45d98af5204225ecc227
+DIST 0install-2.12.3.tar.bz2 130861 SHA256 
24cb53852f10f0736a740d4d42a0420375abfe6cffb6238bd5b7be8941fc2126 SHA512 
b6daf80fdf127cb714d40857715a9a00555e02593596c78670c2d83829fca1be987ee419f6b62b2805b8c197e8539928ce7e35eadf43b6bf83442202ad2cc15f
 WHIRLPOOL 
0c6eb40e8abc192f1143645733813086d0d391c777d9cf7330261a2d887bd3592e13db7fd0e198d1720064daa95be54fec157bf456c126c4178c94d3a73599f5
 DIST 0install-2.3.5.tar.bz2 466037 SHA256 
aa3d30675b762b24486ba92219c9b9b7fa62367b88f0ea5c97a07859f2dc513f SHA512 
38ca8d1f51cdc671e076bf873ba6731110bdb06830d6d5bc2727e1bc5f390ce183359ed3347a64bee2cf6fab00a159ba7dd8ca989101584a7ccfb3d7670c4e8f
 WHIRLPOOL 
48f59c06408238f236325c3140cb77cf608cc3b3797eb23ac93165caf766249ba13aff79255dd38b37ffee4cfc56657eefd2e2176d1b4c7658f39217559a1609
 EBUILD 0install-1.16.ebuild 1220 SHA256 
749362b1352aa0385c1c5a9c0f49347066911e460c2242ce98ef6a7a07c9bf97 SHA512 
ab294e8c9cd48a40ac1055cc29813121bd4ac30d714a65f7b82b268d92e6dde0f2f5b0ffc4a65f2aadff0b4210605c1e5ae977f7d402b2d5e94262d67eabc7a1
 WHIRLPOOL 
9dc632f4bd2789fa3ff2739850386b3222f5116971d730e4075078be1accc5825eacf4e43da067191be4e1481c5348cb3326281e64ef3c792771d053aba1d0f0
+EBUILD 0install-2.12.3.ebuild 753 SHA256 
7051586ce5500bc7a869f8ed4e7acd3ab15531790acbb5c7cae50b6c6e37ae75 SHA512 
9fc7ff67f7a7bf92d6866dd0ff1b855f6d2d8977d09efd04fcfdb7fefa946c898b368b4585fdd0c84a9543d80a8717a4f967f4fe5b5b984e55586adcc2e64875
 WHIRLPOOL 
44dd275a4f5c0b6c3750e7a6e3c714dcf3cd478f0bb570e53bbd10f662dda346b10553ae17cb441195f566a44960b798dced820bc2bef5122b1d1524e28bfa84
 EBUILD 0install-2.3.5.ebuild 1222 SHA256 
056cd0d77e22d3609bb1aed3952860ef68275c44f98c5cf8dcda5d8675597358 SHA512 
f9b5e8e99608689bb58485cd22f9ac0b7f81e51af8b8d06dc7b78fe55350df3fa3cb12d3c16090a5d45a3c18df4aea15b47a07854c36170c9941bad448e9c6f2
 WHIRLPOOL 
437c31ead2a833b8ff2b31878f4693646ccff5d0dc0f20c41bd1b64acd3541d91469f78cb29ee56ddace9687ef624ea34ead255899c2ce54bc1eeb24342c8621
 MISC ChangeLog 6072 SHA256 
7942ce211ae991e9b463e4c1c66c52fa6c8dfbddb35bbeafd83922d39a9e0942 SHA512 

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

2018-01-18 Thread Mike Frysinger
commit: 589b51e72bd7d916c37bb17331fc9acff820ddf1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 19 02:40:42 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 19 02:40:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589b51e7

dev-util/pkgconfig: mark 0.29.2 arm64/m68k/s390/sh stable

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

diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild 
b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
index 5d435fe1fc8..d3d9c4909cf 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
 else
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SRC_URI="https://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz;
 fi
 



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

2018-01-18 Thread Brian Evans
commit: 8c17b1113e3a9e123ab6d0c1d6e39f78aa696e6a
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jan 19 02:33:00 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jan 19 02:33:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c17b111

dev-db/mysql: Version bump for 5.6.39

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

 dev-db/mysql/Manifest|   1 +
 dev-db/mysql/mysql-5.6.39.ebuild | 192 +++
 2 files changed, 193 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 136ea15b1f3..baa33a363c9 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -3,6 +3,7 @@ DIST mysql-5.5.59.tar.gz 21050313 BLAKE2B 
2a17307caf1fe00f8be6662e85e55a1cf8a0f6
 DIST mysql-5.6.36.tar.gz 32192348 BLAKE2B 
8ccb7d85ff7255832f8f304a173d6ad436362f36f59f58b5772e0623a4c250c19f0d67a65bee4cc8f6815088559c20e3b80f07443666e85753b164b82a9c0362
 SHA512 
b3e3bcb1d1e913994f274f4c6dc72c77f1f52b132389e784c675d1720b5913788ce035f045b99ef3754d1b257db55e8300b5c7622ec79c33afafec5968801c18
 DIST mysql-5.6.37.tar.gz 32200158 BLAKE2B 
be64aca7e3a831fbdb737a6628e87dcea195bfee01228cc05858ef855a2eb41355456cf6e516fca77a5e4a96381248360a2e79e87fea5b649bd06dd3cad6976f
 SHA512 
6935cf11490fb32832468e2a69a9d81a567b1b4ab0afaa0614896e3ddbb95a74b26406284f307637e4b2b9620ef4d96a167128ce7fcb1d338b0ebbc2cef2e597
 DIST mysql-5.6.38.tar.gz 32197625 BLAKE2B 
5edd6d05e562568d2418edd81c6822b397103013e92beacc00964401c6df67f8a934f05b57c6679aa25a49ef6db2e4a06056f3f1850e0f2afe4de895c7b8f686
 SHA512 
8144aec822f053fbdfa11ae542e96d3e7da93552b60ed131f041ec4832f48c95025b322340a2e90a82c18b6ee6bfd708f209735f82e37532198245aad697b93d
+DIST mysql-5.6.39.tar.gz 32110958 BLAKE2B 
2f279c6745bc995c860bb4f2868409136e112cc8b9fb0c04fa7673bb6d5612f3ef6d3462666de736d6e7fe5439275ab49908a6609175d1cb8c096d5db5ecb59c
 SHA512 
e1e60854c82d71f9600bf611df964f441815d9d0f896134110a749b29fe340fa216d7c89f4da63d492929565f19a2502463549b8c8c038c658e0be8409a3ffb5
 DIST mysql-extras-20170302-1359Z.tar.bz2 306816 BLAKE2B 
7ac3d79f265916306ba8dd0a8ac16f5c4673baf9f910e21aedcc460b028fee674faabad470984e4830256f6218a7c61f31f6155e808d8a2dd4772a1c8bb72d3d
 SHA512 
2c096c68e0d545c98fb5520f92b9e85f6bbc910853793f60f0e67979ee927410bbecadece3400364fdc2b5682f9105664f6a2de8fa0ee1818fb266e063e82869
 DIST mysql-extras-20170719-1335Z.tar.bz2 311350 BLAKE2B 
4ee604de76d9da004c7cb9f84e7e4112c0cdab3b18a82923ad5bcb880377813f85e369697d84b37ed2fd9cd26b160d4616bfb7d1dba3bfe0b6bbc296e0edd5ea
 SHA512 
3450725b4cdcf1e330aee775c1c169510bd7f06f19b874a3e94203227d393b136165eca1e77270bfc37c534f4120aeeeb3df8fbd71704312836b79a99d81a122
 DIST mysql-extras-20171018-1948Z.tar.bz2 313540 BLAKE2B 
fb39cd40af2a013f2e8c71094a14b72f0be6c24c440e17839b447afc01b6a8a3264dec4cfa6973a1e919c96e9cbf6e2bb7d4ed6b0c32502d02dd0d3af316ee1f
 SHA512 
35ba9f3c8462ae188e47f5973e891cbd72e5d742e92fabc09678f93c83bb26337ae11d6fa8400b2a8c5125ba2a771f780e008b7448e3006446b13d3e51adcaba

diff --git a/dev-db/mysql/mysql-5.6.39.ebuild b/dev-db/mysql/mysql-5.6.39.ebuild
new file mode 100644
index 000..1b72b98b3c7
--- /dev/null
+++ b/dev-db/mysql/mysql-5.6.39.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+MY_EXTRAS_VER="20171121-1518Z"
+MY_PV="${PV//_alpha_pre/-m}"
+MY_PV="${MY_PV//_/-}"
+HAS_TOOLS_PATCH="1"
+SUBSLOT="18"
+#fails to build with ninja
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit mysql-multilib-r1
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE numa"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="numa? ( sys-process/numactl:= )"
+
+DEPEND="${COMMON_DEPEND}
+   || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+   test? ( dev-perl/JSON )"
+RDEPEND="${COMMON_DEPEND}"
+
+MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+
+PATCHES=(
+   "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
+   "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
+   "${MY_PATCH_DIR}"/20006_all_cmake_elib-mysql-5.6.35.patch
+   "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
+   "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink-5.6.37.patch
+   "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
+   "${MY_PATCH_DIR}"/20018_all_mysql-5.6.25-without-clientlibs-tools.patch
+   "${MY_PATCH_DIR}"/20027_all_mysql-5.5-perl5.26-includes.patch
+   "${MY_PATCH_DIR}"/20028_all_mysql-5.6-gcc7.patch
+)
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 

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

2018-01-18 Thread Brian Evans
commit: 6cc2f5ec99aed048bcfe488dfcbc894904058d61
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jan 19 02:08:09 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jan 19 02:08:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc2f5ec

dev-db/mysql: Version bump for 5.5.59

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

 dev-db/mysql/Manifest|   1 +
 dev-db/mysql/mysql-5.5.59.ebuild | 133 +++
 2 files changed, 134 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index f50be5af7df..136ea15b1f3 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -1,4 +1,5 @@
 DIST mysql-5.5.58.tar.gz 21045852 BLAKE2B 
220a614d5cbb420b290c37b2f721f865640b15cdb3009470b267957548c2cb6fa4a22e885953b1587b4eb2c4b9ef4c6eaf8e2fe9e19af7d73b30cf2fd62dcf3c
 SHA512 
a57613034bb7456827d2dfa3e6d1fd006c3bd3f61e6ad4e882bb36a11beca4cf3d76b6b6d2bf0ccdb115d6896a08a7a20d0781a31e22abca2562b7b9a81614b0
+DIST mysql-5.5.59.tar.gz 21050313 BLAKE2B 
2a17307caf1fe00f8be6662e85e55a1cf8a0f6d1a00e0d26970bdd04dd2f92bd7e7c5e1f7a19d311ce0b59cb5f40434d605b3c276ab60ef1e94a99c6148f6b36
 SHA512 
18abca4a607d7f7ad90e9adb989c665302ee85e264f298fdc3591c4d9cd85a2486f1b402aea1ac3672506d1433eb1f3a246da5e4abd04dc41344ed9fed5ef0ae
 DIST mysql-5.6.36.tar.gz 32192348 BLAKE2B 
8ccb7d85ff7255832f8f304a173d6ad436362f36f59f58b5772e0623a4c250c19f0d67a65bee4cc8f6815088559c20e3b80f07443666e85753b164b82a9c0362
 SHA512 
b3e3bcb1d1e913994f274f4c6dc72c77f1f52b132389e784c675d1720b5913788ce035f045b99ef3754d1b257db55e8300b5c7622ec79c33afafec5968801c18
 DIST mysql-5.6.37.tar.gz 32200158 BLAKE2B 
be64aca7e3a831fbdb737a6628e87dcea195bfee01228cc05858ef855a2eb41355456cf6e516fca77a5e4a96381248360a2e79e87fea5b649bd06dd3cad6976f
 SHA512 
6935cf11490fb32832468e2a69a9d81a567b1b4ab0afaa0614896e3ddbb95a74b26406284f307637e4b2b9620ef4d96a167128ce7fcb1d338b0ebbc2cef2e597
 DIST mysql-5.6.38.tar.gz 32197625 BLAKE2B 
5edd6d05e562568d2418edd81c6822b397103013e92beacc00964401c6df67f8a934f05b57c6679aa25a49ef6db2e4a06056f3f1850e0f2afe4de895c7b8f686
 SHA512 
8144aec822f053fbdfa11ae542e96d3e7da93552b60ed131f041ec4832f48c95025b322340a2e90a82c18b6ee6bfd708f209735f82e37532198245aad697b93d

diff --git a/dev-db/mysql/mysql-5.5.59.ebuild b/dev-db/mysql/mysql-5.5.59.ebuild
new file mode 100644
index 000..11823557e49
--- /dev/null
+++ b/dev-db/mysql/mysql-5.5.59.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_EXTRAS_VER="20171018-1948Z"
+MY_PV="${PV//_alpha_pre/-m}"
+MY_PV="${MY_PV//_/-}"
+
+# Build type
+BUILD="cmake"
+#fails to build with ninja
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit toolchain-funcs mysql-v2
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
+
+# Define the mysql-extras source
+EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE=''
+
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
+RDEPEND="${RDEPEND}"
+
+SLOT="0/18"
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 000_index.txt
+
+# Official test instructions:
+# USE='extraengine perl ssl static-libs community' \
+# FEATURES='test userpriv -usersandbox' \
+# ebuild mysql-X.X.XX.ebuild \
+# digest clean package
+src_test() {
+
+   local TESTDIR="${BUILD_DIR}/mysql-test"
+   local retstatus_unit
+   local retstatus_tests
+
+   # Bug #213475 - MySQL _will_ object strenously if your machine is named
+   # localhost. Also causes weird failures.
+   [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be 
named localhost"
+
+   if ! use "minimal" ; then
+
+   if [[ $UID -eq 0 ]]; then
+   die "Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root."
+   fi
+   has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
+
+   einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
+   addpredict /this-dir-does-not-exist/t9.MYI
+
+   # Run CTest (test-units)
+   cmake-utils_src_test
+   retstatus_unit=$?
+   [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
+
+   # Ensure that parallel runs don't die
+   export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
+   # Enable parallel 

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

2018-01-18 Thread Andrey Utkin
commit: a233a94b129804a7ad72dd182c5443a9b132581e
Author: Andrey Utkin  gentoo  org>
AuthorDate: Fri Jan 19 01:16:44 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri Jan 19 01:43:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a233a94b

app-misc/khard: drop vdirsyncer from RDEPEND

vdirsyncer is not a dependency (never called directly), just a
complementary tool to operate on same user data.

Suggested-by: Kristian  posteo.de>
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-misc/khard/khard-0.11.4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-misc/khard/khard-0.11.4.ebuild 
b/app-misc/khard/khard-0.11.4.ebuild
index 69d8bce4c09..e80f2ffbfcc 100644
--- a/app-misc/khard/khard-0.11.4.ebuild
+++ b/app-misc/khard/khard-0.11.4.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
@@ -23,7 +23,6 @@ RDEPEND="
dev-python/atomicwrites[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/vdirsyncer[${PYTHON_USEDEP}]
>dev-python/vobject-0.9.3[${PYTHON_USEDEP}]
 "
 # vobject-0.9.3 breaks khard, see



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

2018-01-18 Thread Andrey Utkin
commit: 80b432522c9c10a71f1b997a85464dc05e740337
Author: Andrey Utkin  gentoo  org>
AuthorDate: Fri Jan 19 01:07:14 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri Jan 19 01:43:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b43252

app-misc/khard: add upstream.remote-id to metadata

This helps Ebuild Upstream Scanner (euscan).

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-misc/khard/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-misc/khard/metadata.xml b/app-misc/khard/metadata.xml
index d8dfe0cd2f2..2faaf218914 100644
--- a/app-misc/khard/metadata.xml
+++ b/app-misc/khard/metadata.xml
@@ -4,5 +4,8 @@
andrey_ut...@gentoo.org
Andrey Utkin
 
+
+   scheibler/khard
+
 Console CardDAV client
 



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2018-01-18 Thread Andreas Sturmlechner
commit: a909fcfc86d9526c864e2b94cd5dfc476db04bbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 19 01:04:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 19 01:04:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a909fcfc

games-board/simsu: Drop old

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

 games-board/simsu/Manifest  |  1 -
 games-board/simsu/simsu-1.2.3-r1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index e109b2914c0..9fb8c18f8e0 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1,2 +1 @@
-DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 
565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab
 SHA512 
52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44
 DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B 
ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940
 SHA512 
64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605

diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild 
b/games-board/simsu/simsu-1.2.3-r1.ebuild
deleted file mode 100644
index b6fd926b812..000
--- a/games-board/simsu/simsu-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils qmake-utils
-
-DESCRIPTION="A basic sudoku game"
-HOMEPAGE="https://gottcode.org/simsu/;
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND=${DEPEND}
-
-src_configure() {
-   eqmake4
-}
-
-src_install() {
-   dobin ${PN}
-   insinto /usr/share/${PN}/translations
-   doins translations/*qm
-   dodoc ChangeLog
-   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
-   domenu icons/${PN}.desktop
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2018-01-18 Thread Andreas Sturmlechner
commit: ea708fdbcb21500ebc592016170a017c06d6ee15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 19 01:03:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 19 01:03:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea708fdb

games-board/simsu: 1.3.4 version bump

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

 games-board/simsu/Manifest   |  1 +
 games-board/simsu/simsu-1.3.4.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index 8deb7778ac2..e109b2914c0 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1 +1,2 @@
 DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 
565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab
 SHA512 
52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44
+DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B 
ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940
 SHA512 
64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605

diff --git a/games-board/simsu/simsu-1.3.4.ebuild 
b/games-board/simsu/simsu-1.3.4.ebuild
new file mode 100644
index 000..75b793631b4
--- /dev/null
+++ b/games-board/simsu/simsu-1.3.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="A basic sudoku game"
+HOMEPAGE="https://gottcode.org/simsu/;
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/${PN}/translations
+   doins translations/*qm
+   dodoc ChangeLog
+   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
+   domenu icons/${PN}.desktop
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/

2018-01-18 Thread Anthony G. Basile
commit: 5b357358502a79fbb1c51139e1636c2f07618886
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jan 19 00:03:52 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan 19 00:04:25 2018 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=5b357358

kernel-config: switch to gentoo-sources, bump to 4.14.14

 scripts/kernel-config | 28 ++--
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 8ae9a21..42900a3 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,7 +1,20 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.8-vanilla Kernel Configuration
+# Linux/x86 4.14.14-gentoo Kernel Configuration
 #
+
+#
+# Gentoo Linux
+#
+CONFIG_GENTOO_LINUX=y
+CONFIG_GENTOO_LINUX_UDEV=y
+CONFIG_GENTOO_LINUX_PORTAGE=y
+
+#
+# Support for init systems, system and service managers
+#
+CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
+# CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set
 CONFIG_64BIT=y
 CONFIG_X86_64=y
 CONFIG_X86=y
@@ -347,6 +360,7 @@ CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
 CONFIG_STRICT_MODULE_RWX=y
+CONFIG_ARCH_HAS_REFCOUNT=y
 # CONFIG_REFCOUNT_FULL is not set
 
 #
@@ -462,6 +476,7 @@ CONFIG_X86_FAST_FEATURE_TESTS=y
 CONFIG_X86_X2APIC=y
 CONFIG_X86_MPPARSE=y
 # CONFIG_GOLDFISH is not set
+CONFIG_RETPOLINE=y
 # CONFIG_INTEL_RDT is not set
 CONFIG_X86_EXTENDED_PLATFORM=y
 CONFIG_X86_NUMACHIP=y
@@ -1908,6 +1923,7 @@ CONFIG_DEV_COREDUMP=y
 CONFIG_SYS_HYPERVISOR=y
 # CONFIG_GENERIC_CPU_DEVICES is not set
 CONFIG_GENERIC_CPU_AUTOPROBE=y
+CONFIG_GENERIC_CPU_VULNERABILITIES=y
 CONFIG_REGMAP=y
 CONFIG_REGMAP_I2C=y
 CONFIG_REGMAP_SPI=y
@@ -8810,8 +8826,7 @@ CONFIG_DEBUG_FS=y
 # CONFIG_HEADERS_CHECK is not set
 # CONFIG_DEBUG_SECTION_MISMATCH is not set
 CONFIG_SECTION_MISMATCH_WARN_ONLY=y
-CONFIG_FRAME_POINTER=y
-# CONFIG_STACK_VALIDATION is not set
+CONFIG_STACK_VALIDATION=y
 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x01b6
@@ -9049,9 +9064,9 @@ CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 CONFIG_X86_DEBUG_FPU=y
 CONFIG_PUNIT_ATOM_DEBUG=m
-CONFIG_FRAME_POINTER_UNWINDER=y
-# CONFIG_ORC_UNWINDER is not set
-# CONFIG_GUESS_UNWINDER is not set
+CONFIG_UNWINDER_ORC=y
+# CONFIG_UNWINDER_FRAME_POINTER is not set
+# CONFIG_UNWINDER_GUESS is not set
 
 #
 # Security options
@@ -9068,6 +9083,7 @@ CONFIG_SECURITY=y
 # CONFIG_SECURITY_WRITABLE_HOOKS is not set
 CONFIG_SECURITYFS=y
 CONFIG_SECURITY_NETWORK=y
+CONFIG_PAGE_TABLE_ISOLATION=y
 CONFIG_SECURITY_INFINIBAND=y
 CONFIG_SECURITY_NETWORK_XFRM=y
 CONFIG_SECURITY_PATH=y



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: scripts/

2018-01-18 Thread Anthony G. Basile
commit: b4037100c0dfef7c19441ca27bd6833610eced5e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jan 19 00:03:52 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan 19 00:03:52 2018 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=b4037100

kernel-config: switch to gentoo-sources, bump to 4.14.14

 scripts/kernel-config | 28 ++--
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 8ae9a21..42900a3 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,7 +1,20 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.8-vanilla Kernel Configuration
+# Linux/x86 4.14.14-gentoo Kernel Configuration
 #
+
+#
+# Gentoo Linux
+#
+CONFIG_GENTOO_LINUX=y
+CONFIG_GENTOO_LINUX_UDEV=y
+CONFIG_GENTOO_LINUX_PORTAGE=y
+
+#
+# Support for init systems, system and service managers
+#
+CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
+# CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set
 CONFIG_64BIT=y
 CONFIG_X86_64=y
 CONFIG_X86=y
@@ -347,6 +360,7 @@ CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
 CONFIG_STRICT_MODULE_RWX=y
+CONFIG_ARCH_HAS_REFCOUNT=y
 # CONFIG_REFCOUNT_FULL is not set
 
 #
@@ -462,6 +476,7 @@ CONFIG_X86_FAST_FEATURE_TESTS=y
 CONFIG_X86_X2APIC=y
 CONFIG_X86_MPPARSE=y
 # CONFIG_GOLDFISH is not set
+CONFIG_RETPOLINE=y
 # CONFIG_INTEL_RDT is not set
 CONFIG_X86_EXTENDED_PLATFORM=y
 CONFIG_X86_NUMACHIP=y
@@ -1908,6 +1923,7 @@ CONFIG_DEV_COREDUMP=y
 CONFIG_SYS_HYPERVISOR=y
 # CONFIG_GENERIC_CPU_DEVICES is not set
 CONFIG_GENERIC_CPU_AUTOPROBE=y
+CONFIG_GENERIC_CPU_VULNERABILITIES=y
 CONFIG_REGMAP=y
 CONFIG_REGMAP_I2C=y
 CONFIG_REGMAP_SPI=y
@@ -8810,8 +8826,7 @@ CONFIG_DEBUG_FS=y
 # CONFIG_HEADERS_CHECK is not set
 # CONFIG_DEBUG_SECTION_MISMATCH is not set
 CONFIG_SECTION_MISMATCH_WARN_ONLY=y
-CONFIG_FRAME_POINTER=y
-# CONFIG_STACK_VALIDATION is not set
+CONFIG_STACK_VALIDATION=y
 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x01b6
@@ -9049,9 +9064,9 @@ CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 CONFIG_X86_DEBUG_FPU=y
 CONFIG_PUNIT_ATOM_DEBUG=m
-CONFIG_FRAME_POINTER_UNWINDER=y
-# CONFIG_ORC_UNWINDER is not set
-# CONFIG_GUESS_UNWINDER is not set
+CONFIG_UNWINDER_ORC=y
+# CONFIG_UNWINDER_FRAME_POINTER is not set
+# CONFIG_UNWINDER_GUESS is not set
 
 #
 # Security options
@@ -9068,6 +9083,7 @@ CONFIG_SECURITY=y
 # CONFIG_SECURITY_WRITABLE_HOOKS is not set
 CONFIG_SECURITYFS=y
 CONFIG_SECURITY_NETWORK=y
+CONFIG_PAGE_TABLE_ISOLATION=y
 CONFIG_SECURITY_INFINIBAND=y
 CONFIG_SECURITY_NETWORK_XFRM=y
 CONFIG_SECURITY_PATH=y



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

2018-01-18 Thread Mike Auty
commit: ee95681ef24fc075f799ad540a858eb4311e04f8
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Jan 18 23:04:10 2018 +
Commit: Mike Auty  gentoo  org>
CommitDate: Thu Jan 18 23:04:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee95681e

app-crypt/ophcrack: Remove deprecated qt4 USE flag

Remove qt4 USE flag, drop old versions, bump to 3.7.0 and fix whitespace
issues as mentioned in bug 644410.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/ophcrack/Manifest|  2 +-
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   | 16 +---
 .../{ophcrack-3.4.0.ebuild => ophcrack-3.7.0.ebuild}   | 18 ++
 3 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index be7e84e1a2e..ee7d083927e 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,2 +1,2 @@
-DIST ophcrack-3.4.0.tar.bz2 279806 BLAKE2B 
13bed55784aab2cfa4770c7a79077ebc8def314b925895c15c8bf7213ae5455fe392da3fcc7b2ab624cc2a892b8aae50790bde01fe8344e7ff4c4535f9afeb3b
 SHA512 
38c3b41e76be1b2990cbf6a8ddbe776df3d7821696e42939c759d554a7a52d40555f7e1c8f11e3ab7dc20b553f43d814e271d7519a3b4bb4f84b70468c123df0
 DIST ophcrack-3.6.0.tar.bz2 288830 BLAKE2B 
bc2782d08cb84df24b745fdf0e9723e058da614b73a8d25dfe77cfa2ce291eaf8abd83006a9a410f80bdd240eb81fc402d6d5ebd1c9b92b5a7f1785a203c0c7a
 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
+DIST ophcrack-3.7.0.tar.bz2 294045 BLAKE2B 
f506d29b27b4b90eadfd4d650512aea54db4228c4c63b90827a7957b544ab59dae757fc521fe62ab3be55d97e483ddde2aea9ad08c96b77d156e863a61f26312
 SHA512 
27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6

diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index 2d78a14dabf..af496d8184f 100644
--- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,11 +15,10 @@ IUSE="debug libressl qt4 +tables"
 
 CDEPEND="!libressl? ( dev-libs/openssl:0= )
 libressl? ( dev-libs/libressl:0= )
-net-libs/netwib
-qt4? ( dev-qt/qtgui:4 )"
+net-libs/netwib"
 DEPEND="app-arch/unzip
-   virtual/pkgconfig
-   ${CDEPEND}"
+virtual/pkgconfig
+${CDEPEND}"
 RDEPEND="tables? ( app-crypt/ophcrack-tables )
 ${CDEPEND}"
 
@@ -29,16 +28,11 @@ src_configure() {
 
local myconf
 
-   myconf="$(use_enable qt4 gui)"
-   myconf="${myconf} $(use_enable debug)"
+   myconf="${myconf} $(use_enable debug) --disable-gui"
 
econf ${myconf} || die "Failed to compile"
 }
 
 src_install() {
emake install DESTDIR="${D}" || die "Installation failed."
-
-   cd "${S}"
-   newicon src/gui/pixmaps/os.xpm ophcrack.xpm
-   make_desktop_entry "${PN}" OphCrack ophcrack
 }

diff --git a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
similarity index 67%
rename from app-crypt/ophcrack/ophcrack-3.4.0.ebuild
rename to app-crypt/ophcrack/ophcrack-3.7.0.ebuild
index a42ac68b77d..661cfdd2e15 100644
--- a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 inherit eutils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
@@ -15,11 +15,10 @@ IUSE="debug libressl qt4 +tables"
 
 CDEPEND="!libressl? ( dev-libs/openssl:0= )
 libressl? ( dev-libs/libressl:0= )
-net-libs/netwib
-qt4? ( dev-qt/qtgui:4 )"
+net-libs/netwib"
 DEPEND="app-arch/unzip
-   virtual/pkgconfig
-   ${CDEPEND}"
+virtual/pkgconfig
+${CDEPEND}"
 RDEPEND="tables? ( app-crypt/ophcrack-tables )
 ${CDEPEND}"
 
@@ -27,16 +26,11 @@ src_configure() {
 
local myconf
 
-   myconf="$(use_enable qt4 gui)"
-   myconf="${myconf} $(use_enable debug)"
+   myconf="${myconf} $(use_enable debug) --disable-gui"
 
econf ${myconf} || die "Failed to compile"
 }
 
 src_install() {
emake install DESTDIR="${D}" || die "Installation failed."
-
-   cd "${S}"
-   newicon src/gui/pixmaps/os.xpm ophcrack.xpm
-   make_desktop_entry "${PN}" OphCrack ophcrack
 }



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

2018-01-18 Thread Göktürk Yüksek
commit: c202031724616cfb325986a316b0ee45105d9b8e
Author: kuzetsa  gmail  com>
AuthorDate: Thu Jan 18 00:35:47 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jan 18 23:02:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2020317

sys-kernel/ck-sources: v.bump (4.9.77)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.77.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index f41db635b06..4608896c55a 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -66,6 +66,9 @@ DIST genpatches-4.9-78.extras.tar.xz 17344 BLAKE2B 
846c60bc299c4617ce28b4e6b122d
 DIST genpatches-4.9-79.base.tar.xz 1439664 BLAKE2B 
2b4b32c798e2080e0e730c408cbae7fde31a89e59ae9291ade87d797da28173ca563fbf9306b3d4b575db11bc5eef26ab8590275802f6c925141c92a377f331b
 SHA512 
359f6bb0e079d3ac905b682ebef7991e446c6fa0b6a88ef8422d950525a791c4055b529d154c16409cae484209a4d71283c93810f1afd01d2ac06fc20199067f
 DIST genpatches-4.9-79.experimental.tar.xz 106344 BLAKE2B 
e7e874e9a738f4cc1ad68c81a201e77fd8658db65788037bfbb8bb097f2f96434fc6d49b694ba607173457d3c865a212118eeb16c5188c26e31ef9c10043b20b
 SHA512 
0d0b5da7c66a0bbf997940f91c87b7d033b8a88621d3448dfe39c7c2cf6c8483d6178b1cff499463f803e53391eb53e8dd3ee3f3008b9509e3d8f3643ab400b4
 DIST genpatches-4.9-79.extras.tar.xz 17352 BLAKE2B 
c194973419a011d035ccd6c5d98a90d04c2c2242f18dc950536a7dc9f505de7416047fb0893787f17023951aea59f21062d3f5a3a0d2ad3eab5127dbfb46df9c
 SHA512 
27ff88dae9a66784d842410b0e3f02c66d748dab63fe391701624d4ca398c824819c7a9fa2dd474e62fd29bf7d8576ae4162c53b3127bccbe30a1657a2760ad2
+DIST genpatches-4.9-80.base.tar.xz 1472296 BLAKE2B 
3d5a961e2b84d71df250078e223ebe7a7c3cd05093d22219813454664d3c7bd85fb332d26c0d212144a6d50607256ce4e739f35faf935b323d533de452e46ca5
 SHA512 
9e7b5418ffbe7515573381d054accb89fd5bef83748b21ac1cd5f2352dbbeb1f55c606eec45174ed093289098420d9c1f780b182be1650f4963499cce310e3e7
+DIST genpatches-4.9-80.experimental.tar.xz 106456 BLAKE2B 
4399562800f6224722105166d24075fb53237b6eab5728b20ff368fa6080ee1d8f6845b5835adec64d5a3583bdf063e8970ff1c9f61b989de474ece88fa9d318
 SHA512 
03fca9e1bfbf504bc3b42cac4626701aefb36f1f8f0a10d5b7f428aa1244030f50ffc6e24101afc1a6c16d741eb56f44d33c6a2293910a13c97a97f7fb061650
+DIST genpatches-4.9-80.extras.tar.xz 17352 BLAKE2B 
8e3043af0e0ccddb209bcce022cd5ddb4ca681b4c0dbdd6a3fb8767b6154ba716fadc137059a845f93a20dcfdb35b3520e6fe67a6fbf5d9018ff1d72368a2358
 SHA512 
5049f111e3a5ed50f150ab9e257df362f91758424f151ef4ca86c69d6382231b4b2d31262bb331dbe99e4f7c8fe8eede134f0e6dec7e13fbdedfe504f9f73488
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-4.14-ck1.xz 84904 BLAKE2B 
6f9510643382d44ab79cbf8c4e8210ae7d30c37c78a9eaacde1296532751b5c881b8cc649266c29d73c1f663e60ca92856f6bf589fc449ff5cb781dc8b5ad8f1
 SHA512 
5e81d6a8319d030572ad5b6379bc43f2f5f98b6e4f050b1285bd6004516d1bf2e8eee8d3425a09317e15309cf030da2534417265b474aaab80e72e22c04741a2

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.77.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.77.ebuild
new file mode 100644
index 000..169ea5be471
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.77.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="80"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# solves bug #606866 (Fix build for CONFIG_FREEZER disabled.x)

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

2018-01-18 Thread Göktürk Yüksek
commit: c228886feba5f67166af36ee11dd5daf70175820
Author: kuzetsa  gmail  com>
AuthorDate: Thu Jan 18 00:31:32 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jan 18 23:02:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c228886f

sys-kernel/ck-sources: v.bump (4.14.14)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.14.ebuild | 61 +
 2 files changed, 64 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index baff9f37282..f41db635b06 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -18,6 +18,9 @@ DIST genpatches-4.14-17.extras.tar.xz 17480 BLAKE2B 
7cf764e9bf306b116a1e1a503f58
 DIST genpatches-4.14-18.base.tar.xz 411104 BLAKE2B 
47dd66b96c07d0cbed88b2f661df3929ab534af4bc509c00ef1b65b2b183b5c427b990458ebd6eaf0b1853a817525a573efdfcbb21704a54153c3aa872f25d99
 SHA512 
26d28354611fca415e61e3634452b8d05fdda726c894bcad459fec1420c639fc632e389769ec24573bf61c48635fee641c53883e9e4cba64a1e7dd5dad9ab54d
 DIST genpatches-4.14-18.experimental.tar.xz 5184 BLAKE2B 
059cedd0277ccace3fd1a4f420699ef78857ffd14667121584a996b185f62a6fb238d55dc859e134fe06fab7e914b10a4999fb64c4b264cc94a8281c45ee368f
 SHA512 
6f525de7eabcde119d898a68ebe76ddf3d51de3b8f0998279a4bd34f6b4a4794faa246ea97ae8868124a47bc12138dc18ca79952a565656b8092bf60c6ca1703
 DIST genpatches-4.14-18.extras.tar.xz 17500 BLAKE2B 
c858ab443c96384fed01154b3665b527aa3a8f42529b943cd7d6711545da5c7f5b6601382b505a83187118f3850c638d602f2c3d397ddc5c156983ee3f7894a5
 SHA512 
da1d13c7cc9e5a1346e8af4bbf9523ab704b767de799ea1a74e11170ae55fb1b4bda59d1b8da607b3de0015d2cb860729d381be29df5f2de847d9034235b9e9a
+DIST genpatches-4.14-19.base.tar.xz 452160 BLAKE2B 
17ea7d41932b27feb9d83d7f7e620ba681b7051d25d32ff8dc6fbaac3642473737c89ffe33564c0a5bf2cfa15ffea31fe1abd4748874a6db53bf2a6f3b457693
 SHA512 
7263397dbbcc508ba4242c48ad470cf34ff94e69c143cd0f0f1142a7f07dd44517620c19fcdfb6e239091c112a877c5abec5f6b4ddeb668d4054ed7204838126
+DIST genpatches-4.14-19.experimental.tar.xz 5180 BLAKE2B 
5f38d5116ca27f91d4e370d5bd78efc1dc85a715cb8329cc0d19e762b6ae395b7e261b1835d5c3c69ff10457ea69ca0fe2b993c1d5ae0c161f47ec1686af998b
 SHA512 
d60a0ed5bdb7dcd92a7e99d507d9cdd45443ac0b3e2b6cfd16d31d192120a1a8a32215041ca040ca2838978ec6ca6a8f309859a2519fd2fe305d49d1761a177b
+DIST genpatches-4.14-19.extras.tar.xz 17480 BLAKE2B 
e214124df420df163c22a8d904a7fff2f1b672e1f86bc259d8ddebfc374489789fa547e4bdaacc80eac2080106c84a56fbb0a418fbcebc5266a5d9b1b4f711ea
 SHA512 
8e06e3e692c575e08c5ab8e9f3883e7f82b436cc3d2cdcb79b0e10689acb621f58a33ca7ad582fa6f14fc8545343a7d04219a845dfbb249539d10dddbde5b8be
 DIST genpatches-4.14-4.base.tar.xz 87480 BLAKE2B 
753bc9a5145ae32f1d4562862449f798ac9c78111819c7c279327039f74142fd0ae6955d559801736b6d2a0b074cae56d53226e5745cb8c85e76b0bd42ea0673
 SHA512 
8c0d8d864dea85f6730cc8c5bb1bcefefc8ef3ee5254ba62f0d4e90c5787ea6423988f4c303e0e32aa41fc9e5d4fc01103136556daa826a57403522066c3c949
 DIST genpatches-4.14-4.experimental.tar.xz 5184 BLAKE2B 
f1d9938a476a958a5fb42b60589234df5c85211b2ebfe59316dd32036ce2a93fdd405f02976ed8eb9312841a4853bac0baec4df52cfc09278b7cdd1fe76e0718
 SHA512 
85f3055ce8ee187fc7105bf338dc18fbbf02e9cec27aedec10a6fde4db89dec70e666e63dd24497decfefb4b1f59c74789079614025304df67484d80f81d7ede
 DIST genpatches-4.14-4.extras.tar.xz 17488 BLAKE2B 
ddab5ff81dc6cfe85ce3805846d8d74ce1eb8a2c79b2156e4363fa9592d1a0edec9f9812b9f41bd9ed955ac7030188776a7da5ff4a59408a0d5cf74bf0e629d6
 SHA512 
7ab148e3db28367ac7d8e56f75e65cafc3b80fd0932018d5ebd1ba1ba1b97521c94e30055fd653803806825bbc8be65e4fff2924907f9144b5ccdb48a53b00c8

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.14.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.14.ebuild
new file mode 100644
index 000..c0833755ff2
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.14.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="19"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}"
+

[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkgapi/, kde-apps/libkgapi/files/

2018-01-18 Thread Andreas Sturmlechner
commit: f949b61b15f50aa8d58fc82001b03cc216dd3160
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 22:08:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 23:01:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f949b61b

kde-apps/libkgapi: Fix Google token page URL

Upstream commit fa572d93cfa463f61432dd92239e747f9642fbae

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/libkgapi-17.12.1-gmail-tokenpage.patch   | 40 ++
 kde-apps/libkgapi/libkgapi-17.12.1-r1.ebuild   | 36 +++
 2 files changed, 76 insertions(+)

diff --git a/kde-apps/libkgapi/files/libkgapi-17.12.1-gmail-tokenpage.patch 
b/kde-apps/libkgapi/files/libkgapi-17.12.1-gmail-tokenpage.patch
new file mode 100644
index 000..61162ddf7c0
--- /dev/null
+++ b/kde-apps/libkgapi/files/libkgapi-17.12.1-gmail-tokenpage.patch
@@ -0,0 +1,40 @@
+From fa572d93cfa463f61432dd92239e747f9642fbae Mon Sep 17 00:00:00 2001
+From: David Kahles 
+Date: Fri, 12 Jan 2018 15:23:53 +0100
+Subject: Fix token page URL
+
+Summary:
+It seems like Google changed the URL of the token page.
+Maybe we should use QString::startsWith, to be futureproof?
+
+BUG: 388483
+
+Test Plan:
+- Login in KOrganizer and KMail works again
+- All tests pass (though i think there is no oauth2 test)
+
+Reviewers: dvratil, mlaurent
+
+Reviewed By: mlaurent
+
+Differential Revision: https://phabricator.kde.org/D9843
+---
+ src/core/ui/authwidget_p.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/core/ui/authwidget_p.h b/src/core/ui/authwidget_p.h
+index 78b0e7f..29ece44 100644
+--- a/src/core/ui/authwidget_p.h
 b/src/core/ui/authwidget_p.h
+@@ -79,7 +79,7 @@ class Q_DECL_HIDDEN AuthWidgetPrivate: public QObject {
+ bool isSigninPage(const QUrl ) const { return url.path() == 
QLatin1String("/signin/oauth"); }
+ bool isUsernameFrame(const QUrl ) { return url.path() == 
QLatin1String("/signin/oauth/identifier"); }
+ bool isPasswordFrame(const QUrl ) { return url.path() == 
QLatin1String("/signin/v2/challenge/pwd"); }
+-bool isTokenPage(const QUrl ) { return url.path() == 
QLatin1String("/o/oauth2/approval/v2"); }
++bool isTokenPage(const QUrl ) { return url.path() == 
QLatin1String("/o/oauth2/approval/v2/approvalnativeapp"); }
+ 
+ void setSslIcon(const QString );
+ 
+-- 
+cgit v0.11.2
+

diff --git a/kde-apps/libkgapi/libkgapi-17.12.1-r1.ebuild 
b/kde-apps/libkgapi/libkgapi-17.12.1-r1.ebuild
new file mode 100644
index 000..d3c67b28e4f
--- /dev/null
+++ b/kde-apps/libkgapi/libkgapi-17.12.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_BLOCK_SLOT4="false"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Library for accessing Google calendar and contact resources"
+HOMEPAGE="https://cgit.kde.org/libkgapi.git;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcontacts)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+"
+DEPEND="${COMMON_DEPEND}
+   nls? ( $(add_qt_dep linguist-tools) )
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/kdepim-l10n
+"
+
+PATCHES=( "${FILESDIR}/${P}-gmail-tokenpage.patch" )



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kate/files/, kde-apps/kate/

2018-01-18 Thread Andreas Sturmlechner
commit: f5920eec8fc2b0e926a1ad12ce92625543c735ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 21:01:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 23:01:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5920eec

kde-apps/kate: Drop bogus dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kate/files/kate-17.12.1-deps.patch | 79 +
 kde-apps/kate/kate-17.12.1-r1.ebuild| 76 +++
 2 files changed, 155 insertions(+)

diff --git a/kde-apps/kate/files/kate-17.12.1-deps.patch 
b/kde-apps/kate/files/kate-17.12.1-deps.patch
new file mode 100644
index 000..05f3d53ff15
--- /dev/null
+++ b/kde-apps/kate/files/kate-17.12.1-deps.patch
@@ -0,0 +1,79 @@
+From 4a157701ad3fae7fed67a92a9d9359dd36f08341 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?K=C3=A5re=20S=C3=A4rs?= 
+Date: Tue, 12 Dec 2017 07:24:53 +0200
+Subject: Remove obsolete QScript includes from CMake files
+
+Differential Revision: https://phabricator.kde.org/D9291
+---
+ CMakeLists.txt | 2 +-
+ addons/katesql/CMakeLists.txt  | 2 +-
+ addons/project/CMakeLists.txt  | 2 +-
+ addons/search/CMakeLists.txt   | 2 +-
+ addons/snippets/CMakeLists.txt | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1fc7d3e..b746376 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -32,7 +32,7 @@ include (CheckFunctionExists)
+ include(KDEInstallDirs)
+ include(KDECMakeSettings)
+ 
+-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script 
Sql)
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Sql)
+ 
+ if(BUILD_TESTING)
+   find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
+diff --git a/addons/katesql/CMakeLists.txt b/addons/katesql/CMakeLists.txt
+index aba9a38..c4fee13 100644
+--- a/addons/katesql/CMakeLists.txt
 b/addons/katesql/CMakeLists.txt
+@@ -32,6 +32,6 @@ kcoreaddons_desktop_to_json (katesqlplugin katesql.desktop)
+ target_link_libraries(katesqlplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n KF5::Wallet
+-Qt5::Script Qt5::Sql KF5::ItemViews KF5::IconThemes)
++Qt5::Sql KF5::ItemViews KF5::IconThemes)
+ 
+ install(TARGETS katesqlplugin DESTINATION ${PLUGIN_INSTALL_DIR}/ktexteditor )
+diff --git a/addons/project/CMakeLists.txt b/addons/project/CMakeLists.txt
+index 6787197..12a0ff7 100644
+--- a/addons/project/CMakeLists.txt
 b/addons/project/CMakeLists.txt
+@@ -38,7 +38,7 @@ target_link_libraries(kateprojectplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n
+ KF5::GuiAddons
+-Qt5::Script KF5::ItemViews KF5::ItemModels KF5::IconThemes 
KF5::ThreadWeaver
++KF5::ItemViews KF5::ItemModels KF5::IconThemes KF5::ThreadWeaver
+ KF5::NewStuff # For KMoreTools
+ )
+ 
+diff --git a/addons/search/CMakeLists.txt b/addons/search/CMakeLists.txt
+index d86c326..856221f 100644
+--- a/addons/search/CMakeLists.txt
 b/addons/search/CMakeLists.txt
+@@ -19,6 +19,6 @@ kcoreaddons_desktop_to_json (katesearchplugin 
katesearch.desktop)
+ target_link_libraries(katesearchplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n KF5::IconThemes
+-Qt5::Script KF5::ItemViews)
++KF5::ItemViews)
+ 
+ install(TARGETS katesearchplugin DESTINATION 
${PLUGIN_INSTALL_DIR}/ktexteditor)
+diff --git a/addons/snippets/CMakeLists.txt b/addons/snippets/CMakeLists.txt
+index a19277e..4182866 100644
+--- a/addons/snippets/CMakeLists.txt
 b/addons/snippets/CMakeLists.txt
+@@ -29,6 +29,6 @@ kcoreaddons_desktop_to_json (katesnippetsplugin 
katesnippetsplugin.desktop)
+ target_link_libraries(katesnippetsplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n
+-KF5::NewStuff Qt5::Script KF5::ItemViews KF5::IconThemes)
++KF5::NewStuff KF5::ItemViews KF5::IconThemes)
+ 
+ install(TARGETS katesnippetsplugin DESTINATION 
${PLUGIN_INSTALL_DIR}/ktexteditor )
+-- 
+cgit v0.11.2
+

diff --git a/kde-apps/kate/kate-17.12.1-r1.ebuild 
b/kde-apps/kate/kate-17.12.1-r1.ebuild
new file mode 100644
index 000..d3e0aa0fc85
--- /dev/null
+++ b/kde-apps/kate/kate-17.12.1-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Kate is an advanced text editor"
+HOMEPAGE="https://www.kde.org/applications/utilities/kate 
https://kate-editor.org/;
+KEYWORDS="~amd64 ~x86"
+IUSE="+addons"
+
+DEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kguiaddons)
+   

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

2018-01-18 Thread Andreas Sturmlechner
commit: 411811d003a1002d5cbb6f3b8bc0ef183bbf06db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 20:30:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 23:01:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411811d0

profiles: Mask kde-misc/akonadi-ews for removal

Bug: https://bugs.gentoo.org/642926

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b75fb5a57f3..238123abf11 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 #--- END OF EXAMPLES ---
 
 # Andreas Sturmlechner  (18 Jan 2018)
+# Broken by >=kde-apps/kcalcore-17.12.0, but also merged into
+# kdepim-runtime 17.12 as an official feature. Bug #642926
+kde-misc/akonadi-ews
+
+# Andreas Sturmlechner  (18 Jan 2018)
 # Dead upstream, depends on dead Qt4/poppler-qt4.
 # Masked for removal in 30 days. Bug #641852
 dev-tex/pstplus



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkgapi/

2018-01-18 Thread Andreas Sturmlechner
commit: b7916db99a1ce20159912769ecf406a70dd92bde
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 22:08:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 23:01:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7916db9

kde-apps/libkgapi: Drop 17.12.1 (r0)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/libkgapi/libkgapi-17.12.1.ebuild | 34 ---
 1 file changed, 34 deletions(-)

diff --git a/kde-apps/libkgapi/libkgapi-17.12.1.ebuild 
b/kde-apps/libkgapi/libkgapi-17.12.1.ebuild
deleted file mode 100644
index 9f3e37a7764..000
--- a/kde-apps/libkgapi/libkgapi-17.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Library for accessing Google calendar and contact resources"
-HOMEPAGE="https://cgit.kde.org/libkgapi.git;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_kdeapps_dep kcalcore)
-   $(add_kdeapps_dep kcontacts)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwebengine 'widgets')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-"
-DEPEND="${COMMON_DEPEND}
-   nls? ( $(add_qt_dep linguist-tools) )
-"
-RDEPEND="${COMMON_DEPEND}
-   !kde-apps/kdepim-l10n
-"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kate/

2018-01-18 Thread Andreas Sturmlechner
commit: 309a923bde1cedc46f1b3a4a3158772233d81768
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 21:01:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 23:01:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a923b

kde-apps/kate: Drop 17.12.1 (r0)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kate/kate-17.12.1.ebuild | 75 ---
 1 file changed, 75 deletions(-)

diff --git a/kde-apps/kate/kate-17.12.1.ebuild 
b/kde-apps/kate/kate-17.12.1.ebuild
deleted file mode 100644
index c1929deb4d5..000
--- a/kde-apps/kate/kate-17.12.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Kate is an advanced text editor"
-HOMEPAGE="https://www.kde.org/applications/utilities/kate 
https://kate-editor.org/;
-KEYWORDS="~amd64 ~x86"
-IUSE="+addons"
-
-DEPEND="
-   $(add_frameworks_dep kactivities)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtscript)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   addons? (
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep plasma)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtsql)
-   )
-"
-RDEPEND="${DEPEND}
-   !kde-misc/ktexteditorpreviewplugin
-"
-
-src_prepare() {
-   kde5_src_prepare
-   # test hangs
-   sed -e "/session_manager_test/d" -i kate/autotests/CMakeLists.txt || die
-   # delete colliding kwrite translations
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   find po -type f -name "*po" -and -name "kwrite*" -delete || die
-   rm -rf po/*/docs/kwrite || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_addons=$(usex addons)
-   -DBUILD_kwrite=FALSE
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-misc/kolor-manager/

2018-01-18 Thread Andreas Sturmlechner
commit: 0b24281f3ad4949d9d1adc07aaa6d80faf323fa8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 22:38:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 22:38:43 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b24281f

kde-misc/kolor-manager: Set KDE_PO_DIRS

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/kolor-manager/kolor-manager-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-misc/kolor-manager/kolor-manager-.ebuild 
b/kde-misc/kolor-manager/kolor-manager-.ebuild
index 06623abec8..1fd30e5ad6 100644
--- a/kde-misc/kolor-manager/kolor-manager-.ebuild
+++ b/kde-misc/kolor-manager/kolor-manager-.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="optional"
+KDE_PO_DIRS="doc/user/po"
 inherit kde5
 
 DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"



[gentoo-commits] proj/kde:master commit in: kde-misc/kolor-manager/, kde-misc/kolor-manager/files/

2018-01-18 Thread Andreas Sturmlechner
commit: 2a92a4173950c9f5491aaf8dfdd5e4d0447de73c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 22:19:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 22:19:45 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a92a417

kde-misc/kolor-manager: Drop obsolete patch

Upstream finally came to the same conclusion.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../kolor-manager/files/kolor-manager-cmake.patch  | 75 --
 kde-misc/kolor-manager/kolor-manager-.ebuild   |  2 -
 2 files changed, 77 deletions(-)

diff --git a/kde-misc/kolor-manager/files/kolor-manager-cmake.patch 
b/kde-misc/kolor-manager/files/kolor-manager-cmake.patch
deleted file mode 100644
index cc493e527f..00
--- a/kde-misc/kolor-manager/files/kolor-manager-cmake.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-commit 9a248c1ca916a956366b6c5e4fafa603d5d1ae9d
-Author: Andreas Sturmlechner 
-Date:   Sun Jul 9 19:53:44 2017 +0200
-
-CMakeLists.txt: Minor improvements
-
-Summary:
-CMAKE_MINIMUM_REQUIRED first line
-Remove duplicate lines
-KF5DocTools optional
-subdirs -> add_subdirectory
-
-Reviewers: behrmann
-
-Differential Revision: https://phabricator.kde.org/D6588
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5b3eb2b..fd1ecf1 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,11 +1,10 @@
--#cmake file for building Kolor-Manager and related modules
-+CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)
-  
- PROJECT(kolor-manager)
- SET( PACKAGE_NAME kolor-manager )
- 
- SET( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/modules 
)
- 
--
- # project version
- SET( ${PROJECT_NAME}_MAJOR_VERSION 1)
- SET( ${PROJECT_NAME}_MINOR_VERSION 1)
-@@ -13,10 +12,9 @@ SET( ${PROJECT_NAME}_MICRO_VERSION 1)
- 
- SET( ${PROJECT_NAME}_VERSION 
${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_MICRO_VERSION}
 )
- 
--FIND_PACKAGE(Qt5Widgets)
--CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
- FIND_PACKAGE(ECM REQUIRED NO_MODULE)
- SET(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_MODULE_PATH})
-+
- INCLUDE(KDEInstallDirs)
- INCLUDE(KDECompilerSettings)
- INCLUDE(KDECMakeSettings)
-@@ -24,7 +22,9 @@ INCLUDE(FeatureSummary)
- INCLUDE(GenerateExportHeader)
- 
- FIND_PACKAGE(Qt5 REQUIRED COMPONENTS Core Widgets)
--FIND_PACKAGE(KF5 REQUIRED COMPONENTS ConfigWidgets CoreAddons I18n DocTools)
-+FIND_PACKAGE(KF5 REQUIRED COMPONENTS ConfigWidgets CoreAddons I18n)
-+
-+FIND_PACKAGE(KF5DocTools)
- 
- FIND_PACKAGE(Oyranos REQUIRED)
- FIND_PACKAGE(Synnefo REQUIRED)
-@@ -39,11 +39,13 @@ LINK_DIRECTORIES(
- 
- SET( ${CMAKE_BUILD_TYPE} Debug)
- 
--SUBDIRS( devices
-- information
-- settings
-- doc
--   )
-+ADD_SUBDIRECTORY( devices )
-+ADD_SUBDIRECTORY( information )
-+ADD_SUBDIRECTORY( settings )
-+
-+IF(KF5DocTools_FOUND)
-+ADD_SUBDIRECTORY( doc )
-+ENDIF()
- 
- 
- INSTALL( FILES settings-kolor-management.desktop  DESTINATION  
${SERVICES_INSTALL_DIR} )

diff --git a/kde-misc/kolor-manager/kolor-manager-.ebuild 
b/kde-misc/kolor-manager/kolor-manager-.ebuild
index aee2b8bb5e..06623abec8 100644
--- a/kde-misc/kolor-manager/kolor-manager-.ebuild
+++ b/kde-misc/kolor-manager/kolor-manager-.ebuild
@@ -24,5 +24,3 @@ DEPEND="
x11-libs/libXrandr
 "
 RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-cmake.patch" )



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

2018-01-18 Thread Patrice Clement
commit: 33fe3d7705a18cce68b2013e5e8ba1ee4c2f7f0f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jan 18 22:16:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jan 18 22:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fe3d77

app-misc/lxsplit: EAPI 6 bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

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



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/files/, media-video/ffmpeg/

2018-01-18 Thread James Le Cuirot
commit: 4ee1f92d3a83a75687e14feb178eb5748d9a0957
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 18 22:00:00 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 18 22:01:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee1f92d

media-video/ffmpeg: Revert chromium.patch change and add -r1 for 

My change to fix  in 31be70b4de8dc1f3627765a4a35a4b5cf90a170f
broke all versions when ffmpeg is not already installed. I have
reverted this change for earlier versions and introduced a new patch
with a different approach for .

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

 media-video/ffmpeg/ffmpeg-.ebuild  | 2 +-
 media-video/ffmpeg/files/{chromium.patch => chromium-r1.patch} | 2 +-
 media-video/ffmpeg/files/chromium.patch| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-.ebuild 
b/media-video/ffmpeg/ffmpeg-.ebuild
index f78260745ad..bae322e21e7 100644
--- a/media-video/ffmpeg/ffmpeg-.ebuild
+++ b/media-video/ffmpeg/ffmpeg-.ebuild
@@ -291,7 +291,7 @@ RESTRICT="
 S=${WORKDIR}/${P/_/-}
 
 PATCHES=(
-   "${FILESDIR}"/chromium.patch
+   "${FILESDIR}"/chromium-r1.patch
 )
 
 MULTILIB_WRAPPED_HEADERS=(

diff --git a/media-video/ffmpeg/files/chromium.patch 
b/media-video/ffmpeg/files/chromium-r1.patch
similarity index 94%
copy from media-video/ffmpeg/files/chromium.patch
copy to media-video/ffmpeg/files/chromium-r1.patch
index 307f31f4a3a..cfe06a7aec8 100644
--- a/media-video/ffmpeg/files/chromium.patch
+++ b/media-video/ffmpeg/files/chromium-r1.patch
@@ -14,7 +14,7 @@ index 000..992cf3c
 +LIBFFMPEG_LINK = $(LD) -shared -Wl,-soname,$(LIBFFMPEG) -Wl,-Bsymbolic 
-Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--gc-sections $(LDFLAGS) $(LDLIBFLAGS) 
-o $(LIBFFMPEG)
 +
 +libffmpeg-: libavcodec/$(LIBPREF)avcodec$(LIBSUF) 
libavformat/$(LIBPREF)avformat$(LIBSUF) libavutil/$(LIBPREF)avutil$(LIBSUF) 
libswresample/$(LIBPREF)swresample$(LIBSUF)
-+  $(LIBFFMPEG_LINK) -Wl,--whole-archive $^ -Wl,--no-whole-archive 
$(FF_EXTRALIBS)
++  $(LIBFFMPEG_LINK) -Wl,--whole-archive $^ -Wl,--no-whole-archive 
$(EXTRALIBS-avcodec) $(EXTRALIBS-avformat) $(EXTRALIBS-avutil) 
$(EXTRALIBS-swresample)
 +
 +libffmpeg-yes: libavcodec/$(SLIBPREF)avcodec$(SLIBSUF) 
libavformat/$(SLIBPREF)avformat$(SLIBSUF) libavutil/$(SLIBPREF)avutil$(SLIBSUF)
 +  $(LIBFFMPEG_LINK) -Wl,--no-as-needed -lavcodec -lavformat -lavutil

diff --git a/media-video/ffmpeg/files/chromium.patch 
b/media-video/ffmpeg/files/chromium.patch
index 307f31f4a3a..60a3e5d6cb9 100644
--- a/media-video/ffmpeg/files/chromium.patch
+++ b/media-video/ffmpeg/files/chromium.patch
@@ -14,7 +14,7 @@ index 000..992cf3c
 +LIBFFMPEG_LINK = $(LD) -shared -Wl,-soname,$(LIBFFMPEG) -Wl,-Bsymbolic 
-Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--gc-sections $(LDFLAGS) $(LDLIBFLAGS) 
-o $(LIBFFMPEG)
 +
 +libffmpeg-: libavcodec/$(LIBPREF)avcodec$(LIBSUF) 
libavformat/$(LIBPREF)avformat$(LIBSUF) libavutil/$(LIBPREF)avutil$(LIBSUF) 
libswresample/$(LIBPREF)swresample$(LIBSUF)
-+  $(LIBFFMPEG_LINK) -Wl,--whole-archive $^ -Wl,--no-whole-archive 
$(FF_EXTRALIBS)
++  $(LIBFFMPEG_LINK) -Wl,--whole-archive $^ -Wl,--no-whole-archive 
$(FFEXTRALIBS)
 +
 +libffmpeg-yes: libavcodec/$(SLIBPREF)avcodec$(SLIBSUF) 
libavformat/$(SLIBPREF)avformat$(SLIBSUF) libavutil/$(SLIBPREF)avutil$(SLIBSUF)
 +  $(LIBFFMPEG_LINK) -Wl,--no-as-needed -lavcodec -lavformat -lavutil



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

2018-01-18 Thread Robin H. Johnson
commit: a4af96cc8318a53adc3bcd2dc1e3e0618032545f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jan 18 21:59:56 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jan 18 22:00:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4af96cc

eclass/linux-mod.eclass: only need EAPI>0 if using IUSE default.

Signed-off-by: Robin H. Johnson  gentoo.org>

 eclass/linux-mod.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index e310835bf77..bf580cf4cfa 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -135,15 +135,15 @@
 inherit eutils linux-info multilib
 EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile 
pkg_postrm
 
-case ${EAPI:-0} in
-   0) die "EAPI=${EAPI} is not supported due to lack of IUSE defaults" ;;
-esac
-
 case ${MODULES_OPTIONAL_USE_IUSE_DEFAULT:-n} in
   [nNfF]*|[oO][fF]*|0|-) _modules_optional_use_iuse_default='' ;;
   *) _modules_optional_use_iuse_default='+' ;;
 esac
 
+[[ -n "${_modules_optional_use_iuse_default}" ]] && case ${EAPI:-0} in
+   0) die "EAPI=${EAPI} is not supported with 
MODULES_OPTIONAL_USE_IUSE_DEFAULT due to lack of IUSE defaults" ;;
+esac
+
 IUSE="kernel_linux 
${MODULES_OPTIONAL_USE:+${_modules_optional_use_iuse_default}}${MODULES_OPTIONAL_USE}"
 SLOT="0"
 RDEPEND="${MODULES_OPTIONAL_USE}${MODULES_OPTIONAL_USE:+? (} kernel_linux? ( 
virtual/modutils ) ${MODULES_OPTIONAL_USE:+)}"



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

2018-01-18 Thread Sergei Trofimovich
commit: 5d8828abe323ba2377cef2e1009681e332763d3a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 18 19:23:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 18 21:58:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8828ab

app-portage/repoman: stable 2.3.6 for hppa/sparc

Bug: https://bugs.gentoo.org/show_bug.cgi?id=644880
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa sparc"

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

diff --git a/app-portage/repoman/repoman-2.3.6.ebuild 
b/app-portage/repoman/repoman-2.3.6.ebuild
index 4c5ee560483..af99f99a4bc 100644
--- a/app-portage/repoman/repoman-2.3.6.ebuild
+++ b/app-portage/repoman/repoman-2.3.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2018-01-18 Thread Sergei Trofimovich
commit: 8274772f9705e3cf96231bcc40e65f5484668351
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 18 19:22:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 18 21:58:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274772f

dev-perl/JSON: stable 2.900.0 for hppa

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

 dev-perl/JSON/JSON-2.900.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON/JSON-2.900.0.ebuild 
b/dev-perl/JSON/JSON-2.900.0.ebuild
index 1a9bb39f322..ea2c36761df 100644
--- a/dev-perl/JSON/JSON-2.900.0.ebuild
+++ b/dev-perl/JSON/JSON-2.900.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 
 DEPEND="



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

2018-01-18 Thread Sergei Trofimovich
commit: de1613d6ec0963e01d2e86bc3c8ecce3e639f3af
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 18 19:22:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 18 21:58:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1613d6

sys-apps/portage: stable 2.3.19-r1 for hppa/sparc

Bug: https://bugs.gentoo.org/show_bug.cgi?id=644826
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa sparc"

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

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



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

2018-01-18 Thread Michał Górny
commit: b949e0c5cbf70844a4fc23db87862e64e16ab402
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:39:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:43:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b949e0c5

sys-libs/libcxxrt: Remove ~mips keywords

The keywords have no use given that they are no longer present
in sys-libs/libcxx.

 sys-libs/libcxxrt/libcxxrt-0.0_p20140322.ebuild| 2 +-
 sys-libs/libcxxrt/libcxxrt-0.0_p20150423-r1.ebuild | 2 +-
 sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild| 2 +-
 sys-libs/libcxxrt/libcxxrt-0.0_p20170515.ebuild| 2 +-
 sys-libs/libcxxrt/libcxxrt-.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20140322.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20140322.ebuild
index 6ff5b6c3500..6448b81aa37 100644
--- a/sys-libs/libcxxrt/libcxxrt-0.0_p20140322.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20140322.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 else
KEYWORDS=""
 fi

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20150423-r1.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20150423-r1.ebuild
index 3917b71ee0b..0b5466ce563 100644
--- a/sys-libs/libcxxrt/libcxxrt-0.0_p20150423-r1.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20150423-r1.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 else
KEYWORDS=""
 fi

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
index 660db29feec..da8a1e69277 100644
--- a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="amd64 ~arm64 ~mips x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
KEYWORDS="amd64 ~arm64 x86"
 fi

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20170515.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20170515.ebuild
index a68f18e8639..8492baad661 100644
--- a/sys-libs/libcxxrt/libcxxrt-0.0_p20170515.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20170515.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="amd64 ~arm64 ~mips x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
KEYWORDS="amd64 x86"
 fi

diff --git a/sys-libs/libcxxrt/libcxxrt-.ebuild 
b/sys-libs/libcxxrt/libcxxrt-.ebuild
index 1b4a9c67f1f..517004302a8 100644
--- a/sys-libs/libcxxrt/libcxxrt-.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
KEYWORDS=""
 fi



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

2018-01-18 Thread Sergei Trofimovich
commit: c2fe2f0e45ddaace5bea0341af189a5435eade64
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan 18 21:41:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 18 21:43:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fe2f0e

dev-lang/elixir: bump up to 1.6.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/elixir/Manifest|  1 +
 dev-lang/elixir/elixir-1.6.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 31bf62e2692..088e6b728a1 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -5,3 +5,4 @@ DIST elixir-1.5.0.tar.gz 1944255 BLAKE2B 
3b52acbb346fb69f8ef410bf8a5aff730a85e76
 DIST elixir-1.5.1.tar.gz 1945765 BLAKE2B 
dda65ac8a24b57982a89808482bf1cf51880a605f88621c26abff9845c382ac68d872ada93a407bcc23f74603201c713172162a02c088703e721953c352de8d6
 SHA512 
92895e5a688b5a906656c0fe974ca28a25b35c7ea9cdb3739290cf8f6ce5e4bdc61ca96309e8d87d6d73607f8f5eb22ce4385da10954582136a02f4b15b3cbc1
 DIST elixir-1.5.2.tar.gz 1947836 BLAKE2B 
4b82fa3804f9a380a970db6c4152f4118836966ed28b5042fce8f0e432503c126edf1d59e63238f4f102199b5d0c100c4197100d3d60701dc49daafb4165a5d9
 SHA512 
ca8bdd8d97d68a49f9db1cffbb2ff028363ff7679c88aad543208688909f915c55f5a69293c423747f34be6171b38e0180f3654581ab38014c4988a3972cd024
 DIST elixir-1.5.3.tar.gz 1948057 BLAKE2B 
c52347284a2f8fd36fb2b189bef2d3f770dac7ce1ba294be69acaa528a94d3f0877319c2190abd32923f45d147d8b1430473a896687d13dfa1c924d1abdd2471
 SHA512 
b60c9af00e9bf34a19314ff9cbf9fd74a92f4aea41b24259340a1835acec9bec8a60325401a32b4393979ae264fbec0fb82d4ea08929b96f1ff633e6d694bbae
+DIST elixir-1.6.0.tar.gz 2064828 BLAKE2B 
2844f8fe59708500cdb0b75e8f5850be2a2ef3740bbb7203aaaceba690426e542e080773c28ad1057739b4aef701a5916e0169f0f2e9dbee343163f6dfcc8c06
 SHA512 
5af84c134fac299dd723e94219fbb354743a1c75d6f9c21b3976300f6f2c038da1664688c5e024a0b6ef1f7e22f7f2226ea75d190aa3a8e18bd20d1f5d3b4633

diff --git a/dev-lang/elixir/elixir-1.6.0.ebuild 
b/dev-lang/elixir/elixir-1.6.0.ebuild
new file mode 100644
index 000..12344713907
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://elixir-lang.org;
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+RDEPEND="${DEPEND}"
+
+RESTRICT=test # needs debug symbols
+
+src_compile() {
+   emake Q=""
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" 
install
+   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}



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

2018-01-18 Thread Michał Górny
commit: 7d4b0a252a73ee7ff4dc4d5acdcebbf158559669
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:35:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:43:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4b0a25

sys-libs/libcxx: Remove ~mips from old versions

Remove the ~mips keyword that was present only on old versions.
The package has never any reverse dependency on ~mips, and LLVM/Clang
is currently not keyworded for ~mips.

 sys-libs/libcxx/libcxx-3.7.1.ebuild | 2 +-
 sys-libs/libcxx/libcxx-3.8.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-3.7.1.ebuild 
b/sys-libs/libcxx/libcxx-3.7.1.ebuild
index 3535d3d9404..c0caf08e81c 100644
--- a/sys-libs/libcxx/libcxx-3.7.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.7.1.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 else
KEYWORDS=""
 fi

diff --git a/sys-libs/libcxx/libcxx-3.8.1.ebuild 
b/sys-libs/libcxx/libcxx-3.8.1.ebuild
index 33c990ecd40..98135711b43 100644
--- a/sys-libs/libcxx/libcxx-3.8.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.8.1.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 else
KEYWORDS=""
 fi



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

2018-01-18 Thread Sergei Trofimovich
commit: 1cf30d20c68de73fb8547239a4a86aaabf18f8b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan 18 21:43:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 18 21:43:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf30d20

dev-lang/elixir: drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/elixir/Manifest   |  5 -
 dev-lang/elixir/elixir-1.3.0-r1.ebuild | 27 ---
 dev-lang/elixir/elixir-1.4.4.ebuild| 27 ---
 dev-lang/elixir/elixir-1.5.0.ebuild| 29 -
 dev-lang/elixir/elixir-1.5.1.ebuild| 29 -
 dev-lang/elixir/elixir-1.5.2.ebuild| 29 -
 6 files changed, 146 deletions(-)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 088e6b728a1..9395dda9626 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,8 +1,3 @@
-DIST elixir-1.3.0.tar.gz 1744231 BLAKE2B 
d0d388e997c7f1cd964887dcb8952ff3a91c7897bfb4b0eea70c5b33bbfe45150ac0010a372ca9c094a238c52789028a28e0a32677013d1a15ce3ba9e8be
 SHA512 
cde88fc780b5e90955459e9da9ba37f3cd442b7015e3432daf0551778df8d9aeeefe4d6c238144d2f0ca16b166d305f299a906155a7991b3fdeee1d337001bab
-DIST elixir-1.4.4.tar.gz 1828694 BLAKE2B 
578c49ec59bf65a20b82505a7fccdfdc7e0be111d14793f5a18ec74fce6b58a234e4259b6ba90b4b67458f086934b0777fcd99b73346933ed8d7a72da327f24d
 SHA512 
e339a27e1b31c7783077fc336703c30066d18af990c26741508caa16f15d33d71c56ca7884ed27d046b310db5e051adc428fc51535abecb06992225c6d2d274d
 DIST elixir-1.4.5.tar.gz 1829098 BLAKE2B 
bc8e2beafe53c3af507215d913558e295370ed8d3731c8b013f5d1cd2ad1d8a4fad4b3fe1a7ee3397470916f6f6687436ecbaa06c85c47f4b52aa0331b7dad23
 SHA512 
3fe659a739ded54bfc7d05a96acf3061c860e44cfd7700651d138c7e21997c5703cc62d2bd3b7a258b27064bb222dfdcdc01e4d017451f522f9658a039073611
-DIST elixir-1.5.0.tar.gz 1944255 BLAKE2B 
3b52acbb346fb69f8ef410bf8a5aff730a85e761e1d6806be1eca6daff409db765aaddc22801a2d7acc1f0857f519e39232a60ead0bd6b5ff8b2b81ea001d85f
 SHA512 
8323eacf14cae4c01566b2958642f16b80b3a83a97bc870b0fb464c5880c5d04f05fb5cdd3470d6c3cdc3890d17ca67d17face9d6ef23c3e7d608cb743e67c49
-DIST elixir-1.5.1.tar.gz 1945765 BLAKE2B 
dda65ac8a24b57982a89808482bf1cf51880a605f88621c26abff9845c382ac68d872ada93a407bcc23f74603201c713172162a02c088703e721953c352de8d6
 SHA512 
92895e5a688b5a906656c0fe974ca28a25b35c7ea9cdb3739290cf8f6ce5e4bdc61ca96309e8d87d6d73607f8f5eb22ce4385da10954582136a02f4b15b3cbc1
-DIST elixir-1.5.2.tar.gz 1947836 BLAKE2B 
4b82fa3804f9a380a970db6c4152f4118836966ed28b5042fce8f0e432503c126edf1d59e63238f4f102199b5d0c100c4197100d3d60701dc49daafb4165a5d9
 SHA512 
ca8bdd8d97d68a49f9db1cffbb2ff028363ff7679c88aad543208688909f915c55f5a69293c423747f34be6171b38e0180f3654581ab38014c4988a3972cd024
 DIST elixir-1.5.3.tar.gz 1948057 BLAKE2B 
c52347284a2f8fd36fb2b189bef2d3f770dac7ce1ba294be69acaa528a94d3f0877319c2190abd32923f45d147d8b1430473a896687d13dfa1c924d1abdd2471
 SHA512 
b60c9af00e9bf34a19314ff9cbf9fd74a92f4aea41b24259340a1835acec9bec8a60325401a32b4393979ae264fbec0fb82d4ea08929b96f1ff633e6d694bbae
 DIST elixir-1.6.0.tar.gz 2064828 BLAKE2B 
2844f8fe59708500cdb0b75e8f5850be2a2ef3740bbb7203aaaceba690426e542e080773c28ad1057739b4aef701a5916e0169f0f2e9dbee343163f6dfcc8c06
 SHA512 
5af84c134fac299dd723e94219fbb354743a1c75d6f9c21b3976300f6f2c038da1664688c5e024a0b6ef1f7e22f7f2226ea75d190aa3a8e18bd20d1f5d3b4633

diff --git a/dev-lang/elixir/elixir-1.3.0-r1.ebuild 
b/dev-lang/elixir/elixir-1.3.0-r1.ebuild
deleted file mode 100644
index 0f3a94fcf73..000
--- a/dev-lang/elixir/elixir-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org;
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND="=dev-lang/erlang-18*[ssl]"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   emake Q=""
-}
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
-   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
-}

diff --git a/dev-lang/elixir/elixir-1.4.4.ebuild 
b/dev-lang/elixir/elixir-1.4.4.ebuild
deleted file mode 100644
index e3d2d5c993e..000
--- a/dev-lang/elixir/elixir-1.4.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org;
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"

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

2018-01-18 Thread Michał Górny
commit: 66058e1ccb756b79d923dccba473c0cdc8ba96c4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:38:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:43:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66058e1c

sys-libs/libcxxabi: Remove old 3.9.0 version

 sys-libs/libcxxabi/Manifest   |  2 -
 sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild | 98 ---
 2 files changed, 100 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index db0e1730d3d..36498ba52da 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -1,8 +1,6 @@
-DIST libcxx-3.9.0.src.tar.xz 1198308 BLAKE2B 
689fed969562466bd230445a0edb886880d1034c45d5387922d1dd307898547e5605035c5aa901f3e844be3c1b2d066cf27aa0b996d7ade176ee38a9f49ac98a
 SHA512 
55d5c4adff378ee02b0b99d732bc9f326910f9e49ab8c320a588eccdd0362fe009bc9a6a4337d29faf6338420c91b10d0d7d67f66128268f01258d30502c4f4a
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c
-DIST libcxxabi-3.9.0.src.tar.xz 511324 BLAKE2B 
75c35b2b30cb04db35db93378d1cc541f194071564c5c8d4c577f076153fc34c7aae793527566cc912437e0f255fbc0520533037b5376105e8e9e4f80a71ba6b
 SHA512 
500207bfd59664bd42d920741d6b467c4b88569453742db6470af081c77be04894e097a14b8419e333b51abce484566366e35cbc3ed2607cd86dfc0ec0ddd0c5
 DIST libcxxabi-3.9.1.src.tar.xz 510964 BLAKE2B 
a6abda1b92473781ea3029169c43547f15c1aa6e0ec6f9692ae633d109e050a6ff82ce8bceb0455375991b85c99784a4f06a568b8c77a4cf2865b9b2861e9595
 SHA512 
4f5603f1476b759c86d4784728fbdd212c59b30dc56d787c1834bf68a9cd83071fa22658d24e5a58beb94c0c656b0e4457d7da6e3048715dd36bd68380fc336e
 DIST libcxxabi-4.0.1.src.tar.xz 515820 BLAKE2B 
7d9e0dee4f6cb3eaa22647d959f8bf3d86779f8c51c0738143ba3daca83881daacc0663a1d2463507c8c4b8a1b9e1d5c111b829e5af2cb5b6f86bae8f06a0d47
 SHA512 
e94315ba8a507d8481d70c33e7ab2d724d51726edb8412c70a1b5f59e3f15d5825f1502dc2db138b20e5293fb90a184050be94d5ac270fd7ce78b502efb9f86a
 DIST libcxxabi-5.0.1.src.tar.xz 521504 BLAKE2B 
e8263f458545ffb8ec27234e554427696644dcde3b46bea4fa0ee14b2b174d0c6c8dcc7905477140afaf567347e91815827aa6700c92ccfbfbea5364f591fc2a
 SHA512 
a8d448653772690a19f68c1270f9cf18f27d7225847825f29c6ea21846c1074aa61c31b81bc2ae4007067985d389071c32e69b2560282ddb85864a99e9bdd884

diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
deleted file mode 100644
index 9e89b462247..000
--- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib python-any-r1
-
-DESCRIPTION="Low level support for a standard C++ library"
-HOMEPAGE="https://libcxxabi.llvm.org/;
-# also needs libcxx sources for headers
-SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz
-   https://llvm.org/releases/${PV}/${P/abi/}.src.tar.xz;
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="elibc_musl libunwind +static-libs test"
-
-RDEPEND="
-   libunwind? (
-   || (
-   
>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
-   )
-   )"
-DEPEND="${RDEPEND}
-   >=sys-devel/llvm-3.9.0
-   test? ( >=sys-devel/clang-3.9.0
-   ~sys-libs/libcxx-${PV}[libcxxabi(-)]
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
-
-S=${WORKDIR}/${P}.src
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # backport cmake path fix for llvm-3.9+
-   eapply "${FILESDIR}/${P}-cmake-path.patch"
-   # kill stray unwind test dep in stand-alone builds
-   eapply "${FILESDIR}/${P}-test-unwind.patch"
-}
-
-src_configure() {
-   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/, sys-libs/libcxx/files/

2018-01-18 Thread Michał Górny
commit: 04b71ac54cfb0e0c3846c96fff58138db721dedb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:37:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:43:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b71ac5

sys-libs/libcxx: Remove old 3.8.1 version

LLVM 3.8.1 has been removed from the tree, so libcxx can go too.

 sys-libs/libcxx/Manifest   |   1 -
 .../libcxx/files/libcxx-3.8.1-musl-support.patch   |  15 --
 sys-libs/libcxx/libcxx-3.8.1.ebuild| 176 -
 3 files changed, 192 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index d8e670586d7..9e115253237 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -1,5 +1,4 @@
 DIST libcxx-3.7.1.src.tar.xz 995724 BLAKE2B 
aab68f1b99a2c817e7154b71c04c81bd809154d1ae1c077a2dfede37319070729d6d768223b6ba5e2a866d6c2f18972dd501ce517864378ebc26c49cacafb635
 SHA512 
08d2399a8b36aa15290733256c896c9fa43f1a1223bc5c73bbcd014fddf8880e514d2a6dcc456bcf18b537c01fb6911b092e6d9958bccd8e64e9f375ed7a1ab9
-DIST libcxx-3.8.1.src.tar.xz 1074164 BLAKE2B 
8aa07974a0301684f852408a62c173084fb913179bec951df3bae33895f8b46434eddc95b838cb936a5ef31f5b8ead25b7d0e241adc039eaea38ef95045c8ccb
 SHA512 
782ff3cdb85d02e92404e943474d0266ff601725c202f0667d60e7807f1ba3cfdebbdb062e27a52fec96be1c99339044be93a88ba7e396682f98d99c9ac175b2
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c

diff --git a/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch 
b/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch
deleted file mode 100644
index ef86254dff1..000
--- a/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/include/__config b/include/__config
-index db5a832..f463557 100644
 a/include/__config
-+++ b/include/__config
-@@ -11,6 +11,10 @@
- #ifndef _LIBCPP_CONFIG
- #define _LIBCPP_CONFIG
- 
-+// Normally this definition is handled by cmake; but since we're not using
-+// cmake, we have to hardcode it here.
-+#define _LIBCPP_HAS_MUSL_LIBC
-+
- #if defined(_MSC_VER) && !defined(__clang__)
- #define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
- #endif

diff --git a/sys-libs/libcxx/libcxx-3.8.1.ebuild 
b/sys-libs/libcxx/libcxx-3.8.1.ebuild
deleted file mode 100644
index 98135711b43..000
--- a/sys-libs/libcxx/libcxx-3.8.1.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ESVN_REPO_URI="https://llvm.org/svn/llvm-project/libcxx/trunk;
-
-[ "${PV%}" != "${PV}" ] && SCM="subversion" || SCM=""
-
-inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
-
-DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="https://libcxx.llvm.org/;
-if [ "${PV%}" = "${PV}" ] ; then
-   SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz;
-   S="${WORKDIR}/${P}.src"
-else
-   SRC_URI=""
-fi
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-else
-   KEYWORDS=""
-fi
-IUSE="elibc_glibc elibc_musl +libcxxrt libunwind +static-libs test"
-REQUIRED_USE="libunwind? ( libcxxrt )"
-
-RDEPEND="libcxxrt? ( 
>=sys-libs/libcxxrt-0.0_p20130725[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] )"
-DEPEND="${RDEPEND}
-   test? ( sys-devel/clang )
-   app-arch/xz-utils"
-
-DOCS=( CREDITS.TXT )
-
-pkg_setup() {
-   if ! use libcxxrt ; then
-   ewarn "You have disabled USE=libcxxrt. This will build ${PN} 
against"
-   ewarn "libsupc++. Please note that this is not well supported."
-   ewarn "In particular, static linking will not work."
-   fi
-   if tc-is-gcc && [[ $(gcc-version) < 4.7 ]] ; then
-   eerror "${PN} needs to be built with gcc-4.7 or later (or other"
-   eerror "conformant compilers). Please use 

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

2018-01-18 Thread Michał Górny
commit: 67cbdd4707680f2346393e0041a51f65b9c8d135
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:36:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:43:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67cbdd47

sys-libs/libcxx: Remove old 3.9.0 version

 sys-libs/libcxx/Manifest|   1 -
 sys-libs/libcxx/libcxx-3.9.0.ebuild | 216 
 2 files changed, 217 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 304aece43e9..d8e670586d7 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -1,6 +1,5 @@
 DIST libcxx-3.7.1.src.tar.xz 995724 BLAKE2B 
aab68f1b99a2c817e7154b71c04c81bd809154d1ae1c077a2dfede37319070729d6d768223b6ba5e2a866d6c2f18972dd501ce517864378ebc26c49cacafb635
 SHA512 
08d2399a8b36aa15290733256c896c9fa43f1a1223bc5c73bbcd014fddf8880e514d2a6dcc456bcf18b537c01fb6911b092e6d9958bccd8e64e9f375ed7a1ab9
 DIST libcxx-3.8.1.src.tar.xz 1074164 BLAKE2B 
8aa07974a0301684f852408a62c173084fb913179bec951df3bae33895f8b46434eddc95b838cb936a5ef31f5b8ead25b7d0e241adc039eaea38ef95045c8ccb
 SHA512 
782ff3cdb85d02e92404e943474d0266ff601725c202f0667d60e7807f1ba3cfdebbdb062e27a52fec96be1c99339044be93a88ba7e396682f98d99c9ac175b2
-DIST libcxx-3.9.0.src.tar.xz 1198308 BLAKE2B 
689fed969562466bd230445a0edb886880d1034c45d5387922d1dd307898547e5605035c5aa901f3e844be3c1b2d066cf27aa0b996d7ade176ee38a9f49ac98a
 SHA512 
55d5c4adff378ee02b0b99d732bc9f326910f9e49ab8c320a588eccdd0362fe009bc9a6a4337d29faf6338420c91b10d0d7d67f66128268f01258d30502c4f4a
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c

diff --git a/sys-libs/libcxx/libcxx-3.9.0.ebuild 
b/sys-libs/libcxx/libcxx-3.9.0.ebuild
deleted file mode 100644
index 185bbc3d7be..000
--- a/sys-libs/libcxx/libcxx-3.9.0.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Ninja provides better scalability and cleaner verbose output, and is used
-# throughout all LLVM projects.
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-EGIT_REPO_URI="https://llvm.org/git/libcxx.git
-   https://github.com/llvm-mirror/libcxx.git;
-PYTHON_COMPAT=( python2_7 )
-
-[[ ${PV} ==  ]] && SCM="git-r3" || SCM=""
-
-inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs
-
-DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="https://libcxx.llvm.org/;
-if [[ ${PV} !=  ]] ; then
-   SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz;
-   S="${WORKDIR}/${P}.src"
-else
-   SRC_URI=""
-fi
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-if [[ ${PV} !=  ]] ; then
-   KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-else
-   KEYWORDS=""
-fi
-IUSE="elibc_glibc elibc_musl libcxxabi +libcxxrt libunwind +static-libs test"
-REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) )
-   ?? ( libcxxabi libcxxrt )"
-
-RDEPEND="
-   libcxxabi? ( 
~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   libcxxrt? ( 
sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   !libcxxabi? ( !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] ) )"
-# llvm-3.9.0 needed because its cmake files installation path changed, which is
-# needed by libcxx
-# clang-3.9.0 installs necessary target symlinks unconditionally
-# which removes the need for MULTILIB_USEDEP
-DEPEND="${RDEPEND}
-   test? ( >=sys-devel/clang-3.9.0
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
-   app-arch/xz-utils
-   >=sys-devel/llvm-3.9.0"
-
-DOCS=( CREDITS.TXT )
-
-PATCHES=(
-   # Add link flag "-Wl,-z,defs" to avoid underlinking; this is needed in a
-   # out-of-tree build.
-   "${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
-
-   # Back-port of https://reviews.llvm.org/D23232, allowing building both
-   # shared and static libs in one run.
-   "${FILESDIR}/${PN}-3.9-cmake-static-lib.patch"
-)
-
-python_check_deps() {
-   

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

2018-01-18 Thread Robin H. Johnson
commit: b98ae0d93872422dab1db8d33f7a1fc06806c83a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jan 18 21:40:08 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jan 18 21:42:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98ae0d9

eclass/linux-mod.eclass: implement MODULES_OPTIONAL_USE_IUSE_DEFAULT.

Add IUSE default support for $MODULES_OPTIONAL_USE use flag variable.
Defaults to disabled, and individual packages will have it enabled
rather than tree-wide.

Bug: https://bugs.gentoo.org/635720
Signed-off-by: Robin H. Johnson  gentoo.org>

 eclass/linux-mod.eclass | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index b3ea3e40f30..e310835bf77 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -22,6 +22,12 @@
 # A string containing the USE flag to use for making this eclass optional
 # The recommended non-empty value is 'modules'
 
+# @ECLASS-VARIABLE: MODULES_OPTIONAL_USE_IUSE_DEFAULT
+# @DESCRIPTION:
+# A boolean to control the IUSE default state for the MODULES_OPTIONAL_USE USE
+# flag. Default value is unset (false). True represented by 1 or 'on', other
+# values including unset treated as false.
+
 # @ECLASS-VARIABLE: KERNEL_DIR
 # @DESCRIPTION:
 # A string containing the directory of the target kernel sources. The default 
value is
@@ -129,7 +135,16 @@
 inherit eutils linux-info multilib
 EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile 
pkg_postrm
 
-IUSE="kernel_linux ${MODULES_OPTIONAL_USE}"
+case ${EAPI:-0} in
+   0) die "EAPI=${EAPI} is not supported due to lack of IUSE defaults" ;;
+esac
+
+case ${MODULES_OPTIONAL_USE_IUSE_DEFAULT:-n} in
+  [nNfF]*|[oO][fF]*|0|-) _modules_optional_use_iuse_default='' ;;
+  *) _modules_optional_use_iuse_default='+' ;;
+esac
+
+IUSE="kernel_linux 
${MODULES_OPTIONAL_USE:+${_modules_optional_use_iuse_default}}${MODULES_OPTIONAL_USE}"
 SLOT="0"
 RDEPEND="${MODULES_OPTIONAL_USE}${MODULES_OPTIONAL_USE:+? (} kernel_linux? ( 
virtual/modutils ) ${MODULES_OPTIONAL_USE:+)}"
 DEPEND="${RDEPEND}



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

2018-01-18 Thread Mikle Kolyada
commit: 0a838beb84386cf9a59becfe255c86bd1da31a65
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:35:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a838beb

app-emulation/virtualbox-modules: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
index 2b0af6d632f..dedd001c9bf 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="pax_kernel"
 
 RDEPEND="!=app-emulation/virtualbox-"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-extpack-oracle/

2018-01-18 Thread Mikle Kolyada
commit: c1ab3021084140625023605b302ddbf66e636e94
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:37:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ab3021

app-emulation/virtualbox-extpack-oracle: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../virtualbox-extpack-oracle-5.1.32.120294.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.1.32.120294.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.1.32.120294.ebuild
index 7d7d5d2ea35..c1a50be17a2 100644
--- 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.1.32.120294.ebuild
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.1.32.120294.ebuild
@@ -25,7 +25,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpac
 
 LICENSE="PUEL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RESTRICT="mirror strip"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2018-01-18 Thread Mikle Kolyada
commit: 6607ceb244e82d1ec029f1aebeece36a17b207e5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:39:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6607ceb2

app-emulation/virtualbox-guest-additions: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../virtualbox-guest-additions/virtualbox-guest-additions-5.1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.1.32.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.1.32.ebuild
index b85dda606c3..fa09607a181 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.1.32.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.1.32.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="X"
 
 RDEPEND="X? ( x11-apps/xrandr



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/

2018-01-18 Thread Mikle Kolyada
commit: 1d124e609ed1ab06d9ca8cade6ac6965d737acec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:39:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d124e60

x11-drivers/xf86-video-virtualbox: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.32.ebuild 
b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.32.ebuild
index 932d9378fad..be6e395ae7c 100644
--- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.32.ebuild
+++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.32.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="dri"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2018-01-18 Thread Mikle Kolyada
commit: 3bdfa457dd417aafe84e4b4685a57d4aa6cb1a6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:37:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdfa457

app-emulation/virtualbox-bin: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/virtualbox-bin/virtualbox-bin-5.1.32.120294.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox-bin/virtualbox-bin-5.1.32.120294.ebuild 
b/app-emulation/virtualbox-bin/virtualbox-bin-5.1.32.120294.ebuild
index 256314a1aed..76741516527 100644
--- a/app-emulation/virtualbox-bin/virtualbox-bin-5.1.32.120294.ebuild
+++ b/app-emulation/virtualbox-bin/virtualbox-bin-5.1.32.120294.ebuild
@@ -34,7 +34,7 @@ SRC_URI="amd64? ( 
https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}_am
 
 LICENSE="GPL-2 PUEL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+additions +chm headless python vboxwebsrv rdesktop-vrdp"
 RESTRICT="mirror"
 



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

2018-01-18 Thread Mikle Kolyada
commit: 39d3ad3465591e1174688611fae93758ac6ec9b4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:36:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d3ad34

app-emulation/virtualbox-additions: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild
index a28d6005cb4..78890b53d45 100644
--- a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
 
 LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RESTRICT="mirror"
 



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

2018-01-18 Thread Mikle Kolyada
commit: d93728f841cb562119e7e656778e76aea6285791
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:36:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:40:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93728f8

app-emulation/virtualbox: amd64 stable wrt bug #644894

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/virtualbox/virtualbox-5.1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox/virtualbox-5.1.32.ebuild 
b/app-emulation/virtualbox/virtualbox-5.1.32.ebuild
index ff5a68f2953..68d1ed27e21 100644
--- a/app-emulation/virtualbox/virtualbox-5.1.32.ebuild
+++ b/app-emulation/virtualbox/virtualbox-5.1.32.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="alsa debug doc headless java libressl lvm pam pax_kernel pulseaudio 
+opengl python +qt5 +sdk +udev vboxwebsrv vnc"
 
 RDEPEND="!app-emulation/virtualbox-bin



[gentoo-commits] proj/kde:master commit in: kde-apps/kate/files/, kde-apps/kate/

2018-01-18 Thread Andreas Sturmlechner
commit: 287a7e5af4faf529d1757f4cd76f5798652435a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 21:02:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 21:02:28 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=287a7e5a

kde-apps/kate: Drop obsolete DEPEND

Upstream commit 4a157701ad3fae7fed67a92a9d9359dd36f08341
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kate/files/kate-17.12.1-deps.patch | 79 +
 kde-apps/kate/kate-17.12.49..ebuild |  2 +
 kde-apps/kate/kate-.ebuild  |  1 -
 3 files changed, 81 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kate/files/kate-17.12.1-deps.patch 
b/kde-apps/kate/files/kate-17.12.1-deps.patch
new file mode 100644
index 00..05f3d53ff1
--- /dev/null
+++ b/kde-apps/kate/files/kate-17.12.1-deps.patch
@@ -0,0 +1,79 @@
+From 4a157701ad3fae7fed67a92a9d9359dd36f08341 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?K=C3=A5re=20S=C3=A4rs?= 
+Date: Tue, 12 Dec 2017 07:24:53 +0200
+Subject: Remove obsolete QScript includes from CMake files
+
+Differential Revision: https://phabricator.kde.org/D9291
+---
+ CMakeLists.txt | 2 +-
+ addons/katesql/CMakeLists.txt  | 2 +-
+ addons/project/CMakeLists.txt  | 2 +-
+ addons/search/CMakeLists.txt   | 2 +-
+ addons/snippets/CMakeLists.txt | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1fc7d3e..b746376 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -32,7 +32,7 @@ include (CheckFunctionExists)
+ include(KDEInstallDirs)
+ include(KDECMakeSettings)
+ 
+-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script 
Sql)
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Sql)
+ 
+ if(BUILD_TESTING)
+   find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
+diff --git a/addons/katesql/CMakeLists.txt b/addons/katesql/CMakeLists.txt
+index aba9a38..c4fee13 100644
+--- a/addons/katesql/CMakeLists.txt
 b/addons/katesql/CMakeLists.txt
+@@ -32,6 +32,6 @@ kcoreaddons_desktop_to_json (katesqlplugin katesql.desktop)
+ target_link_libraries(katesqlplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n KF5::Wallet
+-Qt5::Script Qt5::Sql KF5::ItemViews KF5::IconThemes)
++Qt5::Sql KF5::ItemViews KF5::IconThemes)
+ 
+ install(TARGETS katesqlplugin DESTINATION ${PLUGIN_INSTALL_DIR}/ktexteditor )
+diff --git a/addons/project/CMakeLists.txt b/addons/project/CMakeLists.txt
+index 6787197..12a0ff7 100644
+--- a/addons/project/CMakeLists.txt
 b/addons/project/CMakeLists.txt
+@@ -38,7 +38,7 @@ target_link_libraries(kateprojectplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n
+ KF5::GuiAddons
+-Qt5::Script KF5::ItemViews KF5::ItemModels KF5::IconThemes 
KF5::ThreadWeaver
++KF5::ItemViews KF5::ItemModels KF5::IconThemes KF5::ThreadWeaver
+ KF5::NewStuff # For KMoreTools
+ )
+ 
+diff --git a/addons/search/CMakeLists.txt b/addons/search/CMakeLists.txt
+index d86c326..856221f 100644
+--- a/addons/search/CMakeLists.txt
 b/addons/search/CMakeLists.txt
+@@ -19,6 +19,6 @@ kcoreaddons_desktop_to_json (katesearchplugin 
katesearch.desktop)
+ target_link_libraries(katesearchplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n KF5::IconThemes
+-Qt5::Script KF5::ItemViews)
++KF5::ItemViews)
+ 
+ install(TARGETS katesearchplugin DESTINATION 
${PLUGIN_INSTALL_DIR}/ktexteditor)
+diff --git a/addons/snippets/CMakeLists.txt b/addons/snippets/CMakeLists.txt
+index a19277e..4182866 100644
+--- a/addons/snippets/CMakeLists.txt
 b/addons/snippets/CMakeLists.txt
+@@ -29,6 +29,6 @@ kcoreaddons_desktop_to_json (katesnippetsplugin 
katesnippetsplugin.desktop)
+ target_link_libraries(katesnippetsplugin
+ KF5::TextEditor
+ KF5::Parts KF5::I18n
+-KF5::NewStuff Qt5::Script KF5::ItemViews KF5::IconThemes)
++KF5::NewStuff KF5::ItemViews KF5::IconThemes)
+ 
+ install(TARGETS katesnippetsplugin DESTINATION 
${PLUGIN_INSTALL_DIR}/ktexteditor )
+-- 
+cgit v0.11.2
+

diff --git a/kde-apps/kate/kate-17.12.49..ebuild 
b/kde-apps/kate/kate-17.12.49..ebuild
index ae0924c282..861377cb79 100644
--- a/kde-apps/kate/kate-17.12.49..ebuild
+++ b/kde-apps/kate/kate-17.12.49..ebuild
@@ -54,6 +54,8 @@ RDEPEND="${DEPEND}
!kde-misc/ktexteditorpreviewplugin
 "
 
+PATCHES=( "${FILESDIR}/${PN}-17.12.1-deps.patch" )
+
 src_prepare() {
kde5_src_prepare
# test hangs

diff --git a/kde-apps/kate/kate-.ebuild b/kde-apps/kate/kate-.ebuild
index ae0924c282..7760f20e57 100644
--- a/kde-apps/kate/kate-.ebuild
+++ b/kde-apps/kate/kate-.ebuild
@@ -38,7 +38,6 @@ DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtscript)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
addons? (



[gentoo-commits] proj/kde:master commit in: media-video/kamoso/

2018-01-18 Thread Andreas Sturmlechner
commit: 6d4ca26583d66373a6604ac53490d275ee8bee8e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 21:24:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 18 21:24:24 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d4ca265

media-video/kamoso: Fix DEPENDs

Unmaintained qt-gstreamer was merged into the project.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/kamoso/kamoso-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-video/kamoso/kamoso-.ebuild 
b/media-video/kamoso/kamoso-.ebuild
index 852ade0a1b..9f282b5459 100644
--- a/media-video/kamoso/kamoso-.ebuild
+++ b/media-video/kamoso/kamoso-.ebuild
@@ -18,12 +18,14 @@ DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
dev-libs/glib:2
dev-libs/purpose:5
-   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   virtual/opengl
 "
 RDEPEND="${DEPEND}
$(add_frameworks_dep kirigami)



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

2018-01-18 Thread Michał Górny
commit: 2f55d3213bc28d1678de7a5f4eaaeb80b315810b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:07:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f55d321

dev-python/clang-python: Drop old (5.0.0)

 dev-python/clang-python/Manifest  |  1 -
 dev-python/clang-python/clang-python-5.0.0.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index c1961aa671c..47974bf0068 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -1,3 +1,2 @@
 DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B 
bc1bb8875e83ccecd446a48cfa41f5c98a09d6ad24ff439a983f629711b4513b9c4bee4070f8df13b6b2a52d673b0706733a4c151ce5021a0233147debff14ac
 SHA512 
936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
-DIST cfe-5.0.0.src.tar.xz 11437024 BLAKE2B 
c848d9771951be4d5fb14d5ca3a0ad788675c0833bd4f2e2069475d64e6108297bb2dbae5129b516d35b6a8c51c020afec430fcf32058970455060e50442a73f
 SHA512 
14acdd622310122b544c952ee5b932b7006d9d8424319f0e3974f2503d40a0cec4200fdd3d813a32ce0d877bcfbb9a5bd5c36f6142b4330e6c814f113ca2efe8
 DIST cfe-5.0.1.src.tar.xz 11483036 BLAKE2B 
c4eb54cd8271b62cf7a2219db0b599b68c00b6e574d1946220efbd1633e841796e6717d6eeb35e84a6db32a731a3285b59cedeb3b1a8f3c3c502b799fdd0a720
 SHA512 
6619177a2ff9934fe8b15d6aa229abb8e34d0b1a75228d9efba9393daf71d6419a7256de57b31e2f9f829f71f842118556f996e86ee076f1e0a7cd394dfd31a2

diff --git a/dev-python/clang-python/clang-python-5.0.0.ebuild 
b/dev-python/clang-python/clang-python-5.0.0.ebuild
deleted file mode 100644
index d652274a033..000
--- a/dev-python/clang-python/clang-python-5.0.0.ebuild
+++ /dev/null
@@ -1,45 +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,3_6} )
-inherit python-r1
-
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz;
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-RDEPEND="
-   >=sys-devel/clang-${PV}:*
-   !sys-devel/llvm:0[clang(-),python(-)]
-   !sys-devel/clang:0[python(-)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/cfe-${PV/_/}.src/bindings/python
-
-src_prepare() {
-   default
-
-   # move to the correct subdirectory
-   # https://reviews.llvm.org/D37378
-   mv tests/{,cindex/}test_exception_specification_kind.py || die
-}
-
-src_test() {
-   python_foreach_impl nosetests -v || die
-}
-
-src_install() {
-   python_foreach_impl python_domodule clang
-}



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

2018-01-18 Thread Michał Górny
commit: 582d3df05b44f0d52cd396e3c47bed4de7480f5a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:10:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582d3df0

sys-devel/clang-runtime: Drop old (5.0.0)

 sys-devel/clang-runtime/clang-runtime-5.0.0.ebuild | 25 --
 1 file changed, 25 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.0.ebuild 
b/sys-devel/clang-runtime/clang-runtime-5.0.0.ebuild
deleted file mode 100644
index 6b19bc98151..000
--- a/sys-devel/clang-runtime/clang-runtime-5.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-
-RDEPEND="
-   compiler-rt? (
-   ~sys-libs/compiler-rt-${PV}:${SLOT}
-   sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/

2018-01-18 Thread Michał Górny
commit: 69141d9f12989beb87d9462f0984147e48f46842
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:05:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69141d9f

dev-ml/llvm-ocaml: Drop old (5.0.0)

 dev-ml/llvm-ocaml/Manifest|   1 -
 dev-ml/llvm-ocaml/llvm-ocaml-5.0.0.ebuild | 133 --
 2 files changed, 134 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 8c347c4f8c6..9f4fafbd243 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -1,3 +1,2 @@
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.0.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.0.ebuild
deleted file mode 100644
index d602e6ea65f..000
--- a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.0.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm python-any-r1
-
-MY_P=llvm-${PV/_/}
-DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz;
-
-# Keep in sync with sys-devel/llvm
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
-
-LICENSE="UoI-NCSA"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug test ${ALL_LLVM_TARGETS[*]}"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:=
-   ~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
-   !sys-devel/llvm[ocaml(-)]"
-# configparser-3.2 breaks the build (3.3 or none at all are fine)
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   dev-ml/findlib
-   test? ( dev-ml/ounit
-   $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )
-   !!

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

2018-01-18 Thread Michał Górny
commit: 20a83e1bcdd897bc7e284e228354c0534830e25d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:09:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a83e1b

sys-libs/llvm-libunwind: Drop old (5.0.0)

 sys-libs/llvm-libunwind/Manifest   |  1 -
 .../llvm-libunwind/llvm-libunwind-5.0.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index ede9f443ed8..d4b6ec238b5 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -2,5 +2,4 @@ DIST libunwind-3.8.1.src.tar.xz 60596 BLAKE2B 
e200beab1388dc73a4ed6b1be0c4931124
 DIST libunwind-3.9.0.src.tar.xz 61764 BLAKE2B 
215aa7cabf9e5d8d3e3dfc3bad50f0aad1b4d2d6bef96ac4c14d987b6aa4afd0a1c0f186d63d84edcc822fd8495a000b2a24899e61176831e0ddfabea1d5c3c2
 SHA512 
dce384bea99ed61b363b847e20946fc9d70377389a227cc7054fbaa916e7cb5ba0b9d89f0df6ed33409dbf38beefd3654c18c1abcf0e50b5d0315ce0135a1d25
 DIST libunwind-3.9.1.src.tar.xz 61788 BLAKE2B 
bab410d714e2dc012273997bb3fb3c366f64608b712eae15f8c08a2b049b6bdba0660a1f4942906e2e9cd7b11563c8a5b3007b92b1485c32036ac84f55fe7053
 SHA512 
a80f5d0660e209f5bf709316b5df2ca63b9f0db49f5f74dfe9c9e580c654f61a15acc071a739fdb84baf5ffa9420b92498f8560331173642d80f6b74e1e2afb7
 DIST libunwind-4.0.1.src.tar.xz 63388 BLAKE2B 
f49772beabaa8519a5f8dbbaef9c2d6554468a66b89a5f012946d59f772fe864809a5c95b726bcb4c059ca551a4eb023a88f4fa618756b34fef2058e272467e6
 SHA512 
8a0552a8ab830010d81420f4b778a3b831bff85b19bcce972958fc30e1ba5a2fa26a3deba499985a43dd7a103690775f6a20e7b3edda55f4eaff3541002d6b59
-DIST libunwind-5.0.0.src.tar.xz 72236 BLAKE2B 
814fc20402e62c783c61a11b36f00b430a38d673ba810178ca35a70880c5d2455956aa6e84c3cb796e7f4fc3d6b9352fd75dac575a47d38cffd248c2b143f699
 SHA512 
20d54d5342d67425f5e36e9c690f1bb67bc2a3b7184b3ad546b689e510728d7c596f178d4f5186daf7480409ed4e455848b4ad1d9d896370fac1db69885fc793
 DIST libunwind-5.0.1.src.tar.xz 72180 BLAKE2B 
da1fbb92e9953d018a3c30290ceda9a2a18c21b5c908d9ff65979158bd06b8866eb74f078d12832e2aed7d0332c996262e3b2a1341844eb933ba3de5fb41ff98
 SHA512 
6c0f7a286c1ffa46769685ee36604cd90ed40470e1c3d3ef03c46bcc9e5f9e36e68a0a1f67b9b300823170b48c9b8d2db4625afd885f1d024905db1dffd9fc49

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.0.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.0.ebuild
deleted file mode 100644
index a85458427d1..000
--- a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.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=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-inherit cmake-multilib llvm
-
-DESCRIPTION="C++ runtime stack unwinder from LLVM"
-HOMEPAGE="https://github.com/llvm-mirror/libunwind;
-SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.src.tar.xz;
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug +static-libs"
-
-RDEPEND="!sys-libs/libunwind"
-# LLVM 4 required for llvm-config --cmakedir
-DEPEND=">=sys-devel/llvm-4"
-
-S=${WORKDIR}/libunwind-${PV/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-multilib_src_configure() {
-   local libdir=$(get_libdir)
-
-   local mycmakeargs=(
-   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-   -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug)
-   -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs)
-   )
-
-   cmake-utils_src_configure
-}
-
-multilib_src_install() {
-   cmake-utils_src_install
-
-   # install headers like sys-libs/libunwind
-   doheader "${S}"/include/*.h
-}



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

2018-01-18 Thread Michał Górny
commit: a4d33e643f3aa8cb5cf8b0555328e846e4f6f9de
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:23:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d33e64

sys-libs/libomp: List broken PDS scheduler versions

The sched_yield() call has been reintroduced in PDS 0.98i. Improve
the kernel check to explicitly list which PDS versions are affected,
and which -pf kernels are affected (sadly, no fixed version yet).
Big thanks to Holger Hoffstätte for convincing upstream to fix this
and all the research!

Bug: https://bugs.gentoo.org/638410

 sys-libs/libomp/libomp-4.0.1.ebuild| 5 -
 sys-libs/libomp/libomp-5.0.1.ebuild| 5 -
 sys-libs/libomp/libomp-6.0..ebuild | 5 -
 sys-libs/libomp/libomp-.ebuild | 5 -
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libomp/libomp-4.0.1.ebuild 
b/sys-libs/libomp/libomp-4.0.1.ebuild
index 299e49921e1..920d364c8a8 100644
--- a/sys-libs/libomp/libomp-4.0.1.ebuild
+++ b/sys-libs/libomp/libomp-4.0.1.ebuild
@@ -43,7 +43,10 @@ S=${WORKDIR}/openmp-${PV/_/}.src
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
 CONFIG_CHECK="~!SCHED_PDS"
-ERROR_SCHED_PDS="PDS scheduler is not supported as it does not implement 
sched_yield()"
+ERROR_SCHED_PDS="PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels
+>= 4.13-pf11, no fixed release yet) do not implement sched_yield() call which
+may result in horrible performance problems with libomp. If you are using one
+of the specified kernel versions, you may want to disable the PDS scheduler."
 
 python_check_deps() {
has_version "dev-python/lit[${PYTHON_USEDEP}]"

diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild 
b/sys-libs/libomp/libomp-5.0.1.ebuild
index e53670dab6d..9075688c9e4 100644
--- a/sys-libs/libomp/libomp-5.0.1.ebuild
+++ b/sys-libs/libomp/libomp-5.0.1.ebuild
@@ -43,7 +43,10 @@ S=${WORKDIR}/openmp-${PV/_/}.src
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
 CONFIG_CHECK="~!SCHED_PDS"
-ERROR_SCHED_PDS="PDS scheduler is not supported as it does not implement 
sched_yield()"
+ERROR_SCHED_PDS="PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels
+>= 4.13-pf11, no fixed release yet) do not implement sched_yield() call which
+may result in horrible performance problems with libomp. If you are using one
+of the specified kernel versions, you may want to disable the PDS scheduler."
 
 python_check_deps() {
has_version "dev-python/lit[${PYTHON_USEDEP}]"

diff --git a/sys-libs/libomp/libomp-6.0..ebuild 
b/sys-libs/libomp/libomp-6.0..ebuild
index 461064323a1..5e156aca296 100644
--- a/sys-libs/libomp/libomp-6.0..ebuild
+++ b/sys-libs/libomp/libomp-6.0..ebuild
@@ -44,7 +44,10 @@ DEPEND="${RDEPEND}
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
 CONFIG_CHECK="~!SCHED_PDS"
-ERROR_SCHED_PDS="PDS scheduler is not supported as it does not implement 
sched_yield()"
+ERROR_SCHED_PDS="PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels
+>= 4.13-pf11, no fixed release yet) do not implement sched_yield() call which
+may result in horrible performance problems with libomp. If you are using one
+of the specified kernel versions, you may want to disable the PDS scheduler."
 
 python_check_deps() {
has_version "dev-python/lit[${PYTHON_USEDEP}]"

diff --git a/sys-libs/libomp/libomp-.ebuild 
b/sys-libs/libomp/libomp-.ebuild
index 630a7bf4f05..ad6d62ae744 100644
--- a/sys-libs/libomp/libomp-.ebuild
+++ b/sys-libs/libomp/libomp-.ebuild
@@ -43,7 +43,10 @@ DEPEND="${RDEPEND}
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
 CONFIG_CHECK="~!SCHED_PDS"
-ERROR_SCHED_PDS="PDS scheduler is not supported as it does not implement 
sched_yield()"
+ERROR_SCHED_PDS="PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels
+>= 4.13-pf11, no fixed release yet) do not implement sched_yield() call which
+may result in horrible performance problems with libomp. If you are using one
+of the specified kernel versions, you may want to disable the PDS scheduler."
 
 python_check_deps() {
has_version "dev-python/lit[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/files/5.0.0/extra/, sys-devel/clang/files/5.0.0/, ...

2018-01-18 Thread Michał Górny
commit: 37ea78ed917abf778722fa4e96b2944185404f2c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:07:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ea78ed

sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1

 sys-devel/clang/clang-4.0.1.ebuild| 4 ++--
 sys-devel/clang/clang-5.0.1.ebuild| 4 ++--
 .../0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch   | 0
 .../clang/files/{5.0.0 => 5.0.1}/darwin_prefix-include-paths.patch| 0
 .../0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch   | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/clang/clang-4.0.1.ebuild 
b/sys-devel/clang/clang-4.0.1.ebuild
index 4481c317491..7acf3a8d9f5 100644
--- a/sys-devel/clang/clang-4.0.1.ebuild
+++ b/sys-devel/clang/clang-4.0.1.ebuild
@@ -89,7 +89,7 @@ src_unpack() {
 
 src_prepare() {
# fix finding compiler-rt libs
-   eapply 
"${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
+   eapply 
"${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
 
# fix stand-alone doc build
eapply 
"${FILESDIR}"/4.0.1/0007-cmake-Support-stand-alone-Sphinx-doxygen-doc-build.patch
@@ -101,7 +101,7 @@ src_prepare() {
cd tools/extra || die
# fix stand-alone test build for extra tools
eapply 
"${FILESDIR}"/4.0.1/extra/0001-test-Fix-test-dependencies-when-using-installed-tool.patch
-   eapply 
"${FILESDIR}"/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
+   eapply 
"${FILESDIR}"/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
cd - >/dev/null || die
 
# User patches

diff --git a/sys-devel/clang/clang-5.0.1.ebuild 
b/sys-devel/clang/clang-5.0.1.ebuild
index 1e090f2564f..c3f455ad897 100644
--- a/sys-devel/clang/clang-5.0.1.ebuild
+++ b/sys-devel/clang/clang-5.0.1.ebuild
@@ -67,9 +67,9 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
 
 PATCHES=(
# fix finding compiler-rt libs
-   
"${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
+   
"${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
# add Prefix include paths for Darwin
-   "${FILESDIR}"/5.0.0/darwin_prefix-include-paths.patch
+   "${FILESDIR}"/5.0.1/darwin_prefix-include-paths.patch
 )
 
 # Multilib notes:

diff --git 
a/sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
 
b/sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
similarity index 100%
rename from 
sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
rename to 
sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch

diff --git a/sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch 
b/sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch
similarity index 100%
rename from sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch
rename to sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch

diff --git 
a/sys-devel/clang/files/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
 
b/sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
similarity index 100%
rename from 
sys-devel/clang/files/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
rename to 
sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch



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

2018-01-18 Thread Michał Górny
commit: f9506d2ec734feb062428cf35ca9357615371df6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:06:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9506d2e

sys-devel/clang: Drop old (5.0.0)

 sys-devel/clang/Manifest   |   4 -
 sys-devel/clang/clang-5.0.0.ebuild | 294 -
 2 files changed, 298 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index a9fd29128d8..8bb6d69e0ca 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,12 +1,8 @@
 DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B 
bc1bb8875e83ccecd446a48cfa41f5c98a09d6ad24ff439a983f629711b4513b9c4bee4070f8df13b6b2a52d673b0706733a4c151ce5021a0233147debff14ac
 SHA512 
936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
-DIST cfe-5.0.0.src.tar.xz 11437024 BLAKE2B 
c848d9771951be4d5fb14d5ca3a0ad788675c0833bd4f2e2069475d64e6108297bb2dbae5129b516d35b6a8c51c020afec430fcf32058970455060e50442a73f
 SHA512 
14acdd622310122b544c952ee5b932b7006d9d8424319f0e3974f2503d40a0cec4200fdd3d813a32ce0d877bcfbb9a5bd5c36f6142b4330e6c814f113ca2efe8
 DIST cfe-5.0.1.src.tar.xz 11483036 BLAKE2B 
c4eb54cd8271b62cf7a2219db0b599b68c00b6e574d1946220efbd1633e841796e6717d6eeb35e84a6db32a731a3285b59cedeb3b1a8f3c3c502b799fdd0a720
 SHA512 
6619177a2ff9934fe8b15d6aa229abb8e34d0b1a75228d9efba9393daf71d6419a7256de57b31e2f9f829f71f842118556f996e86ee076f1e0a7cd394dfd31a2
 DIST clang-tools-extra-4.0.1.src.tar.xz 581788 BLAKE2B 
52ca89eda6fe1e0fbbdc46e17f4067f03a9a9440dcdcc98811651087d0c9ab24dfe3eefb0b80a32ec41abe0766cb3e47031de61c4cff02b7d0e08c8fd03e3faa
 SHA512 
ea26d926f428e62e76cf8a073e63ffe05645f6592e05d7717d5c257908870ae9217727d3e1578227b14eda5937085872463f1a8e99970256179c68b8a92e69e0
-DIST clang-tools-extra-5.0.0.src.tar.xz 646416 BLAKE2B 
b2a69dc0d19adcbe92984024f612ddba702940b96f4066ea53040ef2fbc1c60574a56adbf75f4e3a07f7166398ed858752f439d65cbe685b0db6e10a49891a81
 SHA512 
bf51c4d851bdc25bd2162e186b3080a30ad523f68859fd3dbce6c1094465382f794917b66406088c3bb1b15bee49821bcef5ef4b1a1e18704596354f7d0639bc
 DIST clang-tools-extra-5.0.1.src.tar.xz 646328 BLAKE2B 
472eb1e73a17564790919ec392dddcd91f131c1cbf2a5f3cab09a9f7126d4d18ec6785ffcb3c3230eec6edc90acbe2bf859367c37f62ba77d7542f4c18b925f3
 SHA512 
2e6a811cccd22281f7567f5626ff0484ed1fefee4a9244a717e3ccb9516dce9e7ff315044fb10e505e91c3f1c6d2774558debb9559915d053886599bcb153d7b
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1-manpages.tar.bz2 94004 BLAKE2B 
34eb29361ad7aa881e64d1dd2992fd89ce44adafd2521284c27b6ffe7082bc7e70458204e6f34d582b704bf7c5dad93c6a6dc41fc7abc41862aab8f5ec53ed07
 SHA512 
3444cc8e06009f5dd2669b92af662a1049d9294c8ca0dcf45486e1dc1aaf10160860b7856d30ad70bbe5864b21d1539316e89f5237549f5653954e23baf64334
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-manpages-4.0.1.tar.bz2 87981 BLAKE2B 
79ffd254ee5c6e09159c954913ef820f74107d4fcea5e3ed82592dc36af8fdfbf1e850547ba8bfc20aa9a5ecdd26c50329e6a6d558ae3aa5475a930789ce3e01
 SHA512 
d5b3213567c25db58ef364d272314a79c311a80fc21d98c09a5540af45a8190a38f489228663fe9a9b63bf0f2b952c460c4196a8fc8d6f221619f6e7ed2fc415
-DIST llvm-manpages-5.0.0.tar.bz2 94240 BLAKE2B 
1657edefa2e839f401b7c30ba1c0cfde45bcb0fa9bcfc3ea6070bc0addc237be898c5a79e54b2120f98b2a9550ab286cfd0bc835751a4e8cc30005d4081fb9f9
 SHA512 
0bccfb00caa0796bed8ea4e591616e025e43d304f05589180820c17f8567fa3a1f1f76c323098ed0d0e4590765415b1c1c272a94c6e2e7544788f4088ef0ffea

diff --git a/sys-devel/clang/clang-5.0.0.ebuild 
b/sys-devel/clang/clang-5.0.0.ebuild
deleted file mode 100644
index eed257be3e9..000
--- a/sys-devel/clang/clang-5.0.0.ebuild
+++ /dev/null
@@ -1,294 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic llvm 

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

2018-01-18 Thread Michał Górny
commit: 0996b340defa8901f3c69e0e9106d17573280c44
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:10:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0996b340

sys-libs/libcxx: Drop old (5.0.0)

 sys-libs/libcxx/Manifest|   1 -
 sys-libs/libcxx/libcxx-5.0.0.ebuild | 199 
 2 files changed, 200 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 2ef3b9b6888..304aece43e9 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -3,5 +3,4 @@ DIST libcxx-3.8.1.src.tar.xz 1074164 BLAKE2B 
8aa07974a0301684f852408a62c173084fb
 DIST libcxx-3.9.0.src.tar.xz 1198308 BLAKE2B 
689fed969562466bd230445a0edb886880d1034c45d5387922d1dd307898547e5605035c5aa901f3e844be3c1b2d066cf27aa0b996d7ade176ee38a9f49ac98a
 SHA512 
55d5c4adff378ee02b0b99d732bc9f326910f9e49ab8c320a588eccdd0362fe009bc9a6a4337d29faf6338420c91b10d0d7d67f66128268f01258d30502c4f4a
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
-DIST libcxx-5.0.0.src.tar.xz 1518940 BLAKE2B 
5ffb6dd99bef7cdf800dd458b4f9ef6ade9270221a60165cbbe8480f550235f12d877818c8272a04b5077e1f1c56f8e4dfde42dccfe6c1d8875ceed6fb339d5d
 SHA512 
210749f6585d8fd39fc63a32dd85d68de4aa480c91915cbf419b9e8a3b300fa4624f03200ed963cecc8ab233777c36e8c522fa0762a2aa068bc65e6f48118328
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c

diff --git a/sys-libs/libcxx/libcxx-5.0.0.ebuild 
b/sys-libs/libcxx/libcxx-5.0.0.ebuild
deleted file mode 100644
index 43a14f9abb6..000
--- a/sys-libs/libcxx/libcxx-5.0.0.ebuild
+++ /dev/null
@@ -1,199 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Ninja provides better scalability and cleaner verbose output, and is used
-# throughout all LLVM projects.
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib llvm python-any-r1 toolchain-funcs
-
-DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="https://libcxx.llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz;
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt +libunwind +static-libs test"
-REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) )
-   ?? ( libcxxabi libcxxrt )"
-
-RDEPEND="
-   libcxxabi? ( 
~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   libcxxrt? ( 
sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   !libcxxabi? ( !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] ) )"
-# LLVM 4 required for llvm-config --cmakedir
-# clang-3.9.0 installs necessary target symlinks unconditionally
-# which removes the need for MULTILIB_USEDEP
-DEPEND="${RDEPEND}
-   test? ( >=sys-devel/clang-3.9.0
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
-   app-arch/xz-utils
-   >=sys-devel/llvm-4"
-
-S=${WORKDIR}/${P/_/}.src
-
-DOCS=( CREDITS.TXT )
-
-PATCHES=(
-   # Add link flag "-Wl,-z,defs" to avoid underlinking; this is needed in a
-   # out-of-tree build.
-   "${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
-)
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   llvm_pkg_setup
-   use test && python-any-r1_pkg_setup
-
-   if ! use libcxxabi && ! use libcxxrt && ! tc-is-gcc ; then
-   eerror "To build ${PN} against libsupc++, you have to use gcc. 
Other"
-   eerror "compilers are not supported. Please set CC=gcc and 
CXX=g++"
-   eerror "and try again."
-   die
-   fi
-   if tc-is-gcc && [[ $(gcc-version) < 4.7 ]] ; then
-   eerror "${PN} needs to be built with gcc-4.7 or later (or other"
-   eerror "conformant compilers). Please use gcc-config to switch 

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

2018-01-18 Thread Michał Górny
commit: c4ab9fa567473e79f5c95ac28c2aafb3145201e7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:09:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab9fa5

sys-libs/compiler-rt: Drop old (5.0.0)

 sys-libs/compiler-rt/Manifest |  1 -
 sys-libs/compiler-rt/compiler-rt-5.0.0.ebuild | 97 ---
 2 files changed, 98 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index a289205ce1c..7065b881249 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -1,3 +1,2 @@
 DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
-DIST compiler-rt-5.0.0.src.tar.xz 1507996 BLAKE2B 
7294b7c4fee6401baaf2a9c9bd22d3f94d57334575ae0d5c599b613990d6f139b72acee8c2c66f6c7bc17378d5258290e749f691cc6c6c5bf9f204e3a76b37a0
 SHA512 
5f3fd49736fba35232b0baa19a5f03c4ab3bf85ec16f23355eb3c516fe6d861c14272c224ca2f2092a80636df4307e49a3df1b60a3791949b3f1ba4a0c8c81fb
 DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4

diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-5.0.0.ebuild
deleted file mode 100644
index 9b135a41b32..000
--- a/sys-libs/compiler-rt/compiler-rt-5.0.0.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic llvm python-any-r1 toolchain-funcs
-
-DESCRIPTION="Compiler runtime library for clang (built-in part)"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz;
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+clang test"
-
-LLVM_SLOT=${SLOT%%.*}
-# llvm-4 needed for --cmakedir
-DEPEND="
-   >=sys-devel/llvm-4
-   clang? ( sys-devel/clang )
-   test? (
-   $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
-   =sys-devel/clang-${PV%_*}*:${LLVM_SLOT} )
-   ${PYTHON_DEPS}"
-
-S=${WORKDIR}/${P/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-pkg_pretend() {
-   if ! use clang && ! tc-is-clang; then
-   ewarn "Building using a compiler other than clang may result in 
broken atomics"
-   ewarn "library. Enable USE=clang unless you have a very good 
reason not to."
-   fi
-}
-
-pkg_setup() {
-   llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-test_compiler() {
-   $(tc-getCC) ${CFLAGS} ${LDFLAGS} "${@}" -o /dev/null -x c - \
-   <<<'int main() { return 0; }' &>/dev/null
-}
-
-src_configure() {
-   # pre-set since we need to pass it to cmake
-   BUILD_DIR=${WORKDIR}/${P}_build
-
-   local nolib_flags=( -nodefaultlibs -lc )
-   if use clang; then
-   local -x CC=${CHOST}-clang
-   local -x CXX=${CHOST}-clang++
-   # ensure we can use clang before installing compiler-rt
-   local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
-   strip-unsupported-flags
-   elif ! test_compiler; then
-   if test_compiler "${nolib_flags[@]}"; then
-   local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
-   ewarn "${CC} seems to lack runtime, trying with 
${nolib_flags[*]}"
-   fi
-   fi
-
-   local mycmakeargs=(
-   -DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
-
-   -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
-   -DCOMPILER_RT_BUILD_SANITIZERS=OFF
-   -DCOMPILER_RT_BUILD_XRAY=OFF
-   )
-
-   if use test; then
-   mycmakeargs+=(
-   -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
-
-   
-DCOMPILER_RT_TEST_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang"
-   
-DCOMPILER_RT_TEST_CXX_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang++"
-   )
-   fi
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   # respect TMPDIR!
-   local -x LIT_PRESERVES_TMP=1
-
-   cmake-utils_src_make check-builtins
-}



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

2018-01-18 Thread Michał Górny
commit: 0c72b4f9f62d766536ded5a1f8ecaa9e1f2ad4d7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:04:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c72b4f9

sys-devel/llvm-common: Drop old (5.0.0)

 sys-devel/llvm-common/Manifest |  1 -
 sys-devel/llvm-common/llvm-common-5.0.0.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 8c347c4f8c6..9f4fafbd243 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -1,3 +1,2 @@
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git a/sys-devel/llvm-common/llvm-common-5.0.0.ebuild 
b/sys-devel/llvm-common/llvm-common-5.0.0.ebuild
deleted file mode 100644
index f53d0992713..000
--- a/sys-devel/llvm-common/llvm-common-5.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz;
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="!sys-devel/llvm:0"
-
-S=${WORKDIR}/llvm-${PV/_/}.src
-
-src_configure() { :; }
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r utils/vim/*/
-   # some users may find it useful
-   newdoc utils/vim/README README.vim
-   dodoc utils/vim/vimrc
-}



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

2018-01-18 Thread Michał Górny
commit: 813b395f3db9823c79e2664afaec3d016e99c934
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:08:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813b395f

dev-util/lldb: Drop old (5.0.0)

 dev-util/lldb/Manifest  |   2 -
 dev-util/lldb/lldb-5.0.0.ebuild | 112 
 2 files changed, 114 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 3a83cc4525f..80705eecf79 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -1,6 +1,4 @@
 DIST lldb-4.0.1.src.tar.xz 19088212 BLAKE2B 
0fcc76de5777c0724a207330bc5e027065fa55628506fe8cbd4f4e7ab397fc3802ae9580a8e41e14c1b3448453c1f735725100fb69c3048a44bd9e5748ab3cfa
 SHA512 
1d94d7dfcc0614b16d0ef83436bbe814b39e34ba18394361bb9f13ad408ae9b29affa9a5d58c50c8dcd83765a39ae4d59ffabb7d8cd1358fd2fbd198b2de2ab6
-DIST lldb-5.0.0.src.tar.xz 19203772 BLAKE2B 
fee83470d32a5325861da009df76bc64ccc0fabf390afb74630b53904fc11c74d309cdd016cc27c15d0a0ccd8390fc60b9799e6317d0fcf02557b3946e5689ea
 SHA512 
bc70953c7f6b3f0bc797461fb53d9c60c5ab36c0b9aae815a3c37fc597a61c7220695ee3b60a9682486d2e4713c5f78ea85e853e13c587e356510a1c99a62ba9
 DIST lldb-5.0.1.src.tar.xz 19225084 BLAKE2B 
82a0f5d40e6278147e4e2d9c7bbf0c19e512ce92c39e4ea0d9a830bf53a343c233aa528ffc3512072017ea2ffc7e6e57d1f13f9bac84a9446e41fb29f35a9da3
 SHA512 
ebb3c3251098cfce28ccb6a5bbc50491a16b88d1adf3c71fd38efc95482d702e1bd9e7fb11c29597304d97cc0fd88241c70ec11276426aad901e5d23f05ca53a
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git a/dev-util/lldb/lldb-5.0.0.ebuild b/dev-util/lldb/lldb-5.0.0.ebuild
deleted file mode 100644
index ac6f0f6cadc..000
--- a/dev-util/lldb/lldb-5.0.0.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm python-single-r1 toolchain-funcs
-
-DESCRIPTION="The LLVM debugger"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
-   test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="libedit ncurses python test"
-
-RDEPEND="
-   libedit? ( dev-libs/libedit:0= )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0= )
-   python? ( dev-python/six[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS} )
-   ~sys-devel/clang-${PV}[xml]
-   ~sys-devel/llvm-${PV}
-   !https://github.com/swig/swig/issues/769
-DEPEND="${RDEPEND}
-   python? ( 

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

2018-01-18 Thread Michał Górny
commit: 7cf448949cc6d0f0c540ad251613aedd077f063d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:09:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf44894

sys-libs/compiler-rt-sanitizers: Drop old (5.0.0)

 sys-libs/compiler-rt-sanitizers/Manifest   |   2 -
 .../compiler-rt-sanitizers-5.0.0.ebuild| 126 -
 2 files changed, 128 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 2b8b4a3b879..cb8ead5dcaf 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -1,7 +1,5 @@
 DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
-DIST compiler-rt-5.0.0.src.tar.xz 1507996 BLAKE2B 
7294b7c4fee6401baaf2a9c9bd22d3f94d57334575ae0d5c599b613990d6f139b72acee8c2c66f6c7bc17378d5258290e749f691cc6c6c5bf9f204e3a76b37a0
 SHA512 
5f3fd49736fba35232b0baa19a5f03c4ab3bf85ec16f23355eb3c516fe6d861c14272c224ca2f2092a80636df4307e49a3df1b60a3791949b3f1ba4a0c8c81fb
 DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4
 DIST compiler-rt-sanitizers-4.0.1-patchset.tar.xz 2384 BLAKE2B 
6f9eee711c83570767f0bb634d0f91c18ee7f2af93a478938b8d5b6ce6f2c2fbaadb7bd5c7ee94a14dc1834359a046187db6bc7005b7c2efa539325dc0701ad9
 SHA512 
72d7357b4c27bbf8fa8b34803ddea905a9f1054e8fc7bf99a4ead9dc00408989ea2709f04be9cf45a27eeb4b9386c89feeb25b53a84f3cac9739196b89813887
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.0.ebuild
deleted file mode 100644
index 8f82822471d..000
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.0.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit check-reqs cmake-utils flag-o-matic llvm python-any-r1
-
-DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/compiler-rt-${PV/_/}.src.tar.xz
-   test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-
-LLVM_SLOT=${SLOT%%.*}
-# llvm-4 needed for --cmakedir
-DEPEND="
-   >=sys-devel/llvm-4
-   test? (
-   app-portage/unsandbox
-   $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
-   =sys-devel/clang-${PV%_*}*:${LLVM_SLOT}
-   sys-libs/compiler-rt:${SLOT} )
-   ${PYTHON_DEPS}"
-
-S=${WORKDIR}/compiler-rt-${PV/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-check_space() {
-   if use test; then
-   local CHECKREQS_DISK_BUILD=11G
-   check-reqs_pkg_pretend
-   fi
-}
-
-pkg_pretend() {
-   check_space
-}
-
-pkg_setup() {
-   check_space
-   llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   default
-
-   if use test; then
-   mv llvm-* llvm || die
-   fi
-}
-
-src_configure() {
-   # pre-set since we need to pass it to cmake
-   BUILD_DIR=${WORKDIR}/${P}_build
-
-   local mycmakeargs=(
-

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

2018-01-18 Thread Michał Górny
commit: da5f0bc68fcba44a541d97b26ab7dd0cc0d23e19
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:09:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5f0bc6

sys-libs/libcxxabi: Drop old (5.0.0)

 sys-libs/libcxxabi/Manifest   |  2 -
 sys-libs/libcxxabi/libcxxabi-5.0.0.ebuild | 91 ---
 2 files changed, 93 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 938435bf457..db0e1730d3d 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -1,10 +1,8 @@
 DIST libcxx-3.9.0.src.tar.xz 1198308 BLAKE2B 
689fed969562466bd230445a0edb886880d1034c45d5387922d1dd307898547e5605035c5aa901f3e844be3c1b2d066cf27aa0b996d7ade176ee38a9f49ac98a
 SHA512 
55d5c4adff378ee02b0b99d732bc9f326910f9e49ab8c320a588eccdd0362fe009bc9a6a4337d29faf6338420c91b10d0d7d67f66128268f01258d30502c4f4a
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
-DIST libcxx-5.0.0.src.tar.xz 1518940 BLAKE2B 
5ffb6dd99bef7cdf800dd458b4f9ef6ade9270221a60165cbbe8480f550235f12d877818c8272a04b5077e1f1c56f8e4dfde42dccfe6c1d8875ceed6fb339d5d
 SHA512 
210749f6585d8fd39fc63a32dd85d68de4aa480c91915cbf419b9e8a3b300fa4624f03200ed963cecc8ab233777c36e8c522fa0762a2aa068bc65e6f48118328
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c
 DIST libcxxabi-3.9.0.src.tar.xz 511324 BLAKE2B 
75c35b2b30cb04db35db93378d1cc541f194071564c5c8d4c577f076153fc34c7aae793527566cc912437e0f255fbc0520533037b5376105e8e9e4f80a71ba6b
 SHA512 
500207bfd59664bd42d920741d6b467c4b88569453742db6470af081c77be04894e097a14b8419e333b51abce484566366e35cbc3ed2607cd86dfc0ec0ddd0c5
 DIST libcxxabi-3.9.1.src.tar.xz 510964 BLAKE2B 
a6abda1b92473781ea3029169c43547f15c1aa6e0ec6f9692ae633d109e050a6ff82ce8bceb0455375991b85c99784a4f06a568b8c77a4cf2865b9b2861e9595
 SHA512 
4f5603f1476b759c86d4784728fbdd212c59b30dc56d787c1834bf68a9cd83071fa22658d24e5a58beb94c0c656b0e4457d7da6e3048715dd36bd68380fc336e
 DIST libcxxabi-4.0.1.src.tar.xz 515820 BLAKE2B 
7d9e0dee4f6cb3eaa22647d959f8bf3d86779f8c51c0738143ba3daca83881daacc0663a1d2463507c8c4b8a1b9e1d5c111b829e5af2cb5b6f86bae8f06a0d47
 SHA512 
e94315ba8a507d8481d70c33e7ab2d724d51726edb8412c70a1b5f59e3f15d5825f1502dc2db138b20e5293fb90a184050be94d5ac270fd7ce78b502efb9f86a
-DIST libcxxabi-5.0.0.src.tar.xz 521524 BLAKE2B 
8f21b423c3407515c582eb30832c7db45df2b0028b5cadf3ff32280781b72b94ecbc921334e5c1f35581bada2dfe77590fa997555b355fae3abca48a2b15a696
 SHA512 
88f48a3232c220a7d22ee31121e5c2bd09b506177079a1ff567eeae213e24a9bb8bd13e59f0c6ca5ec995c60bf516e3c2507d342a149a2c4cef8aad7b4b330f8
 DIST libcxxabi-5.0.1.src.tar.xz 521504 BLAKE2B 
e8263f458545ffb8ec27234e554427696644dcde3b46bea4fa0ee14b2b174d0c6c8dcc7905477140afaf567347e91815827aa6700c92ccfbfbea5364f591fc2a
 SHA512 
a8d448653772690a19f68c1270f9cf18f27d7225847825f29c6ea21846c1074aa61c31b81bc2ae4007067985d389071c32e69b2560282ddb85864a99e9bdd884

diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-5.0.0.ebuild
deleted file mode 100644
index edbb3a871a6..000
--- a/sys-libs/libcxxabi/libcxxabi-5.0.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib llvm python-any-r1
-
-DESCRIPTION="Low level support for a standard C++ library"
-HOMEPAGE="https://libcxxabi.llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
-   https://releases.llvm.org/${PV/_//}/libcxx-${PV/_/}.src.tar.xz;
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+libunwind +static-libs test"
-
-RDEPEND="
-   libunwind? (
-   || (
-   
>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
-   )
-   )"

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

2018-01-18 Thread Michał Górny
commit: b80520b4fcc18e128f7f0373d2a8cae5b37e8fb5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:04:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80520b4

dev-python/lit: Drop old (5.0.0)

 dev-python/lit/Manifest |  1 -
 dev-python/lit/lit-5.0.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 64e00f052fc..c3ef3a1554d 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -1,4 +1,3 @@
 DIST llvm-3.9.0.src.tar.xz 18235716 BLAKE2B 
c348d36cb21e716e8656b97489a0b7223fe81599e36ebf6f88d6191b1dec9eafc2d5d5413657ef89473af193b660c4b13317bebe5ecd02ad6c761c0ffdbe7f40
 SHA512 
f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git a/dev-python/lit/lit-5.0.0.ebuild b/dev-python/lit/lit-5.0.0.ebuild
deleted file mode 100644
index 37bfadb1be7..000
--- a/dev-python/lit/lit-5.0.0.ebuild
+++ /dev/null
@@ -1,32 +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 distutils-r1
-
-MY_P=llvm-${PV/_/}
-DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz;
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-
-S=${WORKDIR}/${MY_P}.src/utils/lit
-
-# Tests require 'FileCheck' and 'not' utilities (from llvm)
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-devel/llvm )"
-
-# TODO: move the manpage generation here (from sys-devel/llvm)
-
-python_test() {
-   ./lit.py -sv tests || die
-}



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

2018-01-18 Thread Michał Górny
commit: 3d7dc2a2a108b6b1b77a135d30dd6a09c2a53cee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:05:16 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7dc2a2

sys-devel/llvm: Drop old (5.0.0)

 sys-devel/llvm/Manifest  |   2 -
 sys-devel/llvm/llvm-5.0.0.ebuild | 237 ---
 2 files changed, 239 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index bdeea382989..707222e9ead 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -29,9 +29,7 @@ DIST llvm-3.9.0_rc3-manpages.tar.bz2 80007 BLAKE2B 
e770497834a5863f5c988d3bae8ef
 DIST llvm-3.9.1-patchset.tar.xz 16404 BLAKE2B 
9c9d630e6c6a70ba6a026a6ecb7a7d29a567e6b85fc92ce128a8129006ccad44defc07a46351dfa188128a91d419696f6c36a0e184a04f9d1270d5431cbd59f5
 SHA512 
dcae89ba910b5195bb455924242912f526b6994f0f236571b6364fd594bf9ca03cc74e116a44ae4372e34ce63b21f1351125157e7af7a957aee115f400b54089
 DIST llvm-3.9.1.src.tar.xz 18130436 BLAKE2B 
90afd2c06e612132bbc84c29fed59abdfdaed41f8a7590e3f60ba5072179317365f15f301f577ba050b78797f682bef8fa85ebad7391fd3e67b46eb02a5df068
 SHA512 
50cbe8ee911080f586e77861c442348701bd02e2de0c090c54c34f82ac275ecfcd712af0f41e387c33b4a6057778a4258a27554292fe68ab4af3fd9dd6d90683
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1-manpages.tar.bz2 94004 BLAKE2B 
34eb29361ad7aa881e64d1dd2992fd89ce44adafd2521284c27b6ffe7082bc7e70458204e6f34d582b704bf7c5dad93c6a6dc41fc7abc41862aab8f5ec53ed07
 SHA512 
3444cc8e06009f5dd2669b92af662a1049d9294c8ca0dcf45486e1dc1aaf10160860b7856d30ad70bbe5864b21d1539316e89f5237549f5653954e23baf64334
 DIST llvm-5.0.1-patchset.tar.bz2 4204 BLAKE2B 
e7282e84578631d88549bdf34e5a44e0294e47ef1fee29c0cb954d7afd160d4b6a0f39bb3bd53791ea53503a60eaa0ada0a512a63d696ff096dc6f21f4aecdc7
 SHA512 
395ea2b13008e222c034e2bdd8c2bb033b9c01e61fb89c840f009f6cddb499b317df8b061d29f40968d8f0df5540a2f4a9de31eef1de886796c8c334f37254eb
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-manpages-4.0.1.tar.bz2 87981 BLAKE2B 
79ffd254ee5c6e09159c954913ef820f74107d4fcea5e3ed82592dc36af8fdfbf1e850547ba8bfc20aa9a5ecdd26c50329e6a6d558ae3aa5475a930789ce3e01
 SHA512 
d5b3213567c25db58ef364d272314a79c311a80fc21d98c09a5540af45a8190a38f489228663fe9a9b63bf0f2b952c460c4196a8fc8d6f221619f6e7ed2fc415
-DIST llvm-manpages-5.0.0.tar.bz2 94240 BLAKE2B 
1657edefa2e839f401b7c30ba1c0cfde45bcb0fa9bcfc3ea6070bc0addc237be898c5a79e54b2120f98b2a9550ab286cfd0bc835751a4e8cc30005d4081fb9f9
 SHA512 
0bccfb00caa0796bed8ea4e591616e025e43d304f05589180820c17f8567fa3a1f1f76c323098ed0d0e4590765415b1c1c272a94c6e2e7544788f4088ef0ffea

diff --git a/sys-devel/llvm/llvm-5.0.0.ebuild b/sys-devel/llvm/llvm-5.0.0.ebuild
deleted file mode 100644
index d17069e4d37..000
--- a/sys-devel/llvm/llvm-5.0.0.ebuild
+++ /dev/null
@@ -1,237 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic multilib-minimal pax-utils \
-   python-any-r1 toolchain-funcs versionator
-
-DESCRIPTION="Low Level Virtual Machine"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
-   !doc? ( 
https://dev.gentoo.org/~mgorny/dist/llvm/llvm-manpages-${PV}.tar.bz2 )"
-
-# Keep in sync with CMakeLists.txt
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-
-# Additional licenses:
-# 1. OpenBSD regex: Henry Spencer's license ('rc' in Gentoo) + BSD.
-# 2. ARM backend: LLVM Software Grant by ARM.
-# 3. MD5 code: public-domain.
-# 4. Tests (not installed):
-#  a. gtest: BSD.
-#  b. YAML tests: MIT.
-
-LICENSE="UoI-NCSA rc BSD public-domain
-   llvm_targets_ARM? ( LLVM-Grant )"
-SLOT="$(get_major_version)"
-KEYWORDS="~amd64 ~arm ~arm64 

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

2018-01-18 Thread Michał Górny
commit: f1ec1ab200be875bd52678e62d19255a9accff1e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:10:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ec1ab2

sys-libs/libomp: Drop old (5.0.0)

 sys-libs/libomp/Manifest|  1 -
 sys-libs/libomp/libomp-5.0.0.ebuild | 81 -
 2 files changed, 82 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 90e47ca2716..f960bf6e456 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -3,5 +3,4 @@ DIST openmp-3.8.1.src.tar.xz 2009572 BLAKE2B 
afb548cf08c741d98a966385ee4693089b6
 DIST openmp-3.9.0.src.tar.xz 2257596 BLAKE2B 
fae0e3e36afcd1a223030f09209865ce706b31c8a07f4d1e457d1a78f086a022260740da908f9e03e007bd63f2d9901d1c819393b2f46af06e4c7c162c8a89ba
 SHA512 
030432bb10d86016f0f1c4f4d8b25f78acdb4aed33c604baf07c825bbcc6198306f2f71a3e56030f20864a92ab0187357aff94d34e47f7166991faf539c0104d
 DIST openmp-3.9.1.src.tar.xz 2031588 BLAKE2B 
feafb94a832ec48a67d6e00720724dcecb533a4a09e0d69462af33e13454b20393aa21fabb062c362824cdfbee712db1030732271e4cd49085fa69cff9800835
 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
 DIST openmp-4.0.1.src.tar.xz 2275240 BLAKE2B 
e63cf670c4cd2678afc4d7b96be85c3d157bf91a69510f980d9a0a07f61b449b22ff28d63753f32e63afedb4a7077c662a633f689a660b5047a83bcf1fb7f009
 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
-DIST openmp-5.0.0.src.tar.xz 2074004 BLAKE2B 
db4a94ab4a40eef794494b9ca00568d8841ccab57d9832227b07014f13494b2dd1fd90c4c4a34aa7516388efb827026f5353ffe67bc55d1a9b80617859fd6822
 SHA512 
038cc1d262414fac9a05eabdce97b21eb04fc1b3609d07f8da2c9da6b1aaa143f8b26953cb799e7dde82f708103539fe03fe939ba7323a71bd3e9e3925bd5513
 DIST openmp-5.0.1.src.tar.xz 2075472 BLAKE2B 
a4da4726a17dc0fd083e11fe1bebf446978137aa4453000e8fea950021fff091a818246f0817dd60ce67353d3f7d75ab8fec2b9e955389d9c94e195945efda50
 SHA512 
4493b918fd83ef26e2b3f3429d1b00d722328e4c9697ac7625a390834f6e88ada8e5b02ce0ecb4771129207b1b81a9d171f4599ab9388762a3c6db0afc499ff4

diff --git a/sys-libs/libomp/libomp-5.0.0.ebuild 
b/sys-libs/libomp/libomp-5.0.0.ebuild
deleted file mode 100644
index 87c3bfe493f..000
--- a/sys-libs/libomp/libomp-5.0.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib linux-info python-any-r1
-
-DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
-HOMEPAGE="https://openmp.llvm.org;
-SRC_URI="https://releases.llvm.org/${PV/_//}/openmp-${PV/_/}.src.tar.xz;
-
-# Additional licenses:
-# - MIT-licensed Intel code,
-# - LLVM Software Grant from Intel.
-
-LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="hwloc ompt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"
-# tests:
-# - dev-python/lit provides the test runner
-# - sys-devel/llvm provide test utils (e.g. FileCheck)
-# - sys-devel/clang provides the compiler to run tests
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   test? (
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   sys-devel/llvm
-   >=sys-devel/clang-3.9.0
-   )"
-
-S=${WORKDIR}/openmp-${PV/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-CONFIG_CHECK="~!SCHED_PDS"
-ERROR_SCHED_PDS="PDS scheduler is not supported as it does not implement 
sched_yield()"
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_pretend() {
-   linux-info_pkg_setup
-}
-
-pkg_setup() {
-   linux-info_pkg_setup
-   use test && python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-   local libdir="$(get_libdir)"
-   local mycmakeargs=(
-   -DLIBOMP_LIBDIR_SUFFIX="${libdir#lib}"
-   -DLIBOMP_USE_HWLOC=$(usex hwloc)
-   -DLIBOMP_OMPT_SUPPORT=$(usex ompt)
-   # do not install libgomp.so & libiomp5.so aliases
-   -DLIBOMP_INSTALL_ALIASES=OFF
-   # disable unnecessary hack copying stuff back to srcdir
-   -DLIBOMP_COPY_EXPORTS=OFF
-   -DLIBOMP_TEST_COMPILER="$(type -P "${CHOST}-clang")"
-   )
-   cmake-utils_src_configure
-}
-
-multilib_src_test() {
-   # respect TMPDIR!
-   local -x LIT_PRESERVES_TMP=1
-
-   cmake-utils_src_make check-libomp
-}



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

2018-01-18 Thread Michał Górny
commit: a13fe8da8d08ce654fdd34d9f74d9c6328fcb8cf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 21:05:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 21:25:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13fe8da

sys-devel/lld: Drop old (5.0.0)

 sys-devel/lld/Manifest |  2 --
 sys-devel/lld/lld-5.0.0.ebuild | 66 --
 2 files changed, 68 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index 811b0e4175a..d8977cc7846 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -1,6 +1,4 @@
 DIST lld-4.0.1.src.tar.xz 593796 BLAKE2B 
58eb8f013a4562ef60dd7e17ddd741f434b8f0228a3d3d746ec8c30521ce667863d0b6db6565659a1b86cb91550cdaa43a27600d3a979460523faf24eac8ea3f
 SHA512 
63bd0813094dc7fa9a95fdee93eb7b97026882a15548f819b5c67f3f0f9fa2a582d968af27ad8f802dbff1f6cd1b8c2fb26b3c7c80379488d05c4a4984d7af68
-DIST lld-5.0.0.src.tar.xz 668344 BLAKE2B 
2d027f44aa8487c2edffb53eba1eafc7bb7ef8d6b7b32ee93dcf906df249d69242ec90817b267604260d9616fb2934e78e6954e76e8adc68d6e38cea8ca24097
 SHA512 
984606a8c8aa753805d30602ce851a70d5427ee0ec098e3fcb2751e58d36c601f59f17f5c9ab90a430bc670f689c3b86b6ecbeccb6ff187f108f6e2000621eb7
 DIST lld-5.0.1.src.tar.xz 672952 BLAKE2B 
67bb6687f04f809b12e0b65a047c493f89a22984e8d3ac35aaf18bd3179a97efd7798e2b38e00cd00cde07ccf37a1361f4de8a3eb1481571c039195b5214d6b6
 SHA512 
62c9682ae4e18a64af2c9e13d45925fbe022ca332d03b1c4232c6b730dab327418555c8da2b2bf8c6126032dfd378a0b9dedba83351d928784bf2b1f30dfaaca
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git a/sys-devel/lld/lld-5.0.0.ebuild b/sys-devel/lld/lld-5.0.0.ebuild
deleted file mode 100644
index 87a3c859909..000
--- a/sys-devel/lld/lld-5.0.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm python-any-r1
-
-DESCRIPTION="The LLVM linker (link editor)"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
-   test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-
-RDEPEND="~sys-devel/llvm-${PV}"
-DEPEND="${RDEPEND}
-   test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
-
-S=${WORKDIR}/${P/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
-   use test && python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   default
-
-   if use test; then
-   mv llvm-* llvm || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-
-   -DLLVM_INCLUDE_TESTS=$(usex test)
-   )
-   use test && mycmakeargs+=(
-   -DLLVM_BUILD_TESTS=ON
-   -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
-   -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   cmake-utils_src_make check-lld
-}



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

2018-01-18 Thread Mikle Kolyada
commit: 25463ecbe6932de719f4c8c01efc4c41e1331b24
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:23:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:23:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25463ecb

sys-devel/bc: Drop old

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

 sys-devel/bc/bc-1.06.95-r1.ebuild | 53 ---
 1 file changed, 53 deletions(-)

diff --git a/sys-devel/bc/bc-1.06.95-r1.ebuild 
b/sys-devel/bc/bc-1.06.95-r1.ebuild
deleted file mode 100644
index 5ae9bc3006c..000
--- a/sys-devel/bc/bc-1.06.95-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Handy console-based calculator utility"
-HOMEPAGE="https://www.gnu.org/software/bc/bc.html;
-SRC_URI="mirror://gnu-alpha/bc/${P}.tar.bz2
-   mirror://gnu/bc/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="libedit readline static"
-
-RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )
-   libedit? ( dev-libs/libedit )"
-DEPEND="${RDEPEND}
-   sys-devel/flex"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-void_uninitialized.patch #349339
-}
-
-src_configure() {
-   export CONFIG_SHELL=${BASH}
-
-   local myconf
-   if use readline ; then
-   myconf="--with-readline --without-libedit"
-   elif use libedit ; then
-   myconf="--without-readline --with-libedit"
-   else
-   myconf="--without-readline --without-libedit"
-   fi
-   use static && append-ldflags -static
-   econf ${myconf}
-
-   # Do not regen docs -- configure produces a small fragment that includes
-   # the version info which causes all pages to regen (newer file). #554774
-   touch -r doc doc/*
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)" || die
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-   dodoc AUTHORS FAQ NEWS README ChangeLog
-}



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

2018-01-18 Thread Mikle Kolyada
commit: ee54b1e1c02fe55903c0d8c22314aeb38f7541b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 21:20:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 21:20:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee54b1e1

sys-devel/bc: alpha/arm64/m68k/s390/sh stable (bug #643414)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

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



[gentoo-commits] repo/gentoo:master commit in: media-radio/cqrlog/

2018-01-18 Thread Richard Freeman
commit: 82dd5338c0a384cc267c417b0211e08d5a97c7c4
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Jan 18 20:40:17 2018 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Jan 18 20:40:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82dd5338

media-radio/cqrlog: fix mysql dependency

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

 media-radio/cqrlog/{cqrlog-2.1.0-r1.ebuild => cqrlog-2.1.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/cqrlog/cqrlog-2.1.0-r1.ebuild 
b/media-radio/cqrlog/cqrlog-2.1.0-r2.ebuild
similarity index 97%
rename from media-radio/cqrlog/cqrlog-2.1.0-r1.ebuild
rename to media-radio/cqrlog/cqrlog-2.1.0-r2.ebuild
index 9c107016016..6e07afef90a 100644
--- a/media-radio/cqrlog/cqrlog-2.1.0-r1.ebuild
+++ b/media-radio/cqrlog/cqrlog-2.1.0-r2.ebuild
@@ -20,7 +20,7 @@ DEPEND=">=dev-lang/lazarus-1.6.4
>=dev-lang/fpc-3.0.2"
 
 RDEPEND="${DEPEND}
-   dev-db/mysql[server]
+   virtual/mysql[server]
dev-libs/atk
dev-libs/glib
x11-libs/cairo



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

2018-01-18 Thread Jeroen Roovers
commit: ab4863d9a28dca9df349593d54f2e5cee0f8ccf7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 18 20:22:48 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 18 20:23:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4863d9

www-client/opera-beta: Version 51.0.2830.8.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-51.0.2830.8.ebuild   | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 95c3d76742f..d4317913097 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1 +1,2 @@
 DIST opera-beta_51.0.2830.2_amd64.deb 52241246 BLAKE2B 
5d3430c78a31d1ea24a4ba6a0340ccdbe795f7100c34a261bf771720d0e72a402370b844757dd87fcce95b5816640936b33b9bf3c9fb6a14e098806fd6d4ae1e
 SHA512 
9a1db683ddd72c8f0d8d7b4fad09b1dda2efe3a9734f440109e5701b3cbc0f8f64de62eb86e2f793ffb49928f269cba82093236a771590921db9eaa3ece4d587
+DIST opera-beta_51.0.2830.8_amd64.deb 52408910 BLAKE2B 
9c810d5fff5e6a1c4d570d7e1986357295b4e26d776c1a1e173881a1a325c14ecbcee7a3253e1dd5e45a7d7f8c1cf3c85444d7806afefd39b2ed2d97c07cc016
 SHA512 
7e6956af64cf8d02dd3eb14be83b6484f2070b92882024c239b7ced7d134965ca91331f4279a69cadfd79af07478708ab736a1bf58d77d04b35066b2ec939b6c

diff --git a/www-client/opera-beta/opera-beta-51.0.2830.8.ebuild 
b/www-client/opera-beta/opera-beta-51.0.2830.8.ebuild
new file mode 100644
index 000..308b38bc8be
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-51.0.2830.8.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   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
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   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/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2018-01-18 Thread Amy Liffey
commit: 0a25e904e02b68c65ab23fafce917e08e0b73e70
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jan 18 20:14:58 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jan 18 20:16:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a25e904

app-crypt/pesign: remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-crypt/pesign/Manifest|  1 -
 app-crypt/pesign/files/destdir.patch | 10 ---
 app-crypt/pesign/pesign-0.108.ebuild | 55 
 3 files changed, 66 deletions(-)

diff --git a/app-crypt/pesign/Manifest b/app-crypt/pesign/Manifest
index 1af642830c5..51dcd1c94d6 100644
--- a/app-crypt/pesign/Manifest
+++ b/app-crypt/pesign/Manifest
@@ -1,2 +1 @@
-DIST pesign-0.108.tar.gz 96838 BLAKE2B 
ae17d48af15f031ef982d915c61c9c0b647c3a01beb106e9f0dbdcc9c47f2a56b211fd2c23dc0e1131c52b4a12034227bfeeddb0ecb9531201b7762374d8b787
 SHA512 
f72fb9c3e843341300b68e06bb153690734f6e506cdd9f0d9362c760ff48194ed1ed29e0b58a5050e7331069ad47a9902cc9e34bf616667baf84208f2b69a918
 DIST pesign-0.112.tar.gz 107632 BLAKE2B 
737b75aec7efa9f41dbdb509405dede914cd5aa563572f0d2ede96a321f4a669170c696c7bd93bad1a5c1a6f2c65715b66317544fa6fc55d6b7f85436d778e8a
 SHA512 
9a0cd266f973fbd7bbbd23939d0be3c34dbccd9ab20941bf967ca1b18aa5bf5d2c41cdef0799399e09e7b0fc59a0b34bc660afb6da292eb1c127db2893362018

diff --git a/app-crypt/pesign/files/destdir.patch 
b/app-crypt/pesign/files/destdir.patch
deleted file mode 100644
index 70332410a3c..000
--- a/app-crypt/pesign/files/destdir.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/Make.defaults b/Make.defaults
-index 864f98b..e2c967b 100644
 a/Make.defaults
-+++ b/Make.defaults
-@@ -1,4 +1,4 @@
--INSTALLROOT:= /
-+INSTALLROOT:= $(DESTDIR)
- PREFIX := /usr
- 
- HOSTARCH   = $(shell uname -m | sed s,i[3456789]86,ia32,)

diff --git a/app-crypt/pesign/pesign-0.108.ebuild 
b/app-crypt/pesign/pesign-0.108.ebuild
deleted file mode 100644
index 6413ee2491d..000
--- a/app-crypt/pesign/pesign-0.108.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-DESCRIPTION="Tools for manipulating signed PE-COFF binaries"
-HOMEPAGE="https://github.com/vathpela/pesign;
-SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-RDEPEND="
-   dev-libs/nspr
-   dev-libs/nss
-   dev-libs/popt
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-apps/util-linux
-"
-DEPEND="${RDEPEND}
-   sys-apps/help2man
-   sys-boot/gnu-efi
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/destdir.patch
-}
-
-src_install() {
-   default
-
-   # remove some files that don't make sense for Gentoo installs
-   rm -rf "${ED}/etc/" "${ED}/usr/share/doc/pesign/" || die
-
-   # create .so symlink
-   ln -s libdpe.so "${ED}/usr/$(get_libdir)/libdpe.so.0"
-}
-#
-#src_prepare() {
-#  local iarch
-#  case ${ARCH} in
-#  ia64)  iarch=ia64 ;;
-#  x86)   iarch=ia32 ;;
-#  amd64) iarch=x86_64 ;;
-#  *) die "unsupported architecture: ${ARCH}" ;;
-#  esac
-#  sed -i "/^EFI_ARCH=/s:=.*:=${iarch}:" configure || die
-#  sed -i 's/-m64$/& -march=x86-64/' tests/Makefile.in || die
-#}



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

2018-01-18 Thread Amy Liffey
commit: d444a72f5e20d24cd6269c89ece63ab6dd0de4e8
Author: David Michael  coreos  com>
AuthorDate: Thu Jun 15 00:24:02 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jan 18 20:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d444a72f

app-crypt/pesign: Move efivar to RDEPEND

Gentoo-Bug: https://bugs.gentoo.org/621802
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-crypt/pesign/pesign-0.112.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/pesign/pesign-0.112.ebuild 
b/app-crypt/pesign/pesign-0.112.ebuild
index a5d5bac847a..314dcb7d8cd 100644
--- a/app-crypt/pesign/pesign-0.112.ebuild
+++ b/app-crypt/pesign/pesign-0.112.ebuild
@@ -21,11 +21,11 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-apps/util-linux
+   sys-libs/efivar
 "
 DEPEND="${RDEPEND}
sys-apps/help2man
sys-boot/gnu-efi
-   sys-libs/efivar
virtual/pkgconfig
 "
 



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

2018-01-18 Thread Matt Thode
commit: 36c099bfc38a921ca4382fea09efa62a95a76ae2
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 18 20:09:32 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jan 18 20:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c099bf

www-apps/novnc: fixing bugs, and an eapi bump

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

 www-apps/novnc/novnc-0.6.2-r1.ebuild | 47 
 www-apps/novnc/novnc-.ebuild | 47 +++-
 2 files changed, 67 insertions(+), 27 deletions(-)

diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild 
b/www-apps/novnc/novnc-0.6.2-r1.ebuild
new file mode 100644
index 000..fb8b22ba491
--- /dev/null
+++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
+HOMEPAGE="https://kanaka.github.com/noVNC/;
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kanaka/noVNC.git;
+else
+   SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
+S="${WORKDIR}/noVNC-${PV}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-python/websockify[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]"
+
+python_compile() {
+   echo
+}
+
+src_install() {
+   exeinto /usr/share/novnc/utils
+   for f in utils/*; do
+   [[ ! f = utils/README.md ]] && doexe $f
+   done
+
+   dodoc README.md LICENSE.txt
+
+   insinto /usr/share/novnc
+   doins -r *.html include/ images/
+   dosym images/favicon.ico /usr/share/novnc/favicon.ico
+}

diff --git a/www-apps/novnc/novnc-.ebuild b/www-apps/novnc/novnc-.ebuild
index 3bcb1d55fc6..fb8b22ba491 100644
--- a/www-apps/novnc/novnc-.ebuild
+++ b/www-apps/novnc/novnc-.ebuild
@@ -1,20 +1,27 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
-inherit distutils-r1 git-2
+inherit distutils-r1
 
 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
 HOMEPAGE="https://kanaka.github.com/noVNC/;
-EGIT_REPO_URI="https://github.com/kanaka/noVNC.git;
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kanaka/noVNC.git;
+else
+   SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
 S="${WORKDIR}/noVNC-${PV}"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 DEPEND=""
@@ -27,28 +34,14 @@ python_compile() {
 }
 
 src_install() {
-   dodir /usr/share/novnc/utils
-   dodir /usr/share/novnc/include
-   dodir /usr/share/novnc/images
-
exeinto /usr/share/novnc/utils
-   doexe utils/b64-to-binary.pl
-   doexe utils/img2js.py
-   doexe utils/inflator.partial.js
-   doexe utils/json2graph.py
-   doexe utils/launch.sh
-   doexe utils/parse.js
-   doexe utils/u2x11
-
-   docinto /usr/share/novnc/docs
-   dodoc README.md
-   dodoc LICENSE.txt
-
-   cp -pPR *.html "${D}/usr/share/novnc/"
-   cp -pPR include/* "${D}/usr/share/novnc/include/"
-   cp -pPR images/* "${D}/usr/share/novnc/images/"
-   dosym images/favicon.ico /usr/share/novnc/favicon.ico
+   for f in utils/*; do
+   [[ ! f = utils/README.md ]] && doexe $f
+   done
+
+   dodoc README.md LICENSE.txt
 
-   newconfd "${FILESDIR}/noVNC.confd" noVNC
-   newinitd "${FILESDIR}/noVNC.initd" noVNC
+   insinto /usr/share/novnc
+   doins -r *.html include/ images/
+   dosym images/favicon.ico /usr/share/novnc/favicon.ico
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/

2018-01-18 Thread Amy Liffey
commit: 5d45a249640e23d6af1e1bc5f0bea7796ff7d0de
Author: Diogo Pereira  gmail  com>
AuthorDate: Wed Jan 10 16:00:54 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jan 18 20:08:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d45a249

media-plugins/gimp-resynthesizer: update metadata

 media-plugins/gimp-resynthesizer/metadata.xml | 22 +-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/media-plugins/gimp-resynthesizer/metadata.xml 
b/media-plugins/gimp-resynthesizer/metadata.xml
index 6f49eba8f49..b6f08f6ce69 100644
--- a/media-plugins/gimp-resynthesizer/metadata.xml
+++ b/media-plugins/gimp-resynthesizer/metadata.xml
@@ -1,5 +1,25 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   sir.su...@gmail.com
+   Diogo Pereira
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   This is a suite of GIMP plugins known as the 'Resynthesizer'.
+   The most commonly used is 'Heal selection' but all use the 
plugin
+   whose full interface is found at 'Filters>Map>Resynthesize.'
+   
+   
+   
+   boo...@nc.rr.com
+   Lloyd Konneker
+   
+   bootchk/resynthesizer
+   
https://github.com/bootchk/resynthesizer/issues
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/

2018-01-18 Thread Amy Liffey
commit: f0895463cd1b23d79aee7ae4a9a8703eb460f264
Author: Diogo Pereira  gmail  com>
AuthorDate: Wed Jan 10 16:05:42 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jan 18 20:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0895463

media-plugins/gimp-resynthesizer: bump to 2.0.3

Closes: https://bugs.gentoo.org/364619
Closes: #6820
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-plugins/gimp-resynthesizer/Manifest  |  1 +
 .../gimp-resynthesizer-2.0.3.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/media-plugins/gimp-resynthesizer/Manifest 
b/media-plugins/gimp-resynthesizer/Manifest
index 06639fd6053..5aa67576f9e 100644
--- a/media-plugins/gimp-resynthesizer/Manifest
+++ b/media-plugins/gimp-resynthesizer/Manifest
@@ -1 +1,2 @@
+DIST gimp-resynthesizer-2.0.3.tar.gz 11097693 BLAKE2B 
51e064ed1a5d31dc3162a27b76c8b68d7652e3efdf2acad1844f4c76b47a6485b4e43788993c344a7154cddd8d2ac1ebda7c24f871ea8d6af332b1f15759f396
 SHA512 
de18fa41f5c3feaeff3365cc57b49f404f20439c6f84b212bc5cc76ee21f34566b8d093bebef1e6f27dbe3df6a23570dc091d23044a0967957ec0e97a16fa7c4
 DIST resynthesizer-0.16.tar.gz 18241 BLAKE2B 
d042220a1d9f71af6be16fd9a0c0b81cf46911dc22ae123915455e4952e3dbe4ba3f87098cbb05ab679090beb590f5943db76d8f923c2a67d6aaa18758004dc7
 SHA512 
6838dfe919e45bd8e8eea570127a586dc5718ee57504748d1de192bd627e26670bd7d82a25b7cb56a4fe597f3eb2c9d0c922da318fec5b6bf8a52801a856b662

diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild 
b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
new file mode 100644
index 000..1a6a43534b3
--- /dev/null
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_PN="${PN#gimp-}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Suite of GIMP plugins for texture synthesis"
+HOMEPAGE="https://github.com/bootchk/resynthesizer;
+SRC_URI="https://github.com/bootchk/resynthesizer/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-gfx/gimp"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/

2018-01-18 Thread Amy Liffey
commit: 7e48ff6c4f0839d1b633c985efde00f51480cb5f
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jan 18 20:03:21 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jan 18 20:03:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e48ff6c

app-officeext/ooofbtools: version bump 2.52

Closes: https://bugs.gentoo.org/642372
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-officeext/ooofbtools/Manifest   |  1 +
 app-officeext/ooofbtools/ooofbtools-2.52.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-officeext/ooofbtools/Manifest 
b/app-officeext/ooofbtools/Manifest
index 92b290ff8a4..edf78600659 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,3 +1,4 @@
 DIST OOoFBTools-2.48.zip 5631726 BLAKE2B 
3b91815956deef515707a2761f855025f487da92c7c596d30a392446c9129d676f7cc55cc32e613938dab8b9d88977e8474cfcf43e3435edb21bd3eab05a917d
 SHA512 
31d6571e4050975bdec92f85578235dea4784cd0e45dc4d1e612e0999744f1700a8bf22983378333aecdb146ffd151b6e7cbe071b90e9816443e939b27d117f8
 DIST OOoFBTools-2.50.zip 5631882 BLAKE2B 
f6847e7639936f4a7d1928a83cec933afb6d818f13534a4122dd0a75f764afdcdb027d2f7f1580a3837cdf024d90b013284b1020b06003d4eee57a5e2181f8aa
 SHA512 
a2aed60ac1690f9a629f3d81e449a7700b949f75e332748b846edb85c5954622e1cbac62e97cb9a5f823f1da2c901cc6cb4fedfd58a1c45136331b55ef6ce482
 DIST OOoFBTools-2.51.zip 5632570 BLAKE2B 
ec6c8a2b19a8a53d22fc725533669d3bfd69d038f2f2457590de84073be2cbf546524a4d01b84650ba196ca24338ef7467c20c3c8194f394b8ebc8320f9d64d8
 SHA512 
c89044c9e6b82a51fcfb370a31cc2ef6ab16cc2895667519324c42c450164ed933e3b492b3ed21a50dd5e563bf796f71bb7333132410fba512eb59e1d5b7255d
+DIST OOoFBTools-2.52.zip 5650498 BLAKE2B 
57a068f1098278bc65d056a98c9047d3391cd732180fb02279d854d10215fec8ef60aa5024e837646738c5ca4f6c60f2205d2311da68eb755ef3427b79c697de
 SHA512 
3da09160422f81be2871e294ddc9397267bf158a6304d23cfa125756c75266d21bb6a6dc5b5ef5feb7afde2979484fd092c555bf14460b43ce215b6c91007e61

diff --git a/app-officeext/ooofbtools/ooofbtools-2.52.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.52.ebuild
new file mode 100644
index 000..461fdfddf20
--- /dev/null
+++ b/app-officeext/ooofbtools/ooofbtools-2.52.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="OOoFBTools"
+
+OFFICE_EXTENSIONS=(
+   "${MY_PN}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="OpenOffice extension for the FictionBook2 format with validation"
+HOMEPAGE="https://sourceforge.net/projects/fbtools/;
+SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/libxml2
+   app-arch/zip"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+OFFICE_EXTENSIONS_LOCATION="${S}"
+
+src_prepare() {
+   # Remove Windows cruft
+   pushd "${WORKDIR}/${MY_PN}.oxt" &>/dev/null || die
+   rm -r win32 || die
+   popd &>/dev/null || die
+
+   eapply_user
+}
+
+src_install() {
+   office-ext-r1_src_install
+   dodoc ChangeLog*
+}



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

2018-01-18 Thread Amy Liffey
commit: 003bf001859c5fa720b46b54caec7f38d385f482
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jan 18 19:53:00 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jan 18 19:53:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003bf001

app-office/grisbi: version bump 1.0.2

Submitted-by: Guillaume Castagnino  xwing.info>
Closes: https://bugs.gentoo.org/643900

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/grisbi/Manifest|  1 +
 app-office/grisbi/grisbi-1.0.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
index 456591fe19a..aff096d0d38 100644
--- a/app-office/grisbi/Manifest
+++ b/app-office/grisbi/Manifest
@@ -1 +1,2 @@
 DIST grisbi-1.0.0.tar.bz2 6933736 BLAKE2B 
daf2fac96452f6293e46c969a8b714cdc52f496506c5e61e341ded392b945118b817f42c43094b10b3e78a0f3fda18c9a2732931e0c6bb457064f51641492db6
 SHA512 
ec99f78cc4e6a7d3501bb40914491fc7a539c337e27f3360d84bcaff05bfa06dcd949f52177a7d2661cbc785ea9b27d3587cd4858363dc08a8daffac1015d77a
+DIST grisbi-1.0.2.tar.bz2 6956892 BLAKE2B 
dde75fbae341fc03226083567ff4731457abc7079ace92956c9e8b35ba4140dba32dc67ebe3b2a4826750229dbcd09da0f2eaf1f18c8783238d3fee274c46be9
 SHA512 
5988d362db8e94f135af34de1acfd7222ceeca11d229ffca533ca75c75c8054dda121bc45979106ee8f4ed2ac0660ba7836dfd053478fdbe4a2984cb94be3cf8

diff --git a/app-office/grisbi/grisbi-1.0.2.ebuild 
b/app-office/grisbi/grisbi-1.0.2.ebuild
new file mode 100644
index 000..392f5fbf64a
--- /dev/null
+++ b/app-office/grisbi/grisbi-1.0.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Grisbi is a personal accounting application for Linux"
+HOMEPAGE="http://www.grisbi.org;
+SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/1.0.x/${P}.tar.bz2"
+IUSE="libressl nls ofx ssl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   dev-libs/libxml2:2
+   >=dev-libs/glib-2.18.0:2
+   >=x11-libs/gtk+-2.12.0:2
+   x11-misc/xdg-utils
+   ssl? (
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( >=dev-libs/openssl-0.9.5:0= ) )
+   ofx? ( >=dev-libs/libofx-0.7.0 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --with-libxml2 \
+   --without-cunit \
+   --disable-static \
+   $(use_with ssl openssl) \
+   $(use_with ofx) \
+   $(use_enable nls)
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp-arrow-brushes/

2018-01-18 Thread Pacho Ramos
commit: 3151a344320fa227a2b5e63d78fa29f30572580e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jan 18 19:15:14 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jan 18 19:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3151a344

media-gfx/gimp-arrow-brushes: Update HOMEPAGE (#644918 by Jonas Stein)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild| 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild 
b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
index e8fd55d84d6..eb64cf8fb12 100644
--- a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
+++ b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 DESCRIPTION="Brushes for GIMP including the styles arrow, handpointer, button 
arrow and cursor"
-HOMEPAGE="http://www.gimphelp.org/index.shtml;
-SRC_URI="http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2
+HOMEPAGE="http://www.gimphelp.org/index.html;
+SRC_URI="
+   http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2
http://www.gimphelp.org/DL/arrow_brushes_color_2.tar.bz2
http://www.gimphelp.org/DL/arrow_brushes_BW_1.tar.bz2
http://www.gimphelp.org/DL/arrow_brushes_BW_2.tar.bz2
@@ -13,7 +14,8 @@ 
SRC_URI="http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2
http://www.gimphelp.org/DL/hand_pointer_brushes.tar.bz2
http://www.gimphelp.org/DL/button_arrow_brushes.tar.bz2
http://www.gimphelp.org/DL/arrow_action.tar.bz2
-   http://www.gimphelp.org/DL/cursor_brushes-1.0.tar.bz2;
+   http://www.gimphelp.org/DL/cursor_brushes-1.0.tar.bz2
+"
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp-arrow-brushes/

2018-01-18 Thread Pacho Ramos
commit: 9b76e54c65c33da2468426714f6b5135516b0b89
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jan 18 19:15:49 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jan 18 19:18:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b76e54c

media-gfx/gimp-arrow-brushes: Make repoman more happy

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild 
b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
index eb64cf8fb12..12fc7fdf877 100644
--- a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
+++ b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Brushes for GIMP including the styles arrow, handpointer, button 
arrow and cursor"
+DESCRIPTION="Brushes for GIMP with the styles arrow, handpointer, button arrow 
and cursor"
 HOMEPAGE="http://www.gimphelp.org/index.html;
 SRC_URI="
http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2



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

2018-01-18 Thread Matt Thode
commit: 06651b696aa98709fe6c8a0bafd4cf47052f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 18 19:13:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jan 18 19:13:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06651b69

sys-block/open-iscsi: need linux/types.h to build

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-block/open-iscsi/open-iscsi-2.0.875.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
index cb09a91bbcd..6aca7c297d4 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
 IUSE="debug infiniband +tcp rdma"
 
 DEPEND="sys-block/open-isns:=
-   infiniband? ( sys-fabric/ofed )"
+   infiniband? ( sys-fabric/ofed )
+   sys-kernel/linux-headers"
 RDEPEND="${DEPEND}
sys-fs/lsscsi
sys-apps/util-linux"



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

2018-01-18 Thread Michał Górny
commit: e556d14f968ac70add92022cf85aed9b69bc012d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 18:14:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 19:10:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e556d14f

sys-devel/llvm: Add USE flag to control libxml2 use (to LLVM 6+)

 sys-devel/llvm/llvm-6.0..ebuild | 6 --
 sys-devel/llvm/llvm-.ebuild | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sys-devel/llvm/llvm-6.0..ebuild 
b/sys-devel/llvm/llvm-6.0..ebuild
index 14f04fb4037..03eed722f8d 100644
--- a/sys-devel/llvm/llvm-6.0..ebuild
+++ b/sys-devel/llvm/llvm-6.0..ebuild
@@ -35,7 +35,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test xml
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"
 
@@ -44,7 +44,8 @@ RDEPEND="
gold? ( >=sys-devel/binutils-2.22:*[cxx] )
libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )"
+   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
+   xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )"
 # configparser-3.2 breaks the build (3.3 or none at all are fine)
 DEPEND="${RDEPEND}
dev-lang/perl
@@ -107,6 +108,7 @@ multilib_src_configure() {
-DLLVM_ENABLE_FFI=$(usex libffi)
-DLLVM_ENABLE_LIBEDIT=$(usex libedit)
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)
+   -DLLVM_ENABLE_LIBXML2=$(usex xml)
-DLLVM_ENABLE_ASSERTIONS=$(usex debug)
-DLLVM_ENABLE_EH=ON
-DLLVM_ENABLE_RTTI=ON

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index 01532f304bf..275fb80a6bd 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -37,7 +37,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="7"
 KEYWORDS=""
-IUSE="debug doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test xml
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"
 
@@ -46,7 +46,8 @@ RDEPEND="
gold? ( >=sys-devel/binutils-2.22:*[cxx] )
libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )"
+   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
+   xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )"
 # configparser-3.2 breaks the build (3.3 or none at all are fine)
 DEPEND="${RDEPEND}
dev-lang/perl
@@ -112,6 +113,7 @@ multilib_src_configure() {
-DLLVM_ENABLE_FFI=$(usex libffi)
-DLLVM_ENABLE_LIBEDIT=$(usex libedit)
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)
+   -DLLVM_ENABLE_LIBXML2=$(usex xml)
-DLLVM_ENABLE_ASSERTIONS=$(usex debug)
-DLLVM_ENABLE_EH=ON
-DLLVM_ENABLE_RTTI=ON



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

2018-01-18 Thread Maxim Koltsov
commit: 02df5ee7ce3b816747598171bca108868e143815
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Thu Jan 18 19:08:00 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Thu Jan 18 19:09:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02df5ee7

net-misc/teamviewer: bump version to 13.0.6634

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/teamviewer/Manifest|   2 +
 net-misc/teamviewer/teamviewer-13.0.6634.ebuild | 129 
 2 files changed, 131 insertions(+)

diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
index b427b9618be..7390d3fb3a9 100644
--- a/net-misc/teamviewer/Manifest
+++ b/net-misc/teamviewer/Manifest
@@ -1,3 +1,5 @@
 DIST teamviewer-9.0.32150.deb 22898922 BLAKE2B 
799aa6f48b69247a2695ca745e85d02ffa73df1375203dfc9da339673e6c18d861c4146ddbdc509bdc1114d5a2a7e5fdd4acf3c6e5da61fbba5aaa02fa4e3cfd
 SHA512 
3e72ed5cab7a754a0aa75e533da92292ad004f66c55ac4c386b6f4a65cc41b14a8d9d7a5410dccdb90c1172cd33e52383289339ab44f0847a061655498ab8e4d
 DIST teamviewer_13.0.5693_amd64.tar.xz 9694952 BLAKE2B 
650814c3c63897e1024836528c6eaa4cc81064ffa16bece7f8d2fe633457e2795e2cef847175a88dbb389ba61d2597a02292e6bf610da25c92f97152560ea355
 SHA512 
75886b6d00991968ae0b0d3c55b4c07c6f1b1b24488b2d5ae866e35c26ee6e673e500c87845ba6850ffdc80e4612feff0fc5bbe9e39f2d0a94582e1800471dcc
 DIST teamviewer_13.0.5693_i386.tar.xz 9583892 BLAKE2B 
8e477978825431a01b37b61c28b903b36cd81365c7ec5df4ca8d4aec1ce8d24b49af60ed6c99c863acd26405254ae78c4ae4dfef1f8b7a5fb882e281c3c4f125
 SHA512 
be5e8e00755a38f2c70ceba88d9fb87c2cc8e9e284c86e22f95dddf919a37ee1f24ef1e02f042a339eaf863dbf255c873e3edcb038c04202b4ab0460e50b2503
+DIST teamviewer_13.0.6634_amd64.tar.xz 9316708 BLAKE2B 
c48aed992de6b23728de155c09dca96258d1a124df34f904bad8ae1fc85777ce9b1606a75ae1d40e32f5e2f8b313f54013205d1711302d2fef8c55a4d0e450d8
 SHA512 
5f4f662ffc0499d3cbd8b6310999b34e14a324152dd9e75352879d8cf0e53058c035c9bad987af046aa6715d3b579ab3887f339e68db8ca71e11348b1703d78c
+DIST teamviewer_13.0.6634_i386.tar.xz 9258092 BLAKE2B 
85a5e169486956cb226ea5cf2a2497ae4de88d3d94a961a819dce0a179fb0cf7959719b784def98d7c7e39151307bc0ec17a21d9d7f7e291c52715a9fbb815d8
 SHA512 
796ff9c9a39f769b9034875f5dc513a4034c2d10ea832b1a411ab4d576d5f5152a24cd4513a55871d8f59b50f85c9301bbd7ea27c1aeb84d97b22c076b2768f7

diff --git a/net-misc/teamviewer/teamviewer-13.0.6634.ebuild 
b/net-misc/teamviewer/teamviewer-13.0.6634.ebuild
new file mode 100644
index 000..6c3cc7311e7
--- /dev/null
+++ b/net-misc/teamviewer/teamviewer-13.0.6634.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=${PN}${PV/\.*}
+inherit eutils gnome2-utils systemd
+
+DESCRIPTION="All-In-One Solution for Remote Access and Support over the 
Internet"
+HOMEPAGE="https://www.teamviewer.com;
+SRC_URI="amd64? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_amd64.tar.xz )
+   x86? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_i386.tar.xz )"
+
+LICENSE="TeamViewer MIT"
+SLOT="${PV/\.*}"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/sed"
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   sys-apps/dbus
+"
+
+RESTRICT="bindist mirror"
+
+# Silence QA messages
+QA_PREBUILT="opt/${MY_PN}/*"
+
+S="${WORKDIR}"/teamviewer
+
+src_prepare() {
+   default
+
+   # Switch operation mode from 'portable' to 'installed'
+   sed -e "s/TAR_NI/TAR_IN/g" -i tv_bin/script/tvw_config || die
+
+   sed -e "/^ExecStart/s/${PN}/${MY_PN}/" \
+   -i tv_bin/script/teamviewerd.service || die
+}
+
+src_install() {
+   local dst="/opt/${MY_PN}" # install destination
+
+   # Quirk:
+   # Remove Intel 80386 32-bit ELF binary 'libdepend' present in all
+   # archives. It will trip the 'emerge @preserved-libs' logic on amd64
+   # when changing the ABI of one of its dependencies. According to the
+   # TeamViewer devs, this binary is an unused remnant of previous Wine-
+   # based builds and will be removed in future releases anyway
+   rm tv_bin/script/libdepend
+
+   insinto ${dst}
+   doins -r tv_bin
+
+   # Set permissions for executables and libraries
+   for exe in $(find tv_bin -type f -executable -or -name '*.so'); do
+   fperms 755 ${dst}/${exe}
+   done
+
+   # No slotting here, binary expects this service path
+   newinitd "${FILESDIR}"/teamviewerd13.init teamviewerd
+   systemd_dounit tv_bin/script/teamviewerd.service
+
+   insinto /usr/share/dbus-1/services
+   doins tv_bin/script/com.teamviewer.TeamViewer.service
+   doins 

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

2018-01-18 Thread Markus Meier
commit: 8e12712168ee501da403eb2a640de622016a1e57
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jan 18 19:00:02 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jan 18 19:00:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e127121

dev-python/pyblake2: arm stable, bug #640898

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

 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 3bacc678297..41255bdd959 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 ~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: app-admin/logrotate/

2018-01-18 Thread Markus Meier
commit: 67d9a3b2014b183788414fc4eb68773360e65a48
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jan 18 18:58:16 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jan 18 18:58:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d9a3b2

app-admin/logrotate: arm stable, bug #637130

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

 app-admin/logrotate/logrotate-3.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/logrotate/logrotate-3.13.0.ebuild 
b/app-admin/logrotate/logrotate-3.13.0.ebuild
index bd3fbe4b720..3e708af36c7 100644
--- a/app-admin/logrotate/logrotate-3.13.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.13.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl +cron selinux"
 
 CDEPEND="



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

2018-01-18 Thread Markus Meier
commit: 676042f8b3c2040a1e26531a07d30eb96e94c7e1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jan 18 19:01:50 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jan 18 19:01:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676042f8

dev-qt/qtsql: arm stable, bug #637522

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

 dev-qt/qtsql/qtsql-5.7.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild 
b/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild
index 7823c653b1c..cd5428629a2 100644
--- a/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild
+++ b/dev-qt/qtsql/qtsql-5.7.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=6
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
 fi
 
 IUSE="freetds mysql oci8 odbc postgres +sqlite"



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

2018-01-18 Thread Markus Meier
commit: 41732aaf1e05669e7c5fbd28a509d69f0bc13e40
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jan 18 19:03:10 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jan 18 19:03:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41732aaf

net-misc/radvd: arm stable, bug #637520

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

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

diff --git a/net-misc/radvd/radvd-2.17-r1.ebuild 
b/net-misc/radvd/radvd-2.17-r1.ebuild
index 8b036b6541b..6231fead9f7 100644
--- a/net-misc/radvd/radvd-2.17-r1.ebuild
+++ b/net-misc/radvd/radvd-2.17-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
@@ -11,7 +11,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~arm64 hppa ppc sparc ~x86 ~x86-fbsd"
 IUSE="kernel_FreeBSD selinux test"
 
 CDEPEND="dev-libs/libdaemon"



  1   2   3   >