[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/, dev-embedded/u-boot-tools/files/

2020-02-02 Thread Sergei Trofimovich
commit: a47d7b0377791cebee6fb09cad667fc13df7362a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb  3 07:49:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb  3 07:49:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47d7b03

dev-embedded/u-boot-tools: tweak for gcc-10

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../u-boot-tools/files/u-boot-tools-2020.01-gcc-10.patch  | 11 +++
 dev-embedded/u-boot-tools/u-boot-tools-2020.01.ebuild |  4 
 2 files changed, 15 insertions(+)

diff --git a/dev-embedded/u-boot-tools/files/u-boot-tools-2020.01-gcc-10.patch 
b/dev-embedded/u-boot-tools/files/u-boot-tools-2020.01-gcc-10.patch
new file mode 100644
index 000..32155976151
--- /dev/null
+++ b/dev-embedded/u-boot-tools/files/u-boot-tools-2020.01-gcc-10.patch
@@ -0,0 +1,11 @@
+--- a/scripts/dtc/dtc-lexer.l
 b/scripts/dtc/dtc-lexer.l
+@@ -38,7 +38,7 @@ LINECOMMENT  "//".*\n
+ #include "srcpos.h"
+ #include "dtc-parser.tab.h"
+ 
+-YYLTYPE yylloc;
++extern YYLTYPE yylloc;
+ extern bool treesource_error;
+ 
+ /* CAUTION: this will stop working if we ever use yyless() or yyunput() */

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2020.01.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2020.01.ebuild
index 6deafb7f05c..798ff7a240b 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2020.01.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2020.01.ebuild
@@ -20,6 +20,10 @@ DEPEND="
sys-devel/bison
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc-10.patch
+)
+
 S=${WORKDIR}/${MY_P}
 
 src_compile() {



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

2020-02-02 Thread Zac Medico
commit: 7a7214548c4808fb5ce5b2e9a95ea4450d4304cd
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb  3 06:38:09 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb  3 07:10:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a721454

dev-python/sphinx-epytext: new package

This renders epytext for sys-apps/portage[apidoc].

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/sphinx-epytext/Manifest|  1 +
 dev-python/sphinx-epytext/metadata.xml| 11 +++
 dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 19 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/sphinx-epytext/Manifest 
b/dev-python/sphinx-epytext/Manifest
new file mode 100644
index 000..afcd3a377a5
--- /dev/null
+++ b/dev-python/sphinx-epytext/Manifest
@@ -0,0 +1 @@
+DIST sphinx-epytext-0.0.4.tar.gz 3590 BLAKE2B 
28e0243a65c3c6e31e5cd3ddb3fce22c2930f8cde564713585e097f55e30a96ab5a16970f57bed6df5cef6f5d12957b7162d036968a467e0aa658a8c5de1a5e8
 SHA512 
ba56bfcc7d299c6b5498b0823bedab75875b750a596f69a17d4ee278b33f4b51716dd2ba9c5766903af99d9701ba37069b3748fb57ec0697c6871138a7f57638

diff --git a/dev-python/sphinx-epytext/metadata.xml 
b/dev-python/sphinx-epytext/metadata.xml
new file mode 100644
index 000..d5d444b49e5
--- /dev/null
+++ b/dev-python/sphinx-epytext/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   
+   
+   sphinx-epytext
+   jayvdb/sphinx-epytext
+   
+

diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild 
b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
new file mode 100644
index 000..48596d30f52
--- /dev/null
+++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx epytext extension"
+HOMEPAGE="https://pypi.org/project/sphinx-epytext/ 
https://github.com/jayvdb/sphinx-epytext;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2020-02-02 Thread Eray Aslan
commit: e0348b6b983d87ad352f2fb2e57ef1007bc01e62
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Feb  3 07:00:20 2020 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Feb  3 07:00:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0348b6b

mail-mta/postfix: bump to 3.5_pre20200203

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Eray Aslan  gentoo.org>

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

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index bd8134d8084..ea4140f49e1 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -2,4 +2,4 @@ DIST postfix-3.4.5.tar.gz 4581301 BLAKE2B 
9de66cab6eea610fc83e4629980b3e201b4e3f
 DIST postfix-3.4.6.tar.gz 4571771 BLAKE2B 
e08b2e6c01fe54fcc7439182783190f4adb81758a1bbcc1bfec71e02dca91a779308f624e081837f7e2deec8666f10bc51238e90cc952de6c8371fb18790604f
 SHA512 
96430d60cf58b9876e52a742dbfe3ca1da4ec82eeea5cd35c6ee4e69714ddd5601561a6663aac51a34b2d64db4f7678d7c5d720ec9ead807b5d7e87e37434961
 DIST postfix-3.4.7.tar.gz 4572758 BLAKE2B 
8d811293672fc2a1e0e3276fadd172d9e130a3e0b5ccbaf27ddf183a50f25ca9bbf5c0a28806bb1f79d5648c4de44edd8ee98192355077e29a0c69a2685878dc
 SHA512 
2bc29a87a65c46d06b6fc51c4cdf22da773e63f19488871e040eba6250bf686eecc7de11e14224018c35b061e66e1759c69dc649d7388f724a58080195209e68
 DIST postfix-3.4.8.tar.gz 4573099 BLAKE2B 
cef447c8eeb9e2afbb869a94c5d67680ed7e633ea23108c1c109b632bd3f53f9f666302e8d1dac70affcd7d02d27b71a83b06c8e4564b6187268aa656b4c8132
 SHA512 
782fe83e4b40c7aadfb4c55850db4c7163dd0f647f4ef133e59f7b47c993b2b4fa6c43ebbc45131caa54d968259f9c8568f47e81bfccda02ab142be52aa95d45
-DIST postfix-3.5-20200112.tar.gz 4620031 BLAKE2B 
ba83fa70b84befcf0b19a745d0016d0f95c919b67afe1b2929f79925c9e25a22dcc080ce7c594e5f3df09055763850b97daa84ccd4f7427ae980bc89a0d59054
 SHA512 
ea7974c3e474c723042876659b01c0fdc8629db550b30b2086b87fe5e810581cf253c2af14cc5b85e569a15f326a855a1ca3fc38578f84accf2efac74d0a15ab
+DIST postfix-3.5-20200203.tar.gz 4639007 BLAKE2B 
0a79068183ba9658a8295b9f9faa187baf8e05e01a7b446354625bcf020e1ade205dd82eee039f14f3d75410be9a35f0b29dc25e016e61a2cf8d40b5abb3b032
 SHA512 
61e9f5554717cbe46b976567e50a247c6aee947b395d40fbdd67e42ec1669bf44bb3b69cd5a7f8e2c6f7dd693c4fac42e7329cdf76f37dcc4b9bfd354522bd06

diff --git a/mail-mta/postfix/postfix-3.5_pre20200112.ebuild 
b/mail-mta/postfix/postfix-3.5_pre20200203.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.5_pre20200112.ebuild
rename to mail-mta/postfix/postfix-3.5_pre20200203.ebuild



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

2020-02-02 Thread Joonas Niilola
commit: cdab01d59e008da3a8fc25e921892e257dc49fbd
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Jan 31 07:18:54 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb  3 06:37:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdab01d5

dev-libs/concurrencykit: drop old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14511
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/concurrencykit/Manifest|  1 -
 dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest
index 32e70eae573..5e7c7107b21 100644
--- a/dev-libs/concurrencykit/Manifest
+++ b/dev-libs/concurrencykit/Manifest
@@ -1,3 +1,2 @@
-DIST concurrencykit-0.5.2.tar.gz 212783 BLAKE2B 
d2e3f28a21236c83835dda06fb4c6182b4ae1fe9e14c66d01ab9ccd2c94c4487d06fa668039f9d7d980a100e88bae570edf193a6955ece88cc306cc1c05670fd
 SHA512 
69b4f8618a52e53f2b7c2e47a9d52773370ae74c89ca1de70c6dc7567b5a46b3f57dafa82d61a89525807672697e1cd75b83c3be56cd5a80c10b819e9d9d07b0
 DIST concurrencykit-0.6.0.tar.gz 217198 BLAKE2B 
5ba85bd111c06e7be7af5679227350efe187836e5cb2afc19bff4a8f0fbcd97e9631fad64397b0426e8020a6a0f103a0fbe3bf8f83810eaa8a3a1b429a3e8383
 SHA512 
4c75f1194a6ad9d3e51a4bad4802cc522df70870135e6e2db1e303d0df89d57e5dc7a73e924de49fe9641b3dcdc81b1a74a26aa7297cd06b7acb5cbf46c402f0
 DIST concurrencykit-0.7.0.tar.gz 245574 BLAKE2B 
14c386eb35c76297933d2935cdfc1cb0d21071d4fe1784eeb27595c2e75a8edc5add349df6795d03372b30711cda4deeb7957bdcfd7e62ba89b254fb41ba6a55
 SHA512 
509fe5bc1575a6fd646d30fbcd74204ba4683092f154dc1fb55ed6fc17e734e17759bacfc3f42344db4c243ca6b239f7d207cf2ebc609e2a37d7ddfd1bdcc3a1

diff --git a/dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild 
b/dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild
deleted file mode 100644
index 75b0b9bf0c7..000
--- a/dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="ck"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A library with concurrency related algorithms and data structures 
in C"
-HOMEPAGE="http://concurrencykit.org;
-SRC_URI="http://concurrencykit.org/releases/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# libck.so name collision #616762
-# these packages have nothing in common
-RDEPEND="!sys-cluster/charm"
-
-S="${WORKDIR}/${MY_P}"



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

2020-02-02 Thread Joonas Niilola
commit: d1b377ebfb6351d9c451fb8642c4fcb85c86e3de
Author: Philippe Chaintreuil  parallaxshift  com>
AuthorDate: Sun Feb  2 00:08:13 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb  3 06:37:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b377eb

mail-filter/spamassassin: Bump to v3.4.4

Bug: https://bugs.gentoo.org/707816
Closes: https://github.com/gentoo/gentoo/pull/14527
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Philippe Chaintreuil  parallaxshift.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-filter/spamassassin/Manifest  |   1 +
 mail-filter/spamassassin/spamassassin-3.4.4.ebuild | 284 +
 2 files changed, 285 insertions(+)

diff --git a/mail-filter/spamassassin/Manifest 
b/mail-filter/spamassassin/Manifest
index ed1f81dd451..6b5b51cc48d 100644
--- a/mail-filter/spamassassin/Manifest
+++ b/mail-filter/spamassassin/Manifest
@@ -1,2 +1,3 @@
 DIST Mail-SpamAssassin-3.4.2.tar.bz2 2700016 BLAKE2B 
a29b4cfce5e578c07ec54b2224191917dc45bcefff071f674c572fc905f1d6324827bcc21c338546bdea11140fc20474a16314218e2fd4fa685965b0e0078df8
 SHA512 
fe3d9d1d7b9fed3063549afd071066729f1f4d998be91ded1e5afc29bb37c7a298dc5f8f99a282b75435d317b5b5072a81393134ccfe059a73d953e26a9c3885
 DIST Mail-SpamAssassin-3.4.3.tar.bz2 2739618 BLAKE2B 
cd77fc99cbec17f10c04f211e773fe2df9dd9c2efb54c9cc169f1fbfed884e74b77c96d8eee333af4bcefb05dee4519408b2e53e0c519734d582f95bad6030d6
 SHA512 
4d50b30a42d318c3a4c868b4940d1f56c329cc501270df12e1a369dd7de670c30f328a5fbc37dbd3b0d06538b9500085e920939c62de80ad6d8740bc47162cb0
+DIST Mail-SpamAssassin-3.4.4.tar.bz2 2741290 BLAKE2B 
03dec6c71a43ad7d288a96de32fb61e81e2c793756c76b7c36ec34226483a35123cc291376e7c15ce73571e7de5967cee058a1b34932fd0f27632028d22b092b
 SHA512 
7dfd0cf3426df683f608218da8881538a24e833024f2a1eb0f8513bdf3e4bc6ac48198c4f380efe024a01ae7b6a5ab9d76205cec185d0e4818f1cc79bda0ea3f

diff --git a/mail-filter/spamassassin/spamassassin-3.4.4.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.4.ebuild
new file mode 100644
index 000..39c0972f5e9
--- /dev/null
+++ b/mail-filter/spamassassin/spamassassin-3.4.4.ebuild
@@ -0,0 +1,284 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-functions systemd toolchain-funcs user eapi7-ver
+
+MY_P="Mail-SpamAssassin-${PV//_/-}"
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="An extensible mail filter which can identify and tag spam"
+HOMEPAGE="https://spamassassin.apache.org/;
+SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
+RESTRICT="!test? ( test )"
+
+# The Makefile.PL script checks for dependencies, but only fails if a
+# required (i.e. not optional) dependency is missing. We therefore
+# require most of the optional modules only at runtime.
+REQDEPEND="dev-lang/perl:=
+   dev-perl/HTML-Parser
+   dev-perl/Net-DNS
+   dev-perl/NetAddr-IP
+   virtual/perl-Archive-Tar
+   virtual/perl-Digest-SHA
+   virtual/perl-IO-Zlib
+   virtual/perl-Time-HiRes
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )"
+
+# SpamAssassin doesn't use libwww-perl except as a fallback for when
+# curl/wget are missing, so we depend on one of those instead. Some
+# mirrors use https, so we need those utilities to support SSL.
+#
+# re2c is needed to compile the rules (sa-compile).
+#
+# We still need the old Digest-SHA1 because razor2 has not been ported
+# to Digest-SHA.
+OPTDEPEND="app-crypt/gnupg
+   dev-perl/BSD-Resource
+   dev-perl/Digest-SHA1
+   dev-perl/Encode-Detect
+   dev-perl/Geo-IP
+   dev-perl/HTTP-Date
+   dev-perl/Mail-DKIM
+   dev-perl/Mail-SPF
+   dev-perl/Net-Patricia
+   dev-perl/Net-CIDR-Lite
+   dev-util/re2c
+   || ( net-misc/wget[ssl] net-misc/curl[ssl] )
+   virtual/perl-MIME-Base64
+   virtual/perl-Pod-Parser
+   berkdb? ( virtual/perl-DB_File )
+   ipv6? ( dev-perl/IO-Socket-INET6 )
+   ldap? ( dev-perl/perl-ldap )
+   mysql? (
+   dev-perl/DBI
+   dev-perl/DBD-mysql
+   )
+   postgres? (
+   dev-perl/DBI
+   dev-perl/DBD-Pg
+   )
+   sqlite? (
+   dev-perl/DBI
+   dev-perl/DBD-SQLite
+   )
+   ssl? ( dev-perl/IO-Socket-SSL )"
+
+DEPEND="${REQDEPEND}
+   test? (
+   ${OPTDEPEND}
+   virtual/perl-Test-Harness
+   )"
+RDEPEND="${REQDEPEND} ${OPTDEPEND}"
+
+PATCHES=(
+)
+
+src_prepare() {
+   default
+
+   # The sa_compile test does some weird stuff like hopping around in
+   # the directory tree and calling 

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

2020-02-02 Thread Joonas Niilola
commit: 903817176be4857233d9131ea536704fa30252c3
Author: YangMame  icloud  com>
AuthorDate: Sat Feb  1 14:24:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb  3 06:37:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90381717

net-proxy/trojan: version bump to 1.14.1

Signed-off-by: Xin Yang  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/14522
Signed-off-by: Joonas Niilola  gentoo.org>

 net-proxy/trojan/Manifest |  1 +
 net-proxy/trojan/trojan-1.14.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/net-proxy/trojan/Manifest b/net-proxy/trojan/Manifest
index 9aea0f4395a..68ba07117b8 100644
--- a/net-proxy/trojan/Manifest
+++ b/net-proxy/trojan/Manifest
@@ -1,3 +1,4 @@
 DIST trojan-1.10.0.tar.gz 38230 BLAKE2B 
2cfa77ebfbae62edef983d1e57e3ce00a61118f6458cab353af60960e2586750fcd0c4237631481cfdfc8ed0ddad586e1d649046269c7e9177594869c187d8d1
 SHA512 
9d9a74218369f8094b292b8892e5f877ccec7d8912657491bb37da8e9ae4817f07a83fe401e33bbbdd2ac9c50c1440f3a021f93d85999b43df4849b0a04049cf
 DIST trojan-1.12.3.tar.gz 41786 BLAKE2B 
f6306210a46316906b919fefb245a7c379ddcf785513bfbc3b8fc6a9c78e1c8cf22069533f58086fb4ffad05b625ab2b2fcacf2256520833ea49c0f307cee296
 SHA512 
f59afa28446dfef8680d7530aaff3609566b2873416bb11f8981ef111f63ed8deeacb2093373012547ede02dfb9beb8d92655b8f9ebafd6012c45b3ce787c22f
 DIST trojan-1.13.0.tar.gz 44579 BLAKE2B 
87aba58687fa5f42385893b8d919a46428b7d3cdbd2da38ee3e96900c11a6a3df7778c2a54295d5abb1964991d2d30433c4b37e70a9ca4ba184005d338bbed74
 SHA512 
5904ff75d348e9ccdd451836b1b05df6736e22530643d67a192e393fe32623576e0bbc106c883b6bc32daa2a086d5a7e42f836d684b66fc0deca019b14e3b3ab
+DIST trojan-1.14.1.tar.gz 45884 BLAKE2B 
2498476f7e1a2190e21d85b2572fbc91a77b50f9f2adc2d3c3c5cef2554da17f322fbdb23232a55c66c38a4f680175f5c2aa87cefc25853b2007de4bb8bac84d
 SHA512 
c8fcdae584e742d958c896e3a18605f22073341a8227a1d7cb116e9f2ddadd6e5007bfe40ff765d564f8659cd9e9d11731d95a5c74459b0698cc48dac49ead19

diff --git a/net-proxy/trojan/trojan-1.14.1.ebuild 
b/net-proxy/trojan/trojan-1.14.1.ebuild
new file mode 100644
index 000..aa4fa9f95be
--- /dev/null
+++ b/net-proxy/trojan/trojan-1.14.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit cmake python-any-r1 systemd
+
+DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW"
+HOMEPAGE="https://github.com/trojan-gfw/trojan;
+SRC_URI="https://github.com/trojan-gfw/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="mysql test"
+
+# Some hiccups setting up local network server.
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-libs/boost-1.66.0:=
+   dev-libs/openssl:0=
+   mysql? ( dev-db/mysql-connector-c:= )
+"
+DEPEND="${RDEPEND}
+   test? ( net-misc/curl ${PYTHON_DEPS} )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_MYSQL=$(usex mysql)
+   -DSYSTEMD_SERVICE=ON
+   -DSYSTEMD_SERVICE_PATH=$(systemd_get_systemunitdir)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   newinitd "${FILESDIR}/trojan.initd" trojan
+}
+
+src_test() {
+   cmake_src_test -j1
+}



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

2020-02-02 Thread Joonas Niilola
commit: a0111536f393cd3776de329f52d1f3b2ce5dfec4
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Jan 31 07:17:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb  3 06:37:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0111536

dev-libs/concurrencykit: bump to 0.7.0

Closes: https://bugs.gentoo.org/696418
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/concurrencykit/Manifest   |  1 +
 .../concurrencykit/concurrencykit-0.7.0.ebuild | 28 
 .../concurrencykit/files/concurrencykit-doc.patch  | 24 ++
 .../files/concurrencykit-glibc-2.30.patch  | 37 ++
 4 files changed, 90 insertions(+)

diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest
index d73660a2410..32e70eae573 100644
--- a/dev-libs/concurrencykit/Manifest
+++ b/dev-libs/concurrencykit/Manifest
@@ -1,2 +1,3 @@
 DIST concurrencykit-0.5.2.tar.gz 212783 BLAKE2B 
d2e3f28a21236c83835dda06fb4c6182b4ae1fe9e14c66d01ab9ccd2c94c4487d06fa668039f9d7d980a100e88bae570edf193a6955ece88cc306cc1c05670fd
 SHA512 
69b4f8618a52e53f2b7c2e47a9d52773370ae74c89ca1de70c6dc7567b5a46b3f57dafa82d61a89525807672697e1cd75b83c3be56cd5a80c10b819e9d9d07b0
 DIST concurrencykit-0.6.0.tar.gz 217198 BLAKE2B 
5ba85bd111c06e7be7af5679227350efe187836e5cb2afc19bff4a8f0fbcd97e9631fad64397b0426e8020a6a0f103a0fbe3bf8f83810eaa8a3a1b429a3e8383
 SHA512 
4c75f1194a6ad9d3e51a4bad4802cc522df70870135e6e2db1e303d0df89d57e5dc7a73e924de49fe9641b3dcdc81b1a74a26aa7297cd06b7acb5cbf46c402f0
+DIST concurrencykit-0.7.0.tar.gz 245574 BLAKE2B 
14c386eb35c76297933d2935cdfc1cb0d21071d4fe1784eeb27595c2e75a8edc5add349df6795d03372b30711cda4deeb7957bdcfd7e62ba89b254fb41ba6a55
 SHA512 
509fe5bc1575a6fd646d30fbcd74204ba4683092f154dc1fb55ed6fc17e734e17759bacfc3f42344db4c243ca6b239f7d207cf2ebc609e2a37d7ddfd1bdcc3a1

diff --git a/dev-libs/concurrencykit/concurrencykit-0.7.0.ebuild 
b/dev-libs/concurrencykit/concurrencykit-0.7.0.ebuild
new file mode 100644
index 000..1d7428703ed
--- /dev/null
+++ b/dev-libs/concurrencykit/concurrencykit-0.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="ck"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A library with concurrency related algorithms and data structures 
in C"
+HOMEPAGE="http://concurrencykit.org;
+SRC_URI="https://github.com/concurrencykit/ck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# libck.so name collision #616762
+# these packages have nothing in common
+RDEPEND="!sys-cluster/charm"
+
+# https://github.com/concurrencykit/ck/issues/147
+# https://github.com/concurrencykit/ck/issues/150
+PATCHES=(
+   "${FILESDIR}/${PN}-glibc-2.30.patch"
+   "${FILESDIR}/${PN}-doc.patch"
+)
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-libs/concurrencykit/files/concurrencykit-doc.patch 
b/dev-libs/concurrencykit/files/concurrencykit-doc.patch
new file mode 100644
index 000..40aa466bb4e
--- /dev/null
+++ b/dev-libs/concurrencykit/files/concurrencykit-doc.patch
@@ -0,0 +1,24 @@
+diff --git a/doc/Makefile.in b/doc/Makefile.in
+index cbad704..f476925 100644
+--- a/doc/Makefile.in
 b/doc/Makefile.in
+@@ -1,7 +1,7 @@
+ .PHONY: clean install uninstall
+ 
+ MANDIR=@MANDIR@
+-GZIP=@GZIP@
++GZIP=/bin/echo
+ GZIP_SUFFIX=.3@GZIP_SUFFIX@
+ BUILD_DIR=@BUILD_DIR@
+ SRC_DIR=@SRC_DIR@
+@@ -206,7 +206,9 @@ refcheck:
+ 
+ install:
+   mkdir -p $(DESTDIR)/$(MANDIR)/man3 || exit
+-  cp *$(GZIP_SUFFIX) $(DESTDIR)/$(MANDIR)/man3 || exit
++  for target in $(OBJECTS); do\
++  cp -v $$target $(DESTDIR)/$(MANDIR)/man3/$$target.3 || exit; \
++  done
+ 
+ uninstall:
+   for target in $(OBJECTS); do  \

diff --git a/dev-libs/concurrencykit/files/concurrencykit-glibc-2.30.patch 
b/dev-libs/concurrencykit/files/concurrencykit-glibc-2.30.patch
new file mode 100644
index 000..452421c6312
--- /dev/null
+++ b/dev-libs/concurrencykit/files/concurrencykit-glibc-2.30.patch
@@ -0,0 +1,37 @@
+diff --git a/regressions/common.h b/regressions/common.h
+index 6e53483d..9cdc690a 100644
+--- a/regressions/common.h
 b/regressions/common.h
+@@ -267,13 +267,11 @@ struct affinity {
+ #define AFFINITY_INITIALIZER {0, 0}
+ 
+ #ifdef __linux__
+-#ifndef gettid
+ static pid_t
+-gettid(void)
++common_gettid(void)
+ {
+   return syscall(__NR_gettid);
+ }
+-#endif /* gettid */
+ 
+ CK_CC_UNUSED static int
+ aff_iterate(struct affinity *acb)
+@@ -285,7 +283,7 @@ aff_iterate(struct affinity *acb)
+   CPU_ZERO();
+   CPU_SET(c % CORES, );
+ 
+-  if (sched_setaffinity(gettid(), sizeof(s), ) != 0)
++  if (sched_setaffinity(common_gettid(), sizeof(s), ) != 0)
+   perror("WARNING: Could not affine thread");
+   
+  

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2020-02-02 Thread Joonas Niilola
commit: 82d552eb030f6c4c487633a3c2c44b647a44af7f
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Jan 31 08:01:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb  3 06:37:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d552eb

net-im/telegram-desktop-bin: Bump version to 1.9.9

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/14515
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.9.9.ebuild  | 51 ++
 2 files changed, 54 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 7d23e9630f9..b82cd047982 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.9.7.tar.gz 13644192 BLAKE2B 
6fe64b51b9cb7dc4857cda02ac64ab863d98b975b6604b06312c7a7fac3be664bc5f34a8fb1b79ff90046113b7d65eed70308e212e41decba629a903fdc1dfbf
 SHA512 
3c5cd7e6da10d5cbf52d889b075bb6a70806befa527b03f0f2a436438e1cafc82ab56558cc53652c4bdbe05ade5c92b8bf4fa33570cfbd022daa000e01a0147f
 DIST tdesktop-1.9.8.tar.gz 13646795 BLAKE2B 
e31d4964a57d9951fce083216babc8a483073cca24945fbeffbb8a447cd6e0c4cdbba349742ac616e78eb1826ed601b08a9bf54e81c47dc39b031da25ff5d235
 SHA512 
3c60e9d7dd235cc03a0437a82473a2cafb5a0a6f5420adc7a9ef46142dd559ff3d0e6442ffbb1e07efb07fda7e395e32d980430e84698a0d0114d32145108015
+DIST tdesktop-1.9.9.tar.gz 13640131 BLAKE2B 
973a6f03f3791b01c05aca0f46404ae3d39b5c8238d954c56a8ea2ea2cf395a99dec79c19ef70cfa1298b96e65ea081f0e67cc1cf272875267138d82ac7e67bd
 SHA512 
4e87fe2c318ad698300f6300066880bb78aebe89970a693957e5f25112a8362e954412a58bcbdd36db28ecbd8984375a36f391e1ba7f3ee62143823a23f38c7c
 DIST tsetup.1.9.7.tar.xz 34308252 BLAKE2B 
23892f92745d569f3eb32db7a430de49ca7e6ed5d1eabfe8feef9e102149c2f090c956a328a13d00cd36fb5c56bc7c2faa504e85e7e57b60f36e898789a887a9
 SHA512 
21170f1d2db7db40638979dc04e8b8c27bc693ec88fa37ea88d953b3d624469484aeaf849180a73f3df9d38ccf9b5d580dd03b5506d466d19b4d04b7fbf79000
 DIST tsetup.1.9.8.tar.xz 34315344 BLAKE2B 
2364428157f54e7ebc33f217f25c0b32a64fff2b54b8c6c3719c42de9315542b0183bed6045c3212a93d585ed581b3df6ac15efefb30309a5789f87385f3c837
 SHA512 
033c966dbbf80da3cca060f29d9e9a815c2ea5913c1db40fd7af9e0098eb83c058149f7f53c4ab62e895381547785ceb4aa0ed7e92c5c418b680c5db8a14bb08
+DIST tsetup.1.9.9.tar.xz 34324080 BLAKE2B 
03f72c98cdffd67625a40bc632e1283aa315ea0d2cd64612778a01335753d9421999b57a6049d226afb7a229c23f3ff1be12556c933ffb85623f80621bb7761e
 SHA512 
f2f6e51f468124389c6bdec60ad223d101e54005dd30a8b30bae23aa9d33ad1463c7a9b5272a19ea8c1c640e0c1479a0839f410d9e5399812a9a3da432de39c0
 DIST tsetup32.1.9.7.tar.xz 37033264 BLAKE2B 
56958b9e7c57853fa0115c00af1e8943b34e3befbac22d7f6aa685e663cf677b8b3a992d253724af0d3452bad1fcb0aa793bd22bebe3e2a6354154ed6704d078
 SHA512 
0c5e5a1201a0e8b0d93db9df665bd68e67a19a76bcc6bcf04e503a2779671a3b57feec0bbb76612cd6adf803ed74d36b5ef6338ae5d6c98d25989ab7ec23ef64
 DIST tsetup32.1.9.8.tar.xz 37037468 BLAKE2B 
0b49de7d0a8a8936cb9e5b1ebca781b391e00f7055c22fc8eeaaad85d0516df7951df7674fd5f22a22855a4e4b95804d8fcbd271275ba99234b10d99baca0d5d
 SHA512 
5c08658d5ae98b6a970ad97453ab5d4da98a38a23740e32f82e076fb06f1eaf50655aa47eaee1a4e3c4f45bc9550463d8471f348257c8b87df6f051711dc0991
+DIST tsetup32.1.9.9.tar.xz 37043780 BLAKE2B 
03144538c6fd2fffa420de02c99b041218cdc726a38bf8cab4992d6502ed2e9ba5c95e38e8233eb8d6c532cfa3fe48857728e81aa4e8325ba9d0a15a1f92c5e0
 SHA512 
31978b4e64b49c91d9a6df3237e75eea7ab5cff604eebd36ccc5dfee8754ce1db9ee3a243fe3e88ed7f0c98ca7b6d7067cf95132045634806a3d00ac0fad

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.9.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.9.ebuild
new file mode 100644
index 000..c0971f7fc9b
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.9.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=media-libs/fontconfig-2.13
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN} 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/psych/

2020-02-02 Thread Michał Górny
commit: d75b065b388b3afea860aa97894cae282720f181
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:18:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75b065b

dev-ruby/psych: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703950
Signed-off-by: Michał Górny  gentoo.org>

 dev-ruby/psych/Manifest   |  1 -
 dev-ruby/psych/metadata.xml   | 11 --
 dev-ruby/psych/psych-3.1.0.ebuild | 46 ---
 profiles/package.mask |  8 ---
 4 files changed, 66 deletions(-)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
deleted file mode 100644
index 025e66c9816..000
--- a/dev-ruby/psych/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST psych-3.1.0.tar.gz 137194 BLAKE2B 
ab2678d44ee0824ac64cffd03f7d3e204c1c097c27f6aefe5701f663fc4e6f8adfc898f3c666c1485e6719b2902d284e8191c72cc4b35cec0982e31188b3319b
 SHA512 
c2919840462502bca6c1619409005f3904816048caa08f9637ff6e306542afc566bb3f873e615581d9d6fcb6ace8a30c080a21523714c18d8e639d70026ed153

diff --git a/dev-ruby/psych/metadata.xml b/dev-ruby/psych/metadata.xml
deleted file mode 100644
index 3b82d191515..000
--- a/dev-ruby/psych/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-tenderlove/psych
-  
-

diff --git a/dev-ruby/psych/psych-3.1.0.ebuild 
b/dev-ruby/psych/psych-3.1.0.ebuild
deleted file mode 100644
index ea60d8cf5d0..000
--- a/dev-ruby/psych/psych-3.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A libyaml wrapper for Ruby"
-HOMEPAGE="https://github.com/tenderlove/psych;
-SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" >=dev-libs/libyaml-0.2.1"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
-
-   sed -i -e 's/require_relative/require/ ; 
s:lib/psych/versions:./lib/psych/versions:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each 
{|f| require f}" || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a9ff2ae3427..7c037730c38 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -714,14 +714,6 @@ app-backup/tob
 dev-python/pypy-bin
 dev-python/pypy3-bin
 
-# Hans de Graaff  (2019-12-27)
-# Causes compatibility issues with the bundled versions in some
-# dev-lang/ruby slots. Use the bundled version instead. The only
-# reverse dependency is dev-ruby/jeweler, which is no longer
-# maintained upstream and ruby24-only.
-# Removal in 30 days. Bug #703950.
-dev-ruby/psych
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-bin/, profiles/

2020-02-02 Thread Michał Górny
commit: 901b46a8ea2a0b1b0171f84b4d3e44616be79085
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:19:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901b46a8

dev-python/pypy-bin: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy-bin/metadata.xml  | 11 ---
 dev-python/pypy-bin/pypy-bin-7.3.0.ebuild | 17 -
 profiles/package.mask |  8 
 3 files changed, 36 deletions(-)

diff --git a/dev-python/pypy-bin/metadata.xml b/dev-python/pypy-bin/metadata.xml
deleted file mode 100644
index ff5bc95069a..000
--- a/dev-python/pypy-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   pypy/pypy
-   
-

diff --git a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild 
b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
deleted file mode 100644
index e0bf0390f56..000
--- a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Backwards compatibility package to install binary ver of PyPy"
-HOMEPAGE="https://pypy.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0/73"
-KEYWORDS="~amd64 ~x86"
-IUSE="gdbm libressl sqlite tk"
-
-RDEPEND="
-   dev-python/pypy-exe-bin:${PV}
-   ~dev-python/pypy-${PV}[gdbm?,libressl?,sqlite?,tk?]"

diff --git a/profiles/package.mask b/profiles/package.mask
index 48f2284fb9e..7978e96e5c1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -705,14 +705,6 @@ net-misc/chrome-remote-desktop
 # Removal after 2020-03-01
 app-backup/tob
 
-# Michał Górny  (2019-12-30)
-# The PyPy packages have been restructured and dev-python/pypy is now
-# used unconditionally as the main package.  If you wish to continue
-# using prebuilt executables, install dev-python/pypy{,3}-exe-bin
-# along with it.
-# Removal in 30 days.
-dev-python/pypy-bin
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/jools/, profiles/

2020-02-02 Thread Michał Górny
commit: f99da1eae821d3195772bfb263a26e9b9e4944c1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:17:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99da1ea

games-puzzle/jools: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703784
Signed-off-by: Michał Górny  gentoo.org>

 games-puzzle/jools/Manifest |  2 --
 games-puzzle/jools/jools-0.20-r3.ebuild | 55 -
 games-puzzle/jools/metadata.xml | 15 -
 profiles/package.mask   |  5 ---
 4 files changed, 77 deletions(-)

diff --git a/games-puzzle/jools/Manifest b/games-puzzle/jools/Manifest
deleted file mode 100644
index 9509c10228d..000
--- a/games-puzzle/jools/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jools-0.20.tar.gz 1710143 BLAKE2B 
715c8be3e1e223cc5e8b8e6a0dfb0655c25bdd713bf5df678482063a6f68178449354f984b2ef0e52268379936e217786d0be7952ac2083f936d9bfe3551eca3
 SHA512 
11eadceb8208a72846a9e16a2dae0a1b1d7f8995d5ff2487ee03dd62811f3a232c0d08dc044c351f44c120e6e75eba11df1a727a9d5c6c57ce5e2ef8ee4d0986
-DIST jools-musicpack-1.0.tar.gz 4447501 BLAKE2B 
2786a30d8a6cd09a05f1d13963b2c5f232b8d7c7c94bf83a5dc13979fc62349b9385bac1f08c2288e73134e38f78ef9bd48d84b4849f22c9ac791059be3b721b
 SHA512 
1773beb8cd7df756cb4f7ba55729a6dfa995ca860f3381e2fed3884f42227d19955e13f8be9b2f6f64d4d86e452be9fe876963e24c85cd2c3cc42df62804b9c2

diff --git a/games-puzzle/jools/jools-0.20-r3.ebuild 
b/games-puzzle/jools/jools-0.20-r3.ebuild
deleted file mode 100644
index e70ad0267d8..000
--- a/games-puzzle/jools/jools-0.20-r3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-MUS_P="${PN}-musicpack-1.0"
-DESCRIPTION="clone of Bejeweled, a popular pattern-matching game"
-HOMEPAGE="http://pessimization.com/software/jools/;
-SRC_URI="http://pessimization.com/software/jools/${P}.tar.gz
-http://pessimization.com/software/jools/${MUS_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygame[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}/jools"
-
-src_unpack() {
-   unpack ${P}.tar.gz
-   cd "${S}"/music
-   unpack ${MUS_P}.tar.gz
-}
-
-src_prepare() {
-   default
-   echo "MEDIAROOT = \"/usr/share/${PN}\"" > config.py
-   python_fix_shebang .
-}
-
-src_install() {
-   make_wrapper ${PN} "${EPYTHON} ./__init__.py" /usr/"$(get_libdir)"/${PN}
-   insinto /usr/"$(get_libdir)"/${PN}
-   doins *.py
-   python_optimize "${ED}/usr/$(get_libdir)/${PN}"
-
-   insinto /usr/share/${PN}
-   doins -r fonts images music sounds
-
-   newicon images/ruby/0001.png ${PN}.png
-   make_desktop_entry ${PN} Jools
-
-   dodoc ../{ChangeLog,doc/{POINTS,TODO}}
-   HTML_DOCS="../doc/manual.html" einstalldocs
-}

diff --git a/games-puzzle/jools/metadata.xml b/games-puzzle/jools/metadata.xml
deleted file mode 100644
index 5e917c0945b..000
--- a/games-puzzle/jools/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-
-Jools is a graphical puzzle game in the tradition of Tetris. It has begun as
-a clone of Bejeweled, which is currently available for Windows, Mac, and
-Palm/Pocket PC devices.  In a nutshell, the goal is to swap adjacent jools
-(jewels) within a grid, in order to create rows of three or more of a kind.
-These jools will then disappear, and more will fall to fill their places.
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index f25625db639..4af73e15102 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -733,11 +733,6 @@ media-libs/libclalsadrv
 # Removal in 30 days.  Bug #703792.
 games-rpg/dragonhunt
 
-# David Seifert  (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703784.
-games-puzzle/jools
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jeweler/, profiles/

2020-02-02 Thread Michał Górny
commit: 42a095064dcc8cf6835c2d6b0c77c4fba8f55321
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:18:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a09506

dev-ruby/jeweler: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703950
Signed-off-by: Michał Górny  gentoo.org>

 dev-ruby/jeweler/Manifest |  1 -
 dev-ruby/jeweler/jeweler-2.3.9.ebuild | 68 ---
 dev-ruby/jeweler/metadata.xml |  8 -
 profiles/package.mask |  1 -
 4 files changed, 78 deletions(-)

diff --git a/dev-ruby/jeweler/Manifest b/dev-ruby/jeweler/Manifest
deleted file mode 100644
index cfc32ec6981..000
--- a/dev-ruby/jeweler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jeweler-2.3.9.gem 61952 BLAKE2B 
2c802f27db9a5018473792c184c56b1d2262ec4e30ba24da964bd8dfebecc7551ea50f4a4c0f823907a14afc5358036ff2efb0d9e8404befb2c451688f578b1e
 SHA512 
d8e91702cf046cd16b5b0f718966adecaaf2ce526e3fac3be97f8e91ffa32362a9a96d1c8b390b400f38d0d7a59860437487459cb0490366ef2d38fec6f2

