[gentoo-commits] repo/gentoo:master commit in: media-sound/adplay/files/, media-sound/adplay/

2020-02-28 Thread Mikle Kolyada
commit: 429988cc6edf4e067ddfe71eb98097a6b77830b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb 28 08:10:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb 28 08:11:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429988cc

media-sound/adplay: cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-sound/adplay/Manifest|  2 --
 media-sound/adplay/adplay-1.7.ebuild   | 31 --
 media-sound/adplay/adplay-1.8.ebuild   | 30 -
 .../adplay/files/adplay-1.7-fix-c++14.patch| 22 ---
 media-sound/adplay/metadata.xml| 12 -
 5 files changed, 97 deletions(-)

diff --git a/media-sound/adplay/Manifest b/media-sound/adplay/Manifest
deleted file mode 100644
index 95a5684f778..000
--- a/media-sound/adplay/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST adplay-1.7.tar.bz2 264340 BLAKE2B 
ea9231c66a8233ee1d026bccd073440cbbc0e8868469aee33ec0e18c7d893fa24dd20bb4fe960f908db0666e7ee5c6a4afd14051b851b011418796cc0cc2c939
 SHA512 
854a9bee1057d3a42308d9149e74a8abae0b6bdfda5e1466086df9d6aeed4bbc92a045bca02917fc699b43195572b39c6316ddf56ee3441add1a01d6cbbdfcbe
-DIST adplay-1.8.tar.bz2 333582 BLAKE2B 
e5d0e3baf3f37adb1a2f42eee368fbbcb3947b0c651415b60d5f1d648d004789eae0ef75b7e6ac8ad9f90ac9941332e713e36555167648a40a871659083d1b59
 SHA512 
6a82b10fa73ad9317303da03d2fcb1fa97772d850f3f78f53c554b9daaa9ae5d04bc2f0a1b1d25fd5d3a1eab073641d6fa0589070721612987d57762f03363c7

diff --git a/media-sound/adplay/adplay-1.7.ebuild 
b/media-sound/adplay/adplay-1.7.ebuild
deleted file mode 100644
index f74ad97918c..000
--- a/media-sound/adplay/adplay-1.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A console player for AdLib music"
-HOMEPAGE="http://adplug.sourceforge.net";
-SRC_URI="mirror://sourceforge/adplug/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa ao oss sdl"
-
-RDEPEND=">=media-libs/adplug-2.2.1
-   dev-cpp/libbinio
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   sdl? ( media-libs/libsdl )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-PATCHES=( "${FILESDIR}/${PN}-1.7-fix-c++14.patch" )
-
-src_configure() {
-   econf \
-   --disable-output-esound \
-   $(use_enable alsa output-alsa) \
-   $(use_enable ao output-ao) \
-   $(use_enable oss output-oss) \
-   $(use_enable sdl output-sdl)
-}

diff --git a/media-sound/adplay/adplay-1.8.ebuild 
b/media-sound/adplay/adplay-1.8.ebuild
deleted file mode 100644
index 8803bc8d8db..000
--- a/media-sound/adplay/adplay-1.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A console player for AdLib music"
-HOMEPAGE="https://adplug.github.io/";
-SRC_URI="https://github.com/adplug/adplay-unix/releases/download/v${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa ao oss sdl"
-
-RDEPEND=">=media-libs/adplug-2.2.1
-   dev-cpp/libbinio
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   sdl? ( media-libs/libsdl )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --disable-output-esound \
-   $(use_enable alsa output-alsa) \
-   $(use_enable ao output-ao) \
-   $(use_enable oss output-oss) \
-   $(use_enable sdl output-sdl)
-}

diff --git a/media-sound/adplay/files/adplay-1.7-fix-c++14.patch 
b/media-sound/adplay/files/adplay-1.7-fix-c++14.patch
deleted file mode 100644
index aedbbc0ab1c..000
--- a/media-sound/adplay/files/adplay-1.7-fix-c++14.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 48dcaa87ff91369eb41998abd72e226fe138b528 Mon Sep 17 00:00:00 2001
-From: Adam Nielsen 
-Date: Sun, 22 May 2016 08:49:47 +1000
-Subject: [PATCH] Cast -1 to unsigned int to prevent compiler error
-

- src/adplay.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/adplay.cc b/src/adplay.cc
-index d73ec25..da00730 100644
 a/src/adplay.cc
-+++ b/src/adplay.cc
-@@ -90,7 +90,7 @@ static struct {
-   1, 16, 0,  // Else default to mono (until stereo w/ single OPL is fixed)
- #endif
-   MSG_NOTE,
--  -1,
-+  (unsigned int)-1,
-   NULL,
-   NULL,
-   true, false, false, false,

diff --git a/media-sound/adplay/metadata.xml b/media-sound/adplay/metadata.xml
deleted file mode 100644
index dc329baaf1b..000
--- a/media-sound/adplay/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   so...@gentoo.org
-   Gentoo Sound project
-   
-   
-   adplug

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/

2020-02-28 Thread Mikle Kolyada
commit: 534554d0ec166babfd48a365385b0cda5f99fc26
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb 28 08:09:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb 28 08:11:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534554d0

dev-cpp/libbinio: cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-cpp/libbinio/Manifest|  1 -
 dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch | 10 
 dev-cpp/libbinio/files/libbinio-1.4-texi.patch   | 21 
 dev-cpp/libbinio/libbinio-1.4-r1.ebuild  | 32 
 dev-cpp/libbinio/metadata.xml|  8 --
 5 files changed, 72 deletions(-)

diff --git a/dev-cpp/libbinio/Manifest b/dev-cpp/libbinio/Manifest
deleted file mode 100644
index 097dcea72bc..000
--- a/dev-cpp/libbinio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libbinio-1.4.tar.bz2 307664 BLAKE2B 
402eaae2b61ab83bf5b3326618306cb3f6821f20be1e5091cd170e905b6956934d0ad554d68e7cd36622e166391ae10ac656b21e4b364ba61f1c0b301a6f2475
 SHA512 
974b9ecf4f889350dc5b8509a68af392644804c72a291dc1c0e7738f5b0ca3a28b1819ce35c98ae1e58fc9888481feb596b2ba1704e1b85207f64c050bc0230d

diff --git a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch 
b/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch
deleted file mode 100644
index f9455a56131..000
--- a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/binwrap.cpp
-+++ b/src/binwrap.cpp
-@@ -18,6 +18,7 @@
-  */
- 
- #include "binwrap.h"
-+#include 
- 
- #if BINIO_ENABLE_IOSTREAM
- 

diff --git a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch 
b/dev-cpp/libbinio/files/libbinio-1.4-texi.patch
deleted file mode 100644
index b7a4798848b..000
--- a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Patch from 
http://libbinio.cvs.sourceforge.net/viewvc/libbinio/libbinio/doc/libbinio.texi?r1=1.13&r2=1.14
 a/doc/libbinio.texi
-+++ b/doc/libbinio.texi
-@@ -9,7 +9,7 @@
- This manual documents the binary I/O stream class library, version
- @value{VERSION}. It was last updated on @value{UPDATED}.
- 
--Copyright @copyright{} 2002 - 2004 Simon Peter
-+Copyright @copyright{} 2002 - 2005 Simon Peter
- 
- @quotation
- Permission is granted to copy, distribute and/or modify this document
-@@ -27,7 +27,7 @@
- 
- @dircategory Software Libraries
- @direntry
--* libbinio: (libbinio)  Binary I/O stream class library 
@value{VERSION}
-+* libbinio: (libbinio).  Binary I/O stream class library 
@value{VERSION}
- @end direntry
- 
- @titlepage

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild 
b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
deleted file mode 100644
index abfc9d7a9e0..000
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Binary I/O stream class library"
-HOMEPAGE="http://libbinio.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="sys-apps/texinfo"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-cstdio.patch
-   "${FILESDIR}"/${P}-texi.patch
-)
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-cpp/libbinio/metadata.xml b/dev-cpp/libbinio/metadata.xml
deleted file mode 100644
index 87c6909a790..000
--- a/dev-cpp/libbinio/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   libbinio
-   
-



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

2020-02-28 Thread Mikle Kolyada
commit: ae5535d902b84a4d7a56a889d9b26d185b82d740
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb 28 08:09:15 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb 28 08:11:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5535d9

media-libs/adplug: cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-libs/adplug/Manifest|  1 -
 media-libs/adplug/adplug-2.3.1.ebuild | 41 ---
 media-libs/adplug/adplug-.ebuild  | 41 ---
 media-libs/adplug/metadata.xml| 11 --
 4 files changed, 94 deletions(-)

diff --git a/media-libs/adplug/Manifest b/media-libs/adplug/Manifest
deleted file mode 100644
index e8b959360bd..000
--- a/media-libs/adplug/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST adplug-2.3.1.tar.bz2 1478424 BLAKE2B 
8c2b65d11d3b12b4a3337bc9c6ada2920b07279ac0199d4bdf1fa2ceec2f51748a1bb9357456b3e7aba7c906253691066b274e7a7c7578c777d1e2e77f5131f0
 SHA512 
324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3

diff --git a/media-libs/adplug/adplug-2.3.1.ebuild 
b/media-libs/adplug/adplug-2.3.1.ebuild
deleted file mode 100644
index f6a919007c4..000
--- a/media-libs/adplug/adplug-2.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit out-of-source
-
-DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player 
library"
-HOMEPAGE="http://adplug.github.io/";
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/adplug/adplug.git";
-else
-   
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-IUSE="debug static-libs"
-
-RDEPEND=">=dev-cpp/libbinio-1.4"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-my_src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable debug)
-}
-
-my_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-libs/adplug/adplug-.ebuild 
b/media-libs/adplug/adplug-.ebuild
deleted file mode 100644
index 3be26a1cfba..000
--- a/media-libs/adplug/adplug-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit out-of-source
-
-DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player 
library"
-HOMEPAGE="http://adplug.github.io/";
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/adplug/adplug.git";
-else
-   
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="debug static-libs"
-
-RDEPEND=">=dev-cpp/libbinio-1.4"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-my_src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable debug)
-}
-
-my_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-libs/adplug/metadata.xml b/media-libs/adplug/metadata.xml
deleted file mode 100644
index 72259cedf74..000
--- a/media-libs/adplug/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   so...@gentoo.org
-   Gentoo Sound project
-   
-   
-   adplug/adplug
-   
-



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

2020-02-28 Thread Mikle Kolyada
commit: 2172eb2ec8df4f22d00c2a4f8c0388df5f8efba7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb 28 08:14:34 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb 28 08:14:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2172eb2e

profiles/p.mask: cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ad370d5f99c..d4df0033f87 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -558,16 +558,6 @@ www-plugins/passff
 # and have no reverse dependencies.
 # Removal in 30 days.  Bug #706360.
 
-# David Seifert  (2020-01-25)
-# Upstream is mostly unresponsive and doesn't have the resources to
-# fix their code. Lots of bugs in the form of big endian issues, buffer
-# overflows, heap overflows, memory leaks and missing sanity checks.
-# Includes libbinio, which is only used by adplug and in a similarly poor
-# state. Multiple open CVEs, removal in 30 days. Bug #667170, #706346.
-media-libs/adplug
-dev-cpp/libbinio
-media-sound/adplay
-
 # Victor Payno  (2020-01-23)
 # Requires slotted lua.
 =dev-lang/lua-5.1.5-r103



[gentoo-commits] repo/proj/rust:master commit in: dev-rust/cranelift-tools/

2020-02-28 Thread Mikhail Pukhlikov
commit: 508902d8c4018887cd40c75ec1fd3e33dea2
Author: stefson  yahoo  de>
AuthorDate: Wed Feb 26 07:57:01 2020 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Feb 28 10:10:16 2020 +
URL:https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=508902d8

dev-rust/cranelift-tools: update to v0.59.0

Signed-off-by: Steffen Kuhn  yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/479
Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 dev-rust/cranelift-tools/Manifest  | 34 +++---
 ...0.58.0.ebuild => cranelift-tools-0.59.0.ebuild} | 34 +++---
 2 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/dev-rust/cranelift-tools/Manifest 
b/dev-rust/cranelift-tools/Manifest
index 4da7197..9e366aa 100644
--- a/dev-rust/cranelift-tools/Manifest
+++ b/dev-rust/cranelift-tools/Manifest
@@ -24,20 +24,20 @@ DIST console-0.9.2.crate 18759 SHA256 
45e0f3986890b3acbc782009e2629dfe2baa430ac0
 DIST const-random-0.1.8.crate 5972 SHA256 
2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a SHA512 
8a589c45499280abae532ae1eaf960671a75daf758a157ab781a83f005ea233166c2ac6175ef3cecbe652ae129b5fcb81cd4440bd9355fb93588551ec4331a16
 WHIRLPOOL 
9d923df796b255427af36c529411e3943be3d7b78c78d55a606ecb5bbaeecf8aa0a25974c9847a137ede703b2ac23c1776273b6d72b3e3338f6658084f90b745
 DIST const-random-macro-0.1.8.crate 5844 SHA256 
25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a SHA512 
297c908bff0412c6e7388a004b62b5f298ef5a6292e4888d93b7db978ad11d520f0fa2a5f3883fb9e698eca144ce90e715748fd1452185b667fc20617f9e7a1b
 WHIRLPOOL 
c3e371afc7b1c43ef12ca58a5262abf971fce70ae741500f1c116bc7e756ce6fcb791a484e8d5c51cc25f1459b0b669a18e7fe0e80aa8ac055b022643021356b
 DIST constant_time_eq-0.1.5.crate 4936 SHA256 
245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SHA512 
a4e0155a7ad72babcfd418d832d362b3fca7333aaaf36c246b00e948983837c3c93378b86e37c5fa7626fe137e3b6d77276ccc61624a7f4ab914605905a88a01
 WHIRLPOOL 
11d020b421b0c6ff4524ae7e5353e8075abc0d618e6cd196538e8b8601e99f690be90999ea6577627a14f2388e478c2b302d34d008cb46e7223c5e060573476e
-DIST cranelift-0.58.0.crate 6193 SHA256 
95f0ac066a0f298609ae310f535b02da6aa7f5280840f056c4dc1b725beb45d3 SHA512 
11e23aff40dab33bdd306a960024db38e82e9c3a6cfb96cc8630b6a3d19e748b1f4d37c329ae31c08e4c3b7df29d256c25c1cf757c7a1157af493bdafb86d3e2
 WHIRLPOOL 
17df933b8c7a3e781f9565288c80a0bcdb0a23f4011a7e27f9ed18c9ce781de0727242a165a1d95814cdf992be03d3586d45d0cadda7e4b1e8daf8d55596b175
-DIST cranelift-bforest-0.58.0.crate 30887 SHA256 
fd0f53d59dc9ab1c8ab68c991d8406b52b7a0aab0b15b05a3a6895579c4e5dd9 SHA512 
413040e5589107d8a6ad530cbccbd7fa2524b09f06b6f427335c4669cdc3dd23446144867abd4d9a627b729c706d1f4f9c99a2474e70bfa970d296e3f265e7cb
 WHIRLPOOL 
d4158322ffa668decc227d413fc321ad66bf30ad3f5b92a841a322b31465a410609225b957f4c04b1680984c0bbd9d2291b74b11773e606d74ab0aa15be4ed42
-DIST cranelift-codegen-0.58.0.crate 341293 SHA256 
0381a794836fb994c47006465d46d46be072483b667f36013d993b9895117fee SHA512 
3b10db71f45d33aa29d531c99436b65624a5ab1a41bc5458f544c9724fcff8a2a2da654c33ff8dba5ca91d9db1e8381bfaccb90550ab91cbfc9658dd324709e6
 WHIRLPOOL 
98760160063c6a1f7779ec73e49df546180393ef7064f6193360c74929a666f156117ca3c9b569ae3844f7545338ded284f339a8018d7243aef1861398223a71
-DIST cranelift-codegen-meta-0.58.0.crate 164413 SHA256 
208c3c8d82bfef32a534c5020c6cfc3bc92f41388f1246b7bb98cf543331abaa SHA512 
52c960777e8feb1429c55416f2127a144ab851f8855a5c6a640b9044bbb242e44de9a135364cfcd476585843b9675b2f9f2155a68ec76ce6e148c278e047dc49
 WHIRLPOOL 
edec9457d9a62019167316cf48cf59e4f6555652bd2d1047c44a20e1c84a63a28d634163f1aecddf232dc4baf9df5b86ccfd91cc06bd7d666837fd74bba4
-DIST cranelift-entity-0.58.0.crate 24253 SHA256 
0c8c7ed50812194c9e9de1fa39c77b39fc9ab48173d5e7ee88b25b6a8953e9b8 SHA512 
a43cd7f1c1cf84a5e7b5aca2c80494a293ee819247be876e80466cafd37e4964d9ff4b23f7052c69b7cbf136b2a41d31ecc12c6ba0dd3441a2960f3d11ac0fa2
 WHIRLPOOL 
4215cfdb05c3cc4b596d4b489c96a15416abcf15d5429e93cf3225b4bc3f550955ff488340252339dd4f9dc1f9f245026915e506a2136f3135f9585da52bc34c
-DIST cranelift-faerie-0.58.0.crate 10865 SHA256 
0e12ec86c3a9570c5c56e0efc759ba6e7e3a5965e3ffe33e4548772b4c9c27b8 SHA512 
52494575daa372f7c8a620af7718c78472efcf8f7e10f4b0de38fb73055cba20ad5254a20960da5d0476cea6499c324fc258d716f2dfa51f6be88d215eeabded
 WHIRLPOOL 
94e4da1679ae0e14b07f8c25d06b03b1e3bcf93852317210bf639c6c616919d061b2928e4d63b813346ad9570ab0dcf5542f18590216bea7b40c80c0b889b28a
-DIST cranelift-frontend-0.58.0.crate 31549 SHA256 
21ceb931d9f919731df1b1ecdc716b5c66384b413a7f95909d1f45441ab9bef5 SHA512 
7d7e620974e3ce31b3da100f800a1cd82f81a040e0d042d66d011a159e4a254132cdd59b8c75fff35d20712e4c5120c3c652f1f6fedc6475034bb532a4363fae
 WHIRLPOOL 
50a06c271d9fbc918fa35a25fa1eb929f0664e4186bf58a3c35ed96a284ebe2f167274dd84ff6a78efaa72e3185c4c09cdfb4b7c0e629669abfe34eb64058873
-DIST cranelift-module-0.58.0.crate 14071 SHA256 
176d85dd8436eb97303c6ba79365c0c16

[gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/

2020-02-28 Thread Andreas Sturmlechner
commit: 14ee15e92aa9df567c0e7245b4e83190fc7ebab7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 26 20:37:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 28 10:07:43 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=14ee15e9

dev-qt/qtwayland: Add USE vulkan

Closes: https://bugs.gentoo.org/703594
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwayland/metadata.xml   | 1 +
 dev-qt/qtwayland/qtwayland-5.14..ebuild | 9 +++--
 dev-qt/qtwayland/qtwayland-5.15..ebuild | 9 +++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index 4fb03e67..db7a41ae 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -7,6 +7,7 @@


Enable support for input devices via 
dev-libs/libinput
+   Enable support for Vulkan-based server 
buffer integration


https://bugreports.qt.io/

diff --git a/dev-qt/qtwayland/qtwayland-5.14..ebuild 
b/dev-qt/qtwayland/qtwayland-5.14..ebuild
index 0602db2f..5fa75b67 100644
--- a/dev-qt/qtwayland/qtwayland-5.14..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14..ebuild
@@ -10,15 +10,16 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput xcomposite"
+IUSE="+libinput vulkan xcomposite"
 
 DEPEND="
>=dev-libs/wayland-1.6.0
~dev-qt/qtcore-${PV}
~dev-qt/qtdeclarative-${PV}
-   ~dev-qt/qtgui-${PV}[egl,libinput=]
+   ~dev-qt/qtgui-${PV}[egl,libinput=,vulkan=]
media-libs/mesa[egl]
>=x11-libs/libxkbcommon-0.2.0
+   vulkan? ( dev-util/vulkan-headers )
xcomposite? (
x11-libs/libX11
x11-libs/libXcomposite
@@ -37,6 +38,10 @@ src_prepare() {
src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
tests/auto/compositor/compositor/compositor.pro
 
+   qt_use_disable_config vulkan wayland-vulkan-server-buffer \
+   src/plugins/hardwareintegration/client/client.pro \
+   src/plugins/hardwareintegration/compositor/compositor.pro
+
use xcomposite || rm -r config.tests/xcomposite || die
 
qt5-build_src_prepare

diff --git a/dev-qt/qtwayland/qtwayland-5.15..ebuild 
b/dev-qt/qtwayland/qtwayland-5.15..ebuild
index 5e2e0a8c..0f7e93ca 100644
--- a/dev-qt/qtwayland/qtwayland-5.15..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15..ebuild
@@ -10,15 +10,16 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput xcomposite"
+IUSE="+libinput vulkan xcomposite"
 
 DEPEND="
>=dev-libs/wayland-1.6.0
~dev-qt/qtcore-${PV}
~dev-qt/qtdeclarative-${PV}
-   ~dev-qt/qtgui-${PV}[egl,libinput=]
+   ~dev-qt/qtgui-${PV}[egl,libinput=,vulkan=]
media-libs/mesa[egl]
>=x11-libs/libxkbcommon-0.2.0
+   vulkan? ( dev-util/vulkan-headers )
xcomposite? (
x11-libs/libX11
x11-libs/libXcomposite
@@ -37,5 +38,9 @@ src_prepare() {
src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
tests/auto/compositor/compositor/compositor.pro
 
+   qt_use_disable_config vulkan wayland-vulkan-server-buffer \
+   src/plugins/hardwareintegration/client/client.pro \
+   src/plugins/hardwareintegration/compositor/compositor.pro
+
qt5-build_src_prepare
 }



[gentoo-commits] proj/qt:master commit in: dev-qt/qtcharts/

2020-02-28 Thread Andreas Sturmlechner
commit: 6514fd19abba350a64f6aaf9633baf9d42cf0c96
Author: Roy Bamford  gentoo  org>
AuthorDate: Mon Feb 17 18:14:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 28 10:14:52 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6514fd19

dev-qt/qtcharts: added ~arm64 keywords

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtcharts/qtcharts-5.14..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5.15..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5..ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtcharts/qtcharts-5.14..ebuild 
b/dev-qt/qtcharts/qtcharts-5.14..ebuild
index c2fe1de1..692c394c 100644
--- a/dev-qt/qtcharts/qtcharts-5.14..ebuild
+++ b/dev-qt/qtcharts/qtcharts-5.14..ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Chart component library for the Qt5 framework"
 LICENSE="GPL-3"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 IUSE="qml"

diff --git a/dev-qt/qtcharts/qtcharts-5.15..ebuild 
b/dev-qt/qtcharts/qtcharts-5.15..ebuild
index c2fe1de1..692c394c 100644
--- a/dev-qt/qtcharts/qtcharts-5.15..ebuild
+++ b/dev-qt/qtcharts/qtcharts-5.15..ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Chart component library for the Qt5 framework"
 LICENSE="GPL-3"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 IUSE="qml"

diff --git a/dev-qt/qtcharts/qtcharts-5..ebuild 
b/dev-qt/qtcharts/qtcharts-5..ebuild
index c2fe1de1..692c394c 100644
--- a/dev-qt/qtcharts/qtcharts-5..ebuild
+++ b/dev-qt/qtcharts/qtcharts-5..ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Chart component library for the Qt5 framework"
 LICENSE="GPL-3"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 IUSE="qml"



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/

2020-02-28 Thread Andreas Sturmlechner
commit: 6878e3e22339f965e33f9cedc435542a7728c425
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 26 19:22:05 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 28 09:59:11 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6878e3e2

dev-qt/qtwayland: Fix USE libinput

Upstream commit a8fed201

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

 dev-qt/qtwayland/qtwayland-5.14..ebuild | 4 ++--
 dev-qt/qtwayland/qtwayland-5.15..ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14..ebuild 
b/dev-qt/qtwayland/qtwayland-5.14..ebuild
index ac4fdc11..0602db2f 100644
--- a/dev-qt/qtwayland/qtwayland-5.14..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   qt_use_disable_config libinput xkbcommon-evdev \
+   qt_use_disable_config libinput xkbcommon \
src/client/client.pro \
src/compositor/wayland_wrapper/wayland_wrapper.pri \
src/plugins/shellintegration/ivi-shell/ivi-shell.pro \

diff --git a/dev-qt/qtwayland/qtwayland-5.15..ebuild 
b/dev-qt/qtwayland/qtwayland-5.15..ebuild
index 30d80e6b..5e2e0a8c 100644
--- a/dev-qt/qtwayland/qtwayland-5.15..ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15..ebuild
@@ -27,7 +27,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   qt_use_disable_config libinput xkbcommon-evdev \
+   qt_use_disable_config libinput xkbcommon \
src/client/client.pro \
src/compositor/wayland_wrapper/wayland_wrapper.pri \
src/plugins/shellintegration/ivi-shell/ivi-shell.pro \



[gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/

2020-02-28 Thread Andreas Sturmlechner
commit: d6e9b991107ae70de433ff9adab8db652575674a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 26 21:30:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 28 10:03:44 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d6e9b991

dev-qt/qtgui: Add USE vulkan

Bug: https://bugs.gentoo.org/703594
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtgui/metadata.xml   | 1 +
 dev-qt/qtgui/qtgui-5.14..ebuild | 7 +--
 dev-qt/qtgui/qtgui-5.15..ebuild | 7 +--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml
index 5fd07056..a7e86f45 100644
--- a/dev-qt/qtgui/metadata.xml
+++ b/dev-qt/qtgui/metadata.xml
@@ -14,6 +14,7 @@
Enable support for input devices via 
dev-libs/libinput
Enable support for touchscreen devices via 
x11-libs/tslib
Build plugin to receive touch events over the 
TUIO protocol
+   Enable support for Vulkan
Provide dev-qt/qtwayland to 
ensure Qt applications can be run as Wayland clients
Build the XCB platform plugin and enable X11 
integration


diff --git a/dev-qt/qtgui/qtgui-5.14..ebuild 
b/dev-qt/qtgui/qtgui-5.14..ebuild
index e077dd59..e9b747e5 100644
--- a/dev-qt/qtgui/qtgui-5.14..ebuild
+++ b/dev-qt/qtgui/qtgui-5.14..ebuild
@@ -15,8 +15,8 @@ fi
 
 # TODO: linuxfb
 
-IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
-   jpeg +libinput +png tslib tuio +udev vnc wayland +X"
+IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus jpeg
+   +libinput +png tslib tuio +udev vnc vulkan wayland +X"
 REQUIRED_USE="
|| ( eglfs X )
accessibility? ( dbus X )
@@ -53,6 +53,7 @@ COMMON_DEPEND="
tuio? ( ~dev-qt/qtnetwork-${PV} )
udev? ( virtual/libudev:= )
vnc? ( ~dev-qt/qtnetwork-${PV} )
+   vulkan? ( dev-util/vulkan-headers )
X? (
x11-libs/libICE
x11-libs/libSM
@@ -120,6 +121,7 @@ QT5_GENTOO_CONFIG=(
!png:no-png:
tslib:tslib:
udev:libudev:
+   vulkan:vulkan:
X:xcb:
X:xcb-glx:
X:xcb-plugin:
@@ -178,6 +180,7 @@ src_configure() {
$(qt_use png libpng system)
$(qt_use tslib)
$(qt_use udev libudev)
+   $(qt_use vulkan)
$(qt_use X xcb system)
$(usex X '-xcb-xlib -xcb-xinput -xkb' '')
)

diff --git a/dev-qt/qtgui/qtgui-5.15..ebuild 
b/dev-qt/qtgui/qtgui-5.15..ebuild
index e1bbc622..27b95fde 100644
--- a/dev-qt/qtgui/qtgui-5.15..ebuild
+++ b/dev-qt/qtgui/qtgui-5.15..ebuild
@@ -15,8 +15,8 @@ fi
 
 # TODO: linuxfb
 
-IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
-   jpeg +libinput +png tslib tuio +udev vnc wayland +X"
+IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus jpeg
+   +libinput +png tslib tuio +udev vnc vulkan wayland +X"
 REQUIRED_USE="
|| ( eglfs X )
accessibility? ( dbus X )
@@ -53,6 +53,7 @@ COMMON_DEPEND="
tuio? ( ~dev-qt/qtnetwork-${PV} )
udev? ( virtual/libudev:= )
vnc? ( ~dev-qt/qtnetwork-${PV} )
+   vulkan? ( dev-util/vulkan-headers )
X? (
x11-libs/libICE
x11-libs/libSM
@@ -120,6 +121,7 @@ QT5_GENTOO_CONFIG=(
!png:no-png:
tslib:tslib:
udev:libudev:
+   vulkan:vulkan:
X:xcb:
X:xcb-glx:
X:xcb-plugin:
@@ -178,6 +180,7 @@ src_configure() {
$(qt_use png libpng system)
$(qt_use tslib)
$(qt_use udev libudev)
+   $(qt_use vulkan)
$(qt_use X xcb)
$(usex X '-xcb-xlib' '')
)



[gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/

2020-02-28 Thread Andreas Sturmlechner
commit: 820e61a0d802ecd9aa19c087971cc8fb7dccd1d6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 26 21:43:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 28 10:11:33 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=820e61a0

dev-qt/qtdeclarative: Add USE vulkan

Bug: https://bugs.gentoo.org/703594
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtdeclarative/metadata.xml   | 1 +
 dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild | 4 ++--
 dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtdeclarative/metadata.xml 
b/dev-qt/qtdeclarative/metadata.xml
index cffb0c60..9fc82650 100644
--- a/dev-qt/qtdeclarative/metadata.xml
+++ b/dev-qt/qtdeclarative/metadata.xml
@@ -8,6 +8,7 @@

Use GLES 2.0 or later instead of full 
OpenGL
Build the LocalStorage import for 
QtQuick (requires QtSql)
+   Enable support for Vulkan
Enable QtWidgets support



diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild
index a70c3d60..74bb692c 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.14..ebuild
@@ -11,13 +11,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="gles2 +jit localstorage +widgets"
+IUSE="gles2 +jit localstorage vulkan +widgets"
 
 BDEPEND="${PYTHON_DEPS}"
 # qtgui[gles2=] is needed because of bug 504322
 DEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[gles2=]
+   ~dev-qt/qtgui-${PV}[gles2=,vulkan=]
~dev-qt/qtnetwork-${PV}
~dev-qt/qttest-${PV}
localstorage? ( ~dev-qt/qtsql-${PV} )

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild
index a70c3d60..74bb692c 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15..ebuild
@@ -11,13 +11,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="gles2 +jit localstorage +widgets"
+IUSE="gles2 +jit localstorage vulkan +widgets"
 
 BDEPEND="${PYTHON_DEPS}"
 # qtgui[gles2=] is needed because of bug 504322
 DEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[gles2=]
+   ~dev-qt/qtgui-${PV}[gles2=,vulkan=]
~dev-qt/qtnetwork-${PV}
~dev-qt/qttest-${PV}
localstorage? ( ~dev-qt/qtsql-${PV} )



[gentoo-commits] proj/devmanual:master commit in: appendices/contributing/

2020-02-28 Thread Ulrich Müller
commit: 41b26f1c15143b3af864b8a9045ee3efbac068b9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Feb 28 10:31:33 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Feb 28 10:31:33 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=41b26f1c

appendices/contributing: Update information on how to build.

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributing/text.xml | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 803655c..9134ae0 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -34,8 +34,8 @@ fine too  the formatting can be easily done by someone 
else (meaning, us).
 
 
 
-  Where to find the sources
-  
+Where to find the sources
+
 
 
 Currently, sources are hosted on
@@ -51,12 +51,18 @@ for those who prefer to submit patches using pull requests.
 
 
 To build the devmanual, simply run make in the top directory of
-the repository. You need xsltproc (from
-dev-libs/libxslt) for the XML to HTML conversion and
-convert (from media-gfx/imagemagick) for the SVG to PNG
-conversion used in some of the figures throughout the document.
+the repository. You need xsltproc (from dev-libs/libxslt)
+for the XML to HTML conversion, xmllint (from dev-libs/libxml2)
+for validation, and rsvg-convert (from gnome-base/librsvg) for
+the SVG to PNG conversion used in some of the figures throughout the document.
+
+
+
+To check if the document's XML is valid, run make validate in the
+top-level directory, which will validate all XML files using xmllint.
 
-  
+
+
 
 
 



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

2020-02-28 Thread Marek Szuba
commit: 4d3b73032bb7a22457d8cd762f4240305ef66111
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Feb 28 11:45:43 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Feb 28 11:45:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3b7303

virtual/opencl: Only pull in media-libs/mesa on supported GPUs

virtual/opencl uses media-libs/mesa[opencl] as driver-independent
fallback OpenCL provider. However, media-libs/mesa[opencl] depends
on dev-libs/libclc - which at the time of me writing this only
supports nvidia, r600 and radeonsi, and whose REQUIRED_USE clause
requires at least one of the corresponding VIDEO_CARDS flags to be
set. This effectively breaks the OpenCL dependency cycle for a lot of
configurations, e.g. for VIDEO_CARDS="nouveau" systems.

Only try to use Mesa as an OpenCL provider when VIDEO_CARDS includes a
GPU supported by dev-libs/libclc.

Note that this means there is now no fallback OpenCL provider for
ABI_X86_32. Moreover, for ABI_X86_64 the fallback provider is now
dev-util/intel-ocl-sdk, which almost certainly doesn't work on AMD CPUs
- which however should be mostly harmless (the package should simply do
nothing beyond satisfying virtual/opencl dependencies), especially given
many OpenCL-aware applications ignore CPU-type devices anyway.

Closes: https://bugs.gentoo.org/710724
Signed-off-by: Marek Szuba  gentoo.org>

 virtual/opencl/opencl-2.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/virtual/opencl/opencl-2.ebuild b/virtual/opencl/opencl-2.ebuild
index 81e5238f3c1..9963833977e 100644
--- a/virtual/opencl/opencl-2.ebuild
+++ b/virtual/opencl/opencl-2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit multilib-build
 DESCRIPTION="Virtual for OpenCL implementations"
 SLOT="0"
 KEYWORDS="amd64 x86"
-CARDS=( amdgpu i965 nvidia )
+CARDS=( amdgpu i965 nvidia r600 radeonsi )
 IUSE="${CARDS[@]/#/video_cards_}"
 
 # intel-neo and intel-ocl-sdk are amd64-only
@@ -17,11 +17,15 @@ RDEPEND="app-eselect/eselect-opencl
video_cards_i965? ( || (
abi_x86_64? ( !abi_x86_32? ( dev-libs/intel-neo ) )
dev-libs/beignet ) )
-   >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}]
video_cards_amdgpu? ( || (
dev-libs/rocm-opencl-runtime
dev-libs/amdgpu-pro-opencl ) )
video_cards_nvidia? (
-   >=x11-drivers/nvidia-drivers-290.10-r2[uvm] )
+   >=x11-drivers/nvidia-drivers-290.10-r2[uvm]
+   >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] 
)
+   video_cards_r600? (
+   >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] 
)
+   video_cards_radeonsi? (
+   >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] 
)
abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) )
)"



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

2020-02-28 Thread Marek Szuba
commit: 324d30a33566efe8fe1485115e30e0a934bbcf29
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Feb 28 12:07:07 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Feb 28 12:07:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324d30a3

virtual/opencl: OR, not AND for nvidia providers

Signed-off-by: Marek Szuba  gentoo.org>

 virtual/opencl/opencl-2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/opencl/opencl-2.ebuild b/virtual/opencl/opencl-2.ebuild
index 9963833977e..cbacc93b319 100644
--- a/virtual/opencl/opencl-2.ebuild
+++ b/virtual/opencl/opencl-2.ebuild
@@ -20,9 +20,9 @@ RDEPEND="app-eselect/eselect-opencl
video_cards_amdgpu? ( || (
dev-libs/rocm-opencl-runtime
dev-libs/amdgpu-pro-opencl ) )
-   video_cards_nvidia? (
+   video_cards_nvidia? ( || (
>=x11-drivers/nvidia-drivers-290.10-r2[uvm]
-   >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] 
)
+   >=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] 
) )
video_cards_r600? (
>=media-libs/mesa-9.1.6[opencl,X(+),${MULTILIB_USEDEP}] 
)
video_cards_radeonsi? (



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gp2c/

2020-02-28 Thread Michael Orlitzky
commit: d33293af186d3bb14d13e57bbe8ad6e76359ceba
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Feb 28 12:32:56 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Feb 28 12:33:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33293af

sci-mathematics/gp2c: maintainer stabilize on amd64.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild 
b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
index b7314146b67..d08485d0c0e 100644
--- a/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
+++ b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/GP2C/${MY_P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/

2020-02-28 Thread Michael Orlitzky
commit: 7d9d78d4154c1aa111a5316b7c4fd13bb4319fd1
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Feb 28 12:51:34 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Feb 28 12:53:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9d78d4

sci-mathematics/rw: new revision sans the "rw" executable.

The main use case for rw is as a library, specifically one used by
SageMath. The "rw" executable was nice to have, but it pulls in
dev-libs/igraph, and igraph upstream has gone crazy and started
copy/pasting libraries into its "src" directory. Since igraph
will never be upgraded like that, it's staying unmaintained and
won't be stabilized, thereby blocking the stabilization of rw.

This commit drops the "rw" executable entirely, so that we can get rid
of the igraph dependency and stabilize a version of rw.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/rw/metadata.xml   |  4 
 .../rw/{rw-0.8-r1.ebuild => rw-0.8-r2.ebuild} | 19 +--
 2 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml
index 76588843b8f..4a95d1f4b12 100644
--- a/sci-mathematics/rw/metadata.xml
+++ b/sci-mathematics/rw/metadata.xml
@@ -29,10 +29,6 @@
 additions on masked integers" by Michael D. Adams and David S. Wise.
   
 
-  
-Build the 'rw' program.
-  
-
   
 rankwidth
   

diff --git a/sci-mathematics/rw/rw-0.8-r1.ebuild 
b/sci-mathematics/rw/rw-0.8-r2.ebuild
similarity index 69%
rename from sci-mathematics/rw/rw-0.8-r1.ebuild
rename to sci-mathematics/rw/rw-0.8-r2.ebuild
index 4ccfc56281e..cd1ab5d589b 100644
--- a/sci-mathematics/rw/rw-0.8-r1.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r2.ebuild
@@ -12,13 +12,10 @@ 
SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz";
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="+executable"
-
-DEPEND="executable? ( >=dev-libs/igraph-0.6 )"
+IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.
-RDEPEND="${DEPEND}
-   !media-gfx/xpaint"
+RDEPEND="!media-gfx/xpaint"
 
 src_prepare() {
# The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
@@ -30,13 +27,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf $(use_enable executable)
-}
-
-src_install() {
-   default
-   # The examples graphs are meant to be fed uncompressed into the 'rw'
-   # program. The rest of the docs are small so just leave everything
-   # uncompressed.
-   docompress -x /usr/share/doc/${PF}
+   # The executable depends on igraph, which has gone off the rails
+   # upstream and has copy/pasted ~10 libraries into its src/ directory.
+   econf --disable-executable
 }



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

2020-02-28 Thread Louis Sautier
commit: 21b07cefa41947c2cdff77f39351ba1aed8e4c34
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Feb 28 12:58:17 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Feb 28 13:09:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b07cef

dev-python/jaraco-packaging: remove old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-packaging/Manifest   |  1 -
 .../jaraco-packaging/jaraco-packaging-6.1.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/dev-python/jaraco-packaging/Manifest 
b/dev-python/jaraco-packaging/Manifest
index 6a2ea2ddb81..25ed9ad6967 100644
--- a/dev-python/jaraco-packaging/Manifest
+++ b/dev-python/jaraco-packaging/Manifest
@@ -1,5 +1,4 @@
 DIST jaraco.packaging-4.1.tar.gz 8820 BLAKE2B 
43c14e12439d161f9a42005dcaed4d6945fa35ec3498bed81d2e6d10b08b056838dcf92fd6319951dddcfc908c8d33796bd9515aa5e77a04c02298cdcfd240ba
 SHA512 
381ac1ba3a8eeea1235e719d98b61e38399d3fea1310732b0e2f921a3d46544efbb12c23c03bfa3ecfa07697458cb8930ca5156df7b411509c7b1da0b673d7cd
 DIST jaraco.packaging-5.1.tar.gz 10393 BLAKE2B 
ddef0ea4006b1a114d81238d5182c03cc50186452b326ef9a02f1a2e745bc731fc6969475a306b25a22d6daec5951e8d11cacd61d519e82cb461140e5003813d
 SHA512 
d86cf6fce8037a9a5f2dfe29c7df810376127b3e02d270bfbc11e16bd43c10e0ab76f2739e5cdf904a9e54ca8d7fc3559e51d089ee39b4486c84902b23be530c
-DIST jaraco.packaging-6.1.tar.gz 14736 BLAKE2B 
278ab889f236b4a53e6f3978b876952e83777da2e1c096801712bb6833fc85b342fe1c18bb7b1bd78a801c6216dbae74a75a416ef29cd4ec0a7017b8d5bd73bb
 SHA512 
a84c71bd880879f172e6527987e9ffa681da28803112a0195fb21153cb6cd1b3d5c00a6d21c562d7c5542349f335bea4a349fd22662f22dd7bf9bef7b6b0f7d8
 DIST jaraco.packaging-6.2.tar.gz 15408 BLAKE2B 
21c63b4e400bdf8b4b79873e6a96c7576b91500624c942246a8f64fc06da22e90203832c3c3084803c6ee23af8f102bb23cb12276cd3bba13446815f4a71f0dc
 SHA512 
f8496a9dccb29dbac24927b40bc29d472b8c6bdb939bfcacf70196130ba9c961747a8b75c63574352a8bfeb2a512eb849dfba3344e942f1338ea1538e0767f33
 DIST jaraco.packaging-8.1.0.tar.gz 15322 BLAKE2B 
c354bec458a319bd9df0667c155203efa5c3de2d95218d0dd3a5878011d2d8fef694a490a2bac0035bff8daa18d1a3447c2c8dab7c0bd7bb09b62969f91d4709
 SHA512 
6765cb047f2f0416d6afc4ff6ee0d84d03da0e07c7a7121518fbaf668f587c044f567c1d66a455372897ec1634ba5ee490552ac92064ca072e20b8f60a3b

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-6.1.ebuild
deleted file mode 100644
index 1f732fa28f6..000
--- a/dev-python/jaraco-packaging/jaraco-packaging-6.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Tools to supplement packaging Python releases"
-HOMEPAGE="https://github.com/jaraco/jaraco.packaging";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
-   if use doc; then
-   cd docs || die
-   sphinx-build . _build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Skip one test which requires network access
-   # Override pytest options to skip flake8
-   PYTHONPATH=. pytest -vv -k "not test_revived_distribution" \
-   --override-ini="addopts=--doctest-modules" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
-python_install() {
-   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
-   # note: eclass may default to --skip-build in the future
-   distutils-r1_python_install --skip-build
-}



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

2020-02-28 Thread Louis Sautier
commit: e3dc4962e2bded41d75617af00d2103388cfcd88
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Feb 28 12:57:45 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Feb 28 13:09:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dc4962

dev-python/jaraco-packaging: bump to 8.1.0, remove Python 2 support

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-packaging/Manifest   |  1 +
 .../jaraco-packaging/jaraco-packaging-8.1.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/jaraco-packaging/Manifest 
b/dev-python/jaraco-packaging/Manifest
index fd4bde8ef6b..6a2ea2ddb81 100644
--- a/dev-python/jaraco-packaging/Manifest
+++ b/dev-python/jaraco-packaging/Manifest
@@ -2,3 +2,4 @@ DIST jaraco.packaging-4.1.tar.gz 8820 BLAKE2B 
43c14e12439d161f9a42005dcaed4d6945
 DIST jaraco.packaging-5.1.tar.gz 10393 BLAKE2B 
ddef0ea4006b1a114d81238d5182c03cc50186452b326ef9a02f1a2e745bc731fc6969475a306b25a22d6daec5951e8d11cacd61d519e82cb461140e5003813d
 SHA512 
d86cf6fce8037a9a5f2dfe29c7df810376127b3e02d270bfbc11e16bd43c10e0ab76f2739e5cdf904a9e54ca8d7fc3559e51d089ee39b4486c84902b23be530c
 DIST jaraco.packaging-6.1.tar.gz 14736 BLAKE2B 
278ab889f236b4a53e6f3978b876952e83777da2e1c096801712bb6833fc85b342fe1c18bb7b1bd78a801c6216dbae74a75a416ef29cd4ec0a7017b8d5bd73bb
 SHA512 
a84c71bd880879f172e6527987e9ffa681da28803112a0195fb21153cb6cd1b3d5c00a6d21c562d7c5542349f335bea4a349fd22662f22dd7bf9bef7b6b0f7d8
 DIST jaraco.packaging-6.2.tar.gz 15408 BLAKE2B 
21c63b4e400bdf8b4b79873e6a96c7576b91500624c942246a8f64fc06da22e90203832c3c3084803c6ee23af8f102bb23cb12276cd3bba13446815f4a71f0dc
 SHA512 
f8496a9dccb29dbac24927b40bc29d472b8c6bdb939bfcacf70196130ba9c961747a8b75c63574352a8bfeb2a512eb849dfba3344e942f1338ea1538e0767f33
+DIST jaraco.packaging-8.1.0.tar.gz 15322 BLAKE2B 
c354bec458a319bd9df0667c155203efa5c3de2d95218d0dd3a5878011d2d8fef694a490a2bac0035bff8daa18d1a3447c2c8dab7c0bd7bb09b62969f91d4709
 SHA512 
6765cb047f2f0416d6afc4ff6ee0d84d03da0e07c7a7121518fbaf668f587c044f567c1d66a455372897ec1634ba5ee490552ac92064ca072e20b8f60a3b

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-8.1.0.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-8.1.0.ebuild
new file mode 100644
index 000..e6449b23633
--- /dev/null
+++ b/dev-python/jaraco-packaging/jaraco-packaging-8.1.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Tools to supplement packaging Python releases"
+HOMEPAGE="https://github.com/jaraco/jaraco.packaging";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs '>=dev-python/rst-linker-1.9'
+
+python_test() {
+   # Skip one test which requires network access
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv -k "not test_revived_distribution" \
+   --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-loadepg/, media-plugins/vdr-loadepg/files/

2020-02-28 Thread Jörg Bornkessel
commit: 3fe38f8ba494491c1f70565dcc8319748f648af6
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Feb 28 13:35:42 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Feb 28 13:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe38f8b

media-plugins/vdr-loadepg: version bump

cleanup old
this will

Closes: https://bugs.gentoo.org/710962
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-loadepg/Manifest |  2 +-
 ...intf.patch => vdr-loadepg-0.2.7_asprintf.patch} | 50 +++---
 ...adepg-0.2.5.ebuild => vdr-loadepg-0.2.7.ebuild} |  9 ++--
 3 files changed, 32 insertions(+), 29 deletions(-)

diff --git a/media-plugins/vdr-loadepg/Manifest 
b/media-plugins/vdr-loadepg/Manifest
index a2e18cbd32f..c61c0625e53 100644
--- a/media-plugins/vdr-loadepg/Manifest
+++ b/media-plugins/vdr-loadepg/Manifest
@@ -1 +1 @@
-DIST vdr-loadepg-0.2.5.tgz 54958 BLAKE2B 
42fac197ec3708659665d503c91b1db53268b63f3a11eaab17632a445300cf9566d6bfb0a72ab728ae74df09b1af3f5b27f2298287db8702fa035614cd0d6750
 SHA512 
193fdd3298a547c4a503f0a64553e28611f3920743c3b224fd5bb3f57b88c4345859e3127e0f7e7aa968b32f1a7f1d5ceed6ce29414cbfe700c1f14efe889adb
+DIST vdr-loadepg-0.2.7.tgz 55847 BLAKE2B 
6bd61ef1af71928b57f4ac964b01df7f66de6dcf8dcb804e62725a204decd7b1440e602ceda5fc01806c42383fe51829419dae4a449c74ae5f9335086e68cb5b
 SHA512 
4bd10c6289e6013afe020476844a2b3f446f6c37e8273316987e1591e0da0e79dbfe00a7667ca8a905b868045fcb32931d5b2b8f8cd14097e6f3246c05b5bc66

diff --git a/media-plugins/vdr-loadepg/files/vdr-loadepg-0.2.5_asprintf.patch 
b/media-plugins/vdr-loadepg/files/vdr-loadepg-0.2.7_asprintf.patch
similarity index 54%
rename from media-plugins/vdr-loadepg/files/vdr-loadepg-0.2.5_asprintf.patch
rename to media-plugins/vdr-loadepg/files/vdr-loadepg-0.2.7_asprintf.patch
index c650ff61d7c..92a8b76f8e0 100644
--- a/media-plugins/vdr-loadepg/files/vdr-loadepg-0.2.5_asprintf.patch
+++ b/media-plugins/vdr-loadepg/files/vdr-loadepg-0.2.7_asprintf.patch
@@ -3,58 +3,58 @@ https://bugs.gentoo.org/663348
 compile fix for  invalid conversion from char to const char*
 thx to Michael Brakemeier for point this out
 
-Signed-of-by: Joerg Bornkessel  (17 Nov 2019)
-diff -Naur loadepg-0.2.5.orig/loadepg.c loadepg-0.2.5/loadepg.c
 loadepg-0.2.5.orig/loadepg.c   2019-11-17 14:49:27.637235533 +0100
-+++ loadepg-0.2.5/loadepg.c2019-11-17 14:50:23.690235533 +0100
-@@ -159,7 +159,7 @@
+Signed-off-by: Joerg Bornkessel  (29 Feb 2020)
+diff -Naur vdr-loadepg-0.2.7.orig/loadepg.c vdr-loadepg-0.2.7/loadepg.c
+--- vdr-loadepg-0.2.7.orig/loadepg.c   2020-02-28 14:08:35.713790460 +0100
 vdr-loadepg-0.2.7/loadepg.c2020-02-28 14:11:05.457790460 +0100
+@@ -162,7 +162,7 @@
  (lProviders + nProviders)->SourceId = 
cSource::FromString(string2);
  asprintf(&(lProviders + nProviders)->Parm1, "%i:%c:%s:%i", int1, 
char1, string2, int2);
  asprintf(&(lProviders + nProviders)->Parm2, "%s", string3);
--asprintf(&(lProviders + nProviders)->Parm3, '\0');
-+asprintf(&(lProviders + nProviders)->Parm3, "");
+-asprintf(&(lProviders + nProviders)->Parm3, (char *) '\0');
++asprintf(&(lProviders + nProviders)->Parm3, (char *) "");
  nProviders ++;
  IsSkyThemesNull = true;
}
-@@ -169,8 +169,8 @@
+@@ -172,8 +172,8 @@
  (lProviders + nProviders)->DataFormat = DATA_FORMAT_MHW_1;
  (lProviders + nProviders)->SourceId = 
cSource::FromString(string2);
  asprintf(&(lProviders + nProviders)->Parm1, "%i:%c:%s:%i", int1, 
char1, string2, int2);
--asprintf(&(lProviders + nProviders)->Parm2, '\0');
--asprintf(&(lProviders + nProviders)->Parm3, '\0');
-+asprintf(&(lProviders + nProviders)->Parm2, "");
-+asprintf(&(lProviders + nProviders)->Parm3, "");
+-asprintf(&(lProviders + nProviders)->Parm2, (char *) '\0');
+-asprintf(&(lProviders + nProviders)->Parm3, (char *) '\0');
++asprintf(&(lProviders + nProviders)->Parm2, (char *) "");
++asprintf(&(lProviders + nProviders)->Parm3, (char *) "");
  nProviders ++;
}
else if(sscanf(Line, "MHW_2=%[^:] :%i :%c :%[^:] :%i ", string1, 
&int1, &char1, string2, &int2) == 5)
-@@ -179,8 +179,8 @@
+@@ -182,8 +182,8 @@
  (lProviders + nProviders)->DataFormat = DATA_FORMAT_MHW_2;
  (lProviders + nProviders)->SourceId = 
cSource::FromString(string2);
  asprintf(&(lProviders + nProviders)->Parm1, "%i:%c:%s:%i", int1, 
char1, string2, int2);
--asprintf(&(lProviders + nProviders)->Parm2, '\0');
--asprintf(&(lProviders + nProviders)->Parm3, '\0');
-+asprintf(&(lProviders + nProviders)->Parm2, "");
-+asprintf(&(lProviders + nProviders)->Parm3, "");
+

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmp-ecm/

2020-02-28 Thread Michael Orlitzky
commit: 4bbb8b0f1cb8b3c8a42775c5077e610ad7f4f558
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Feb 28 13:34:04 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Feb 28 13:36:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbb8b0f

sci-mathematics/gmp-ecm: new EAPI=7 revision.

The dependencies and build system of gmp-ecm have been improved over
the years, and much of the cruft in the ebuild could simply be
deleted. This commit adds an -r2, based on François Bissey's ebuild in
the sage-on-gentoo overlay, to modernize things. I've manually verified
the diff for sanity, and the test suite passes for me on amd64.

Closes: https://bugs.gentoo.org/466498
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild | 36 +
 1 file changed, 36 insertions(+)

diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild 
b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild
new file mode 100644
index 000..98a97183de0
--- /dev/null
+++ b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Elliptic Curve Method for Integer Factorization"
+HOMEPAGE="http://ecm.gforge.inria.fr/";
+SRC_URI="https://gforge.inria.fr/frs/download.php/file/36224/${P}.tar.gz";
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="+custom-tune -openmp static-libs cpu_flags_x86_sse2"
+
+DEPEND="dev-libs/gmp:="
+RDEPEND="${DEPEND}"
+
+# Can't both be enabled.
+REQUIRED_USE="x86-macos? ( !custom-tune )"
+
+S="${WORKDIR}/ecm-${PV}"
+
+pkg_pretend() {
+   tc-check-openmp
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   $(use_enable openmp) \
+   $(use_enable cpu_flags_x86_sse2 sse2) \
+   $(use_enable custom-tune asm-redc)
+}



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

2020-02-28 Thread Agostino Sarubbo
commit: d13b8553f87b0db64dc0741c6f12aa2c97b3e64a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:12:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:12:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13b8553

gnome-base/librsvg: amd64 stable wrt bug #710978

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-base/librsvg/librsvg-2.40.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild 
b/gnome-base/librsvg/librsvg-2.40.21.ebuild
index d74da4270f0..b145b61b6f3 100644
--- a/gnome-base/librsvg/librsvg-2.40.21.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="+introspection tools +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2020-02-28 Thread Agostino Sarubbo
commit: 865ca33ebc0821aa6d5c70d2785cf07baeff3d0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:12:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:12:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865ca33e

www-servers/tomcat: amd64 stable wrt bug #710656

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-7.0.100.ebuild | 2 +-
 www-servers/tomcat/tomcat-8.5.51.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/tomcat/tomcat-7.0.100.ebuild 
b/www-servers/tomcat/tomcat-7.0.100.ebuild
index f9e66a096a9..8fa804171b4 100644
--- a/www-servers/tomcat/tomcat-7.0.100.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.100.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="7"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps websockets"
 
 RESTRICT="test" # can we run them on a production system?

diff --git a/www-servers/tomcat/tomcat-8.5.51.ebuild 
b/www-servers/tomcat/tomcat-8.5.51.ebuild
index 4bdde891a68..688cb761576 100644
--- a/www-servers/tomcat/tomcat-8.5.51.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.51.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8.5"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2020-02-28 Thread Agostino Sarubbo
commit: 3001ee4876e577fa882e463eb6ac7e075f3d85e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:12:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:12:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3001ee48

app-admin/gkrellm: amd64 stable wrt bug #710934

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 1e4443fdd6e..879ff3eef26 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm";
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



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

2020-02-28 Thread Agostino Sarubbo
commit: b70b61aa6aa741f972bd0e5a26f0d450c2de0783
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:12:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:12:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70b61aa

dev-python/parso: amd64 stable wrt bug #711004

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/parso/parso-0.6.0.ebuild 
b/dev-python/parso/parso-0.6.0.ebuild
index d33ced31acc..0c8f33b9879 100644
--- a/dev-python/parso/parso-0.6.0.ebuild
+++ b/dev-python/parso/parso-0.6.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nauty/

2020-02-28 Thread Agostino Sarubbo
commit: 79562aa2061ff5348853ce424a7300ad40226bcb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:12:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:12:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79562aa2

sci-mathematics/nauty: amd64 stable wrt bug #711028

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-mathematics/nauty/nauty-2.6.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/nauty/nauty-2.6.7.ebuild 
b/sci-mathematics/nauty/nauty-2.6.7.ebuild
index 13acc2d602b..33e00e354ee 100644
--- a/sci-mathematics/nauty/nauty-2.6.7.ebuild
+++ b/sci-mathematics/nauty/nauty-2.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ SRC_URI="http://cs.anu.edu.au/~bdm/${PN}/${PN}${MY_PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2020-02-28 Thread Agostino Sarubbo
commit: 561f932a9f98d042cdabe753f8d76155de6205e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:11:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:11:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561f932a

dev-java/tomcat-servlet-api: amd64 stable wrt bug #710656

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild  | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.31.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild
index c65e1f064dd..647023740d0 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild
index b6216e53c6b..2fb70f36de1 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.31.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.31.ebuild
index 9ddac4eebd9..146f9bc7ea9 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.31.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.31.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8"



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

2020-02-28 Thread Mike Gilbert
commit: 0f63495513b774cf8494894df98e8112c1463165
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Fri Feb 28 10:16:17 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb 28 14:39:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f634955

www-client/chromium: fix compiler patch for dev channel

Closes: https://bugs.gentoo.org/711010
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14796

 .../chromium/files/chromium-compiler-r12.patch | 54 +-
 1 file changed, 22 insertions(+), 32 deletions(-)

diff --git a/www-client/chromium/files/chromium-compiler-r12.patch 
b/www-client/chromium/files/chromium-compiler-r12.patch
index 18f597f7e34..833abe2828c 100644
--- a/www-client/chromium/files/chromium-compiler-r12.patch
+++ b/www-client/chromium/files/chromium-compiler-r12.patch
@@ -1,17 +1,17 @@
-From 4ee82d093d26ab2fcdb989fd62f55b0588afdde0 Mon Sep 17 00:00:00 2001
+From 137de121a36f9349ad8435fee57940facef82878 Mon Sep 17 00:00:00 2001
 From: Mike Gilbert 
-Date: Sat, 15 Feb 2020 12:11:49 +
+Date: Fri, 26 Feb 2020 10:09:23 +
 Subject: [PATCH] Disable various compiler configs
 
 ---
- build/config/compiler/BUILD.gn | 70 --
- 1 file changed, 25 insertions(+), 45 deletions(-)
+ build/config/compiler/BUILD.gn | 67 --
+ 1 file changed, 23 insertions(+), 44 deletions(-)
 
 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
-index e40194e..f2bd02e 100644
+index 85bc736..a85bd12 100644
 --- a/build/config/compiler/BUILD.gn
 +++ b/build/config/compiler/BUILD.gn