diff --git a/dev-ruby/jeweler/jeweler-2.3.9.ebuild 
b/dev-ruby/jeweler/jeweler-2.3.9.ebuild
deleted file mode 100644
index e953d1d6e96..000
--- a/dev-ruby/jeweler/jeweler-2.3.9.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-# Tests and features also need the same set of dependencies present.
-RUBY_FAKEGEM_TASK_TEST="-Ilib test"
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown"
-
-RUBY_FAKEGEM_GEMSPEC="jeweler.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rake tasks to manage gems, versioning and generate new projects"
-HOMEPAGE="https://wiki.github.com/technicalpickles/jeweler;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-   dev-ruby/yard
-   test? (
- dev-ruby/shoulda
- dev-ruby/rr
- dev-ruby/test-unit-rr
- dev-ruby/test_construct
- dev-ruby/test-unit:2
-   )
-"
-
-ruby_add_rdepend "
-   dev-ruby/builder:*
-   >=dev-ruby/bundler-1.0
-   >=dev-ruby/git-1.2.5
-   >=dev-ruby/github_api-0.16.0
-   >=dev-ruby/highline-1.6.15
-   >=dev-ruby/nokogiri-1.5.10
-   dev-ruby/psych:0
-   dev-ruby/rake
-   dev-ruby/rdoc
-   dev-ruby/semver2
-"
-
-all_ruby_prepare() {
-   # Remove bundler support.
-   rm Gemfile || die
-   sed -i -e '/bundler/d' -e '/Bundler.setup/d' Rakefile 
test/test_helper.rb features/support/env.rb || die
-
-   sed -i -e '/coverall/I s:^:#:' \
-   -e '1i gem "test-unit"' test/test_helper.rb || die
-
-   # Avoid a test that only passes in the git repository.
-   sed -i -e '/find the base repo/,/^  end/ s:^:#:' test/test_jeweler.rb 
|| die
-
-   # Avoid dependency on cucumber, make sure semver2 gem is used (puppet 
also provides "semver")
-   sed -i -e '/cucumber/,$ s:^:#:' \
-   -e '1igem "semver2"' Rakefile || die
-
-   # Loosen github_api requirement
-   sed -i -e '/github_api/ s/0.16.0/0.16/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/jeweler/metadata.xml b/dev-ruby/jeweler/metadata.xml
deleted file mode 100644
index 28ab0c15f20..000
--- a/dev-ruby/jeweler/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   r...@gentoo.org
-   Gentoo Ruby Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 30729cb3a65..a9ff2ae3427 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -721,7 +721,6 @@ dev-python/pypy3-bin
 # maintained upstream and ruby24-only.
 # Removal in 30 days. Bug #703950.
 dev-ruby/psych
-dev-ruby/jeweler
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/, profiles/

2020-02-02 Thread Michał Górny
commit: d9ad007be4454de791d869f507af8cc00410fa79
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:19:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ad007b

dev-python/pypy3-bin: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3-bin/metadata.xml   | 11 ---
 dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild | 17 -
 profiles/package.mask   |  1 -
 3 files changed, 29 deletions(-)

diff --git a/dev-python/pypy3-bin/metadata.xml 
b/dev-python/pypy3-bin/metadata.xml
deleted file mode 100644
index ff5bc95069a..000
--- a/dev-python/pypy3-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   pypy/pypy
-   
-

diff --git a/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild 
b/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild
deleted file mode 100644
index 9b589591c45..000
--- a/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Backwards compatibility package to install binary ver of PyPy3"
-HOMEPAGE="https://pypy.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0/pypy36-pp73"
-KEYWORDS="~amd64 ~x86"
-IUSE="gdbm libressl sqlite tk"
-
-RDEPEND="
-   dev-python/pypy3-exe-bin:${PV}
-   ~dev-python/pypy3-${PV}[gdbm?,libressl?,sqlite?,tk?]"

diff --git a/profiles/package.mask b/profiles/package.mask
index 7c037730c38..48f2284fb9e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -712,7 +712,6 @@ app-backup/tob
 # along with it.
 # Removal in 30 days.
 dev-python/pypy-bin
-dev-python/pypy3-bin
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.



[gentoo-commits] repo/gentoo:master commit in: media-libs/libclalsadrv/files/, profiles/, media-libs/libclalsadrv/

2020-02-02 Thread Michał Górny
commit: cd5e92cf061124790bb019157958825f74a81146
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:18:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5e92cf

media-libs/libclalsadrv: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703196
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/libclalsadrv/Manifest   |  1 -
 .../files/libclalsadrv-2.0.0-makefile.patch| 28 --
 .../libclalsadrv/libclalsadrv-2.0.0-r1.ebuild  | 33 --
 media-libs/libclalsadrv/metadata.xml   |  8 --
 profiles/package.mask  |  5 
 5 files changed, 75 deletions(-)

diff --git a/media-libs/libclalsadrv/Manifest b/media-libs/libclalsadrv/Manifest
deleted file mode 100644
index 919b5ed0a1b..000
--- a/media-libs/libclalsadrv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST clalsadrv-2.0.0.tar.bz2 14373 BLAKE2B 
22166ac4591470cf49f9ede4be9567b33e101f0c9d24d1916376cf016c9dccdf29d94c645be95f0d02444000bc79800a22edcf97dc43ac080254f1233132e24f
 SHA512 
6913fefa913ef50a8245541a7a1cafe76d1768bb4fa302d6ac0db86b40cc8b702ae3d257d0998809cc26f116a69db591b73f01a4ca0021bd062189438ca69ab8

diff --git a/media-libs/libclalsadrv/files/libclalsadrv-2.0.0-makefile.patch 
b/media-libs/libclalsadrv/files/libclalsadrv-2.0.0-makefile.patch
deleted file mode 100644
index a90d64b6953..000
--- a/media-libs/libclalsadrv/files/libclalsadrv-2.0.0-makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 libs/Makefile
-+++ libs/Makefile
-@@ -27,7 +27,7 @@
- VERSION = $(MAJVERS).$(MINVERS)
- 
- 
--CPPFLAGS += -Wall -I. -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
-+CPPFLAGS += -Wall -I. -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
- LDLFAGS +=
- LDLIBS += -lclalsadrv -lclthreads -lrt 
- 
-@@ -41,14 +41,14 @@
- 
- 
- $(CLALSADRV_MIN): $(CLALSADRV_O)
--  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLALSADRV_MAJ) -o $(CLALSADRV_MIN) 
$(CLALSADRV_O) $(CLALSADRV_DEP)
-+  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLALSADRV_MAJ) -o 
$(CLALSADRV_MIN) $(CLALSADRV_O) $(CLALSADRV_DEP)
- 
- 
- install:  $(CLALSADRV_MIN)
-   install -Dm 644 $(CLALSADRV_H)   
$(DESTDIR)$(PREFIX)/include/$(CLALSADRV_H)
-   install -Dm 755 $(CLALSADRV_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLALSADRV_MIN)
--  /sbin/ldconfig $(PREFIX)/$(LIBDIR)
-   ln -sf $(CLALSADRV_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLALSADRV_SO)
-+  ln -sf $(CLALSADRV_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLALSADRV_MAJ)
- 
- clean:
-   /bin/rm -f *~ *.o *.a *.d *.so.*

diff --git a/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild 
b/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild
deleted file mode 100644
index 8c8c6d31553..000
--- a/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-MY_P=${P/lib}
-
-DESCRIPTION="ALSA driver C++ access library"
-HOMEPAGE="http://packages.debian.org/libclalsadrv;
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P/lib}/libs"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_compile() {
-   tc-export CXX
-   emake
-}
-
-src_install() {
-   emake LIBDIR="$(get_libdir)" PREFIX="${D}/usr" install
-   dodoc ../AUTHORS
-}

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 570df81ef74..30729cb3a65 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -723,11 +723,6 @@ dev-python/pypy3-bin
 dev-ruby/psych
 dev-ruby/jeweler
 
-# Miroslav Šulc  (2019-12-26)
-# Deprecated by upstream, not used anymore in the tree.
-# Removal in 30 days.  Bug #703196.
-media-libs/libclalsadrv
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-rpg/dragonhunt/

2020-02-02 Thread Michał Górny
commit: 635c8cd173bdc84f2e565cdfab27c93b0842fa8a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:17:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:36:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635c8cd1

games-rpg/dragonhunt: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703792
Signed-off-by: Michał Górny  gentoo.org>

 games-rpg/dragonhunt/Manifest  |  1 -
 games-rpg/dragonhunt/dragonhunt-3.56-r2.ebuild | 86 --
 games-rpg/dragonhunt/metadata.xml  |  8 ---
 profiles/package.mask  |  5 --
 4 files changed, 100 deletions(-)

diff --git a/games-rpg/dragonhunt/Manifest b/games-rpg/dragonhunt/Manifest
deleted file mode 100644
index 55bdd533dd1..000
--- a/games-rpg/dragonhunt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Dragon_Hunt-3.56.tar.gz 2170718 BLAKE2B 
4d5b16921867bb7e0b14991184fc4f7a90ca7dbc6c87f4565a4626fb26d413cd4805099bb4973b45fde3758de4845489898c89b5981d34af7e8d03b2874286a5
 SHA512 
86ca32436088e8cda8993e21ebe6180f8361eb8bf5e052b3744a1db50073826118d1db657d713c7d75cd78c50c78c940caaf7adc5d31ad895d02a44f82b1e72a

diff --git a/games-rpg/dragonhunt/dragonhunt-3.56-r2.ebuild 
b/games-rpg/dragonhunt/dragonhunt-3.56-r2.ebuild
deleted file mode 100644
index e908b7b2814..000
--- a/games-rpg/dragonhunt/dragonhunt-3.56-r2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1
-
-MY_P="Dragon_Hunt-${PV}"
-DESCRIPTION="A simple graphical RPG"
-HOMEPAGE="http://emhsoft.com/dh.html;
-SRC_URI="http://emhsoft.com/dh/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 CC-SA-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/pygame[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # Where to look for modules to load.
-   sed -i "s:\.\./modules/:/usr/share/${PN}/:" \
-   code/g.py \
-   code/map_editor.py \
-   code/rpg.py || die
-
-   # Where to look for keybinding
-   sed -i "s:\.\./settings:/etc/${PN}/settings:" \
-   code/g.py || die
-
-   # Save games in ~/.${PN}/.
-   sed -i \
-   -e "s:^\(from os import.*\):\1\, environ:" \
-   -e "s:g.mod_dir.*\"/saves/\?\":environ[\"HOME\"] + 
\"/.${PN}/\":" \
-   code/g.py code/loadgame.py || die
-
-   # Save maps in ~/.
-   sed -i \
-   -e "s:^\(from os import.*\):\1\, environ:" \
-   -e "s:g.mod_dir.*\"map\.txt\":environ[\"HOME\"]\ +\ 
\"/dh_map.txt\":" \
-   code/map_editor.py || die
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r modules/*
-
-   insinto /etc/${PN}
-   doins settings.txt
-
-   insinto /usr/$(get_libdir)/${PN}
-   doins code/*.py
-
-   make_wrapper ${PN} "${EPYTHON} ./rpg.py" /usr/$(get_libdir)/${PN}
-   make_wrapper ${PN}-mapeditor "${EPYTHON} ./map_editor.py" \
-   /usr/$(get_libdir)/${PN}
-
-   newicon modules/default/images/buttons/icon.png ${PN}.png
-   make_desktop_entry ${PN} "Dragon Hunt"
-   make_desktop_entry ${PN}-mapeditor "Dragon Hunt - Editor"
-
-   dodoc README.txt docs/{Changelog,Items.txt,example_map.txt,tiles.txt}
-   dodoc -r docs/*.html
-
-   python_optimize "${ED}/usr/$(get_libdir)"/${PN} \
-   "${ED}/usr/share/${PN}/Dark Ages/data/make_map.py"
-}
-
-pkg_postinst() {
-   echo
-   elog "If you use the map editor then note that maps will be saved as"
-   elog "~/dh_map.txt and must be move to the correct module directory"
-   elog "(within /usr/share/${PN}) by hand."
-   echo
-}

diff --git a/games-rpg/dragonhunt/metadata.xml 
b/games-rpg/dragonhunt/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-rpg/dragonhunt/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 4af73e15102..570df81ef74 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -728,11 +728,6 @@ dev-ruby/jeweler
 # Removal in 30 days.  Bug #703196.
 media-libs/libclalsadrv
 
-# David Seifert  (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703792.
-games-rpg/dragonhunt
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



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

2020-02-02 Thread Hans de Graaff
commit: 7c5c6a5f016838cbac57bb3c2f8a9c7efdf4e32d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  3 05:55:21 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  3 06:27:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5c6a5f

dev-ruby/tty-cursor: add 0.7.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tty-cursor/Manifest|  1 +
 dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/tty-cursor/Manifest b/dev-ruby/tty-cursor/Manifest
index 301fca50f93..232708c13b7 100644
--- a/dev-ruby/tty-cursor/Manifest
+++ b/dev-ruby/tty-cursor/Manifest
@@ -1 +1,2 @@
 DIST tty-cursor-0.7.0.gem 11776 BLAKE2B 
5dea8f2bde63f803639b4300bf3a8b22a89de7a20530ede38f75bdae7fbb522fe70adb0c78e20cc45e8001dba9fb378722f9fce6d26a68c0af00b7bc98a62a96
 SHA512 
00de195ba183174ebd10da7f1fdbb436a17fe9befc6eacb2d4cf4b1505be2c7d0719c0dc32d75a82900b2252ffbed00219ce31836c442b63c267e26dad40da63
+DIST tty-cursor-0.7.1.tar.gz 11015 BLAKE2B 
222602d7dd3ef2372555913dc59bdd4b4965ac5c3601268d0f77060835d4ae9bc9fa23d54f811e7c0a453b80786d4ef07e0bd26cc8d76f6b963787a04b17569b
 SHA512 
7c1f664bfb3c8c46aab08cb3806b8a00d92b45195fae47e851967f88040cc64d598bdd80e37f782be83fa60dff82c607d93026ffbf003125fea8230f4e18639e

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
new file mode 100644
index 000..db36fec431a
--- /dev/null
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="tty-cursor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Move the terminal cursor around and manipulate text using 
intuitive method calls"
+HOMEPAGE="https://github.com/piotrmurach/tty-cursor;
+SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/pydance/

2020-02-02 Thread Michał Górny
commit: fafcb943c595056873c2af41cddcb68c4b5b96f2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:11:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:11:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafcb943

games-arcade/pydance: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703770
Signed-off-by: Michał Górny  gentoo.org>

 games-arcade/pydance/Manifest|  1 -
 games-arcade/pydance/metadata.xml|  8 -
 games-arcade/pydance/pydance-1.1.0-r1.ebuild | 44 
 profiles/package.mask|  5 
 4 files changed, 58 deletions(-)

diff --git a/games-arcade/pydance/Manifest b/games-arcade/pydance/Manifest
deleted file mode 100644
index e2504763854..000
--- a/games-arcade/pydance/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pydance-1.1.0.tar.gz 8957236 BLAKE2B 
57ab896b95a8f653a075e6c7453e8e2adfc8c18e8271fc502667d7643736bfe3a8d62c3ebfbe8e84713ed235bbadff60080fd578f478c61741df881694e1c7d4
 SHA512 
738787626d83adc635e7e4644f159e3ce793da7b38cf094ffd73cabb088d3414a1aa9deda423784174b2c0381e50dd0d74bbcfb9d939044e85c35866b3818c7d

diff --git a/games-arcade/pydance/metadata.xml 
b/games-arcade/pydance/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-arcade/pydance/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/games-arcade/pydance/pydance-1.1.0-r1.ebuild 
b/games-arcade/pydance/pydance-1.1.0-r1.ebuild
deleted file mode 100644
index f3d5b190122..000
--- a/games-arcade/pydance/pydance-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="A DDR clone for linux written in Python"
-HOMEPAGE="http://www.icculus.org/pyddr/;
-SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame
-   media-libs/libvorbis
-   media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-PDEPEND="games-arcade/pydance-songs"
-
-src_prepare() {
-   default
-   sed -i -e "s:1\.0\.1:1.0.2:" \
-   pydance.py constants.py docs/man/pydance.6 || die
-   sed -i -e 's:/usr/share/games/pydance/:/usr/share/pydance/:g' 
pydance.posix.cfg || die
-}
-
-src_install() {
-   local dir=/usr/share/${PN}
-
-   insinto "${dir}"
-   doins *.py
-   cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die
-
-   insinto /etc/
-   newins pydance.posix.cfg pydance.cfg
-
-   make_wrapper pydance "python2 ./pydance.py" "${dir}"
-
-   dodoc BUGS CREDITS ChangeLog HACKING README TODO
-   HTML_DOCS="docs/manual.html docs/images" einstalldocs
-   doman docs/man/*
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b2d939b43dc..80993a6f10a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -758,11 +758,6 @@ games-arcade/watermelons
 # Removal in 30 days.  Bug #703772.
 games-arcade/triplexinvaders
 
-# David Seifert  (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703770.
-games-arcade/pydance
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-puzzle/hexamine/

2020-02-02 Thread Michał Górny
commit: 45c8a797c6d4b5b51e90051c2fbfc246bac60140
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:12:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:12:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c8a797

games-puzzle/hexamine: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703782
Signed-off-by: Michał Górny  gentoo.org>

 games-puzzle/hexamine/Manifest |  1 -
 games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild | 42 --
 games-puzzle/hexamine/metadata.xml | 11 ---
 profiles/package.mask  |  5 ---
 4 files changed, 59 deletions(-)

diff --git a/games-puzzle/hexamine/Manifest b/games-puzzle/hexamine/Manifest
deleted file mode 100644
index 9d77b10629d..000
--- a/games-puzzle/hexamine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hexamine-0.2.1.tar.gz 130603 BLAKE2B 
e49b60e78346d59f5d0bf60f8aaa3f1230e87e6e76052c49197984df695cb4aacf947a2b5855f0388ed62f59fa04e47853f2c36583c38c9249100910eb5b5ff7
 SHA512 
eaf7c110f1c2434c2ea7bc01cc13266ed8e91cbbf0fff4ee8d8a78c549f9fd3f8d877210f574ba1cefad5a6ea230f376aab7d9ced6a4e2f477b6be776332a640

diff --git a/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild 
b/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild
deleted file mode 100644
index 67529d0521a..000
--- a/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop python-single-r1
-
-DESCRIPTION="Hexagonal Minesweeper"
-HOMEPAGE="https://sourceforge.net/projects/hexamine;
-SRC_URI="mirror://sourceforge/hexamine/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygame
-"
-DEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   default
-   # Modify game data directory
-   sed -i \
-   -e "s:\`dirname \$0\`:/usr/share/${PN}:" \
-   -e "s:\./hexamine:exec ${EPYTHON} &:" \
-   hexamine || die
-}
-
-src_install() {
-   dobin hexamine
-   insinto "/usr/share/${PN}"
-   doins -r hexamine.* skins
-   einstalldocs
-   make_desktop_entry ${PN} "Hexamine"
-}

diff --git a/games-puzzle/hexamine/metadata.xml 
b/games-puzzle/hexamine/metadata.xml
deleted file mode 100644
index eaf56d41636..000
--- a/games-puzzle/hexamine/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   hexamine
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 45a399a8ce3..f25625db639 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -738,11 +738,6 @@ games-rpg/dragonhunt
 # Removal in 30 days.  Bug #703784.
 games-puzzle/jools
 
-# David Seifert  (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703782.
-games-puzzle/hexamine
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/4stattack/files/, games-puzzle/4stattack/, profiles/

2020-02-02 Thread Michał Górny
commit: 2f51856138a484afe5c73567d9063f504f4db4e8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:12:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:12:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f518561

games-puzzle/4stattack: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703780
Signed-off-by: Michał Górny  gentoo.org>

 games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild   | 45 --
 games-puzzle/4stattack/Manifest|  1 -
 .../4stattack/files/4stattack-2.1.4-gentoo.diff| 21 --
 games-puzzle/4stattack/metadata.xml| 11 --
 profiles/package.mask  |  5 ---
 5 files changed, 83 deletions(-)

diff --git a/games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild 
b/games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild
deleted file mode 100644
index d04ec26a8f3..000
--- a/games-puzzle/4stattack/4stattack-2.1.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="Connect-4 game, single or network multiplayer"
-HOMEPAGE="http://forcedattack.sourceforge.net/;
-SRC_URI="mirror://sourceforge/forcedattack/4stAttack-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygame[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/4stAttack-${PV}"
-
-src_prepare() {
-   default
-
-   # move the doc files aside so it's easier to install the game files
-   mv README.txt credits.txt changelog.txt ..
-   rm -f GPL version~
-
-   # This patch makes the game save settings in $HOME
-   eapply "${FILESDIR}"/${P}-gentoo.diff
-}
-
-src_install() {
-   make_wrapper ${PN} "python2 ${PN}.py" /usr/share/${PN}
-   insinto /usr/share/${PN}
-   doins -r *
-   newicon kde/icons/64x64/forcedattack2.png ${PN}.png
-   make_desktop_entry ${PN} "4st Attack 2"
-   dodoc ../{README.txt,credits.txt,changelog.txt}
-}

diff --git a/games-puzzle/4stattack/Manifest b/games-puzzle/4stattack/Manifest
deleted file mode 100644
index d90c4d6a072..000
--- a/games-puzzle/4stattack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 4stAttack-2.1.4.tar.gz 1828247 BLAKE2B 
82575adaa8994939f978a0ae796c6a57d64eacf715465ee3ea9614dda28b1543c199d2776408b989e82bf9e4b28cd90cf7b57dc7c21be1329aac2295043f8a57
 SHA512 
4819c0915bfe47bb965ea39d49fa007fb18cfa965b15e5e72a4b0ac3be8a03c616d9438c8dedd960ee257e44b48f98f75ced6bed5bfc77f3366328c797b30f3c

diff --git a/games-puzzle/4stattack/files/4stattack-2.1.4-gentoo.diff 
b/games-puzzle/4stattack/files/4stattack-2.1.4-gentoo.diff
deleted file mode 100644
index 9cb5be53b79..000
--- a/games-puzzle/4stattack/files/4stattack-2.1.4-gentoo.diff
+++ /dev/null
@@ -1,21 +0,0 @@
 a/4stattack.py
-+++ b/4stattack.py
-@@ -28,6 +28,9 @@
- images= None
- screen= None
- 
-+f = os.path.expanduser('~/.4stattackrc')
-+if not os.path.exists(f):
-+os.system('cp settings.ini %s' % f)
- 
- def playMusic(datadir):
-   if pygame.mixer.get_init():
-@@ -78,7 +81,7 @@
-   if options.has_key('-ini'):
-   ini_settings = IniSettings(options['-ini'])
-   else:
--  ini_settings = IniSettings('settings.ini')
-+  ini_settings = IniSettings(os.path.expanduser('~/.4stattackrc'))
-   
-   settings = ini_settings.settings
-   

diff --git a/games-puzzle/4stattack/metadata.xml 
b/games-puzzle/4stattack/metadata.xml
deleted file mode 100644
index ddef1505ee4..000
--- a/games-puzzle/4stattack/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   forcedattack
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 35be9be99fb..45a399a8ce3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -743,11 +743,6 @@ games-puzzle/jools
 # Removal in 30 days.  Bug #703782.
 games-puzzle/hexamine
 
-# David Seifert  (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703780.
-games-puzzle/4stattack
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/pydance-songs/

2020-02-02 Thread Michał Górny
commit: 39b3f92f087f0966a9b36fc1e3dddf453558578f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:11:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:11:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b3f92f

games-arcade/pydance-songs: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703770
Signed-off-by: Michał Górny  gentoo.org>

 games-arcade/pydance-songs/Manifest  |  1 -
 games-arcade/pydance-songs/metadata.xml  |  8 
 .../pydance-songs/pydance-songs-20040410-r1.ebuild   | 20 
 profiles/package.mask|  1 -
 4 files changed, 30 deletions(-)

diff --git a/games-arcade/pydance-songs/Manifest 
b/games-arcade/pydance-songs/Manifest
deleted file mode 100644
index f627028d873..000
--- a/games-arcade/pydance-songs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pydance-songs-20040410.tar.bz2 3780065 BLAKE2B 
23cd831fd0c2259a1e72c6e21d068edab0f203dddb550eaf62edb0d2f7120650cc3a8303d88260fb279030614896485484c77b7273de5ba352377504e1bfe85c
 SHA512 
09d68efba0a21e65a0c2bfc8d66eef3ffbe186506a1c9041560b7295ea1ea386c236f2bd6fcb343001e1c0f3a8a520a4b1b2deaaf1c40afd30b7180ac91b8f5b

diff --git a/games-arcade/pydance-songs/metadata.xml 
b/games-arcade/pydance-songs/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-arcade/pydance-songs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/games-arcade/pydance-songs/pydance-songs-20040410-r1.ebuild 
b/games-arcade/pydance-songs/pydance-songs-20040410-r1.ebuild
deleted file mode 100644
index 4d7dacb4abd..000
--- a/games-arcade/pydance-songs/pydance-songs-20040410-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Music for the pyDDR game"
-HOMEPAGE="http://icculus.org/pyddr/;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto "/usr/share/pydance/songs"
-   doins *
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c5c56b164a9..b2d939b43dc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -762,7 +762,6 @@ games-arcade/triplexinvaders
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703770.
 games-arcade/pydance
-games-arcade/pydance-songs
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/triplexinvaders/, games-arcade/triplexinvaders/files/

2020-02-02 Thread Michał Górny
commit: da9ad894a3ed02492cfeb658d5bd21da3be41fb8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:11:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:11:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9ad894

games-arcade/triplexinvaders: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703772
Signed-off-by: Michał Górny  gentoo.org>

 games-arcade/triplexinvaders/Manifest  |  1 -
 .../files/triplexinvaders-1.08-gentoo.patch| 62 --
 games-arcade/triplexinvaders/metadata.xml  | 12 -
 .../triplexinvaders/triplexinvaders-1.08-r1.ebuild | 46 
 profiles/package.mask  |  5 --
 5 files changed, 126 deletions(-)

diff --git a/games-arcade/triplexinvaders/Manifest 
b/games-arcade/triplexinvaders/Manifest
deleted file mode 100644
index 6c7c14e76e8..000
--- a/games-arcade/triplexinvaders/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST triplexinvaders-1.08.zip 354188 BLAKE2B 
5bce384ab55edd1dc0e3ed385002447c6cc81da95091b38e654fcb28c4df8f3c39907dfb23afadceaacd51491c53d4a8c937e09079905df2dd63ebe10a403164
 SHA512 
c763cf650046612152c9305a2067f52feedfeac5f16dd292031a184563f40efc9d95553bc01d59c5c6382394fd2a2d3fe971471cf775fe64c3b1f3c4842a0780

diff --git 
a/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch 
b/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch
deleted file mode 100644
index 85c88afcfe8..000
--- a/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch
+++ /dev/null
@@ -1,62 +0,0 @@
 a/sound.py.old 2007-04-14 21:52:02.0 +0200
-+++ b/sound.py 2007-04-14 21:52:27.0 +0200
-@@ -16,7 +16,7 @@
- 
- 
- def reloadMusic():
--   pygame.mixer.music.load(os.path.join('sound', choice(music)))
-+   pygame.mixer.music.load(os.path.join('@GENTOO_DATADIR@/sound', 
choice(music)))
-pygame.mixer.music.set_endevent(ENDMUSIC)
-pygame.mixer.music.play()
-
-@@ -24,7 +24,7 @@
- 
- def getSound(name, volume=0.4):
-if name not in LoadedSounds:
--  sound = pygame.mixer.Sound(os.path.join('sound', '%s.ogg' % name))
-+  sound = pygame.mixer.Sound(os.path.join('@GENTOO_DATADIR@/sound', 
'%s.ogg' % name))
-   sound.set_volume(volume)
-   LoadedSounds[name] = sound
-return LoadedSounds[name]
 a/util.py.old  2007-04-14 21:56:30.0 +0200
-+++ b/util.py  2007-04-14 21:56:48.0 +0200
-@@ -30,7 +30,7 @@
- LoadedTextures = weakref.WeakValueDictionary()
- 
- def loadTexture(name):
--filename = os.path.join('textures', '%s.png' % name)
-+filename = os.path.join('@GENTOO_DATADIR@/textures', '%s.png' % name)
- textureSurface = pygame.image.load(filename)
- textureData = pygame.image.tostring(textureSurface, "RGBA", True)
- texid = glGenTextures(1)
-@@ -47,7 +47,7 @@
- 
- def getModel(name):
-if name not in LoadedModels:
--  model = wavefront.load(os.path.join('models', '%s.obj' % name), name)
-+  model = wavefront.load(os.path.join('@GENTOO_DATADIR@/models', '%s.obj' 
% name), name)
-   LoadedModels[name] = model
-return LoadedModels[name]
- 
 a/hiscore.py.old   2007-04-14 22:04:04.0 +0200
-+++ b/hiscore.py   2007-04-14 22:04:25.0 +0200
-@@ -5,7 +5,7 @@
- # copy the highscores to the user's homedir
- highscorefile = os.path.join(configdir, 'hiscores')
- if not os.path.exists(highscorefile):
--oldpath = 'hiscores'
-+oldpath = '@GENTOO_DATADIR@/hiscores'
- shutil.copy(oldpath, highscorefile)
- 
- def write(score, name):
 a/options.py.old   2007-04-14 22:05:23.0 +0200
-+++ b/options.py   2007-04-14 22:05:42.0 +0200
-@@ -5,7 +5,7 @@
- # copy the options to the user's homedir
- optionfile = os.path.join(configdir, 'options.conf')
- if not os.path.exists(optionfile):
--oldpath = 'options.conf'
-+oldpath = '@GENTOO_DATADIR@/options.conf'
- shutil.copy(oldpath, optionfile)
- 
- execfile(optionfile)

diff --git a/games-arcade/triplexinvaders/metadata.xml 
b/games-arcade/triplexinvaders/metadata.xml
deleted file mode 100644
index 6ae220aaf94..000
--- a/games-arcade/triplexinvaders/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-ga...@gentoo.org
-Gentoo Games Project
-  
-  
-In Triplex Invaders, the player pilots a spaceship against a never ending horde
-of enemy ships. It has psychedelic 3d graphics (but 2d gameplay).
-
-

diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild 
b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
deleted file mode 100644
index 7b95c1773d9..000
--- a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/watermelons/, profiles/

2020-02-02 Thread Michał Górny
commit: 54326f642ab7fc7d5e802faac16f2191c5d578a0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:12:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:12:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54326f64

games-arcade/watermelons: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703774
Signed-off-by: Michał Górny  gentoo.org>

 games-arcade/watermelons/Manifest  |  1 -
 games-arcade/watermelons/metadata.xml  |  8 
 .../watermelons/watermelons-1.1.1-r1.ebuild| 56 --
 profiles/package.mask  |  5 --
 4 files changed, 70 deletions(-)

diff --git a/games-arcade/watermelons/Manifest 
b/games-arcade/watermelons/Manifest
deleted file mode 100644
index 66355f70951..000
--- a/games-arcade/watermelons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST melons-1.1.1.tgz 318692 BLAKE2B 
b950e58062f85632cf87a205ede2437ddb9ac573574cb7cd5e73eabd3cbd7af8e2ee9a2dc06a31cb2f322198fb0bcb97b0c292a886711bf4fb868b4f90738a1c
 SHA512 
50bb66de9806fb1bbe946ad5063e68d3327d6184b3e95230573f71053426ed877fc9762ef2b44e6964c9d7b8dc5081e9c3015885800dd6644a1dd88c9c5dc357

diff --git a/games-arcade/watermelons/metadata.xml 
b/games-arcade/watermelons/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-arcade/watermelons/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild 
b/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild
deleted file mode 100644
index a5c441f8b42..000
--- a/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 games
-
-MY_PN="melons"
-DESCRIPTION="A thrilling watermelon bouncing game"
-HOMEPAGE="http://www.imitationpickles.org/melons/index.html;
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tgz"
-# No version upstream
-#SRC_URI="http://www.imitationpickles.org/${MY_PN}/${MY_PN}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
-RDEPEND=${DEPEND}
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S=${WORKDIR}/${MY_PN}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   games_pkg_setup
-}
-
-src_prepare() {
-   sed -i \
-   -e "s:melons.hs:${GAMES_STATEDIR}/${PN}/&:" \
-   main.py || die
-
-   cat <<-EOF > "${PN}" || die
-   #!/bin/bash
-   cd "${GAMES_DATADIR}/${PN}"
-   exec ${EPYTHON} main.py
-EOF
-}
-
-src_install() {
-   dogamesbin ${PN}
-   insinto "${GAMES_DATADIR}/${PN}"
-   doins -r data pgu const.py game.py main.py melon.py melons.py menu.py 
trampoline.py
-   python_optimize "${D}${GAMES_DATADIR}/${PN}"
-   dodoc *.txt
-   dodir "${GAMES_STATEDIR}/${PN}"
-   touch "${D}${GAMES_STATEDIR}"/${PN}/melons.hs
-   fperms 664 "${GAMES_STATEDIR}"/${PN}/melons.hs
-   newicon data/mellon0013.png "${PN}.png"
-   make_desktop_entry ${PN} Watermelons
-   prepgamesdirs
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f2c6758dbeb..35be9be99fb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -748,11 +748,6 @@ games-puzzle/hexamine
 # Removal in 30 days.  Bug #703780.
 games-puzzle/4stattack
 
-# David Seifert  (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703774.
-games-arcade/watermelons
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/bub-n-bros/files/, games-arcade/bub-n-bros/

2020-02-02 Thread Michał Górny
commit: 4a360a43a7acf18bd702408ba607993ca4beccef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:09:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a360a43

games-arcade/bub-n-bros: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703764
Signed-off-by: Michał Górny  gentoo.org>

 games-arcade/bub-n-bros/Manifest   |  1 -
 games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild| 69 --
 .../bub-n-bros/files/bub-n-bros-1.6.2-home.patch   | 51 
 games-arcade/bub-n-bros/metadata.xml   | 11 
 profiles/package.mask  |  5 --
 5 files changed, 137 deletions(-)

diff --git a/games-arcade/bub-n-bros/Manifest b/games-arcade/bub-n-bros/Manifest
deleted file mode 100644
index f475f14c264..000
--- a/games-arcade/bub-n-bros/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bubbros-1.6.2.tar.gz 11568771 BLAKE2B 
f1add409c510b0f57817080e4e5bd0beec6c619c849e885c3a203be237f36cf00f34aa2d009d4be183e9d6d25c7fed18565178c9685a2c11fc0880eb242b6c85
 SHA512 
a05fca8e31655e4bade60cd085f29796d789b349f005c715bf0e37e51f0bacb9d8b9650f3b10470917ee25421d32443e01132816a2f508e359302aa2c6d18ddb

diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild 
b/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild
deleted file mode 100644
index 7252c534966..000
--- a/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 games
-
-MY_P=${P/-n-}
-DESCRIPTION="A multiplayer clone of the famous Bubble Bobble game"
-HOMEPAGE="http://bub-n-bros.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
-RDEPEND=${DEPEND}
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   games_pkg_setup
-}
-
-src_prepare() {
-   ecvs_clean
-   epatch "${FILESDIR}"/${P}-home.patch
-   python_fix_shebang .
-}
-
-src_compile() {
-   # Compile the "statesaver" extension module to enable the Clock bonus
-   cd "${S}"/bubbob
-   ${EPYTHON} setup.py build_ext -i || die
-
-   # Compile the extension module required for the X Window client
-   cd "${S}"/display
-   ${EPYTHON} setup.py build_ext -i || die
-
-   # Build images
-   cd "${S}"/bubbob/images
-   ${EPYTHON} buildcolors.py || die
-}
-
-src_install() {
-   local dir=$(games_get_libdir)/${PN}
-
-   exeinto "${dir}"
-   doexe *.py
-
-   insinto "${dir}"
-   doins -r bubbob common display java http2 metaserver
-
-   dodir "${GAMES_BINDIR}"
-   dosym "${dir}"/BubBob.py "${GAMES_BINDIR}"/bubnbros
-
-   python_optimize "${D}${dir}"
-
-   newicon http2/data/bob.png ${PN}.png
-   make_desktop_entry bubnbros Bub-n-Bros
-
-   prepgamesdirs
-}

diff --git a/games-arcade/bub-n-bros/files/bub-n-bros-1.6.2-home.patch 
b/games-arcade/bub-n-bros/files/bub-n-bros-1.6.2-home.patch
deleted file mode 100644
index 4d2cc317aba..000
--- a/games-arcade/bub-n-bros/files/bub-n-bros-1.6.2-home.patch
+++ /dev/null
@@ -1,51 +0,0 @@
 bubbob/images.py   2007-09-08 17:03:41.0 +0200
-+++ bubbob/images.py   2007-09-08 17:57:45.0 +0200
-@@ -454,7 +454,6 @@
- # check and maybe regenerate the colored image files
- file = os.path.join('images', 'buildcolors.py')
- g = {'__name__': '__auto__', '__file__': file}
--execfile(file, g)
- # replace the entries 'filename_%d.ppm' by a family of entries,
- # one for each color
- sprmap = {}
 display/pclient.py 2007-09-08 17:03:41.0 +0200
-+++ display/pclient.py 2007-09-08 17:57:45.0 +0200
-@@ -162,8 +162,8 @@
- if mode[-1].has_key('cfgfile'):
- self.trackcfgfile = mode[-1]['cfgfile']
- else:
--self.trackcfgfile = os.path.join(DataChunk.SOURCEDIR,
-- 'http2', 'config.txt')
-+self.trackcfgfile = os.path.join(os.environ.get('HOME'),
-+ '.bubnbros')
- self.udpsock = None
- self.udpsock_low = None
- self.udpsock2 = None
 http2/httppages.py 2007-09-08 17:03:41.0 +0200
-+++ http2/httppages.py 2007-09-08 17:57:45.0 +0200
-@@ -38,7 +38,7 @@
- 
- 
- class PageServer:
--CONFIGFILE = 'config.txt'
-+CONFIGFILE = '.bubnbros'
- localservers = None
- 
- def __init__(self, Game):
-@@ -46,7 +46,7 @@
- self.seed = hex(random.randrange(0x1000, 0x1))
- #self.unique_actions = {}
- 

[gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmathscrabble/files/, games-kids/tuxmathscrabble/, profiles/

2020-02-02 Thread Michał Górny
commit: 0edb8ab929ea4a90bdc42eca8005b09cb8af51bd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:08:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:08:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edb8ab9

games-kids/tuxmathscrabble: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693032
Signed-off-by: Michał Górny  gentoo.org>

 games-kids/tuxmathscrabble/Manifest|  1 -
 .../files/tuxmathscrabble-0.8.1-gentoo.patch   | 92 --
 games-kids/tuxmathscrabble/metadata.xml| 11 ---
 .../tuxmathscrabble-0.8.1-r1.ebuild| 63 ---
 profiles/package.mask  |  5 --
 5 files changed, 172 deletions(-)

diff --git a/games-kids/tuxmathscrabble/Manifest 
b/games-kids/tuxmathscrabble/Manifest
deleted file mode 100644
index 1063cdb1963..000
--- a/games-kids/tuxmathscrabble/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tuxmathscrabble-0.8.1.tar.gz 9376820 BLAKE2B 
40746d4e9b9ee81b09e563a522f6d1ae839a4729b7b38c9a96758553766b2597360c7391d42f09c8de494871ce086883f47186a17e9ee4b61c8a0afdc0f07b11
 SHA512 
70a48b078af170c4008beca495576afc6e0dd72239b2b57543a98642ee9e8d13a2ae48aa5afab77015c8c56cd9a2d80865645504a620b2e2b798ed40f653533c

diff --git 
a/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.8.1-gentoo.patch 
b/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.8.1-gentoo.patch
deleted file mode 100644
index 0e104f2f586..000
--- a/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.8.1-gentoo.patch
+++ /dev/null
@@ -1,92 +0,0 @@
 a/TuxMathScrabble/tms.py   2015-02-02 22:19:30.894373011 +0100
-+++ b/TuxMathScrabble/tms.py   2015-02-02 22:20:19.530320947 +0100
-@@ -1258,7 +1258,7 @@
-   if not os.path.exists(infname):
-   
-   
master_fname=os.path.join(self.env.fontdir,'.tms_config_master')
--  
candidate=os.path.join('/','usr','share','games','tuxmathscrabble','.tms_config_master')
-+  
candidate=os.path.join('@GENTOO_DATADIR@','.tms_config_master')
-   if os.path.exists(candidate):
-   master_fname=candidate
-   
 a/.tms_config_master   2015-02-02 22:21:59.655216399 +0100
-+++ b/.tms_config_master   2015-02-02 22:25:33.754003432 +0100
-@@ -380,66 +380,66 @@
-   'wtype':'wx.SpinCtrl',
-   },
-   'FONT_APPNAME':{
--  'default_path':'./Font',
-+  'default_path':'@GENTOO_DATADIR@/Font',
-   'default_value':'mickey.ttf',
-   'descr':'',
-   'dtype':'wx.String',
--  'path':'./Font',
-+  'path':'@GENTOO_DATADIR@/Font',
-   'showme':-1,
-   'tooltip':'Font to be used for application name overlay.',
-   'value':'mickey.ttf',
-   'wtype':'wx.FileDialog',
-   },
-   'FONT_BFONT':{
--  'default_path':'./Font',
-+  'default_path':'@GENTOO_DATADIR@/Font',
-   'default_value':'Bluehigh.ttf',
-   'descr':'',
-   'dtype':'wx.String',
--  'path':'./Font',
-+  'path':'@GENTOO_DATADIR@/Font',
-   'showme':0,
-   'tooltip':'Button Font',
-   'value':'Bluehigh.ttf',
-   'wtype':'wx.FileDialog',
-   },
-   'FONT_CFONT':{
--  'default_path':'./Font',
-+  'default_path':'@GENTOO_DATADIR@/Font',
-   'default_value':'arialbd.ttf',
-   'descr':'',
-   'dtype':'wx.String',
--  'path':'./Font',
-+  'path':'@GENTOO_DATADIR@/Font',
-   'showme':0,
-   'tooltip':'Character font used for tile characters',
-   'value':'arialbd.ttf',
-   'wtype':'wx.FileDialog',
-   },
-   'FONT_HUD':{
--  'default_path':'./Font',
-+  'default_path':'@GENTOO_DATADIR@/Font',
-   'default_value':'aqua_pfont.ttf',
-   'descr':'',
-   'dtype':'wx.String',
--  'path':'./Font',
-+  'path':'@GENTOO_DATADIR@/Font',
-   'showme':0,
-   'tooltip':'The default font to be used for other overlay 
information (credits, etc).',
-   'value':'aqua_pfont.ttf',
-   'wtype':'wx.FileDialog',
-   },
-   'FONT_OVERLAY':{
--  'default_path':'./Font',
-+  'default_path':'@GENTOO_DATADIR@/Font',
-   'default_value':'arial.ttf',
-   'descr':'',
-   'dtype':'wx.String',
--  'path':'./Font',
-+  'path':'@GENTOO_DATADIR@/Font',
-   'showme':0,
-   'tooltip':'The default font to be used for other overlay 
information (credits, etc).',
-   

[gentoo-commits] repo/gentoo:master commit in: x11-terms/multi-aterm/, x11-terms/multi-aterm/files/, profiles/

2020-02-02 Thread Michał Górny
commit: ec9b6020b8390ec3da95bee9945be61aed1c8556
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:08:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:08:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9b6020

x11-terms/multi-aterm: Remove last-rited pkg

Closes: https://bugs.gentoo.org/692228
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  5 --
 x11-terms/multi-aterm/Manifest |  1 -
 .../multi-aterm/files/0.2.1-initialize-vars.patch  | 11 
 .../multi-aterm-0.2.1-display-security-issue.patch | 23 -
 .../files/multi-aterm-0.2.1-libpng14.patch | 20 
 x11-terms/multi-aterm/metadata.xml |  5 --
 x11-terms/multi-aterm/multi-aterm-0.2.1-r1.ebuild  | 58 --
 7 files changed, 123 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f972d4e4a9..300ba2a1e76 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -784,11 +784,6 @@ games-action/accelerator3d
 # Removal in 30 days.  Bug #693032.
 games-kids/tuxmathscrabble
 
-# David Seifert  (2019-12-24)
-# Unmaintained, uses dead POSIX streams interface, EAPI 4.
-# Bug #692228, Removal in 30 days.
-x11-terms/multi-aterm
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0

diff --git a/x11-terms/multi-aterm/Manifest b/x11-terms/multi-aterm/Manifest
deleted file mode 100644
index fd0e3c1213d..000
--- a/x11-terms/multi-aterm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST multi-aterm-0.2.1.tar.gz 237428 BLAKE2B 
44c20143ce55b20ba82dc1fec49b63a5c2c7387862203cd9eff0a6f4d1c34b599fe0ff965e50062ec144eab4655f4df1f421f73ecdaee095554024b4b4f4f60c
 SHA512 
f5326314c97514609c84ae997c336afe6baa334d2295b4d4803e72411c07c377475a713473193a8d4260eca9008fbbc31c0ef93805e66024ea0814ab504c8d2a

diff --git a/x11-terms/multi-aterm/files/0.2.1-initialize-vars.patch 
b/x11-terms/multi-aterm/files/0.2.1-initialize-vars.patch
deleted file mode 100644
index 58be689bb96..000
--- a/x11-terms/multi-aterm/files/0.2.1-initialize-vars.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 src/command.c
-+++ src/command.c
-@@ -1487,7 +1487,7 @@
-   static XComposeStatus compose = { NULL, 0 };
-   static unsigned char kbuf[KBUFSZ];
-   int ctrl, meta, shft, len;
--  KeySym  keysym;
-+  KeySym  keysym = 0;
- 
- /*
-  * use Num_Lock to toggle Keypad on/off.  If Num_Lock is off, allow an

diff --git 
a/x11-terms/multi-aterm/files/multi-aterm-0.2.1-display-security-issue.patch 
b/x11-terms/multi-aterm/files/multi-aterm-0.2.1-display-security-issue.patch
deleted file mode 100644
index 93978548403..000
--- a/x11-terms/multi-aterm/files/multi-aterm-0.2.1-display-security-issue.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-http://bugs.gentoo.org/219754
-
 src/main.c
-+++ src/main.c
-@@ -1853,15 +1853,13 @@
-   //get_options(argc, argv);
-   //display_options();
- 
--  if (display_name == NULL)
--  if ((display_name = getenv("DISPLAY")) == NULL)
--  display_name = ":0";
--
-   Xdisplay = XOpenDisplay(display_name);
- 
-   if (!Xdisplay)
-   {
--  print_error("can't open display %s", display_name);
-+  print_error("can't open display %s", display_name?display_name:
-+  getenv("DISPLAY")?getenv("DISPLAY"):
-+  "as no -d given and DISPLAY not set");
-   exit(EXIT_FAILURE);
-   }
-   

diff --git a/x11-terms/multi-aterm/files/multi-aterm-0.2.1-libpng14.patch 
b/x11-terms/multi-aterm/files/multi-aterm-0.2.1-libpng14.patch
deleted file mode 100644
index 6aeadc47780..000
--- a/x11-terms/multi-aterm/files/multi-aterm-0.2.1-libpng14.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 src/png.c
-+++ src/png.c
-@@ -86,7 +86,7 @@
- display_depth = XDefaultDepth(display,XDefaultScreen(display));
- 
- fread(sig, 1, 8, ifile);
--if (!png_check_sig(sig, 8)){
-+if (png_sig_cmp (sig, 0, 8)){
-   fclose(ifile);
-   return -1;
- }
-@@ -116,7 +116,7 @@
- 
- if (png_depth < 8){
-   if (png_color_type == PNG_COLOR_TYPE_GRAY ){
--png_set_gray_1_2_4_to_8(png_ptr);
-+png_set_expand_gray_1_2_4_to_8(png_ptr);
- png_row_bytes = png_width;
-   }else{
- png_set_expand(png_ptr);

diff --git a/x11-terms/multi-aterm/metadata.xml 
b/x11-terms/multi-aterm/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/x11-terms/multi-aterm/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/x11-terms/multi-aterm/multi-aterm-0.2.1-r1.ebuild 
b/x11-terms/multi-aterm/multi-aterm-0.2.1-r1.ebuild
deleted file mode 100644
index da0c8e29163..000
--- a/x11-terms/multi-aterm/multi-aterm-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 

[gentoo-commits] repo/gentoo:master commit in: profiles/, games-util/xboxgw/

2020-02-02 Thread Michał Górny
commit: 20deba7c788a04f8789387854e7d2c09f59449bb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:08:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:08:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20deba7c

games-util/xboxgw: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703552
Signed-off-by: Michał Górny  gentoo.org>

 games-util/xboxgw/Manifest|  2 --
 games-util/xboxgw/metadata.xml|  8 --
 games-util/xboxgw/xboxgw-1.082.ebuild | 46 ---
 profiles/package.mask |  5 
 4 files changed, 61 deletions(-)

diff --git a/games-util/xboxgw/Manifest b/games-util/xboxgw/Manifest
deleted file mode 100644
index 3ed534f2fb6..000
--- a/games-util/xboxgw/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hmlibs-1.07-2.i386.tgz 120364 BLAKE2B 
3c2ffa9968ac3c39962314b41f19dc3071a0921f68f35ac1b20908fb496398e4957b7112f81a9658fb4ebb69f637039dfce0a180039ee787df850cfb9153eb04
 SHA512 
2624c44bee7985586288f3c3e2c27e30fb23735a555635ec5a2813a40a54eb7ae1ec0e6f691d883832ec2790ad88a7f03e15ebbaea464db20e2107635463c96c
-DIST xboxgw-1.08-2.tgz 91488 BLAKE2B 
104f057e5f29d03525ad2460fa427cb32adadd8ee54d49c82e8ed61c976728494076cdc1b0fffb5f766f9f67a5045aecf2ce0022f2c68af10d8eb06573732693
 SHA512 
dd4b97fd535e84b4cae34135ab8220399e410a0ca3c73e3fff244ba6ec7f6944f40a7e33c74f3872496cae03fb87dc90e11b7fd4b788ee061d32f86ad36b0617

diff --git a/games-util/xboxgw/metadata.xml b/games-util/xboxgw/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-util/xboxgw/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/games-util/xboxgw/xboxgw-1.082.ebuild 
b/games-util/xboxgw/xboxgw-1.082.ebuild
deleted file mode 100644
index ef0a637ca80..000
--- a/games-util/xboxgw/xboxgw-1.082.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-XBOXGW_P="${PN}-1.08-2"
-HMLIBS_P="hmlibs-1.07-2"
-
-DESCRIPTION="Tunnels XBox system link games over the net"
-HOMEPAGE="http://www.xboxgw.com/;
-SRC_URI="http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${XBOXGW_P}.tgz
-   http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${HMLIBS_P}.i386.tgz;
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-QA_PREBUILT="opt/${PN}/lib/libhmdb.so
-   opt/${PN}/lib/libhmsched.so
-   opt/${PN}/lib/libhmcli.so
-   opt/${PN}/lib/libhmsdb.so
-   opt/${PN}/bin/hmdbdump
-   opt/${PN}/bin/xboxgw
-   opt/${PN}/bin/xbifsetup"
-
-S=${WORKDIR}
-
-src_install() {
-   into /opt/${PN}
-
-   cd "${WORKDIR}/${HMLIBS_P}"
-   dolib.so *.so
-   dobin hmdbdump
-   insinto /usr/include/hmlibs
-   doins *.h
-
-   cd "${WORKDIR}/${XBOXGW_P}"
-   dobin xboxgw xbifsetup
-   dodoc *.txt
-
-   if use amd64 ; then
-   mv "${D}"/opt/${PN}/lib64 "${D}"/opt/${PN}/lib || die
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4037341eec2..2f972d4e4a9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -789,11 +789,6 @@ games-kids/tuxmathscrabble
 # Bug #692228, Removal in 30 days.
 x11-terms/multi-aterm
 
-# James Le Cuirot  (2019-12-23)
-# No license. HOMEPAGE and SRC_URI are dead.
-# Removal in 30 days. See bug #703552.
-games-util/xboxgw
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-action/accelerator3d/, games-action/accelerator3d/files/

2020-02-02 Thread Michał Górny
commit: ace0a7714d7170f2911187f42827b68e2e578d4e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:09:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:09:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace0a771

games-action/accelerator3d: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703762
Signed-off-by: Michał Górny  gentoo.org>

 games-action/accelerator3d/Manifest|  1 -
 .../accelerator3d/accelerator3d-0.1.1-r3.ebuild| 47 ---
 .../files/accelerator3d-0.1.1-gentoo-paths.patch   | 53 --
 .../files/accelerator3d-0.1.1-gllightmodel.patch   | 11 -
 games-action/accelerator3d/metadata.xml| 11 -
 profiles/package.mask  |  5 --
 6 files changed, 128 deletions(-)

diff --git a/games-action/accelerator3d/Manifest 
b/games-action/accelerator3d/Manifest
deleted file mode 100644
index adcbb98cf6e..000
--- a/games-action/accelerator3d/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST accelerator-0.1.1.tar.bz2 1183838 BLAKE2B 
8c7b888e4eadc0a1ed63745904db94757cfa73557664e0b2a7f7c8960990eb82991be9b1b42cb0d60f3af113867a2a02fb9304bd97f7658fec7d86efe5747c34
 SHA512 
f4321beb5f5b61c10d0b275321641ec173636267ae08cf88f7a2ecaaf0799cfe6593cbc7343c8ebfa72853c59773841295b1aca9a0ac0ef510de390107aa01da

diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild 
b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
deleted file mode 100644
index 2013913e62f..000
--- a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit desktop python-r1
-
-DESCRIPTION="Fast-paced, 3D, first-person shoot/dodge-'em-up, in the vain of 
Tempest or n2o"
-HOMEPAGE="http://accelerator3d.sourceforge.net/;
-SRC_URI="mirror://sourceforge/accelerator3d/accelerator-${PV}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/pygame[${PYTHON_USEDEP}]
-   dev-python/pyode[${PYTHON_USEDEP}]
-   dev-python/pyopengl[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gentoo-paths.patch
-   "${FILESDIR}"/${P}-gllightmodel.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s:@GENTOO_DATADIR@:${EPREFIX}/usr/share/${PN}:" \
-   accelerator.py || die
-}
-
-src_install() {
-   python_foreach_impl python_newscript accelerator.py accelerator
-
-   insinto /usr/share/${PN}
-   doins -r gfx/. snd/.
-   einstalldocs
-   make_desktop_entry accelerator
-}

diff --git 
a/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch 
b/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch
deleted file mode 100644
index 526fa678fdb..000
--- a/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch
+++ /dev/null
@@ -1,53 +0,0 @@
 a/accelerator.py   2006-04-18 21:51:28.0 +0200
-+++ b/accelerator.py   2006-04-18 22:07:28.0 +0200
-@@ -72,7 +72,7 @@
-   # default parameters on it (min/mag filters, wrapping).
-   def __init__(self,texfile,mipmap = False):
-   global activeTexture
--  filename = os.path.join('gfx',texfile)
-+  filename = os.path.join('@GENTOO_DATADIR@',texfile)
-   image = pygame.image.load(filename)
-   data = pygame.image.tostring(image,'RGBX')
-   self.__texref = glGenTextures(1)
-@@ -599,8 +599,8 @@
-   for i in xrange(len(self.__menu[j][0])):
-   font.addString(self.__menu[j][0][i])
-   if (soundon):
--  self.__browsesound = 
pygame.mixer.Sound(os.path.join('snd','menu_browse.wav'))
--  self.__selectsound = 
pygame.mixer.Sound(os.path.join('snd','menu_select.wav'))
-+  self.__browsesound = 
pygame.mixer.Sound(os.path.join('@GENTOO_DATADIR@','menu_browse.wav'))
-+  self.__selectsound = 
pygame.mixer.Sound(os.path.join('@GENTOO_DATADIR@','menu_select.wav'))
- 
-   def doLoop(self):
-   global elapsed, z_increment, font
-@@ -792,19 +792,19 @@
- 
-   # sound!
-   if soundon:
--  self.__shootsound = 
pygame.mixer.Sound(os.path.join('snd','shoot.wav'))
--  self.__cluonsound = 
pygame.mixer.Sound(os.path.join('snd','cluon.wav'))
--  self.__bogonsound = 
pygame.mixer.Sound(os.path.join('snd','bogon.wav'))
--  self.__shipdeadsound = 
pygame.mixer.Sound(os.path.join('snd','ship_explode.wav'))
--  self.__shocksound = 

[gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/pycadia/

2020-02-02 Thread Michał Górny
commit: 527403bf3746836bb5c431d127450bf7e1222cc1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:09:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:09:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527403bf

games-arcade/pycadia: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703768
Signed-off-by: Michał Górny  gentoo.org>

 games-arcade/pycadia/Manifest|  1 -
 games-arcade/pycadia/metadata.xml|  8 -
 games-arcade/pycadia/pycadia-0.5.1-r1.ebuild | 46 
 profiles/package.mask|  5 ---
 4 files changed, 60 deletions(-)

diff --git a/games-arcade/pycadia/Manifest b/games-arcade/pycadia/Manifest
deleted file mode 100644
index 06b294563e2..000
--- a/games-arcade/pycadia/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycadia-0.5.1.tar.gz 2768619 BLAKE2B 
688fe8e148078e990ded8870569cf844fc9817e07c5136dc0b8960d2c39a72ca66443feee08c907104bf150c3475fcc0e626833252ce6f5c12b332f483d41079
 SHA512 
bfe7369263f21d672800eeaf567d7dcb5027b24d2f0d0534d68ad28ae71c916eca2ebf4b2f888645c8bfce12a2ba4bf23dacf673e32a7ba76d564006bdc3e0d2

diff --git a/games-arcade/pycadia/metadata.xml 
b/games-arcade/pycadia/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-arcade/pycadia/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild 
b/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild
deleted file mode 100644
index a090b4f0e83..000
--- a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="Pycadia. Home to vector gaming, python style"
-HOMEPAGE="http://www.anti-particle.com/pycadia.shtml;
-SRC_URI="http://www.anti-particle.com/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/pygame-1.5.5
-   dev-python/pygtk:2
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-   unpack ${A}
-   {
-   echo "#!/bin/sh"
-   echo "cd /usr/share/${PN}"
-   echo "exec python2 ./pycadia.py \"\${@}\""
-   } > "${T}/pycadia"
-}
-
-src_install() {
-   dobin "${T}/pycadia"
-
-   insinto "/usr/share/${PN}"
-   doins -r {glade,pixmaps,sounds} *.py pycadia.conf
-
-   exeinto "/usr/share/${PN}"
-   doexe pycadia.py spacewarpy.py vektoroids.py
-
-   newicon pixmaps/pysteroids.png ${PN}.png
-   make_desktop_entry ${PN} Pycadia
-
-   dodoc doc/{TODO,CHANGELOG,README}
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 16932d3ca7c..c5c56b164a9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -764,11 +764,6 @@ games-arcade/triplexinvaders
 games-arcade/pydance
 games-arcade/pydance-songs
 
-# David Seifert  (2019-12-25)
-# Py2 only, no other distro packages it anymore.
-# Removal in 30 days.  Bug #703768.
-games-arcade/pycadia
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-benchmarks/spew/, app-benchmarks/spew/files/

2020-02-02 Thread Michał Górny
commit: 2cbc1492c1fbd3e00a694e1ebef0934996e936e4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:58:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:03:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbc1492

app-benchmarks/spew: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 app-benchmarks/spew/Manifest   |  1 -
 app-benchmarks/spew/files/fix-automake-1.13.patch  | 28 --
 .../spew/files/fix-format-security.patch   | 24 
 app-benchmarks/spew/files/fix-ncurses-tinfo.patch  | 29 ---
 .../spew/files/remove-symlinks-makefile.patch  | 26 -
 app-benchmarks/spew/metadata.xml   | 13 ---
 app-benchmarks/spew/spew-1.0.8-r1.ebuild   | 43 --
 profiles/package.mask  |  5 ---
 8 files changed, 169 deletions(-)

diff --git a/app-benchmarks/spew/Manifest b/app-benchmarks/spew/Manifest
deleted file mode 100644
index a9cb72957cc..000
--- a/app-benchmarks/spew/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spew-1.0.8.tgz 162091 BLAKE2B 
9ca0bba6cc749feb016d86bd4e159646538e0a89842aad44474bc377fe67c7f51aa33df2c4df14b329e1b7dabe78ef7da9f50daa0b01f8679a0e98810e5ea1b1
 SHA512 
ec76a1e681bbaabef6cdc63ced5114a856a312e91c5ff3e0d1536221583a1c939f9308139863670695121c8c720123a6d0697491867ccafc091607888cc81b56

diff --git a/app-benchmarks/spew/files/fix-automake-1.13.patch 
b/app-benchmarks/spew/files/fix-automake-1.13.patch
deleted file mode 100644
index c046c1b955e..000
--- a/app-benchmarks/spew/files/fix-automake-1.13.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur spew-1.0.8.orig/configure.ac spew-1.0.8/configure.ac
 spew-1.0.8.orig/configure.ac   2010-05-14 01:17:52.0 -0400
-+++ spew-1.0.8/configure.ac2013-06-21 09:06:42.0 -0400
-@@ -2,20 +2,13 @@
- # Process this file with autoconf to produce a configure script.
- 
- AC_PREREQ(2.57)
--AC_INIT(src/spew.cpp)
-+AC_INIT(spew, 1.0.8)
-+AC_CONFIG_SRCDIR(src/spew.cpp)
- AC_CONFIG_AUX_DIR(config)
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- AM_MAINTAINER_MODE
- 
--SPEW_AGE=1
--SPEW_REVISION=0
--SPEW_CURRENT=8
--AC_SUBST(SPEW_AGE)
--AC_SUBST(SPEW_REVISION)
--AC_SUBST(SPEW_CURRENT)
--VERSION=$SPEW_AGE.$SPEW_REVISION.$SPEW_CURRENT
--
--AM_INIT_AUTOMAKE(spew, $VERSION)
-+AM_INIT_AUTOMAKE
- 
- # Checks for programs.
- AC_PROG_CXX

diff --git a/app-benchmarks/spew/files/fix-format-security.patch 
b/app-benchmarks/spew/files/fix-format-security.patch
deleted file mode 100644
index dd34d875bd0..000
--- a/app-benchmarks/spew/files/fix-format-security.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur spew-1.0.8.orig/src/spew.cpp spew-1.0.8/src/spew.cpp
 spew-1.0.8.orig/src/spew.cpp   2010-05-14 01:06:18.0 -0400
-+++ spew-1.0.8/src/spew.cpp2014-11-19 08:39:31.806338597 -0500
-@@ -285,7 +285,7 @@
- PATTERN_LOOKUP[Job::PATTERN_USER_DEFINED],
- PATTERN_LOOKUP[Job::PATTERN_USER_DEFINED],
- PATTERN_LOOKUP[DEFAULT_PATTERN]);
--   fprintf(stdout, outStr);
-+   fprintf(stdout, "%s", outStr);
- 
-fprintf(stdout, "\nReport bugs to Andrew Patterson 
.\n");
- }
-diff -Naur spew-1.0.8.orig/src/SpewTuiStatisticsWindow.cpp 
spew-1.0.8/src/SpewTuiStatisticsWindow.cpp
 spew-1.0.8.orig/src/SpewTuiStatisticsWindow.cpp2008-05-13 
00:47:17.0 -0400
-+++ spew-1.0.8/src/SpewTuiStatisticsWindow.cpp 2014-11-19 08:39:52.527339540 
-0500
-@@ -278,7 +278,7 @@
-  "");
-if (mSpewTui->getCurrentIteration() > 0)
-{
--  int len = snprintf(NULL, 0, (char 
*)mTotalRunTime.getElapsedTimeStr().c_str());
-+  int len = snprintf(NULL, 0, "%s", (char 
*)mTotalRunTime.getElapsedTimeStr().c_str());
-   mvwprintw(mWindow, 
- RUNTIME_FIELD_STARTY, 
- RUNTIME_FIELD_STARTX + RUNTIME_FIELD_WIDTH - len,

diff --git a/app-benchmarks/spew/files/fix-ncurses-tinfo.patch 
b/app-benchmarks/spew/files/fix-ncurses-tinfo.patch
deleted file mode 100644
index 9905e205704..000
--- a/app-benchmarks/spew/files/fix-ncurses-tinfo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Naur spew-1.0.8.orig/configure.ac spew-1.0.8/configure.ac
 spew-1.0.8.orig/configure.ac   2014-11-19 08:15:31.284273029 -0500
-+++ spew-1.0.8/configure.ac2014-11-19 08:16:07.063274657 -0500
-@@ -21,6 +21,7 @@
- # Checks for libraries.
- AC_CHECK_LIB(popt, poptGetContext, ,AC_MSG_ERROR([PACKAGE] requires popt))
- AC_CHECK_LIB(ncurses, wresize, ,AC_MSG_ERROR([PACKAGE] requires ncurses))
-+PKG_CHECK_MODULES(NCURSES, [ncurses])
- 
- # Checks for header files.
- AC_HEADER_STDC
-diff -Naur spew-1.0.8.orig/src/Makefile.am spew-1.0.8/src/Makefile.am
 spew-1.0.8.orig/src/Makefile.am2014-11-19 08:15:31.311273030 -0500
-+++ spew-1.0.8/src/Makefile.am 2014-11-19 08:16:57.034276932 -0500
-@@ -24,7 +24,7 @@
- libtui_a_SOURCES = 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/vecmath-objectclub/, profiles/

2020-02-02 Thread Michał Górny
commit: 765fd34f5b58a9b9bf31b5002515314e5aee2879
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:00:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:03:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765fd34f

sci-libs/vecmath-objectclub: Remove last-rited pkg

Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sci-libs/vecmath-objectclub/Manifest   |  1 -
 sci-libs/vecmath-objectclub/metadata.xml   | 17 --
 .../vecmath-objectclub-1.14.ebuild | 39 --
 4 files changed, 58 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e3553a116dc..cb66de8bd65 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -801,7 +801,6 @@ sci-libs/jmol-acme
 sci-libs/libcore
 sci-libs/naga
 sci-libs/spooles
-sci-libs/vecmath-objectclub
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.

diff --git a/sci-libs/vecmath-objectclub/Manifest 
b/sci-libs/vecmath-objectclub/Manifest
deleted file mode 100644
index 1de8862ddce..000
--- a/sci-libs/vecmath-objectclub/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vecmath1.2-1.14.tar.gz 75291 BLAKE2B 
4201dd1f24404e557d79d797e29587fc1351005cfe0da7f396614263d26cc2753385eefdd86437315ca30da2ed4ed34e0aebe700f43d32c3287da8c31173e23d
 SHA512 
b61c60c4c8341327a7494475da380685220a6ecf193f4005bbe9ac2b9c98b5f587607c136ac8ba19425ba57c9d19d2994c1f474ca4cfa3f5a06cebb7d1c5c020

diff --git a/sci-libs/vecmath-objectclub/metadata.xml 
b/sci-libs/vecmath-objectclub/metadata.xml
deleted file mode 100644
index 6eb27f16c30..000
--- a/sci-libs/vecmath-objectclub/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-  s...@gentoo.org
-  Gentoo Science Project
-
-
-  This is unofficial implementation(java source code) of the
-  javax.vecmath package specified in the Java(TM) 3D API 1.2
-  The package includes classes for 3-space vector/point, 4-space vector,
-  4x4, 3x3 matrix, quaternion, axis-angle combination and etc. which are
-  often utilized for computer graphics mathematics. Most of the classes
-  have single and double precision versions. Generic matrices' LU and SV
-  decomposition are also there.
-
-

diff --git a/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild 
b/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild
deleted file mode 100644
index 8d0a0986818..000
--- a/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit java-pkg-2
-
-MY_PN="${PN/-objectclub/1.2}"
-
-DESCRIPTION="Unofficial free implementation of Sun javax.vecmath by Kenji 
Hiranabe"
-HOMEPAGE="http://www.objectclub.jp/download/vecmath_e;
-SRC_URI="http://www.objectclub.jp/download/files/vecmath/${MY_PN}-${PV}.tar.gz;
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-   mkdir classes
-}
-
-src_compile() {
-   find javax/ -name "*.java" > "${T}/src.list"
-   ejavac -d "${S}/classes" "@${T}/src.list"
-
-   cd classes
-   jar -cf "${S}"/${PN}.jar * || die "failed to create jar"
-}
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, sci-libs/spooles/files/, sci-libs/spooles/

2020-02-02 Thread Michał Górny
commit: 23339c791743e8d0778f8473b2c25b66e23bf5c8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:00:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:03:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23339c79

sci-libs/spooles: Remove last-rited pkg

Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sci-libs/spooles/Manifest  |  1 -
 sci-libs/spooles/files/Make.inc.in |  9 ---
 .../spooles/files/spooles-2.2-I2Ohash-64bit.patch  | 28 -
 sci-libs/spooles/files/spooles-2.2-formats.patch   | 17 --
 sci-libs/spooles/files/spooles-2.2-makefiles.patch | 47 ---
 sci-libs/spooles/metadata.xml  | 22 ---
 sci-libs/spooles/spooles-2.2.ebuild| 67 --
 8 files changed, 192 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cb66de8bd65..821cd1c77e5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -800,7 +800,6 @@ games-util/xboxgw
 sci-libs/jmol-acme
 sci-libs/libcore
 sci-libs/naga
-sci-libs/spooles
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.

diff --git a/sci-libs/spooles/Manifest b/sci-libs/spooles/Manifest
deleted file mode 100644
index dcbe9e7e2bc..000
--- a/sci-libs/spooles/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spooles.2.2.tgz 4510271 BLAKE2B 
86adc0764709f772526909942bcbe034209838c7284e7c1245293e4acb84e9a02511428f0659607de3b39ffecdc02c6b60e4015a8c8905da34b2b15688edab34
 SHA512 
440146b4abf81d8e66a7c57e839b06b11c7753e16d40ae67f80255d6d5dc9fb43b4fd549326c405a8f3009223fcb0f6997090b3649029c323c732b0759944d19

diff --git a/sci-libs/spooles/files/Make.inc.in 
b/sci-libs/spooles/files/Make.inc.in
deleted file mode 100644
index 1557f9fe979..000
--- a/sci-libs/spooles/files/Make.inc.in
+++ /dev/null
@@ -1,9 +0,0 @@
-.POSIX:
-THREAD_LIBS = -lpthread
-CC = @CC@
-AR = @AR@
-RANLIB = @RANLIB@
-ARFLAGS = rv
-.c.a :
-   $(CC) $(CFLAGS) -c $<
-   $(AR) $(ARFLAGS) $@ $*.o

diff --git a/sci-libs/spooles/files/spooles-2.2-I2Ohash-64bit.patch 
b/sci-libs/spooles/files/spooles-2.2-I2Ohash-64bit.patch
deleted file mode 100644
index 0f608da2afc..000
--- a/sci-libs/spooles/files/spooles-2.2-I2Ohash-64bit.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 spooles-2.2/I2Ohash/src/util.c~1998-05-30 18:45:12.0 -0400
-+++ spooles-2.2/I2Ohash/src/util.c 2008-06-28 20:56:49.0 -0400
-@@ -39,9 +39,10 @@
- */
- loc1 = (key1 + 1) % hashtable->nlist ;
- loc2 = (key2 + 1) % hashtable->nlist ;
--loc  = (loc1*loc2) % hashtable->nlist ;
-+long int loc3  = (long int)loc1*(long int)loc2 % hashtable->nlist ;
-+loc =(int) loc3;
- #if MYDEBUG > 0
--fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ;
-+fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %ld, loc = %d", loc1, loc2, 
loc3, loc) ;
- fflush(stdout) ;
- #endif
- /*
-@@ -158,9 +159,10 @@
- #endif
- loc1 = (key1 + 1) % hashtable->nlist ;
- loc2 = (key2 + 1) % hashtable->nlist ;
--loc  = (loc1*loc2) % hashtable->nlist ;
-+long int loc3  = (long int)loc1*(long int)loc2 % hashtable->nlist ;
-+loc =(int) loc3;
- #if MYDEBUG > 0
--fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ;
-+fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %ld, loc = %d", loc1, loc2, 
loc3, loc) ;
- fflush(stdout) ;
- #endif
- /*

diff --git a/sci-libs/spooles/files/spooles-2.2-formats.patch 
b/sci-libs/spooles/files/spooles-2.2-formats.patch
deleted file mode 100644
index 080574e730d..000
--- a/sci-libs/spooles/files/spooles-2.2-formats.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 SolveMap/src/setup.c.orig  2011-03-05 18:08:51.0 +
-+++ SolveMap/src/setup.c   2011-03-05 18:16:50.0 +
-@@ -28,12 +28,12 @@
----
- */
- if ( solvemap == NULL ) {
--   fprintf(stderr, "\n fatal error in SolveMap_forwardSetup(%p,%d)"
-+   fprintf(stderr, "\n fatal error in SolveMap_forwardSetup"
-"\n solvemap is NULL\n") ;
-exit(-1) ;
- }
- if ( myid < 0 || myid >= solvemap->nproc ) {
--   fprintf(stderr, "\n fatal error in SolveMap_forwardSetup(%p,%d)"
-+   fprintf(stderr, "\n fatal error in SolveMap_forwardSetup"
-"\n myid %d, solvemap->nproc %d\n", myid, solvemap->nproc) ;
-exit(-1) ;
- }

diff --git a/sci-libs/spooles/files/spooles-2.2-makefiles.patch 
b/sci-libs/spooles/files/spooles-2.2-makefiles.patch
deleted file mode 100644
index 4af8e083736..000
--- a/sci-libs/spooles/files/spooles-2.2-makefiles.patch
+++ /dev/null
@@ -1,47 +0,0 @@
 MPI/makefile~  1998-12-17 15:47:44.0 +
-+++ MPI/makefile   2008-02-26 00:10:57.0 +
-@@ -2,7 +2,7 @@
-   cd drivers ; make drivers
- 
- lib :
--  cd src ; make spoolesMPI.a
-+  cd src ; make makeLib
- 
- clean :
-   cd src ; make clean
 

[gentoo-commits] repo/gentoo:master commit in: profiles/, sci-libs/jmol-acme/files/, sci-libs/jmol-acme/

2020-02-02 Thread Michał Górny
commit: 5236efd3ce5b6250f1d573af8dd7c4a5edfc0e2f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:01:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:03:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5236efd3

sci-libs/jmol-acme: Remove last-rited pkg

Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask   |  5 -
 sci-libs/jmol-acme/Manifest |  1 -
 sci-libs/jmol-acme/files/src.list   |  4 
 sci-libs/jmol-acme/jmol-acme-1.0.ebuild | 40 -
 sci-libs/jmol-acme/metadata.xml |  8 ---
 5 files changed, 58 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 58403b14be3..4037341eec2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -794,11 +794,6 @@ x11-terms/multi-aterm
 # Removal in 30 days. See bug #703552.
 games-util/xboxgw
 
-# David Seifert  (2019-12-22)
-# Unmaintained, dead upstreams, monstrous build systems.
-# Bug #568364, Removal in 30 days.
-sci-libs/jmol-acme
-
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0

diff --git a/sci-libs/jmol-acme/Manifest b/sci-libs/jmol-acme/Manifest
deleted file mode 100644
index 7f52e20b5bd..000
--- a/sci-libs/jmol-acme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Acme.tar.gz 478667 BLAKE2B 
f32212dc0796949416ffd5c2347c66ae9d9f8cacb3974e1f1eb972b2b5b541c685f3f857414d4726db82f49c77cf6f3e8d8e26d27f527224c23f893f5d859b96
 SHA512 
cf172ce6d341d9a559ef8db837a7c163fb494d5629d2738279b2b0b68bf8874303e37d72c519171a885efca9a1505345f454e434f6f578d370bef961cb7a4d46

diff --git a/sci-libs/jmol-acme/files/src.list 
b/sci-libs/jmol-acme/files/src.list
deleted file mode 100644
index 14d1fc02856..000
--- a/sci-libs/jmol-acme/files/src.list
+++ /dev/null
@@ -1,4 +0,0 @@
-./IntHashtable.java
-./JPM/Encoders/GifEncoder.java
-./JPM/Encoders/ImageEncoder.java
-./JPM/Encoders/PpmEncoder.java

diff --git a/sci-libs/jmol-acme/jmol-acme-1.0.ebuild 
b/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
deleted file mode 100644
index 30ad53ef215..000
--- a/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="Acme"
-
-# It proved difficult to recompile the whole Acme package, so we'll only take 
what we need.
-
-DESCRIPTION="Portions of the Acme collection required for jMol"
-HOMEPAGE="http://www.acme.com/;
-SRC_URI="http://www.acme.com/resources/classes/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   mkdir -p classes
-   find . -name \*.class -delete
-   java-pkg_filter-compiler jikes
-}
-
-src_compile() {
-   cp "${FILESDIR}/src.list" "${T}" || die
-   ejavac -sourcepath "" -d "${S}/classes" "@${T}/src.list"
-   jar cf "${PN}.jar" -C classes . || die "failed to create jar"
-}
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-}

diff --git a/sci-libs/jmol-acme/metadata.xml b/sci-libs/jmol-acme/metadata.xml
deleted file mode 100644
index ae9640ffb9f..000
--- a/sci-libs/jmol-acme/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-



[gentoo-commits] repo/gentoo:master commit in: sci-libs/naga/, profiles/

2020-02-02 Thread Michał Górny
commit: ea9bb17eaa851662919f3c9fbfd7d4530aa629cd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:01:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:03:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9bb17e

sci-libs/naga: Remove last-rited pkg

Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask |  1 -
 sci-libs/naga/Manifest|  1 -
 sci-libs/naga/metadata.xml|  8 
 sci-libs/naga/naga-2.1.ebuild | 30 --
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 821cd1c77e5..f37d52fcea7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -799,7 +799,6 @@ games-util/xboxgw
 # Bug #568364, Removal in 30 days.
 sci-libs/jmol-acme
 sci-libs/libcore
-sci-libs/naga
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.

diff --git a/sci-libs/naga/Manifest b/sci-libs/naga/Manifest
deleted file mode 100644
index 48256d5a757..000
--- a/sci-libs/naga/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST naga-2.1.tar.bz2 22102 BLAKE2B 
1c21e5f3fcb6e196d7fbb017ad226808a4a57cc5df81a889850f78b19a73b4e50149acd59f969012f8d644c07bb17d16063315fcaac5ea90b28f8e43d5e35628
 SHA512 
3f8ca39fa7688f75043989546c9ee17de885e8ba1919e218d6a720f1240155c6eaf4a4d79876c11af2b7d15b510881ba67d33bef4ea30c9c343fc7eeb07478ba