-@@ -260,8 +260,6 @@ config("compiler") {
+@@ -261,8 +261,6 @@ config("compiler") {
  
configs += [
  # See the definitions below.
@@ -20,7 +20,7 @@ index e40194e..f2bd02e 100644
  ":compiler_codegen",
  ":compiler_deterministic",
]
-@@ -486,26 +484,6 @@ config("compiler") {
+@@ -487,26 +485,6 @@ config("compiler") {
  }
}
  
@@ -37,7 +37,7 @@ index e40194e..f2bd02e 100644
 -  "-instcombine-lower-dbg-declare=0",
 -]
 -
--if (target_os != "chromeos") {
+-if (!is_chromeos && default_toolchain != "//build/toolchain/cros:target") 
{
 -  # TODO(https://crbug.com/1049161): Remove '-DCLANG_SPAWN_CC1=ON' from 
build.py instead
 -  # once this change has marinated a bit.
 -  cflags += [ "-fintegrated-cc1" ]
@@ -47,7 +47,7 @@ index e40194e..f2bd02e 100644
# C11/C++11 compiler flags setup.
# ---
if (is_linux || is_android || (is_nacl && is_clang) || current_os == "aix") 
{
-@@ -1452,6 +1430,12 @@ config("default_warnings") {
+@@ -1442,6 +1420,12 @@ config("default_warnings") {
  cflags_cc += [ "-Wno-class-memaccess" ]
}
  
@@ -60,7 +60,7 @@ index e40194e..f2bd02e 100644
# -Wunused-local-typedefs is broken in gcc,
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63872
cflags += [ "-Wno-unused-local-typedefs" ]
-@@ -1577,7 +1561,7 @@ config("chromium_code") {
+@@ -1572,7 +1556,7 @@ config("chromium_code") {
defines = [ "_HAS_NODISCARD" ]
  }
} else {
@@ -69,7 +69,7 @@ index e40194e..f2bd02e 100644
  if (treat_warnings_as_errors) {
cflags += [ "-Werror" ]
  
-@@ -1586,10 +1570,6 @@ config("chromium_code") {
+@@ -1581,10 +1565,6 @@ config("chromium_code") {
# well.
ldflags = [ "-Werror" ]
  }
@@ -80,7 +80,7 @@ index e40194e..f2bd02e 100644
  
  # In Chromium code, we define __STDC_foo_MACROS in order to get the
  # C99 macros on Mac and Linux.
-@@ -1598,15 +1578,6 @@ config("chromium_code") {
+@@ -1593,15 +1573,6 @@ config("chromium_code") {
"__STDC_FORMAT_MACROS",
  ]
  
@@ -96,7 +96,7 @@ index e40194e..f2bd02e 100644
  if (is_mac) {
cflags_objc = [ "-Wobjc-missing-property-synthesis" ]
cflags_objcc = [ "-Wobjc-missing-property-synthesis" ]
-@@ -2010,7 +1981,8 @@ config("default_stack_frames") {
+@@ -1993,7 +1964,8 @@ config("default_stack_frames") {
  }
  
  # Default "optimization on" config.
@@ -104,19 +104,9 @@ index e40194e..f2bd02e 100644
 +config("optimize") { }
 +config("xoptimize") {
if (is_win) {
- # TODO(thakis): Remove is_clang here, https://crbug.com/598772
- if (is_official_build && full_wpo_on_official && !is_clang) {
-@@ -2036,7 +2008,8 @@ config("optimize") {
- }
- 
- # Same config as 'optimize' but without the WPO flag.
--config("optimize_no_wpo") {
-+config("optimize_no_wpo") { }
-+config("xoptimize_no_wpo") {
-   if (is_win) {
- # Favor size over speed, /O1 must be before the common flags. The GYP
- # build also specifies /Os and /GF but these are implied by /O1.
-@@ -2059,7 +2032,8 @@ config("optimize_no_wpo") {
+ # Favor size over speed, /O1 must be before the common flags.
+ # /O1 implies /Os and /GF.
+

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

2020-02-28 Thread Louis Sautier
commit: 0db1ac0e5a6e1900a2edb90f131a61b99d87b8d9
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Feb 28 14:35:49 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Feb 28 15:37:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db1ac0e

dev-python/inflect: bump to 4.1.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/inflect/Manifest |  1 +
 dev-python/inflect/inflect-4.1.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest
index eba690cbdce..c77e757b200 100644
--- a/dev-python/inflect/Manifest
+++ b/dev-python/inflect/Manifest
@@ -1,3 +1,4 @@
 DIST inflect-0.2.5.tar.gz 109756 BLAKE2B 
ecb64b0fea04602f112dfba11ade6828eae7a7f3f44d4c4fb15c2300ac18025ea4c51f9c36aae5e7e92bd09e24d08091ce096b888a520fd2d4c40374356333d5
 SHA512 
68371158ac90d9662c19657cbf697f44ee9ceac090286d53e29ee04252efbb7d0bfbd99ae6847e6eec1991ef4ef670eff60693d1f0a301885bab2a09c7ce4616
 DIST inflect-3.0.2.tar.gz 71546 BLAKE2B 
951eb818ba1645a9e426468811ad449378aa5a7341575ac2aff5e9d1e06237fe8e96fa64cd678665cd6c05e1dc5e477a65b261b9d8bd170be4fb923d5fb90e9c
 SHA512 
5858548e947f742b91630fc584f568a2221057ada7cd4a55f39de1b52a82c97884d6a78c2f32e5995e354fd1c4eae4d5b3d30491ef57dd5187fd6baca93d2779
 DIST inflect-4.0.0.tar.gz 71091 BLAKE2B 
597db3d84cce1660ea92b84af5d07d77f537b2d738caedbe132ed9cb074a3c80c2f9e1cab321f0e231b2a29803f3b25206f27b78672c4917873007f3a56f1a8a
 SHA512 
7d9ef9389b9301e596165fcb1774467ddeb421636094a0f0cebbcaa11558b4529ccb90644e1097f91cff3316911c98f4bb1df92180193a5313ca7da91a282e5c
+DIST inflect-4.1.0.tar.gz 72200 BLAKE2B 
c15f6b0d5d93050283dfc4d691e9fdbc26bb2f71573d6b397834e87af62f3afb8f5cdb0448c531de37e84729c0c6ae0cf4ea7a7b081a9dd784f7c06b962d7def
 SHA512 
9a2ba4777f01475390976f3ac28f046d39d1f86cfdafd161cc7c8d33526aca35d44e6598ccf2a0b68d3511a64b67ed0991b51c78bda8f279cd706fd29a3fa514

diff --git a/dev-python/inflect/inflect-4.1.0.ebuild 
b/dev-python/inflect/inflect-4.1.0.ebuild
new file mode 100644
index 000..6c7a9a01eb8
--- /dev/null
+++ b/dev-python/inflect/inflect-4.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+# [options.entry_points] is present in setup.cfg but it is empty
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Correctly inflect words and numbers"
+HOMEPAGE="https://github.com/jazzband/inflect";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
pypy3 python3_{6,7})
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \
+   '>=dev-python/rst-linker-1.9' dev-python/alabaster
+
+python_test() {
+   # Override pytest options to skip flake8
+   pytest -vv tests --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] proj/linux-patches: New tag: 4.4-216

2020-02-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 15:39:27 2020 +

New tag: 4.4-216




[gentoo-commits] proj/linux-patches: New tag: 4.9-219

2020-02-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 15:47:00 2020 +

New tag: 4.9-219




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

2020-02-28 Thread Andrey Grozin
commit: c5c7338a361a4ccc32760a638cb4841d74925c61
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Feb 28 16:12:17 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Feb 28 16:12:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c7338a

dev-python/spyder: add version restrictions from dependencies.py

Closes: https://bugs.gentoo.org/show_bug.cgi?id=711024
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 dev-python/spyder/spyder-4.0.1-r1.ebuild | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-python/spyder/spyder-4.0.1-r1.ebuild 
b/dev-python/spyder/spyder-4.0.1-r1.ebuild
index 438470ebe1e..43bba250f2c 100644
--- a/dev-python/spyder/spyder-4.0.1-r1.ebuild
+++ b/dev-python/spyder/spyder-4.0.1-r1.ebuild
@@ -23,29 +23,31 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-   dev-python/atomicwrites[${PYTHON_USEDEP}]
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
>=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   dev-python/diff-match-patch[${PYTHON_USEDEP}]
+   >=dev-python/cloudpickle-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
dev-python/intervaltree[${PYTHON_USEDEP}]
~dev-python/jedi-0.14.1[${PYTHON_USEDEP}]
dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/numpydoc[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/pickleshare[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-0.3[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   dev-python/pylint[${PYTHON_USEDEP}]
+   >=dev-python/pylint-0.25[${PYTHON_USEDEP}]
>=dev-python/python-language-server-0.31.2[${PYTHON_USEDEP}]
+   =dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17.0.0[${PYTHON_USEDEP}]
>=dev-python/qdarkstyle-2.7[${PYTHON_USEDEP}]
>=dev-python/qtawesome-0.5.7[${PYTHON_USEDEP}]
>=dev-python/qtconsole-4.6.0[${PYTHON_USEDEP}]
>=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},svg,webengine]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
>=dev-python/spyder-kernels-1.8.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2020-02-28 Thread Miroslav Šulc
commit: 44c7742044198a985fc81163b590ce0ca15e2bdf
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Feb 28 16:12:48 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Feb 28 16:13:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c77420

www-servers/tomcat: removed old vulnerable

Bug: https://bugs.gentoo.org/710656
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-servers/tomcat/Manifest |   2 -
 www-servers/tomcat/tomcat-7.0.96.ebuild | 146 -
 www-servers/tomcat/tomcat-8.5.47.ebuild | 158 
 3 files changed, 306 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index adf4e36cc3a..e1398f24081 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,6 +1,4 @@
 DIST apache-tomcat-7.0.100-src.tar.gz 5265444 BLAKE2B 
9c706e6a50e13cd8f542669e2d80f8940816976cfb84f62c3e17bbe6f0cc6d76d6fcdd18ec69e706ce27552aa66041833f6ae7bba8e671e187de3246e90a25c5
 SHA512 
53ef64c64263d0f25d72ed179bd7b7beed3f73cd63010988ba740ff7328b00a5ec09fe1d4575188ecacf258c891e022a0f1ae07d2957d9830a56881170bb1a57
-DIST apache-tomcat-7.0.96-src.tar.gz 4983881 BLAKE2B 
d5b828b7a4e8a7a5ce793a15421fbd6b12b55918aa7c15bc8209b4c762d7f422a7315e4cbe9b4ae2da754b6d8493bc11ae6a5c99f11a1ac3b23473e05fa26c83
 SHA512 
5797e66fb9ce558340e08d3a4ccd372d912707aabd6177318781925dd35055902a0ecc3e50e677d76b0feea547cc8fc038bb83ae5de65d28680cb4c9582f60c0
-DIST apache-tomcat-8.5.47-src.tar.gz 5607118 BLAKE2B 
3c326056f674032424d298c7581243a24dd01fae39b1ce7069b60e1bcf3d825de954164f643e887618c43c87d691bc41f942e73bf86b254b4c7dca9c68ce7cce
 SHA512 
1513fdaf7751ee263d878cdfc05329bc4ee50e2f3aeea68e1d173a5f4d555ec59a43050222f013758f704967730dd25a64337cf1ba4365ab53b8730af87b4051
 DIST apache-tomcat-8.5.51-src.tar.gz 5661227 BLAKE2B 
711de5678903941a5261693972906f2d0fca2c9d3219e62d3186e5d71a2e3cb4da0a5028e62790a26dad2d244246c2f41c74f18e17d52ec0af070f0d5842ca3f
 SHA512 
8529d2e7d83a863fe88ed4ee8ec29b673e5df4bea53231412c0d89e2384d3939b9d1f29350a4ca46966ab5d4a0d3178ed5d2caa50aa766092a3ab8f28dd27592
 DIST apache-tomcat-9.0.31-src.tar.gz 5812430 BLAKE2B 
7ef0f989860b046b4ddbacde50013284a623eb9d81e2c3465b0e04ec9c934a5319293677919ab758243a352fc60cb6691b51f946d8c5a36360b9108dafc5dfe3
 SHA512 
a0ba9e46a3d2a4cf708e6e29b4647c041495e45865ce5c679c9dcfee77181373a2d3034222701d0f15d5c7e71e6aa3cc7db236c66ba069b3e3660a948b44342f
 DIST biz.aQute.bnd-4.1.0.jar 9263260 BLAKE2B 
e251a9d8b653f3e815e6c2f7774d64f1d594f3ce4b2f77956c806698df4d873310067cece68663324b11fcef8d90796b087abb289dbe2a13164a9038da4a6260
 SHA512 
f5d230358840f4909e35de40343fb7ee50a2d4d4691691f5ea896cfe212a086ad4859e0ee6ed4c315211223663b2fb2c07af7ea88786cedbcd4f891e5a4589ef

diff --git a/www-servers/tomcat/tomcat-7.0.96.ebuild 
b/www-servers/tomcat/tomcat-7.0.96.ebuild
deleted file mode 100644
index ad19069fd89..000
--- a/www-servers/tomcat/tomcat-7.0.96.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2 prefix user
-
-MY_P="apache-${P}-src"
-
-DESCRIPTION="Tomcat Servlet-3.0/JSP-2.2 Container"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="7"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="extra-webapps websockets"
-
-RESTRICT="test" # can we run them on a production system?
-
-ECJ_SLOT="4.5"
-SAPI_SLOT="3.0"
-
-COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
-   ~dev-java/tomcat-servlet-api-${PV}"
-RDEPEND="${COMMON_DEP}
-   virtual/jre"
-DEPEND="${COMMON_DEP}
-   virtual/jdk:1.8
-   test? ( dev-java/ant-junit:0 )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   java-pkg-2_pkg_setup
-   enewgroup tomcat 265
-   enewuser tomcat 265 -1 /dev/null tomcat
-}
-
-src_prepare() {
-   default
-
-   # Remove bundled servlet-api
-   rm -rv java/javax/{el,servlet} || die
-
-   java-pkg_clean
-
-   eapply "${FILESDIR}/${PN}-7.0.94-build.xml.patch"
-
-   # For use of catalina.sh in netbeans
-   sed -i -e "/^# - Execute The Requested Command/ a\
-   CLASSPATH=\`java-config --classpath ${PN}-${SLOT}\`" \
-   bin/catalina.sh || die
-
-   java-pkg-2_src_prepare
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-EANT_BUILD_TARGET="deploy"
-EANT_GENTOO_CLASSPATH="eclipse-ecj-${ECJ_SLOT},tomcat-servlet-api-${SAPI_SLOT}"
-EANT_GENTOO_CLASSPATH_EXTRA="${S}/output/classes"
-EANT_NEEDS_TOOLS="true"
-EANT_EXTRA_ARGS="-Dversion=${PV}-gentoo -Dversion.number=${PV} 
-Dcompile.debug=false"
-
-# revisions of the scripts
-IM_REV="-r1"
-INIT_REV="-r1"
-
-src_compile() {
-   use websockets && EANT_EXTRA_ARGS+=" -Djava.7.home=${JAVA_HOME}"
-   EANT_GENTOO_CLA

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

2020-02-28 Thread Marek Szuba
commit: 421fbe56c1acd56822acb4d05725a40b417a5e11
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Feb 28 16:03:28 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Feb 28 16:14:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421fbe56

app-emulation/protontricks: bump to 1.4.1

protontricks now have a setup-time dependency on
dev-python/setuptools_scm, which means we have to use use release
tarballs from PyPI rather than from GitHub - the latter cause builds to
fail with

LookupError: setuptools-scm was unable to detect version for 
'/.../app-emulation/protontricks-1.4.1/work/protontricks-1.4.1'.
Make sure you're either building from a fully intact git repository or PyPI 
tarballs. Most other sources (such as GitHub's tarballs, a git checkout without 
the .git folder) don't contain the necessary metadata and will not work.

The upshot of the above is that we can no longer run tests because
the necessary files are not included in PyPI tarballs.

Signed-off-by: Marek Szuba  gentoo.org>

 app-emulation/protontricks/Manifest|  1 +
 .../protontricks/protontricks-1.4.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-emulation/protontricks/Manifest 
b/app-emulation/protontricks/Manifest
index a4be8ea3ec9..5f50d4722eb 100644
--- a/app-emulation/protontricks/Manifest
+++ b/app-emulation/protontricks/Manifest
@@ -1 +1,2 @@
 DIST protontricks-1.3.1.tar.gz 57784 BLAKE2B 
ed013367a2cc2384e4340379e2c23999a556ed26920ad59dfd7a8f773e490ee76e253a5fe3216e651cdcdb3e225a2e394255500c611d24f6bf9029582d55bb1f
 SHA512 
4e4e219db2e6679b430ee42408529478834c80c7da3b9bece4756eb27b9331d49a6a884de8a7ced5ec29d78ce831fee4cfbf6d5adcd750666b7e7a1e5607
+DIST protontricks-1.4.1.tar.gz 31838 BLAKE2B 
b8c94a1b96fa7df14eaf1cc6d11cb96e43ae4e8c7bd232687a50cae9c79cf2d0e7864b1af0e1dc4cc20086952e1fcefeb16cb71a9c3a977f6feafad1b17d6857
 SHA512 
7635c9830afa3c64617514cd86edc7d7f9f33e6e81a1da995ec8bee70adc1cf8b5d9de92036c372134e408d735615b267b46a9afc9246f14ff161cb2ee1fc8f9

diff --git a/app-emulation/protontricks/protontricks-1.4.1.ebuild 
b/app-emulation/protontricks/protontricks-1.4.1.ebuild
new file mode 100644
index 000..cebf432ce73
--- /dev/null
+++ b/app-emulation/protontricks/protontricks-1.4.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"
+HOMEPAGE="https://github.com/Matoking/protontricks";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+gui"
+
+BDEPEND="${PYTHON_DEPS}
+   dev-python/setuptools_scm"
+RDEPEND="${PYTHON_DEPS}
+   app-emulation/winetricks
+   $(python_gen_cond_dep '
+   dev-python/vdf[${PYTHON_MULTI_USEDEP}]
+   ')
+   gui? ( gnome-extra/zenity
+   || (
+   app-emulation/winetricks[gtk]
+   app-emulation/winetricks[kde]
+   )
+   )"
+
+# Tarballs from PyPI do not contain tests, and we cannot use GitHub releases
+# any more because they are incompatible with setuptools_scm.
+RESTRICT="test"
+
+DOCS=(CHANGELOG.md README.md)
+
+pkg_postinst() {
+   elog
+
+   if ! use gui; then
+   ewarn "Please note that disabling USE=gui does *not* presently 
remove the --gui command-line option,"
+   ewarn "it just means using this option will fail unless 
gnome-extra/zenity happens to be installed."
+   ewarn
+   fi
+
+   elog "Protontricks can only find games for which a Proton prefix 
already exists."
+   elog "Make sure to run a Proton game at least once before trying to use 
protontricks on it."
+   elog
+}



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

2020-02-28 Thread Mike Pagano
commit: e59f2c17d44d7d86c677a0ea147b375c9eb20ed7
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 28 16:16:39 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 16:16:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59f2c17

sys-kernel/gentoo-sources: Linux patch 4.4.215

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.215.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1f6db3a84bc..32e5798eda1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-4.4-214.extras.tar.xz 16480 BLAKE2B 
8bed6bab5d1603fb8027e220f71d
 DIST genpatches-4.4-215.base.tar.xz 3451148 BLAKE2B 
60028e30e0de0aecbb2e8d295db6086627e00ebc2ff9796062a9539feb3efeb738bea3d435f3b20f3c58d05f1ef802ddcf61f900568330f8f4bc17a9d29e46a6
 SHA512 
efd442e05506c3b65441f6f95d83ae6b1247132e2b78ea273eb359176e7c4bf06e5c2ef063d90d8d1333bb7e2c2cb09ccd2584adfe5b4fc29aaf2aae6b14fbcc
 DIST genpatches-4.4-215.experimental.tar.xz 83284 BLAKE2B 
b014793d33571ae3578c9ca41e4ee4f63f084a548a3a5f673f59ef3adba1500c1852a3aa49f018ce6d3927c1a531a1a5b0844652ed68a80abef2797d734f9ae0
 SHA512 
6e874a507baa0eda03dce2ed46fb85a2fa70eba0abeb7dc6b43ab24d4fc1a8d3df00722bd33e6d8d57b062c75be65a8e930cb23a88484d88cacc3498f2531388
 DIST genpatches-4.4-215.extras.tar.xz 16488 BLAKE2B 
7f957c5937d0879f178932240b83f1ce69679430c1befbcc66393075e4cb9033b0b5bfe12fd7da1fe62ef82f3b8f202294ceceba39dee7279519d2bf42c5f81d
 SHA512 
b9e4ad2d7980fa426f4eeaa8b0782f98e5ce57f70afcf1e0156b7423028fdea6a8c8fc8711deedf7f06a6a2e25a37f9dde42fb44a6c45cef005ab6fa62a31b76
+DIST genpatches-4.4-216.base.tar.xz 3480188 BLAKE2B 
e15ae182081004f678de202e8972b6fd1d20de114a0cdd9ac42536e08e081b2d462699275d86a2db0afb082e955d6f4ff826f07241da37b170513456dfad6b82
 SHA512 
b74838898c42eb080e50531fedefbf043c89503c4d0b0f1fda1f763be4ec1adc271f7ac08ab0e812e6bd1a09b9b860e60aa8dc170d9a6df4f68c9e40b6c3c3aa
+DIST genpatches-4.4-216.experimental.tar.xz 83296 BLAKE2B 
83ce6c2ad9dbf71dcadff21ae50976de91a7b98b9df657c8fe69fddb70d23a7ba31cbca07cb5863a651b6107ab9c5e7d134950788025dbbe6281936a37debcf8
 SHA512 
0d2951b7e4def62ba0e47fed0e5d1f6add7b1b340685a31bd1e6e77843d387f984787b2df54570ba2fb03afdabf0a79e6823ac67e26bf71398d37e4516496b11
+DIST genpatches-4.4-216.extras.tar.xz 16480 BLAKE2B 
6d30f3f1ce6fe390f7b6f31f27c094f0cbea94bd40dd543236cbf2f17a4761237452867b51675a351bfca508431d4689d36d98303a0a65e16a0db88c1d8838d2
 SHA512 
c37618c424452c50758c8ef3502d1ae6589dac346902badccd5c2b68215ca0c3e592ceb96b5c5f713731e58d7be5d9ff021d746ef103899081f27bbe733cf43e
 DIST genpatches-4.9-208.base.tar.xz 3556800 BLAKE2B 
e2b1669a938b4283a1a2f10f21ca7420b5d9195124e19ee07fa797b174b5ca8f6fb82fa11763f6dc9278cee248c62ea7dd6a53917746165b26312d3848fe28ee
 SHA512 
bd71eed8091e2329af51d06535b544a807b11f03512b4d94cf063021e007a1a5ce982b056d4667268a1fb8a0b86aab8b29854161002d89ba05445e1fdb6c2b88
 DIST genpatches-4.9-208.experimental.tar.xz 106404 BLAKE2B 
44fdfc1fcaa908d7a3be59e2d6778322af8a72c7a475fa02548a4eabe13e5ad1fab275b7de8c1e766f4c1d9f0258ebf0062864b8e29acbe79e637054fa5009c7
 SHA512 
bd2e0bfb5be072fe5e2535aabb50b51e0ac522f6d22e6c48afdc4af4eab411bf5596c5ec4cd70de005eac2124b88bbf9041937bc4191693d9c5bdfeb222bf038
 DIST genpatches-4.9-208.extras.tar.xz 17360 BLAKE2B 
95edefd4d14829086b477b1c8995b19a1a5a801c357f7736688eb28ef1e12788b6ba0d5c7fa592fae378348c718779b0f85dc04f963d98cd47833c9433d74637
 SHA512 
44caaefb6836314b2f5db4723726415d5ab9254d5aad54aa1f72fbd3adfa055c77aa9c0494ab87468c55223704f161b4b73f4ac23b57793f0e4b2028a35c3442

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.215.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.215.ebuild
new file mode 100644
index 000..1f61bb694d6
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.215.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="216"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-02-28 Thread Marek Szuba
commit: 2ed01ffb07c0a7138f04d86a939fa51d86ab14e4
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Feb 28 16:20:50 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Feb 28 16:21:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed01ffb

app-emulation/protontricks: set DISTUTILS_USE_SETUPTOOLS=rdepend

Protontricks setup.py uses entry_points so we should have setuptools in
RDEPEND as well.

Signed-off-by: Marek Szuba  gentoo.org>

 app-emulation/protontricks/protontricks-1.4.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/protontricks/protontricks-1.4.1.ebuild 
b/app-emulation/protontricks/protontricks-1.4.1.ebuild
index cebf432ce73..82293afad32 100644
--- a/app-emulation/protontricks/protontricks-1.4.1.ebuild
+++ b/app-emulation/protontricks/protontricks-1.4.1.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"



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

2020-02-28 Thread Mike Pagano
commit: 8cf280d1431cb5ff6fb1e220212aaa58e9dca39b
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 28 16:27:19 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 16:27:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf280d1

sys-kernel/gentoo-sources: Linux patch 4.9.215

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.215.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 32e5798eda1..f1240621327 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -67,6 +67,9 @@ DIST genpatches-4.9-217.extras.tar.xz 17360 BLAKE2B 
a91217fb1a1b4ea91aedd3174d4e
 DIST genpatches-4.9-218.base.tar.xz 3862168 BLAKE2B 
9763417558dd3f708455acaa5b5e7d79190381b6f371f4cc139bf0dc083ed34a7b432d72b7742445a1f88ff40fa60473120fd0a1f907166fc01a21c510239593
 SHA512 
c00123666e1900d9b57f460f90c976ea9d7cb980f8956e880ed996d51ae782eec857f6e169d5a08e30f60b739503b4e1763388a145fb2eb243801df2f25af0ec
 DIST genpatches-4.9-218.experimental.tar.xz 106360 BLAKE2B 
64165db7072f9346a1570daa415dbb48b0ed7a321d91b9fda0d07d6435d577007cf79e96e103561435f5da0f612f7a0d79ba0a48cebdad4c3abf6bda48e2dd50
 SHA512 
8a9e6747145f3fddcf59920b3641826b50da030ee1c56332bd75b783f6399bf1d262660ab58941b8c740823ddec5419eaf416e78e823e60423c2e765cbe425d8
 DIST genpatches-4.9-218.extras.tar.xz 17372 BLAKE2B 
336f48f174ce49ee91f54a5b6e2621f4e8229681f734cab2b2d1ef63271edee44221e83a780663f700bb0f9ae34be002160327fe6cef48ba99b6948ce7b0504f
 SHA512 
8bd3e353d9335f3f1c65711ebaf7aff67d97702786acf3b9a59ad1448cec7f51c1bcb8840531ab1b4599e87937fade23169d07566b74be562961116fc5457229
+DIST genpatches-4.9-219.base.tar.xz 3902416 BLAKE2B 
c7b92931da71a9c4046b34f2bf6933fe0abfc52738928c8997cb1e85872b9ff37aed595902a26491d6416341920a4f44da2f3fc30f06e08b93a5f1c95de484f8
 SHA512 
31bb9e2a543ca3a31bab1490728c6e17ca74b987a4fc02762f4d39cffdadfff0718db3a66f6c15c2c33057137135809a316186780ce790efb196bb018907d066
+DIST genpatches-4.9-219.experimental.tar.xz 106372 BLAKE2B 
89d889b2cceff75244df5152e6df219b73208facbe0cf149d8c607293614c7f2555e3a4494c8e089ea12d033466d21945fb3a53c60e10ed05d1fff059a53682a
 SHA512 
b96c511e318a522efd127ee989b680e6190e971f230afeee799634d570d155e025b24b0269ac346e90bc4b8ee6c95105fc227caefbcf43076eff967a7d463686
+DIST genpatches-4.9-219.extras.tar.xz 17356 BLAKE2B 
740a0d9c7af6eda6a04485929e40786552a3a15834bd48c023056ed213babee0f4950dfea4a2badbb635a8cf0dcbec1d3f7e1e0f41abf32df4e3aa3b46e1248f
 SHA512 
15463d6f354b3b017869e8124d670986e0c451866801ba2d41b4c917e1b07ded2ebfa7607664c4a27a0cba0ed7773245133aa251eb7fb915c88336cbab98e33d
 DIST genpatches-5.4-19.base.tar.xz 782808 BLAKE2B 
9b0b3e6090e33f5852c3fdd2ee58110f909beea9aac3c2591709fe97ba24003b9c923085f1577309052f94a934dc36be0937ded1df05828b69ddbc6ae31c158c
 SHA512 
866aa0b06f8198739cabd54fcf09308629d00139f9068c255cdf61d96bb0288a5dfea7a46562ed51cfad2e682c29195e0304c442d659f50238cdc38e9e885fbb
 DIST genpatches-5.4-19.experimental.tar.xz 6140 BLAKE2B 
906ab8a57d84862478477f2e15a97e60832f9ae3ff07f08a5282e55e0d5ed35620e41789bf7da97398fd72d052bd9d73a81e0d6de18d264529cc3cace1506a6a
 SHA512 
56535eb4cf6ace8a5f067a0faf57cdf2135bae069f10e6552a6d87e2b2ed2c20aa98f6e4593b4984f20fd8cc56056b6771a37a724d80d8424fd99130e63d1cb3
 DIST genpatches-5.4-19.extras.tar.xz 1740 BLAKE2B 
85acc37c0b0087ca198bb168a18b764e0b2061c9d41bb1902308c517b1760031258cd7221725b7fa3145fc7b802b8bd8bb10c241ac5ddb6f1b4436ae92d4c783
 SHA512 
59701650a902e708c98d9e6ef3c5528be0831d8ead28ef2d46f1c4cdb386336ad36a137a4d77d0193c7acc10b1448dc54a18dc4177365d56069c7c3fb5143ae2

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.215.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.215.ebuild
new file mode 100644
index 000..0d495f3f923
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.215.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="219"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-02-28 Thread Matthew Thode
commit: fb6782d4bdfaedc803fd0e70791f5af297210c59
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 28 16:29:16 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Feb 28 16:29:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6782d4

dev-python/pysaml2: cleanup

Bug: https://bugs.gentoo.org/710732
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pysaml2/Manifest|  1 -
 dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild | 40 --
 dev-python/pysaml2/pysaml2-4.6.3.ebuild| 29 --
 dev-python/pysaml2/pysaml2-4.6.5.ebuild| 40 --
 4 files changed, 110 deletions(-)

diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index c89d751ca28..afe789cd593 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1,2 +1 @@
-DIST pysaml2-4.6.3.tar.gz 316979 BLAKE2B 
cf393075903269ce93dd219bd23479949ce8e39383d8150f8ee30185733569fe79c7421b87b3439b95e707f17d5f513abfa2610be76441b8f18d8f75a5a9fdd3
 SHA512 
259f7395afad44caac32453a03bbdaf8c464adeeb856b78786b665281dbe75b37e8054efaf945a7d10333c0b09d9f516d606e95b157aed34c1cd0821b7255b9d
 DIST pysaml2-4.6.5.tar.gz 319131 BLAKE2B 
d2b78d00cc5e65717bae267fbe88c781d4583996025eb4a9602030215f842a29b625ba41905e867d887e4564bbacdb1251170af46e5f00cc0f9d202c7741418d
 SHA512 
da9cd23f9bef37da1079bba539f91df6a79190fcf8ab20b4c025fd8eae9b147799623dcc1376acfb6ff06c8566a58d478f8da7765195fe058d54007a2ebe79bb

diff --git a/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild 
b/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild
deleted file mode 100644
index 4a56f65c6b8..000
--- a/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI 
environment"
-HOMEPAGE="https://github.com/rohe/pysaml2";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-PATCHES=(
-)
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
-   dev-python/defusedxml[${PYTHON_USEDEP}]
-   dev-python/future[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   # Work-around for bug 675824
-   # With older setuptools, version = file:... is not supported, see Note 
1 in:
-   #   https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata
-   # In such cases, hardcode the version
-   has_version ">=dev-python/setuptools-39.2.0" || \
-   sed --in-place "s/^version = file:.*\$/version = ${PV}/" 
setup.cfg
-   ##
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/pysaml2/pysaml2-4.6.3.ebuild 
b/dev-python/pysaml2/pysaml2-4.6.3.ebuild
deleted file mode 100644
index 2ebbc1fd51b..000
--- a/dev-python/pysaml2/pysaml2-4.6.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI 
environment"
-HOMEPAGE="https://github.com/rohe/pysaml2";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-PATCHES=(
-)
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
-   dev-python/defusedxml[${PYTHON_USEDEP}]
-   dev-python/future[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-python/pysaml2/pysaml2-4.6.5.ebuild 
b/dev-python/pysaml2/pysaml2-4.6.5.ebuild
deleted file mode 100644
index a3f675d0b81..000
--- a/dev-python/pysaml2/pysaml2-4.6.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI 
environment"
-HOMEPAGE="https://github.com/rohe/pysaml2";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-PATCHES=(
-)
-
-DEPEND="dev-python/se

[gentoo-commits] repo/gentoo:master commit in: dev-python/pysaml2/, dev-python/pysaml2/files/

2020-02-28 Thread Matthew Thode
commit: e7a247aadc5e35bf5aed61f78f7e8b0d9ed21dfb
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 28 16:28:00 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Feb 28 16:29:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a247aa

dev-python/pysaml2: 4.6.5-r1 added fast stable for CVE-2020-5390

Bug: https://bugs.gentoo.org/710732
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pysaml2/files/cve-2020-5390.patch | 189 +++
 dev-python/pysaml2/metadata.xml  |   2 +-
 dev-python/pysaml2/pysaml2-4.6.5-r1.ebuild   |  42 ++
 3 files changed, 232 insertions(+), 1 deletion(-)

diff --git a/dev-python/pysaml2/files/cve-2020-5390.patch 
b/dev-python/pysaml2/files/cve-2020-5390.patch
new file mode 100644
index 000..bef46808d92
--- /dev/null
+++ b/dev-python/pysaml2/files/cve-2020-5390.patch
@@ -0,0 +1,189 @@
+From 5e9d5acbcd8ae45c4e736ac521fd2df5b1c62e25 Mon Sep 17 00:00:00 2001
+From: Ivan Kanakarakis 
+Date: Sat, 4 Jan 2020 00:39:47 +0200
+Subject: [PATCH] Fix XML Signature Wrapping (XSW) vulnerabilities
+
+PySAML2 did not check that the signature in a SAML document is enveloped and 
thus
+XML signature wrapping (XSW) was effective.
+
+The signature information and the node/object that is signed can be in 
different places
+and thus the signature verification will succeed, but the wrong data will be 
used. This
+specifically affects the verification of assertions that have been signed.
+
+This was assigned CVE-2020-5390
+
+Thanks to Alexey Sintsov and Yuri Goltsev from HERE Technologies to report 
this.
+
++ + + + + + + +
+
+In more detail:
+
+libxml2 follows the xmldsig-core specification. The xmldsig specification is 
way too
+general. saml-core reuses the xmldsig specification, but constrains it to use 
of
+specific facilities. The implementation of the SAML specification is 
responsible to
+enforce those constraints. libxml2/xmlsec1 are not aware of those constraints 
and thus
+process the document based on the full/general xmldsig rules.
+
+What is happening is the following:
+
+- xmldsig-core allows the signature-information and the data that was signed 
to be in
+  different places. This works by setting the URI attribute of the Reference 
element.
+  The URI attribute contains an optional identifier of the object being 
signed. (see
+  "4.4.3 The Reference Element" -- 
https://www.w3.org/TR/xmldsig-core1/#sec-Reference)
+  This identifier is actually a pointer that can be defined in many different 
ways; from
+  XPath expressions that need to be executed(!), to a full URL that should be 
fetched(!)
+  in order to recalculate the signature.
+
+- saml-core section "5.4 XML Signature Profile" defines constrains on the 
xmldsig-core
+  facilities. It explicitly dictates that enveloped signatures are the only 
signatures
+  allowed. This mean that:
+  * Assertion/RequestType/ResponseType elements must have an ID attribute
+  * signatures must have a single Reference element
+  * the Reference element must have a URI attribute
+  * the URI attribute contains an anchor
+  * the anchor points to the enclosing element's ID attribute
+
+xmlsec1 does the right thing - it follows the reference URI pointer and 
validates the
+assertion. But, the pointer points to an assertion in another part of the 
document; not
+the assertion in which the signature is embedded/enveloped. SAML processing 
thinks that
+the signature is fine (that's what xmlsec1 said), and gets the assertion data 
from the
+assertion that contains the signature - but that assertion was never 
validated. The
+issue is that pysaml2 does not enforce the constrains on the signature 
validation
+facilities of xmldsig-core, that the saml-core spec defines.
+
+The solution is simple; all we need is to make sure that assertions with 
signatures (1)
+contain one reference element that (2) has a URI attribute (3) that is an 
anchor that
+(4) points to the assertion in which the signature is embedded. If those 
conditions are
+met then we're good, otherwise we should fail the verification.
+
+Signed-off-by: Ivan Kanakarakis 
+---
+ src/saml2/sigver.py  | 49 
+ tests/saml2_response_xsw.xml |  6 +
+ tests/test_xsw.py| 44 
+ 3 files changed, 99 insertions(+)
+ create mode 100644 tests/saml2_response_xsw.xml
+ create mode 100644 tests/test_xsw.py
+
+diff --git a/src/saml2/sigver.py b/src/saml2/sigver.py
+index cbeca41f..c3d298a9 100644
+--- a/src/saml2/sigver.py
 b/src/saml2/sigver.py
+@@ -1476,6 +1476,55 @@ def _check_signature(self, decoded_xml, item, 
node_name=NODE_NAME, origdoc=None,
+ if not certs:
+ raise MissingKey(_issuer)
+ 
++# saml-core section "5.4 XML Signature Profile" defines constrains on 
the
++# xmldsig-core facilities. It explicitly 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2020-02-28 Thread Christoph Junghans
commit: 4709c2a32a83396ae5f02187336bc28dbb7d9be3
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Feb 28 16:32:42 2020 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Feb 28 16:33:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4709c2a3

sci-chemistry/gromacs: add v2019.6

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Christoph Junghans  gentoo.org>

 sci-chemistry/gromacs/Manifest  |   2 +
 sci-chemistry/gromacs/gromacs-2019.6.ebuild | 316 
 2 files changed, 318 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index e5351904160..ac07e91a6c4 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,6 +1,8 @@
 DIST gromacs-2018.8.tar.gz 29913703 BLAKE2B 
8780032305928067fbfe1559efe9eedc4d47e27ab2f6ab54d6dba39edfcbeefbee4673d8910009048a850620b5a08ba8feb622db652c439cfa50a149ec5f0015
 SHA512 
6717895942f2ab7b54019511ed2aebadadde8e96d3c4b7414bb9168ffe418432d2dee330192e199f7b9d2f665c71f5d4f1ef0911aa7243d525a2ca182ef5b122
 DIST gromacs-2019.5.tar.gz 33445791 BLAKE2B 
1e2e2764b0c8774c878abf4f32c2fa7ddd9b46f464cf1256deb48335433d92ef1b315f5534cdec9f766ae928a71361b5a4dd4a4def638269eb260ff98dbbe8bb
 SHA512 
fdd177e4dfd29629b72bfbb4d61ff7bcdb37279f534883a9df8fd57569212fe1e9f8b8c9cec347fcc607539f31412d604d11ee3c0eb797251960435962b1bec6
+DIST gromacs-2019.6.tar.gz 33446147 BLAKE2B 
adc21fb6b841b06d499607f8c0166a673645ef5af0b40bd823d0fff5ea24397e6301c5e1e0070986ae1ce1deba8a42052b66da148b071c1e21f2fe3908fee275
 SHA512 
7c227a9539e5775d5d128ae9e872a24181d79cdcd2852b86453597987e8d7332ecec371da65d089f6e610c54aafbccc8824ce298743383dd6240719ebee692a8
 DIST gromacs-2020.tar.gz 28928068 BLAKE2B 
72d4ff8f6b383284e61df9d3b2b53c51300f6961d4c19810670c8ee9ba2f1864d2a325e2774093b9338db785cb91a94461bf93f16cdf4caf0f690298a672d51c
 SHA512 
15f0d58cd8d217eab39ef8e3535dec34127708797eaf6575fb340292cbee2303cd25deb84b3d4417a787076f4ae7be9e4958ec3a347a3aa9aed52ef337a4587c
 DIST regressiontests-2018.8.tar.gz 67855469 BLAKE2B 
34c9b339f6229f483afbb5192ee6ba8b8f72d5c26907a853af9c53dfece0d88739e48f6b44b78d1c010f988f9385d077285300522164f533a5861e9dda879275
 SHA512 
3642389d27bd1942cd0f091c940ae97b197b94856a387fe581dc516b0d4169480f16551d4ba357f9282b3337d605c286d51dd38112ac87c826dda634904836bb
 DIST regressiontests-2019.5.tar.gz 67643634 BLAKE2B 
c4d9535d9a8a650869d67544ad5f367324f45e55325bb5074ece9b010f232f2f0dd97c9af97924d3f2368ed63015ca7330baff1cc681310e1439ec330b70ee8d
 SHA512 
7c0917b76e7db35ab4e3271d523d268e0e2d858091e68ead863bfe6d1e56b381e30fdbf44f479f6e065c029e2eb27cfa0dbaa1b243f185144321aaf5084c55ce
+DIST regressiontests-2019.6.tar.gz 67643195 BLAKE2B 
1e054e24b187946f7ea28090d4f20cf8e1d79a26253f57ba07d130e0773d8541b8a1552a38023d31a68ce8bc62d8e0af1d98609234bb3e7d3e6d567307ebb386
 SHA512 
eacf1c55b982515a305c29459fe80a7cd558a8481e5689962aa956148af542568b1d1ce59c6784ecb0afd4768c2b664afa21e12af2d89ae2b06b1ba61ad72036
 DIST regressiontests-2020.tar.gz 48536146 BLAKE2B 
9511db78b5d6a5ea431fdb73782f28dde4b94655139886c0ad519888ef3e435fe81807f158d66c1a4284cb88fe730f62d039ac23549f17d0ce5984764ef35f10
 SHA512 
5a35aaf6fe2f3b146c7045e9c967dc1c8bf754748cc1f2a7300193ae3f206a9f5058329380ae7b03b181410303bcd434584571e6161a75f99e52bd48f8ba1821

diff --git a/sci-chemistry/gromacs/gromacs-2019.6.ebuild 
b/sci-chemistry/gromacs/gromacs-2019.6.ebuild
new file mode 100644
index 000..755bafef447
--- /dev/null
+++ b/sci-chemistry/gromacs/gromacs-2019.6.ebuild
@@ -0,0 +1,316 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit bash-completion-r1 cmake-utils cuda eutils multilib python-single-r1 
readme.gentoo-r1 toolchain-funcs xdg-utils
+
+if [[ $PV = ** ]]; then
+   EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
+   https://gerrit.gromacs.org/gromacs.git
+   https://github.com/gromacs/gromacs.git
+   https://repo.or.cz/r/gromacs.git";
+   [[ $PV =  ]] && EGIT_BRANCH="master" || 
EGIT_BRANCH="release-${PV:0:4}"
+   inherit git-r3
+else
+   SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
+   test? ( 
http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )"
+   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+fi
+
+ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 
cpu_flags_x86_avx cpu_flags_x86_avx2"
+
+DESCRIPTION="The ultimate molecular dynamics simulation package"
+HOMEPAGE="http://www.gromacs.org/";
+
+# see COPYING for details
+# https://repo.or.cz/w/gromacs.git/blob/HEAD:/COPYING
+#base,vmd plugins, fftpack from numpy,  blas/lapck from netlib,
memtestG80 library,  mpi_thread lib
+LICENSE="LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lap

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-02-28 Thread Andrey Grozin
commit: d6e6c92d1fb8f5001eccac2d075db369c05afadc
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Feb 28 16:34:03 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Feb 28 16:34:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e6c92d

sci-mathematics/wxmaxima: bump to 20.02.4

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 3fa7e6769a4..4eba5c07fea 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5
 SHA512 
bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937
 DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
+DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk 
zh_CN zh_TW"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/files/, sci-mathematics/flint/

2020-02-28 Thread Michael Orlitzky
commit: 39b65a3d5ad4c68459f3d7ce63556937099ac93a
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Feb 28 16:31:58 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Feb 28 17:20:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b65a3d

sci-mathematics/flint: new EAPI=7 revision.

This new revision is based off François Bissey's ebuild in the
sage-on-gentoo overlay, which has accrued some fixes not present in
the ::gentoo version. Of note, it fixes an open build bug, and an
unreported issue where 32-bit libraries are detected on a 64-bit
system.

The update to EAPI=7 required only moving the LaTeX dependencies to
BDEPEND. In the process, I updated the LICENSE to LGPL-2.1+ because
upstream has done the same. I also looked long and hard for a reason
why we have RESTRICT=mirror in the ebuild. Finding none, I have
removed the restriction.

Closes: https://bugs.gentoo.org/470732
Closes: https://bugs.gentoo.org/688674
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../flint/files/flint-2.5.2-memory_message.patch   | 16 +
 sci-mathematics/flint/files/flint-2.5.2-pie.patch  | 78 ++
 sci-mathematics/flint/files/flint-2.5.2-utf8.patch | 13 
 sci-mathematics/flint/files/flintxx-include.patch  | 19 ++
 sci-mathematics/flint/flint-2.5.2-r1.ebuild| 74 
 5 files changed, 200 insertions(+)

diff --git a/sci-mathematics/flint/files/flint-2.5.2-memory_message.patch 
b/sci-mathematics/flint/files/flint-2.5.2-memory_message.patch
new file mode 100644
index 000..65638aa7790
--- /dev/null
+++ b/sci-mathematics/flint/files/flint-2.5.2-memory_message.patch
@@ -0,0 +1,16 @@
+This fixes a Python 3 doctest failure in
+rings/polynomial/polynomial_integer_dense_flint.pyx: see #28334.
+See https://github.com/wbhart/flint2/pull/585 for upstream PR
+
+diff --git a/memory_manager.c b/memory_manager.c
+index 04abf8a..bece9f5 100644
+--- a/memory_manager.c
 b/memory_manager.c
+@@ -41,6 +41,7 @@ pthread_mutex_t register_lock;
+ static void flint_memory_error()
+ {
+ flint_printf("Exception (FLINT memory_manager). Unable to allocate 
memory.\n");
++fflush(stdout);
+ abort();
+ }
+

diff --git a/sci-mathematics/flint/files/flint-2.5.2-pie.patch 
b/sci-mathematics/flint/files/flint-2.5.2-pie.patch
new file mode 100644
index 000..442d0254e82
--- /dev/null
+++ b/sci-mathematics/flint/files/flint-2.5.2-pie.patch
@@ -0,0 +1,78 @@
+In newer binutils, ld options -r and -pie conflict.
+Patch due to Jörg-Volker Peetz
+(source : https://groups.google.com/d/msg/sage-devel/TduebNoZuBE/sEULolL0BQAJ),
+packaged by Emmanuel Charpentier
+
+diff -ru flint-2.5.2-orig/fq/Makefile flint-2.5.2-new/fq/Makefile
+--- flint-2.5.2-orig/fq/Makefile   2015-08-13 18:16:22.0 +0200
 flint-2.5.2-new/fq/Makefile2016-11-07 18:41:09.148996528 +0100
+@@ -35,7 +35,7 @@
+   $(CC) $(CFLAGS) -c $(INCS) $< -o $@
+ 
+ $(MOD_LOBJ): $(LOBJS)
+-  $(CC) $(ABI_FLAG) -Wl,-r $^ -o $@ -nostdlib
++  $(CC) $(ABI_FLAG) -r $^ -o $@ -nostdlib
+ 
+ $(BUILD_DIR)/%.lo: %.c
+   $(CC) $(PICFLAG) $(CFLAGS) $(INCS) -c $< -o $@
+diff -ru flint-2.5.2-orig/fq_poly/Makefile flint-2.5.2-new/fq_poly/Makefile
+--- flint-2.5.2-orig/fq_poly/Makefile  2015-08-13 18:16:22.0 +0200
 flint-2.5.2-new/fq_poly/Makefile   2016-11-07 18:41:09.148996528 +0100
+@@ -35,7 +35,7 @@
+   $(CC) $(CFLAGS) -c $(INCS) $< -o $@
+ 
+ $(MOD_LOBJ): $(LOBJS)
+-  $(CC) $(ABI_FLAG) -Wl,-r $^ -o $@ -nostdlib
++  $(CC) $(ABI_FLAG) -r $^ -o $@ -nostdlib
+ 
+ $(BUILD_DIR)/%.lo: %.c
+   $(CC) $(PICFLAG) $(CFLAGS) $(INCS) -c $< -o $@
+diff -ru flint-2.5.2-orig/Makefile.subdirs flint-2.5.2-new/Makefile.subdirs
+--- flint-2.5.2-orig/Makefile.subdirs  2015-08-13 18:16:22.0 +0200
 flint-2.5.2-new/Makefile.subdirs   2016-11-07 18:41:09.144996522 +0100
+@@ -59,7 +59,7 @@
+   $(QUIET_CC) $(CC) $(CFLAGS) $(INCS) -c $< -o $@ -MMD -MP -MF 
"$(BUILD_DIR)/$(MOD_DIR)_$*.d" -MT "$(BUILD_DIR)/$(MOD_DIR)_$*.d" -MT "$@"
+ 
+ $(MOD_LOBJ): $(LOBJS)
+-  $(QUIET_CC) $(CC) $(ABI_FLAG) -Wl,-r $^ -o $@ -nostdlib
++  $(QUIET_CC) $(CC) $(ABI_FLAG) -r $^ -o $@ -nostdlib
+ 
+ -include $(LOBJS:.lo=.d)
+ 
+Seulement dans flint-2.5.2-new/: Makefile.subdirs.orig
+diff -ru flint-2.5.2-orig/padic_mat/Makefile flint-2.5.2-new/padic_mat/Makefile
+--- flint-2.5.2-orig/padic_mat/Makefile2015-08-13 18:16:22.0 
+0200
 flint-2.5.2-new/padic_mat/Makefile 2016-11-07 18:41:09.148996528 +0100
+@@ -35,7 +35,7 @@
+   $(CC) $(CFLAGS) -c $(INCS) $< -o $@
+ 
+ $(MOD_LOBJ): $(LOBJS)
+-  $(CC) $(ABI_FLAG) -Wl,-r $^ -o $@ -nostdlib
++  $(CC) $(ABI_FLAG) -r $^ -o $@ -nostdlib
+ 
+ $(BUILD_DIR)/%.lo: %.c
+   $(CC) $(PICFLAG) $(CFLAGS) $(INCS) -c $< -o $@
+diff -ru flint-2.5.2-orig/padic_poly/Makefile 
flint-2.5.2-new/padic_poly/Makefile
+--- flint-2.5.2-orig/padic_poly/Makefi

[gentoo-commits] proj/linux-patches: New tag: 4.14-182

2020-02-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 17:27:49 2020 +

New tag: 4.14-182




[gentoo-commits] proj/linux-patches: New tag: 4.19-106

2020-02-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 17:29:18 2020 +

New tag: 4.19-106




[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-goom/

2020-02-28 Thread Craig Andrews
commit: 8235c87a824a0e6c7f527f336ead45854ce62a2f
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Feb 28 17:27:51 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Feb 28 17:31:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8235c87a

media-plugins/kodi-visualization-goom: 2.2.0 version bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-visualization-goom/Manifest |  1 +
 .../kodi-visualization-goom-2.2.0.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-visualization-goom/Manifest 
b/media-plugins/kodi-visualization-goom/Manifest
index 46b15816281..752595fadbb 100644
--- a/media-plugins/kodi-visualization-goom/Manifest
+++ b/media-plugins/kodi-visualization-goom/Manifest
@@ -1 +1,2 @@
 DIST kodi-visualization-goom-2.1.0.tar.gz 8119409 BLAKE2B 
4162201e4415df9b8dc4e22f40d6e9eb71e85804cfb6898d472e2d612a090e81041ed2bf3c1c7423012aff53cc239d25400948fad20e0ccf93fe59270491818e
 SHA512 
5e2b4b2133938224506d94cf55cefb4aa77212e16b570900da33b84ea5de94bd4dcb3d161cc7d0d632353a9c9dd9a5925ce25b9c016cd13818944122c0806054
+DIST kodi-visualization-goom-2.2.0.tar.gz 8119581 BLAKE2B 
4e02ac797420f6acf59c9a2c3ce8c185fcf64fc6306d9635401a026207b92eaa6465e492bcbae06b95130fc114c31529d31e5ddcc1e6eeb855f513a8689500e4
 SHA512 
b6ab828e76b4c1dae54b853cfdc2f31c143e93ec02e81492c3e7152174ce74553eb06720a448f1434a81e44d886ee2b5751c3674ce3f9a45e4988421ea5931ba

diff --git 
a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-2.2.0.ebuild 
b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-2.2.0.ebuild
new file mode 100644
index 000..91e5232cbbb
--- /dev/null
+++ b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-2.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Goom visualizer for Kodi"
+HOMEPAGE="https://github.com/notspiff/visualization.goom";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/notspiff/visualization.goom.git";
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/notspiff/visualization.goom/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/visualization.goom-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   virtual/opengl
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] proj/linux-patches: New tag: 5.4-23

2020-02-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 17:32:49 2020 +

New tag: 5.4-23




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

2020-02-28 Thread Agostino Sarubbo
commit: 9cb980f635f484e767be227d033232572e2de7c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:47:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb980f6

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.215,4.9.215,4.14.172,4.19.107,5.4.23,5.5.7} - remove old.

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

 sys-kernel/vanilla-sources/Manifest  | 12 ++--
 ...urces-4.14.171.ebuild => vanilla-sources-4.14.172.ebuild} |  0
 ...urces-4.19.106.ebuild => vanilla-sources-4.19.107.ebuild} |  0
 ...sources-4.4.214.ebuild => vanilla-sources-4.4.215.ebuild} |  0
 ...sources-4.9.214.ebuild => vanilla-sources-4.9.215.ebuild} |  0
 ...a-sources-5.4.22.ebuild => vanilla-sources-5.4.23.ebuild} |  0
 ...lla-sources-5.5.6.ebuild => vanilla-sources-5.5.7.ebuild} |  0
 7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index a5317cbe971..4c26cae58f1 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,9 +6,9 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.5.tar.xz 110713660 BLAKE2B 
36b990d3650c409652206c319c93c0cf68885334050bc286b479c8b844bc47354547e19eebb58caafb026b96d134f39f0c7ce38b4eebe9da7ea6d1610a1e2af2
 SHA512 
fa74fdabb5e63384a39e54da05b86a9ae9ea16179524b041fbbdffc7177e80b53600ae98d76be127ba216148f9dc55fe07ab20637e22c6d6030cb4aa09eb2f86
 DIST patch-3.16.82.xz 2631700 BLAKE2B 
f65a8f204e7a5089445ec3d717238b4b19fe6b606dfc3e132d1263383c4989befb5f5eaa1ff10902e3e09d95a3650b8f1605978eee64155be968731cc1e08da1
 SHA512 
41fc30e763ac73d596a7dc8c72e7d4f9c3c7f0c86ff1a75238112ba8c8b73e8223887be6a76d4b840f6c6ee911d38e6503795a50480cfc3f8886e7a53ee8b167
-DIST patch-4.14.171.xz 3495000 BLAKE2B 
b6895ecf713682956428a2dd352bca55232160098c26cf3779391950d4ec4e2cdff9f389294396ce8c87a4100c5844b2bf0fa5588123557ce2e0abc246623404
 SHA512 
f1c0a0d5d177dbdfb161cc8a9e767c4ceacbe961eee569701d0f4485c622f6d0987d3161eff1032d62bc840b166f42095ae6eed7a5e52ef137932b1305e84d62
-DIST patch-4.19.106.xz 2839576 BLAKE2B 
4a8869e64364916a249ca3d4fd9948f9896fe59724068151f10260f47e61555df9da8b29aff7b70ae8146a2edbfd33eca8a76321b614b525c41c9fe814630a42
 SHA512 
0f57ab4a71bfef88edb58cb603a59f416432202291720504b7dc06f44c6e04a9909dcecc96dfba6376c310ad43998067f7040d17a55ce81bcb99fb43884c0dbb
-DIST patch-4.4.214.xz 3046748 BLAKE2B 
cd838e161312f948dfbee7dc483dff2936ffb06b1a1f9c6f8c5313e1e3606d695cbcdcf379667d8c015e3c73280c7c9a579a505b041787e261aa92dc0075ec5f
 SHA512 
dfdcca9b5ce1ca76a98c4f39f00a8f0365cd81d60b5e87ba64fbe9433af0168827fcaec849cf6f7a316c42f26176f2a435b913c2eee5fdae7b559414dc20cdd9
-DIST patch-4.9.214.xz 3378816 BLAKE2B 
5115bc7f6cf0078651ea79d4a1b08f53fb5cdcf27500beb84aa46c7a90c2ccba211cc2e4b87a49fcea7eadb86bbdf02bd3c37dc7845a3d39dd4cb02050faaf19
 SHA512 
795cf8d4c4813079ede66886d57ee9c895c2e18c116cce1551808f9a993a2b5b96f524ab6f37b6990176522026590859c3880c823a21c1b9629adfbd6c537416
-DIST patch-5.4.22.xz 878248 BLAKE2B 
de10d4329304f9535c91a6afd9e24d61131b1c463e5aed11ba31087841478725d01d331e8b76d88082bb7c305a06d934082082f9265c3d7191c053cc641d5966
 SHA512 
2c2d6ddd1e785c32cdf32e5557bb8c8ee991d7cbf1dd445131d97a8b4507d780e0bcb2d03c17345f8f9dce448502aa402e35914007e9bf4e0debad006ad5eb1d
-DIST patch-5.5.6.xz 344144 BLAKE2B 
8344cc76c3ba6b45d4648a749c19bfdba5e09c8a994225828d8fbeb8a03924ece53db4deec506b33bf5689439618cf0ce077063c7f2f76da25e994dd85da41d1
 SHA512 
4346b84f3dd748e09bd33586825ced2c66b36411005b7fa7e05f72c07ab17c2005d6d849eb4cd7e57d63052c7139473380a3b41baee94e44da492ca8495ac79c
+DIST patch-4.14.172.xz 3499536 BLAKE2B 
1be034910a14fc78df5e365a6c6a8669fb590de67fd9e4308a29ecd2196b93899effa143e092f9655017aceb42e371d9de39e08a1f0a39ae97cddc06ac3a3ef1
 SHA512 
fcf0a85e5d55cb669ebacd378ba173ca990cb199ee98c0965a007c4f6857bf3f117cd8d339f4b0009071478eb00a1d0c15aea919469e11d57b392017b928
+DIST patch-4.19.107.xz 2862372 BLAKE2B 
3c9d91d28c1c52593075f850be6ea86044b93c5f4854625c22770fb660148ab59a95ec2a13b4243136e7614bcbd2952281ea2666d8951b00d1492ca66f0e
 SHA512 
869e1e600d802accfd5fcb682b9bd5bfbda36fa14006c367629497bb7932e9cb6c9d0cc569ebf3626151a891c73bfeb8a815c73b55a238a675f4eeb961d3040b
+DIST patch-4.4.215.xz 3024904 BLAKE2B 
f4e76fc1daa488ff8cc4af0b1591fb0587e9845e0938f7e95cbab34b22e4270a1ed7c3ada45e07077f460b9c1c435b10dc80024ebf9f880c0a0892622d19fd2b
 SHA512 
2d5a04cd34264701119f4425d6cfa98a7497bd14fadb4c02760b3f8cc2df6437b92c79d4ae0696cf99ce629

[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/

2020-02-28 Thread Agostino Sarubbo
commit: 4f497e4992a975c94ab27d73f47fb9c6f0805c62
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f497e49

sci-libs/gdal: x86 stable wrt bug #708826

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/gdal/gdal-3.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/gdal/gdal-3.0.4-r1.ebuild 
b/sci-libs/gdal/gdal-3.0.4-r1.ebuild
index bb38e88edce..5bb8ddce5ea 100644
--- a/sci-libs/gdal/gdal-3.0.4-r1.ebuild
+++ b/sci-libs/gdal/gdal-3.0.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz";
 
 SLOT="0/3.0"
 LICENSE="BSD Info-ZIP MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="armadillo +aux-xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k lzma mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres 
python spatialite sqlite threads webp xls zstd"
 
 REQUIRED_USE="



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

2020-02-28 Thread Agostino Sarubbo
commit: 12a852e86199b6abb1215220cecea5f3ee9f93a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a852e8

dev-python/QtPy: x86 stable wrt bug #709866

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/QtPy/QtPy-1.9.0-r1.ebuild 
b/dev-python/QtPy/QtPy-1.9.0-r1.ebuild
index 5794685d124..3317738568c 100644
--- a/dev-python/QtPy/QtPy-1.9.0-r1.ebuild
+++ b/dev-python/QtPy/QtPy-1.9.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="designer gui opengl svg testlib webengine"
 
 RDEPEND="



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

2020-02-28 Thread Agostino Sarubbo
commit: 7b64fb5c16975fb21fcfd105ab431bf8df0a5401
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b64fb5c

dev-python/parso: x86 stable wrt bug #711004

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/parso/parso-0.6.0.ebuild 
b/dev-python/parso/parso-0.6.0.ebuild
index 0c8f33b9879..98d5de60277 100644
--- a/dev-python/parso/parso-0.6.0.ebuild
+++ b/dev-python/parso/parso-0.6.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-02-28 Thread Agostino Sarubbo
commit: 2c8e8cd7ea700fd1f75259d59a305e6d2edd7894
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8e8cd7

app-portage/metagen: x86 stable wrt bug #710858

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-portage/metagen/metagen-0.7.2.ebuild 
b/app-portage/metagen/metagen-0.7.2.ebuild
index f2a5eb3e206..4b92f833bb1 100644
--- a/app-portage/metagen/metagen-0.7.2.ebuild
+++ b/app-portage/metagen/metagen-0.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux"
 
 IUSE=""
 DEPEND="dev-python/lxml[${PYTHON_USEDEP}]



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

2020-02-28 Thread Agostino Sarubbo
commit: b0d43b466bf62227451d0e6efa517d3c88514052
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:50:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:50:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d43b46

net-misc/openssh: x86 stable wrt bug #710924

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/openssh/openssh-8.1_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-8.1_p1-r2.ebuild 
b/net-misc/openssh/openssh-8.1_p1-r2.ebuild
index 65b04ec713c..6e85d3f256b 100644
--- a/net-misc/openssh/openssh-8.1_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-8.1_p1-r2.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${PARCH}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~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 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~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"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam +pie sctp selinux +ssl static test X X509 xmss"
 



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

2020-02-28 Thread Agostino Sarubbo
commit: df2cdfd8bc6f075209eaa840ad61c3f919b1bee4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:50:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:50:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2cdfd8

app-doc/elisp-manual: x86 stable wrt bug #710914

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-doc/elisp-manual/elisp-manual-26.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/elisp-manual/elisp-manual-26.3.ebuild 
b/app-doc/elisp-manual/elisp-manual-26.3.ebuild
index c83fd965943..cb119c34fdb 100644
--- a/app-doc/elisp-manual/elisp-manual-26.3.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-26.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="FDL-1.3+"
 SLOT="26"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="sys-apps/texinfo"
 



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

2020-02-28 Thread Agostino Sarubbo
commit: 7de3d0009be849e844ad375f136cf5101f552f5e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de3d000

dev-libs/icu: x86 stable wrt bug #710758

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/icu/icu-65.1-r1.ebuild b/dev-libs/icu/icu-65.1-r1.ebuild
index 987a34d8e03..3fc1eb432f5 100644
--- a/dev-libs/icu/icu-65.1-r1.ebuild
+++ b/dev-libs/icu/icu-65.1-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 
 SLOT="0/${PV}"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2020-02-28 Thread Agostino Sarubbo
commit: af44f92b8fb59f827c334d41db79ddf963e78515
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af44f92b

dev-java/tomcat-servlet-api: x86 stable wrt bug #710656

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild
index 647023740d0..0bd7295e539 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.100.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild
index 2fb70f36de1..4d0bf5c4de6 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.51.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8"



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

2020-02-28 Thread Agostino Sarubbo
commit: d123931a9d76e0bd46a19874f15c1a379c7c4e4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:50:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:50:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d123931a

app-admin/gkrellm: x86 stable wrt bug #710934

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 879ff3eef26..1fa9c0422d1 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm";
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/liblas/

2020-02-28 Thread Agostino Sarubbo
commit: dc92b165602b931f3e2b7aab73569ea8a526b6a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc92b165

sci-geosciences/liblas: x86 stable wrt bug #708826

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/liblas/liblas-1.8.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild 
b/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild
index 8c1a928bc89..c8f1fb5c1aa 100644
--- a/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild
+++ b/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libLAS/libLAS/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86"
 IUSE="gdal"
 
 DEPEND="



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

2020-02-28 Thread Agostino Sarubbo
commit: 73c26483a85f41c0da6824501a5be717d89498ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:50:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:50:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c26483

gnome-base/librsvg: x86 stable wrt bug #710978

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-base/librsvg/librsvg-2.40.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild 
b/gnome-base/librsvg/librsvg-2.40.21.ebuild
index b145b61b6f3..a3808f7ab65 100644
--- a/gnome-base/librsvg/librsvg-2.40.21.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="+introspection tools +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nauty/

2020-02-28 Thread Agostino Sarubbo
commit: 9edcd09a07c4aa64c54d23f28361a67bca5f13fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:49:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:49:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edcd09a

sci-mathematics/nauty: x86 stable wrt bug #711028

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-mathematics/nauty/nauty-2.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/nauty/nauty-2.6.7.ebuild 
b/sci-mathematics/nauty/nauty-2.6.7.ebuild
index 33e00e354ee..579baf03ad7 100644
--- a/sci-mathematics/nauty/nauty-2.6.7.ebuild
+++ b/sci-mathematics/nauty/nauty-2.6.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://cs.anu.edu.au/~bdm/${PN}/${PN}${MY_PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: profiles/, licenses/

2020-02-28 Thread Alessandro Barbieri
commit: 75f56baea028c5e4b150a7a97164a1b9b40c705c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Feb 28 17:53:28 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Feb 28 17:53:28 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75f56bae

DFSG license group, add meschach license

Signed-off-by: Alessandro Barbieri  gmail.com>

 licenses/meschach   | 23 +++
 profiles/license_groups |  1 +
 2 files changed, 24 insertions(+)

diff --git a/licenses/meschach b/licenses/meschach
new file mode 100644
index 000..6c1e053
--- /dev/null
+++ b/licenses/meschach
@@ -0,0 +1,23 @@
+/**
+**
+** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved.
+**
+**  Meschach Library
+** 
+** This Meschach Library is provided "as is" without any express 
+** or implied warranty of any kind with respect to this software. 
+** In particular the authors shall not be liable for any direct, 
+** indirect, special, incidental or consequential damages arising 
+** in any way from use of the software.
+** 
+** Everyone is granted permission to copy, modify and redistribute this
+** Meschach Library, provided:
+**  1.  All copies contain this copyright notice.
+**  2.  All modified copies shall carry a notice stating who
+**  made the last modification and the date of such modification.
+**  3.  No charge is made for this software or works derived from it.  
+**  This clause shall not be construed as constraining other software
+**  distributed on the same medium as this software, nor is a
+**  distribution fee considered a charge.
+**
+***/

diff --git a/profiles/license_groups b/profiles/license_groups
index a4fca5b..29a53db 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -1 +1,2 @@
+DFSG @FREE lablgtk-examples meschach VOSTROM
 MISC-FREE noweb



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/meschach/

2020-02-28 Thread Alessandro Barbieri
commit: 011badaae9549dd3a7174533f47fdad4ee1bd38a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Feb 28 17:53:05 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Feb 28 17:53:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=011badaa

sci-libs/meschach: new package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/meschach/Manifest |  2 +
 sci-libs/meschach/meschach-1.2b.ebuild | 73 ++
 sci-libs/meschach/metadata.xml | 41 +++
 3 files changed, 116 insertions(+)

diff --git a/sci-libs/meschach/Manifest b/sci-libs/meschach/Manifest
new file mode 100644
index 000..aa641bb
--- /dev/null
+++ b/sci-libs/meschach/Manifest
@@ -0,0 +1,2 @@
+DIST meschach_1.2b-14.debian.tar.xz 40664 BLAKE2B 
753cdcdf8ecd63be14a294a6607380462df8a74c1cc84fafcfe4140cb10eaeb590dbe12883e2a973691a920b1e7f4efdf884781b49ea947b1132ff213f4a2652
 SHA512 
9793127a1785fb757b61132db1c471a2ff7949c383870f10d0b24ea2e1dafcb9d9379b61698179f91fdba4405e18e1692efcc26b759b1a5d9519e8c46206636b
+DIST meschach_1.2b.orig.tar.gz 220166 BLAKE2B 
fe38d9887977f45cc54857fe9c33f1eb50d1192ce3cae643127962cfce7657d9890964aabd3690751648a3a850fbbb39c6fb2110f8b4fcd789c7b8efefcec2c5
 SHA512 
0b8748915739b624aa44b0bf6f2c59aaf3d09f69f9455220e4baeb423c094a89cc25c03d6ced0d58bfd7c5d6626f3995fc853119ab0f7d6af151d8479c326068

diff --git a/sci-libs/meschach/meschach-1.2b.ebuild 
b/sci-libs/meschach/meschach-1.2b.ebuild
new file mode 100644
index 000..b7a3017
--- /dev/null
+++ b/sci-libs/meschach/meschach-1.2b.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools eutils
+
+DESCRIPTION="Meschach is a C-language library of routines for performing 
matrix computations."
+HOMEPAGE="http://homepage.divms.uiowa.edu/~dstewart/meschach";
+SRC_URI="http://cdn-fastly.deb.debian.org/debian/pool/main/m/meschach/${PN}_${PV}.orig.tar.gz
 \
+http://cdn-fastly.deb.debian.org/debian/pool/main/m/meschach/${PN}_${PV}-14.debian.tar.xz";
+
+LICENSE="meschach"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="complex +double float munroll old segmem sparse test unroll"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   ^^ ( double float )
+"
+
+PATCHES=(
+   "${WORKDIR}/debian/patches/${PN}_${PV}-13.diff"
+   "${WORKDIR}/debian/patches/${PN}_${PV}-13.configure.diff"
+)
+
+src_prepare() {
+   default
+   sed -i -- 's/CFLAGS = -O3 -fPIC/CFLAGS = @CFLAGS@ -fPIC/g' makefile.in
+   use old && sed -i -- 's/all: shared static/all: oldpart shared 
static/g' makefile.in
+   mv configure.in configure.ac
+   eautoreconf
+}
+
+src_configure() {
+   myconf=(
+   $(use_with complex)
+   $(use_with double)
+   $(use_with float)
+   $(use_with munroll)
+   $(use_with segmem)
+   $(use_with sparse)
+   $(use_with unroll)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake DESTDIR="${D}" all
+   use test && emake alltorture
+}
+
+src_install() {
+   dolib.so libmeschach.so
+   insinto /usr/include/meschach
+   doins *.h
+   use test && dodir /usr/libexec/meschach
+   use test && exeinto /usr/libexec/meschach
+   use test && doexe iotort
+   use test && doexe itertort
+   use test && doexe macheps
+   use test && doexe maxint
+   use test && doexe memtort
+   use test && doexe mfuntort
+   use test && doexe sptort
+   use test && doexe torture
+   use test && doexe ztorture
+   use test && insinto /usr/libexec/meschach
+   use test && doins *.dat
+   dodoc -r DOC/.
+   dodoc README
+}

diff --git a/sci-libs/meschach/metadata.xml b/sci-libs/meschach/metadata.xml
new file mode 100644
index 000..fc8c04d
--- /dev/null
+++ b/sci-libs/meschach/metadata.xml
@@ -0,0 +1,41 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+
+  dstew...@math.uiowa.edu
+  David Stewart
+
+  
+  
+The Meschach Library is a numerical library of C routines for performing
+calculations on matrices and vectors. It is intended for solving systems of
+linear equations (dense and sparse), solve least squares problems,
+computing eigenvalues and eigenvectors, etc. We do not claim that it
+contains every useful algorithm in numerical linear algebra, but it does
+provide a basis on which more advanced algorithms can be built. The library
+is for people who know something about the C programming language,
+something of how to solve the numerical problem they are faced with but do
+not want to have the hassle of building all the necessary routines from the
+scratch. The library is not a loose collection of numerical routines but it
+comprises a coherent system

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

2020-02-28 Thread Andreas Sturmlechner
commit: c5f36075e48164b9ed2b30655cbec59a326d3f6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 28 18:01:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 28 18:01:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f36075

dev-python/QtPy: Drop 1.4.2

Closes: https://bugs.gentoo.org/709866
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/QtPy/Manifest  |  1 -
 dev-python/QtPy/QtPy-1.4.2.ebuild | 35 ---
 dev-python/QtPy/metadata.xml  |  1 -
 3 files changed, 37 deletions(-)

diff --git a/dev-python/QtPy/Manifest b/dev-python/QtPy/Manifest
index bb4317acd14..b8374d6358e 100644
--- a/dev-python/QtPy/Manifest
+++ b/dev-python/QtPy/Manifest
@@ -1,2 +1 @@
-DIST QtPy-1.4.2.tar.gz 27471 BLAKE2B 
d70de67944a4019031b52cd3f6c588261537a74ce8b968d9577b016d18767e3e2b6981dae983573bd1644949b13ee271a10beaef9a371ac41b3cd1b9cb506cb2
 SHA512 
eb8a059f110f3262ab62f8198019b9826a5b834da62e59791fb3a6c235eb797291e4f180b31704d7d61811791e5b245a05b57fc385de358480561508e3b29a4d
 DIST QtPy-1.9.0.tar.gz 35522 BLAKE2B 
05b700c1f804cc535c3065c8f819d1d7fb0e02d43f199082d2e0d2c575ff8dbfdbf0053ddb3b155108cf55350ff4daf75166ab39a60374a35a86a1707724a4a1
 SHA512 
2492c531f0df3afc9e0f8875a2b2e39cc8b09542fb9f251900b8596c0db7767390bb85365cc39efd6cd37ae852a00655354e6f9f3d795023e4fd86dbf8bd5fa7

diff --git a/dev-python/QtPy/QtPy-1.4.2.ebuild 
b/dev-python/QtPy/QtPy-1.4.2.ebuild
deleted file mode 100644
index 6eb7616e6d7..000
--- a/dev-python/QtPy/QtPy-1.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Abstraction layer for PyQt5/PySide"
-HOMEPAGE="https://github.com/spyder-ide/qtpy";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="designer gui opengl svg testlib webkit webengine"
-
-RDEPEND="
-   dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?]
-   gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
-   testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
-   webengine? ( || (
-   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-   dev-python/PyQt5[webengine?]
-   ) )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-
-   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
-   sed -i -e "s/from PySide import/raise ImportError #/" qtpy/__init__.py 
|| die
-   sed -i -e "s/from PySide2 import/raise ImportError #/" qtpy/__init__.py 
|| die
-}

diff --git a/dev-python/QtPy/metadata.xml b/dev-python/QtPy/metadata.xml
index e1b8d6e3aa7..076f782a9d6 100644
--- a/dev-python/QtPy/metadata.xml
+++ b/dev-python/QtPy/metadata.xml
@@ -21,7 +21,6 @@
 Build bindings for the QtSvg module
 Build bindings for the QtTest module
 Build bindings for the QtWebEngine module
-Build bindings for the QtWebKit module
   
   
 spyder-ide/qtpy



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

2020-02-28 Thread Mike Pagano
commit: b3b4056faa114b6fe63abd78be68828fc6b7257a
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 28 18:22:40 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 18:22:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b4056f

sys-kernel/gentoo-sources: Linux patch 4.14.172

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.172.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f1240621327..db4ca372805 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-180.extras.tar.xz 17508 BLAKE2B 
8d568d4e18cc1194db8def0ecb0
 DIST genpatches-4.14-181.base.tar.xz 3991280 BLAKE2B 
264a2f0fed15bdf7cb84257887d0e4ce5dd0e9eb6a9febdc08903c6760d9c0a744d8f80dac5625592c46f3667dbce3500287c20ef0052f1026e2b01d6ec437c6
 SHA512 
4332f2eca701e179cebb58db2802da71f0c5fc96928c7b403a0964bf6370942c89058d6a25fd3ad587c5af795822b42a86488783fef85a47b9057ed6d38654ba
 DIST genpatches-4.14-181.experimental.tar.xz 5936 BLAKE2B 
0392297b2232fb2bd18d8d9ab833968f6dc7f4ae8946fd579afcf3375fe9d22d10f4a76a9071fd110a84edd65c43e2a92a57cb263a9cf02a3907a67150122dd9
 SHA512 
42a68efcd26ec8f4d3ddc5163a424e678544869a6de0768b879402c87d4525c29c7cdb89e51a539bed247d5b84a2034dec57e7af7a30d31beced6743a9868109
 DIST genpatches-4.14-181.extras.tar.xz 17512 BLAKE2B 
3a45afa10e478bbe324d038d34289ada633dfb7ad62e12081d3b3c21fa7b991b7920dc4bb320b0007b6f899c5450b7d47d402d1f0f3766978ba870036839fb4a
 SHA512 
4918e375f9a051268816034c1403e13a99afe91fa45d44b3f358e467a54829841ece674be7b097080cab2b36d0e6746ecb1a0a83be77b4b27f3a776509145bd5
+DIST genpatches-4.14-182.base.tar.xz 4050084 BLAKE2B 
f1863a4f22cce1c3857391d8ff9f4ff8ab615b4c8fd5c73cc21c209f9da6a4f4d78653ee67ee35e63d298670c90e8f146c3b2b8a71b6636a9938e6f19a061ed9
 SHA512 
be8ec63345d3032e11c7d7d05eb483a2b93b4ceaf19f1d249696f9eb8bc099175856e4c6be175e4c8fba950f7eddd7a0dbd359cb59cd5cebe277b7742d659001
+DIST genpatches-4.14-182.experimental.tar.xz 5932 BLAKE2B 
7297ce438f46edc76ac402b1f7e5932c4a52005f4e85d9ecaaeb924c4fc6fec6cdf9b22aeeb980c31e5b808b369f45bf4f00bd74bd7ccae7928a4769828fee69
 SHA512 
81de12956115a495f696c75bac8ab9f4c78e45786712e6d0bf9bfcea53970d0f3db7a7ac3670b5da0037207678d6fb3c5ef3504786ec3241d6c352c967851bd2
+DIST genpatches-4.14-182.extras.tar.xz 17512 BLAKE2B 
58021827eafcc78ab47d23d8a5473a2d4e083d17521787bdc18367ff0326bdbe0da2e99658671526b3def1c41f6ec71a3669d7c3485cc472985a41c57dfe
 SHA512 
e2437640c0d3c45cb7c4195c7e429070653399f579bed8554f5b0c785df7cda4bd61daf57cae07362a0dae736ff5b169f9a395079bc072dbad7f70e453fd
 DIST genpatches-4.19-101.base.tar.xz 3008416 BLAKE2B 
920228c1a69dea64f1e9c5f1dded4b01f2de69c92420daf45ede91bfe1db4004989015ae52cfe9013e300779a68bcbabb1af4e17f90db631a43e1ee38885ad32
 SHA512 
4b1062307426582521d4366bd3802b3adf9bc53c597f9b7dcca335241e797b1c5bd34e637added9633b73d4171bb08f34410350c21f670c07feb6c800a94c5b2
 DIST genpatches-4.19-101.experimental.tar.xz 6436 BLAKE2B 
826c01824ae66204ae00f63625105e585246e51f2ee6a070386fcc4ce0f92d21eb050e4bbfcbe8c0f8021a394ba9f03c9eba76b1cc251fb0ad557c9028e0b137
 SHA512 
11d944100d055a4129ee59fbb116d6ee9ae0d21eefbdcd2ab2e433175858f5477ac1e3bbdcfb8fc5efc56074433b70767fb51954a6ebd05b15ff281c0e5b65f5
 DIST genpatches-4.19-101.extras.tar.xz 17496 BLAKE2B 
824a49411f6ab8f4691fe994ee2da8736a74759dcc7cbae69d807cb9fac3d0890a660e5ee24a8f1fe10e0bf449855c5a9c6e7e523fec057b5ad3af5dd13d1a3e
 SHA512 
1fe7326b95bc4eecbe4e3aada018bd6cd5897810a44ac8c0e031c2052964c917050c775e0a32304c1838c8c00ad9091adda1901818346cbbe3e2a12cd941bf72

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.172.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.172.ebuild
new file mode 100644
index 000..c51592f8ec8
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.172.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="182"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-02-28 Thread Mike Pagano
commit: 5b85135fa6ace73702b1972e01b9b05c0eb11ddf
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 28 18:26:31 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 18:26:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b85135f

sys-kernel/gentoo-sources: Linux patch 4.19.107

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.107.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index db4ca372805..c478bc3fd4c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,6 +31,9 @@ DIST genpatches-4.19-104.extras.tar.xz 17504 BLAKE2B 
4013c6336d35818c8995b7f7ccc
 DIST genpatches-4.19-105.base.tar.xz 3179988 BLAKE2B 
7f85c9011564ccdb368f0bef5b2ded7e61a47c70cb6e7b579c995c83ff2e1142454ed18e9cd87234c4526eea57fcefb502ef3282ef508b1dd580c371dc61cbcb
 SHA512 
7a01de87b333af8d60c6156898f5d043ae0d0ce7b1dfc7906b4f717c1a2a943940cff10f64bd221b459751c42d0c52bba3e39b2ff79e6622f952edf8b66e4c4e
 DIST genpatches-4.19-105.experimental.tar.xz 6432 BLAKE2B 
77544c463cd2b7ac78459bca93b4700887a29515523927e7a58c593cbecc08f221e26ca010619d9650b17e918a5bfb7d4c8351d7e6e0ac08633365c00d693234
 SHA512 
fd03e3a3b2862ca9314e6c1c430235c87817e7507985ea809699f84e400929bf12cf6fb9efa05c8384128697aefa595365810f96483d10a2a788f2714cf2eb10
 DIST genpatches-4.19-105.extras.tar.xz 17496 BLAKE2B 
82c72721eca259b0945b7f8ae3271d40f9ff90980de96f015c7c8011cb6ae771c1938b61d76ed1939b2c63002dc388ca5644f360b53da55a9f74a9f5ac9cdf01
 SHA512 
be72c2c3728f92d644a78fb19e353d24f70aa986b4e316a8788265fabc1fd2bd9412845d5c058fb38b7b538e836126fee3e3c95e3b857a38ff48ec8130361c79
+DIST genpatches-4.19-106.base.tar.xz 3207860 BLAKE2B 
4a5c29c2e1e825630b4bccba0dcd2aaab4fe9755fc135eb5990641705743384c0b3da75a89c86f450af9686ab6c036fcf18abed18f7e55f71a8ecdf582a7ab0e
 SHA512 
7660e2f81b5cbd2705998ecc04bd611d39eb5cc30978737aba6741709f16fa6336fdf3bdeaaca2d2cd70ee7d55c205484ca4295774c02d5ff22722a14315e647
+DIST genpatches-4.19-106.experimental.tar.xz 6424 BLAKE2B 
099ffaebcbaef238d89739e3b372aaefaa0d88338aee2abfa99090667c0fa12fa3f55571d5645aac7ad964d2e21fbd7a6ffb111efbbadb32abafb1dcfece2312
 SHA512 
0a22df58276372c0f6f4d141d40b2c5de34e4e8998be31a55580aad13eba1af00321d764f1776885c7aa70f520fd8ed8dcea6556e11029f4a3f355ba298122c0
+DIST genpatches-4.19-106.extras.tar.xz 17492 BLAKE2B 
d84b9ed61c0d3e3fd032ac5bda3e2898e09c652166305a4a2a949938713d2b7e04405d16ed22d9fc7171d8850dc27a886956b2f3f99b6c7519c0b74e3089f032
 SHA512 
422d7cf4a79ecc5bdb48e01a77207cf77162a1cda33dd629cf806d149193ddfa0254e93f7dacebb39cf0f42a3fd17a131cc3e14b6340b5a90f20b449c99ece54
 DIST genpatches-4.19-85.base.tar.xz 2403008 BLAKE2B 
ed31488bc37aff8e5a7e0491f9b4ac2d70689c9d47c219f001d6900b0c79792cc0dd82e5e368924193be93d747e8a17931aa462cd263e6c517ed8ae1fc070ddb
 SHA512 
6218d1fb01617544f3218b451fbf0ff2b166c861621bb782d00dd01a28a51c97685b44d19f1a2e8da0b8d4178eb38adfc8047a98a2931558f1ff4f26288b8323
 DIST genpatches-4.19-85.experimental.tar.xz 6428 BLAKE2B 
e1f94a7fbb0b72c9d43d0785f212a4d739e086eb6338e7fdf3979c9055c69908a388e9c2f5669eaae6ac8a9adce14dad11d450878b0dbeffa8b5316513f92b16
 SHA512 
ca204d8ca75278e72648b8e79609b533de9de7635e3602476773f7040ae493c6e356de08a60588defe9491960b4ac046aee5813a25dfcb3eae9779b720a341d0
 DIST genpatches-4.19-85.extras.tar.xz 17500 BLAKE2B 
869534152df10ea77feb65211729acb49d98a6cf28cdbfe8f4faf0c6a14f788ba1f7fcd868da5571195a8a083c7257e9dcea628708cb8dd370cb9af6165f
 SHA512 
9931dc1de3062ab85a14bcbe20007d5bc1b15cf1a77570076637df0311615adc763ca91e5d13052f812237f489d7e4c9a376395c547a926be770f787740d9581

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.107.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.107.ebuild
new file mode 100644
index 000..f6615951cf1
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.107.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="106"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-02-28 Thread Mike Pagano
commit: 7eb4d18ddef238cadc56d728f0a00f73ca269f7c
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 28 18:30:12 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 18:30:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb4d18d

sys-kernel/gentoo-sources: Linux patch 5.4.23

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.23.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c478bc3fd4c..1eefcdfc80e 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -88,6 +88,9 @@ DIST genpatches-5.4-21.extras.tar.xz 1744 BLAKE2B 
c033e92c37a242bb1df4d3f75c7cba
 DIST genpatches-5.4-22.base.tar.xz 915300 BLAKE2B 
d178fedfcfdb604ddf37bc23f1fa6565f8e0cedfdcc632bb20d4683db9161621eee3f998430e9c26df39712065669db4b81471fb3fdbc7b52f457e9bc05ddf37
 SHA512 
77e0fb0bb06f2fcf5f42141e5386779fc2f83db9f12ceb4e5d9ea3e38b8e32fa3d189432127ae73ceeab08ef0d781a26f39cb5439963e656c72abc31e1b2f750
 DIST genpatches-5.4-22.experimental.tar.xz 6136 BLAKE2B 
9f00e0c961d605fbb40d3659ada94d4e377f0cfbbfe9b543142a73c8d28c4ba124421d05b419f0948a798b4e71ca9f28a303c5d42d1a66e0a6095bed9a112891
 SHA512 
aa7fc509152ddd7a53189f3d9bff2104e8deb297de09112e888492d9bebda3358162c710680eb9600c08c35fc9beab7cb626d7c782dd1603bc20279aa3f9f484
 DIST genpatches-5.4-22.extras.tar.xz 1744 BLAKE2B 
f11d59a1f630a1fd8b328d62454575e46029bfa35a0f26579677dfd1bf19e7a4c12870d4d673717570d9ceed81a43d6cac515acee003bfca9bba6f3d526b70c5
 SHA512 
b05d44f5d0b0f3b77396b2de1a720cda33ebc4114381b6d781eb495f31c586e228abb83a9144198f199f2fa2b237d8212a7195de70171097f71bc19a1d259db0
+DIST genpatches-5.4-23.base.tar.xz 956024 BLAKE2B 
5270c606d07a9c593e8428ebf4636ccec4e6fe07fdda05617451cb1d6523c39fa5c483f9e2006e7944c0f7f835c40d8bffe50606b3266d4a8134779a5d651c3f
 SHA512 
038aeb54cf8854461d61b38598e0191f46fe8b327ec7287c721238f8a41fc8a69a80c4c914ad04569aed6d994321979dcf469c376297ad555ac9095dddae4567
+DIST genpatches-5.4-23.experimental.tar.xz 6148 BLAKE2B 
2011ea842b1469444aa4869398b085a3678df2016de7952abc3ecdc1a376dfb63f4029945457cf17eec9a272214b57d5390c120a2cbc4482951fde55ec271761
 SHA512 
d856cc99eaaab476d1c9306c305a569259555f481cc0e2b055098d5c80b21282b0f0367721c19156683a0f583d7177457db339a3ed6efdf52479e4d0f795e0e6
+DIST genpatches-5.4-23.extras.tar.xz 1744 BLAKE2B 
a744740c74b52b66f8db5f0a71174b15284bd83c0ca9318c2bc3809586aa914f20239a9a122930df587cf861412d7ce33a7efb74128bfd2dd52516abbe0cf20a
 SHA512 
74f429626747883c5b4c6e8cb6bced6a5dc377a758637b7eded70dc9471121aa8496030f4b00ac0cd9bacb693d89366d10fc34d0827286ade8160038bf9aa1f7
 DIST genpatches-5.5-1.base.tar.xz 3984 BLAKE2B 
aed3662231f2863f234ebdc3c615c8c7fa32c3b1301659388facef4354b148bd31a9978917dcced2081f157afa176df5cda2e11fa085e3599f68af65f8edfaec
 SHA512 
bdbe3d72620418ad0245f7e7f4fec7960d302be4842c6a090440f8ffccc5f6a67fdf11e51da5a14b659ec7a003410f1374b70ece128455ffd8eaf13177a427ff
 DIST genpatches-5.5-1.experimental.tar.xz 6168 BLAKE2B 
22b8602963c9a601da950a86b242116f4885065087e751d7371d914b2077434ba4dfb54ed03be26bb6951dfef49bc587c39c9b5065df2585b25e6c116bac7261
 SHA512 
9bbfa35b13e4d994a426fc623fd8fed56b722f4ff9e3d2ff330f8b8dab454e9d5b5da205ea64385377685bd319663fed27612b7c9122b752ce8d4be5bdde3e8c
 DIST genpatches-5.5-1.extras.tar.xz 1744 BLAKE2B 
78353a253969918f5c054768df01bf7d0a0887f5686f6b84a78f28a0c1ef49101f278c5140367a4547cce9932ec9e7dcff4b4fd8519bb9e9dd9b7d4764461877
 SHA512 
84815483c7c30e2258c1d246080c460177b8e3b6c49592a78c2a5d83798b703da845ee3f1f939da1e947dddced42fc83434ca162f8e5135c838877304e3a80cf

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.23.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.23.ebuild
new file mode 100644
index 000..0ae44c41268
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.23.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="23"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] proj/linux-patches: New tag: 5.5-9

2020-02-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 18:44:02 2020 +

New tag: 5.5-9




[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2020-02-28 Thread Miroslav Šulc
commit: 89fb384d129f14b4e3791be49247d957526bb901
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Feb 28 18:55:15 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Feb 28 18:55:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fb384d

dev-java/tomcat-servlet-api: removed obsolete

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/tomcat-servlet-api/Manifest   |  2 --
 .../tomcat-servlet-api-7.0.96.ebuild   | 38 -
 .../tomcat-servlet-api-9.0.27.ebuild   | 39 --
 3 files changed, 79 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index f4948be0f82..ba643cb9c37 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -2,8 +2,6 @@ DIST apache-tomcat-4.1.40-src.tar.gz 3709719 BLAKE2B 
f7ca82052c1148a5c384fcbc387
 DIST apache-tomcat-5.5.36-src.tar.gz 3743113 BLAKE2B 
dbfcfd123a23b0ceb9f1fdd936e42324ea8b10cf327a1d0abf1703006535859c7122690a08b5ec27b86b526cc7709a7199b4f35f123538ff11f23f3b489358f3
 SHA512 
845636b5b992fbbb7d657d192afbab1e6a924bfd0c71b025cf22776eb4527d92d63f9b3f33475d4349a0df4cebd984ba3776eedd7482b820abdea909e90a97b7
 DIST apache-tomcat-6.0.53-src.tar.gz 3522914 BLAKE2B 
054b097c16861abaa8bdbeba713b49bc1dfcff573bb3f4bd0ff5807c33a2a0fb991af618f6e11e5b3ce3fa55c589fc6569342cab5d5a00349c79bc7061d81e40
 SHA512 
915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c
 DIST apache-tomcat-7.0.100-src.tar.gz 5265444 BLAKE2B 
9c706e6a50e13cd8f542669e2d80f8940816976cfb84f62c3e17bbe6f0cc6d76d6fcdd18ec69e706ce27552aa66041833f6ae7bba8e671e187de3246e90a25c5
 SHA512 
53ef64c64263d0f25d72ed179bd7b7beed3f73cd63010988ba740ff7328b00a5ec09fe1d4575188ecacf258c891e022a0f1ae07d2957d9830a56881170bb1a57
-DIST apache-tomcat-7.0.96-src.tar.gz 4983881 BLAKE2B 
d5b828b7a4e8a7a5ce793a15421fbd6b12b55918aa7c15bc8209b4c762d7f422a7315e4cbe9b4ae2da754b6d8493bc11ae6a5c99f11a1ac3b23473e05fa26c83
 SHA512 
5797e66fb9ce558340e08d3a4ccd372d912707aabd6177318781925dd35055902a0ecc3e50e677d76b0feea547cc8fc038bb83ae5de65d28680cb4c9582f60c0
 DIST apache-tomcat-8.5.47-src.tar.gz 5607118 BLAKE2B 
3c326056f674032424d298c7581243a24dd01fae39b1ce7069b60e1bcf3d825de954164f643e887618c43c87d691bc41f942e73bf86b254b4c7dca9c68ce7cce
 SHA512 
1513fdaf7751ee263d878cdfc05329bc4ee50e2f3aeea68e1d173a5f4d555ec59a43050222f013758f704967730dd25a64337cf1ba4365ab53b8730af87b4051
 DIST apache-tomcat-8.5.51-src.tar.gz 5661227 BLAKE2B 
711de5678903941a5261693972906f2d0fca2c9d3219e62d3186e5d71a2e3cb4da0a5028e62790a26dad2d244246c2f41c74f18e17d52ec0af070f0d5842ca3f
 SHA512 
8529d2e7d83a863fe88ed4ee8ec29b673e5df4bea53231412c0d89e2384d3939b9d1f29350a4ca46966ab5d4a0d3178ed5d2caa50aa766092a3ab8f28dd27592
-DIST apache-tomcat-9.0.27-src.tar.gz 5761278 BLAKE2B 
7d4a65dfa43e0956a5dbb1dad3bf1aa475e7c503d3192ac24921d7cee9bd85379cd820ce693e8c583a7cab23263b0abfa960968d04d766764e222ba8c5bd97d4
 SHA512 
3f63cbd49f93e6a9d44ea63b4f787cf498930b82d19eaf60603c126b8800d2894d306c27e42ab73b042f3bba9cfb75b6c939b91b8b9141e4903eb1b88c2a4ec8
 DIST apache-tomcat-9.0.31-src.tar.gz 5812430 BLAKE2B 
7ef0f989860b046b4ddbacde50013284a623eb9d81e2c3465b0e04ec9c934a5319293677919ab758243a352fc60cb6691b51f946d8c5a36360b9108dafc5dfe3
 SHA512 
a0ba9e46a3d2a4cf708e6e29b4647c041495e45865ce5c679c9dcfee77181373a2d3034222701d0f15d5c7e71e6aa3cc7db236c66ba069b3e3660a948b44342f

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.96.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.96.ebuild
deleted file mode 100644
index 9dead90b5a9..000
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.96.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-JAVA_PKG_IUSE="source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-MY_A="apache-${P}-src"
-MY_P="${MY_A/-servlet-api/}"
-DESCRIPTION="Tomcat's Servlet API 3.0/JSP API 2.2 implementation"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="3.0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
-
-S="${WORKDIR}/${MY_P}/"
-
-src_prepare() {
-   default
-
-   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
-   rm -fR */*/build.xml ||die
-   java-pkg_clean
-
-   java-pkg-2_src_prepare
-}
-
-src_install() {
-   java-pkg_dojar "${S}"/output/build/lib/*.jar
-   use source && java-pkg_dosrc java/javax/servlet/
-}

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.27.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.27.ebuild
delete

[gentoo-commits] proj/gamerlay:master commit in: media-gfx/recoil/

2020-02-28 Thread Azamat H. Hackimov
commit: 96dfce036559b31b7c4d09da10329aaab36ff138
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 19:00:08 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 19:01:30 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=96dfce03

media-gfx/recoil: update to 5.0.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 media-gfx/recoil/{recoil-4.3.2.ebuild => recoil-5.0.0.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-gfx/recoil/recoil-4.3.2.ebuild 
b/media-gfx/recoil/recoil-5.0.0.ebuild
similarity index 78%
rename from media-gfx/recoil/recoil-4.3.2.ebuild
rename to media-gfx/recoil/recoil-5.0.0.ebuild
index 0f2b22a..25eb746 100644
--- a/media-gfx/recoil/recoil-4.3.2.ebuild
+++ b/media-gfx/recoil/recoil-5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2019 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Retro Computer Image Library"
 HOMEPAGE="http://recoil.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -16,7 +16,6 @@ IUSE=""
 
 DEPEND="media-libs/libpng:0="
 RDEPEND="${DEPEND}"
-BDEPEND=""
 
 src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" recoil2png



[gentoo-commits] proj/gamerlay:master commit in: games-action/titanion/

2020-02-28 Thread Azamat H. Hackimov
commit: 252e43d460eb4d9e83cee1e4f55219a58405db15
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Feb 13 23:05:47 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 19:01:24 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=252e43d4

games-action/titanion: remove package

Deprecated eclass, unavailable sources
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/titanion/metadata.xml|  8 
 games-action/titanion/titanion-0.3.ebuild | 62 ---
 2 files changed, 70 deletions(-)

diff --git a/games-action/titanion/metadata.xml 
b/games-action/titanion/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/titanion/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-

diff --git a/games-action/titanion/titanion-0.3.ebuild 
b/games-action/titanion/titanion-0.3.ebuild
deleted file mode 100644
index cfb8d62..000
--- a/games-action/titanion/titanion-0.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=ttn
-MY_PV=${PV//./_}
-
-DESCRIPTION="Strike down super high-velocity swooping insects. Fixed shooter 
in the good old days, 'Titanion'. "
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/ttn_e.html";
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
-   mirror://debian/pool/main/t/${PN}/${PN}_${PV}.dfsg1-2.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_PN}
-
-src_unpack(){
-   unpack ${A}
-}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${PN}_${PV}.dfsg1-2.diff
-   sed -i -e "s:${PN}-${PV}.dfsg1/::g" -i 
"${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/fix.diff
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/windowed.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/dotfile.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/window-resize.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch 
"${S}"/${PN}-${PV}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-   sed -i \
-   -e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/texture.d \
-   -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/sound.d \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r images sounds || die
-   newicon "${S}"/${PN}-${PV}.dfsg1/debian/${PN}.xpm ${PN}.xpm
-   make_desktop_entry ${PN} ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}



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

2020-02-28 Thread Mike Gilbert
commit: 53214591636f7e86b5c45c2387ac7413826ea454
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Thu Feb 27 18:04:27 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb 28 19:40:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53214591

www-client/chromium: security cleanup

Bug: https://bugs.gentoo.org/710760
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14792

 www-client/chromium/Manifest  |   1 -
 www-client/chromium/chromium-80.0.3987.100.ebuild | 738 --
 2 files changed, 739 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 57544bd002f..b972a685a48 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,3 @@
-DIST chromium-80.0.3987.100.tar.xz 801377116 BLAKE2B 
0c99b78794a0c04bcc45fd423d0fabb7db4c9e37ae446b46c33a7b4a98ecc1af9302680e84118809f01dd3bee50b68a301ff0bdd72c5704c028c7984bac812f3
 SHA512 
b8612693158f9a497723391ed80dd06b152ed71b29e2722a751f94b297e184f09f786405d2c5b460aff6f62c9c6292c673b36019ff72f1fb662cc418cc26127d
 DIST chromium-80.0.3987.122.tar.xz 801340492 BLAKE2B 
3f3015346120735c0d04268606fd61ddf57d63e042efe77d7e701fdc9609038a06cbc9380c6d90cb7324dc1679e62c86d971f36bd66f676bd2b16bc4c391bd0f
 SHA512 
3a022c55f5745f2cfb7e28efb113f78ff686da638cd02f0585ef1ae8620f81ece864bc27b4e0a88daf3f409ff565a9b80b8859d1fd7d62c8b1d26cb8b311acc5
 DIST chromium-81.0.4044.26.tar.xz 791360936 BLAKE2B 
e7364ba1c3e1a586224fd2b15d5942f992d9b1a765a595225e985f273d33a784a1c67d613da842dd35021d3791bd34087073e50f122386c2d5ae23c4b320e0e8
 SHA512 
62884b6247d070e05e6e588d39b7a0f6027c3073d464fce9ca810df42f8c26d2d387479ab84d55ef6fd5c24e3311e299c3a0760497f48f528b7b288edc8878d4
 DIST chromium-82.0.4068.4.tar.xz 803352676 BLAKE2B 
64356b7c840d6ba955d2b7aced1faf85e05f19c9c0b39e8bf86529b86bba2e162404820f5710e9962c4d5e1325086becc3aebb0fdc2683b06231a2a0e8d7a6ae
 SHA512 
ceb3b50ad4b38e969cf27c386d696665d773e73c000a1cd1ee158bbff86ae94b09a5fbe128547ed496e258ce8bfaf9bbf28b0d229254400c86afbe49fc7e8d8b

diff --git a/www-client/chromium/chromium-80.0.3987.100.ebuild 
b/www-client/chromium/chromium-80.0.3987.100.ebuild
deleted file mode 100644
index e44b887672d..000
--- a/www-client/chromium/chromium-80.0.3987.100.ebuild
+++ /dev/null
@@ -1,738 +0,0 @@
-# Copyright 2009-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/";
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE="+closure-compile component-build cups cpu_flags_arm_neon gnome-keyring 
+hangouts kerberos pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-REQUIRED_USE="component-build? ( !suid )"
-
-COMMON_DEPEND="
-   >=app-accessibility/at-spi2-atk-2.26:2
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/atk-2.26
-   dev-libs/expat:=
-   dev-libs/glib:2
-   system-icu? ( >=dev-libs/icu-65:= )
-   >=dev-libs/libxml2-2.9.4-r3:=[icu]
-   dev-libs/libxslt:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.26:=
-   >=dev-libs/re2-0.2019.08.01:=
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   >=media-libs/harfbuzz-2.4.0:0=[icu(-)]
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
-   >=media-libs/openh264-1.6.0:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? (
-   >=media-video/ffmpeg-4:=
-   || (
-   media-video/ffmpeg[-samba]
-   >=net-fs/samba-4.5.10-r1[-debug(-)]
-   )
-   >=media-libs/opus-1.3.1:=
-   )
-   sys-apps/dbus:=
-   sys-apps/pciutils:=
-   virtual/udev
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11:=
-   x11-libs/libXcomposite:=
-   x11-libs/libXcursor:=
-   x11-libs/libXdamage:=
-   x11-libs/libXext:=
-   x11-libs/libXfixes

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

2020-02-28 Thread Mike Gilbert
commit: 1568dbf07d68102d5247c9d9dbd175f09dc08d01
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Thu Feb 27 18:34:41 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb 28 19:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1568dbf0

www-client/chromium: beta channel bump to 81.0.4044.34

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14793

 www-client/chromium/Manifest| 2 +-
 .../{chromium-81.0.4044.26.ebuild => chromium-81.0.4044.34.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index b972a685a48..39a34894c33 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,3 @@
 DIST chromium-80.0.3987.122.tar.xz 801340492 BLAKE2B 
3f3015346120735c0d04268606fd61ddf57d63e042efe77d7e701fdc9609038a06cbc9380c6d90cb7324dc1679e62c86d971f36bd66f676bd2b16bc4c391bd0f
 SHA512 
3a022c55f5745f2cfb7e28efb113f78ff686da638cd02f0585ef1ae8620f81ece864bc27b4e0a88daf3f409ff565a9b80b8859d1fd7d62c8b1d26cb8b311acc5
-DIST chromium-81.0.4044.26.tar.xz 791360936 BLAKE2B 
e7364ba1c3e1a586224fd2b15d5942f992d9b1a765a595225e985f273d33a784a1c67d613da842dd35021d3791bd34087073e50f122386c2d5ae23c4b320e0e8
 SHA512 
62884b6247d070e05e6e588d39b7a0f6027c3073d464fce9ca810df42f8c26d2d387479ab84d55ef6fd5c24e3311e299c3a0760497f48f528b7b288edc8878d4
+DIST chromium-81.0.4044.34.tar.xz 791437908 BLAKE2B 
ca7f71e3e6b8982fa65fa812ce5856902b9dcf0d472b07d7fc9c9afd686348f893259413e5aacf67ad898d2e15d167b403613ae62573264fcd28e40db1460e30
 SHA512 
9ed2fa58799d038791ad7b705a60b2add0ff5d0c8200f29c51380f87fabd15a024f9d480d18bdc9026ff2807bb054c7a81e2f06a3e4b7776b2a86a8d4dec
 DIST chromium-82.0.4068.4.tar.xz 803352676 BLAKE2B 
64356b7c840d6ba955d2b7aced1faf85e05f19c9c0b39e8bf86529b86bba2e162404820f5710e9962c4d5e1325086becc3aebb0fdc2683b06231a2a0e8d7a6ae
 SHA512 
ceb3b50ad4b38e969cf27c386d696665d773e73c000a1cd1ee158bbff86ae94b09a5fbe128547ed496e258ce8bfaf9bbf28b0d229254400c86afbe49fc7e8d8b

diff --git a/www-client/chromium/chromium-81.0.4044.26.ebuild 
b/www-client/chromium/chromium-81.0.4044.34.ebuild
similarity index 100%
rename from www-client/chromium/chromium-81.0.4044.26.ebuild
rename to www-client/chromium/chromium-81.0.4044.34.ebuild



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

2020-02-28 Thread Mike Pagano
commit: db6c6456d88b9c9998f100dd1f5a78f438cdeb54
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 28 19:41:23 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 28 19:41:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6c6456

sys-kernel/gentoo-sources: Linux patch 5.5.7

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.5.7.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1eefcdfc80e..b5507c73dcd 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -115,6 +115,9 @@ DIST genpatches-5.5-7.extras.tar.xz 1744 BLAKE2B 
98147f7615e0a2e40ba9e0ae877235b
 DIST genpatches-5.5-8.base.tar.xz 351860 BLAKE2B 
d712f93bfccd83741ce2436ea16ea85f99b64da74538a48e1bb0815b07f4ef320ec9b1c18a9646e02c18577469017527b23fc28f05ba1294db11c4cac476109e
 SHA512 
e03c885c0a9594847a76853a1317fb5740696adc10aca12824bfe65701962392498b9112fb8541a9e27ba457c83349e04dae06cab698f20ea4fb8e6fda1a0cb8
 DIST genpatches-5.5-8.experimental.tar.xz 5600 BLAKE2B 
c634f639787f04ead403fd0764e5373aae9e01612235762c13ac5c85e85cb1943b077b29bd988ae042aa0c8563413376ccfdd8b7d4abd34cb03fb98a582ba9df
 SHA512 
0fc837fbbaf99578d0d203145c0511c01517b06c5909ef878035b8daca8f87b900b56b86f716e4d04bc25568a59b37ff4f85bf5eda89f8f0dee637856f771b55
 DIST genpatches-5.5-8.extras.tar.xz 1740 BLAKE2B 
c413559748992e0f4b9ce76c1bc3d0168407235db32a45f51365247cf286c7c5e27b219deb08b19f5647f93b6611cd9bc1a1b40ea3417fe521a5b3d716d4575a
 SHA512 
27ccb17ce7e54726f1903ff349ffaaf2a31d844010542ce264e721e784278828f4783a75d17e14311515b2de2ae031eb6245f6e52950ad230575ea9972cc4e66
+DIST genpatches-5.5-9.base.tar.xz 399476 BLAKE2B 
a4582c276854d99a15766b0f9ae28326c3ba89d46e513e7265b839788966057fdfc46912695d74dc560cf22db087d20869dbfd69c59250d0b2e59cf56a506d81
 SHA512 
cb566c2394bf1c98a32343b5be1bc9ecc1a48587443cac39a2e999b09adedb3319726b1321a6d38ae6e6eb39e106dd1e251ed15f127ffb730f6597949df512de
+DIST genpatches-5.5-9.experimental.tar.xz 5596 BLAKE2B 
432841bbb57e3506c4759425c7646e8742bfbd184520eb2d1a5a6727da5284face9bff4fb0fce50570349f45cf0763e26b3e2478d261dab521587c372a0c
 SHA512 
413092a1f5686592a43203814d4759154112c43529a6d8733abb0450f8fab549721cc915ee76335ee0e5ec20952366212615c4cbeba86819c2b2f2b6946ee4e8
+DIST genpatches-5.5-9.extras.tar.xz 1744 BLAKE2B 
c8f761afd767cef3ea6c1d79a3eb6e7dbef2d292dfcecd314189d92c020b3016ae8e3f5cfad3a532f34d9c47f01421ba38e3305b381791dc07375d217f3ac9a0
 SHA512 
5f48330ef699b9704baabb2c8171c80d445790c7876a92b0c7ea49bc29ee8347d87e441b9a51e2eedd069a78fc7011053e6282e54c216852cc9ba080064169d6
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.5.7.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.5.7.ebuild
new file mode 100644
index 000..296c114c963
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.5.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="9"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-02-28 Thread Mart Raudsepp
commit: 78293e70b833f3b37e9a4b2990d51ebe6f7a4998
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb 28 20:11:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb 28 20:12:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78293e70

dev-libs/libgdata: bump to 0.7.12

OAuth1 support is dropped unconditionally, as no known servies
use this anymore (everything on oauth is using OAuth2). This
drops liboauth dependency together with it.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libgdata/Manifest|  1 +
 dev-libs/libgdata/libgdata-0.17.12.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/dev-libs/libgdata/Manifest b/dev-libs/libgdata/Manifest
index 09a94d47adf..3c8609ce033 100644
--- a/dev-libs/libgdata/Manifest
+++ b/dev-libs/libgdata/Manifest
@@ -1 +1,2 @@
 DIST libgdata-0.17.11.tar.xz 843948 BLAKE2B 
8be79ea5840a585c5bdd5b51aa99401aedce0562ceaa98c7e323cdb2354384db635288d05c740993da49fa9c60c2cafab4e7c43ab82de4295afc0ca6b690d4dd
 SHA512 
5abb00e6ebee1010fb6d9eab675e03d94883cac88e42b403a7d750bff73d65d0b35aae5c9e8f17a182819193b4a049ac7e9fc644ad9fa79872924ed5704c8982
+DIST libgdata-0.17.12.tar.xz 845420 BLAKE2B 
636ff5ba7df48f671cdb5da09c011f620619051e30470bb3ebb400f8c093e89885e0c3c7ac54e569cff2c350bd08f7e346f1529c07c41f570b7255002fc69c44
 SHA512 
22571c9b0cecbaf617fc8fa43a312bba4eaf36267264546f55c9c9067514cc6ae1db755536c7413427ebf6121115512dcab4201549c128fb1a25afe75a3daa2b

diff --git a/dev-libs/libgdata/libgdata-0.17.12.ebuild 
b/dev-libs/libgdata/libgdata-0.17.12.ebuild
new file mode 100644
index 000..f9c87147c2c
--- /dev/null
+++ b/dev-libs/libgdata/libgdata-0.17.12.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="GLib-based library for accessing online service APIs using the 
GData protocol"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgdata";
+
+LICENSE="LGPL-2.1+"
+SLOT="0/22" # subslot = libgdata soname version
+
+IUSE="+crypt gnome-online-accounts gtk-doc +introspection test vala"
+REQUIRED_USE="vala? ( introspection )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/json-glib-0.15[introspection?]
+   >=dev-libs/libxml2-2:2
+   >=net-libs/libsoup-2.55.90:2.4[introspection?,vala?]
+   crypt? ( app-crypt/gcr:= )
+   gnome-online-accounts? ( 
>=net-libs/gnome-online-accounts-3.8:=[introspection?,vala?] )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-util/meson-0.50.0
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.25
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( >=net-libs/uhttpmock-0.5.0
+   >=x11-libs/gdk-pixbuf-2.14:2
+   )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   xdg_src_prepare
+   # Don't waste time building a couple small demos that aren't installed
+   sed -i -e '/subdir.*demos/d' meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgtk=disabled # only for demos
+   $(meson_feature crypt gnome)
+   $(meson_feature gnome-online-accounts goa)
+   -Doauth1=disabled
+   $(meson_use test always_build_tests)
+   -Dinstalled_tests=false
+   -Dman=true
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use vala vapi)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/hercules/files/, app-emulation/hercules/

2020-02-28 Thread David Seifert
commit: fdfa6d51218b7690f423c4cba8c4173e770ac522
Author: David Seifert  gentoo  org>
AuthorDate: Fri Feb 28 20:22:07 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 28 20:22:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfa6d51

app-emulation/hercules: Bump to 3.13

Bug: https://bugs.gentoo.org/252716
Bug: https://bugs.gentoo.org/521032
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/hercules/Manifest|   1 +
 .../hercules/files/hercules-3.13-htmldir.patch |  25 ++
 .../files/hercules-3.13-unbundle-libltdl.patch | 347 +
 app-emulation/hercules/hercules-3.13.ebuild|  57 
 4 files changed, 430 insertions(+)

diff --git a/app-emulation/hercules/Manifest b/app-emulation/hercules/Manifest
index 773ff82ff9d..a21a461a541 100644
--- a/app-emulation/hercules/Manifest
+++ b/app-emulation/hercules/Manifest
@@ -1,2 +1,3 @@
 DIST hercules-3.10.tar.gz 2608321 BLAKE2B 
df6dd9c93531ee3d68efbfad5b0152ef984e1804e211861e86ea5f7b271081abbd29664d4e97d0e887af10315549bdd7e890ec741baa7b69336f1f08be63c6cf
 SHA512 
de8b3e2e90fdb745dea9c8ce4dbe506de2aba3bf08b3e937605798e6a8020576a949d6ea3496b7c42bd23d617fc96648d2d8ec05a66e8ed174ce46a3bc31c5d1
 DIST hercules-3.12.tar.gz 2569617 BLAKE2B 
e6b6dc2406bc198e25ddcbdc5dbf141e52cd15ddd690711fdd4ed69ca5baaddd582c437e28aa7793ac667c03f7617adb3bdf3a00cc7c3a28e3f28984f665eb9a
 SHA512 
81d6e151c1c8534753f2db532a0a7bd36fb3806c1ffbab5d6e4a9af3eecea46b95105c37574910714dcfc0fe9b74a72140d573099c24fd44021159ce697414ef
+DIST hercules-3.13.tar.gz 2640742 BLAKE2B 
1a84ceab346a591c494fb133d1654ffa73e44f73183564167a74f68eb3e5f3f187cc2f66cef444b951645fa85c111da261b9dd8907594ccb770f5b743f891649
 SHA512 
76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718

diff --git a/app-emulation/hercules/files/hercules-3.13-htmldir.patch 
b/app-emulation/hercules/files/hercules-3.13-htmldir.patch
new file mode 100644
index 000..962611b87ed
--- /dev/null
+++ b/app-emulation/hercules/files/hercules-3.13-htmldir.patch
@@ -0,0 +1,25 @@
+--- a/html/Makefile.am
 b/html/Makefile.am
+@@ -1,4 +1,4 @@
+-dist_pkgdata_DATA =   cckddasd.html fishgui.html  hercconf.html hercfaq.html  
   \
++dist_html_DATA =   cckddasd.html fishgui.html  hercconf.html hercfaq.html 
\
+ hercinst.html herclic.html  hercload.html hercmsca.html hercmscf.html 
 \
+ hercmscp.html hercmsct.html hercmscu.html hercmsda.html hercmsdc.html 
\
+ hercmsdg.html hercmsdi.html hercmsdl.html hercmsds.html hercmsdt.html 
\
+@@ -12,7 +12,7 @@
+ 
+ include_sources = include/header.htmlpart include/footer.htmlpart
+ 
+-include_pkgdatadir = $(pkgdatadir)/include
++include_pkgdatadir = $(htmldir)/include
+ 
+ dist_include_pkgdata_DATA = $(include_sources)
+ 
+@@ -33,6 +33,6 @@
+ images/interruptu.gif images/redu.gif images/waitonu.gif \
+ images/loadd.gif images/restartd.gif
+ 
+-images_pkgdatadir = $(pkgdatadir)/images
++images_pkgdatadir = $(htmldir)/images
+ 
+ dist_images_pkgdata_DATA = $(images_sources)

diff --git a/app-emulation/hercules/files/hercules-3.13-unbundle-libltdl.patch 
b/app-emulation/hercules/files/hercules-3.13-unbundle-libltdl.patch
new file mode 100644
index 000..7aec7f602de
--- /dev/null
+++ b/app-emulation/hercules/files/hercules-3.13-unbundle-libltdl.patch
@@ -0,0 +1,347 @@
+--- a/bootstrap.c
 b/bootstrap.c
+@@ -11,7 +11,7 @@
+ #include "hstdinc.h"
+ #include "hercules.h"
+ #if defined(HDL_USE_LIBTOOL)
+-#include "ltdl.h"
++#include 
+ #endif
+ 
+ #if !defined( _MSVC_ )
+--- a/configure.ac
 b/configure.ac
+@@ -12,7 +12,7 @@
+ AC_REVISION($Revision$)  # (the version of this configure.ac)
+ AC_CONFIG_AUX_DIR(autoconf) # (directory containing auxillary 
build tools)
+ AM_INIT_AUTOMAKE(hercules,3.13) # (the version of our software 
package)
+-AM_CONFIG_HEADER(config.h)  # (the file the resulting configure 
script will produce)
++AC_CONFIG_HEADERS(config.h)  # (the file the resulting configure 
script will produce)
+ AM_MAINTAINER_MODE()
+ AC_CANONICAL_HOST() # (sets $host_cpu, $host_vendor, and 
$host_os)
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+@@ -38,154 +38,8 @@
+ modexecdir='$(libdir)/$(PACKAGE)'
+ AC_SUBST(modexecdir)
+ 
+-
+-# 
-
+-#
+-#  AC_LIBTOOL_DLOPEN
+-#
+-#   Enable checking for dlopen support. This macro should be used if the
+-#   package makes use of the '-dlopen' and '-dlpreopen' flags, otherwise
+-#   libtool will assume that the system does not support dlopening. The
+-#   macro must be called before AC_PROG_LIBTOOL.
+-#
+-# 
-
+-
+-AC_LIBTOOL_DLOPEN() 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/files/, dev-qt/qtwebengine/

2020-02-28 Thread Jimi Huotari
commit: d9ed3bbd57b1a44af65d7799b3e91682fec628cf
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Feb 28 20:33:38 2020 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Feb 28 20:33:38 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d9ed3bbd

dev-qt/qtwebengine: refactor fatal-warnings patch for 5.15.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jimi Huotari  gentoo.org>

 .../files/qtwebengine-5.15.0-disable-fatal-warnings.patch  | 10 ++
 dev-qt/qtwebengine/qtwebengine-5.15..ebuild|  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git 
a/dev-qt/qtwebengine/files/qtwebengine-5.15.0-disable-fatal-warnings.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.0-disable-fatal-warnings.patch
new file mode 100644
index ..af602855
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.0-disable-fatal-warnings.patch
@@ -0,0 +1,10 @@
+--- a/src/buildtools/config/common.pri 2020-02-28 22:21:09.341072620 +0200
 b/src/buildtools/config/common.pri 2020-02-28 22:20:26.702399180 +0200
+@@ -25,6 +25,7 @@
+ strip_absolute_paths_from_debug_symbols=false \
+ toolkit_views=false \
+ treat_warnings_as_errors=false \
++fatal_linker_warnings=false \
+ use_allocator_shim=false \
+ use_allocator=\"none\" \
+ use_custom_libcxx=false \

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15..ebuild
index 54714f0c..c468cea0 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15..ebuild
@@ -77,7 +77,7 @@ DEPEND="${RDEPEND}
sys-devel/bison
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.14.1-disable-fatal-warnings.patch" ) # bug 
695446
+PATCHES=( "${FILESDIR}/${PN}-5.15.0-disable-fatal-warnings.patch" ) # bug 
695446
 
 src_prepare() {
if ! use jumbo-build; then



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

2020-02-28 Thread Sergei Trofimovich
commit: ba740ef73eafdd548ba70568ba1f5f60fbd7ccf0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb 28 20:32:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 28 20:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba740ef7

dev-db/postgresql: stable 9.6.17 for hppa, bug #709708

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

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

diff --git a/dev-db/postgresql/postgresql-9.6.17.ebuild 
b/dev-db/postgresql/postgresql-9.6.17.ebuild
index b7265ed67ee..7bb5802b392 100644
--- a/dev-db/postgresql/postgresql-9.6.17.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.17.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



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

2020-02-28 Thread Sergei Trofimovich
commit: 3f3b324577f9f3337597138949da5d3ca33fd7c5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb 28 20:29:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 28 20:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3b3245

dev-db/postgresql: stable 11.7 for hppa, bug #709708

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

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

diff --git a/dev-db/postgresql/postgresql-11.7.ebuild 
b/dev-db/postgresql/postgresql-11.7.ebuild
index 0fbe3e07409..9e657108a97 100644
--- a/dev-db/postgresql/postgresql-11.7.ebuild
+++ b/dev-db/postgresql/postgresql-11.7.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



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

2020-02-28 Thread Sergei Trofimovich
commit: 5b58b15562ae0bddf9afaf30f593a0671af7e116
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb 28 20:30:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 28 20:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b58b155

dev-db/postgresql: stable 10.12 for hppa, bug #709708

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

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

diff --git a/dev-db/postgresql/postgresql-10.12.ebuild 
b/dev-db/postgresql/postgresql-10.12.ebuild
index d3f85bdc717..8d355f5a8bc 100644
--- a/dev-db/postgresql/postgresql-10.12.ebuild
+++ b/dev-db/postgresql/postgresql-10.12.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



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

2020-02-28 Thread Sergei Trofimovich
commit: 9631fed19bf9aae65283dee8e27cf0a02dcb3bfa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb 28 20:28:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 28 20:40:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9631fed1

net-misc/openssh: stable 8.1_p1-r2 for sparc, bug #710924

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

 net-misc/openssh/openssh-8.1_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-8.1_p1-r2.ebuild 
b/net-misc/openssh/openssh-8.1_p1-r2.ebuild
index 6e85d3f256b..5921f6945b0 100644
--- a/net-misc/openssh/openssh-8.1_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-8.1_p1-r2.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${PARCH}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~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 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh 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"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam +pie sctp selinux +ssl static test X X509 xmss"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/

2020-02-28 Thread Mart Raudsepp
commit: 7825624a30fc7901a418ce98a0de8ca8b8d7b1e5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb 28 21:54:51 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb 28 21:55:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7825624a

dev-libs/totem-pl-parser: bump to 3.26.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/totem-pl-parser/Manifest  |  1 +
 .../totem-pl-parser/totem-pl-parser-3.26.5.ebuild  | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-libs/totem-pl-parser/Manifest 
b/dev-libs/totem-pl-parser/Manifest
index 8c826dbfdb9..12799cab2eb 100644
--- a/dev-libs/totem-pl-parser/Manifest
+++ b/dev-libs/totem-pl-parser/Manifest
@@ -1,2 +1,3 @@
 DIST totem-pl-parser-3.26.3.tar.xz 1314216 BLAKE2B 
24b1c7e111456b454022ba7262a1e1483420dbd97b6ec99c0e2631acbb8057134b51ff991d2619e6bda57da6c133e211f949915b0fd62d497905fcd58738b43d
 SHA512 
f059fd9447627268ce5029ed48551b0a2b6c30ba28c50a360d37808ad63fa8423824eef29c7f4d7a752f24861d4c7a7139f321fa2e19085085446e7ed15130cd
 DIST totem-pl-parser-3.26.4.tar.xz 1314800 BLAKE2B 
a069a7b7c394ab5686e827804dd13df06c6af7b8e515e0a0f5023919ecbf720eb8d52643e35bfb99ff4474e67332e072a3c832ef91232bb4108f282b0bc84bce
 SHA512 
afb02a7c70f2fda9cda67b9daa8bab5f15e68a4afd983fb865fb29de71fe8f5c8fdf716e714e3835ac1c3476ce188c6147924a840c4ba82f0c05c3d3c23f5173
+DIST totem-pl-parser-3.26.5.tar.xz 1318700 BLAKE2B 
18cea2edff1206ed9c77ac07fb018da0c9bc5550599b45e363d745166f4828adba6a2f77b763602af011c0a12e9f1f9765402fbafbe097fb69890ec7a9520825
 SHA512 
ce110d92f60da328272a8135a57ba60785ea4bca1fde3703a734969e7ba5b382ef19dc3b8930a5641d8f8effabf627f7e9b2727ee94e69e6144e0f085079e14d

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.5.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.5.ebuild
new file mode 100644
index 000..353b21ee7b0
--- /dev/null
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="Playlist parsing library"
+HOMEPAGE="https://developer.gnome.org/totem-pl-parser/stable/";
+
+LICENSE="LGPL-2+"
+SLOT="0/18"
+IUSE="archive crypt gtk-doc +introspection +quvi test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.56:2
+   quvi? ( >=media-libs/libquvi-0.9.1:0= )
+   archive? ( >=app-arch/libarchive-3:0= )
+   dev-libs/libxml2:2
+   crypt? ( dev-libs/libgcrypt:0= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? (
+   gnome-base/gvfs[http]
+   sys-apps/dbus )
+"
+
+src_prepare() {
+   # Disable tests requiring network access, bug #346127
+   # 3rd test fails on upgrade, not once installed
+   # Leio: I consider network tests important for ensuring full 
functionality, thus trying with them again */
+   #sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
+   #   -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' 
\
+   #   -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1*/:'\
+   #   -i plparse/tests/parser.c || die "sed failed"
+
+   xdg_src_prepare
+}
+
+src_configure() {
+   # uninstalled-tests is abused to switch from loading live FS helper
+   # to in-build-tree helper, check on upgrades this is not having other
+   # consequences, bug #630242
+   local emesonargs=(
+   -Denable-quvi=$(usex quvi yes no)
+   -Denable-libarchive=$(usex archive yes no)
+   -Denable-libgcrypt=$(usex crypt yes no)
+   $(meson_use gtk-doc enable-gtk-doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   # This is required as told by upstream in bgo#629542
+   GVFS_DISABLE_FUSE=1 dbus-run-session meson test -C "${BUILD_DIR}"
+}



[gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/

2020-02-28 Thread Martin Mokrejs
commit: 1f6479da30739c1e62b5df19384df7e5c2674e14
Author: Martin Mokrejs  gmail  com>
AuthorDate: Fri Feb 28 23:06:48 2020 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Feb 28 23:07:25 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f6479da

sci-biology/bowtie: version bump (bugfix release)

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Martin Mokrejs  gmail.com>

 sci-biology/bowtie/{bowtie-2.4.0.ebuild => bowtie-2.4.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-biology/bowtie/bowtie-2.4.0.ebuild 
b/sci-biology/bowtie/bowtie-2.4.1.ebuild
similarity index 100%
rename from sci-biology/bowtie/bowtie-2.4.0.ebuild
rename to sci-biology/bowtie/bowtie-2.4.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/, app-portage/g-octave/files/

2020-02-28 Thread Rafael Martins
commit: f670386bd4a330a24ea5da640fbaf52a13389e36
Author: Rafael Martins  gentoo  org>
AuthorDate: Fri Feb 28 23:04:36 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Fri Feb 28 23:36:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f670386b

app-portage/g-octave: python3 support and more from git (bug #706214)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 app-portage/g-octave/Manifest  |  1 +
 .../files/g-octave-0.4.1-add_cave_support.patch| 88 --
 .../files/g-octave-0.4.1-fix-Makefile.patch| 12 ---
 .../g-octave-0.4.1-fix-sourceforge-svn-root.patch  | 36 -
 ...ve-0.4.1-r6.ebuild => g-octave-0.4.1-r7.ebuild} | 20 ++---
 5 files changed, 11 insertions(+), 146 deletions(-)

diff --git a/app-portage/g-octave/Manifest b/app-portage/g-octave/Manifest
index df89e8b399c..f50b4166cf1 100644
--- a/app-portage/g-octave/Manifest
+++ b/app-portage/g-octave/Manifest
@@ -1,2 +1,3 @@
 DIST g-octave-0.4.1.tar.gz 52285 BLAKE2B 
d1e39931471c527c5542683c976487c56bca2a4666a437e110fa41b504287c0dd87aad94bf98298544c374c6d3faa0722fb3fab43228c56425be19b450ae0dd4
 SHA512 
424b95e626981aa5685795ffb3df1a1d608e5293adba074cc67f7dcf08d4a0c94a0174005f97a8da1ba1ae4233299e6a530af96ba3b9fd0d8b224915e947efb3
 DIST g-octave-db-bdf02cb.tar.gz 39836 BLAKE2B 
fadc374e69bbf785f9e9ecae02eeba6f1c048d11503e5d97db2b4cc65c820ec829615be72ce823ef44ecb0e59e1b68dd40f7310d19d0b7706a2ff47ab95c0851
 SHA512 
5eae00e18b6d4633ed0feda3a2eea6b36da049c133bcd49e54481443ff435bfcab0f303ab9f0e8c3f48fad707625ee13b4564c510d89fa196e737c7599ea5fa6
+DIST g-octave-patches-0.4.1-r7.tar.xz 8800 BLAKE2B 
514b154d7cbb816f15d88a2efe0d0b8503a5a09dedfcc79ab61fdb2fca8be193752ffb477ad7ea7be167e341a91e8d83c5b70fa20ed9d55da6f668acc8743e6c
 SHA512 
cb03afd16bb7f2f0ddf2c4f11bdde2748b8ee0124642cfed4697e19adda30b141b3217afa55e996acf3e295d06af0636ba235a631039e65ca7920eef3243e267

diff --git a/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch 
b/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
deleted file mode 100644
index 27468c1bba5..000
--- a/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
+++ /dev/null
@@ -1,88 +0,0 @@
 g-octave-0.4.1/g_octave/package_manager.py 2010-10-23 23:37:26.0 
+0200
-+++ g-octave-0.4.1/g_octave/package_manager.py 2011-05-25 12:52:10.510019006 
+0200
-@@ -15,6 +15,7 @@
- 'Portage',
- 'Pkgcore',
- 'Paludis',
-+'Cave',
- ]
- 
- import grp
-@@ -243,3 +244,56 @@
- packages.append(line.strip())
- return packages
- 
-+class Cave(Base):
-+
-+_client = '/usr/bin/cave'
-+_group = 'paludisbuild'
-+
-+post_uninstall = [
-+'You may want to remove the dependencies too, using:',
-+'# cave purge',
-+]
-+
-+def __init__(self, ask=False, verbose=False, pretend=False, 
oneshot=False, nocolor=False):
-+self._fullcommand = [self._client]
-+self._cmd = ['-z']
-+oneshot and self._cmd.append('-1')
-+not pretend and self._cmd.append('-x')
-+#if verbose:
-+#self._fullcommand += [
-+#'--show-descriptions', 'all',
-+#'--show-option-descriptions', 'all',
-+#]
-+#cave doesn't support '--ask'
-+#cave doesn't support '--no-color'
-+
-+def run_command(self, command):
-+return subprocess.call(self._fullcommand + command + self._cmd)
-+
-+def install_package(self, pkgatom, catpkg):
-+return self.run_command(['resolve'] + [pkgatom])
-+
-+def uninstall_package(self, pkgatom, catpkg):
-+return self.run_command(['uninstall'] + [pkgatom])
-+
-+def update_package(self, pkgatom=None, catpkg=None):
-+cmd = ['-1','-K','s','-k','s']
-+if pkgatom is None:
-+pkgatom = self.installed_packages()
-+else:
-+pkgatom = [pkgatom]
-+self.do_ebuilds(pkgatom)
-+return self.run_command(['resolve'] + cmd + pkgatom)
-+
-+def installed_packages(self):
-+packages = []
-+p = subprocess.Popen([
-+'cave',
-+'print-ids',
-+'--matching', 'g-octave/*::installed',
-+'--format', '%c/%p\n',
-+], stdout=subprocess.PIPE)
-+if p.wait() == os.EX_OK:
-+for line in p.stdout:
-+packages.append(line.strip())
-+return packages
 g-octave-0.4.1/scripts/g-octave2011-05-25 12:00:25.740019020 +0200
-+++ g-octave-0.4.1/scripts/g-octave2011-05-25 12:00:39.434019008 +0200
-@@ -217,7 +217,7 @@
- return os.EX_DATAERR
- return os.EX_OK
- 
--from g_octave.package_manager import Portage, Pkgcore, Paludis
-+from g_octave.package_manager import Portage, Pkgcore, Paludis, Cave
- 
- if conf_prefetch.package_manager == 'portage':
- log.info('Your pa

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

2020-02-28 Thread Louis Sautier
commit: 703b2712e3c30dc2793d366aa5e76a734c19a625
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Feb 28 23:46:31 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Feb 28 23:47:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703b2712

dev-python/humanize: bump to 1.0.0, drops removed doc, add Py3.8

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/humanize/Manifest  |  1 +
 dev-python/humanize/humanize-1.0.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index 6be0f954afe..10c841b0d84 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1 +1,2 @@
 DIST humanize-0.5.1.tar.gz 20507 BLAKE2B 
55d7b598b32658b1d4c4741b37b5c33bdc9d63a5a779455e2fb93e1e4c3a0d8fd58e8522ef82734e1ba2b161fd881829373ba3569baffd9ea3271ad7ed3e7568
 SHA512 
dd7ad7f3c564cc6abcb6b128e50dbea7f19f7f418bfd936aae2472961c53ec71202133c5c2b5b930ef41ef807b51d6ba1210565627ed32c0b41acc0abd32a2d5
+DIST humanize-1.0.0.tar.gz 34411 BLAKE2B 
dc1d2f3c5db2ddbecccf7c1f9894a7fa7ddbb98a530e971ecc1de2b666a1b3a21e2770f25cefa37029d1d439d03e68bbb5a3496cc2fbd074b8bb427a09f52cf1
 SHA512 
2e012b7be88d0297301f25ecba7ba8083f5fc6384715a657c815373c6f2742f1429e62363e6e16f1bfc85c41b8ab8d4a361112045414e9aef038c12783df2592

diff --git a/dev-python/humanize/humanize-1.0.0.ebuild 
b/dev-python/humanize/humanize-1.0.0.ebuild
new file mode 100644
index 000..be43d73ef82
--- /dev/null
+++ b/dev-python/humanize/humanize-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+# The package uses pkg_resources to determine its version
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Common humanization utilities"
+HOMEPAGE="https://github.com/jmoiron/humanize/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   # The package uses pkg_resources to determine its version
+   distutils_install_for_testing
+   "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
+}



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

2020-02-28 Thread Rafael Martins
commit: 56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Feb 29 00:35:53 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat Feb 29 00:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c8d796

app-portage/g-octave: fix ObsoleteUri warning from ci/pkgcheck

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 app-portage/g-octave/g-octave-0.4.1-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild 
b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
index 12d1e45780d..6597908c611 100644
--- a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
+++ b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="A tool that generates and installs ebuilds for 
Octave-Forge"
 HOMEPAGE="https://github.com/rafaelmartins/g-octave";
 
 SRC_URI="https://github.com/downloads/rafaelmartins/${PN}/${P}.tar.gz
-   https://github.com/rafaelmartins/${PN}-db/tarball/${DB_COMMIT} ->
+   https://github.com/rafaelmartins/${PN}-db/archive/${DB_COMMIT}.tar.gz ->
${PN}-db-${DB_COMMIT:0:7}.tar.gz

https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz";
 



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

2020-02-28 Thread Louis Sautier
commit: d2165d6e501a0fe31a152a071c1c75c2358ead14
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Feb 29 00:44:30 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Feb 29 00:46:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2165d6e

dev-python/denonavr: bump to 0.7.12, add Python 3.8 support

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/denonavr/Manifest   |  1 +
 dev-python/denonavr/denonavr-0.7.12.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 8adddf78ba6..67393acb1cb 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1,3 @@
 DIST denonavr-0.7.10.tar.gz 62877 BLAKE2B 
0b011f187f8952af81669d3568d5c6ae5584ce6b106ca769609711883bf62f7d4b7a605bc12e8cfac8f1a1e9622e7b37cc17be0545bbd24898b0a6f882f7adac
 SHA512 
62b8a1f61f0fcf5c7d13b473d990a562e3fddf777b077bf5f9a0d7c24f9bc76810917421653dbbedd292b659e6c0ef7e1c303a5f152cf9d7aee2039d47702314
+DIST denonavr-0.7.12.tar.gz 63381 BLAKE2B 
524dbc322c962f167474eb11651920fc587651ef49004f89172fd22ab9dd35db5743cec89c88d0703179187eb6fe5894fe04759cc4e5214571a27c4d0aabf4fd
 SHA512 
2449e688bbb1e7dc0c1c805ef6353b17e202290e6675b92a8d8e5a60b7f2d9ab3b90d314decf30cc75f76fcc008186b326c294f30ba040e6e66eb0b3bedb067b
 DIST denonavr-0.7.9.tar.gz 62838 BLAKE2B 
59a036a1b2fdd48731741180b143f69d0fc78e30cfafb88c675eb4a30b079eb3955b1e2f76306809d183d10a9583dbb500962cbae352203c570861687c58b539
 SHA512 
2c9cd25bd38d9128602b0bf009d3d147059d712a3ead99514a257e71ea2a1c97d94c151d42840dcff55ababffce53a23fab33759cf7bbc8bb786fefb91dbe362

diff --git a/dev-python/denonavr/denonavr-0.7.12.ebuild 
b/dev-python/denonavr/denonavr-0.7.12.ebuild
new file mode 100644
index 000..bf2e9a92067
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.7.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automation Library for Denon AVR receivers"
+HOMEPAGE="https://github.com/scarface-4711/denonavr";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-02-28 Thread Louis Sautier
commit: bcf09b570256d730edde8a5ad4bf7e5032e0e919
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Feb 29 00:39:46 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Feb 29 00:46:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf09b57

dev-python/requests-mock: bump to 1.7.0, add Py3.8, improve ebuild

* Rely on distutils_enable_* functions.
* Run tests the standard way, get rid of unneeded test dependencies.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/requests-mock/Manifest  |  1 +
 .../requests-mock/requests-mock-1.7.0.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/requests-mock/Manifest 
b/dev-python/requests-mock/Manifest
index 8822b19bf45..335707e7e34 100644
--- a/dev-python/requests-mock/Manifest
+++ b/dev-python/requests-mock/Manifest
@@ -1,3 +1,4 @@
 DIST requests-mock-1.2.0.tar.gz 40219 BLAKE2B 
b5ded6c97d920bab0c610c1be1c80f299e56cccd393c824b5c9ab3e0c298491b8be0b285c440bc8ba32eb1eec2eca14ec363d0f188c5b095192a56d01383c322
 SHA512 
ed24d1809aef597219ae2b0b376156a0760040795ccd660ee38f84cd1ceed58cbc5009764d7a365d31f941ee16e2b537b92ddcff92bcd8d47b7e95c67dc8d82c
 DIST requests-mock-1.5.0.tar.gz 47824 BLAKE2B 
90d540e2372430c70b0ada0bc48a3a8085452e062e9ab57a232d080df8312c2a722c01d61fb399fe2a6bc31a2d6d61914d8d0e2c912a2e439062b27bb31914cf
 SHA512 
21838017ac4d3066e2240b40b27bbe16f3bd989f37eba90f0a0d0cdb997e7e65c6d9dc63b31f64daaa6146cc3c6bccbba86382eda3f2ca72eb7cc8381969af36
 DIST requests-mock-1.5.2.tar.gz 47581 BLAKE2B 
46beefc45e01355939a76b85e43a5b57cb1a870666eab7f610cad3e8a04a17da6a0864f9776a0f09028c847e8a4f7d0d2389a36f9a0431ed733a364d0f712c0b
 SHA512 
206c91e892df84e38dcdf1264559128cfece76be2ce43b9c98238dfd438795d8c4ce3fcd43feb30246fbfca2d78832a23430ce1c9d3a7dc6e4417df5d65a8d3c
+DIST requests-mock-1.7.0.tar.gz 51705 BLAKE2B 
1104422ab28678ee9e964fd853e7d61c23bc2f0dfb3861c2829578d1f91d533d195ce687fbc8596aba32da4b369050398d891125dc894e55fcb73ca81268b30c
 SHA512 
6ad71fb87519f93812e8ae0d058a4b65a4492e86f05cacc37f95be1a6f0239a2c3f3d20a7e6f44bcc21f009574e4e78c2149394c2570d305efbdd68ec07b24a2

diff --git a/dev-python/requests-mock/requests-mock-1.7.0.ebuild 
b/dev-python/requests-mock/requests-mock-1.7.0.ebuild
new file mode 100644
index 000..7c051fe7339
--- /dev/null
+++ b/dev-python/requests-mock/requests-mock-1.7.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mock out responses from the requests package"
+HOMEPAGE="https://github.com/jamielennox/requests-mock";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
+   test? (
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx doc/source
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Disable reno which only works inside a git repository
+   sed -i "s/'reno.sphinxext',//" doc/source/conf.py || die
+   # Remove the release notes section which requires reno
+   rm doc/source/release-notes.rst || die
+   sed -i '/^=$/,/release-notes/d' doc/source/index.rst || die
+   # Disable a test which requires purl (not in the tree)
+   sed -i -e "/^import purl$/d" -e "s/test_with_purl/_&/" \
+   tests/test_adapter.py || die
+   distutils-r1_python_prepare_all
+}



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

2020-02-28 Thread Louis Sautier
commit: d53b2add698cbcee76720c73e962780b43623378
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Feb 29 00:45:26 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Feb 29 00:46:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b2add

dev-python/denonavr: remove old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/denonavr/Manifest  |  1 -
 dev-python/denonavr/denonavr-0.7.9.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 67393acb1cb..9f920b733b9 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,3 +1,2 @@
 DIST denonavr-0.7.10.tar.gz 62877 BLAKE2B 
0b011f187f8952af81669d3568d5c6ae5584ce6b106ca769609711883bf62f7d4b7a605bc12e8cfac8f1a1e9622e7b37cc17be0545bbd24898b0a6f882f7adac
 SHA512 
62b8a1f61f0fcf5c7d13b473d990a562e3fddf777b077bf5f9a0d7c24f9bc76810917421653dbbedd292b659e6c0ef7e1c303a5f152cf9d7aee2039d47702314
 DIST denonavr-0.7.12.tar.gz 63381 BLAKE2B 
524dbc322c962f167474eb11651920fc587651ef49004f89172fd22ab9dd35db5743cec89c88d0703179187eb6fe5894fe04759cc4e5214571a27c4d0aabf4fd
 SHA512 
2449e688bbb1e7dc0c1c805ef6353b17e202290e6675b92a8d8e5a60b7f2d9ab3b90d314decf30cc75f76fcc008186b326c294f30ba040e6e66eb0b3bedb067b
-DIST denonavr-0.7.9.tar.gz 62838 BLAKE2B 
59a036a1b2fdd48731741180b143f69d0fc78e30cfafb88c675eb4a30b079eb3955b1e2f76306809d183d10a9583dbb500962cbae352203c570861687c58b539
 SHA512 
2c9cd25bd38d9128602b0bf009d3d147059d712a3ead99514a257e71ea2a1c97d94c151d42840dcff55ababffce53a23fab33759cf7bbc8bb786fefb91dbe362

diff --git a/dev-python/denonavr/denonavr-0.7.9.ebuild 
b/dev-python/denonavr/denonavr-0.7.9.ebuild
deleted file mode 100644
index c181baaf4bb..000
--- a/dev-python/denonavr/denonavr-0.7.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automation Library for Denon AVR receivers"
-HOMEPAGE="https://github.com/scarface-4711/denonavr";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   pytest -vv || die "tests failed with ${EPYTHON}"
-}



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

2020-02-28 Thread Louis Sautier
commit: 14d43bdcf827d2369ba2b7b2c62c660eb23bcc33
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Feb 29 00:41:25 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Feb 29 00:46:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d43bdc

dev-python/requests-mock: remove old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/requests-mock/Manifest  |  1 -
 .../requests-mock/requests-mock-1.2.0.ebuild   | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/requests-mock/Manifest 
b/dev-python/requests-mock/Manifest
index 335707e7e34..1330ebb1d05 100644
--- a/dev-python/requests-mock/Manifest
+++ b/dev-python/requests-mock/Manifest
@@ -1,4 +1,3 @@
-DIST requests-mock-1.2.0.tar.gz 40219 BLAKE2B 
b5ded6c97d920bab0c610c1be1c80f299e56cccd393c824b5c9ab3e0c298491b8be0b285c440bc8ba32eb1eec2eca14ec363d0f188c5b095192a56d01383c322
 SHA512 
ed24d1809aef597219ae2b0b376156a0760040795ccd660ee38f84cd1ceed58cbc5009764d7a365d31f941ee16e2b537b92ddcff92bcd8d47b7e95c67dc8d82c
 DIST requests-mock-1.5.0.tar.gz 47824 BLAKE2B 
90d540e2372430c70b0ada0bc48a3a8085452e062e9ab57a232d080df8312c2a722c01d61fb399fe2a6bc31a2d6d61914d8d0e2c912a2e439062b27bb31914cf
 SHA512 
21838017ac4d3066e2240b40b27bbe16f3bd989f37eba90f0a0d0cdb997e7e65c6d9dc63b31f64daaa6146cc3c6bccbba86382eda3f2ca72eb7cc8381969af36
 DIST requests-mock-1.5.2.tar.gz 47581 BLAKE2B 
46beefc45e01355939a76b85e43a5b57cb1a870666eab7f610cad3e8a04a17da6a0864f9776a0f09028c847e8a4f7d0d2389a36f9a0431ed733a364d0f712c0b
 SHA512 
206c91e892df84e38dcdf1264559128cfece76be2ce43b9c98238dfd438795d8c4ce3fcd43feb30246fbfca2d78832a23430ce1c9d3a7dc6e4417df5d65a8d3c
 DIST requests-mock-1.7.0.tar.gz 51705 BLAKE2B 
1104422ab28678ee9e964fd853e7d61c23bc2f0dfb3861c2829578d1f91d533d195ce687fbc8596aba32da4b369050398d891125dc894e55fcb73ca81268b30c
 SHA512 
6ad71fb87519f93812e8ae0d058a4b65a4492e86f05cacc37f95be1a6f0239a2c3f3d20a7e6f44bcc21f009574e4e78c2149394c2570d305efbdd68ec07b24a2

diff --git a/dev-python/requests-mock/requests-mock-1.2.0.ebuild 
b/dev-python/requests-mock/requests-mock-1.2.0.ebuild
deleted file mode 100644
index cd6180ff47c..000
--- a/dev-python/requests-mock/requests-mock-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Mock out responses from the requests package"
-HOMEPAGE="https://github.com/jamielennox/requests-mock";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
-   test? (
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
-
-   testr init || die "testr init failed under ${EPYTHON}"
-   testr run || die "testr run failed under ${EPYTHON}"
-}



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/gianasreturn/

2020-02-28 Thread Azamat H. Hackimov
commit: 83a60bbc62fab05b1bed308f5b3127f6da6b5bfa
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 22:19:08 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 22:19:08 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=83a60bbc

games-arcade/gianasreturn: update to 1.10

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 ...eturn-1.001.ebuild => gianasreturn-1.10.ebuild} | 29 +-
 1 file changed, 12 insertions(+), 17 deletions(-)

diff --git a/games-arcade/gianasreturn/gianasreturn-1.001.ebuild 
b/games-arcade/gianasreturn/gianasreturn-1.10.ebuild
similarity index 57%
rename from games-arcade/gianasreturn/gianasreturn-1.001.ebuild
rename to games-arcade/gianasreturn/gianasreturn-1.10.ebuild
index 53a70f6..03a01c7 100644
--- a/games-arcade/gianasreturn/gianasreturn-1.001.ebuild
+++ b/games-arcade/gianasreturn/gianasreturn-1.10.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: games-arcade/gianasreturn-1.0.ebuild,v 1.0 2011/01/12 12:06:59 
frostwork Exp $
 
-EAPI="2"
-inherit games
+EAPI=7
+
+inherit desktop eutils
 
 DESCRIPTION="Unofficial sequel of The Great Giana Sisters"
 HOMEPAGE="http://www.gianas-return.de/";
-SRC_URI="http://www.gianas-return.de/gr-v${PV/./}-ubuntu.zip";
+SRC_URI="http://www.retroguru.com/gianas-return/gianas-return-v.latest-linux.tar.gz
 -> ${PN}-v${PV}-linux.tar.gz"
 
 LICENSE="free-noncomm"
 SLOT="0"
@@ -18,27 +18,22 @@ RDEPEND="media-libs/libsdl
media-libs/sdl-mixer[flac,mad,mikmod,vorbis]
sys-libs/zlib"
 
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
+S="${WORKDIR}/giana"
 
 src_install() {
-   if use amd64; then
-   local bin=giana_ubuntu64
-   fi
-   if use x86; then
-   local bin=giana_ubuntu32
-   fi
+   local dir="/opt/${PN}"
+   local bin
+
+   use amd64 && bin="giana_linux64"
+   use x86 && bin="giana_linux32"
 
insinto "${dir}"
doins -r data || die "doins failed"
exeinto "${dir}"
doexe "${bin}" || die "doexe failed"
 
-   games_make_wrapper gianasreturn ./"${bin}" "${dir}" "${dir}"
+   make_wrapper gianasreturn ./"${bin}" "${dir}" "${dir}"
doicon giana.png
make_desktop_entry gianasreturn "Giana's Return" giana
dodoc {config,options,readme}.txt
-
-   prepgamesdirs
 }



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/myman/

2020-02-28 Thread Azamat H. Hackimov
commit: 9dd3f96490ed0f369fa91df56a77b2837179ffb4
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 21:45:58 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 21:45:58 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9dd3f964

games-arcade/myman: remove package

Deprecated EAPI=1 (!).

Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-arcade/myman/metadata.xml   |  7 -
 games-arcade/myman/myman-0.7.0.ebuild | 59 ---
 2 files changed, 66 deletions(-)

diff --git a/games-arcade/myman/metadata.xml b/games-arcade/myman/metadata.xml
deleted file mode 100644
index f61b5bd..000
--- a/games-arcade/myman/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-Use internal display engine. Instead of 
ncurses/slang
-  
-

diff --git a/games-arcade/myman/myman-0.7.0.ebuild 
b/games-arcade/myman/myman-0.7.0.ebuild
deleted file mode 100644
index e02a1ad..000
--- a/games-arcade/myman/myman-0.7.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-EAPI=1
-
-inherit games
-
-DESCRIPTION="Text-based pacman clone with many variants, sizes and other 
features"
-HOMEPAGE="http://myman.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="+iconv +internal libcaca ncurses slang +unicode"
-
-RDEPEND="ncurses? ( sys-libs/ncurses )
-   slang? ( sys-libs/slang )
-   iconv? ( virtual/libiconv )
-   libcaca? ( media-libs/libcaca )
-   "
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   einfo "You should choose only one backend. Availible are:"
-   einfo "1) internal (default on): internal game backend, nicest in X"
-   einfo "2) ncurses: use ncurses backend"
-   einfo "3) slang: use slang backend"
-   einfo "If you add more than one backend they are overriden"
-   einfo "in this order: slang->ncurses->raw."
-   games_pkg_setup
-}
-
-src_compile() {
-   local MYOPTS
-   if use unicode; then
-   use slang && MYOPTS="--with-slang-utf8"
-   use ncurses && MYOPTS="--with-ncursesw"
-   use internal && MYOPTS="--with-raw"
-   else
-   use slang && MYOPTS="--with-slang"
-   use ncurses && MYOPTS="--with-ncurses"
-   use internal && MYOPTS="--with-raw-cp437"
-   fi
-   egamesconf \
-   --docdir=${GAMES_DATADIR_BASE}/doc/ \
-   $MYOPTS \
-   $(use_with iconv) \
-   $(use_with libcaca) \
-   --without-xcurses \
-
-   emake || die "Make failed!"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "Install failed"
-   prepgamesdirs
-}



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/sleepwalker/

2020-02-28 Thread Azamat H. Hackimov
commit: 27b2aca82659aaf2920a76a30d93f27bf022e444
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 22:35:59 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 22:35:59 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=27b2aca8

games-arcade/sleepwalker: update ebuild

Migrate from deprecated eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../sleepwalker/sleepwalker-20130613.ebuild| 54 --
 1 file changed, 20 insertions(+), 34 deletions(-)

diff --git a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild 
b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
index 4d7a04e..832020d 100644
--- a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
+++ b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
@@ -1,50 +1,39 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=7
 
-inherit unpacker games
+inherit desktop eutils multilib-minimal unpacker
 
-DESCRIPTION="Guide a hero safely through various traps, clear obstructions 
from his path, and shift his surroundings to create a safe passage to the cozy 
bed."
+DESCRIPTION="Guide a hero safely through various traps, clear obstructions 
from his path."
 HOMEPAGE="http://www.11bitstudios.com/games/12/sleepwalker-s-journey";
 # Is it non-HiB distfile?
 SRC_URI="Sleepwalker-lin_1371139237-Installer"
 RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="multilib"
 
-DEPEND=""
+DEPEND="app-arch/unzip"
 RDEPEND="
-   x86? (
-   media-libs/openal
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXdamage
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXxf86vm
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-xlibs
-   app-emulation/emul-linux-x86-opengl
-   app-emulation/emul-linux-x86-sdl
-   )
+   media-libs/openal[${MULTILIB_USEDEP}]
+   x11-libs/libdrm[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXau[${MULTILIB_USEDEP}]
+   x11-libs/libxcb[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXdmcp[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
virtual/opengl
-   app-arch/unzip
 "
 
-REQUIRED_USE="amd64? ( multilib )"
-
-S="${WORKDIR}"
+S="${WORKDIR}/data"
 
 src_unpack() {
-   unpack_zip "${A}"
+   unpack_zip ${A}
 }
 
 pkg_nofetch() {
@@ -54,12 +43,11 @@ pkg_nofetch() {
 }
 
 src_install() {
-   cd "${S}/data"
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
+   local dir="/opt/${PN}"
 
newicon "icon.png" "${PN}.png"
make_desktop_entry "${PN}" "Sleepwalker" "${PN}"
-   games_make_wrapper "${PN}" "./Sleepwalker" "${dir}"
+   make_wrapper "${PN}" "./Sleepwalker" "${dir}"
dodoc README
exeinto "${dir}"
doexe "Sleepwalker"
@@ -73,6 +61,4 @@ src_install() {
"Copyright license Xpm"
insinto "${dir}"
doins -r .
-
-   prepgamesdirs
 }



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/supermeatboy/

2020-02-28 Thread Azamat H. Hackimov
commit: e1d897375270d1e81eca41fe7d1ea4be08772fa0
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 21:32:55 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 21:37:23 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=e1d89737

games-arcade/supermeatboy: update to EAPI 7

Remove deprecated eclass, install into /opt/${PN}

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 ...3.11.11.ebuild => supermeatboy-2013.11.11-r1.ebuild} | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild 
b/games-arcade/supermeatboy/supermeatboy-2013.11.11-r1.ebuild
similarity index 79%
rename from games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
rename to games-arcade/supermeatboy/supermeatboy-2013.11.11-r1.ebuild
index 2614020..bb5fa90 100644
--- a/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
+++ b/games-arcade/supermeatboy/supermeatboy-2013.11.11-r1.ebuild
@@ -1,16 +1,15 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit desktop eutils versionator
+inherit desktop eutils
 
 MY_PN=SuperMeatBoy
-MY_PV=$(version_format_string '${2}${3}${1}')
 
 DESCRIPTION="A platformer where you play as an animated cube of meat"
 HOMEPAGE="http://www.supermeatboy.com/";
-SRC_URI="${PN}-linux-${MY_PV}-bin"
+SRC_URI="${PN}-linux-$(ver_cut 2)$(ver_cut 3)$(ver_cut 1)-bin"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
@@ -26,7 +25,6 @@ RDEPEND="
 "
 
 S="${WORKDIR}/data"
-GAMEDIR="/usr/share/${P}"
 
 pkg_nofetch() {
einfo "Please download ${A}"
@@ -45,19 +43,20 @@ src_unpack() {
 }
 
 src_install() {
-   insinto "${GAMEDIR}"
+   local dest="/opt/${PN}"
+   insinto ${dest}
doins -r resources Levels buttonmap.cfg \
gameaudio.dat gamedata.dat locdb.txt \
steam_appid.txt
 
-   insinto "${GAMEDIR}/${ARCH}"
+   insinto "${dest}/${ARCH}"
doins "${ARCH}"/libsteam_api.so
doins "${ARCH}"/libmariadb.so.1
 
-   exeinto "${GAMEDIR}/${ARCH}"
+   exeinto "${dest}/${ARCH}"
doexe "${ARCH}/${MY_PN}"
 
-   make_wrapper "${PN}" "./${ARCH}/${MY_PN}" "${GAMEDIR}" "./${ARCH}"
+   make_wrapper "${PN}" "./${ARCH}/${MY_PN}" "${dest}" "./${ARCH}"
 
doicon "${PN}".png
make_desktop_entry "${PN}" "${MY_PN}" "${PN}"



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/edgar/

2020-02-28 Thread Azamat H. Hackimov
commit: 4bd9e37d0c595ae9138ee4ed0e469f1b2a27668b
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 23:57:32 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 23:57:32 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4bd9e37d

games-arcade/edgar: update package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-arcade/edgar/edgar-0.25.ebuild | 37 
 games-arcade/edgar/edgar-1.32.ebuild | 37 
 2 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/games-arcade/edgar/edgar-0.25.ebuild 
b/games-arcade/edgar/edgar-0.25.ebuild
deleted file mode 100644
index 09f2bc6..000
--- a/games-arcade/edgar/edgar-0.25.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/edgar/edgar-0.25.ebuild,v 1.1 
2008/09/02 13:31:40 frostwork Exp $
-
-EAPI="2"
-
-inherit games
-
-DESCRIPTION="The Legend of Edgar, 2d jump n run"
-HOMEPAGE="http://www.parallelrealities.co.uk/projects/edgar.php";
-SRC_URI="http://www.parallelrealities.co.uk/download/8322c274/${PN}/${PN}-${PV}-1.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/sdl-mixer
-   media-libs/sdl-image
-   media-libs/sdl-ttf"
-DEPEND="${RDEPEND}"
-
-src_prepare(){
-   sed -i -e "s:\$(PREFIX)/games/:\$(PREFIX)/games/bin/:g" -i makefile
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-
-   dodoc doc/* || die "dodoc failed"
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-
-}

diff --git a/games-arcade/edgar/edgar-1.32.ebuild 
b/games-arcade/edgar/edgar-1.32.ebuild
new file mode 100644
index 000..0b687a4
--- /dev/null
+++ b/games-arcade/edgar/edgar-1.32.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="The Legend of Edgar, 2d jump n run"
+HOMEPAGE="http://www.parallelrealities.co.uk/projects/edgar.php";
+SRC_URI="https://github.com/riksweeney/edgar/releases/download/${PV}/${P}-1.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl2
+   media-libs/sdl2-mixer
+   media-libs/sdl2-image[png]
+   media-libs/sdl2-ttf
+   sys-libs/zlib:=
+   "
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
+   BIN_DIR="/usr/bin/" DATA_DIR="/usr/share/${PN}/" \
+   || die "emake failed"
+}
+
+src_install() {
+   emake DESTDIR="${D}" BIN_DIR="${D}/usr/bin/" \
+   DATA_DIR="${D}/usr/share/${PN}/" 
DOC_DIR="${D}/usr/share/doc/${P}/" \
+   APPDATA_DIR="${D}/usr/share/metainfo/" install \
+   || die "emake install failed"
+}



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/gannatsu/files/, games-arcade/gannatsu/

2020-02-28 Thread Azamat H. Hackimov
commit: 8a3ee146de556ba70d0f8ac56736f693109e05a6
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 23:02:00 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 23:02:00 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8a3ee146

games-arcade/gannatsu: remove package

Sources unavailable, deprecated eclass.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../gannatsu/files/gannatsu-104-homedir.patch  | 288 -
 .../gannatsu/files/gannatsu-104-makefile.patch |  19 --
 games-arcade/gannatsu/gannatsu-104.ebuild  |  63 -
 games-arcade/gannatsu/metadata.xml |   8 -
 4 files changed, 378 deletions(-)

diff --git a/games-arcade/gannatsu/files/gannatsu-104-homedir.patch 
b/games-arcade/gannatsu/files/gannatsu-104-homedir.patch
deleted file mode 100644
index 4cf8fb2..000
--- a/games-arcade/gannatsu/files/gannatsu-104-homedir.patch
+++ /dev/null
@@ -1,288 +0,0 @@
-diff -Naur act.c act.c
 act.c  2008-04-23 00:57:20.0 +0200
-+++ act.c  2009-10-31 11:09:04.0 +0100
-@@ -321,6 +321,14 @@
- 
- void act_init( void )
- {
-+#ifdef __LINUX__
-+  char workfile[300];
-+  sprintf(workfile, "%s/.gannatsu/save/work.sav", getenv("HOME"));
-+  char itemfile[300];
-+  sprintf(itemfile, "%s/.gannatsu/save/item_wk.sav", getenv("HOME"));
-+  char targetfile[300];
-+  sprintf(targetfile, "%s/.gannatsu/save/target", getenv("HOME"));
-+#endif
-   long i;
-   long x;
-   long y;
-@@ -379,7 +387,11 @@
-   }
-   
-   ResetGameFlag2( );
-+#ifdef __LINUX__
-+  LoadGameFlag2(workfile);
-+#else
-   LoadGameFlag2( "save/work.sav");
-+#endif
-   for ( i = 0; i < 512; i++ )
-   {
-   save_data[i] = gameflag2[i];
-@@ -2220,10 +2232,21 @@
- /* �ꎞ�t�@�C���ۑ� */
- void save_file_w( )
- {
-+#ifdef __LINUX__
-+  char configfile[300];
-+  sprintf(configfile, "%s/.gannatsu/save/config", getenv("HOME"));
-+  char workfile[300];
-+  sprintf(workfile, "%s/.gannatsu/save/work.sav", getenv("HOME"));
-+  char itemfile[300];
-+  sprintf(itemfile, "%s/.gannatsu/save/item_wk.sav", getenv("HOME"));
-+#endif
-   long i;
- 
-+#ifdef __LINUX__
-+  SaveGameFlag(configfile);
-+#else
-   SaveGameFlag("save/config");
--
-+#endif
-   
-   ResetGameFlag2( );
- //save_data[7] = player[7];   /* �n�[�g�̂珊���� */
-@@ -2239,16 +2262,22 @@
-   {
-   gameflag2[i] = save_data[i];
-   }
-+#ifdef __LINUX__
-+  SaveGameFlag2(workfile);
-+#else
-   SaveGameFlag2( "save/work.sav");
--  
-+#endif
-   /* �A�C�e���擾��� */
-   ResetGameFlag2();   
-   for ( i = 0; i < 500; i++ )
-   {
-   gameflag2[i] = item_wk[i];
-   }
-+#ifdef __LINUX__
-+  SaveGameFlag2(itemfile);
-+#else
-   SaveGameFlag2("save/item_wk.sav");
--
-+#endif
- }
- 
- 
-diff -Naur init.c init.c
 init.c 2008-04-28 01:52:02.0 +0200
-+++ init.c 2009-10-31 10:58:54.0 +0100
-@@ -26,6 +26,17 @@
- 
- int main(int argc, char *argv[])
- {
-+#ifdef __LINUX__
-+  char cfg_path[300];
-+  sprintf(cfg_path, "%s/.gannatsu/", getenv("HOME"));
-+  mkdir(cfg_path, 0755);
-+  char save_path[300];
-+  sprintf(save_path, "%s/.gannatsu/save/", getenv("HOME"));
-+  mkdir(save_path, 0755);
-+  char replay_path[300];
-+  sprintf(replay_path, "%s/.gannatsu/replay/", getenv("HOME"));
-+  mkdir(replay_path, 0755);
-+#endif
-   SDL_Rect rect;
-   Uint32 flags;
-   SDL_Surface* tmp;
-@@ -136,12 +147,19 @@
- 
- void ExitProgram(void)
- {
--
-+#ifdef __LINUX__
-+  char configfile[300];
-+  sprintf(configfile, "%s/.gannatsu/save/config", getenv("HOME"));
-+#endif
-   soundStopBgm(0);
-   soundStopSeAll();
-   soundRelease();
- 
--  SaveGameFlag("save/config");
-+#ifdef __LINUX__
-+   SaveGameFlag(configfile);
-+#else
-+   SaveGameFlag("save/config");
-+#endif
-   
-   closePAD();
- //closeSDL();
-@@ -156,11 +174,19 @@
- 
- void main_init_config( void )
- {
-+#ifdef __LINUX__
-+  char configfile[300];
-+  sprintf(configfile, "%s/.gannatsu/save/config", getenv("HOME"));
-+#endif
-   int i;
-   
-   i = 0;
-   
-+#ifdef __LINUX__
-+  if ( ! ( LoadGameFlag(configfile) == 0 ) )
-+#else
-   if ( ! ( LoadGameFlag("save/config") == 0 ) )
-+#endif
-   {
-   /* �t�@�C���݂��Ȃ��ꍇ�̏���l�ݒ� */
-   ResetGameFlag();
-diff -Naur option.c option.c
 option.c   2008-04-13 19:02:16.0 +0200
-+++ option.c   2009-10-31 11:11:38.0 +0100
-@@ -248,6 +248,10 @@
- 
- void option_keys( void )
- {
-+#ifdef __LINUX__
-+  char configfigfile[300];
-+  sprintf(configfigfile, "%s/.gannatsu/save/config.fig", getenv("HOME"));
-+#endif
-   if ( ag == 0 )
-   {
-   if ( IsPushKey( gam

[gentoo-commits] proj/gamerlay:master commit in: games-arcade/stealthbastarddeluxe/

2020-02-28 Thread Azamat H. Hackimov
commit: 484583ea11d53ea4dfacb8a53201ce23cb4e98dd
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 22:40:48 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 22:40:48 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=484583ea

games-arcade/stealthbastarddeluxe: update package

Migrate from deprecated eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../stealthbastarddeluxe-1.63.4.ebuild | 40 --
 1 file changed, 14 insertions(+), 26 deletions(-)

diff --git 
a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild 
b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
index 8b1d1e2..606e82e 100644
--- a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
+++ b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
@@ -1,44 +1,33 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=7
 
-inherit games
+inherit desktop eutils multilib-minimal
 
 TS=1371673270
 MY_PN=StealthBastardDeluxe
 
-DESCRIPTION="The fast-paced, nail-biting antidote to tippy-toed sneaking 
simulators that the world had so desperately been craving."
+DESCRIPTION="The fast-paced, nail-biting antidote to tippy-toed sneaking 
simulators."
 HOMEPAGE="http://www.stealthbastard.com/";
 SRC_URI="${MY_PN}_${PV}_Linux_${TS}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
 RESTRICT="fetch strip"
 
-DEPEND=""
 RDEPEND="
-   ${DEPEND}
-   x86? (
-   dev-libs/openssl
-   media-libs/openal
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXxf86vm
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-baselibs
-   app-emulation/emul-linux-x86-sdl
-   app-emulation/emul-linux-x86-xlibs
-   )
+   dev-libs/openssl[${MULTILIB_USEDEP}]
+   media-libs/openal[${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
 "
 
 S="${WORKDIR}/${MY_PN}"
-GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
 
 pkg_nofetch() {
einfo "Please download ${A}"
@@ -48,13 +37,12 @@ pkg_nofetch() {
 }
 
 src_install() {
-   insinto "${GAMEDIR}"
+   local dir="/opt/${PN}"
+   insinto ${dir}
doins -r assets
-   exeinto "${GAMEDIR}"
+   exeinto ${dir}
doexe "${MY_PN}"
-   games_make_wrapper "${PN}" "./${MY_PN}" "${GAMEDIR}"
+   make_wrapper "${PN}" "./${MY_PN}" "${dir}"
newicon "assets/icon.png" "${PN}.png"
make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
-
-   prepgamesdirs
 }



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/metalslug3/

2020-02-28 Thread Azamat H. Hackimov
commit: d86d81aa8571e93304800169139c30f9122ec3d3
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 21:29:15 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 21:29:15 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d86d81aa

games-arcade/metalslug3: update to EAPI7

Migrate from deprecated eclass, fixes to build.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-arcade/metalslug3/metadata.xml   |  7 +
 ...0140609.ebuild => metalslug3-2014.06.09.ebuild} | 34 +++---
 2 files changed, 17 insertions(+), 24 deletions(-)

diff --git a/games-arcade/metalslug3/metadata.xml 
b/games-arcade/metalslug3/metadata.xml
new file mode 100644
index 000..ab5b6a0
--- /dev/null
+++ b/games-arcade/metalslug3/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+Famous 2D shooting game
+
+

diff --git a/games-arcade/metalslug3/metalslug3-20140609.ebuild 
b/games-arcade/metalslug3/metalslug3-2014.06.09.ebuild
similarity index 67%
rename from games-arcade/metalslug3/metalslug3-20140609.ebuild
rename to games-arcade/metalslug3/metalslug3-2014.06.09.ebuild
index 686fe52..3008584 100644
--- a/games-arcade/metalslug3/metalslug3-20140609.ebuild
+++ b/games-arcade/metalslug3/metalslug3-2014.06.09.ebuild
@@ -1,27 +1,22 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=7
 
-inherit eutils games unpacker
-
-TS="2014-06-09"
+inherit eutils unpacker
 
 DESCRIPTION="Famous 2D shooting game"
 HOMEPAGE="http://www.snkplaymore.co.jp/us/games/steam/metalslug3/";
-SRC_URI="MetalSlug3-Linux-${TS}.sh"
+SRC_URI="MetalSlug3-Linux-$(ver_rs 1-2 -).sh"
 
 RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-DEPEND="
-   app-arch/unzip
-"
+DEPEND="app-arch/unzip"
 RDEPEND="
media-libs/libsdl2
media-libs/sdl2-mixer
@@ -30,8 +25,6 @@ RDEPEND="
 
 S="${WORKDIR}/data"
 
-GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
-
 pkg_nofetch() {
einfo ""
einfo "Please buy and download \"${SRC_URI}\" from"
@@ -40,10 +33,6 @@ pkg_nofetch() {
einfo ""
 }
 
-#src_unpack() {
-#  unpack_zip "${A}";
-#}
-
 src_install() {
local arch;
 
@@ -55,16 +44,13 @@ src_install() {
rm noarch/README.linux noarch/LICENSES.txt noarch/ARPHICPL.TXT
 
# Install data
-   insinto "${GAMEDIR}"
+   insinto "/opt/${PN}"
doins -r noarch/*
-   exeinto "${GAMEDIR}"
+   exeinto "/opt/${PN}"
doexe "${arch}/MetalSlug3.bin.${arch}"
 
# Install icon and desktop file
newicon "noarch/icon.png" "${PN}.png"
make_desktop_entry "${PN}" "Metal Slug 3" "${PN}"
-   games_make_wrapper "${PN}" "./MetalSlug3.bin.${arch}" "${GAMEDIR}"
-
-   # Setting permissions.
-   prepgamesdirs
+   make_wrapper "${PN}" "./MetalSlug3.bin.${arch}" "/opt/${PN}"
 }



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/shatter/

2020-02-28 Thread Azamat H. Hackimov
commit: b2b1b4e1b2e993434d444ad0e4238a862fed9f99
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 29 00:56:39 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sat Feb 29 00:56:39 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b2b1b4e1

games-arcade/shatter: update package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-arcade/shatter/shatter-1.0.20130609.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-arcade/shatter/shatter-1.0.20130609.ebuild 
b/games-arcade/shatter/shatter-1.0.20130609.ebuild
index 821f6a2..991d30d 100644
--- a/games-arcade/shatter/shatter-1.0.20130609.ebuild
+++ b/games-arcade/shatter/shatter-1.0.20130609.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 MULTILIB_COMPAT=( abi_x86_32 )
 
 inherit eutils multilib-minimal unpacker-nixstaller
@@ -12,9 +12,9 @@ SRC_URI="Shatter-Release-2013-06-09.sh"
 
 RESTRICT="fetch strip"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] proj/gamerlay:master commit in: games-puzzle/londonlaw/, games-puzzle/londonlaw/files/

2020-02-28 Thread Azamat H. Hackimov
commit: 935497894b037935742e9630c1bad511d8dddca5
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 29 01:07:44 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sat Feb 29 01:12:26 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=93549789

games-puzzle/londonlaw: remove package

Python 2.7 only package.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-puzzle/londonlaw/files/londonlaw.confd   |   2 -
 games-puzzle/londonlaw/files/londonlaw.rc  |  21 -
 games-puzzle/londonlaw/londonlaw-0.3.0_pre2.ebuild |   1 -
 games-puzzle/londonlaw/londonlaw-.ebuild   | 104 -
 4 files changed, 128 deletions(-)

diff --git a/games-puzzle/londonlaw/files/londonlaw.confd 
b/games-puzzle/londonlaw/files/londonlaw.confd
deleted file mode 100644
index 083798b..000
--- a/games-puzzle/londonlaw/files/londonlaw.confd
+++ /dev/null
@@ -1,2 +0,0 @@
-#run londonlaw on port 7921 (default)
-LONDONLAW_PORT="7921"

diff --git a/games-puzzle/londonlaw/files/londonlaw.rc 
b/games-puzzle/londonlaw/files/londonlaw.rc
deleted file mode 100644
index fbc185c..000
--- a/games-puzzle/londonlaw/files/londonlaw.rc
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/runscript
-
-depend() {
-   need net
-}
-
-start() {
-   ebegin "Starting londonlaw server"
-   start-stop-daemon --start --pidfile /var/run/london-server.pid \
-   --user GAMES_USER_DED --background --stdout GAMES_LOGDIR/PN.log 
\
-   --stderr GAMES_LOGDIR/PN.log --make-pidfile \
-   --exec GAMES_BINDIR/london-server -- -p $LONDONLAW_PORT
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping londonlaw server"
-   start-stop-daemon --stop --pidfile /var/run/london-server.pid \
-   --exec GAMES_BINDIR/london-server
-   eend $?
-}

diff --git a/games-puzzle/londonlaw/londonlaw-0.3.0_pre2.ebuild 
b/games-puzzle/londonlaw/londonlaw-0.3.0_pre2.ebuild
deleted file mode 12
index e058002..000
--- a/games-puzzle/londonlaw/londonlaw-0.3.0_pre2.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-londonlaw-.ebuild
\ No newline at end of file

diff --git a/games-puzzle/londonlaw/londonlaw-.ebuild 
b/games-puzzle/londonlaw/londonlaw-.ebuild
deleted file mode 100644
index abf7dc5..000
--- a/games-puzzle/londonlaw/londonlaw-.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-if [ "${PV}" == "" ]; then
-   MY_INHERIT=git-r3
-fi
-
-inherit eutils python-single-r1 games $MY_INHERIT
-
-DESCRIPTION="Clone of the famous Scotland Yard board game"
-HOMEPAGE="http://pessimization.com/software/londonlaw/";
-if [ "${PV}" == "" ]; then
-   EGIT_REPO_URI=https://github.com/anyc/londonlaw.git
-else
-   SRC_URI="https://github.com/anyc/londonlaw/archive/v${PV}.tar.gz";
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated"
-
-DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-
-   !dedicated? ( dev-python/wxpython:3.0[${PYTHON_USEDEP}] )
-   ${PYTHON_DEPS}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-   if use dedicated ; then
-   local f
-   rm -r londonlaw/{london-client,london-client.py,guiclient/}
-   sed -i \
-   -e "s:'londonlaw.guiclient',::" \
-   -e "s:'londonlaw/london-client',::" \
-   setup.py \
-   || die "sed failed"
-   fi
-
-   for f in londonlaw.rc londonlaw.confd
-   do
-   sed \
-   -e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
-   -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
-   -e "s:GAMES_LOGDIR:${GAMES_LOGDIR}:" \
-   -e "s:PN:${PN}:" \
-   "${FILESDIR}/${f}" > "${T}/${f}" \
-   || die "sed failed"
-   done
-
-   sed -i \
-   -e 
"s:^LONDONLAW_DBDIR=.*$:LONDONLAW_DBDIR=${GAMES_STATEDIR}/${PN}:" \
-   "${T}/londonlaw.confd" \
-   || die "sed failed"
-
-   python_fix_shebang .
-}
-
-src_install() {
-   "${PYTHON}" setup.py install \
-   --root="${D}" \
-   --prefix="${GAMES_PREFIX}" \
-   --install-lib=$(python_get_sitedir) \
-   --install-data="${GAMES_DATADIR}" \
-   || die "install failed"
-
-   dodoc doc/ChangeLog README.md doc/TODO doc/manual.tex 
doc/readme.protocol
-   dohtml doc/manual.html
-
-   newinitd "${T}/londonlaw.rc" londonlaw
-   newconfd "${T}/londonlaw.confd" londonlaw
-
-   dodir "${GAMES_LOGDIR}"
-   touch "${D}/${GAMES_LOGDIR}"/${PN}.log
-
-   keepdir "${GAMES_STATEDIR}/${PN}"
-   fowners ${GAMES_USER_DED}:${GAMES_GROUP} \
-  

[gentoo-commits] proj/gamerlay:master commit in: games-arcade/jamestown/

2020-02-28 Thread Azamat H. Hackimov
commit: 8dbbe0dd8748d497155498f1b213db46c525cd9d
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 29 00:41:48 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sat Feb 29 00:41:48 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8dbbe0dd

games-arcade/jamestown: update package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../jamestown/jamestown-1.0.1.1324610248.ebuild| 68 --
 games-arcade/jamestown/jamestown-1.0.1.ebuild  | 50 
 2 files changed, 50 insertions(+), 68 deletions(-)

diff --git a/games-arcade/jamestown/jamestown-1.0.1.1324610248.ebuild 
b/games-arcade/jamestown/jamestown-1.0.1.1324610248.ebuild
deleted file mode 100644
index af68521..000
--- a/games-arcade/jamestown/jamestown-1.0.1.1324610248.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit games
-inherit versionator
-inherit toolchain-funcs
-
-DESCRIPTION="A neo-classical top-down shooter for up to four players set on
-17th-century British Colonial Mars."
-HOMEPAGE="http://www.finalformgames.com/jamestown/";
-MY_PN="jtownlinux"
-MY_PV=$(replace_all_version_separators '_')
-MY_INSTALLER_PN="JamestownInstaller"
-MY_INSTALLER_PV=$(get_version_component_range 1-3 ${MY_PV})
-SRC_URI="${MY_PN}_${MY_PV}.zip"
-RESTRICT="fetch"
-
-LICENSE="Jamestown"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   media-libs/libsdl[opengl]
-   >=sys-devel/gcc-4.6"
-
-pkg_nofetch() {
-   ewarn
-   ewarn "Place ${A} to ${DISTDIR}"
-   ewarn
-}
-
-src_unpack() {
-   default
-   pwd
-   unzip "${MY_INSTALLER_PN}_${MY_INSTALLER_PV}-bin"
-}
-
-S="${WORKDIR}/data"
-
-src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
-   insinto ${dir}
-   doins -r Archives Distribution.txt
-   exeinto ${dir}
-   if use amd64; then
-   EXESUFFIX="-amd64"
-   else
-   EXESUFFIX="-x86"
-   fi
-   EXENAME="Jamestown${EXESUFFIX}"
-   doexe ${EXENAME}
-   doicon ${PN}.png
-   make_desktop_entry ${PN} Jamestown ${PN}
-   games_make_wrapper ${PN} ./${EXENAME} ${dir} ${dir}
-   dodoc Jamestown_EULA.txt LICENSES.TXT README-linux-generic.txt 
README-linux.txt
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   version_is_at_least 4.6 $(gcc-version) ||
-   ewarn "${PN} needs gcc version 4.6 or higher activated with gcc-config 
to
-   work properly. Please make sure to use gcc-config to set this."
-}

diff --git a/games-arcade/jamestown/jamestown-1.0.1.ebuild 
b/games-arcade/jamestown/jamestown-1.0.1.ebuild
new file mode 100644
index 000..0a5adf1
--- /dev/null
+++ b/games-arcade/jamestown/jamestown-1.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils unpacker
+
+TS=1324610248
+
+DESCRIPTION="A neo-classical top-down shooter for up to four players."
+HOMEPAGE="http://www.finalformgames.com/jamestown/";
+MY_INSTALLER_PN="JamestownInstaller"
+SRC_URI="jtownlinux_$(ver_rs 1-2 _)_${TS}.zip"
+RESTRICT="fetch"
+
+LICENSE="Jamestown"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND="media-libs/libsdl[opengl]"
+
+pkg_nofetch() {
+   ewarn
+   ewarn "Place ${A} to ${DISTDIR}"
+   ewarn
+}
+
+src_unpack() {
+   default
+   unpack_zip "${WORKDIR}/JamestownInstaller_$(ver_rs 1-2 _)-bin"
+}
+
+S="${WORKDIR}/data"
+
+src_install() {
+   local dir="/opt/${PN}"
+   local exe
+   insinto ${dir}
+   doins -r Archives Distribution.txt
+   exeinto ${dir}
+   use amd64 && exe="Jamestown-amd64"
+   use x86 && exe="Jamestown-x86"
+   doexe ${exe}
+   doicon ${PN}.png
+   make_desktop_entry ${PN} Jamestown ${PN}
+   make_wrapper ${PN} ./${exe} ${dir} ${dir}
+   dodoc README-linux-generic.txt README-linux.txt
+}



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/funkysmugglers/

2020-02-28 Thread Azamat H. Hackimov
commit: 67ffad92b12cf2257337484def729fbce1ec5bf2
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb 28 22:31:46 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb 28 22:31:46 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=67ffad92

games-arcade/funkysmugglers: update package

Migrate from deprecated EAPI/eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../funkysmugglers/funkysmugglers-20130613.ebuild  | 54 --
 1 file changed, 20 insertions(+), 34 deletions(-)

diff --git a/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild 
b/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild
index 8b34b55..7e55591 100644
--- a/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild
+++ b/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild
@@ -1,50 +1,39 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=7
 
-inherit unpacker games
+inherit desktop eutils multilib-minimal unpacker
 
-DESCRIPTION="Enjoy a funky 70s-style soundtrack while keeping the airport safe 
from hammers, scissors, and other illegal goods."
+DESCRIPTION="Keeping the airport safe from hammers, scissors, and other 
illegal goods."
 HOMEPAGE="http://www.11bitstudios.com/games/9/funky-smugglers";
 # Is it non-HiB distfile?
 SRC_URI="FunkySmugglers-lin_1371139237-Installer"
 RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="multilib"
 
-DEPEND=""
+DEPEND="app-arch/unzip"
 RDEPEND="
-   x86? (
-   media-libs/openal
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXdamage
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXxf86vm
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-xlibs
-   app-emulation/emul-linux-x86-opengl
-   app-emulation/emul-linux-x86-sdl
-   )
+   media-libs/openal[${MULTILIB_USEDEP}]
+   x11-libs/libdrm[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXau[${MULTILIB_USEDEP}]
+   x11-libs/libxcb[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXdmcp[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
virtual/opengl
-   app-arch/unzip
 "
 
-REQUIRED_USE="amd64? ( multilib )"
-
-S="${WORKDIR}"
+S="${WORKDIR}/data"
 
 src_unpack() {
-   unpack_zip "${A}"
+   unpack_zip ${A}
 }
 
 pkg_nofetch() {
@@ -54,12 +43,11 @@ pkg_nofetch() {
 }
 
 src_install() {
-   cd "${S}/data"
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
+   local dir="/opt/${PN}"
 
newicon "icon.png" "${PN}.png"
make_desktop_entry "${PN}" "FunkySmugglers" "${PN}"
-   games_make_wrapper "${PN}" "./FunkySmugglers" "${dir}"
+   make_wrapper "${PN}" "./FunkySmugglers" "${dir}"
dodoc README
exeinto "${dir}"
doexe "FunkySmugglers"
@@ -73,6 +61,4 @@ src_install() {
"Copyright license Xpm"
insinto "${dir}"
doins -r .
-
-   prepgamesdirs
 }



[gentoo-commits] proj/gamerlay:master commit in: games-arcade/rotategear/files/, games-arcade/rotategear/

2020-02-28 Thread Azamat H. Hackimov
commit: 57f2b1108b5515011b19ba92277c5c81ccdd1461
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 29 00:58:59 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sat Feb 29 00:58:59 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=57f2b110

games-arcade/rotategear: remove package

Unavailable sources, deprecated eclass.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../rotategear/files/rotategear-105-homedir.patch  | 502 -
 .../rotategear/files/rotategear-105-makefile.patch |  27 --
 games-arcade/rotategear/metadata.xml   |   8 -
 games-arcade/rotategear/rotategear-105.ebuild  |  63 ---
 4 files changed, 600 deletions(-)

diff --git a/games-arcade/rotategear/files/rotategear-105-homedir.patch 
b/games-arcade/rotategear/files/rotategear-105-homedir.patch
deleted file mode 100644
index 24d3185..000
--- a/games-arcade/rotategear/files/rotategear-105-homedir.patch
+++ /dev/null
@@ -1,502 +0,0 @@
-diff -Naur src/act.c src/act.c
 src/act.c  2009-05-16 11:50:42.0 +0200
-+++ src/act.c  2009-10-20 12:20:29.0 +0200
-@@ -352,6 +352,14 @@
- 
- void act_init( void )
- {
-+#ifdef __LINUX__
-+  char workfile[300];
-+  sprintf(workfile, "%s/.rotategear/save/work.sav", getenv("HOME"));
-+  char itemfile[300];
-+  sprintf(itemfile, "%s/.rotategear/save/item_wk.sav", getenv("HOME"));
-+  char targetfile[300];
-+  sprintf(targetfile, "%s/.rotategear/save/target", getenv("HOME"));
-+#endif
-   long i;
-   long x;
-   long y;
-@@ -414,13 +422,20 @@
-   }
-   
-   ResetGameFlag2( );
-+#ifdef __LINUX__
-+  LoadGameFlag2(workfile);
-+#else
-   LoadGameFlag2( "save/work.sav");
-+#endif
-   for ( i = 0; i < 512; i++ )
-   {
-   save_data[i] = gameflag2[i];
-   }
--  
-+#ifdef __LINUX__
-+  LoadFile( targetfile, &target_save[0], sizeof( target_save ) );
-+#else
-   LoadFile( "save/target", &target_save[0], sizeof( target_save ) );
-+#endif
-   
- //player[6] = save_data[8];   /* �X�L�� */
- //player[7] = save_data[7];   /* �n�[�g�̂珊���� */
-@@ -1949,10 +1964,20 @@
- /* �ꎞ�t�@�C���ۑ� */
- void save_file_w( )
- {
-+#ifdef __LINUX__
-+  char configfile[300];
-+  sprintf(configfile, "%s/.rotategear/save/config", getenv("HOME"));
-+  char workfile[300];
-+  sprintf(workfile, "%s/.rotategear/save/work.sav", getenv("HOME"));
-+  char itemfile[300];
-+  sprintf(itemfile, "%s/.rotategear/save/item_wk.sav", getenv("HOME"));
-+#endif
-   long i;
--
-+#ifdef __LINUX__
-+  SaveGameFlag(configfile);
-+#else
-   SaveGameFlag("save/config");
--
-+#endif
-   
-   ResetGameFlag2( );
- //save_data[7] = player[7];   /* �n�[�g�̂珊���� */
-@@ -1968,16 +1993,22 @@
-   {
-   gameflag2[i] = save_data[i];
-   }
-+#ifdef __LINUX__
-+  SaveGameFlag2(workfile);
-+#else
-   SaveGameFlag2( "save/work.sav");
--  
-+#endif
-   /* �A�C�e���擾��� */
-   ResetGameFlag2();   
-   for ( i = 0; i < 500; i++ )
-   {
-   gameflag2[i] = item_wk[i];
-   }
-+#ifdef __LINUX__
-+  SaveGameFlag2(itemfile);
-+#else
-   SaveGameFlag2("save/item_wk.sav");
--
-+#endif
- }
- 
- 
-@@ -6765,31 +6796,63 @@
- 
- void replay_file_save_w( void )
- {
--
-+#ifdef __LINUX__
-+//char replaywfile[300];
-+//sprintf(replaywfile, "%s/.rotategear/replay/%d/replay_data_w_%d.dat", 
getenv("HOME"));
-+  char replay_path[300];
-+  sprintf(replay_path, "%s/.rotategear/replay/", getenv("HOME"));
-+#endif
-   long d_num;
-   d_num = 1;
-+// TODO LINUX
-+//#ifdef __LINUX__
-+//sprintf(string, replay_path, (int)stage, (int)save_data[3] );
-+//#else
-   sprintf(string,"replay/%d/replay_data_w_%d.dat", (int)stage, 
(int)save_data[3] );
-+//#endif
-   SaveFile( string, &replay[0], sizeof( replay ) );
- 
- }
- void replay_file_save( long type )
- {
--
-+#ifdef __LINUX__
-+  char replayfile[300];
-+  sprintf(replayfile, "%s/.rotategear/replay/%d/replay_data_%d.dat", 
getenv("HOME"));
-+  char replayjfile[300];
-+  sprintf(replayjfile, "%s/.rotategear/replay/%d/replay_data_j%d.dat", 
getenv("HOME"));
-+#endif
-   long d_num;
-   d_num = replay_file_name;
-   if ( type == 0 )
-   {
-+
-+// TODO LINUX
-+//#ifdef __LINUX__
-+//sprintf(string, replayfile, ( int )stage,, (int)save_data[3] );
-+//#else
-   sprintf(string,"replay/%d/replay_data_%d.dat", (int)stage, 
(int)save_data[3] );
-+//#endif
-   }
-   else
-   {
-+// TODO LINUX
-+//#ifdef __LINUX__
-+//sprintf(string, replayjfile, ( int )stage,, (int)save_data[3] );
-+//#else
-   sprintf(string,"replay/%d/replay_data_j%d.dat", (int)stage, 
(int)save_data[3] );
-+//#endif
-   }
-   SaveFile( string, &replay[0], sizeof( replay ) );
- }

[gentoo-commits] proj/gamerlay:master commit in: games-arcade/rush/

2020-02-28 Thread Azamat H. Hackimov
commit: 9de99dd86d9e4c4c571008e9577aa486fbeef106
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 29 00:47:32 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sat Feb 29 00:47:32 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9de99dd8

games-arcade/rush: update package

Migrate from deprecated eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-arcade/rush/metadata.xml |  4 
 games-arcade/rush/rush-20130703.ebuild | 25 -
 2 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/games-arcade/rush/metadata.xml b/games-arcade/rush/metadata.xml
new file mode 100644
index 000..097975e
--- /dev/null
+++ b/games-arcade/rush/metadata.xml
@@ -0,0 +1,4 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+

diff --git a/games-arcade/rush/rush-20130703.ebuild 
b/games-arcade/rush/rush-20130703.ebuild
index c5cc279..7f8d1c0 100644
--- a/games-arcade/rush/rush-20130703.ebuild
+++ b/games-arcade/rush/rush-20130703.ebuild
@@ -1,24 +1,25 @@
-EAPI="5"
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
-inherit base games unpacker-nixstaller
-# multilib
+EAPI=7
+
+inherit desktop eutils unpacker-nixstaller
 
 MY_PN="${PN^^}"
 TS="1372878397"
 MY_P="${MY_PN}_${PV:0:4}-${PV:4:2}-${PV:6:2}_Linux_${TS}"
 
-DESCRIPTION="A simple puzzler that’ll have you mesmerized with a synchronized 
swarm of brightly colored blocks."
+DESCRIPTION="A simple puzzler that'll have you mesmerized with a synchronized 
swarm of blocks"
 HOMEPAGE="http://twotribes.com/message/rush/";
 SRC_URI="${MY_P}.sh"
 RESTRICT="fetch"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
media-libs/libsdl2
media-libs/openal
sys-libs/zlib
@@ -41,15 +42,16 @@ src_unpack() {
 }
 
 src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
-   local arch=x86
+   local dir="/opt/${PN}"
+   local arch
use amd64 && arch=x86_64
+   use x86 && arch=x86
 
exeinto "${dir}"
insinto "${dir}"
 
make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
-   games_make_wrapper "${PN}" "./${PN}" "${dir}"
+   make_wrapper "${PN}" "./${PN}" "${dir}"
 
newexe "${MY_PN}.bin.${arch}" "${PN}"
newicon "${MY_PN}.png" "${PN}.png"
@@ -68,8 +70,5 @@ src_install() {
"loc" \
"rubiks" \
"shared"
-
-   prepgamesdirs
-
base_src_install_docs
 }



  1   2   3   4   5   6   7   8   9   10   >