diff --git a/sci-libs/naga/metadata.xml b/sci-libs/naga/metadata.xml
deleted file mode 100644
index 74a29596f7b..000
--- a/sci-libs/naga/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Simplified Java NIO asynchronous sockets
-   
-

diff --git a/sci-libs/naga/naga-2.1.ebuild b/sci-libs/naga/naga-2.1.ebuild
deleted file mode 100644
index 00ec41e40a6..000
--- a/sci-libs/naga/naga-2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit java-pkg-2 java-ant-2
-
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-MY_PV=${PV//./_}
-MY_PVR="${MY_PV}-r43"
-
-DESCRIPTION="Simplified Java NIO asynchronous sockets"
-HOMEPAGE="https://code.google.com/p/naga/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5
-   dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.5"
-
-src_compile() {
-   eant build
-}
-
-src_install() {
-   java-pkg_newjar _DIST/${PN}-${MY_PVR}.jar ${PN}.jar
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libcore/, sci-libs/libcore/files/, profiles/

2020-02-02 Thread Michał Górny
commit: 9dca15e4e6acf3dba6615e6c26e19cb2ab7aa5c5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 06:01:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 06:03:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dca15e4

sci-libs/libcore: Remove last-rited pkg

Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|   1 -
 sci-libs/libcore/Manifest|   2 -
 sci-libs/libcore/files/2.1.1-makefiles.patch | 115 ---
 sci-libs/libcore/libcore-2.1.1-r1.ebuild |  74 -
 sci-libs/libcore/metadata.xml|  17 
 5 files changed, 209 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f37d52fcea7..58403b14be3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -798,7 +798,6 @@ games-util/xboxgw
 # Unmaintained, dead upstreams, monstrous build systems.
 # Bug #568364, Removal in 30 days.
 sci-libs/jmol-acme
-sci-libs/libcore
 
 # Tomáš Mózes  (2019-12-19)
 # Needs more testing.

diff --git a/sci-libs/libcore/Manifest b/sci-libs/libcore/Manifest
deleted file mode 100644
index fb0fd01f164..000
--- a/sci-libs/libcore/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST core-2.1.1.tgz 2759163 BLAKE2B 
e33178bce382aa176896a50ae7ad7821fdeb906bc6dd13805efd8ec5f91b3b659818c570be809c52eb86197d1a1776a51c257a2922e561660f604b70bc831dfa
 SHA512 
e56e184b8efaee82b737e3947f2934b71983cbf905f05005171d3d5670f326597ff7d25767c00ec18a470eb7306f14b813edf9548869d84054830565c044f6fb
-DIST core-2.1.doc.tgz 657871 BLAKE2B 
bce685204ca0f7c621b833f4a54b092167882d06b83b021cfd86e3b42c6849a429196950ae32293790979c3ed67b2d809982ea3ab3453569bcbefce2723f2f68
 SHA512 
0988640bbc35de675fc536b852371a8f1233ce0d19818b17e540f1238b0e6d1266657ab815604be3a3379e22e7473eb3fbd71ef94ec099255c456307e69f66c7

diff --git a/sci-libs/libcore/files/2.1.1-makefiles.patch 
b/sci-libs/libcore/files/2.1.1-makefiles.patch
deleted file mode 100644
index 09a8f5be2f3..000
--- a/sci-libs/libcore/files/2.1.1-makefiles.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-diff -Nur core-2.1.1.orig/ext/Makefile core-2.1.1/ext/Makefile
 core-2.1.1.orig/ext/Makefile   2011-08-06 22:53:29.0 +0100
-+++ core-2.1.1/ext/Makefile2011-08-07 00:40:58.0 +0100
-@@ -38,16 +38,18 @@
-   endif
- endif
- 
--INCLUDE=-I${CORE_PATH}/inc -I${CORE_PATH}/gmp/include \
--  -I${CORE_PATH}/mpfr/include
-+INCLUDE=-I${CORE_PATH}/inc
- 
- 
- COREX_LIB_LEVEL3=${CORE_PATH}/lib/libcorex++$(VAR)_level3.a
- COREX_LIB_LEVEL2=${CORE_PATH}/lib/libcorex++$(VAR)_level2.a
- COREX_LIB_LEVEL1=${CORE_PATH}/lib/libcorex++$(VAR)_level1.a
--COREX_SHARED_LIB_LEVEL3=${CORE_PATH}/lib/libcorex++$(VAR)_level3.${CORE_DYLIB_EXTENSION}
--COREX_SHARED_LIB_LEVEL2=${CORE_PATH}/lib/libcorex++$(VAR)_level2.${CORE_DYLIB_EXTENSION}
--COREX_SHARED_LIB_LEVEL1=${CORE_PATH}/lib/libcorex++$(VAR)_level1.${CORE_DYLIB_EXTENSION}
-+COREX_SHARED_LIB_LEVEL3_NAME=libcorex++$(VAR)_level3.${CORE_DYLIB_EXTENSION}.2
-+COREX_SHARED_LIB_LEVEL2_NAME=libcorex++$(VAR)_level2.${CORE_DYLIB_EXTENSION}.2
-+COREX_SHARED_LIB_LEVEL1_NAME=libcorex++$(VAR)_level1.${CORE_DYLIB_EXTENSION}.2
-+COREX_SHARED_LIB_LEVEL3=${CORE_PATH}/lib/$(COREX_SHARED_LIB_LEVEL3_NAME)
-+COREX_SHARED_LIB_LEVEL2=${CORE_PATH}/lib/$(COREX_SHARED_LIB_LEVEL2_NAME)
-+COREX_SHARED_LIB_LEVEL1=${CORE_PATH}/lib/$(COREX_SHARED_LIB_LEVEL1_NAME)
- 
- TARGET=${COREX_LIB_LEVEL3} ${COREX_LIB_LEVEL2} ${COREX_LIB_LEVEL1}
- 
-@@ -74,11 +76,11 @@
-   -@rm -rf $@ 
-   $(AR) $@ $?
- 
--COREX_SHARED_DEPS=-L${GMP_PREFIX}/lib -lgmp -L${MPFR_PREFIX}/lib -lmpfr 
-L${CORE_PATH}/lib -lcore++${VAR}
-+COREX_SHARED_DEPS= -lgmp -lmpfr -L${CORE_PATH}/lib -lcore++${VAR}
- 
- ${COREX_SHARED_LIB_LEVEL3}: ${L3_OBJS}
-   -@rm -rf $@ 
--  $(CXX) $(COREX_SHARED_DEPS) $(CORE_LDFLAGS) -o $@ $?
-+  $(CXX) $(LDFLAGS) $(COREX_SHARED_DEPS) $(CORE_LDFLAGS)  
-Wl,-soname,$(COREX_SHARED_LIB_LEVEL3_NAME) -o $@ $?
- 
- ${COREX_LIB_LEVEL2}: ${L2_OBJS}
-   -@rm -rf $@ 
-@@ -86,7 +88,7 @@
- 
- ${COREX_SHARED_LIB_LEVEL2}: ${L2_OBJS}
-   -@rm -rf $@ 
--  $(CXX) $(COREX_SHARED_DEPS) $(CORE_LDFLAGS) -o $@ $?
-+  $(CXX) $(LDFLAGS) $(COREX_SHARED_DEPS) $(CORE_LDFLAGS) 
-Wl,-soname,$(COREX_SHARED_LIB_LEVEL2_NAME) -o $@ $?
- 
- ${COREX_LIB_LEVEL1}: ${L1_OBJS}
-   -@rm -rf $@ 
-@@ -94,7 +96,7 @@
- 
- ${COREX_SHARED_LIB_LEVEL1}: ${L1_OBJS}
-   -@rm -rf $@ 
--  $(CXX) $(COREX_SHARED_DEPS) $(CORE_LDFLAGS) -o $@ $?
-+  $(CXX) $(LDFLAGS) $(COREX_SHARED_DEPS) $(CORE_LDFLAGS)  
-Wl,-soname,$(COREX_SHARED_LIB_LEVEL1_NAME) -o $@ $?
- 
- %_level3.o:   %.cpp
-   ${CXX} $(CORE_CXXFLAGS) -DCORE_LEVEL=3 $(INCLUDE) -c $< -o $@
-diff -Nur core-2.1.1.orig/progs/Make.options core-2.1.1/progs/Make.options
 core-2.1.1.orig/progs/Make.options 2011-08-06 22:53:29.0 +0100
-+++ core-2.1.1/progs/Make.options  2011-08-06 

[gentoo-commits] repo/gentoo:master commit in: profiles/, sci-calculators/calculator/

2020-02-02 Thread Michał Górny
commit: f23198529a20e2c4da1e32b9b20704c8090783dc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:52:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2319852

sci-calculators/calculator: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703088
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask   |  1 -
 sci-calculators/calculator/Manifest |  1 -
 sci-calculators/calculator/calculator-1.7.67.ebuild | 18 --
 sci-calculators/calculator/metadata.xml | 20 
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f466bcd6c21..38f99b21e68 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -821,7 +821,6 @@ app-benchmarks/spew
 # Removal in 30 days.  Bug #703088. Bug #703084.
 app-editors/adie
 dev-util/reswrap
-sci-calculators/calculator
 
 # David Seifert  (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing

diff --git a/sci-calculators/calculator/Manifest 
b/sci-calculators/calculator/Manifest
deleted file mode 100644
index d7c4453bf9f..000
--- a/sci-calculators/calculator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 
60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0
 SHA512 
a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540

diff --git a/sci-calculators/calculator/calculator-1.7.67.ebuild 
b/sci-calculators/calculator/calculator-1.7.67.ebuild
deleted file mode 100644
index f4b47b59dcc..000
--- a/sci-calculators/calculator/calculator-1.7.67.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fox
-
-DESCRIPTION="Scientific calculator based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~x11-libs/fox-${PV}
-   x11-libs/libICE
-   x11-libs/libSM"
-DEPEND="${RDEPEND}"

diff --git a/sci-calculators/calculator/metadata.xml 
b/sci-calculators/calculator/metadata.xml
deleted file mode 100644
index e4d38f391be..000
--- a/sci-calculators/calculator/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-s...@gentoo.org
-Gentoo Science Project
-  
-  
-  The FOX Calculator is a simple desktop calculator geared toward the
-  programmer for the FOX Toolkit. It supports not only a full
-  complement scientific functions, but also common operations that
-  programmers need, such as bitwise operations, bitwise shifting, and
-  base-2 logarithm and exponents, and numeric conversion between
-  hexadecimal, octal, binary, and decimal. The FOX Calculator
-  implements correct operator precedences, so expressions like 2+3*5
-  yield the correct result, which is 17, and not 25. Also featured is
-  a constant memory, which permanently stores its value even if you
-  exit the calculator and restart it later.
-
-



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/reswrap/

2020-02-02 Thread Michał Górny
commit: 8321b4bc1e4d8c075532194ef4eab41afaa4f27b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:52:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:52:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8321b4bc

dev-util/reswrap: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703088
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/reswrap/Manifest |  1 -
 dev-util/reswrap/metadata.xml |  5 -
 dev-util/reswrap/reswrap-4.0.0.ebuild | 31 ---
 profiles/package.mask |  1 -
 4 files changed, 38 deletions(-)

diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest
deleted file mode 100644
index 4a2840904c9..000
--- a/dev-util/reswrap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.6.57.tar.gz 4284018 BLAKE2B 
3efbc6188225f9444fbd347359e8b4041a08fe654acb99c48e4966e501a2f72a44863f2e9b60ae810a259951f89cfc27b9a8b6341e029627066712e0dbf20e40
 SHA512 
e7b91054a9ea674818803415284cb61572935d22466e446cb37ef68344e2684e8acd567f7c8a6912f939dcbcc37455119ad6a01ac30513f460d0b3937b7e6087

diff --git a/dev-util/reswrap/metadata.xml b/dev-util/reswrap/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/dev-util/reswrap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild 
b/dev-util/reswrap/reswrap-4.0.0.ebuild
deleted file mode 100644
index c81996f2e65..000
--- a/dev-util/reswrap/reswrap-4.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-FOX_COMPONENT="utils"
-FOX_PV="1.6.57"
-
-inherit fox
-
-DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX 
Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-
-FOXCONF="--disable-bz2lib \
-   --disable-jpeg \
-   --without-opengl \
-   --disable-png \
-   --without-shape \
-   --disable-tiff \
-   --without-x \
-   --without-xcursor \
-   --without-xrandr \
-   --without-xshm \
-   --without-xft \
-   --disable-zlib"

diff --git a/profiles/package.mask b/profiles/package.mask
index 38f99b21e68..93194651db3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -820,7 +820,6 @@ app-benchmarks/spew
 # installed by it.
 # Removal in 30 days.  Bug #703088. Bug #703084.
 app-editors/adie
-dev-util/reswrap
 
 # David Seifert  (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing



[gentoo-commits] repo/gentoo:master commit in: x11-misc/pathfinder/, profiles/

2020-02-02 Thread Michał Górny
commit: 6e81b259fd1b44af8911314b45c156ecc63c371c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:52:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:52:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e81b259

x11-misc/pathfinder: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703088
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  1 -
 x11-misc/pathfinder/Manifest |  1 -
 x11-misc/pathfinder/metadata.xml |  5 -
 x11-misc/pathfinder/pathfinder-1.7.67.ebuild | 29 
 4 files changed, 36 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7245aadc983..f466bcd6c21 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -822,7 +822,6 @@ app-benchmarks/spew
 app-editors/adie
 dev-util/reswrap
 sci-calculators/calculator
-x11-misc/pathfinder
 
 # David Seifert  (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing

diff --git a/x11-misc/pathfinder/Manifest b/x11-misc/pathfinder/Manifest
deleted file mode 100644
index d7c4453bf9f..000
--- a/x11-misc/pathfinder/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 
60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0
 SHA512 
a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540

diff --git a/x11-misc/pathfinder/metadata.xml b/x11-misc/pathfinder/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/x11-misc/pathfinder/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/x11-misc/pathfinder/pathfinder-1.7.67.ebuild 
b/x11-misc/pathfinder/pathfinder-1.7.67.ebuild
deleted file mode 100644
index 935f2ec1c02..000
--- a/x11-misc/pathfinder/pathfinder-1.7.67.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit fox
-
-DESCRIPTION="File manager based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+jpeg +png +tiff"
-
-DEPEND="
-   x11-libs/fox:1.7
-   x11-libs/libICE
-   x11-libs/libSM
-   jpeg? ( virtual/jpeg )
-   png? ( media-libs/libpng:0 )
-   tiff? ( media-libs/tiff:0 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   FOXCONF="$(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable tiff)" fox_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, x11-misc/shutterbug/

2020-02-02 Thread Michał Górny
commit: 22fd4eef49ba3959f65de49b7d702bcf326bb3ee
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:51:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:51:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fd4eef

x11-misc/shutterbug: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703088
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  1 -
 x11-misc/shutterbug/Manifest |  1 -
 x11-misc/shutterbug/metadata.xml |  5 -
 x11-misc/shutterbug/shutterbug-1.7.67.ebuild | 29 
 4 files changed, 36 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bed38c339e1..7245aadc983 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -823,7 +823,6 @@ app-editors/adie
 dev-util/reswrap
 sci-calculators/calculator
 x11-misc/pathfinder
-x11-misc/shutterbug
 
 # David Seifert  (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing

diff --git a/x11-misc/shutterbug/Manifest b/x11-misc/shutterbug/Manifest
deleted file mode 100644
index d7c4453bf9f..000
--- a/x11-misc/shutterbug/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 
60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0
 SHA512 
a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540

diff --git a/x11-misc/shutterbug/metadata.xml b/x11-misc/shutterbug/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/x11-misc/shutterbug/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/x11-misc/shutterbug/shutterbug-1.7.67.ebuild 
b/x11-misc/shutterbug/shutterbug-1.7.67.ebuild
deleted file mode 100644
index 814e72d94df..000
--- a/x11-misc/shutterbug/shutterbug-1.7.67.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit fox
-
-DESCRIPTION="Screenshot utility based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+jpeg +png +tiff"
-
-DEPEND="
-   x11-libs/fox:1.7
-   x11-libs/libICE
-   x11-libs/libSM
-   jpeg? ( virtual/jpeg )
-   png? ( media-libs/libpng:0 )
-   tiff? ( media-libs/tiff:0 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   FOXCONF="$(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable tiff)" fox_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-editors/adie/

2020-02-02 Thread Michał Górny
commit: 82c2d00c325a7a03595134d2f1f1e5cd5686bc9e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:52:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:52:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c2d00c

app-editors/adie: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703088
Signed-off-by: Michał Górny  gentoo.org>

 app-editors/adie/Manifest   |  1 -
 app-editors/adie/adie-1.7.67.ebuild | 18 --
 app-editors/adie/metadata.xml   |  5 -
 profiles/package.mask   |  7 ---
 4 files changed, 31 deletions(-)

diff --git a/app-editors/adie/Manifest b/app-editors/adie/Manifest
deleted file mode 100644
index d7c4453bf9f..000
--- a/app-editors/adie/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 
60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0
 SHA512 
a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540

diff --git a/app-editors/adie/adie-1.7.67.ebuild 
b/app-editors/adie/adie-1.7.67.ebuild
deleted file mode 100644
index 0e290d6b8df..000
--- a/app-editors/adie/adie-1.7.67.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fox
-
-DESCRIPTION="Text editor based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="~x11-libs/fox-${PV}
-   x11-libs/libICE
-   x11-libs/libSM"
-RDEPEND="${DEPEND}"

diff --git a/app-editors/adie/metadata.xml b/app-editors/adie/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/app-editors/adie/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 93194651db3..bb717e858c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -814,13 +814,6 @@ sci-libs/vecmath-objectclub
 # Removal in 30 days.
 app-benchmarks/spew
 
-# Jason A. Donenfeld  (2019-12-16)
-# Simplify FOX packages. Adie, calculator, pathfinder, and shutterbug
-# can now be found behind x11-libs/fox[tools], and reswrap is always
-# installed by it.
-# Removal in 30 days.  Bug #703088. Bug #703084.
-app-editors/adie
-
 # David Seifert  (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing
 # dependencies.  Bug #663794, #666916, #666922, #667062, #678068,



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsm-receiver/files/, net-analyzer/gsm-receiver/, profiles/

2020-02-02 Thread Michał Górny
commit: 7b9064ad8271b62d7d02392d3c39cca2ae948969
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:38:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:38:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9064ad

net-analyzer/gsm-receiver: Remove last-rited pkg

Closes: https://bugs.gentoo.org/533052
Signed-off-by: Michał Górny  gentoo.org>

 ...1-gsm-receiver-build-against-gnuradio-3.7.patch | 323 -
 net-analyzer/gsm-receiver/gsm-receiver-.ebuild |  47 ---
 net-analyzer/gsm-receiver/metadata.xml |   8 -
 profiles/package.mask  |   6 -
 4 files changed, 384 deletions(-)

diff --git 
a/net-analyzer/gsm-receiver/files/0001-gsm-receiver-build-against-gnuradio-3.7.patch
 
b/net-analyzer/gsm-receiver/files/0001-gsm-receiver-build-against-gnuradio-3.7.patch
deleted file mode 100644
index b7683f38b68..000
--- 
a/net-analyzer/gsm-receiver/files/0001-gsm-receiver-build-against-gnuradio-3.7.patch
+++ /dev/null
@@ -1,323 +0,0 @@
-From c9809ac05224ccf3a7fce1dda8c7eddedbbf3a56 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ch=C3=AD-Thanh=20Christopher=20Nguy=E1=BB=85n?=
- 
-Date: Wed, 5 Feb 2014 03:21:37 +0100
-Subject: [PATCH] gsm-receiver: build against gnuradio-3.7
-
-This is the result of blindly following
-http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
-The result builds, but it may or may not work.

- gsm-receiver/Makefile.common   |  7 ++--
- gsm-receiver/config/Makefile.am|  2 +-
- .../config/gr_libgnuradio_core_extra_ldflags.m4| 40 --
- .../config/gr_libgnuradio_runtime_extra_ldflags.m4 | 40 ++
- gsm-receiver/config/gr_standalone.m4   |  5 ++-
- gsm-receiver/gsm-receiver.pc.in|  2 +-
- gsm-receiver/src/lib/gsm.i | 15 ++--
- gsm-receiver/src/lib/gsm_receiver_cf.cc| 16 -
- gsm-receiver/src/lib/gsm_receiver_cf.h | 18 +-
- 9 files changed, 76 insertions(+), 69 deletions(-)
- delete mode 100644 gsm-receiver/config/gr_libgnuradio_core_extra_ldflags.m4
- create mode 100644 gsm-receiver/config/gr_libgnuradio_runtime_extra_ldflags.m4
-
-diff --git a/gsm-receiver/Makefile.common b/gsm-receiver/Makefile.common
-index b5dcb2e..0592f70 100644
 a/gsm-receiver/Makefile.common
-+++ b/gsm-receiver/Makefile.common
-@@ -28,7 +28,7 @@ AM_CPPFLAGS = \
-   $(STD_DEFINES_AND_INCLUDES) \
-   $(PYTHON_CPPFLAGS) \
-   $(CPPUNIT_INCLUDES) \
--  $(GNURADIO_CORE_CPPFLAGS)
-+  $(GNURADIO_RUNTIME_CPPFLAGS)
- 
- #!! remove this
- TCH_DECODER_INCLUDEDIR = $(top_srcdir)/src/lib/decoder/openbtsstuff
-@@ -36,9 +36,8 @@ TCH_DECODER_INCLUDEDIR = 
$(top_srcdir)/src/lib/decoder/openbtsstuff
- STD_DEFINES_AND_INCLUDES = \
-   -I$(DECODER_INCLUDEDIR) \
-   -I$(MAIN_INCLUDEDIR) \
--  -I$(GNURADIO_CORE_INCLUDEDIR) \
--  -I$(GNURADIO_CORE_INCLUDEDIR)/swig \
--  -I$(GRUEL_INCLUDEDIR)/gruel/swig \
-+  -I$(GNURADIO_RUNTIME_INCLUDEDIR) \
-+  -I$(GNURADIO_RUNTIME_INCLUDEDIR)/gnuradio/swig \
-   $(LIBOSMOCORE_CFLAGS)  \
-   -I$(TCH_DECODER_INCLUDEDIR)
- 
-diff --git a/gsm-receiver/config/Makefile.am b/gsm-receiver/config/Makefile.am
-index 5858d22..1fdc0e5 100644
 a/gsm-receiver/config/Makefile.am
-+++ b/gsm-receiver/config/Makefile.am
-@@ -51,7 +51,7 @@ m4macros = \
-   gr_fortran.m4 \
-   gr_gprof.m4 \
-   gr_lib64.m4 \
--  gr_libgnuradio_core_extra_ldflags.m4 \
-+  gr_libgnuradio_runtime_extra_ldflags.m4 \
-   gr_no_undefined.m4 \
-   gr_omnithread.m4 \
-   gr_pwin32.m4 \
-diff --git a/gsm-receiver/config/gr_libgnuradio_core_extra_ldflags.m4 
b/gsm-receiver/config/gr_libgnuradio_core_extra_ldflags.m4
-deleted file mode 100644
-index 43f872c..000
 a/gsm-receiver/config/gr_libgnuradio_core_extra_ldflags.m4
-+++ /dev/null
-@@ -1,40 +0,0 @@
--# Check for (MinGW)win32 extra ld options. -*- Autoconf -*-
--
--# Copyright 2003,2004,2005 Free Software Foundation, Inc.
--#
--# This file is part of GNU Radio
--#
--# GNU Radio is free software; you can redistribute it and/or modify
--# it under the terms of the GNU General Public License as published by
--# the Free Software Foundation; either version 3, or (at your option)
--# any later version.
--#
--# GNU Radio is distributed in the hope that it will be useful,
--# but WITHOUT ANY WARRANTY; without even the implied warranty of
--# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--# GNU General Public License for more details.
--#
--# You should have received a copy of the GNU General Public License
--# along with GNU Radio; see the file COPYING.  If not, write to
--# the Free Software Foundation, Inc., 51 Franklin Street,
--# Boston, MA 02110-1301, USA.
--
--dnl
--AC_DEFUN([GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS], [
--AC_REQUIRE([AC_PROG_LD])

[gentoo-commits] repo/gentoo:master commit in: sys-fs/yaffs2-utils/, sys-fs/yaffs2-utils/files/, profiles/

2020-02-02 Thread Michał Górny
commit: 6a01b8758617087b4b9212c9650f8ddfd8933673
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:41:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:41:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a01b875

sys-fs/yaffs2-utils: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703040
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  7 
 .../files/yaffs2-utils--build.patch| 46 --
 sys-fs/yaffs2-utils/metadata.xml   |  8 
 sys-fs/yaffs2-utils/yaffs2-utils-.ebuild   | 29 --
 4 files changed, 90 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d3c37448d9c..bed38c339e1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -825,13 +825,6 @@ sci-calculators/calculator
 x11-misc/pathfinder
 x11-misc/shutterbug
 
-# Michał Górny  (2019-12-15)
-# Live ebuild only.  Not touched since 2012.  Unsurprisingly,
-# the included patch no longer applies.  Actually, there's
-# sys-fs/yaffs2utils duplicate which is a release.
-# Removal in 14 days.  Bug #703040.
-sys-fs/yaffs2-utils
-
 # David Seifert  (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing
 # dependencies.  Bug #663794, #666916, #666922, #667062, #678068,

diff --git a/sys-fs/yaffs2-utils/files/yaffs2-utils--build.patch 
b/sys-fs/yaffs2-utils/files/yaffs2-utils--build.patch
deleted file mode 100644
index ecbb958d434..000
--- a/sys-fs/yaffs2-utils/files/yaffs2-utils--build.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 3f4b0661b63efaca78791612ce9be84271d784a5 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Mon, 5 Nov 2012 02:08:27 -0500
-Subject: [PATCH] fix build build system
-
-Signed-off-by: Mike Frysinger 

- utils/Makefile | 7 +++
- 1 file changed, 3 insertions(+), 4 deletions(-)
-
-diff --git a/utils/Makefile b/utils/Makefile
-index 710ebbf..26aea6b 100644
 a/utils/Makefile
-+++ b/utils/Makefile
-@@ -16,14 +16,13 @@
- 
- #KERNELDIR = /usr/src/kernel-headers-2.4.18
- 
--CFLAGS =-O2 -Wall -DCONFIG_YAFFS_UTIL
-+CFLAGS+=-Wall -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES
- CFLAGS+=   -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes 
-Wmissing-declarations
- CFLAGS+=   -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
- 
- ## Change if you are using a cross-compiler
- MAKETOOLS = 
- 
--CC=$(MAKETOOLS)gcc
- 
- COMMON_BASE_C_LINKS = yaffs_ecc.c
- COMMON_BASE_LINKS = $(COMMON_BASE_C_LINKS) yaffs_ecc.h yaffs_guts.h 
yaffs_packedtags2.h yaffs_trace.h
-@@ -57,10 +56,10 @@ $(COMMONOBJS) $(MKYAFFSIMAGEOBJS) $(MKYAFFS2IMAGEOBJS) : 
%.o: %.c
-   $(CC) -c $(CFLAGS) $< -o $@
- 
- mkyaffsimage: $(MKYAFFSIMAGEOBJS) $(COMMONOBJS)
--  $(CC) -o $@  $^
-+  $(CC) $(CFLAGS) -o $@  $^ $(LDFLAGS)
- 
- mkyaffs2image: $(MKYAFFS2IMAGEOBJS) $(COMMONOBJS)
--  $(CC) -o $@ $^
-+  $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
- 
- 
- clean:
--- 
-1.7.12.4
-

diff --git a/sys-fs/yaffs2-utils/metadata.xml b/sys-fs/yaffs2-utils/metadata.xml
deleted file mode 100644
index 71b1461e114..000
--- a/sys-fs/yaffs2-utils/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   embed...@gentoo.org
-   Embedded Gentoo
-
-

diff --git a/sys-fs/yaffs2-utils/yaffs2-utils-.ebuild 
b/sys-fs/yaffs2-utils/yaffs2-utils-.ebuild
deleted file mode 100644
index dc90c933a62..000
--- a/sys-fs/yaffs2-utils/yaffs2-utils-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs2"
-EGIT_SOURCEDIR=${WORKDIR}
-
-inherit eutils git-2 toolchain-funcs
-
-DESCRIPTION="tools for generating YAFFS images"
-HOMEPAGE="http://www.aleph1.co.uk/yaffs/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-S=${WORKDIR}/utils
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-build.patch
-   tc-export CC
-}
-
-src_install() {
-   dobin mkyaffsimage mkyaffs2image
-   dodoc ../README-linux
-}



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

2020-02-02 Thread Michał Górny
commit: 22211fc7a4b690613893fbc7a686e1cc6212f11a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:17:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22211fc7

sys-kernel/vanilla-kernel: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest | 10 ---
 .../vanilla-kernel/vanilla-kernel-4.19.96.ebuild   | 73 --
 .../vanilla-kernel/vanilla-kernel-4.19.97.ebuild   | 73 --
 .../vanilla-kernel/vanilla-kernel-4.19.98.ebuild   | 73 --
 .../vanilla-kernel/vanilla-kernel-4.19.99.ebuild   | 65 ---
 .../vanilla-kernel/vanilla-kernel-5.4.12.ebuild| 73 --
 .../vanilla-kernel/vanilla-kernel-5.4.13.ebuild| 73 --
 .../vanilla-kernel/vanilla-kernel-5.4.14.ebuild| 73 --
 .../vanilla-kernel/vanilla-kernel-5.4.15.ebuild| 73 --
 9 files changed, 586 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 95ee64852a6..e1fc99f169a 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -2,19 +2,9 @@ DIST linux-4.19.100.tar.xz 103408008 BLAKE2B 
047d803af6a54e57aee2536222fb4aec729
 DIST linux-4.19.101.tar.xz 103403812 BLAKE2B 
47ebacfd10bc34b6d7936205a60b4af0d3d0a4f685666dcd065ffaf022eaef13caf49919f1dbc72a97a20dbbc5059508ab99139a651fc968ddb67c0cc8d4a074
 SHA512 
571087e1d3a34239d5c93643cc5727924950842295ec351cd87776d166c5109bfbc0ffd61d054247b089d687a0c40fabadc9069ed3230edf6741b36f4e0c
 DIST linux-4.19.85-arch1.i686.config 222183 BLAKE2B 
03eac77940db0ee6b4f2a006edc600ef34141bbca849f5be4de9b961301a8fc987da6d0e21344aa5d80c29bb7793d56cf5441abb6c8e4057d94e2601c174c1be
 SHA512 
6bd45c9dfd96b1afb8c1ca1ca72722baee6c91894e454d7af937de02242d3bb9d3b6870f5976aa96245c753c6bc1ac637a6356125b0d4c596aadef643b8c3d8d
 DIST linux-4.19.92-arch1.amd64.config 222487 BLAKE2B 
a658d80d85525287a1df9053ca2ddfe423ab423bcc3b9ea8bd9cda65cc7ffa4b1be782c48c867c13e46070af4016f446860f5cf71351f239da1eff6c45a5aa6a
 SHA512 
a5658c8e8464516dffd6f624344e739784cb315d334b2c5105bd5d16022b6366ad4ec00d3692a7b78e2458514175522bc85e834bf19593feff6363b616860258
-DIST linux-4.19.96.tar.xz 103395480 BLAKE2B 
1bc24dd40d427e088e1569be4d5964ae92028ce6ce7e549734837040c5043b5ef4aae572b1430ea5c03f67b7f071e18c4f58a24a63dcb342f18aecf2401ab9a8
 SHA512 
1fb1ee24429f2183b7e6b85d34e4c88f9c2a82ed95de1b7ca2db3d8ee4815ebcd05cdb171f93e1b0e85f9ffbc3a6fa8c66adceb240d3bf9c38afcc32f21c8dcf
-DIST linux-4.19.97.tar.xz 103398892 BLAKE2B 
b9e69d52c25ea0d02f61eea31f7d14d109a668c8ec775d1e8f3d0f70527e272172e9cab2b348e5671c466780efe5d16c0c051418bc1b6ad4c508555d9a476a99
 SHA512 
7988c5ebf453cffa9f89a3fbaa875afc4ca34cbf684158eaeebd1c709ac6224ea8b3581ec5d2ab09aa55ae0e47170ab30dbafb2688cf28456e2e98b6b2ba986a
-DIST linux-4.19.98.tar.xz 103395152 BLAKE2B 
622b8f8be3b20f40a0fc4029667077dc0cbb6ce319827967b8749067957af271e1794e1184853351b040a6a1ae5f1a68c769e89db8fe91b3e206d3608bcd89be
 SHA512 
701513873826326cedfc2a1dbb7796f0047f7105bd1cb6478595676b5c3be7be71752398dc3c4a638f0853824ff3426ea9d20448264e1b0c126c3f0eba763ac6
-DIST linux-4.19.99.tar.xz 103405792 BLAKE2B 
0e6354dc89f2b8375d16d814377279dcd2df5fced046995c0641548268bb43e973bdeeaf67565c50c5299c670944dc3c9580a372bffc0195fe4492b206fd5267
 SHA512 
a4275bb56791377e89771b11c5fe12e0607f54a6bffc077df629795a88a0cbf332291157c6c88d350f289713d4ce007c90cc5bfdd7c24a7d9020213a3917
-DIST linux-5.4.12.tar.xz 109451372 BLAKE2B 
f08d30011b2021724a240f45a4d0a92ba01b97d0d2d33ce0d88aeb6dfb0a2e5a532fd55ad0a2ef0e3ec160cb23b351a09b494382e80b0db85bcfe7cfeaa554dd
 SHA512 
d178d775b5d6204b2f53c38ecf81d52141a5520b63e758992c75a59d983e448db2a0c220a17b62588baaad1eda2d9b4a6a86e757f5d50041170559ef6bbc2da0
 DIST linux-5.4.13-arch1.i686.config 239816 BLAKE2B 
e776321fa163759332e7b5e3cca6a8a3f7124fc7a5bdd498f0aeaec1f2a819f27a87ca6f9f3fb0f0b9f28e8ba6f207bb27c5e48a494664d21ea3845e99b1eab4
 SHA512 
4e083028a140fcd2e65bba3c39e9d7bf9004e114b3233e8c2ab9e67405a3db9179c10a9564407bf19875317a352453f3e02f137297941277f694e687d3b97674
 DIST linux-5.4.13.arch1.amd64.config 241498 BLAKE2B 
3c6d13d84ea75247fae4f4474648abe295fb6ea577d4c9becc58551c3954d35a72edd5937b7bb345f783fe2015940035d5f6766e08e5a9dd6b8723cc69c85ee6
 SHA512 
3039a333f3000f416bfccd7efdc54c8ea07d9b01b349be87f83b7dcb3e0f13a1f3fb02ccae42412cf28958aa7df42ef73f87e637269c7525476d73682596fa07
-DIST linux-5.4.13.tar.xz 109463864 BLAKE2B 
d610a2bf375c9147b26d6e314c1e86b9f32453572c1e8a859be3ac5fa42d7ba647334ef76a92a7e1e61f78fa256692bec3d62003589017840a37947d9d5b1de0
 SHA512 
e7aaa541ccf66ca8373fe53794786c8b819da824b17acc497d5080f4fff5bef90bab1da531fa8f62a013f40472f5c1dfafb4bd4f42ecc1bf851042d22e72c4a7
-DIST linux-5.4.14.tar.xz 109457772 BLAKE2B 

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

2020-02-02 Thread Michał Górny
commit: 806f2639b4439e2f774387dc2e80539bcdf2d266
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:24:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806f2639

sys-kernel/gentoo-kernel-bin: Bump to 5.4.17

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.4.17.ebuild| 46 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index fe7ad098a7a..2bcda5b70d6 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -16,5 +16,7 @@ DIST gentoo-kernel-5.4.15-1.amd64.xpak 64980910 BLAKE2B 
fcc4d99071750629a9a0045b
 DIST gentoo-kernel-5.4.15-1.x86.xpak 56401630 BLAKE2B 
0c557b4e6dc175b2a33942e6dcfb0e4b39ebc74b1ef4fb7a52f5e911e6e62fec2305ec0f52a8d6b1b1353e7f01dc9c4f338071f81c78350a56bfdbeed8c9496a
 SHA512 
c1616088d4a755019cf18bb30574ba38bd84e6864c41062afd240049dc257fd342998eb2db54fe62cb0586e5109c18c0ed2cab79209ab9bc70d1cb3e3d5c3418
 DIST gentoo-kernel-5.4.16-1.amd64.xpak 64944769 BLAKE2B 
8d7c4db931c77db5fd0e63f9dfda5b1bde8284a0f79ba6dde70fa2578ce82726353d550bd55c50a5a719ea51847add3bae69aa934281c2897f84b1e4b8413575
 SHA512 
1f6758f7562056dd65eb88e22ade903c1ba03de68dfc3f800ef7412ec6f6549325d4104e047736659dcd9e3abefce26606748b4c818f6abbc2d219b34a9ea6a4
 DIST gentoo-kernel-5.4.16-1.x86.xpak 56412474 BLAKE2B 
9564f7e380d4e682b080a0b05cb5c1619273c019330d6c1486726bf135d14522a0c67370ac44858bfb28857c1fa0cfcb8d665c0151b6fe319f36f615a6d3f6b7
 SHA512 
09e92d53bdfbc5736f51c68d4b0d31e3210d29ca5bbad6a78dd3477acf5cb6f8c8f4e501d6d0598a844425502b7770b127d971b48d4d3f9add43ff1b93ab
+DIST gentoo-kernel-5.4.17-1.amd64.xpak 64960678 BLAKE2B 
ab4a1cf30544a4a0e18243d4ad6d1e8b45fb37d6a87708b56f8247c307b243818b3c9d953628c6f20716a6904a13e05050607c7ef2f9380705c0448d3704d381
 SHA512 
f7f594f30e73629bb21c7d0ec755d52cec7a82076ea4ed0cfee28d0c67f483a14f1ec9267ac0fb53ee8f2cdb3addb618683b3c2e5744dfc42c562303327f92f0
+DIST gentoo-kernel-5.4.17-1.x86.xpak 56406054 BLAKE2B 
579b3c4d639441246a55799048f7fb9b0f747771a5e99e414de0a093462b917286b5b1d554008b662a0eef8490c900ff245b91f9c85ecfc0237a16aa4913bb23
 SHA512 
2a0a00dfbaf9e233b994cbf8c9aaef3cb7e353261ba327a7797d0b40e0eab7603515c7b863153e9e62849ac8d6c95a98499546c14e896e2ebf2f3c8dc32fd04c
 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B 
e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366
 SHA512 
c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641
 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 
3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c
 SHA512 
9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.17.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.17.ebuild
new file mode 100644
index 000..68ca59b5735
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.17.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-02-02 Thread Michał Górny
commit: 9368f4770ec299c4cd1ddd824929ceedd8679365
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:23:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9368f477

sys-kernel/vanilla-kernel-bin: Bump to 4.19.101

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel-bin/Manifest |  2 +
 .../vanilla-kernel-bin-4.19.101.ebuild | 44 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-kernel/vanilla-kernel-bin/Manifest 
b/sys-kernel/vanilla-kernel-bin/Manifest
index 3a6393a0da5..ed920e47250 100644
--- a/sys-kernel/vanilla-kernel-bin/Manifest
+++ b/sys-kernel/vanilla-kernel-bin/Manifest
@@ -1,5 +1,7 @@
 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B 
e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366
 SHA512 
c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641
 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 
3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c
 SHA512 
9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895
+DIST vanilla-kernel-4.19.101-1.amd64.xpak 61327044 BLAKE2B 
0c27cc756aebadcef907b36b2504b1b2bc54920453ff91d7c65c658c55f033a4538fdf3c2b92625730610c630acd7eaf45c05f1c30310f5d6602988282b1edce
 SHA512 
911ea64b60d3ee2451de0e8571690a424cee85367d7299c76b6f7de859c3cf198f52a5f6f9b74985ed27fe0fc59a0a08a0ed03f75b95cee3c88af8731fe776ca
+DIST vanilla-kernel-4.19.101-1.x86.xpak 53603778 BLAKE2B 
5ca7d59bc4732eff68eab16b1eff035eff018a8080185927ebcfdd3b01584d623ea006c41a5b0a6d661ddd5e08c511190df0325b435343ca248370827e06e8dc
 SHA512 
fe8ffb3362e0691a699db195092132ede7722662284004941052a7f35a43d8ef37c25b4f680a0395666e751756d72b7162366a54b62c93d5cd57a5c3a5d40d32
 DIST vanilla-kernel-4.19.96-1.amd64.xpak 61330551 BLAKE2B 
0e4cb07973ce47297c59a7989418a6dccce2723da96c50332d0f6df3af8a74ef98cfa85d1aa7dbb0a43138769c39663acceffd16779b8360a9bfb68b964867c6
 SHA512 
20f30ee5ad5bcd43c96404920c82a55b3ba3f51268819b94581c303bf187bd902232ef9c2dbd432f7ae0d44e087555f73fff05f203a4d92eca92e104c6ad0814
 DIST vanilla-kernel-4.19.96-1.x86.xpak 53581929 BLAKE2B 
09875438c6b035e033a159cf4dabce752bd56886dc9578949e9c6e6a4929f9017bef5daab0da9e6f74fb243a90912ae330a4a10bfef640b4b5700ba26a1e8bab
 SHA512 
2cc4c8ef8417468ab361807ee924492dd37b4b6e24b66d678b032635f4d044f19844746094424d2dda8c174d0fc13134d424e5c07c493d1af8db25b1f33494cf
 DIST vanilla-kernel-4.19.98-1.amd64.xpak 61293045 BLAKE2B 
df849b1577fa3e28760de658d23db06c2fbdc6cbd5ecaa321901fd0d92da65d0bbb46784485d9548d9f95747ac6109943c628f2ddcb63b00772d9875dc7e43ea
 SHA512 
4434b33a34c018ee19df7695d7409a5fe4a3d48f1d630c9db95d86db03cff37b1eaec8e007baa2ae65ed04b643cd9afa7dafb6fcea1142edb5f9cbf5049b44af

diff --git a/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-4.19.101.ebuild 
b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-4.19.101.ebuild
new file mode 100644
index 000..c80f6f1ab4d
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-4.19.101.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built vanilla Linux kernel"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-02-02 Thread Michał Górny
commit: 1ca179e1c1b7984a7ea02958e06f75364febb11c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  2 15:36:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca179e1

sys-kernel/vanilla-kernel: Bump to 4.19.101

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |  1 +
 .../vanilla-kernel/vanilla-kernel-4.19.101.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 7a422330b22..995eafd989b 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,4 +1,5 @@
 DIST linux-4.19.100.tar.xz 103408008 BLAKE2B 
047d803af6a54e57aee2536222fb4aec729c2525a113cf87a0ad043f66b3a29cecaaa2ff71c3020796162199ab3926374a2cd52bc905cbe531c5aaf07b23d9ee
 SHA512 
d59d6b85afc04f4c37d42cc0b76e505ba49b607489f69fc25eae6ca6f21a3ea66b7382d899ed3326896fa283b604d687f8d13f50efd53947c368d5c082a8
+DIST linux-4.19.101.tar.xz 103403812 BLAKE2B 
47ebacfd10bc34b6d7936205a60b4af0d3d0a4f685666dcd065ffaf022eaef13caf49919f1dbc72a97a20dbbc5059508ab99139a651fc968ddb67c0cc8d4a074
 SHA512 
571087e1d3a34239d5c93643cc5727924950842295ec351cd87776d166c5109bfbc0ffd61d054247b089d687a0c40fabadc9069ed3230edf6741b36f4e0c
 DIST linux-4.19.85-arch1.i686.config 222183 BLAKE2B 
03eac77940db0ee6b4f2a006edc600ef34141bbca849f5be4de9b961301a8fc987da6d0e21344aa5d80c29bb7793d56cf5441abb6c8e4057d94e2601c174c1be
 SHA512 
6bd45c9dfd96b1afb8c1ca1ca72722baee6c91894e454d7af937de02242d3bb9d3b6870f5976aa96245c753c6bc1ac637a6356125b0d4c596aadef643b8c3d8d
 DIST linux-4.19.92-arch1.amd64.config 222487 BLAKE2B 
a658d80d85525287a1df9053ca2ddfe423ab423bcc3b9ea8bd9cda65cc7ffa4b1be782c48c867c13e46070af4016f446860f5cf71351f239da1eff6c45a5aa6a
 SHA512 
a5658c8e8464516dffd6f624344e739784cb315d334b2c5105bd5d16022b6366ad4ec00d3692a7b78e2458514175522bc85e834bf19593feff6363b616860258
 DIST linux-4.19.96.tar.xz 103395480 BLAKE2B 
1bc24dd40d427e088e1569be4d5964ae92028ce6ce7e549734837040c5043b5ef4aae572b1430ea5c03f67b7f071e18c4f58a24a63dcb342f18aecf2401ab9a8
 SHA512 
1fb1ee24429f2183b7e6b85d34e4c88f9c2a82ed95de1b7ca2db3d8ee4815ebcd05cdb171f93e1b0e85f9ffbc3a6fa8c66adceb240d3bf9c38afcc32f21c8dcf

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-4.19.101.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-4.19.101.ebuild
new file mode 100644
index 000..17bfa6ee759
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-4.19.101.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux-lts
+AMD64_CONFIG_VER=4.19.92-arch1
+AMD64_CONFIG_HASH=bf97de6a2e405659aaad4c251b7f0bb48d5ed3c9
+# https://git.archlinux32.org/packages/log/core/linux-lts/config
+I686_CONFIG_VER=4.19.85-arch1
+I686_CONFIG_HASH=1f0345e2983d2edd55b401cb5a87fdf365a4192c
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux-lts=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux-lts/config?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+src_prepare() {
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config 
.config || die
+   ;;
+   x86)
+   cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config 
.config || die
+   ;;
+   *)
+   die "Unsupported arch ${ARCH}"
+   ;;
+   esac
+
+   local config_tweaks=(
+   # shove arch under the carpet!
+   -e 's:^CONFIG_DEFAULT_HOSTNAME=:&"gentoo":'
+   # we do support x32
+   -e '/CONFIG_X86_X32/s:.*:CONFIG_X86_X32=y:'
+   # disable signatures
+   -e '/CONFIG_MODULE_SIG/d'
+   -e '/CONFIG_SECURITY_LOCKDOWN/d'
+   # disable compression to allow stripping
+   -e '/CONFIG_MODULE_COMPRESS/d'
+   # disable gcc plugins to unbreak distcc
+   -e '/CONFIG_GCC_PLUGIN_STRUCTLEAK/d'
+   )
+   sed -i "${config_tweaks[@]}" .config || die
+}



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

2020-02-02 Thread Michał Górny
commit: 3727401233855c2424a0e9c23aff423466ea25e5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:23:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37274012

sys-kernel/gentoo-kernel-bin: Bump to 4.19.101

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-4.19.101.ebuild  | 46 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 6e5fd200dee..fe7ad098a7a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,3 +1,5 @@
+DIST gentoo-kernel-4.19.101-1.amd64.xpak 61352926 BLAKE2B 
7649aa77837e2234b52a073314aed8734739a70ef0343637516d526379dabba165a2797d37d534a84caee781364785344fc7377c6649ca252446a299ec9ccb28
 SHA512 
a9c9a9494b2899f73df0640c1d3fe130b059d72b49a4c1525090255b2714b488728496c7ba2683eaa5cfe8f27ba0adab1a574e7982706ce952a9961d1e169163
+DIST gentoo-kernel-4.19.101-1.x86.xpak 53595153 BLAKE2B 
247dcedf826604bf461801ce56c95b1d065386e291f8d7d032d40cd59e4dd5fb3524509488a3ae60af924586d4facdb4712c23ac5e7b8e5f5679adcd7c82c5a7
 SHA512 
b70020a8a1b3d79fedac577b790df24a11181c022f6c5c14e85d22cb03de9ac783d287066221465e8e0c3f192e38396cf2eb1e1191bbf63d8c9f1f97e3a0c991
 DIST gentoo-kernel-4.19.96-1.amd64.xpak 61319437 BLAKE2B 
3d81d754807299372e98c261865e0588b283cc1a53a2617db4941688d6aa096087bb72fbfd3578394c25a3a4791aa9ffb5b0209f2aebc391bd3cc19faabfb41c
 SHA512 
4c749ef89942a7affe70f5e70418f2fb9783ab3af1a07f2c096c10a1bbad80d2ecc4c279334dcbc1ba6a9d56f74527518671aa6e1715b82dfe70c12393190561
 DIST gentoo-kernel-4.19.96-1.x86.xpak 53598111 BLAKE2B 
fa41af9d817779216b9109e60d65f428725b5ba0f2fb8a26673f47548496ab1dbc9b889cadef294c3bc0a9adde55311adb8266473bcf49f572865a2e4af9f0ad
 SHA512 
1d68d6997ef80d4b35b7a9a12f76a5a12b7d2ff66dd961a6c805c04a734cbfc30555137fad8ae424681c2baf0d327ceb828d09f7d45dadc5fe8b2855ae9749b6
 DIST gentoo-kernel-4.19.98-1.amd64.xpak 61319205 BLAKE2B 
7651d221c154c9b7a641a6741019b754a5fdc9619b4a551c5c81ea7dfa84301453af243a7336aec6927dc8ebc6b5580cece79667da4ec28a8825349597d218bb
 SHA512 
9977d3589df7972d94f318ffe07a4fb28a24ade3842a3c9e6eb331b060eb3f9a5597bccf8606999d8a086d75a1f7fe81165ccf8efff876449b1adc68f6748a2d

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-4.19.101.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-4.19.101.ebuild
new file mode 100644
index 000..68ca59b5735
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-4.19.101.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-02-02 Thread Michał Górny
commit: 5864716b889bb6b8e75384b431ab3fe01dfbef9f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:18:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5864716b

sys-kernel/gentoo-kernel: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  | 18 -
 .../gentoo-kernel/gentoo-kernel-4.19.96.ebuild | 83 --
 .../gentoo-kernel/gentoo-kernel-4.19.97.ebuild | 83 --
 .../gentoo-kernel/gentoo-kernel-4.19.98.ebuild | 83 --
 .../gentoo-kernel/gentoo-kernel-4.19.99.ebuild | 75 ---
 .../gentoo-kernel/gentoo-kernel-5.4.12.ebuild  | 81 -
 .../gentoo-kernel/gentoo-kernel-5.4.13.ebuild  | 81 -
 .../gentoo-kernel/gentoo-kernel-5.4.14.ebuild  | 81 -
 .../gentoo-kernel/gentoo-kernel-5.4.15.ebuild  | 81 -
 9 files changed, 666 deletions(-)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 390a5195a7d..dfe76211dcb 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,23 +1,7 @@
 DIST genpatches-4.19-100.base.tar.xz 2992824 BLAKE2B 
02722c5568726284afa812be3d9cb4555bad11133dd5876d8ee09771e584e73dfb6e7bd8a2829126ff2dada931856a07429715a918a0fe88786fa98fb6ad6edb
 SHA512 
621a9294c3377720723e89b175bb4f0f2812e566b73952a81112bc1ef675862842e00f642ba37f728ae8aa0e5e5cc17b347cea564821c02c88c532668007b5cc
 DIST genpatches-4.19-100.extras.tar.xz 17492 BLAKE2B 
c896c916f2dfad38b35f1ebd080cb5b66f6bd51b28a77535fc2ae44b11a1a5bee1be52a7d6d5e30b80c635b59e43f40d99c2cea98cf0744374412626a939cc00
 SHA512 
169dea4d9c41057807c63a8d66aa7fb94d783e841a94a700bc0eb1995e620e6b529658d3899ffc54e5cfde4e9267e385dc2e36786ff0c31acecc0593456f8909
-DIST genpatches-4.19-95.base.tar.xz 2780232 BLAKE2B 
cc5ba5e36acb8834ca2313ec134ad4156b543cfda08f08677b5f6efcda8a7b5b9bcdc70691e33698af1e81a9e381916bd5e41e2c5218c2930a928df82d44b7fd
 SHA512 
5f935cc3cd1ecafaeca148010b28d0742dcbbf50d28f77ae1255016548fe921a83befcf577a52553f161cfa54da2c9df204abbbc2004378bc0f8ac58fbafdf04
-DIST genpatches-4.19-95.extras.tar.xz 17492 BLAKE2B 
5138c0138058e5dde744a056bf5068cc1db98cd3a52375d30ca72007d89d5c2b87e1493f1c3cc83cc7d0f1f489783ddf98f1b6d76b33ced4a7f18ae13e1b61cc
 SHA512 
a1d5428a4aa5484dd26e4548a8796f54884541d4012e7591e0bf3c5f63fd9af242fa1719c5bda8e956e0be69f207adedfd0061ccbc00963ceb1272c03edb0e1a
-DIST genpatches-4.19-96.base.tar.xz 2796188 BLAKE2B 
6f8506b0a275b8ae1d215fe4d3812a5d895c05f07db16f560e6cfb8d4945e9a9bc10afcf537c165f96fc111657ba2191c6720be15a49726e92cf6277f9aa1e5d
 SHA512 
62334fd0c23acbbf3c0bfcecc6970501b7c500e24e628130e2d541b29363782757feb3b915e9b3d1210c538fde87d9eb6b64694af5110d55789efd29c8ccce5e
-DIST genpatches-4.19-96.extras.tar.xz 17496 BLAKE2B 
11ccad1f1a7d67cbf5f39023b90321bfe8df1bbdb00a2e213f6a2dcb83445cf4e375de7465b266908f50540fe1e16280eeba99b03e2da8dfd96d72396c3a5ec6
 SHA512 
cd95d65fa56236e6303a22d5a9749912f70aeaee899c57f9c545e13696111dbcfbfee3757a42184164cae56f703b2af9072298dfaba35419bf05fe196692007d
-DIST genpatches-4.19-97.base.tar.xz 2820340 BLAKE2B 
ff5f1b20776414a30d1f24291c6ae75887e6d63ed6501f400a0d55b375ed18172f1eddbb9aa3426c9bbc23f0cb6766d2152c05bf97f511ba6e25ce7a8238c1df
 SHA512 
e27450fa0af491e06206fa911f52c61dd9fa74c8a1003bd2fa7212cba30050f85501825f9855962684903cb7cd817e8f42c649b85fd791d78596608ceb5e15a5
-DIST genpatches-4.19-97.extras.tar.xz 17488 BLAKE2B 
a96cac0a53187a9b05216e66122e70f828889b7a955282309f4e27bb44a90ceaba4b66acd1a9bf9a2a3d7b97be2eb62be6c6d4c0a71475a9dc05dc3b4b6c3820
 SHA512 
aef2f865e488d96c73c35f9f26a801eef4f41ac7f0ce78fa3263f3dbfdaecc67fa6a9d46c8fa4f0b1e7d0e8815743385de0c7105fe1851830498400ae1309209
-DIST genpatches-4.19-98.base.tar.xz 2954268 BLAKE2B 
e96dfdcebaadb6f503e22017ed29a655c0e48fcc31f05743a968e6cc397fb90f4d644f75a520cf54f3178a59e59812344693ac799d87c9b1232782112ce506bb
 SHA512 
c9a6a0d31e527a3e8001cecdd41c11b5fe147fdafe9dc9c4c852e1e4f87ded61f319051a0434036821d1e872c83a00d1b744df3cfbda2a1758a0ac08a0a7ef95
-DIST genpatches-4.19-98.extras.tar.xz 17492 BLAKE2B 
93240a4e143b61666ccff5e7de74834e2e88b7e56808e284b3d10295463d74a3e55ed0547bd5fdad8d885531cea249e2a1f6da915d0b83b66c870f38778364bd
 SHA512 
088b33a9c145496fcdf62f9b6dd3dad4f4f7f45b272c91dd3b58dfa51fad5f5a8da3462e07afcd97fd77395d54b2480f4cc17165dae57e4212dbe352d1442836
 DIST genpatches-4.19-99.base.tar.xz 2980172 BLAKE2B 
2da82ccc1a3a9f874f30046c4d7ea01730398d27c34be741b3fa64ca7e05972a4ef33f76e28383c488d71489c1eabd33e462c2fbbc8248e6d53486eabb1956e6
 SHA512 
481042c47ca0f56a3262e9920a1e245197672c51ac32624668974a8af5273d3ff5930476476b741de611c83c19ad6e4a09e1c1331baaf67c1998ef64bade
 DIST genpatches-4.19-99.extras.tar.xz 17488 BLAKE2B 

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

2020-02-02 Thread Michał Górny
commit: 7d4f31ca7c9c62f12fadcd27ba47953f9a7d7a46
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:25:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4f31ca

sys-kernel/gentoo-kernel-bin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  | 14 --
 .../gentoo-kernel-bin-4.19.96.ebuild   | 54 --
 .../gentoo-kernel-bin-4.19.98.ebuild   | 54 --
 .../gentoo-kernel-bin-4.19.99.ebuild   | 46 --
 .../gentoo-kernel-bin-5.4.12.ebuild| 54 --
 .../gentoo-kernel-bin-5.4.13.ebuild| 54 --
 .../gentoo-kernel-bin-5.4.14.ebuild| 54 --
 .../gentoo-kernel-bin-5.4.15.ebuild| 54 --
 8 files changed, 384 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 2bcda5b70d6..94ee4ae0098 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,19 +1,5 @@
 DIST gentoo-kernel-4.19.101-1.amd64.xpak 61352926 BLAKE2B 
7649aa77837e2234b52a073314aed8734739a70ef0343637516d526379dabba165a2797d37d534a84caee781364785344fc7377c6649ca252446a299ec9ccb28
 SHA512 
a9c9a9494b2899f73df0640c1d3fe130b059d72b49a4c1525090255b2714b488728496c7ba2683eaa5cfe8f27ba0adab1a574e7982706ce952a9961d1e169163
 DIST gentoo-kernel-4.19.101-1.x86.xpak 53595153 BLAKE2B 
247dcedf826604bf461801ce56c95b1d065386e291f8d7d032d40cd59e4dd5fb3524509488a3ae60af924586d4facdb4712c23ac5e7b8e5f5679adcd7c82c5a7
 SHA512 
b70020a8a1b3d79fedac577b790df24a11181c022f6c5c14e85d22cb03de9ac783d287066221465e8e0c3f192e38396cf2eb1e1191bbf63d8c9f1f97e3a0c991
-DIST gentoo-kernel-4.19.96-1.amd64.xpak 61319437 BLAKE2B 
3d81d754807299372e98c261865e0588b283cc1a53a2617db4941688d6aa096087bb72fbfd3578394c25a3a4791aa9ffb5b0209f2aebc391bd3cc19faabfb41c
 SHA512 
4c749ef89942a7affe70f5e70418f2fb9783ab3af1a07f2c096c10a1bbad80d2ecc4c279334dcbc1ba6a9d56f74527518671aa6e1715b82dfe70c12393190561
-DIST gentoo-kernel-4.19.96-1.x86.xpak 53598111 BLAKE2B 
fa41af9d817779216b9109e60d65f428725b5ba0f2fb8a26673f47548496ab1dbc9b889cadef294c3bc0a9adde55311adb8266473bcf49f572865a2e4af9f0ad
 SHA512 
1d68d6997ef80d4b35b7a9a12f76a5a12b7d2ff66dd961a6c805c04a734cbfc30555137fad8ae424681c2baf0d327ceb828d09f7d45dadc5fe8b2855ae9749b6
-DIST gentoo-kernel-4.19.98-1.amd64.xpak 61319205 BLAKE2B 
7651d221c154c9b7a641a6741019b754a5fdc9619b4a551c5c81ea7dfa84301453af243a7336aec6927dc8ebc6b5580cece79667da4ec28a8825349597d218bb
 SHA512 
9977d3589df7972d94f318ffe07a4fb28a24ade3842a3c9e6eb331b060eb3f9a5597bccf8606999d8a086d75a1f7fe81165ccf8efff876449b1adc68f6748a2d
-DIST gentoo-kernel-4.19.98-1.x86.xpak 53589301 BLAKE2B 
2c526c3817721f43d266b98e5408c2b5042179f1c9dc76b4903ac26d87c309b71f8eb73f363b1decc6d004ec23dca3dfe5be4b445a5cbd011fb79d0f335db9e1
 SHA512 
812c42f80d2eed377cc3654b9241e061bcc7fea25639f6721f61815ffafa0f41c01d5a2752d31ac09a7519c32b531ba74da03f2ca5e7ca8aef1b968e3e01c1ca
-DIST gentoo-kernel-4.19.99-1.amd64.xpak 61326899 BLAKE2B 
c2c7219557c5e432a5d093178ff5d5c22f61c8f0a910d22681a0dccfaecaa68e5af34401ead36aa6c6ecff3f525fc10d19dbb45b981d4af72bcfbc8070fbeb3b
 SHA512 
891591989a91e4e6a420d8425ba7f666af2243981305bb4364a7c52f755c568677b9285cc5c7e8609e819e0a141c44b2713be9f925d0b29d48163ad19c59fee3
-DIST gentoo-kernel-4.19.99-1.x86.xpak 53591947 BLAKE2B 
b360f7c4545f5a462b0b8f4c4c9507043b5438f9f4a8a4f81b54825dc44a3b286518cf365992597cf5e5ae6ff65f0f7c57031192def4f34cd10ce1ab262eb1aa
 SHA512 
ea28fef9cc445cb13e9727e34f48b13984d2f507daf08232efbc44561358c328030181c1b1b63e7d50d6fad45d380a713e115fe24ecc234f598cd52a952253d1
-DIST gentoo-kernel-5.4.12-1.amd64.xpak 64961727 BLAKE2B 
b7251d032897a25d5ec0e7358ed55a70a43c4ad63b6080faea24c2504d50415825160f340704d965802b22ec753a482b40b7df498788f39751b9c68992705743
 SHA512 
16b7c3ad7f516f3e782349463215a7a4850a8d784cacfae1c714b5aa3263d9716c4638002b61ac9875a7ffe67573fa13a5cd4e654be41b236bfa66fb1a7b926a
-DIST gentoo-kernel-5.4.12-1.x86.xpak 56394687 BLAKE2B 
6836ba8e66b0cafa802f8e210433d944c87340f852c1e46db0c98f6ec679efe35650dc8318ffd4a9ac57038dbc9c2bd99fb91bc0ae884b9b76e89eae5e06cec9
 SHA512 
f31047408b46a9aa1e97f4d613d8c708ba0c0831412c72eb36ac5dfd9172fa97ff6831de3260fe4b136a478faf7092d3f6fe8cb4ec4f83f373f55a5acba551ef
-DIST gentoo-kernel-5.4.13-1.amd64.xpak 64955380 BLAKE2B 
0db669f44e3b850b3dd8a38ab05a94e1b66ea40f1f5899af3885dfaf7d2d785fa315cd13a82df6c89353fad82ebb0d1df3afbccfcbcfd7c4db8c9f50f836cf65
 SHA512 
127910102e9ad791c3191f94df19af386f93b3f4ebfae3559abe1e303463ad7601a803ea52b9823d09cc6c66363fa526722acf325171ec48798ead4ee01ac0ce
-DIST gentoo-kernel-5.4.13-1.x86.xpak 56400788 BLAKE2B 

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

2020-02-02 Thread Michał Górny
commit: 2fe87c1c38bac29dfc500d69a407ccd5413cf01c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  2 15:37:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe87c1c

sys-kernel/gentoo-kernel: Bump to 4.19.101

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-4.19.101.ebuild| 76 ++
 2 files changed, 78 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index aa278b5b106..d59d4372df3 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,3 +1,5 @@
+DIST genpatches-4.19-100.base.tar.xz 2992824 BLAKE2B 
02722c5568726284afa812be3d9cb4555bad11133dd5876d8ee09771e584e73dfb6e7bd8a2829126ff2dada931856a07429715a918a0fe88786fa98fb6ad6edb
 SHA512 
621a9294c3377720723e89b175bb4f0f2812e566b73952a81112bc1ef675862842e00f642ba37f728ae8aa0e5e5cc17b347cea564821c02c88c532668007b5cc
+DIST genpatches-4.19-100.extras.tar.xz 17492 BLAKE2B 
c896c916f2dfad38b35f1ebd080cb5b66f6bd51b28a77535fc2ae44b11a1a5bee1be52a7d6d5e30b80c635b59e43f40d99c2cea98cf0744374412626a939cc00
 SHA512 
169dea4d9c41057807c63a8d66aa7fb94d783e841a94a700bc0eb1995e620e6b529658d3899ffc54e5cfde4e9267e385dc2e36786ff0c31acecc0593456f8909
 DIST genpatches-4.19-95.base.tar.xz 2780232 BLAKE2B 
cc5ba5e36acb8834ca2313ec134ad4156b543cfda08f08677b5f6efcda8a7b5b9bcdc70691e33698af1e81a9e381916bd5e41e2c5218c2930a928df82d44b7fd
 SHA512 
5f935cc3cd1ecafaeca148010b28d0742dcbbf50d28f77ae1255016548fe921a83befcf577a52553f161cfa54da2c9df204abbbc2004378bc0f8ac58fbafdf04
 DIST genpatches-4.19-95.extras.tar.xz 17492 BLAKE2B 
5138c0138058e5dde744a056bf5068cc1db98cd3a52375d30ca72007d89d5c2b87e1493f1c3cc83cc7d0f1f489783ddf98f1b6d76b33ced4a7f18ae13e1b61cc
 SHA512 
a1d5428a4aa5484dd26e4548a8796f54884541d4012e7591e0bf3c5f63fd9af242fa1719c5bda8e956e0be69f207adedfd0061ccbc00963ceb1272c03edb0e1a
 DIST genpatches-4.19-96.base.tar.xz 2796188 BLAKE2B 
6f8506b0a275b8ae1d215fe4d3812a5d895c05f07db16f560e6cfb8d4945e9a9bc10afcf537c165f96fc111657ba2191c6720be15a49726e92cf6277f9aa1e5d
 SHA512 
62334fd0c23acbbf3c0bfcecc6970501b7c500e24e628130e2d541b29363782757feb3b915e9b3d1210c538fde87d9eb6b64694af5110d55789efd29c8ccce5e

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-4.19.101.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-4.19.101.ebuild
new file mode 100644
index 000..3b0d137453f
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-4.19.101.ebuild
@@ -0,0 +1,76 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-4.19.94
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} - 1))
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux-lts
+AMD64_CONFIG_VER=4.19.92-arch1
+AMD64_CONFIG_HASH=bf97de6a2e405659aaad4c251b7f0bb48d5ed3c9
+# https://git.archlinux32.org/packages/log/core/linux-lts/config
+I686_CONFIG_VER=4.19.85-arch1
+I686_CONFIG_HASH=1f0345e2983d2edd55b401cb5a87fdf365a4192c
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux-lts=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux-lts/config?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   # (skip most patch release patches, we just fetch newer sources)
+   "${WORKDIR}"/109[4-9]*.patch
+   "${WORKDIR}"/11*.patch
+   "${WORKDIR}"/[2-9]*.patch
+   )
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config 
.config || die
+   ;;
+   x86)
+   cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config 
.config || die
+   ;;
+   *)
+   die "Unsupported arch ${ARCH}"
+   ;;
+   esac
+
+   local config_tweaks=(
+   # shove arch under the carpet!

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

2020-02-02 Thread Michał Górny
commit: cf702360a1cc4af6e1b5a7db0343beeaab0c6812
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  2 15:39:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf702360

sys-kernel/vanilla-kernel: Bump to 5.4.17

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |  1 +
 .../vanilla-kernel/vanilla-kernel-5.4.17.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 995eafd989b..95ee64852a6 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -13,6 +13,7 @@ DIST linux-5.4.13.tar.xz 109463864 BLAKE2B 
d610a2bf375c9147b26d6e314c1e86b9f3245
 DIST linux-5.4.14.tar.xz 109457772 BLAKE2B 
eb0286a193b29754562771905db13e6d2140dc577d88be8e8f91f0ab77b9adbe915bb74e89e10e5dce3763f3efce6204c973f5d3341dba9e11ecb544500be5a3
 SHA512 
8bf032249dd98ee5573f75ea451386c3cb0a2a0f17344672856220ff98ec86f6f745d15fc09a8c5fae6ceecaaa76fd2067963eae0e942c98d56141b4e537
 DIST linux-5.4.15.tar.xz 109461584 BLAKE2B 
0384ac416aaca05ac73e77fae2cf85b2d773f343aa9a95191818a237354904b2c36404cbe08e373be832fa9f17c7961362dfe3be50f8cfe040c2eaddbab37da1
 SHA512 
be890d2f893e4470bf51ea84e60088e33420083ffd39e50d204a063e8405176035f2364333657ebabdd68bd4635ae3ea535d0c939de6c88e3e118c3619be1866
 DIST linux-5.4.16.tar.xz 109474712 BLAKE2B 
cf99bbd992d8e90c4255c0ce81fd27793663fb2b300ea1bf686ca21933e6ec6cd2ce7a2bea7b59e235ad70bc05519fd06e033baa0d6e881df732d3a85bc6a17c
 SHA512 
994d0884230c258c97af8c9b1857241d34c780bc61271102707e7bd861270306b1f4c51a00d48826786d1544e8647de8c1e72fa74bf3e9a498a32b7db428337d
+DIST linux-5.4.17.tar.xz 109469504 BLAKE2B 
e03e9b5564320ea60d69db06b6a282d332718269bd8ed694e126e6aca83215de183b52ad331d7af80fee1b4682625a3489373894c4100d38943c097c6958bf06
 SHA512 
b909cc5fa383ca25496851cd8d0af0efbe1613ee6c3579abb122285fcdcd28f4736fbb26675d741474388a63d1a312cc70a6b0aa8f25c1cd62b9f95b99462628
 DIST linux-5.4.7-arch1.i686.config 241295 BLAKE2B 
da45f2de600fafdb48e9bb37e6f7a8ea57ed31dc6fb47062bcee694db0b824844c0556ad6a88afa33bf3a365f50c9ac6326389cfa87d0e47a012252fa1444536
 SHA512 
dcfd9c03cbafeeb942fd37c1f18432aeeacaff438cb88528e17aa8c28bae20090695a2acad08a707e66ecaa5851aa47b012baa6d9274c617fa8c71cde641e8ec
 DIST linux-5.4.7.arch1-1.amd64.config 241598 BLAKE2B 
536cce5cc23cf20e71cba7468a125557f85d8ffc3cb194dced79bd489d39f2e4ed3960816d15d1491007d11b3af466e0a74267f983dfcc5f511f9f566f7e9821
 SHA512 
8658db603e180c75caf76972d85ecf8a4e9c9cf6e047b4f9fc7cba0fa426f434361528c1c29b5580f116cdd23091bf9afb6635d751f3b90c4e968d16db90eac1
 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B 
e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366
 SHA512 
c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.17.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.17.ebuild
new file mode 100644
index 000..92992f98790
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.17.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.4.13.arch1
+AMD64_CONFIG_HASH=9eed969590614a38d370a9fe04a4f5d38ba5e06e
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.4.13-arch1
+I686_CONFIG_HASH=95f890a9f9131e7a0e01a4f3e9c5ee423756a233
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+src_prepare() {
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config 
.config || die
+   ;;
+   x86)
+   cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config 
.config || die
+   ;;
+   *)
+   die "Unsupported 

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

2020-02-02 Thread Michał Górny
commit: e52b12c42d8bd9160e84133ba0eda64653b192e0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:25:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52b12c4

sys-kernel/vanilla-kernel-bin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel-bin/Manifest | 14 --
 .../vanilla-kernel-bin-4.19.96.ebuild  | 52 --
 .../vanilla-kernel-bin-4.19.98.ebuild  | 52 --
 .../vanilla-kernel-bin-4.19.99.ebuild  | 44 --
 .../vanilla-kernel-bin-5.4.12.ebuild   | 52 --
 .../vanilla-kernel-bin-5.4.13.ebuild   | 52 --
 .../vanilla-kernel-bin-5.4.14.ebuild   | 52 --
 .../vanilla-kernel-bin-5.4.15.ebuild   | 52 --
 8 files changed, 370 deletions(-)

diff --git a/sys-kernel/vanilla-kernel-bin/Manifest 
b/sys-kernel/vanilla-kernel-bin/Manifest
index 9f2464c1c18..cfd94ccd143 100644
--- a/sys-kernel/vanilla-kernel-bin/Manifest
+++ b/sys-kernel/vanilla-kernel-bin/Manifest
@@ -2,20 +2,6 @@ DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B 
e013e76503c335739a9623c0901
 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 
3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c
 SHA512 
9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895
 DIST vanilla-kernel-4.19.101-1.amd64.xpak 61327044 BLAKE2B 
0c27cc756aebadcef907b36b2504b1b2bc54920453ff91d7c65c658c55f033a4538fdf3c2b92625730610c630acd7eaf45c05f1c30310f5d6602988282b1edce
 SHA512 
911ea64b60d3ee2451de0e8571690a424cee85367d7299c76b6f7de859c3cf198f52a5f6f9b74985ed27fe0fc59a0a08a0ed03f75b95cee3c88af8731fe776ca
 DIST vanilla-kernel-4.19.101-1.x86.xpak 53603778 BLAKE2B 
5ca7d59bc4732eff68eab16b1eff035eff018a8080185927ebcfdd3b01584d623ea006c41a5b0a6d661ddd5e08c511190df0325b435343ca248370827e06e8dc
 SHA512 
fe8ffb3362e0691a699db195092132ede7722662284004941052a7f35a43d8ef37c25b4f680a0395666e751756d72b7162366a54b62c93d5cd57a5c3a5d40d32
-DIST vanilla-kernel-4.19.96-1.amd64.xpak 61330551 BLAKE2B 
0e4cb07973ce47297c59a7989418a6dccce2723da96c50332d0f6df3af8a74ef98cfa85d1aa7dbb0a43138769c39663acceffd16779b8360a9bfb68b964867c6
 SHA512 
20f30ee5ad5bcd43c96404920c82a55b3ba3f51268819b94581c303bf187bd902232ef9c2dbd432f7ae0d44e087555f73fff05f203a4d92eca92e104c6ad0814
-DIST vanilla-kernel-4.19.96-1.x86.xpak 53581929 BLAKE2B 
09875438c6b035e033a159cf4dabce752bd56886dc9578949e9c6e6a4929f9017bef5daab0da9e6f74fb243a90912ae330a4a10bfef640b4b5700ba26a1e8bab
 SHA512 
2cc4c8ef8417468ab361807ee924492dd37b4b6e24b66d678b032635f4d044f19844746094424d2dda8c174d0fc13134d424e5c07c493d1af8db25b1f33494cf
-DIST vanilla-kernel-4.19.98-1.amd64.xpak 61293045 BLAKE2B 
df849b1577fa3e28760de658d23db06c2fbdc6cbd5ecaa321901fd0d92da65d0bbb46784485d9548d9f95747ac6109943c628f2ddcb63b00772d9875dc7e43ea
 SHA512 
4434b33a34c018ee19df7695d7409a5fe4a3d48f1d630c9db95d86db03cff37b1eaec8e007baa2ae65ed04b643cd9afa7dafb6fcea1142edb5f9cbf5049b44af
-DIST vanilla-kernel-4.19.98-1.x86.xpak 53595335 BLAKE2B 
6054d31135ad83b7be68ee751dac15c775342e9b2387b74b6a511c5bb7abbc3f0b7b1407535c8cebdeb22c316788fcda4374969e5dcd2da81e803629d7f5ce0d
 SHA512 
fb8a5fb8c66f1d43017b4be949e45d46e23bdab3ec77231e35ef4e37753760e38e00d7ce00a0b2d7b16523028fc8e40bc1f91ecb88ffc809bc634699a37f5761
-DIST vanilla-kernel-4.19.99-1.amd64.xpak 61339189 BLAKE2B 
ec706f8905031f5f1affafc2d102022ba7a20a9be16b53d1973d75579dc5c1994468ae38fd10b558fdfec550708a0bff2411b6cab1b1e3907a74aa4f1290f07b
 SHA512 
4fe702ed462ed744bde2f5f74c10d9ff13e349c55588548ec4f58c9022eddbc5bc7ba70b7a6b2ffa4d317d037ba120c41378de5d84fcff4206ab966c9986c51b
-DIST vanilla-kernel-4.19.99-1.x86.xpak 53593962 BLAKE2B 
38054744013a44107b6cdb57aa70186e162a3029ff29156c7724bfd23ded4799e955b5f6dc82ed6e223f7e8043b612dc9946c4c8712007f2b383cd960855f56d
 SHA512 
772baecccd061eef1cee919b05609118b0ae5d55d6f911d1c6a86a7d0dc1ccae45ec54f3e96705b1f674cf456869e02d9ade192ba70d56e05ed55897441a0836
-DIST vanilla-kernel-5.4.12-1.amd64.xpak 64949751 BLAKE2B 
c65f58763ca58a21b0e8981309646a8502c9ba55fb9eb835bd9dd0afe0ae33e16198fd54ba7cd768906a329a2910a196558fa16e2168df5a67233986f410f7dd
 SHA512 
95bee704124462d0bbd0ae7a33674c56fa9e9d1f01690b638c5691b82b0af9649edfeb437d177bb773f861a77b31ec7afb2a6fe611684d4fee107c8fb4961cdc
-DIST vanilla-kernel-5.4.12-1.x86.xpak 56393584 BLAKE2B 
89ebc921148a3cfd6950c4e6d8094c3a4c79f699ec4a911c440c16858ef878020065986ebfb8173290b8c18398c47f0de16235fddbd9fa12901ccc067cec6bea
 SHA512 
9e7f096d267c28839595a776cd1c7ad2b325dcc41b8ec6bfff196f6f762084a23eaa56d24b6658c1d0925434bcc3efb88bcb398cb9e1a79697bc5be79701f71c
-DIST vanilla-kernel-5.4.13-1.amd64.xpak 64948280 BLAKE2B 

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

2020-02-02 Thread Michał Górny
commit: 95d7df5d6d85483a78453bdcec767d59a411294d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  2 15:39:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d7df5d

sys-kernel/gentoo-kernel: Bump to 5.4.17

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.17.ebuild  | 73 ++
 2 files changed, 75 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index d59d4372df3..390a5195a7d 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -20,6 +20,8 @@ DIST genpatches-5.4-15.base.tar.xz 586668 BLAKE2B 
6e363fc484e94c2903ea94d5966d31
 DIST genpatches-5.4-15.extras.tar.xz 1744 BLAKE2B 
bca6af0367819405e5d11c46bcd45187ea16b0de7793e546d4be294a3c87e5e00313873d356c3139881f619fa6e64da0c99f8a8b788ec14e17c1ca192276c543
 SHA512 
2f783d62403997d724ff4e124f9365dbddd3f139438b6bec608829762a3b2ef29dc8c488b10a4069a501de70512cff15dbb187d44c8ec90ff0604bc63a713420
 DIST genpatches-5.4-16.base.tar.xz 622844 BLAKE2B 
c9b71a945733efde4ef1c3f4e5929573c4b338d7dfa2cd589ad64c567865eb7d1448f2e32a59548ba2d738aee5219467727fa68a3572a50ffade1cd574ddfd87
 SHA512 
3a1ad8e9f44076fe00f5fee586d53f3b028e7c2086dfc2a30659415ae6a5f8463623890d0a26965eb9fe33da31b1b03652097a0814602862145d047dc9977b33
 DIST genpatches-5.4-16.extras.tar.xz 1740 BLAKE2B 
acd4fd5705617564442e44326f5d5c6f0bab8ce1950cfda56d9db03ca1b0adfc3f0d8770a659010c8db4f4d6114adf667ffeefe636f353c9acc51c9ba07bdd0c
 SHA512 
b44523a6da21eef1f547c0cfab9e2aaa2bde929dc2727d9ae748a55b6735e78d304dc66ebd1e97b57ed988936e91ad49e205dce10b745a8fded3b08e13dd1ce4
+DIST genpatches-5.4-17.base.tar.xz 649680 BLAKE2B 
787d9e9285a69a7f8de8c82375c42a8de7bc0cb0299c725fb60d23933079eff9803e43559d1a8467c3c315ad6ddfa64e1ddc47e4e2bcecaef892443f1bad7b7f
 SHA512 
bd3a9b544d542a05da5c606b34998b7aaeab8d0ac85b13c6232d86d2cd0bfd418a67c080e8ad3d4bfd1e43f6e9afac26df368d3b61f66583baf018e109d7ade3
+DIST genpatches-5.4-17.extras.tar.xz 1744 BLAKE2B 
8a871ac738bba4aec50fd972c9a6f9233ca4a187b6e612dbdb32721fa1e5a7fd0169dd4c31658a124c8933518b05a9f4c2ba417d471e9922809a518cabdcb0f2
 SHA512 
b76cb8c9f6bc0aa640014c0377bb39cf8686d3733322b8e7ca92791e7dffe3117f32a537682ae1b516ad1c4e1e275b0fc7d7bf280daf2426bea0703e735b920a
 DIST linux-4.19.85-arch1.i686.config 222183 BLAKE2B 
03eac77940db0ee6b4f2a006edc600ef34141bbca849f5be4de9b961301a8fc987da6d0e21344aa5d80c29bb7793d56cf5441abb6c8e4057d94e2601c174c1be
 SHA512 
6bd45c9dfd96b1afb8c1ca1ca72722baee6c91894e454d7af937de02242d3bb9d3b6870f5976aa96245c753c6bc1ac637a6356125b0d4c596aadef643b8c3d8d
 DIST linux-4.19.92-arch1.amd64.config 222487 BLAKE2B 
a658d80d85525287a1df9053ca2ddfe423ab423bcc3b9ea8bd9cda65cc7ffa4b1be782c48c867c13e46070af4016f446860f5cf71351f239da1eff6c45a5aa6a
 SHA512 
a5658c8e8464516dffd6f624344e739784cb315d334b2c5105bd5d16022b6366ad4ec00d3692a7b78e2458514175522bc85e834bf19593feff6363b616860258
 DIST linux-4.19.94.tar.xz 103389152 BLAKE2B 
291db6f448606a4ba288295b4b1c0b813e736534e4749a152baa1d07fcf52bba2b59e7b4b261594a2deb9ad961afec50a28b4ec126f97033f1c0a36aba9f2961
 SHA512 
c6017e854ec06054c658042c2e8227d79284ecdadf0a2e1c5da799ca2ac165a266e7d33aa52361d0036ddb3059e3b24f0a68b45ffd84d87394d3f41492f6f9a4

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.17.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.17.ebuild
new file mode 100644
index 000..0041d89b83f
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.17.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-${PV##*.}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.4.13.arch1
+AMD64_CONFIG_HASH=9eed969590614a38d370a9fe04a4f5d38ba5e06e
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.4.13-arch1
+I686_CONFIG_HASH=95f890a9f9131e7a0e01a4f3e9c5ee423756a233
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+

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

2020-02-02 Thread Michał Górny
commit: 6ff837dc3a23dda2bbfc71543cdb8fb3121b48a3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 05:24:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 05:37:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff837dc

sys-kernel/vanilla-kernel-bin: Bump to 5.4.17

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel-bin/Manifest |  2 +
 .../vanilla-kernel-bin-5.4.17.ebuild   | 44 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-kernel/vanilla-kernel-bin/Manifest 
b/sys-kernel/vanilla-kernel-bin/Manifest
index ed920e47250..9f2464c1c18 100644
--- a/sys-kernel/vanilla-kernel-bin/Manifest
+++ b/sys-kernel/vanilla-kernel-bin/Manifest
@@ -18,3 +18,5 @@ DIST vanilla-kernel-5.4.15-1.amd64.xpak 64976137 BLAKE2B 
2853933e64e66e471b78230
 DIST vanilla-kernel-5.4.15-1.x86.xpak 56398033 BLAKE2B 
6efd03ac696208583899d2cffe12fbbd89cced37f5f53a51b0ab574f2097545a87c4f4b62b6e7cb0cc91018fa113fe523708c44b33d11db1f4a4ea069b4d7dbf
 SHA512 
6201a4b303314a649843855195faccaa9ac85148e7b52a9550d619feb4b91ad4c11657d8ebe3783076f91d05039d5131a691545139ac91849f1724c59a9a1470
 DIST vanilla-kernel-5.4.16-1.amd64.xpak 64967142 BLAKE2B 
7272e0ffe9fdf0e800193a79d71c4aadb3593e6a63e55e9b09be1923cbf66369b0e311651fcf9fde21d8949196a9efc462591edfa0dffef7d18770c5841eb886
 SHA512 
28d9470e722c645a6bbc38d279548cb2757aa9cc29e2b50a592c94f16d72881ae628570a1fa4706f794c788d798a33e25e6f1d04879cab572c22a61c4e34e64d
 DIST vanilla-kernel-5.4.16-1.x86.xpak 56395375 BLAKE2B 
cbc26a745c37f6f5990ae0463a04f6720feebdc3590d1fb6a8050902557d58b71dc3b6c343869c6611108866643a113c390657e6f82902697e62d349b1212b37
 SHA512 
1f7a92a29073af2aede42ca2556d295dddc6db7303dd6cf345915294648e2e4a34eecf35fac516a187793f5e33adfd08abedcb7e132500113bdca847013f8fff
+DIST vanilla-kernel-5.4.17-1.amd64.xpak 64951575 BLAKE2B 
56264df30ae0e030e18200bda25457020616253af0a5e4f394eedda18636cefef3959f1f1db9a5987d5714fb9a674087d0163ddf57042a120cafb01882170e2b
 SHA512 
96a58d276e8da40871ac56803bbd98b0f9343ce03cfd8ced89ba6bc050491b13df516b3eb04c3dc9da243230d282c1493823d11316ec21025317e810fc4421c8
+DIST vanilla-kernel-5.4.17-1.x86.xpak 56404018 BLAKE2B 
aad8c6e7e6bc792542583eb8c0639a4011eafde7bb1d48b870b6ed56ad54beda4bab8a5717e29d53b90dfe7b7b7fd45ce55b17bd41bb6d3f50f25f83d629eb53
 SHA512 
2f7e7f57d585e6b67ae2d985e0f93b1c1f60d479c2c7c587bc8e73729bc552ef09fd38513b8af3582779ac354742246d5e68ae10464c9ab2c21e75f91fe91dde

diff --git a/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.17.ebuild 
b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.17.ebuild
new file mode 100644
index 000..c80f6f1ab4d
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.17.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built vanilla Linux kernel"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/cache/

2020-02-02 Thread Zac Medico
commit: f8ef0cbecbd7a0aec56b8e4aa7b7e5a9b553db2d
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb  3 05:06:20 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb  3 05:06:34 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f8ef0cbe

sphinx-build: avoid autodoc ModuleNotFoundError for xattr

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/cache/ebuild_xattr.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/portage/cache/ebuild_xattr.py 
b/lib/portage/cache/ebuild_xattr.py
index cc6b06246..33a40fdba 100644
--- a/lib/portage/cache/ebuild_xattr.py
+++ b/lib/portage/cache/ebuild_xattr.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright: 2009-2011 Gentoo Foundation
+# Copyright: 2009-2020 Gentoo Authors
 # Author(s): Petteri Räty (betelge...@gentoo.org)
 # License: GPL2
 
@@ -14,8 +14,7 @@ from portage import cpv_getkey
 from portage import os
 from portage import _encodings
 from portage import _unicode_decode
-portage.proxy.lazyimport.lazyimport(globals(),
-   'xattr')
+from portage.util._xattr import xattr
 
 class NoValueException(Exception):
pass



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

2020-02-02 Thread Benda XU
commit: 1b3fdb740a49af440e5f0956f9c64b00be9b7ace
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Feb  3 03:39:43 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Feb  3 04:02:35 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b3fdb74

sci-biology/ugene: remove from tree.

  SRC_URI is dead. Upstream is alive, but it is not trivial to figure
  out the source tarball download of the new version.

  Feel free to add this package back to tree.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu  gentoo.org>

 sci-biology/ugene/metadata.xml| 12 --
 sci-biology/ugene/ugene-1.20.0.ebuild | 42 ---
 2 files changed, 54 deletions(-)

diff --git a/sci-biology/ugene/metadata.xml b/sci-biology/ugene/metadata.xml
deleted file mode 100644
index a3daeebd2..0
--- a/sci-biology/ugene/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ale...@gentoo.org
-   Alexey Shvetsov
-   
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-

diff --git a/sci-biology/ugene/ugene-1.20.0.ebuild 
b/sci-biology/ugene/ugene-1.20.0.ebuild
deleted file mode 100644
index 3aa9dfebe..0
--- a/sci-biology/ugene/ugene-1.20.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit qmake-utils
-
-DESCRIPTION="A free open-source cross-platform bioinformatics software"
-HOMEPAGE="http://ugene.unipro.ru;
-SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="cpu_flags_x86_sse2"
-
-# http://ugene.net/download.html states Qt5.4 and QtWebkit but:
-#   Project MESSAGE: Cannot build Unipro UGENE with Qt version 4.8.7
-#   Project ERROR: Use at least Qt 5.2.1.
-DEPEND="
-   >=dev-qt/qtgui-5.2.1
-   >=dev-qt/qtscript-5.2.1[scripttools]"
-RDEPEND="${DEPEND}"
-
-LANGS="cs en ru zh"
-
-src_configure() {
-   local CONFIG_OPTS
-   if use amd64; then
-   CONFIG_OPTS+=( CONFIG+="x64" )
-   elif use ppc; then
-   CONFIG_OPTS+=( CONFIG+="ppc" )
-   fi
-
-   use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 )
-
-   eqmake5 $CONFIG_OPTS || die
-}
-
-src_install() {
-   emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
-}



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

2020-02-02 Thread Benda XU
commit: 4b71324f723868c8e6c4bef7f95776ba556e7932
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Feb  3 03:34:38 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Feb  3 04:02:34 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b71324f

sci-biology/consed2gap: remove from tree.

  1. No upstream updates since 2005.
  2. perl-app eclass is removed from main repo.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu  gentoo.org>

 sci-biology/consed2gap/consed2gap-20050520.ebuild | 37 ---
 sci-biology/consed2gap/metadata.xml   | 12 
 2 files changed, 49 deletions(-)

diff --git a/sci-biology/consed2gap/consed2gap-20050520.ebuild 
b/sci-biology/consed2gap/consed2gap-20050520.ebuild
deleted file mode 100644
index e8bf492df..0
--- a/sci-biology/consed2gap/consed2gap-20050520.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module perl-app
-
-DESCRIPTION="Convert whole CONSED dataset to a GAP4 project"
-HOMEPAGE="http://genome.imb-jena.de/software/consed2gap/;
-SRC_URI="http://genome.imb-jena.de/software/consed2gap/consed2gap.tgz -> 
${P}.tgz"
-
-LICENSE="FLI-Jena"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-lang/perl:=
-   sci-libs/io_lib
-   sci-biology/caftools
-   sci-biology/align_to_scf"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare(){
-   sed -i 's#/usr/local/bin/perl#/usr/bin/env perl#' bin/phrap2caf || die
-   sed -i 's#/usr/local/bin/perl#/usr/bin/env perl#' bin/badgerGetOpt.pl 
|| die
-}
-
-src_install(){
-   dobin bin/consed2gap bin/phrap2caf bin/badgerGetOpt.pl
-   dodir /usr/share/"${PN}"
-   mv example "${ED}"/usr/share/"${PN}"/ || die
-
-   cd bin && perl-module_src_install
-}

diff --git a/sci-biology/consed2gap/metadata.xml 
b/sci-biology/consed2gap/metadata.xml
deleted file mode 100644
index 138cb7705..0
--- a/sci-biology/consed2gap/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-



[gentoo-commits] proj/sci:master commit in: sci-biology/amos/, sci-biology/amos/files/

2020-02-02 Thread Benda XU
commit: 435cdfbb48bf8efd38cb3198230758bd599aeac3
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Feb  3 03:22:24 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Feb  3 04:02:34 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=435cdfbb

sci-biology/amos: remove from tree.

  1. No upstream development since 2011.
  2. Does not support Python 3.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu  gentoo.org>

 sci-biology/amos/amos-3.1.0-r2.ebuild  | 76 --
 sci-biology/amos/amos-.ebuild  | 76 --
 sci-biology/amos/files/amos-3.1.0-gcc-4.7.patch| 15 -
 ...mos-3.1.0-goBambus2.py-indent-and-cleanup.patch | 25 ---
 .../files/amos-3.1.0-rename_to_jellyfish1.patch| 43 
 .../amos/files/amos--fix-include-paths.patch   | 13 
 sci-biology/amos/metadata.xml  | 21 --
 7 files changed, 269 deletions(-)

diff --git a/sci-biology/amos/amos-3.1.0-r2.ebuild 
b/sci-biology/amos/amos-3.1.0-r2.ebuild
deleted file mode 100644
index 951f12c1b..0
--- a/sci-biology/amos/amos-3.1.0-r2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-r1
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit perl-module eutils toolchain-funcs
-
-DESCRIPTION="Whole genome assembler, Hawkeye and AMOScmp to compare multiple 
assemblies"
-HOMEPAGE="http://amos.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="mpi qt5"
-
-DEPEND="
-   mpi? ( virtual/mpi )
-   dev-libs/boost
-   qt5? ( dev-qt/qtcore:5 )
-   sci-biology/blat
-   sci-biology/jellyfish:1"
-RDEPEND="${DEPEND}
-   dev-lang/perl
-   dev-perl/DBI
-   dev-perl/Statistics-Descriptive
-   sci-biology/mummer"
-
-MAKEOPTS+=" -j1"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gcc-4.7.patch \
-   "${FILESDIR}"/${P}-goBambus2.py-indent-and-cleanup.patch \
-   "${FILESDIR}"/${P}-rename_to_jellyfish1.patch
-   # $ gap-links
-   # ERROR:  Could not open file  
LIBGUESTFS_PATH=/usr/share/guestfs/appliance/
-   # $
-   sh ./bootstrap || die
-   default
-   eautoreconf
-   # prevent GCC 6 log pollution due to hash_map deprecation in C++11
-   # shutdown gcc-8.2.0 messages too
-   append-cxxflags -Wno-cpp -Wno-narrowing
-}
-
-src_configure() {
-   local myconf
-   use X && myconf+=( --with-x )
-   econf ${myconf[@]} --with-jellyfish="${EPREFIX}"/usr/include 
--with-Boost-dir="${EPREFIX}"/usr/include --with-qmake-qt4=qmake --enable-all
-}
-
-src_install() {
-   default
-   python_replicate_script "${ED}"/usr/bin/goBambus2
-   # bambus needs TIGR::FASTAreader.pm and others
-   # configure --libdir sadly copies both *.a files and *.pm into 
/usr/lib64/AMOS/ and /usr/lib64/TIGR/, work around it
-   perl_set_version
-   insinto ${VENDOR_LIB}/AMOS
-   doins "${D}"/usr/lib64/AMOS/*.pm
-   insinto ${VENDOR_LIB}/TIGR
-   doins "${D}"/usr/lib64/TIGR/*.pm
-   # move also /usr/lib64/AMOS/AMOS.py to /usr/bin
-   mv "${D}"/usr/lib64/AMOS/*.py "${D}"/usr/bin || die
-   # zap the mis-placed files ('make install' is at fault)
-   rm -f "${D}"/usr/lib64/AMOS/*.pm
-   rm -rf "${D}"/usr/lib64/TIGR
-   echo AMOSCONF="${EPREFIX}"/etc/amos.acf > "${S}"/99amos || die
-   mkdir -p "${ED}"/etc || die
-   touch "${ED}"/etc/amos.acf || die
-   doenvd "${S}/99amos"
-}

diff --git a/sci-biology/amos/amos-.ebuild 
b/sci-biology/amos/amos-.ebuild
deleted file mode 100644
index 923ac5978..0
--- a/sci-biology/amos/amos-.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit perl-module eutils toolchain-funcs autotools flag-o-matic 
python-single-r1 qmake-utils
-
-AUTOTOOLS_AUTORECONF=true
-inherit autotools-utils git-r3
-
-DESCRIPTION="Whole genome assembler, Hawkeye and AMOScmp to compare multiple 
assemblies"
-HOMEPAGE="http://sourceforge.net/projects/amos;
-SRC_URI=""
-EGIT_REPO_URI="git://amos.git.sourceforge.net/gitroot/amos/amos"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS=""
-IUSE="mpi qt5 X"
-
-DEPEND="
-   mpi? ( virtual/mpi )
-   dev-libs/boost
-   qt5? ( dev-qt/qtcore:5 )
-   sci-biology/blat
-   sci-biology/jellyfish:1"
-RDEPEND="${DEPEND}
-   dev-perl/DBI
-   dev-perl/Statistics-Descriptive
-   sci-biology/mummer"
-
-# $ gap-links
-# ERROR:  Could not open file  LIBGUESTFS_PATH=/usr/share/guestfs/appliance/
-# $
-
-src_prepare() {
-   epatch "${FILESDIR}"/"${P}"-fix-include-paths.patch
-  

[gentoo-commits] proj/sci:master commit in: sci-mathematics/mdp/

2020-02-02 Thread Benda XU
commit: 5e5957838e87a4a97682cebea339f682650cf380
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Feb  3 03:59:59 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Feb  3 04:02:36 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e595783

sci-mathematics/mdp: remove from tree.

  No maintenance since 2011.  No updates since Python target 3.3.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu  gentoo.org>

 sci-mathematics/mdp/mdp-3.3.ebuild  | 35 ---
 sci-mathematics/mdp/mdp-3.5.ebuild  | 34 --
 sci-mathematics/mdp/mdp-.ebuild | 33 -
 sci-mathematics/mdp/metadata.xml| 23 ---
 4 files changed, 125 deletions(-)

diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild 
b/sci-mathematics/mdp/mdp-3.3.ebuild
deleted file mode 100644
index 509639188..0
--- a/sci-mathematics/mdp/mdp-3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-MY_P="${P/mdp/MDP}"
-MY_P="${MY_P/_rc/RC}"
-
-DESCRIPTION="Data processing framework in python"
-HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html;
-SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-   || (
-   >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
-)"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   distutils_install_for_testing
-   cd "${BUILD_DIR}" || die
-   "${PYTHON}" -c "import mdp;mdp.test()" || die
-}

diff --git a/sci-mathematics/mdp/mdp-3.5.ebuild 
b/sci-mathematics/mdp/mdp-3.5.ebuild
deleted file mode 100644
index 6136fc36d..0
--- a/sci-mathematics/mdp/mdp-3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_P="${P/mdp/MDP}"
-MY_P="${MY_P/_rc/RC}"
-
-DESCRIPTION="Data processing framework in python"
-HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html;
-SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-   >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   distutils_install_for_testing
-   cd "${BUILD_DIR}" || die
-   "${PYTHON}" -c "import mdp;mdp.test()" || die
-}

diff --git a/sci-mathematics/mdp/mdp-.ebuild 
b/sci-mathematics/mdp/mdp-.ebuild
deleted file mode 100644
index 9be3d648a..0
--- a/sci-mathematics/mdp/mdp-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1 git-r3
-
-MY_P="${P/mdp/MDP}"
-MY_P="${MY_P/_rc/RC}"
-
-DESCRIPTION="Modular data processing framework for python"
-HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html;
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/mdp-toolkit/mdp-toolkit.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-   >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   distutils_install_for_testing
-   cd "${BUILD_DIR}" || die
-   "${PYTHON}" -c "import mdp;mdp.test()" || die
-}

diff --git a/sci-mathematics/mdp/metadata.xml b/sci-mathematics/mdp/metadata.xml
deleted file mode 100644
index 4a8c55d36..0
--- a/sci-mathematics/mdp/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   t...@cerazone.net
-   Tim Cera
-   
-   
-   sci-mathemat...@gentoo.org
-   Gentoo Mathematics Project
-   
-   
-Modular toolkit for Data Processing (MDP) is a Python data processing
-framework. Implemented algorithms include: Principal Component Analysis
-(PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA),
-Independent Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor
-Analysis, Fisher Discriminant Analysis (FDA), Gaussian Classifiers, and
-Restricted Boltzmann Machines.
-
-   
-   mdp-toolkit
-   
-



[gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-ruby/

2020-02-02 Thread Benda XU
commit: da731f1940288b009bf57a13ad7bbb132ea2ed8e
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Feb  3 03:50:42 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Feb  3 04:02:35 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=da731f19

sci-chemistry/openbabel-ruby: remove from tree.

  The ebuild is under maintained and without any normal ebuild
  verions.  The ruby targets are not updated since ruby21.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu  gentoo.org>

 sci-chemistry/openbabel-ruby/metadata.xml  | 18 -
 .../openbabel-ruby/openbabel-ruby-.ebuild  | 81 --
 2 files changed, 99 deletions(-)

diff --git a/sci-chemistry/openbabel-ruby/metadata.xml 
b/sci-chemistry/openbabel-ruby/metadata.xml
deleted file mode 100644
index cc3c28852..0
--- a/sci-chemistry/openbabel-ruby/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-   
-Open Babel is a chemical toolbox designed to speak the many languages of
-chemical data. It's an open, collaborative project allowing anyone to
-search, convert, analyze, or store data from molecular modeling, chemistry,
-solid-state materials, biochemistry, or related areas. This package enables
-to access Open Babel library from Ruby programs.
-
-   
-   openbabel
-   
-

diff --git a/sci-chemistry/openbabel-ruby/openbabel-ruby-.ebuild 
b/sci-chemistry/openbabel-ruby/openbabel-ruby-.ebuild
deleted file mode 100644
index fb014277b..0
--- a/sci-chemistry/openbabel-ruby/openbabel-ruby-.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-inherit cmake-utils eutils ruby-ng git-r3
-
-DESCRIPTION="Ruby bindings for OpenBabel"
-HOMEPAGE="http://openbabel.sourceforge.net/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/openbabel/openbabel.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="${DEPEND}
-   ~sci-chemistry/openbabel-${PV}
-   >=dev-lang/swig-1.3.29"
-RDEPEND="${RDEPEND}
-   ~sci-chemistry/openbabel-${PV}"
-
-CMAKE_IN_SOURCE_BUILD=1
-
-EGIT_CHECKOUT_DIR="${WORKDIR}/all"
-
-src_unpack() {
-   all_ruby_unpack() {
-   git-r3_src_unpack
-   }
-
-   ruby-ng_src_unpack
-}
-
-all_ruby_prepare() {
-   swig -ruby -c++ -small -O -templatereduce -naturalvar -autorename \
-   -I"${EPREFIX}/usr/include/openbabel-2.0" \
-   -o scripts/ruby/openbabel-ruby.cpp \
-   -outdir scripts/ruby \
-   scripts/openbabel-ruby.i \
-   || die "Generation of openbabel-ruby.cpp failed"
-   sed 's/void Init_OpenBabel/void Init_openbabel/' -i 
scripts/ruby/openbabel-ruby.cpp || die
-}
-
-each_ruby_configure() {
-   CMAKE_USE_DIR="${WORKDIR}/${environment}"
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_RPATH=
-   -DBINDINGS_ONLY=ON
-   -DOPTIMIZE_NATIVE=OFF
-   
-DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so
-   
-DOB_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/openbabel/"${PV}"
-   -DLIB_INSTALL_DIR="${ED}"/$(ruby_rbconfig_value sitearchdir)
-   -DRUBY_BINDINGS=ON
-   -DRUBY_EXECUTABLE="${RUBY}"
-   -DRUBY_INCLUDE_DIR=$(ruby_get_hdrdir) 
-I$(ruby_get_hdrdir)/$(ruby_rbconfig_value sitearch)
-   -DRUBY_LIBRARY=$(ruby_get_libruby)
-   )
-
-   cmake-utils_src_configure
-}
-
-each_ruby_compile() {
-   CMAKE_USE_DIR="${WORKDIR}/${environment}"
-   cmake-utils_src_make bindings_ruby
-}
-
-each_ruby_test() {
-   for i in scripts/ruby/examples/*; do
-   einfo "Running test: ${WORKDIR}/${environment}/${i}"
-   ${RUBY} -I"${WORKDIR}/${environment}/$(get_libdir)" "${i}" || 
die
-   done
-}
-
-each_ruby_install() {
-   CMAKE_USE_DIR="${WORKDIR}/${environment}"
-   cmake -DCOMPONENT=bindings_ruby -P cmake_install.cmake
-}



[gentoo-commits] proj/sci:master commit in: sci-mathematics/cadabra/files/, sci-mathematics/cadabra/

2020-02-02 Thread Benda XU
commit: a1e9a011645237b0401e65acdeb2a2f039bbdbaf
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Feb  3 03:56:58 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Feb  3 04:02:36 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1e9a011

sci-mathematics/cadabra: remove from tree.

  SRC_URI is dead, simple version bump did not work.

Bug: https://bugs.gentoo.org/707558
Signed-off-by: Benda Xu  gentoo.org>

 sci-mathematics/cadabra/cadabra-1.39.ebuild|  88 ---
 .../cadabra/files/cadabra-1.33-FLAGS.patch | 171 -
 .../cadabra/files/cadabra-1.39-FLAGS.patch | 171 -
 sci-mathematics/cadabra/metadata.xml   |   9 --
 4 files changed, 439 deletions(-)

diff --git a/sci-mathematics/cadabra/cadabra-1.39.ebuild 
b/sci-mathematics/cadabra/cadabra-1.39.ebuild
deleted file mode 100644
index 095ab87dd..0
--- a/sci-mathematics/cadabra/cadabra-1.39.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils texlive-common
-
-DESCRIPTION="Field-theory motivated computer algebra system"
-HOMEPAGE="http://cadabra.phi-sci.com;
-SRC_URI="http://cadabra.phi-sci.com/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples X test"
-
-CDEPEND="
-   sci-libs/modglue
-   sci-mathematics/lie
-   dev-libs/gmp[cxx]
-   dev-libs/libpcre
-   X? (
-   x11-libs/gtk+:2
-   dev-cpp/gtkmm:2.4
-   dev-cpp/pangomm:1.4
-   app-text/dvipng )"
-DEPEND="${CDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-texlive/texlive-latexextra
-   app-text/texlive-core
-   )
-   test? ( sys-process/time )"
-RDEPEND="${CDEPEND}
-   virtual/latex-base
-   dev-texlive/texlive-latexrecommended"
-
-src_prepare(){
-   # fixing the flag mess
-   epatch "${FILESDIR}/${P}-FLAGS.patch"
-}
-
-src_configure(){
-   econf $(use_enable X gui) \
-   --disable-runtime-dependency-check
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   cd "${S}/doc" || die
-   default
-   cd doxygen/latex || die
-   emake pdf
-   fi
-}
-
-src_install() {
-   # cadabra strip binaries unless you are on OS X.
-   # So faking it to avoid outright stripping.
-   emake DESTDIR="${D}" DEVDESTDIR="${D}" MACTEST=1 install
-
-   dodoc AUTHORS ChangeLog INSTALL
-
-   if use doc; then
-   cd "${S}/doc/doxygen" || die
-   dohtml html/*
-   dodoc latex/*.pdf
-   fi
-
-   if use examples; then
-   dodoc -r "${S}/examples/"
-   fi
-
-   rm -rf "${D}/usr/share/TeXmacs" || die
-}
-
-pkg_postinst() {
-   etexmf-update
-   elog "This version of the cadabra ebuild is still under development."
-   elog "Help us improve the ebuild in:"
-   elog "http://bugs.gentoo.org/show_bug.cgi?id= 194393"
-}
-
-pkg_postrm() {
-   etexmf-update
-}

diff --git a/sci-mathematics/cadabra/files/cadabra-1.33-FLAGS.patch 
b/sci-mathematics/cadabra/files/cadabra-1.33-FLAGS.patch
deleted file mode 100644
index 2d78e9327..0
--- a/sci-mathematics/cadabra/files/cadabra-1.33-FLAGS.patch
+++ /dev/null
@@ -1,171 +0,0 @@
 Makefile.in.orig   2013-09-05 21:45:20.026339263 +1200
-+++ Makefile.in2013-09-05 21:48:20.859739672 +1200
-@@ -24,7 +24,7 @@
-   ( cd src && $(MAKE) static );
- 
- profile:
--  ( export CFLAGS=-pg && export LDFLAGS=-pg && cd src && $(MAKE) );
-+  ( export CFLAGS="$(CFLAGS) -pg" && CXXFLAGS="$(CXXFLAGS) -pg" && cd src 
&& $(MAKE) );
- 
- doc:
-   ( cd doc && $(MAKE) );
 src/Makefile.in.orig   2013-09-05 21:45:35.546373837 +1200
-+++ src/Makefile.in2013-09-05 21:53:51.146459582 +1200
-@@ -22,12 +22,13 @@
- 
- SRCS  = `find . -name "*.cc"`
- MCFLAGS   = @CFLAGS@ -I. -I@top_srcdir@/src `pkg-config modglue --cflags`
-+MCXXFLAGS = @CXXFLAGS@ -I. -I@top_srcdir@/src `pkg-config modglue --cflags`
- TIMESTAMP = -D"RELEASE=\"${RELEASE}\"" -D"DATETIME=\"`date | sed -e 's/  / 
/'`\"" -DHOSTNAME=\"`hostname`\"
- 
- 
- 
- %.o: %.cc
--  @CXX@ ${MCFLAGS} ${TIMESTAMP} -c -o $@ $<
-+  @CXX@ ${MCXXFLAGS} ${TIMESTAMP} -c -o $@ $<
- 
- modules/xperm.o: modules/xperm.c
-   @CC@ @NESTED@ ${MCFLAGS} ${TIMESTAMP} -c -o $@ $<
-@@ -42,10 +43,10 @@
- 
- ifeq ($(strip $(MACTEST)),)
- cadabra: $(OBJS) $(MOBJS)
--  @CXX@ -o cadabra ${LDFLAGS} -Wl,--as-needed $+ `pkg-config modglue 
--libs` -lgmpxx -lpcrecpp -lgmp
-+  @CXX@ -o cadabra ${MCXXFLAGS} ${LDFLAGS} -Wl,--as-needed $+ `pkg-config 
modglue --libs` -lgmpxx -lpcrecpp -lgmp
- else
- cadabra: $(OBJS) $(MOBJS)
--  @CXX@ -o cadabra ${LDFLAGS} -Wl,-dead_strip_dylibs $+ `pkg-config 
modglue --libs` -lgmpxx -lpcrecpp -lgmp
-+  @CXX@ 

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

2020-02-02 Thread Matthias Maier
commit: 879959d1e05a588a12f7743a44abc1a8b0a613bd
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Feb  3 02:46:57 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Feb  3 03:07:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879959d1

dev-python/libvirt-python: version bump to 6.0.0

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/libvirt-python/Manifest  | 1 +
 dev-python/libvirt-python/libvirt-python-5.10.0.ebuild  | 2 +-
 .../{libvirt-python-5.10.0.ebuild => libvirt-python-6.0.0.ebuild}   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 0a90ded673b..69fae8cdd73 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -3,3 +3,4 @@ DIST libvirt-python-5.2.0.tar.gz 193270 BLAKE2B 
fecd1a07091746779a91e0cfeb9c3068
 DIST libvirt-python-5.5.0.tar.gz 200364 BLAKE2B 
198c9858573c383ab818deae6bd42c6ad7efd58b9a661a80f06f4f0fc0d72e9da98546b07443397609d4c9454ece4e02759b53016f078bdae84580474e2bb49d
 SHA512 
3098c5a0315488aa515a9b00e69add8de3dc372d2f82a8b1cbc6d01287a133855095f7c34510ad900adbd1c56e6a53bdfe3d251c48411acd243c2300d659332b
 DIST libvirt-python-5.6.0.tar.gz 201352 BLAKE2B 
16f88b9c15214af0ec97ee39912139d6ab07473a9f65a735303f5241d10d75e46db68378b33c9c139f6a9e43f7143a4c30fdbe187e50e004cfb5205dda03d0a3
 SHA512 
a6bf7c661127ae0ed5962ed7bc9cefe09907e82969525ee0ea8f8f70b5fee8f200b6ba9d35aefcb7b132f59e34162ba40e75e93aff297808bc1dd23f548da428
 DIST libvirt-python-5.8.0.tar.gz 202807 BLAKE2B 
82111cdaa5f22ff2a8e5aa16c789535a0e8665c5076137c24bda0698ce0dd1eca2f39db1eba0f3288b208f809d3d44b6b4f05c82b60438222ec7fa66bb2fdabe
 SHA512 
89e02e04c26738180c244a46c1d5ff4c6e839df70ec1cc045997cba25f5182ff616f36821ae180f92901c381e6471f629b4ffd9a69e45843e9412e4e715ba91d
+DIST libvirt-python-6.0.0.tar.gz 196791 BLAKE2B 
8fa524d76277fc0278158205f25da8a4331c732a7cbdbe7d9ef9c697b8d5758d8f4182ac749212f4b7c147cde5648fa8cd245cbe0ae809e9079ef654def3c4a1
 SHA512 
1d64bdb430d099c6e72259e49d99aa985b9ba745c543d3a12ad614c48e1334a3607e093d93612c34e8ec3990e880f3d66fd33199605f2ec9a419193bbb839d58

diff --git a/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
index cc56b946099..607c6f77b7f 100644
--- a/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 MY_P="${P/_rc/-rc}"
 

diff --git a/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-6.0.0.ebuild
similarity index 96%
copy from dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
copy to dev-python/libvirt-python/libvirt-python-6.0.0.ebuild
index cc56b946099..607c6f77b7f 100644
--- a/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-6.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 MY_P="${P/_rc/-rc}"
 



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

2020-02-02 Thread Matthias Maier
commit: a20edcb72406f0e07390c52ca17ac94665cafda0
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Feb  3 02:45:02 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Feb  3 03:07:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20edcb7

app-emulation/libvirt: version bump to 6.0.0

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/Manifest |   1 +
 .../files/libvirt-6.0.0-do-not-use-sysconf.patch   | 150 
 app-emulation/libvirt/libvirt-6.0.0.ebuild | 379 +
 3 files changed, 530 insertions(+)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 3a68bbb64c5..cf8fd919a80 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -3,3 +3,4 @@ DIST libvirt-5.2.0.tar.xz 14992888 BLAKE2B 
d68aedb634a70063a116e112689f252d3fc2f
 DIST libvirt-5.5.0.tar.xz 12930224 BLAKE2B 
4add0b727e4754bd1b2b4e9020942b17872533737e496ddf7976bf86a0fd3bcfbebd83387a8f3bab8dcc9afb05755b245e55682ed17d6094085d3dc96d94eefe
 SHA512 
47923aaca605fb43a53238ac535abc1f88f73435336b8f3e88cb01df277ed205d99c586991e523aa32b50c832a0a7c949ab5f84dc78eb8d18a4951cfc791448d
 DIST libvirt-5.6.0.tar.xz 13147976 BLAKE2B 
dbfc997123f43fcf9d635b59fffa00d96826e673c4037105151bde2c4a0fb3015a0e458e8e67969b5513a4ddbf41d062feb91e6a86054ddcc1d661f0554fd1f7
 SHA512 
95fe931394fb31288faf73349bb298f08f63cf062f851b9935303145f8166f69128be9360757f0e1845256c14f4d7672843dba0dc6c086b1c3c8bfc035cc8986
 DIST libvirt-5.8.0.tar.xz 13129328 BLAKE2B 
ff49b0b6dca86f35c68edfb880677c88e0aed8021ed01ebd145922821914edd70c355ca777fe470e2b0e4baf36f2813c1100be9377344f81c9df374068307da1
 SHA512 
73d18fdf307b8029921a9f1a0c84ca31c50c662a3c0339e3850d6d2f31574168807a6f34943b286ed86a44031decbbc1339f27366da7269e29d38c7094503113
+DIST libvirt-6.0.0.tar.xz 8686092 BLAKE2B 
669054aa3bb3e4f2cf0be2e9ea796b820786661f65495597322e178d7c7e42355b0e3752c8a847cb2fc4405928a30a00544829647aa84cc2e71bc0cb8ce9af5f
 SHA512 
64259c0cffa9fc01192c5474f69d88a61ed0bae0a100379fed6112723a37eff1865ccfc85a19d6b8cd39ed504f04998bb3f6390aaafff797bb41ef65b6ec413c

diff --git a/app-emulation/libvirt/files/libvirt-6.0.0-do-not-use-sysconf.patch 
b/app-emulation/libvirt/files/libvirt-6.0.0-do-not-use-sysconf.patch
new file mode 100644
index 000..738799533c6
--- /dev/null
+++ b/app-emulation/libvirt/files/libvirt-6.0.0-do-not-use-sysconf.patch
@@ -0,0 +1,150 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index c9b5eeb..423a201 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -533,23 +533,6 @@ EXTRA_DIST += \
+   $(SYSCONF_FILES) \
+   $(OPENRC_CONF_FILES)
+ 
+-install-sysconfig:
+-  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
+-  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
+-  do \
+-tgt=`basename $$f`; \
+-$(INSTALL_DATA) $(srcdir)/$$f.sysconf \
+-$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
+-  done
+-
+-uninstall-sysconfig:
+-  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
+-  do \
+-tgt=`basename $$f`; \
+-rm -f $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
+-  done
+-  rmdir $(DESTDIR)$(sysconfdir)/sysconfig || :
+-
+ OPENRC_CONF_DIR = $(sysconfdir)/conf.d
+ 
+ install-openrc-conf:
+@@ -615,14 +598,14 @@ SYSTEMD_UNIT_DIR = $(prefix)/lib/systemd/system
+ BUILT_SOURCES += $(SYSTEMD_UNIT_FILES)
+ DISTCLEANFILES += $(SYSTEMD_UNIT_FILES)
+ 
+-install-systemd: $(SYSTEMD_UNIT_FILES) install-sysconfig
++install-systemd: $(SYSTEMD_UNIT_FILES)
+   $(MKDIR_P) $(DESTDIR)$(SYSTEMD_UNIT_DIR)
+   for f in $(SYSTEMD_UNIT_FILES); \
+   do \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(SYSTEMD_UNIT_DIR)/ ; \
+   done
+ 
+-uninstall-systemd: uninstall-sysconfig
++uninstall-systemd:
+   rm -f $(SYSTEMD_UNIT_FILES:%=$(DESTDIR)$(SYSTEMD_UNIT_DIR)/%)
+   rmdir $(DESTDIR)$(SYSTEMD_UNIT_DIR) || :
+ 
+diff --git a/src/locking/virtlockd.service.in 
b/src/locking/virtlockd.service.in
+index e7f8057..2449b20 100644
+--- a/src/locking/virtlockd.service.in
 b/src/locking/virtlockd.service.in
+@@ -7,8 +7,7 @@ Documentation=man:virtlockd(8)
+ Documentation=https://libvirt.org
+ 
+ [Service]
+-EnvironmentFile=-@sysconfdir@/sysconfig/virtlockd
+-ExecStart=@sbindir@/virtlockd $VIRTLOCKD_ARGS
++ExecStart=@sbindir@/virtlockd
+ ExecReload=/bin/kill -USR1 $MAINPID
+ # Loosing the locks is a really bad thing that will
+ # cause the machine to be fenced (rebooted), so make
+diff --git a/src/logging/virtlogd.service.in b/src/logging/virtlogd.service.in
+index daff48e..4373619 100644
+--- a/src/logging/virtlogd.service.in
 b/src/logging/virtlogd.service.in
+@@ -7,8 +7,7 @@ Documentation=man:virtlogd(8)
+ Documentation=https://libvirt.org
+ 
+ [Service]
+-EnvironmentFile=-@sysconfdir@/sysconfig/virtlogd
+-ExecStart=@sbindir@/virtlogd $VIRTLOGD_ARGS
++ExecStart=@sbindir@/virtlogd
+ ExecReload=/bin/kill -USR1 $MAINPID

[gentoo-commits] proj/portage:master commit in: lib/portage/dbapi/

2020-02-02 Thread Zac Medico
commit: 6d8104e665b55174980cd88695f0f956935507b7
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb  3 03:01:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb  3 03:02:02 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6d8104e6

sphinx-build: remove broken lazyimport for _spawn_phase

Fixes: d318bcce356b ("vartree: add missing _merge_unicode_error import")
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/dbapi/vartree.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py
index 29843656f..050366528 100644
--- a/lib/portage/dbapi/vartree.py
+++ b/lib/portage/dbapi/vartree.py
@@ -23,7 +23,7 @@ portage.proxy.lazyimport.lazyimport(globals(),
'portage.locks:lockdir,unlockdir,lockfile,unlockfile',
'portage.output:bold,colorize',
'portage.package.ebuild.doebuild:doebuild_environment,' + \
-   '_merge_unicode_error', '_spawn_phase',
+   '_merge_unicode_error',
'portage.package.ebuild.prepare_build_dirs:prepare_build_dirs',
'portage.package.ebuild._ipc.QueryCommand:QueryCommand',
'portage.process:find_binary',



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

2020-02-02 Thread Matt Turner
commit: b37d174f57489d85dc1cbb543647a85de4f18646
Author: Marcin Wozniak  gmail  com>
AuthorDate: Sat Jan  4 14:07:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  3 02:54:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37d174f

dev-python/pygobject: Version bump to 3.34.0

Closes: https://bugs.gentoo.org/703002
Closes: https://bugs.gentoo.org/704196
Closes: https://github.com/gentoo/gentoo/pull/14238
Signed-off-by: Marcin Wozniak  aol.com>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pygobject/Manifest|  1 +
 dev-python/pygobject/pygobject-3.34.0.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/dev-python/pygobject/Manifest b/dev-python/pygobject/Manifest
index 072d5513355..353a2297b08 100644
--- a/dev-python/pygobject/Manifest
+++ b/dev-python/pygobject/Manifest
@@ -1,2 +1,3 @@
 DIST pygobject-2.28.6.tar.xz 747248 BLAKE2B 
5f92794034b2d0559a623db4a7d273a7dc3f099cae87ede91b17e81acac085a9298c6b81b45b4b8540b6a75ced97e474a993437dbfcfc2133d3321d6a979b541
 SHA512 
37544ea2377258758169b25a2969d5ee1c9ffb9b6e63e05bc7a0471a49ac9169c51ec587d4489172c7d256f53df878a81c1992a08059aa7e43dbbb69f799545c
 DIST pygobject-3.32.1.tar.xz 551708 BLAKE2B 
ba7c34e4747d6a11424a23195f71877ecbd69b463b3c8aae7634a320cc8ec723e24301c0674b9ffbfdcb6d798fb5b772a723afc7ac28c23461e84cf7485a
 SHA512 
5b325d0caf4f34f783fc2c664a795809f048eb1639d2f2e375fc147c852d6e29a8ab119438cac76786fb20220c72d5859cc06d6f70c29f976f6a5914e0169915
+DIST pygobject-3.34.0.tar.xz 552268 BLAKE2B 
a9cbeb644e0aa1b23067b591fe5c6299741395656631d39782a8c183a5d3a8e5e7f1a81acdefee186b7cc2bc34dda9271468b1828d5b9613ddc1256e24f1ecb8
 SHA512 
782195d22e564b88dea8d43469f0111f398b44b51a63df2fe7d07650af94d5cd037f322a5d7e405338823be3419fcdbf0113fe50b220ab1cfd07d4d01dbc4766

diff --git a/dev-python/pygobject/pygobject-3.34.0.ebuild 
b/dev-python/pygobject/pygobject-3.34.0.ebuild
new file mode 100644
index 000..95582be28f2
--- /dev/null
+++ b/dev-python/pygobject/pygobject-3.34.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+
+inherit gnome.org meson python-r1 virtualx xdg
+
+DESCRIPTION="Python bindings for GObject Introspection"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/pygobject 
https://wiki.gnome.org/Projects/PyGObject https://pygobject.readthedocs.io/;
+
+LICENSE="LGPL-2.1+"
+SLOT="3"
+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 ~x64-solaris ~x86-solaris"
+IUSE="+cairo examples test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.48:2
+   >=dev-libs/gobject-introspection-1.54:=
+   virtual/libffi:=
+   cairo? (
+   >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
+   x11-libs/cairo[glib] )
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-libs/atk[introspection]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   x11-libs/gdk-pixbuf:2[introspection,jpeg]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   configuring() {
+   meson_src_configure \
+   $(meson_use cairo pycairo) \
+   $(meson_use test tests) \
+   -Dpython="${EPYTHON}"
+   }
+
+   python_foreach_impl configuring
+}
+
+src_compile() {
+   python_foreach_impl meson_src_compile
+}
+
+src_test() {
+   local -x GIO_USE_VFS="local" # prevents odd issues with deleting 
${T}/.gvfs
+   local -x GIO_USE_VOLUME_MONITOR="unix" # prevent udisks-related 
failures in chroots, bug #449484
+
+   testing() {
+   local -x XDG_CACHE_HOME="${T}/${EPYTHON}"
+   meson_src_test || die "test failed for ${EPYTHON}"
+   }
+   virtx python_foreach_impl testing
+}
+
+src_install() {
+   installing() {
+   meson_src_install
+   python_optimize
+   }
+   python_foreach_impl installing
+   use examples && dodoc -r examples
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/, x11-libs/pango/files/

2020-02-02 Thread Matt Turner
commit: 66d950c109ef07428aaf8a1d1d234ee7ba42df55
Author: David Heidelberg  ixit  cz>
AuthorDate: Wed Oct 30 13:03:19 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  3 02:36:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d950c1

x11-libs/pango: Version bump to 1.44.7

>From Polynomial-C's overlay.

Closes: https://bugs.gentoo.org/698922
Closes: https://github.com/gentoo/gentoo/pull/13498
Signed-off-by: David Heidelberg  ixit.cz>
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/pango/Manifest|  1 +
 ...break.c-Only-test-Thai-breaks-with-libtha.patch | 35 ++
 x11-libs/pango/pango-1.44.7.ebuild | 81 ++
 3 files changed, 117 insertions(+)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index b156ec8c167..43cbd6530e5 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,2 +1,3 @@
 DIST pango-1.42.4-patchset.tar.xz 6040 BLAKE2B 
ec3f1a6a4de30e0864e7f0bf0950cb7a7b4bada8c3db496a8e5b1e770f221ae72b43167178445ea9cd0d6b88e51d2af49e7fdf27b2e792997fe7c37e55d429c1
 SHA512 
b7654c3493931e3c6d3cbd40ee49c5cbebaf403954bae75dea80e9f03e12dd5082548aff6a9e778821b8f935e227a7efaad4c1b980fa108e7258042221cadfc1
 DIST pango-1.42.4.tar.xz 833876 BLAKE2B 
7de1094a29750b9e59ea1e5c92644fa5d6b835828d027963a53cce3f204ee1ea0042ec492e209de9136f05ca131ccda959bc477d4f6e9c72e5f620ddf4235f26
 SHA512 
993e97f647eba0c5ed90bcfcb8228bf67fa3f20b1f4331e4e40a30788d7c3ac55eee1209471bf21df125cb8fc6121acc8062a9da2f8a7d6cbe8e9ad13a9320dc
+DIST pango-1.44.7.tar.xz 521384 BLAKE2B 
9917efc1bcc9115331149d77eb9b15373d4331ed6a8e5542a97f480eb0557736d4f1817c0fd56262f442e4b3c2c68607baacdd38b1684def1af58a583bfb
 SHA512 
6e0a3d5cd32c209fd71a2ce5f705a60db318c2133bcca07360a047a73892f642a1661c1f0fb90353fc43e75336dfc22909bf4969f1bd03324c9689344af08350

diff --git 
a/x11-libs/pango/files/pango-1.44.7-tests-test-break.c-Only-test-Thai-breaks-with-libtha.patch
 
b/x11-libs/pango/files/pango-1.44.7-tests-test-break.c-Only-test-Thai-breaks-with-libtha.patch
new file mode 100644
index 000..181d84587e1
--- /dev/null
+++ 
b/x11-libs/pango/files/pango-1.44.7-tests-test-break.c-Only-test-Thai-breaks-with-libtha.patch
@@ -0,0 +1,35 @@
+https://gitlab.gnome.org/GNOME/pango/merge_requests/161
+
+From b73284747ac937e31dc9191f84ed6e24284c88ee Mon Sep 17 00:00:00 2001
+From: Chun-wei Fan 
+Date: Mon, 25 Nov 2019 14:58:32 +0800
+Subject: [PATCH] tests/test-break.c: Only test Thai breaks with libthai
+ available
+
+The four.break test data file involves the Thai language, meaning that
+this test will fail unless we have libthai.  Skip this test unless
+libthai is found.
+---
+ tests/test-break.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/tests/test-break.c b/tests/test-break.c
+index 8549b678..47fa3009 100644
+--- a/tests/test-break.c
 b/tests/test-break.c
+@@ -305,6 +305,12 @@ main (int argc, char *argv[])
+   if (!strstr (name, "break"))
+ continue;
+ 
++#ifndef HAVE_LIBTHAI
++  /* four.break involves Thai, so only test it when we have libthai */
++  if (strstr (name, "four.break"))
++continue;
++#endif
++
+   path = g_strdup_printf ("/break/%s", name);
+   g_test_add_data_func_full (path, g_test_build_filename (G_TEST_DIST, 
"breaks", name, NULL),
+  test_break, g_free);
+-- 
+2.24.1
+

diff --git a/x11-libs/pango/pango-1.44.7.ebuild 
b/x11-libs/pango/pango-1.44.7.ebuild
new file mode 100644
index 000..cbaa8b80c48
--- /dev/null
+++ b/x11-libs/pango/pango-1.44.7.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson multilib-minimal toolchain-funcs xdg
+
+DESCRIPTION="Internationalized text layout and rendering library"
+HOMEPAGE="https://www.pango.org/;
+SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 
1-2)/${P}.tar.xz"
+
+LICENSE="LGPL-2+ FTL"
+SLOT="0"
+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"
+
+# X USE flag is simply a stub until all revdeps have been adjusted to use X(+)
+IUSE="gtk-doc +introspection test +X"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.59.2:2[${MULTILIB_USEDEP}]
+   >=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-2.0:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.12.10:=[X,${MULTILIB_USEDEP}]
+   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
+   

[gentoo-commits] proj/devmanual:master commit in: bin/, /

2020-02-02 Thread Ulrich Müller
commit: d09825a450135cfef920f6e9a426ff4d2c7a4fe1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan 28 19:39:18 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Feb  2 23:59:53 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d09825a4

devbook.xsl: Move all header parts into the header element. Add main.

This applies to bin/gen-eclass-html.sh as well.

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

 bin/gen-eclass-html.sh |  7 +++---
 devbook.xsl| 64 ++
 2 files changed, 37 insertions(+), 34 deletions(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index 84a46fc..883c787 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -47,12 +47,13 @@ IFS='' read -r -d '' HEADER << 'EOF'
   Home
   Eclass 
Reference
 
-Master 
IndexEclass 
Reference
-   
+
+Master IndexEclass Reference
+
 EOF
 
 IFS='' read -r -d '' FOOTER << 'EOF'
-
+
 
 
 

diff --git a/devbook.xsl b/devbook.xsl
index 50315d1..be30022 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -542,48 +542,50 @@
 
   
   
-  
-
-
-  
+
+  
+  
+
+  
 
   
 
   
-
-  
-  
-  
-
-  
-
+
+
+  
+
+  
   x
   Search Results
-
-
-  No results found.
-
-
-  Close
+  
+  
+No results found.
+  
+  
+Close
+  
 
   
 
-  
-  
-
-  
-
-  
-
-
-  
-
+
+  
+
+  
+
+  
+  
+
+  
+
   
 
-  
-  
-
-  
+  
+  
+
+  
+
+  
   
 
   



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

2020-02-02 Thread Ulrich Müller
commit: 0e002d195a18a3c1ee57605cc0783298106fe060
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 18 17:18:23 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb  3 00:02:38 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0e002d19

appendices/contributors: Update list of contributors.

- Add contributors when they have added at least 40 lines (yes, this
is quite arbitrary) to a file, based on the script below. This was
followed by some manual sanity checks, e.g., whether the line count
doesn't originate only from paragraph reformatting.

for i in $(find . -name .git -prune -o -type f -print); do
echo $i
git blame -e -w $i
done \
| awk '
/^\./ { file=$1; next }
{ lines[gensub(/.*\(<([^  ]*)@.*/, "\\1", 1, $0), file]++ }
END {
for (x in lines) {
split(x, y, SUBSEP)
if (lines[x] >= 40)
printf "%-15s  %-50s  %4d\n", y[1], y[2], lines[x]
}
}' \
| sort

Where contributions to more than three (or to all) subdocuments of any
document would have been listed, only the parent document is listed
instead.

- Remove zhen as contributor for appendices/devbook-guide, because all
nontrivial lines written by him have been removed (or moved elsewhere),
most of them already in 2003:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.19=1.20

- Change description of halcy0n from "current maintainer" to "previous
maintainer", because his last commit was in 2010.

Closes: https://bugs.gentoo.org/705744
Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml | 53 ++--
 1 file changed, 45 insertions(+), 8 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index bf0a12d..628346d 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -45,6 +45,8 @@ This page lists the contributions to the Gentoo Development 
Guide:
 
   
 
+
 
   
 
@@ -52,7 +54,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
   Previous maintainer (XSL Stylesheets, legacy Developer Handbook content)
 
 
-  XSL Stylesheets, current maintainer
+  XSL Stylesheets, previous maintainer
 
 
 ,
@@ -61,11 +63,13 @@ This page lists the contributions to the Gentoo Development 
Guide:
 Misc
 
 
-  ,
-  ,
-  ,
+  ,
   ,
-  
+  ,
+  ,
+  ,
+  ,
+  DTD, XSL stylesheet, eclass conversion
 
 
   
@@ -82,10 +86,43 @@ Misc
 
   GuideXML guide
 
-
-  GuideXML guide
+
+  
+
+
+  ,
+  
+
+
+  
+
+
+  ,
+  ,
+  ,
+  ,
+  ,
+  search functionality
+
+
+  ,
+  
+
+
+  ,
+  ,
+  ,
+  ,
+  
+
+
+  ,
+  ,
+  
+
+
+  Search functionality
 
-
 
 
 



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

2020-02-02 Thread Ulrich Müller
commit: 0bbfa28025b1a89eb8cac3f96b7072c1de01b6ba
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jan 29 11:15:38 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb  3 00:01:20 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0bbfa280

devbook.xsl: Add simple navigation in offline mode.

This consists of "previous" and "next" links.

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

 devbook.xsl | 198 +++-
 offline.css |  26 
 2 files changed, 130 insertions(+), 94 deletions(-)

diff --git a/devbook.xsl b/devbook.xsl
index faf9796..a61cae0 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -469,111 +469,121 @@
 
 
   
-
-
-  
-
-  
-
-  https://get.gentoo.org/; role="button" class="btn 
get-gentoo">  Get 
Gentoo!
-  
-
-gentoo.org sites  
+
+  
+
+  
+
+
+  
+
+  
+  
+
+  
+
+  
+
+  https://get.gentoo.org/; role="button" 
class="btn get-gentoo">  Get 
Gentoo!
+  
+
+gentoo.org sites  
+
+
+  https://www.gentoo.org/; title="Main 
Gentoo website"> gentoo.org
+  https://wiki.gentoo.org/; title="Find 
and contribute documentation"> 
Wiki
+  https://bugs.gentoo.org/; title="Report 
issues and find common issues"> 
Bugs
+  https://forums.gentoo.org/; 
title="Discuss with the community"> 
Forums
+  https://packages.gentoo.org/; 
title="Find software for your Gentoo"> 
Packages
+  
+  https://planet.gentoo.org/; title="Find 
out what's going on in the developer community"> Planet
+  https://archives.gentoo.org/; 
title="Read up on past discussions"> 
Archives
+  https://sources.gentoo.org/; 
title="Browse our source code"> 
Sources
+  
+  https://infra-status.gentoo.org/; 
title="Get updates on the services provided by Gentoo"> Infra Status
+
+  
+
+  
+  
+
+  https://assets.gentoo.org/tyrian/site-logo.svg; type="image/svg+xml">
+https://assets.gentoo.org/tyrian/site-logo.png; alt="Gentoo Linux Logo" />
+  
 
-
-  https://www.gentoo.org/; title="Main Gentoo 
website"> gentoo.org
-  https://wiki.gentoo.org/; title="Find and 
contribute documentation"> 
Wiki
-  https://bugs.gentoo.org/; title="Report 
issues and find common issues"> 
Bugs
-  https://forums.gentoo.org/; title="Discuss 
with the community"> Forums
-  https://packages.gentoo.org/; title="Find 
software for your Gentoo"> 
Packages
-  
-  https://planet.gentoo.org/; title="Find out 
what's going on in the developer community"> Planet
-  https://archives.gentoo.org/; title="Read 
up on past discussions"> 
Archives
-  https://sources.gentoo.org/; title="Browse 
our source code"> Sources
-  
-  https://infra-status.gentoo.org/; 
title="Get updates on the services provided by Gentoo"> Infra Status
-
+Development Guide
   
 
   
-  
-
-  https://assets.gentoo.org/tyrian/site-logo.svg; type="image/svg+xml">
-https://assets.gentoo.org/tyrian/site-logo.png; 
alt="Gentoo Linux Logo" />
-  
-
-Development Guide
-  
 
-  
-
-
-  
-
-  
-
-  Toggle navigation
-  
-  
-  
-
-  
-  
-
-   Home
-  
- 
-
-  
-  dropdown-menu
-
-  
-  
-  
-
-  
-
-  
-
-
-  
-
-  
-
-  Toggle navigation
- 

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

2020-02-02 Thread Ulrich Müller
commit: a17eeb5d6403f6e020b1ae7fbe92f6606bb28ed0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jan 29 11:21:52 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb  3 00:01:19 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a17eeb5d

devbook.xsl: Define relative_path_depth_recursion only once.

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

 devbook.xsl | 28 +++-
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/devbook.xsl b/devbook.xsl
index be30022..3ff6502 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -437,18 +437,18 @@
   
 
   
+
+
+  
+
+../
+  
+
 !DOCTYPE html
 
 
 
– Gentoo 
Development Guide
-  
-  
-
-  
-  ../
-
-  
   
   
   https://assets.gentoo.org/tyrian/bootstrap.min.css; 
rel="stylesheet" media="screen" />
@@ -508,13 +508,6 @@
   
   
 
-  
-  
-
-  
-  ../
-
-  
Home
   
  
@@ -618,13 +611,6 @@
   https://assets.gentoo.org/tyrian/jquery.min.js";>
   https://assets.gentoo.org/tyrian/bootstrap.min.js";>
   https://assets.gentoo.org/lunr/lunr.min.js";>
-  
-  
-  
-
-../
-  
-  
   var documentsSrc = "documents.js"
   
 



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

2020-02-02 Thread Ulrich Müller
commit: 563f4c60d694a0ce2e053a88fdf11f1f88e63dcd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan 28 19:40:51 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb  3 00:01:19 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=563f4c60

Support offline browsing.

Pass an "offline" flag to devbook.xsl, which disables loading of
external assets and loads a simple CSS instead. This will replace
the fragile patching in the app-doc/devmanual ebuild.

offline.css was originally contributed (as fallback.css)
by Lucas Ramage in bug 617724.

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

 Makefile|  5 -
 devbook.xsl | 55 +--
 offline.css | 19 +++
 3 files changed, 60 insertions(+), 19 deletions(-)

diff --git a/Makefile b/Makefile
index 3fb4c52..ef2c735 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@ HTMLS := $(subst text.xml,index.html,$(XMLS))
 ECLASS_HTMLS := $(wildcard eclass-reference/*/index.html)
 IMAGES := $(patsubst %.svg,%.png,$(SVGS))
 
+# Nonzero value disables external assets for offline browsing.
+OFFLINE = 0
+
 all: prereq validate build documents.js
 
 prereq:
@@ -49,7 +52,7 @@ documents.js: bin/build_search_documents.py $(XMLS)
 #
 .SECONDEXPANSION:
 %.html: $$(dir $$@)text.xml devbook.xsl xsl/*.xsl $$(subst 
text.xml,index.html,$$(wildcard $$(dir $$@)*/text.xml))
-   xsltproc devbook.xsl $< > $@
+   xsltproc --param offline "$(OFFLINE)" devbook.xsl $< > $@
 
 validate: prereq
@xmllint --noout --dtdvalid devbook.dtd $(XMLS) \

diff --git a/devbook.xsl b/devbook.xsl
index 3ff6502..faf9796 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -14,6 +14,10 @@
 
 
 
+
+
+
 
 
 
@@ -451,13 +455,21 @@
– Gentoo 
Development Guide
   
   
-  https://assets.gentoo.org/tyrian/bootstrap.min.css; 
rel="stylesheet" media="screen" />
-  https://assets.gentoo.org/tyrian/tyrian.min.css; 
rel="stylesheet" media="screen" />
+  
+
+  
+
+
+  https://assets.gentoo.org/tyrian/bootstrap.min.css; 
rel="stylesheet" media="screen" />
+  https://assets.gentoo.org/tyrian/tyrian.min.css; 
rel="stylesheet" media="screen" />
+
+  
   
   https://www.gentoo.org/favicon.ico; 
type="image/x-icon" />
 
 
   
+
 
   
 
@@ -561,6 +573,7 @@
 
   
 
+
 
   
 
@@ -581,20 +594,24 @@
   
   
 
-  
-
-
-
-  Questions or comments?
-  Please feel free to https://www.gentoo.org/inside-gentoo/contact/;>contact us.
+  
+
+  
+  
+  
+Questions or comments?
+Please feel free to https://www.gentoo.org/inside-gentoo/contact/;>contact us.
+  
 
-  
+  
   
 
-  
-https://twitter.com/gentoo; title="@Gentoo on 
Twitter">
-https://www.facebook.com/gentoo.org; 
title="Gentoo on Facebook">
-  
+  
+
+  https://twitter.com/gentoo; title="@Gentoo on 
Twitter">
+  https://www.facebook.com/gentoo.org; 
title="Gentoo on Facebook">
+
+  
 
 
   Copyright (C) 2001-2020 Gentoo Authors
@@ -608,11 +625,13 @@
   
 
   
-  https://assets.gentoo.org/tyrian/jquery.min.js";>
-  https://assets.gentoo.org/tyrian/bootstrap.min.js";>
-  https://assets.gentoo.org/lunr/lunr.min.js";>
-  var documentsSrc = "documents.js"
-  
+  
+https://assets.gentoo.org/tyrian/jquery.min.js";>
+https://assets.gentoo.org/tyrian/bootstrap.min.js";>
+https://assets.gentoo.org/lunr/lunr.min.js";>
+var documentsSrc = "documents.js"
+
+  
 
 
   

diff --git a/offline.css b/offline.css
new file mode 100644
index 000..42f94e9
--- /dev/null
+++ b/offline.css
@@ -0,0 +1,19 @@
+body {
+margin: 40px auto;
+max-width: 650px;
+line-height: 1.6;
+font-size: 18px;
+color: #454545;
+background-color: #fafafa;
+padding: 0 10px;
+}
+
+header, footer {
+padding: 0.75em 1em;
+margin: 0;
+background-color: #e1e1e1;
+}
+
+h1, h2, h3, h4, h5, h6 {
+line-height: 1.2;
+}



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

2020-02-02 Thread Ulrich Müller
commit: 631558f7a3726f06fafe99f43b46abae0872cfa2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Feb  2 23:47:25 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Feb  2 23:47:25 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=631558f7

bin/gen-eclass-html.sh: Sync from devbook.xsl.

Apply the "logo on mobile" patch to the eclass manpages, too.

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

 bin/gen-eclass-html.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index efa7f12..84a46fc 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -37,7 +37,7 @@ IFS='' read -r -d '' HEADER << 'EOF'
 
 
 
-
+
 https://assets.gentoo.org/tyrian/site-logo.svg; type="image/svg+xml">https://assets.gentoo.org/tyrian/site-logo.png; alt="Gentoo Linux 
Logo">Development Guide
 
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/, x11-plugins/wmMatrix/files/

2020-02-02 Thread Bernard Cafarelli
commit: cf12d7fd5d98f5209513bcc9b93388e98d785fd5
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Feb  2 23:28:08 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Feb  2 23:28:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf12d7fd

x11-plugins/wmMatrix: fix build with -fno-common

Thanks jer for patch

Closes: https://bugs.gentoo.org/707970
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../wmMatrix/files/wmMatrix-0.2-fno-common.patch   | 37 ++
 x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild|  7 ++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmMatrix/files/wmMatrix-0.2-fno-common.patch 
b/x11-plugins/wmMatrix/files/wmMatrix-0.2-fno-common.patch
new file mode 100644
index 000..1bb92d66a6c
--- /dev/null
+++ b/x11-plugins/wmMatrix/files/wmMatrix-0.2-fno-common.patch
@@ -0,0 +1,37 @@
+--- a/xutils.h
 b/xutils.h
+@@ -18,11 +18,11 @@
+ /*
+  *   Global variable
+  */
+-Display   *display;
+-Window  Root;
+-Window  iconwin, win;
+-int screen; 
+-int DisplayDepth;
++extern Display*display;
++extern Window  Root;
++extern Window  iconwin, win;
++extern int screen; 
++extern int DisplayDepth;
+ 
+ 
+ 
+--- a/xutils.c
 b/xutils.c
+@@ -42,6 +42,15 @@
+ #include "xutils.h"
+ 
+ 
++/*
++ *   Global variable
++ */
++Display   *display;
++Window  Root;
++Window  iconwin, win;
++int screen; 
++int DisplayDepth;
++
+ 
+ /*
+  *   X11 Variables 

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild 
b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index e6692825831..5b686f451ee 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,10 @@ LICENSE="GPL-2"
 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-makefile.patch
+   "${FILESDIR}"/${P}-fno-common.patch
+   )
 
 src_compile() {
# this version is distributed with compiled binaries!



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/

2020-02-02 Thread Andreas Sturmlechner
commit: 5b245a9322d6c65c4ca14c6136e804b1724c508b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  2 19:18:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  2 23:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b245a93

dev-util/kdevelop-pg-qt: 2.2.1 version bump

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

 dev-util/kdevelop-pg-qt/Manifest   |  1 +
 .../kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
index 31d712ad324..15735a52751 100644
--- a/dev-util/kdevelop-pg-qt/Manifest
+++ b/dev-util/kdevelop-pg-qt/Manifest
@@ -1 +1,2 @@
 DIST kdevelop-pg-qt-2.2.0.tar.xz 660284 BLAKE2B 
103572038bc3c3c43eecd3ff9411e2d28aeabf60bfc0bb91c6056d05901711f2dfe03ba098c658000b1a68998644efe34cede2857b3131e2a59f4accf8cecbf2
 SHA512 
a34bbdbf6e99d3b004c8a1d925fa5d45d9084b1542551f71de6a79c7ef851ca7057593f09c8824ae7961072c9f5e16199d7c4d7a037174f81163f669c96970f4
+DIST kdevelop-pg-qt-2.2.1.tar.xz 660904 BLAKE2B 
b3874ee4f36d43f6d39a28a79f4638601340ce0545c2fe965393e9fe266a960e904ce5cd3215a7903f7b011f2e138d3be8999563366ce796f50524084a36192b
 SHA512 
0ef3daba60ee6c7d4602b31610bdc68709a730d4c3443770eac1aa1d298fc03e10b38bc0d2e34dd44df5bba1c3af945c87e80d8aaa818e0b1787121f056c78a9

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild
new file mode 100644
index 000..a5929c543c5
--- /dev/null
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
+HOMEPAGE="https://www.kdevelop.org/;
+
+LICENSE="LGPL-2+ LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/, dev-qt/qtcore/files/

2020-02-02 Thread Andreas Sturmlechner
commit: 2130279f2fa917a2e5ee9a29cd8413b39484897a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  2 18:50:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  2 23:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2130279f

dev-qt/qtcore: Fix CVE-2020-0569 and CVE-2020-0570

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

 .../qtcore/files/qtcore-5.12.3-CVE-2020-0569.patch | 28 +++
 .../qtcore/files/qtcore-5.12.3-CVE-2020-0570.patch | 54 +
 dev-qt/qtcore/qtcore-5.12.3-r2.ebuild  | 90 ++
 dev-qt/qtcore/qtcore-5.13.2-r2.ebuild  | 89 +
 4 files changed, 261 insertions(+)

diff --git a/dev-qt/qtcore/files/qtcore-5.12.3-CVE-2020-0569.patch 
b/dev-qt/qtcore/files/qtcore-5.12.3-CVE-2020-0569.patch
new file mode 100644
index 000..b0e5b564e2d
--- /dev/null
+++ b/dev-qt/qtcore/files/qtcore-5.12.3-CVE-2020-0569.patch
@@ -0,0 +1,28 @@
+From bf131e8d2181b3404f5293546ed390999f760404 Mon Sep 17 00:00:00 2001
+From: Olivier Goffart 
+Date: Fri, 8 Nov 2019 11:30:40 +0100
+Subject: Do not load plugin from the $PWD
+
+I see no reason why this would make sense to look for plugins in the current
+directory. And when there are plugins there, it may actually be wrong
+
+Change-Id: I5f5aa168021fedddafce90effde0d5762cd0c4c5
+Reviewed-by: Thiago Macieira 
+---
+ src/corelib/plugin/qpluginloader.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/corelib/plugin/qpluginloader.cpp 
b/src/corelib/plugin/qpluginloader.cpp
+index cadff4f32b..c2443dbdda 100644
+--- a/src/corelib/plugin/qpluginloader.cpp
 b/src/corelib/plugin/qpluginloader.cpp
+@@ -305,7 +305,6 @@ static QString locatePlugin(const QString& fileName)
+ paths.append(fileName.left(slash)); // don't include the '/'
+ } else {
+ paths = QCoreApplication::libraryPaths();
+-paths.prepend(QStringLiteral(".")); // search in current dir first
+ }
+ 
+ for (const QString  : qAsConst(paths)) {
+-- 
+cgit v1.2.1

diff --git a/dev-qt/qtcore/files/qtcore-5.12.3-CVE-2020-0570.patch 
b/dev-qt/qtcore/files/qtcore-5.12.3-CVE-2020-0570.patch
new file mode 100644
index 000..1f6b2dfafec
--- /dev/null
+++ b/dev-qt/qtcore/files/qtcore-5.12.3-CVE-2020-0570.patch
@@ -0,0 +1,54 @@
+From e6f1fde24f77f63fb16b2df239f82a89d2bf05dd Mon Sep 17 00:00:00 2001
+From: Thiago Macieira 
+Date: Fri, 10 Jan 2020 09:26:27 -0800
+Subject: QLibrary/Unix: do not attempt to load a library relative to $PWD
+
+I added the code in commit 5219c37f7c98f37f078fee00fe8ca35d83ff4f5d to
+find libraries in a haswell/ subdir of the main path, but we only need
+to do that transformation if the library is contains at least one
+directory seprator. That is, if the user asks to load "lib/foo", then we
+should try "lib/haswell/foo" (often, the path prefix will be absolute).
+
+When the library name the user requested has no directory separators, we
+let dlopen() do the transformation for us. Testing on Linux confirms
+glibc does so:
+
+$ LD_DEBUG=libs /lib64/ld-linux-x86-64.so.2 --inhibit-cache ./qml -help |& 
grep Xcursor
+   1972475: find library=libXcursor.so.1 [0]; searching
+   1972475:   trying file=/usr/lib64/haswell/avx512_1/libXcursor.so.1
+   1972475:   trying file=/usr/lib64/haswell/libXcursor.so.1
+   1972475:   trying file=/usr/lib64/libXcursor.so.1
+   1972475: calling init: /usr/lib64/libXcursor.so.1
+   1972475: calling fini: /usr/lib64/libXcursor.so.1 [0]
+
+Fixes: QTBUG-81272
+Change-Id: I596aec77785a4e4e84d5fffd15e89689bb91ffbb
+Reviewed-by: Thiago Macieira 
+---
+ src/corelib/plugin/qlibrary_unix.cpp | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/corelib/plugin/qlibrary_unix.cpp 
b/src/corelib/plugin/qlibrary_unix.cpp
+index f0de1010d7..135b82cd37 100644
+--- a/src/corelib/plugin/qlibrary_unix.cpp
 b/src/corelib/plugin/qlibrary_unix.cpp
+@@ -1,7 +1,7 @@
+ /
+ **
+ ** Copyright (C) 2016 The Qt Company Ltd.
+-** Copyright (C) 2018 Intel Corporation
++** Copyright (C) 2020 Intel Corporation
+ ** Contact: https://www.qt.io/licensing/
+ **
+ ** This file is part of the QtCore module of the Qt Toolkit.
+@@ -218,6 +218,8 @@ bool QLibraryPrivate::load_sys()
+ for(int suffix = 0; retry && !pHnd && suffix < suffixes.size(); 
suffix++) {
+ if (!prefixes.at(prefix).isEmpty() && 
name.startsWith(prefixes.at(prefix)))
+ continue;
++if (path.isEmpty() && 
prefixes.at(prefix).contains(QLatin1Char('/')))
++continue;
+ if (!suffixes.at(suffix).isEmpty() && 
name.endsWith(suffixes.at(suffix)))
+ continue;
+ if (loadHints & QLibrary::LoadArchiveMemberHint) {
+-- 
+cgit v1.2.1

diff --git 

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

2020-02-02 Thread Andreas Sturmlechner
commit: 661afef7e7ef1057ee1456e6014272354fc32afd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  2 19:25:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  2 23:23:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661afef7

app-editors/okteta: 0.26.3 version bump

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

 app-editors/okteta/Manifest |  1 +
 app-editors/okteta/okteta-0.26.3.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest
index 780bd127dd3..d68cbbc1a7b 100644
--- a/app-editors/okteta/Manifest
+++ b/app-editors/okteta/Manifest
@@ -1 +1,2 @@
 DIST okteta-0.26.2.tar.xz 976264 BLAKE2B 
6bd0708ecab61097130ad3b96d44c4a58a7711f6d9ecc9c70d3db792728489f395e691b0157f0cf8ffc0e07b1796ce6fde9f689108c3236412ad37c4e87a210a
 SHA512 
9d79cfecf80a7bfd4eb42ac8ee93d83140064601c16be0bed38481f7f0ea8ed2fa0aedfd16be3547f2bbd65ab483281e0ecdc0e59799040d67ecf1b4cda39246
+DIST okteta-0.26.3.tar.xz 947272 BLAKE2B 
c4502315a3713aebfb6f19adb92b01268346b0f71f1f59007b7f0dc06aa1ad71993a7b022669f7912ad10cec6c7d2eed9b552d66294f6b6657e664c3b1ba95bd
 SHA512 
345e6ebb339a046e66e0d5b056ee487d881afa21d1ed29db2fb213200e431ba6936b1bf75a49733c14c96bdbee2482ed860257b0666b19f701c5ad0fd57e58c6

diff --git a/app-editors/okteta/okteta-0.26.3.ebuild 
b/app-editors/okteta/okteta-0.26.3.ebuild
new file mode 100644
index 000..a03835d9b89
--- /dev/null
+++ b/app-editors/okteta/okteta-0.26.3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Hex editor by KDE"
+HOMEPAGE="https://kde.org/applications/utilities/org.kde.okteta
+https://utils.kde.org/projects/okteta/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 handbook? ( FDL-1.2 )"
+SLOT="5"
+IUSE="crypt"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtscript-${QTMIN}:5[scripttools]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   crypt? ( app-crypt/qca:2[qt5(+)] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DOMIT_EXAMPLES=ON
+   $(cmake_use_find_package crypt Qca-qt5)
+   )
+
+   ecm_src_configure
+}
+
+src_test() {
+   local myctestargs=( -j1 )
+
+   ecm_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/fsviewer/files/, x11-plugins/fsviewer/

2020-02-02 Thread Bernard Cafarelli
commit: 4f43ddf429a1b442a48890b348583330ad99936b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Feb  2 23:23:18 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Feb  2 23:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f43ddf4

x11-plugins/fsviewer: fix build with -fno-common

Closes: https://bugs.gentoo.org/706972
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../fsviewer/files/fsviewer-0.2.6-gcc-10.patch | 26 ++
 x11-plugins/fsviewer/fsviewer-0.2.6-r2.ebuild  |  3 ++-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/fsviewer/files/fsviewer-0.2.6-gcc-10.patch 
b/x11-plugins/fsviewer/files/fsviewer-0.2.6-gcc-10.patch
new file mode 100644
index 000..00c5e651e69
--- /dev/null
+++ b/x11-plugins/fsviewer/files/fsviewer-0.2.6-gcc-10.patch
@@ -0,0 +1,26 @@
+diff -Naur fsviewer-app-0.2.6.orig/src/FSViewer.c 
fsviewer-app-0.2.6/src/FSViewer.c
+--- fsviewer-app-0.2.6.orig/src/FSViewer.c 2007-10-14 17:29:04.0 
+0200
 fsviewer-app-0.2.6/src/FSViewer.c  2020-02-03 00:20:37.979716353 +0100
+@@ -25,6 +25,8 @@
+ static Bool  focusIn;
+ int ModifierFromKey(Display *dpy, char *key);
+ 
++WMUserDefaults *defaultsDB;
++WMPropList *filesDB;
+ void
+ wAbort(Bool foo)
+ {
+diff -Naur fsviewer-app-0.2.6.orig/src/FSViewer.h 
fsviewer-app-0.2.6/src/FSViewer.h
+--- fsviewer-app-0.2.6.orig/src/FSViewer.h 2006-07-23 09:24:15.0 
+0200
 fsviewer-app-0.2.6/src/FSViewer.h  2020-02-03 00:20:39.299718025 +0100
+@@ -123,8 +123,8 @@
+ } CallbackRec;
+ 
+ /* Application defaults */
+-WMUserDefaults *defaultsDB;
+-WMPropList *filesDB;
++extern WMUserDefaults *defaultsDB;
++extern WMPropList *filesDB;
+ 
+ /* all Panels must start with the following layout */
+ typedef struct PanelRec {

diff --git a/x11-plugins/fsviewer/fsviewer-0.2.6-r2.ebuild 
b/x11-plugins/fsviewer/fsviewer-0.2.6-r2.ebuild
index 83bc210ced4..9e5972eaf1e 100644
--- a/x11-plugins/fsviewer/fsviewer-0.2.6-r2.ebuild
+++ b/x11-plugins/fsviewer/fsviewer-0.2.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,6 +30,7 @@ PATCHES=(
"${FILESDIR}"/${P}-gcc5.patch
"${FILESDIR}"/${P}-wmaker-0.95_support.patch
"${FILESDIR}"/${P}-fix_title_bar.patch
+   "${FILESDIR}"/${P}-gcc-10.patch
 )
 DOCS="AUTHORS ChangeLog NEWS README"
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmping/files/, x11-plugins/wmping/

2020-02-02 Thread Bernard Cafarelli
commit: d9ae948f79aedcb2f8fffc080afd8f9a67605881
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Feb  2 23:18:32 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Feb  2 23:23:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ae948f

x11-plugins/wmping: fix build with -fno-common

Closes: https://bugs.gentoo.org/706920
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch | 21 +
 x11-plugins/wmping/wmping-0.2.1-r1.ebuild  |  7 +--
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch 
b/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch
new file mode 100644
index 000..3ed8b82f29e
--- /dev/null
+++ b/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch
@@ -0,0 +1,21 @@
+--- a/wmgeneral.c
 b/wmgeneral.c
+@@ -45,6 +45,7 @@ Window   iconwin, win;
+ GCNormalGC;
+ XpmIcon   wmgen;
+ Pixmappixmask;
++Display   *display;
+ 
+   /*/
+  /* Mouse Regions */
+--- a/wmgeneral.h
 b/wmgeneral.h
+@@ -21,7 +21,7 @@ typedef struct {
+  /* Global variable */
+ /***/
+ 
+-Display   *display;
++extern Display*display;
+ 
+   /***/
+  /* Function Prototypes */

diff --git a/x11-plugins/wmping/wmping-0.2.1-r1.ebuild 
b/x11-plugins/wmping/wmping-0.2.1-r1.ebuild
index ab211f81e7b..489881f2407 100644
--- a/x11-plugins/wmping/wmping-0.2.1-r1.ebuild
+++ b/x11-plugins/wmping/wmping-0.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,10 @@ DEPEND="${RDEPEND}
x11-libs/libICE
x11-libs/libXt"
 
-PATCHES=( "${FILESDIR}"/${P}-format-security.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-format-security.patch
+   "${FILESDIR}"/${P}-gcc-10.patch
+   )
 
 DOCS=( AUTHORS CHANGES README )
 



[gentoo-commits] proj/forums:initial-setup commit in: /, misc/

2020-02-02 Thread John R. Graham
commit: b475c9df9b323eab1ad2c23d1bc0026b1de596da
Author: John R. Graham  gentoo  org>
AuthorDate: Sat Dec 21 17:19:07 2019 +
Commit: John R. Graham  gentoo  org>
CommitDate: Sun Feb  2 23:20:51 2020 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=b475c9df

Incremental progress on initial deployment environment.

- Modified setup-workdir script to check out the
  gentoo-docker-images repo.
- Moved the forums.Dockerfile into our repo.

Signed-off-by: John R. Graham  gentoo.org>

 .gitignore |  1 +
 TODO   | 14 +++---
 misc/forums.Dockerfile | 30 ++
 setup-workdir.bash | 42 +-
 4 files changed, 75 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 36afc36fd..71e0a966a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 style
 phpbb
+gentoo-docker-images
 *~

diff --git a/TODO b/TODO
index 421b39ed4..cb0ac917e 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
-[ ] Get my Gentoo public key moved to Triton.
-[ ] Get forums repository checked out on Triton.
-[ ] Get forums.Dockerfile checked in to our repo.
-[ ] Get container repository checked out in our hierarchy. Probably set up by 
the setup-workdir script.
-[ ] Modify container to include nginx and play around until I have a working 
hello world web page.
-[ ] Get a real certificate. Look at the certs on Ceres and try to re-discover 
what was done there.
-[ ] Document the above.
+[X] JRG: Get my Gentoo public key moved to Triton.
+[X] JRG: Get forums repository checked out on Triton.
+[ ] JRG: Get forums.Dockerfile checked in to our repo.
+[X] JRG: Get container repository checked out in our hierarchy. Probably set 
up by the setup-workdir script.
+[ ] JRG: Modify container to include nginx and play around until I have a 
working hello world web page.
+[ ] JRG: Get a real certificate. Look at the certs on Ceres and try to 
re-discover what was done there.
+[ ] JRG: Document the above.

diff --git a/misc/forums.Dockerfile b/misc/forums.Dockerfile
new file mode 100644
index 0..24ac52992
--- /dev/null
+++ b/misc/forums.Dockerfile
@@ -0,0 +1,30 @@
+# name the portage image
+FROM gentoo/portage:latest as portage
+
+# image is based on stage3-amd64
+FROM gentoo/stage3-amd64:latest
+
+# copy the entire portage volume in
+COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
+
+# continue with image build ...
+RUN emerge -qv dev-lang/php
+RUN emerge -qv www-servers/apache
+RUN emerge -qv app-portage/gentoolkit
+RUN emerge -qv dev-vcs/git
+RUN emerge -qv app-editors/qemacs
+
+# FIXME:
+# Outside the container, check out the release branch of the phpBB.
+# Inside the container:
+# COPY ${path_to_phpbb} /var/www/localhost/htdocs/
+# Outside the container, check out the release branch of the Gentoo-Subsilver 
style.
+# Inside the container:
+# COPY ${path_to_style}/Gentoo-SUBSILVER 
/var/www/localhost/htdocs/styles/Gentoo-SUBSILVER
+
+# Stopgap to prove it's working:
+COPY index.html /var/www/localhost/htdocs/index.html
+COPY startup.bash /root/startup.bash
+
+CMD ["/root/startup.bash"]
+

diff --git a/setup-workdir.bash b/setup-workdir.bash
index 49608d5d9..03465060f 100755
--- a/setup-workdir.bash
+++ b/setup-workdir.bash
@@ -5,7 +5,7 @@ function setup_worktree() {
branch="$2"
 
if [[ -z "$branch" ]] ; then
-   echo "Error in call to setup_branch()."
+   echo "Error in call to setup_worktree()."
exit 1
fi
 
@@ -17,22 +17,54 @@ function setup_worktree() {
 
echo "Adding worktree for ${directory} source from branch 
${branch} ..."
git worktree add ${directory} ${branch}
-   let worktree_count=worktree_count+1
+   let setup_count=setup_count+1
+   else
+   echo "Worktree for ${directory} already set up."
+   fi
+}
+
+function setup_repo() {
+   repo="$1"
+
+   directory=`basename ${repo}`
+   directory=${directory%%.git}
+
+   if [[ -z "$directory" ]] ; then
+   echo "Error in call to setup_repo()."
+   exit 1
+   fi
+
+   if [[ ! -d "${directory}" ]] ; then
+   if [[ -e "${directory}" ]] ; then
+   echo "Error: Strange repository structure found for 
directory \"${directory}\". Cannot continue with the setup."
+   exit 1
+   fi
+
+   echo "Cloning repository ${repo} into ${directory} ..."
+   git clone ${repo}
+   if [[ ! -d "${directory}" ]] ; then
+   echo "Error: Clone did not result in expected directory 
\"${directory}\". Cannot continue with the setup."
+   exit 1
+   fi
+   let setup_count=setup_count+1
+   else
+   echo "Repo for ${directory} already set up."
fi
 }
 
 # set -x
 set -e
 
-worktree_count=0

[gentoo-commits] proj/forums:initial-setup commit in: /

2020-02-02 Thread John R. Graham
commit: fea7dbf19c184b5dcc24027566d90e2e16c0a79d
Author: John R. Graham  gentoo  org>
AuthorDate: Sun Feb  2 22:54:54 2020 +
Commit: John R. Graham  gentoo  org>
CommitDate: Sun Feb  2 23:21:05 2020 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=fea7dbf1

Just updating TODO list file. Incremental progress.

Signed-off-by: John R. Graham  gentoo.org>

 TODO | 20 +---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index cb0ac917e..84e77a3a9 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,21 @@
 [X] JRG: Get my Gentoo public key moved to Triton.
 [X] JRG: Get forums repository checked out on Triton.
-[ ] JRG: Get forums.Dockerfile checked in to our repo.
-[X] JRG: Get container repository checked out in our hierarchy. Probably set 
up by the setup-workdir script.
+[X] JRG: Get forums.Dockerfile checked in to our repo.
+[X] JRG: Get container repository checked out in our hierarchy. Probably set 
up by the setup-workdir.bash script.
+[ ] JRG: Do a fresh pull of the phpBB repository and push it into the new 
Gentoo upstream repo. Remote should be named
+"upstream". Use the notes provided by Hu on getting this set up. Document 
this setup in README.md
+[ ] JRG: Document the current repo structure in README.md.
 [ ] JRG: Modify container to include nginx and play around until I have a 
working hello world web page.
-[ ] JRG: Get a real certificate. Look at the certs on Ceres and try to 
re-discover what was done there.
+[X] JRG: Locate where certs and keys are stored on ceres. Package is certbot. 
/etc/letsencrypt/...
+[ ] JRG: Get a real certificate. Look at the certs on Ceres and try to 
re-discover what was done there. 
 [ ] JRG: Document the above.
+[ ] JRG: Back up exiting database on ceres.
+[ ] Shut down the phpBB instance on ceres for now.
+[ ] Find database snapshot and restore a fresh copy? Is this necessary? Do it 
just in case. It's on ceres: ~/phpBB3/backup.
+[ ] Modify database scripts to prompt for password. Check them in to the misc 
directory in our repository.
+[X] Locate the command line database conversion tool. Check it in, if 
necessary. Document its use. It's documented in the
+installation documentation.
+[X] Get DNS record fixed so that the sample instance on ceres is accessible 
via hostname.
+[ ] Document the build process for the Docker container.
+[ ] Document the process of starting the Docker container with the appropriate 
directories mounted.
+[ ] Work through an install on Triton



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

2020-02-02 Thread Ulrich Müller
commit: 57a4ad673e42a78247baa5f5c2668fb496b9e4af
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Feb  2 16:39:30 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Feb  2 23:11:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a4ad67

app-editors/qemacs: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Ulrich Müller  gentoo.org>

 .../files/qemacs-0.4.1_pre20150916-Makefile.patch  | 38 --
 .../files/qemacs-0.4.1_pre20150916-nostrip.patch   | 38 --
 2 files changed, 76 deletions(-)

diff --git a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch 
b/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch
deleted file mode 100644
index 53c71f21580..000
--- a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Removes forced march setting and align-functions on x86, as they would
-override user's CFLAGS.
-
 qemacs-orig/Makefile
-+++ qemacs/Makefile
-@@ -29,32 +29,6 @@
- cmd   := 
- endif
- 
--ifeq ($(CC),gcc)
--  CFLAGS   += -Wall -g -O2 -funsigned-char
--  # do not warn about zero-length formats.
--  CFLAGS   += -Wno-format-zero-length
--  LDFLAGS  := -g
--endif
--
--#include local compiler configuration file
---include $(DEPTH)/cflags.mk
--
--ifdef TARGET_GPROF
--  CFLAGS  += -p
--  LDFLAGS += -p
--endif
--
--TLDFLAGS := $(LDFLAGS)
--
--ifdef TARGET_ARCH_X86
--  #CFLAGS+=-fomit-frame-pointer
--  ifeq ($(GCC_MAJOR),2)
--CFLAGS+=-m386 -malign-functions=0
--  else
--CFLAGS+=-march=i386 -falign-functions=0
--  endif
--endif
--
- DEFINES=-DHAVE_QE_CONFIG_H
- 
- 

diff --git a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch 
b/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch
deleted file mode 100644
index 2ee40c6d2fd..000
--- a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Suppress stripping.
-
 qemacs-orig/Makefile
-+++ qemacs/Makefile
-@@ -168,7 +168,6 @@
- qe$(EXE): qe_g$(EXE) Makefile
-   @rm -f $@
-   cp $< $@
--  -$(STRIP) $@
-   @ls -l $@
-   @echo `size $@` `wc -c $@` qe $(OPTIONS) \
-   | cut -d ' ' -f 7-10,13,15-40 >> STATS
-@@ -183,7 +182,6 @@
- tqe$(EXE): tqe_g$(EXE) Makefile
-   @rm -f $@
-   cp $< $@
--  -$(STRIP) $@
-   @ls -l $@
-   @echo `size $@` `wc -c $@` tqe $(OPTIONS) \
-   | cut -d ' ' -f 7-10,13,15-40 >> STATS
-@@ -386,7 +384,7 @@
-   $(INSTALL) -m 755 -d $(DESTDIR)$(prefix)/bin
-   $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
-   $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/qe
--  $(INSTALL) -m 755 -s qe$(EXE) $(DESTDIR)$(prefix)/bin/qemacs$(EXE)
-+  $(INSTALL) -m 755 qe$(EXE) $(DESTDIR)$(prefix)/bin/qemacs$(EXE)
-   ln -sf qemacs $(DESTDIR)$(prefix)/bin/qe$(EXE)
- ifdef CONFIG_FFMPEG
-   ln -sf qemacs$(EXE) $(DESTDIR)$(prefix)/bin/ffplay$(EXE)
-@@ -394,7 +392,7 @@
-   $(INSTALL) -m 644 kmaps ligatures $(DESTDIR)$(datadir)/qe
-   $(INSTALL) -m 644 qe.1 $(DESTDIR)$(mandir)/man1
- ifdef CONFIG_HTML
--  $(INSTALL) -m 755 -s html2png$(EXE) $(DESTDIR)$(prefix)/bin
-+  $(INSTALL) -m 755 html2png$(EXE) $(DESTDIR)$(prefix)/bin
- endif
- 
- uninstall:



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

2020-02-02 Thread Matt Turner
commit: 65bf622471fbe8407306237d9b382cab5bd09b12
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Feb  2 21:52:48 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb  2 22:28:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bf6224

profiles/alpha: Move mongodb to use.mask

Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/alpha/package.use.mask | 2 +-
 profiles/arch/alpha/use.mask | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index c6a8e0b6919..666bd04aae1 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -46,7 +46,7 @@ app-arch/rpm test
 
 # Tomáš Mózes  (2018-06-05)
 # Unkeyworded dependencies.
-app-admin/syslog-ng amqp kafka mongodb
+app-admin/syslog-ng amqp kafka
 
 # Thomas Deutschmann  (2018-06-02)
 # Needs dev-ruby/asciidoctor which has a lot of unstable deps

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 99ae2b60e32..9c36bc0d01a 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -alpha
 
+# Matt Turner  (2020-02-02)
+# Neither dev-python/pymongo nor dev-libs/mongo-c-driver are keyworded
+mongodb
+
 # Matt Turner  (2018-12-22)
 # net-libs/zeromq is not keyworded
 zeromq



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

2020-02-02 Thread Matt Turner
commit: 92cb221c44e076b7f40c38ffab9711004bbd3338
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Feb  2 21:53:01 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb  2 22:28:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cb221c

profiles/arm: Move mongodb to use.mask

Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/arm/package.use.mask | 6 +-
 profiles/arch/arm/use.mask | 4 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 5542a3ff9b1..7a90f7f5e13 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -147,10 +147,6 @@ media-tv/tvheadend hdhomerun
 # All current clang versions are broken on ARM.
 app-doc/doxygen clang
 
-# Thomas Deutschmann  (2017-11-28)
-# Requires dev-libs/mongo-c-driver which isn't keyworded
->=app-admin/rsyslog-8.31 mongodb
-
 # Patrice Clement  (2017-09-24)
 # Unmask Raspberry Pi support on arm.
 media-video/mpv -raspberry-pi
@@ -504,7 +500,7 @@ media-libs/phonon vlc
 
 # Michael Sterrett  (2012-03-04)
 # arm is missing keywords for >=dev-libs/json-glib-0.12
-app-admin/syslog-ng json mongodb
+app-admin/syslog-ng json
 
 # Anthony G. Basile  (2011-12-21)
 # Mask the vde flag on tinc because net-misc/vde is not

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index 573c5347a75..9be0dde47bd 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -8,6 +8,10 @@
 -cpu_flags_arm_iwmmxt
 -cpu_flags_arm_iwmmxt2
 
+# Matt Turner  (2020-02-02)
+# Neither dev-python/pymongo nor dev-libs/mongo-c-driver are keyworded
+mongodb
+
 # Michał Górny  (2018-07-16)
 # Python 3.7 support requires fresh versions of packages which are stuck
 # at keywordreqs.



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

2020-02-02 Thread Matt Turner
commit: 96a42b6f6803aa48b78e5fb2ca6709b01bcbc322
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Feb  2 22:00:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb  2 22:28:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a42b6f

profiles/arm64: Mask USE=mongodb for net-dialup/freeradius

Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/arm64/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 035197f40ac..60600bd9ecb 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2020-02-02)
+# dev-libs/mongo-c-driver is not keyworded
+net-dialup/freeradius mongodb
+
 # Benda Xu  (2020-01-26)
 # Unkeyworded dep.
 dev-python/matplotlib wxwidgets



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

2020-02-02 Thread Matt Turner
commit: 29b74f809f01589f120e4e2df711d87f04e3d00c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Feb  2 21:58:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb  2 22:28:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b74f80

net-analyzer/hydra: Drop to ~ppc

Signed-off-by: Matt Turner  gentoo.org>

 net-analyzer/hydra/hydra-8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/hydra/hydra-8.1.ebuild 
b/net-analyzer/hydra/hydra-8.1.ebuild
index 80610ce9cb2..2aef23f9b8f 100644
--- a/net-analyzer/hydra/hydra-8.1.ebuild
+++ b/net-analyzer/hydra/hydra-8.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="firebird gtk idn mysql ncp oracle pcre postgres ssl subversion"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/

2020-02-02 Thread Matt Turner
commit: f07dfab1350b2eb227d654d6552e892f313b5161
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Feb  2 21:59:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb  2 22:28:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07dfab1

dev-libs/mongo-c-driver: Drop ppc keywords

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild | 2 +-
 dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild 
b/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild
index 3530dfaeb04..7cc15fd70e1 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mongodb/${PN}/tarball/v${PV/_/} 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~s390 x86"
+KEYWORDS="amd64 ~hppa ~s390 x86"
 IUSE="doc static-libs"
 
 # tests fails to build

diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild 
b/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
index 846ae840b0f..4e6f6d780c6 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mongodb/${PN}/tarball/v${PV/_/} 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~s390 x86"
+KEYWORDS="amd64 ~hppa ~s390 x86"
 IUSE="doc static-libs"
 
 # tests fails to build



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

2020-02-02 Thread Mike Gilbert
commit: 6fbf0d7534fe8b07e293164b3123ee94fc47e03b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Feb  2 22:10:36 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Feb  2 22:10:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbf0d75

sys-apps/shadow: fix su blocker

Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/shadow/shadow-4.7-r2.ebuild | 4 ++--
 sys-apps/shadow/shadow-4.8-r3.ebuild | 4 ++--
 sys-apps/shadow/shadow-4.8.1.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.7-r2.ebuild 
b/sys-apps/shadow/shadow-4.7-r2.ebuild
index f3291b9c2c0..3c710558632 100644
--- a/sys-apps/shadow/shadow-4.7-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.7-r2.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,6 @@ DEPEND="
>=sys-libs/libselinux-1.28:0=
sys-libs/libsemanage:0=
)
-   su? ( !sys-apps/util-linux[su] )
xattr? ( sys-apps/attr:0= )
 "
 BDEPEND="
@@ -37,6 +36,7 @@ BDEPEND="
 RDEPEND="
${DEPEND}
pam? ( >=sys-auth/pambase-20150213 )
+   su? ( !sys-apps/util-linux[su(-)] )
 "
 
 PATCHES=(

diff --git a/sys-apps/shadow/shadow-4.8-r3.ebuild 
b/sys-apps/shadow/shadow-4.8-r3.ebuild
index ce51a62e4d9..37376095e4c 100644
--- a/sys-apps/shadow/shadow-4.8-r3.ebuild
+++ b/sys-apps/shadow/shadow-4.8-r3.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,6 @@ DEPEND="
>=sys-libs/libselinux-1.28:0=
sys-libs/libsemanage:0=
)
-   su? ( !sys-apps/util-linux[su] )
xattr? ( sys-apps/attr:0= )
 "
 BDEPEND="
@@ -37,6 +36,7 @@ BDEPEND="
 RDEPEND="
${DEPEND}
pam? ( >=sys-auth/pambase-20150213 )
+   su? ( !sys-apps/util-linux[su(-)] )
 "
 
 PATCHES=(

diff --git a/sys-apps/shadow/shadow-4.8.1.ebuild 
b/sys-apps/shadow/shadow-4.8.1.ebuild
index 124f30408d1..b0c1618383b 100644
--- a/sys-apps/shadow/shadow-4.8.1.ebuild
+++ b/sys-apps/shadow/shadow-4.8.1.ebuild
@@ -27,7 +27,6 @@ DEPEND="
>=sys-libs/libselinux-1.28:0=
sys-libs/libsemanage:0=
)
-   su? ( !sys-apps/util-linux[su] )
xattr? ( sys-apps/attr:0= )
 "
 BDEPEND="
@@ -37,6 +36,7 @@ BDEPEND="
 RDEPEND="
${DEPEND}
pam? ( >=sys-auth/pambase-20150213 )
+   su? ( !sys-apps/util-linux[su(-)] )
 "
 
 PATCHES=(



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

2020-02-02 Thread Mart Raudsepp
commit: de0b6f1c75f68ca81fddfbd5c79cd077197299ee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb  2 21:46:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb  2 21:49:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0b6f1c

net-misc/libteam: ppc/ppc64 stable (bug #699132)

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

 net-misc/libteam/libteam-1.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/libteam/libteam-1.22.ebuild 
b/net-misc/libteam/libteam-1.22.ebuild
index 4d69259df53..67f37cc9413 100644
--- a/net-misc/libteam/libteam-1.22.ebuild
+++ b/net-misc/libteam/libteam-1.22.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=5
@@ -12,7 +12,7 @@ SRC_URI="http://libteam.org/files/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 IUSE="dbus debug examples static-libs +syslog zmq"
 
 DEPEND=">=dev-libs/jansson-2.4



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

2020-02-02 Thread Mart Raudsepp
commit: 8c0dbe182a839238b6c54e2407757653705d6988
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb  2 21:48:32 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb  2 21:49:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0dbe18

powerpc: Stable unmask networkmanager[teamd] (bug #699132)

Tested-by: ernsteiswuerfel
Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/arch/powerpc/package.use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index 2d5da7adacd..8973ba5f4c5 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -64,10 +64,6 @@ sys-fs/multipath-tools rbd
 # Dependencies not going to stable for now
 dev-util/geany-plugins gtkspell
 
-# Pacho Ramos  (2016-11-01)
-# net-misc/libteam is now ~ppc ~ppc64
-net-misc/networkmanager teamd
-
 # Michael Palimaka  (2016-10-21)
 # Requires media-libs/opencv which is not stable
 media-plugins/frei0r-plugins facedetect



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/

2020-02-02 Thread Mart Raudsepp
commit: 054f7bf1b0d40f4dbca79b4cb916df71f47d79c1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb  2 21:51:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb  2 21:51:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054f7bf1

gnome-extra/nm-applet: ppc/ppc64 stable (bug #699132)

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

 gnome-extra/nm-applet/nm-applet-1.8.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.24.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.24.ebuild
index bbb71b02dbc..771cfea9634 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.24.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.24.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
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
>=app-crypt/libsecret-0.18



[gentoo-commits] repo/gentoo:master commit in: app-misc/lcdproc/files/, app-misc/lcdproc/

2020-02-02 Thread Conrad Kostecki
commit: 55cee0ab612902bb1125bf68b7f2b21103539bf3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Feb  2 21:31:05 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Feb  2 21:31:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cee0ab

app-misc/lcdproc: fix -fno-common compilation

Closes: https://bugs.gentoo.org/707788
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/lcdproc-0.5.9-fix-fno-common-build.patch | 53 ++
 app-misc/lcdproc/lcdproc-0.5.9.ebuild  |  3 +-
 2 files changed, 55 insertions(+), 1 deletion(-)

diff --git a/app-misc/lcdproc/files/lcdproc-0.5.9-fix-fno-common-build.patch 
b/app-misc/lcdproc/files/lcdproc-0.5.9-fix-fno-common-build.patch
new file mode 100644
index 000..2dc472f5d22
--- /dev/null
+++ b/app-misc/lcdproc/files/lcdproc-0.5.9-fix-fno-common-build.patch
@@ -0,0 +1,53 @@
+From fda5302878692da933dc03cd011f8ddffefa07a4 Mon Sep 17 00:00:00 2001
+From: Conrad Kostecki 
+Date: Sun, 2 Feb 2020 18:48:07 +0100
+Subject: [PATCH] Fix compilation with GCC >= 10.x
+
+Starting with GCC >= 10.x, -fno-common is used as default
+instead of -fcommon. This patch fixes the compilation.
+
+Signed-off-by: Conrad Kostecki 
+---
+ clients/lcdproc/iface.c | 1 +
+ clients/lcdproc/iface.h | 2 --
+ clients/lcdproc/main.c  | 2 ++
+ 3 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/clients/lcdproc/iface.c b/clients/lcdproc/iface.c
+index 40e50cb7..45be5b97 100644
+--- a/clients/lcdproc/iface.c
 b/clients/lcdproc/iface.c
+@@ -32,6 +32,7 @@
+ #define UNSET_INT -1
+ #define UNSET_STR "\01"
+ 
++IfaceInfo iface[MAX_INTERFACES];/* interface info */
+ 
+ static int iface_count = 0;   /* number of interfaces */
+ static char unit_label[10] = "B"; /* default unit label is Bytes */
+diff --git a/clients/lcdproc/iface.h b/clients/lcdproc/iface.h
+index cc6dbaaf..ee188f38 100644
+--- a/clients/lcdproc/iface.h
 b/clients/lcdproc/iface.h
+@@ -18,8 +18,6 @@
+ /** max number of interfaces in multi-interface mode */
+ #define MAX_INTERFACES 3
+ 
+-IfaceInfo iface[MAX_INTERFACES];  /* interface info */
+-
+ /** Update screen content */
+ int iface_screen(int rep, int display, int *flags_ptr);
+ /** read interface stats from /proc/net/dev */
+diff --git a/clients/lcdproc/main.c b/clients/lcdproc/main.c
+index 01b02baf..7c7a4215 100644
+--- a/clients/lcdproc/main.c
 b/clients/lcdproc/main.c
+@@ -53,6 +53,8 @@
+ # include "eyebox.h"
+ #endif
+ 
++extern IfaceInfo iface[MAX_INTERFACES];/* interface info */
++
+ /* The following 8 variables are defined 'external' in main.h! */
+ int Quit = 0;
+ int sock = -1;

diff --git a/app-misc/lcdproc/lcdproc-0.5.9.ebuild 
b/app-misc/lcdproc/lcdproc-0.5.9.ebuild
index 592f9d1f576..2fc2ad8d6a8 100644
--- a/app-misc/lcdproc/lcdproc-0.5.9.ebuild
+++ b/app-misc/lcdproc/lcdproc-0.5.9.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
@@ -88,6 +88,7 @@ DOCS=( "CREDITS.md" "TODO" )
 PATCHES=(
"${FILESDIR}/${P}-fix-parallel-make.patch"
"${FILESDIR}/${P}-use-freetype2-pkg-config.patch"
+   "${FILESDIR}/${P}-fix-fno-common-build.patch"
 )
 
 src_unpack() {



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

2020-02-02 Thread Alfredo Tupone
commit: f5c605ffb6b72aa15ba2e5235d486674d96b2ec0
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Feb  2 20:45:43 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb  2 20:45:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c605ff

sci-mathematics/psmt2-frontend: RedundantLongDescription

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

 sci-mathematics/psmt2-frontend/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sci-mathematics/psmt2-frontend/metadata.xml 
b/sci-mathematics/psmt2-frontend/metadata.xml
index 53441a5497e..d0e866f244f 100644
--- a/sci-mathematics/psmt2-frontend/metadata.xml
+++ b/sci-mathematics/psmt2-frontend/metadata.xml
@@ -5,8 +5,4 @@
tup...@gentoo.org
Tupone Alfredo

-   
-   A library to parse and type-check a conservative 
extension of the
-   SMT-LIB 2 standard with prenex polymorphism.
-   
 



[gentoo-commits] repo/gentoo:master commit in: net-print/cnijfilter2/

2020-02-02 Thread Alfredo Tupone
commit: b19b1ef1a331e1924840622a0ccc248ab6c581b7
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Feb  2 20:43:50 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb  2 20:43:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19b1ef1

net-print/cnijfilter2: RedundantLongDescription

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

 net-print/cnijfilter2/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-print/cnijfilter2/metadata.xml 
b/net-print/cnijfilter2/metadata.xml
index 869d1f15562..d0e866f244f 100644
--- a/net-print/cnijfilter2/metadata.xml
+++ b/net-print/cnijfilter2/metadata.xml
@@ -5,7 +5,4 @@
tup...@gentoo.org
Tupone Alfredo

-   
-   Printer Support for Canon PIXMA Printers
-   
 



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkimg/

2020-02-02 Thread Alfredo Tupone
commit: d6557826c6920c6b4fcb4ea2d07629ed924268fe
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Feb  2 20:42:38 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb  2 20:42:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6557826

dev-tcltk/tkimg: RedundantLongDescription

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

 dev-tcltk/tkimg/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-tcltk/tkimg/metadata.xml b/dev-tcltk/tkimg/metadata.xml
index b1e9347d617..049c6b2f95b 100644
--- a/dev-tcltk/tkimg/metadata.xml
+++ b/dev-tcltk/tkimg/metadata.xml
@@ -5,9 +5,6 @@
tc...@gentoo.org
Gentoo Tcltk Project

-   
-   The "Img" package adds a lot of image formats to Tcl/Tk.
-   

tkimg




[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclx/

2020-02-02 Thread Alfredo Tupone
commit: bc86de2c7aadabfcf02b51cb519e695b3ff64453
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Feb  2 20:41:27 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb  2 20:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc86de2c

dev-tcltk/tclx: RedundantLongDescription

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

 dev-tcltk/tclx/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-tcltk/tclx/metadata.xml b/dev-tcltk/tclx/metadata.xml
index 5d29747c91d..0215b75c930 100644
--- a/dev-tcltk/tclx/metadata.xml
+++ b/dev-tcltk/tclx/metadata.xml
@@ -5,7 +5,6 @@
tc...@gentoo.org
TCL / TK herd

-   Extended TCL

tclx




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

2020-02-02 Thread Alfredo Tupone
commit: 2df5ac3c6a65f595dabd9cff949555c16ae9a65d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Feb  2 20:37:58 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb  2 20:38:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df5ac3c

dev-python/funcy: RedundantLongDescription

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

 dev-python/funcy/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
index e7e8d79d1f7..d0e866f244f 100644
--- a/dev-python/funcy/metadata.xml
+++ b/dev-python/funcy/metadata.xml
@@ -5,7 +5,4 @@
tup...@gentoo.org
Tupone Alfredo

-   
-   A collection of fancy functional tools focused on practicality.
-   
 



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

2020-02-02 Thread Anthony G. Basile
commit: 81db2685b66f03beb3017749ff3d1656ae05faa3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Feb  2 20:36:08 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Feb  2 20:36:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81db2685

sys-libs/libseccomp: stable on arm64

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild 
b/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild
index 6b5169425b8..fc6b6775435 100644
--- a/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.4.2-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
 
 # TODO: Add python support.
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="-* amd64 arm arm64 hppa ~mips ppc ppc64 s390 x86 ~amd64-linux 
~x86-linux"
 IUSE="static-libs"
 
 # We need newer kernel headers; we don't keep strict control of the exact



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

2020-02-02 Thread Anthony G. Basile
commit: 3ec77faa992e910f1c4dd43e6b0cf63838aa6730
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Feb  2 20:31:41 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Feb  2 20:36:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec77faa

app-crypt/libscrypt: stable on arm64

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile  gentoo.org>

 app-crypt/libscrypt/libscrypt-1.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild 
b/app-crypt/libscrypt/libscrypt-1.21.ebuild
index e4ac4392954..efe99521fd0 100644
--- a/app-crypt/libscrypt/libscrypt-1.21.ebuild
+++ b/app-crypt/libscrypt/libscrypt-1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=""



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

2020-02-02 Thread Anthony G. Basile
commit: 9640a3a3db64f7cf3cccf84312896efd9f947a63
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Feb  2 20:36:44 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Feb  2 20:36:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9640a3a3

net-vpn/tor: stable on arm64

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-vpn/tor/tor-0.4.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.2.5.ebuild b/net-vpn/tor/tor-0.4.2.5.ebuild
index 667fd574526..2724b955517 100644
--- a/net-vpn/tor/tor-0.4.2.5.ebuild
+++ b/net-vpn/tor/tor-0.4.2.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86 ~ppc-macos"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86 ~ppc-macos"
 IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening 
test zstd"
 
 DEPEND="



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

2020-02-02 Thread Jeroen Roovers
commit: 33fc41835807c22f237e21bcac65ff7668fa535c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  2 20:32:18 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  2 20:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fc4183

x11-misc/xwit: Version 3.4_p16

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/xwit/Manifest|  1 +
 x11-misc/xwit/xwit-3.4_p16.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
index 962a2387ad6..8cce36e4f13 100644
--- a/x11-misc/xwit/Manifest
+++ b/x11-misc/xwit/Manifest
@@ -1,2 +1,3 @@
 DIST xwit_3.4-15.debian.tar.gz 20722 BLAKE2B 
fcec4b3cdfa0f4d0b90e172f4539bfb622e77c902e351d9423555bbb43706c79e3d2cb15bb83021151a4876cc2c3bdacb62f074d6af50e2896a55b20b31df5e1
 SHA512 
047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46
+DIST xwit_3.4-16.debian.tar.xz 17840 BLAKE2B 
05e772134c4c2c97c81b2367cdcbd73b21c5a4498a482b52dbbbc081426a623f242c3c77c73af3d6e6dbf46c1f1a7240b367776a691717402c309ccea644
 SHA512 
09086d375bb4c7b87c468a3ddad0ae62ad58e168c7875ea9e29bc37e599b193c7e8ff167ac471bb49f836b216876279430d03f462b62286130ed5c3ad0859263
 DIST xwit_3.4.orig.tar.gz 14557 BLAKE2B 
d023b89d02c8520421b35a69c3834d0493a1ab771b160c6c0592e9e43684062a7da9ed56491e90ba2948ba51b2d36f7b0c26ededdfa61a684b2a010d71865a56
 SHA512 
265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94

diff --git a/x11-misc/xwit/xwit-3.4_p16.ebuild 
b/x11-misc/xwit/xwit-3.4_p16.ebuild
new file mode 100644
index 000..cc910e72687
--- /dev/null
+++ b/x11-misc/xwit/xwit-3.4_p16.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A collection of simple routines to call some of those X11 
functions"
+HOMEPAGE="https://tracker.debian.org/pkg/xwit;
+SRC_URI="
+   mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
+   mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
+"
+
+LICENSE="public-domain HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+S=${WORKDIR}/${P/_p*/}.orig
+PATCHES=( "${WORKDIR}"/debian/patches )
+
+src_prepare() {
+   default
+   sed -i \
+   -e 's|gcc|${CC}|g' \
+   Makefile || die
+   tc-export CC
+}
+
+src_install() {
+   dobin xwit
+   newman xwit.man xwit.1
+   einstalldocs
+}



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

2020-02-02 Thread Jeroen Roovers
commit: 1f5ab1a1689f38303308034fba0c1870b0ba1281
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  2 20:24:13 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  2 20:24:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5ab1a1

x11-misc/xtrlock: Version 2.12

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Bug: https://bugs.gentoo.org/707966
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/xtrlock/Manifest|  1 +
 x11-misc/xtrlock/xtrlock-2.12.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/x11-misc/xtrlock/Manifest b/x11-misc/xtrlock/Manifest
index 2ce91731bb1..1afe16efc73 100644
--- a/x11-misc/xtrlock/Manifest
+++ b/x11-misc/xtrlock/Manifest
@@ -1 +1,2 @@
+DIST xtrlock_2.12.tar.xz 20620 BLAKE2B 
d40599f5fec67b8e89f1028dafc929a9b21d6ae1f6e094658d07859e7f74e4686d338e1e03393f9981a62030839969b57493a8655e225b963df8dc04cf6b62f6
 SHA512 
8392a8c254726e99d2324415bfdac6e577f725942d4e7fd39c915637f87814f1737aefa903a1502632272cabbb10182070dc15ec5d3e5268c9c1b53218d00f36
 DIST xtrlock_2.8.tar.gz 21125 BLAKE2B 
cd5ec919866b074ad7207756a10a0fdd23bf963e9252ff7afa30a1f1d9af4b015e9010036e9920b15d382993870c6909f4689e231e1b29bfe3d48b6271f20354
 SHA512 
a1388250430f7cb7bfe875aae938c332098f9e88ab7a17d68634b36726acfa7a459bf40f71e6df3c6b1256fb4574a62b2fc72357c6e779c1bc55f10204634068

diff --git a/x11-misc/xtrlock/xtrlock-2.12.ebuild 
b/x11-misc/xtrlock/xtrlock-2.12.ebuild
new file mode 100644
index 000..87544effb0d
--- /dev/null
+++ b/x11-misc/xtrlock/xtrlock-2.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A simplistic screen locking program for X"
+HOMEPAGE="http://ftp.debian.org/debian/pool/main/x/xtrlock/;
+SRC_URI="mirror://debian/pool/main/x/${PN}/${P/-/_}.tar.xz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   x11-misc/imake
+"
+
+src_compile() {
+   xmkmf || die
+   emake CDEBUGFLAGS="${CFLAGS} -DSHADOW_PWD" CC="$(tc-getCC)" \
+   EXTRA_LDOPTIONS="${LDFLAGS}" xtrlock
+}
+
+src_install() {
+   dobin xtrlock
+   chmod u+s "${D}"/usr/bin/xtrlock
+   newman xtrlock.man xtrlock.1
+   dodoc debian/changelog
+}



  1   2   3   >