[gentoo-commits] repo/proj/guru:dev commit in: media-plugins/swh-plugins/, media-plugins/swh-plugins/files/

2020-04-12 Thread Denis Reva
commit: da2f2ff2fb892ff97dbe4c16da7635436ea67bc0
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 13 05:58:32 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Mon Apr 13 05:58:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da2f2ff2

media-plugins/swh-plugins:

Version bump upon the Gentoo ones with specific GURU fixes

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

 media-plugins/swh-plugins/Manifest |  1 +
 .../files/swh-plugins-0.4.17-system-gsm.patch  | 46 +++
 media-plugins/swh-plugins/metadata.xml | 36 +++
 .../swh-plugins/swh-plugins-0.4.17.ebuild  | 53 ++
 4 files changed, 136 insertions(+)

diff --git a/media-plugins/swh-plugins/Manifest 
b/media-plugins/swh-plugins/Manifest
new file mode 100644
index 000..7cd7807
--- /dev/null
+++ b/media-plugins/swh-plugins/Manifest
@@ -0,0 +1 @@
+DIST swh-plugins-0.4.17.tar.gz 456472 BLAKE2B 
827e5c0d6ac692636904df64d1af8d94488f22a26cf09586b0ad32bec9017c9f3cd66074d8f786f5722e4918d32ff27be719561005273f2dcee81ea8690d6274
 SHA512 
6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7

diff --git 
a/media-plugins/swh-plugins/files/swh-plugins-0.4.17-system-gsm.patch 
b/media-plugins/swh-plugins/files/swh-plugins-0.4.17-system-gsm.patch
new file mode 100644
index 000..f4c1597
--- /dev/null
+++ b/media-plugins/swh-plugins/files/swh-plugins-0.4.17-system-gsm.patch
@@ -0,0 +1,46 @@
+diff -Naurd old/configure.ac new/configure.ac
+--- old/configure.ac   2019-03-03 12:10:38.826276038 +0500
 new/configure.ac   2019-03-03 21:02:30.456414852 +0500
+@@ -133,17 +133,19 @@
+   AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}")
+ fi
+ 
+-subdirs="util gsm gverb metadata"
++GSM_LIBS=-lgsm
++
++subdirs="util gverb metadata"
+ 
+ AC_SUBST(subdirs)
+ AC_SUBST(FFTW_LIBS)
+ AC_SUBST(STATIC_FFTW_LIBS)
+ AC_SUBST(FFTW_CFLAGS)
++AC_SUBST(GSM_LIBS)
+ AC_SUBST(LIBTOOL)
+ AC_OUTPUT([
+ Makefile
+ util/Makefile
+-gsm/Makefile
+ gverb/Makefile
+ metadata/Makefile
+ po/Makefile.in
+diff -Naurd old/Makefile.am new/Makefile.am
+--- old/Makefile.am2016-10-17 14:05:54.0 +0500
 new/Makefile.am2019-03-03 20:58:55.298862874 +0500
+@@ -34,7 +34,7 @@
+   latency_1914.la xfade_1915.la sc4m_1916.la \
+   mbeq_1197.la pitch_scale_1193.la pitch_scale_1194.la imp_1199.la
+ 
+-SUBDIRS = po util gsm gverb metadata
++SUBDIRS = po util gverb metadata
+ 
+ # Wacky stuff to stop automake getting confused
+ EXTRA_DIST = config.rpath  @top_srcdir@/*.xml @top_srcdir@/*.c 
@top_srcdir@/*.h \
+@@ -73,7 +73,7 @@
+ sc4_1882_la_LIBADD = -Lutil -ldb -lrms
+ sc4m_1916_la_LIBADD = -Lutil -ldb -lrms
+ se4_1883_la_LIBADD = -Lutil -ldb -lrms
+-gsm_1215_la_LIBADD = gsm/libgsm.a
++gsm_1215_la_LIBADD = @GSM_LIBS@
+ gverb_1216_la_LIBADD = -Lgverb -lgverb
+ lcr_delay_1436_la_DEPENDENCIES = util/biquad.h
+ 

diff --git a/media-plugins/swh-plugins/metadata.xml 
b/media-plugins/swh-plugins/metadata.xml
new file mode 100644
index 000..d37b24d
--- /dev/null
+++ b/media-plugins/swh-plugins/metadata.xml
@@ -0,0 +1,36 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   denis7...@gmail.com
+   Denis Reva
+   RarogCmex
+   
+   
+At the moment the only plugins here are for LADSPA, the Linux Audio Developers 
Plugin API.
+Compiling
+~
+You will need libfftw version 2 or 3 installed with 32 bit float support (eg.
+for FFTW3 use --enable-float), for FFTW recommend you specify the appropriate
+SIMD instruction set for your CPU with --enable-sse, --enable-sse2, --enable-k7
+or --enable-altivec. You can get FFTW from http://www.fftw.org/.
+
+This code is normally built from XML source, using Perl and XML::Parser. I
+distribute the generated .c files, so you wont need perl, but if you want to
+edit the XML source then you will need a copy of Perl and XML::Parser
+installed.
+
+Homepage and docs
+~
+The homepage for this project is http://plugin.org.uk/
+
+Bug reports
+~~~
+Please send bug reports or comments to st...@plugin.org.uk, except for bugs
+relating to the gverb plugin, for that please send bug reports etc. to Juhana
+Sadeharju, kouhia_at_nic.funet.fi.
+
+Enjoy,
+   Steve
+   
+

diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild 
b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
new file mode 100644
index 000..00bb475
--- /dev/null
+++ b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal
+
+DESCRIPTION="Large collection of LADSPA audio plugins/effects"
+HOMEPAGE="http://plugin.org.uk;

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

2020-04-12 Thread Hans de Graaff
commit: e666bf2e3c3eecc5cb9a2c83ef1682d26efcb2f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 05:42:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 05:42:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e666bf2e

app-emacs/magit-popup: add 2.13.2

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

 app-emacs/magit-popup/Manifest  |  1 +
 app-emacs/magit-popup/magit-popup-2.13.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index 675ee7b3918..47099b0ef93 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1,3 +1,4 @@
 DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B 
a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d
 SHA512 
50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
 DIST magit-popup-2.12.4.tar.gz 40233 BLAKE2B 
959ed85a1a4fec06ea30cd8d3482616fcaf145e4c043e48d872c830f24d627c4047c68d9424649a1c6b24a027309e900792a342f5a048d6f5aab32e8130eaa9d
 SHA512 
c538d8227ebed85a161a62deb351994cfa3ea67b400ddd8423ae90a6ada8653f3798db2dfb942921bcb505af3fa757f8c2c911c9da583a42210db82e20d7fa3d
 DIST magit-popup-2.13.0.tar.gz 40226 BLAKE2B 
9b5a115de98440873eae51e23c51b19a426518d66d9c9bf9f4d3b2476aa1ad7829311bde7845d861fc8f63c38c87d2236274019456fd773a90880acf73bb1cfb
 SHA512 
27d8c9268a9ccc682105c67ec5f6dbfdf62e527ca982f4f71781f571af5374a364d290abe60c84286563b1d73e000550796c7b1c8f2474f5df62e552afe2cefb
+DIST magit-popup-2.13.2.tar.gz 40411 BLAKE2B 
3100eb93ce97cacde5734bce9e8582ccb2e3eb7521e7a751967da43faf9cb91fc1467e3282f0e21d761d1e61bd3308616de83255809f064237415e6705b97371
 SHA512 
2d02a934083b6517d0e1c3d177c4266fcd9110a6043bf8d25272a0308a2ae4389b38dd84289554c16a97823d4fc6f2ad580fbf52f80babf804f2c72263201ed9

diff --git a/app-emacs/magit-popup/magit-popup-2.13.2.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.2.ebuild
new file mode 100644
index 000..f58ae4d2112
--- /dev/null
+++ b/app-emacs/magit-popup/magit-popup-2.13.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Define prefix-infix-suffix command combos"
+HOMEPAGE="https://magit.vc/manual/magit-popup;
+SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+CDEPEND=">=app-emacs/dash-2.13.0"
+DEPEND="${CDEPEND} sys-apps/texinfo"
+RDEPEND="!!

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

2020-04-12 Thread Hans de Graaff
commit: ae7c0f50ad14597c94f78624bf27117f979ccc38
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 05:40:10 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 05:40:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7c0f50

app-emacs/dash: add 2.17.0

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

 app-emacs/dash/Manifest   |  1 +
 app-emacs/dash/dash-2.17.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/dash/Manifest b/app-emacs/dash/Manifest
index 6e6cd8b8f6f..769ae42b450 100644
--- a/app-emacs/dash/Manifest
+++ b/app-emacs/dash/Manifest
@@ -1,2 +1,3 @@
 DIST dash-2.14.1.tar.gz 141115 BLAKE2B 
87fc7a02c66161d1c16debc54c6336f36cc47cf7c7c470d190424b9c463723058ef6f72cadf3f4d4215b36f369b9e5356101c4ea16fede10cefde90b5e0b384b
 SHA512 
cfd4ed7a9eab881a0c3bd2744e78c5ef99a92db4d3afee8c632c0a766adcdbf1999f4e9770e2c4e941526d488dd6f9327937389490cc2310d79b38c5bf2ddd12
 DIST dash-2.16.0.tar.gz 148151 BLAKE2B 
1c51d926a6dd4ecdbc2ad132347af7bbd27e604d6e2c61a6cfe548802b08a57678ca26aba69f8ae27ca7cdeca84cd469bd9a7849bf28c2abae44f7172ad2659d
 SHA512 
a0196327c8e81d1b343bb56de00a3c2f59b1d3f86dc4e923cf350658590fa106aa0be933aa0f51ff3c02d9aff8450c5e055d169ae8fb876be068bf15a52af216
+DIST dash-2.17.0.tar.gz 149379 BLAKE2B 
d88106b08d1454b483f08db59e641680e7361b4572b47e238b096977ba308eb4c2810621c99e98126a94e4afdba9faf966e3c56cb6f4ad1292ef05fe7cc0546f
 SHA512 
e53fa1bb9e854b446931d943caac719646218c96160f7c50615b5e95866f4db9dffa6e752596e9c223bcd5b39a80c0c75748b0e0564d72ce5825715a29b80d01

diff --git a/app-emacs/dash/dash-2.17.0.ebuild 
b/app-emacs/dash/dash-2.17.0.ebuild
new file mode 100644
index 000..62c3a1a1c7f
--- /dev/null
+++ b/app-emacs/dash/dash-2.17.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A modern list library for Emacs"
+HOMEPAGE="https://github.com/magnars/dash.el;
+SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="sys-apps/texinfo"
+
+S="${WORKDIR}/${PN}.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="dash.texi"
+DOCS="README.md"
+
+src_test() {
+   ./run-tests.sh || die
+}



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

2020-04-12 Thread Hans de Graaff
commit: 40b74fbcfcfbc3cef62b5d74f1b7d6da253561a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 05:44:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 05:44:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b74fbc

app-emacs/wgrep: add 2.3.2

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

 app-emacs/wgrep/Manifest   |  1 +
 app-emacs/wgrep/wgrep-2.3.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-emacs/wgrep/Manifest b/app-emacs/wgrep/Manifest
index bf1f3a4a059..ed43c71ee61 100644
--- a/app-emacs/wgrep/Manifest
+++ b/app-emacs/wgrep/Manifest
@@ -1 +1,2 @@
 DIST wgrep-2.3.0.tar.gz 16241 BLAKE2B 
83802934b36dfcad17e3486a7405cdd170b20bd6574d92032c92aa2a8ae84a2b6ce47313c8ca70327982bebc4fb78363181c66d1c745d2179ba84fc655c617be
 SHA512 
2f817ef482d8ce98531494a5f19f477d7544bcc8b2747ebe184194a058c6cb26d571ba7de22f7e4307aa110806fa45f683b2363b1520b8fe5edaa05ce5ba8d61
+DIST wgrep-2.3.2.tar.gz 28908 BLAKE2B 
992557cd59ac6887cec71c7dceac27ad5cfc153a09b68a1e312466077dfa08a6efb7e49ba24b06196daf41b2781f17a5d3f0c3f7b6ee28590d42db5a7de2a141
 SHA512 
a0a00f1d845c45f5de0e707ea5c8c14f9b01807533d7124be9fe0bfdd2d28c3e6fce2a4695daa1de880dd5ff5986b0533b3a5688790a7674576599fb2667ae76

diff --git a/app-emacs/wgrep/wgrep-2.3.2.ebuild 
b/app-emacs/wgrep/wgrep-2.3.2.ebuild
new file mode 100644
index 000..0833f3eca7d
--- /dev/null
+++ b/app-emacs/wgrep/wgrep-2.3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Writable grep buffer and apply the changes to files"
+HOMEPAGE="https://github.com/mhayashi1120/Emacs-wgrep;
+SRC_URI="https://github.com/mhayashi1120/Emacs-${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/Emacs-${P}"
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="See commentary in ${SITELISP}/${PN}/wgrep.el for documentation.
+   \n\nTo activate wgrep, add the following line to your ~/.emacs file:
+   \n\t(require 'wgrep)"



[gentoo-commits] repo/proj/guru:dev commit in: media-plugins/tap-plugins/, media-plugins/tap-plugins/files/

2020-04-12 Thread Denis Reva
commit: 4a08d940c42b1726a68703f81832f777a6df4feb
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 13 05:42:19 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Mon Apr 13 05:42:19 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a08d940

media-plugins/tap-plugins:

Another version bumped ebuild from my GitHub pull request.
With specific GURU fixes sure.

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

 media-plugins/tap-plugins/Manifest |  1 +
 .../files/tap-plugins-1.0.1-makefile.patch | 40 +++
 media-plugins/tap-plugins/metadata.xml | 32 +++
 media-plugins/tap-plugins/tap-plugins-1.0.1.ebuild | 45 ++
 4 files changed, 118 insertions(+)

diff --git a/media-plugins/tap-plugins/Manifest 
b/media-plugins/tap-plugins/Manifest
new file mode 100644
index 000..f37c4ac
--- /dev/null
+++ b/media-plugins/tap-plugins/Manifest
@@ -0,0 +1 @@
+DIST tap-plugins-1.0.1.tar.gz 64649 BLAKE2B 
2b8ac9a26197f5c980512d33daf4c604d7bb3046fb40e3826d559d4420921a0e124a5577d53d0896bc92111f69765f714d5f55a9da60546e2e6f29e5c851b2a5
 SHA512 
25f72bba83a5a40d480bc9d4659b64096102281d02e43ad93d5064b0ef7972184db40162d1ef78fd783f431740a4c4d5e03160cdd5f43da3bc1570ff462c863a

diff --git a/media-plugins/tap-plugins/files/tap-plugins-1.0.1-makefile.patch 
b/media-plugins/tap-plugins/files/tap-plugins-1.0.1-makefile.patch
new file mode 100644
index 000..ae0c3ce
--- /dev/null
+++ b/media-plugins/tap-plugins/files/tap-plugins-1.0.1-makefile.patch
@@ -0,0 +1,40 @@
+diff --git a/Makefile b/Makefile
+index 54049cd..fd67223 100644
+--- a/Makefile
 b/Makefile
+@@ -23,8 +23,8 @@
+ # Change this if you want to install somewhere else. In particular
+ # you may wish to remove the middle "local/" part of the path.
+ 
+-INSTALL_PLUGINS_DIR   =   /usr/local/lib/ladspa/
+-INSTALL_LRDF_DIR  =   /usr/local/share/ladspa/rdf/
++#INSTALL_PLUGINS_DIR  =   /usr/local/lib/ladspa/
++#INSTALL_LRDF_DIR =   /usr/local/share/ladspa/rdf/
+ 
+ # NO EDITING below this line is required
+ # if all you want to do is install and use the plugins.
+@@ -39,11 +39,13 @@ OS := $(shell uname -s)
+ CC  = gcc
+ CFLAGS  = -I. -O3 -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c 
-fPIC -DPIC
+ ifeq ($(OS),Darwin)
+-LDFLAGS = -nostartfiles -shared -Wl,-install_name,symbolic -lc -lm
++LDFLAGS = -nostartfiles -shared -Wl,-install_name,symbolic -lc -lm 
$(EXTRA_LDFLAGS)
+ else
+-LDFLAGS = -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
++LDFLAGS = -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt $(EXTRA_LDFLAGS)
+ endif
++EXTRA_LDFLAGS =
+ MODULES = $(wildcard *.c)
++LIBADD = -lc -lm -lrt
+ 
+ all: $(MODULES:%.c=%.so)
+ 
+@@ -57,7 +59,7 @@ tap_dynamics_st.o: tap_dynamics_presets.h
+   $(CC) $(CFLAGS) $< -o $@
+ 
+ %.so: %.o
+-  $(CC) -o $@ $< $(LDFLAGS)
++  $(CC) $(LDFLAGS) -o $@ $< $(LIBADD)
+ 
+ # OTHER TARGETS
+ 

diff --git a/media-plugins/tap-plugins/metadata.xml 
b/media-plugins/tap-plugins/metadata.xml
new file mode 100644
index 000..f6e9409
--- /dev/null
+++ b/media-plugins/tap-plugins/metadata.xml
@@ -0,0 +1,32 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   denis7...@gmail.com
+   Denis Reva
+   
+   
+TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of
+LADSPA plugins for digital audio processing, intended for use in a
+professional DAW environment such as Ardour. These plugins should compile
+and run on any recent (that is, not seriously outdated) GNU/Linux system.
+They don't require any special libraries besides the standard GNU C and math
+libraries, which are expected to be provided on the machine used for
+compiling.
+
+The audio processing algorithms done by TAP-plugins are coded to be
+independent of the actual sample rate. The sample rate is always a parameter
+during computations. The plugins have been tested with sample rates 44.1 kHz
+and 96 kHz, as the author uses these values in his studio. Please note that
+although all plugins should be essentially functional at virtually any
+sample rate, the audio fidelity depends slightly on the actual sample rate
+used. Higher sample rate is better, of course. This means that an equalizer
+or reverberator plugin will produce higher quality output, and will sound a
+bit smoother at 96 kHz compared to, say, 44.1 kHz. This is a natural effect
+that results from the fundamental properties of digital signal processing,
+but you should be aware of it nevertheless.
+   
+   
+   tap-plugins
+   
+

diff --git a/media-plugins/tap-plugins/tap-plugins-1.0.1.ebuild 
b/media-plugins/tap-plugins/tap-plugins-1.0.1.ebuild
new file mode 100644
index 000..07a133f
--- /dev/null
+++ b/media-plugins/tap-plugins/tap-plugins-1.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms 

[gentoo-commits] repo/proj/guru:dev commit in: media-plugins/caps-plugins/

2020-04-12 Thread Denis Reva
commit: bf73282ad6be3890d59e10562a97f0f8977db5d0
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 13 05:22:34 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Mon Apr 13 05:22:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf73282a

media-plugins/caps-plugins:

Bump of Gentoo ebuild from GitHub pull request

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

 media-plugins/caps-plugins/Manifest|  1 +
 .../caps-plugins/caps-plugins-0.9.26.ebuild| 43 ++
 media-plugins/caps-plugins/metadata.xml| 10 +
 3 files changed, 54 insertions(+)

diff --git a/media-plugins/caps-plugins/Manifest 
b/media-plugins/caps-plugins/Manifest
new file mode 100644
index 000..2685233
--- /dev/null
+++ b/media-plugins/caps-plugins/Manifest
@@ -0,0 +1 @@
+DIST caps-plugins-0.9.26.tar.bz2 182334 BLAKE2B 
3ab75dc1ab6c5ecebe7c4983f5eb8e540396f7bacba147e1f2877c4e3e699c62d1f6af36af16eb9feac537acd9946eec40c3c90de59f6e740f6ce04c8bc0fa71
 SHA512 
ce9a7219ef0c6c33a5debb407e9b6ea7432c3f50ab32c1915cf91c40cda541a812da887bf57ee536d653195158939889c4baf5fcbe3ded551abc676517e1da7a

diff --git a/media-plugins/caps-plugins/caps-plugins-0.9.26.ebuild 
b/media-plugins/caps-plugins/caps-plugins-0.9.26.ebuild
new file mode 100644
index 000..c869d39
--- /dev/null
+++ b/media-plugins/caps-plugins/caps-plugins-0.9.26.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs multilib-minimal
+MY_P="caps-${PV}"
+DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
+HOMEPAGE="http://quitte.de/dsp/caps.html;
+SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/ladspa-sdk"
+RDEPEND="media-libs/ladspa-sdk"
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   multilib_copy_sources
+}
+
+multilib_src_compile() {
+   emake \
+   ARCH="" \
+   CC="$(tc-getCXX)" \
+   CFLAGS="${CXXFLAGS} -fPIC -DPIC" \
+   _LDFLAGS="-shared ${LDFLAGS}"
+}
+
+multilib_src_install() {
+   insinto /usr/$(get_libdir)/ladspa
+   insopts -m0755
+   doins *.so
+}
+
+multilib_src_install_all() {
+   insinto /usr/share/ladspa/rdf
+   insopts -m0644
+   doins *.rdf
+}

diff --git a/media-plugins/caps-plugins/metadata.xml 
b/media-plugins/caps-plugins/metadata.xml
new file mode 100644
index 000..fbd0bbc
--- /dev/null
+++ b/media-plugins/caps-plugins/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   denis7...@gmail.com
+   Reva Denis aka RarogCmex
+   
+   The CAPS Audio Plugin Suite - LADSPA plugin suite 
which includes DSP units emulating instrument amplifiers, stomp-box classics, 
versatile 'virtual analogue' oscillators, fractal oscillation, reverb, 
equalization and others
+   
+



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

2020-04-12 Thread Hans de Graaff
commit: 79b7d3e01136ecba24b544d83453eee94481b64f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 04:30:11 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 04:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b7d3e0

dev-ruby/slop: add 4.8.1

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

 dev-ruby/slop/Manifest  |  1 +
 dev-ruby/slop/slop-4.8.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index 7fe1ac7a76c..eef6e484987 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -1,2 +1,3 @@
 DIST slop-4.6.2.tgz 15750 BLAKE2B 
a31c8ec895e534be7fe77eb09909c2210d298c1a89099080af816b9e06a5ee2358aef223b1ce0669f9d40cc91c04ce55e8ebb6d506a4bec35fb1fd9b93c0017d
 SHA512 
352d7e5bbbe9ae4c324d1561f953fe28c1c99078bdef27f1be45453e60b34e0191e94d8952ec0a8cee7d689c6ba910616c9515747e81a8378fa825cb2139bfc7
 DIST slop-4.7.0.tgz 16367 BLAKE2B 
ad128b803876184cddaca5fdc4c8a1c2d20a0deab46cfcc9521cec88dbc777ee849a8bda8b0257281fdcb614a1e710e25b683f9a5f7d97d34ad78e3a1479a88f
 SHA512 
3cbf1c7e2a7f2baf01e533b10f29cb52060dab2d03f69ba345b63cc0aa9d4cdebf1d18eff26177bfbac11bf55fd1167605dcc86d030fed0568fa132de33d1f37
+DIST slop-4.8.1.tgz 16805 BLAKE2B 
875b9a1895d99147f6d597b976831fcb406170d6172ad4c888f53cb18e35439f9fc6bcf785864a3209de5169166b2760d196e1f2f102308db3aec07950fe5e88
 SHA512 
4edace1693081ab7f9d1efaeb9c894f34c0012ae827ee13bd1c8014c222e88db20b082be3d6b0a97e664135b2ba09bec9e7ecb0d20c22b32a859ac574fd2b71e

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



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

2020-04-12 Thread Thomas Deutschmann
commit: 3a4b687c5aabf19bea9c26a756580bd23b810ed9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr 13 03:34:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr 13 03:34:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4b687c

profiles: p.u.mask mate-base/mate[bluetooth] on arm/arm64

net-wireless/blueman isn't available here.

Fixes 255fa21 ("profiles: base/package.use{,.stable}.mask: move 
mate-base/mate[bluetooth]")
Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/arm/package.use.mask   | 5 +
 profiles/arch/arm64/package.use.mask | 5 +
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index d149c30940d..3d076ac3b56 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ettore Di Giacinto  (2016-11-10)
+# Dependency has no stable keyword
+# and as for now we have only stable mate versions
+mate-base/mate bluetooth
+
 # Adam Feldman  (2020-04-06)
 # Mask until gui-libs/gtk-layer-shell is keyworded
 mate-base/mate-panel wayland

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 1d9583f8e41..5c65c2027bb 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ettore Di Giacinto  (2016-11-10)
+# Dependency has no stable keyword
+# and as for now we have only stable mate versions
+mate-base/mate bluetooth
+
 # Adam Feldman  (2020-04-06)
 # Mask until gui-libs/gtk-layer-shell is keyworded
 mate-base/mate-panel wayland



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/yojson/

2020-04-12 Thread Philip Miess
commit: 280907443c9515ba0ca0a3bc8aaa4fc0f248208d
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Apr 13 02:28:20 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Apr 13 02:28:20 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=28090744

yojson version bump

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/yojson/Manifest|  2 ++
 dev-ml/yojson/yojson-1.7.0.ebuild | 33 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
index f046c2e..72ea8de 100644
--- a/dev-ml/yojson/Manifest
+++ b/dev-ml/yojson/Manifest
@@ -1,3 +1,5 @@
 DIST yojson-1.4.0.tar.gz 26197 BLAKE2B 
c7d1a9d47f448995b31cd7631f64dec29e65b1f141854092bfe186a58c28b96c5c7f246f7e4ab4563dfcd84776904d4af77bbcbdc4e149229fbde339bd92df9f
 SHA512 
dc019ecf0387299282c3df9a548456d2529993241911a83acb14f2361ed14886e5ebebe415773b6bc718cb0b12a25529184f3b5b62c71b42960fbd62e1c63bf6
+DIST yojson-1.7.0.tar.gz 29704 BLAKE2B 
edbd7f66d69a85880fc8ee9bb25a993744a310887024f7af63665ba8f5067f1b9383ec4d6dd5f4ca3376d698665a8f605c078f7597ddd4e71857c1a20143c2e5
 SHA512 
25eedb64e4bf7c7e8d5a5a115812cd502540afbdeb7c947da3a14e5968aa0a7db8ab402425662571d8935b9cd6a19796ce81dd80a65dc614f156626c60e7036e
 EBUILD yojson-1.4.0.ebuild 687 BLAKE2B 
6fc3c22e1993b303ff796d03330accba6ff66bad67a9327b49935d3971c67973fe99306564a0883e5ff81caf315ea022cfe5ca95289c470a4d095f208a3dab1d
 SHA512 
1edfac963eb80e38d2ba9895737e4cd97f5b12ba357ff2e02819a406f6b60ff3f52109ce596e8e3935d0603faaaeb0bf901447f3ec961009b9453f5ee71b82bd
+EBUILD yojson-1.7.0.ebuild 704 BLAKE2B 
e85037e1cb75687b87e91da7fcaa4aa95febf54b2eff257775db9f97f16142f64213f892fa76796891422611622fb143fefe94de51d14c996141216c1f7f1d58
 SHA512 
2e8c019a353d40438ef3cf4d20e1bc769fda2a0dd57e6c798ce5671e8733dc26e369c0b034ac9bea92641c2202c504bbef6617ddf2cfc7462ba8fc471398d462
 MISC metadata.xml 251 BLAKE2B 
fa0c2c2679ffa3d7ee1d66435fa6ae0a87cd066936bef24881ca3c1559420ef9cb9aef9a8956f97d422a0b01ec5979674b4002f8d2141da8259c2e0ed049c506
 SHA512 
df914b4514c8649fb6ed3d115eb88866177d9cb8a9e4cfc743c28b7b1b17a32a4c3e5a5051f8f499089727ecce11dbe366f5065917795dc5f08f9524a499f676

diff --git a/dev-ml/yojson/yojson-1.7.0.ebuild 
b/dev-ml/yojson/yojson-1.7.0.ebuild
new file mode 100644
index 000..bc8be93
--- /dev/null
+++ b/dev-ml/yojson/yojson-1.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib opam
+
+DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
+HOMEPAGE="https://github.com/ocaml-community/yojson;
+SRC_URI="https://github.com/ocaml-community/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt]
+   dev-ml/easy-format:=[ocamlopt]
+   >=dev-ml/biniou-1.2:=[ocamlopt]
+"
+DEPEND="${RDEPEND}
+   dev-ml/cppo
+   ~dev-ml/dune-1.11.4
+"
+
+src_install() {
+   opam_src_install
+
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/obus/

2020-04-12 Thread Philip Miess
commit: 70ae0048459b550adeafef0b55261aed7b8179a9
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Apr 13 01:55:37 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Apr 13 01:55:37 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=70ae0048

remove signature for uncommited file

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/obus/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-ml/obus/Manifest b/dev-ml/obus/Manifest
index cd3228e..0b3e4f3 100644
--- a/dev-ml/obus/Manifest
+++ b/dev-ml/obus/Manifest
@@ -5,5 +5,4 @@ DIST obus-1.2.2.tar.gz 172331 BLAKE2B 
8613217804990b0ff4b5c454da4e6cb68f3e5870c0
 EBUILD obus-1.1.8.ebuild 840 BLAKE2B 
16728531cf9b76f3ffca4bf99ba59ffadf32cfbba30c7556ed1566cbb9037b5e915575a7e003e4e6fea1c19beacb1c8dd00e63250be28c996252dfaa4fc0186b
 SHA512 
bce9a900bc94ca2d3ab4d5c1d002856f6ddd6e51df5ca4b1b2a5c682d51fa40cf45d12f64ff4ec9041b7bdf2bcb1bc44499d089e26f1b218e0845ac83e81e210
 EBUILD obus-1.1.ebuild 719 BLAKE2B 
d220dcab1c2a4d19bf267ebfea0ca60f164a1478268bad261be0a6eee03705850779a8b8c3ac976dc94aa942a9983fcf74be71b16d6f6c26c1bbc5d3284ef97f
 SHA512 
06ae52d8738f37136662203d62f12ccc271e9eb7eb30e46a3a0dae68895e04a82df36befa4991ac50f8afb2aa188d6615ef3dca7f9983d0902a792fe3a7da310
 EBUILD obus-1.2.0.ebuild 885 BLAKE2B 
e784fbd7354d6eb967eaee998520d5b5f7e7bd0d2bcad97e45d29ea7e45444d906e6eec62462300fa87a08c656e4f639ee1c0d00464f5178f85cc2fe40206caf
 SHA512 
be8df6f6cde1628fc649c1f621c25bb82d283323d7a7cbc5f330bbb4fec7be688bcd47468bd7a9fac62c39c770bd9509349e38d99c2c9c2ab630a832a1e2873a
-EBUILD obus-1.2.2.ebuild 909 BLAKE2B 
dff8a8d2250ac309717bb98eac7d42d50d9dc2a94b4173dbe31fcab08490bb5f02d4a43a445e62856b6b49c70eac509befeafb3e8d393ea0bbfdc28e14d3cb75
 SHA512 
93b410076bdfec208fe3038dd5d1bc2467d38a134a105236584318d136dcdaf6dd5e348f26dc03da58e7bccc99960b3cd468a6963543b40a05c1a8f7e87f5876
 MISC metadata.xml 285 BLAKE2B 
7665ca7b22bf0c8b2e486a5633130588ea83952d863912d0e8299707ed6d26dd66e40e1faa53173eb24079d4607cb783c9e0f6dce8f298607e5baf1ec5f1e587
 SHA512 
a8207edb781bc25e9bdc7f074ae3164ea9037077c6f6e0284474d033d57ceb188c3e1e9a77a0bbc9c7cac538a75ba23c42993340bd6555b0a71085d43c3f905d



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/yojson/, dev-ml/biniou/

2020-04-12 Thread Philip Miess
commit: 858621581a85a555ce1bfdc9813d15132742b615
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Apr 13 01:52:32 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Apr 13 01:52:32 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=85862158

biniou and yojson also need to depend on dune

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/biniou/Manifest|  3 +++
 dev-ml/biniou/biniou-1.2.0.ebuild | 32 
 dev-ml/biniou/metadata.xml|  8 
 dev-ml/yojson/Manifest|  3 +++
 dev-ml/yojson/metadata.xml|  8 
 dev-ml/yojson/yojson-1.4.0.ebuild | 33 +
 6 files changed, 87 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
new file mode 100644
index 000..56afb84
--- /dev/null
+++ b/dev-ml/biniou/Manifest
@@ -0,0 +1,3 @@
+DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 
01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d
 SHA512 
04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab
+EBUILD biniou-1.2.0.ebuild 733 BLAKE2B 
bca11d4883ce1f7c6cdd3f1bc248ef90b74a252bb64838eefb8b93e92daa4960bbfb28eb4c186348d4f2fef577addf4f33623b3719efcfda45571daabddec515
 SHA512 
f5d1d62d70840aaf2f8b00829d6f4dea4105e63c4caf569892bf5500b1dd3ec87a6353d7b0e9fcd3a964d052fc48fe4abdf1f5c126da6806952c767be45c
+MISC metadata.xml 246 BLAKE2B 
293edb7a04720164c7fe980b83a53e65fa0537bf20ee28f065f980b1a474ff468f2b7c4adb14c80b691080a801bbbc9095cb24fa4102ce10d57b0ac47d67ffa7
 SHA512 
d922d11e07aa5d95318b09b38f66979151ae05272a7f202e87a03ebc7df9fd985468cfdac2188e04b27e31a69c03d63b59f2682374430ad3d0dbdc7c909a2e1c

diff --git a/dev-ml/biniou/biniou-1.2.0.ebuild 
b/dev-ml/biniou/biniou-1.2.0.ebuild
new file mode 100644
index 000..612cf15
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/mjambon/biniou;
+SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}
+   ~dev-ml/dune-1.11.4
+   dev-ml/opam
+"
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   --mandir="${ED}/usr/share/man" \
+   ${PN}.install || die
+}

diff --git a/dev-ml/biniou/metadata.xml b/dev-ml/biniou/metadata.xml
new file mode 100644
index 000..7bfe73b
--- /dev/null
+++ b/dev-ml/biniou/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   mjambon/biniou
+   
+

diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
new file mode 100644
index 000..f046c2e
--- /dev/null
+++ b/dev-ml/yojson/Manifest
@@ -0,0 +1,3 @@
+DIST yojson-1.4.0.tar.gz 26197 BLAKE2B 
c7d1a9d47f448995b31cd7631f64dec29e65b1f141854092bfe186a58c28b96c5c7f246f7e4ab4563dfcd84776904d4af77bbcbdc4e149229fbde339bd92df9f
 SHA512 
dc019ecf0387299282c3df9a548456d2529993241911a83acb14f2361ed14886e5ebebe415773b6bc718cb0b12a25529184f3b5b62c71b42960fbd62e1c63bf6
+EBUILD yojson-1.4.0.ebuild 687 BLAKE2B 
6fc3c22e1993b303ff796d03330accba6ff66bad67a9327b49935d3971c67973fe99306564a0883e5ff81caf315ea022cfe5ca95289c470a4d095f208a3dab1d
 SHA512 
1edfac963eb80e38d2ba9895737e4cd97f5b12ba357ff2e02819a406f6b60ff3f52109ce596e8e3935d0603faaaeb0bf901447f3ec961009b9453f5ee71b82bd
+MISC metadata.xml 251 BLAKE2B 
fa0c2c2679ffa3d7ee1d66435fa6ae0a87cd066936bef24881ca3c1559420ef9cb9aef9a8956f97d422a0b01ec5979674b4002f8d2141da8259c2e0ed049c506
 SHA512 
df914b4514c8649fb6ed3d115eb88866177d9cb8a9e4cfc743c28b7b1b17a32a4c3e5a5051f8f499089727ecce11dbe366f5065917795dc5f08f9524a499f676

diff --git a/dev-ml/yojson/metadata.xml b/dev-ml/yojson/metadata.xml
new file mode 100644
index 000..96ead41
--- /dev/null
+++ b/dev-ml/yojson/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+  
+mjambon/yojson
+  
+

diff --git a/dev-ml/yojson/yojson-1.4.0.ebuild 
b/dev-ml/yojson/yojson-1.4.0.ebuild
new file mode 100644
index 000..3cd5540
--- /dev/null
+++ b/dev-ml/yojson/yojson-1.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib opam
+
+DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
+HOMEPAGE="https://github.com/mjambon/yojson;

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

2020-04-12 Thread Anthony G. Basile
commit: 6823d94a11c713bc244338486b38100e2ac39d47
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Apr 13 02:02:01 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Apr 13 02:02:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6823d94a

www-apps/moodle: keyword ~arm, bug #704826

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

 www-apps/moodle/moodle-3.5.11.ebuild | 2 +-
 www-apps/moodle/moodle-3.6.9.ebuild  | 2 +-
 www-apps/moodle/moodle-3.7.5.ebuild  | 2 +-
 www-apps/moodle/moodle-3.8.2.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/moodle/moodle-3.5.11.ebuild 
b/www-apps/moodle/moodle-3.5.11.ebuild
index c06e0951f7f..8b94917f96c 100644
--- a/www-apps/moodle/moodle-3.5.11.ebuild
+++ b/www-apps/moodle/moodle-3.5.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.moodle.org/${MY_BRANCH}/${P}.tgz;
 S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-3+"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 #SLOT empty due to webapp
 
 DB_FLAGS="mysqli?,mssql?,postgres?"

diff --git a/www-apps/moodle/moodle-3.6.9.ebuild 
b/www-apps/moodle/moodle-3.6.9.ebuild
index c06e0951f7f..8b94917f96c 100644
--- a/www-apps/moodle/moodle-3.6.9.ebuild
+++ b/www-apps/moodle/moodle-3.6.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.moodle.org/${MY_BRANCH}/${P}.tgz;
 S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-3+"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 #SLOT empty due to webapp
 
 DB_FLAGS="mysqli?,mssql?,postgres?"

diff --git a/www-apps/moodle/moodle-3.7.5.ebuild 
b/www-apps/moodle/moodle-3.7.5.ebuild
index bf58747413f..53ac6f44ea4 100644
--- a/www-apps/moodle/moodle-3.7.5.ebuild
+++ b/www-apps/moodle/moodle-3.7.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.moodle.org/${MY_BRANCH}/${P}.tgz;
 S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-3+"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 #SLOT empty due to webapp
 
 DB_FLAGS="mysqli?,mssql?,postgres?"

diff --git a/www-apps/moodle/moodle-3.8.2.ebuild 
b/www-apps/moodle/moodle-3.8.2.ebuild
index bf58747413f..53ac6f44ea4 100644
--- a/www-apps/moodle/moodle-3.8.2.ebuild
+++ b/www-apps/moodle/moodle-3.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.moodle.org/${MY_BRANCH}/${P}.tgz;
 S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-3+"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 #SLOT empty due to webapp
 
 DB_FLAGS="mysqli?,mssql?,postgres?"



[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/gtk-fortran/

2020-04-12 Thread Sergey Torokhov
commit: 20d1209ac8b21eb5feeca206f0c78ffe0cac2f98
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Apr 13 01:29:23 2020 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Mon Apr 13 01:29:23 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20d1209a

x11-libs/gtk-fortran: Add DOCS with CHANGELOG.md. Remove "append-flags -no-pie"

Add "CAHNGELOG.md" to DOCS variable with explicit README* files.

The using of "append-flags -no-pie" doesn't resove completely the issue
with TEXTREL and prevent to use then package on hardened.
The flag-o-matic.eclass removed as well.

Fix quote the variables.

Signed-off-by: Sergey Torokhov  yandex.ru>

 x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild
index 03e1391..174fb1c 100644
--- a/x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild
+++ b/x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 CMAKE_MAKEFILE_GENERATOR="emake"
 FORTRAN_STANDARD=2003
 
-inherit cmake flag-o-matic fortran-2
+inherit cmake fortran-2
 
 DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
 HOMEPAGE="https://github.com/vmagnin/gtk-fortran;
@@ -35,6 +35,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+DOCS=( "README.md" "README-high-level" "CHANGELOG.md" )
+
 pkg_setup() {
fortran-2_pkg_setup
 }
@@ -56,11 +58,6 @@ src_configure() {
-DINSTALL_EXAMPLES=$(usex examples)
-DNO_BUILD_EXAMPLES=true
)
-   # Try to fix (fix similar warnings only for static library):
-   # 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
CMakeFiles/gtk-fortran_object.dir/gtk-hl-assistant.f90.o:
-   # warning: relocation against `hl_gtk_assistant_destroy' in read-only 
section `.rodata'
-   # 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
warning: creating a DT_TEXTREL in object
-   append-flags -no-pie
cmake_src_configure
 }
 
@@ -71,5 +68,5 @@ src_compile() {
 
 src_install() {
cmake_src_install
-   use doc && dodoc -r ${BUILD_DIR}/html && rm 
${D}/usr/share/doc/${P}/html/{*.map,*.md5}
+   use doc && dodoc -r "${BUILD_DIR}"/html && rm 
"${D}/usr/share/doc/${P}"/html/{*.map,*.md5}
 }



[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/gtk-fortran/

2020-04-12 Thread Sergey Torokhov
commit: 036c61a3faec1fa011323085374d6284ac95f46f
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Apr 13 01:46:29 2020 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Mon Apr 13 01:46:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=036c61a3

x11-libs/gtk-fortran: Change versioning scheme

According to CHANGELOG.md the version of gtk-fortran is 19.04
instead of 3.24.8 (the last refers gtk+ version).

Signed-off-by: Sergey Torokhov  yandex.ru>

 x11-libs/gtk-fortran/Manifest | 2 +-
 .../{gtk-fortran-3.24.8.ebuild => gtk-fortran-19.04.ebuild}   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index f1deb79..b52b032 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1 +1 @@
-DIST gtk-fortran-3.24.8.tar.gz 4164311 BLAKE2B 
728d55890344894df534de1530135933e488ea197dc2d9b8f28571ce56a236e7fe2be23ebc4708e1ae5ffeb10e4ee584db366945e3d262225c4e9f7db4fa611d
 SHA512 
58154df7c531ebfabcc687f8f38d3c7db7f7adb6cc015e1ce9c44455ab2506a4dfe6b073a88100131ac3712fee68844e4544f2f77d954285e3fbc86e1b3d9394
+DIST gtk-fortran-19.04.tar.gz 4164311 BLAKE2B 
728d55890344894df534de1530135933e488ea197dc2d9b8f28571ce56a236e7fe2be23ebc4708e1ae5ffeb10e4ee584db366945e3d262225c4e9f7db4fa611d
 SHA512 
58154df7c531ebfabcc687f8f38d3c7db7f7adb6cc015e1ce9c44455ab2506a4dfe6b073a88100131ac3712fee68844e4544f2f77d954285e3fbc86e1b3d9394

diff --git a/x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-19.04.ebuild
similarity index 92%
rename from x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild
rename to x11-libs/gtk-fortran/gtk-fortran-19.04.ebuild
index 174fb1c..18d44cd 100644
--- a/x11-libs/gtk-fortran/gtk-fortran-3.24.8.ebuild
+++ b/x11-libs/gtk-fortran/gtk-fortran-19.04.ebuild
@@ -10,9 +10,9 @@ inherit cmake fortran-2
 
 DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
 HOMEPAGE="https://github.com/vmagnin/gtk-fortran;
-SRC_URI="https://github.com/vmagnin/${PN}/archive/v19.04.gtk${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.gtk3.24.8.tar.gz -> 
${P}.tar.gz"
 
-S="${WORKDIR}/${PN}-19.04.gtk${PV}"
+S="${WORKDIR}/${P}.gtk3.24.8"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2020-04-12 Thread Philip Miess
commit: 3ce520adf719da6a1ca57560aa43af8f90e94daa
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Apr 13 01:32:13 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Apr 13 01:32:13 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3ce520ad

add 0install 2.15.1

Signed-off-by: Philip Miess  yahoo.com>

 sys-apps/0install/0install-2.15.1.ebuild | 59 
 sys-apps/0install/Manifest   |  2 ++
 2 files changed, 61 insertions(+)

diff --git a/sys-apps/0install/0install-2.15.1.ebuild 
b/sys-apps/0install/0install-2.15.1.ebuild
new file mode 100644
index 000..5c24650
--- /dev/null
+++ b/sys-apps/0install/0install-2.15.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils
+
+DESCRIPTION="Zeroinstall Injector allows regular users to install software 
themselves"
+HOMEPAGE="http://0install.net/;
+SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk +ocamlopt test +dbus"
+
+COMMEN_DEPEND=">=dev-lang/ocaml-4.03.0[ocamlopt?]
+   dev-ml/lwt_react[ocamlopt?]
+   >=dev-ml/ocurl-0.7.9
+   >=dev-ml/ocaml-sha-1.9
+   dev-ml/xmlm
+   dev-ml/yojson
+   gtk? ( >=dev-ml/lablgtk-2.18.2[ocamlopt?]
+  dev-ml/lwt_glib[ocamlopt?] )
+   dbus? ( dev-ml/obus[ocamlopt?] )"
+DEPEND="${COMMEN_DEPEND}
+   dev-ml/cppo[ocamlopt?]
+   test? ( dev-ml/ounit[ocamlopt?] )
+   <=dev-ml/dune-1.11.4"
+RDEPEND="${COMMEN_DEPEND}
+   app-crypt/gnupg
+   app-arch/xz-utils
+   app-arch/unzip"
+
+# Disable test phase when test USE flag is disabled
+RESTRICT="!test? ( test )"
+
+src_compile() {
+   emake -j1 all
+}
+
+src_test() {
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install_system
+   rm -rf "${D}/usr/share/0install.net"
+   einstalldocs
+}
+
+pkg_postinst()
+{
+gnome2_icon_cache_update
+}
+
+pkg_postrm()
+{
+   gnome2_icon_cache_update
+}

diff --git a/sys-apps/0install/Manifest b/sys-apps/0install/Manifest
index 8694b60..b9145bd 100644
--- a/sys-apps/0install/Manifest
+++ b/sys-apps/0install/Manifest
@@ -3,6 +3,7 @@ AUX global.cfg 0 BLAKE2B 
786a02f742015903c6c6fd852552d272912f4740e15847618a86e21
 DIST 0install-1.16.tar.bz2 414434 BLAKE2B 
4b2e22833fc78c362e9937e6b1dac9f941ce17ef9c7cb5aaeef7bbf8ab8d2b3d14d82b1161f1a6c2d033b7f4cc7e7814714bbf290ad6d3ac4837021c4331c381
 SHA512 
73518eae1c39afc18609711f118606dc6fd529195bf98eab6e166818ef37d7f022d381078724a48048c92246da082bd77df3afc4f21085d7a9d551423ef5b714
 DIST 0install-2.12.3.tar.bz2 445327 BLAKE2B 
f469aa2a2193f62f42de2595fe505c0df3f297e31b1120648f9e344df49c05d549d2c8ca7a69f2892121f8b0da1416f64f6a8307e2f218db8fc867f629ed8e78
 SHA512 
d2d0d304675c427af289e51ed553e8eb9c2414d6087b1dcd3261947199bfa3b140348f21bf845ece7342825e524a6551589635d0aafcc9e14233e43b4a6958c4
 DIST 0install-2.13.tar.bz2 446022 BLAKE2B 
d5315b3c50fd6abe950efc2f943aa89c28aa4fe1050b858a197a3344a31af0b9cfb9de789d5431d480a2403bcc424a1eec001578ff7da27279264c92d139db38
 SHA512 
6f650de62b92597500c4439032076d1a0da621eaf0232dcce2576656889da70d529aef500a67edc13cc0d7f8ad10b1f65ea9483a42f7bdcbeda37c53a4115e8f
+DIST 0install-2.15.1.tar.bz2 452954 BLAKE2B 
7e678a6156a3b6c273854d21d6ec7347f53d77282ee4a21b19d53806612d26bf58f69b945cfb114ea3d73e17e68b6a5c22163cb4fb431eb0e982a27b5746146f
 SHA512 
e8c19bfe856b6461d4019609c9e6b7a0319e868adbb61ce1688771f8f25e8e8f20ecf8d92fe57a2ffb7607da8ce687214b6df715dd6d2e1d0794dedc9cbef2b2
 DIST 0install-2.3.10.tar.bz2 454157 BLAKE2B 
5a1afecd56b037bac803ff80ddfccf2cf79992e64b2d5a5edcc257293f4604cf5f8d4a4920cfba5e45a4253ef38f637cbe67032833ae91976684d01645875e2d
 SHA512 
4f4ef3349143cbd512f4d3726354ff93a71835cd06cee6732cf4784baf4f16fedc04499693acaa70b0f6d204ab4400f1321202e731cb9945d8ed8d4512bf0e03
 DIST 0install-2.3.11.tar.bz2 454146 BLAKE2B 
4daca060839b53e519824654b973958546110dc81c7efe99372b2b0bfafe2b938e14630c1bace64ba837a68b544d0eb052994175704ea2a9023073ef3c63285d
 SHA512 
7a0bd613c543fc633b2d9e292a099adcb67dbe474164a36a21dc60eb33959ab6c4ae025572051a4b9726c22fef0774b5176720e90cb7a5a19a90b4a9a61d592e
 DIST 0install-2.3.5.tar.bz2 466037 BLAKE2B 
5f80ca0b48e67274d741e08a1e80960295359d542f927608ea64991a8071224228146c31f7a7b671dd0e2fb8b00a6dc9ea3861f4de47df603b7485f712c090f3
 SHA512 
38ca8d1f51cdc671e076bf873ba6731110bdb06830d6d5bc2727e1bc5f390ce183359ed3347a64bee2cf6fab00a159ba7dd8ca989101584a7ccfb3d7670c4e8f
@@ -12,6 +13,7 @@ DIST 0install-2.3.9.tar.bz2 453933 BLAKE2B 
fc497d2d0382df9865ef715367ec43358dc0e
 EBUILD 0install-1.16.ebuild 1220 BLAKE2B 
01c7642eca89f38f6f243ee33410cf143707846649124d9926b54219770a449e860b53507e837fd5fcc776dd72f5af3924a9091208eb021a72b71f2231e717ca
 SHA512 

[gentoo-commits] repo/user/superposition:master commit in: dev-ml/lwt_glib/

2020-04-12 Thread Philip Miess
commit: edcd4a2f94e7a58c98d51e11cece63ddc296b8b6
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Apr 13 01:28:28 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Apr 13 01:28:28 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=edcd4a2f

revive lwt_glib ebuild

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/lwt_glib/Manifest  |  3 +++
 dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild | 27 +++
 dev-ml/lwt_glib/metadata.xml  | 11 +++
 3 files changed, 41 insertions(+)

diff --git a/dev-ml/lwt_glib/Manifest b/dev-ml/lwt_glib/Manifest
new file mode 100644
index 000..7ea803a
--- /dev/null
+++ b/dev-ml/lwt_glib/Manifest
@@ -0,0 +1,3 @@
+DIST lwt_glib-1.0.1.tar.gz 51837 BLAKE2B 
0570bca2b697b7afd5072a938be4330e39fb6b1285690ddf44c7cf051fd29bd620e53f441cc03afa93f3c03e466fd8aceb9d4a200085e3797afd7346afbd0146
 SHA512 
b66057fcfd110808ebabe6ec0ab653ddbb11342614265c7af58201854078b4a6315aa56836e719c2b8b3edc3e4a87f9fede7913a9b462ef65d21ae3bb1dcbd6c
+EBUILD lwt_glib-1.0.1.ebuild 490 BLAKE2B 
67ac0f13cc332f34448294ca48cb4a64c74e91631f49bdbc8dfb53fe668e8761e75dc2dc6d2493e8ebfbdd69960aa42794d5e5b12517e85005b7f0f508a37b55
 SHA512 
8a2cb0c317f240800d7066f3ec7f560aff419e76e86185ae78c3aa7766c1fa76b07c060f99174cede9ab3febe1ccdbae004b815d36a899e7df750b54514ed30c
+MISC metadata.xml 323 BLAKE2B 
698f215f56abf79d1cdccc81fee3c54ada81390b9ed0e05afd0b2df5fb5c710cb212b27ad6c96d849c89781daaefdc54c87019e508a6020e0eab88b98bde9280
 SHA512 
1ace9bf42638a4eb0579f2a65a075e6f57b766f42289f582aa535e143fc389508c4fdb14307b435121ad9d110e76b2cd369bb8496e706ee76c280546c90d20b6

diff --git a/dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild 
b/dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild
new file mode 100644
index 000..c41d14b
--- /dev/null
+++ b/dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+LWT_VER=3.0.0
+
+inherit oasis
+
+DESCRIPTION="GLib integration for Lwt"
+SRC_URI="https://github.com/ocsigen/lwt/releases/download/${LWT_VER}/${P}.tar.gz;
+HOMEPAGE="http://ocsigen.org/lwt;
+
+IUSE=""
+
+DEPEND="
+   >=dev-ml/lwt-${LWT_VER}:=
+   dev-libs/glib:2
+"
+
+RDEPEND="${DEPEND}"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~ppc"

diff --git a/dev-ml/lwt_glib/metadata.xml b/dev-ml/lwt_glib/metadata.xml
new file mode 100644
index 000..c3df6b5
--- /dev/null
+++ b/dev-ml/lwt_glib/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@gentoo.org
+   Gentoo ML Project
+   
+   
+   ocsigen/lwt
+   
+



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/ocaml-sha/

2020-04-12 Thread Philip Miess
commit: 33f429fb60e57bc752060811edbe49823fa3e61a
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Apr 12 22:06:23 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Apr 12 22:06:23 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=33f429fb

revive a copy of ocaml-sha

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/ocaml-sha/ChangeLog| 28 
 dev-ml/ocaml-sha/Manifest |  4 
 dev-ml/ocaml-sha/metadata.xml |  7 +++
 dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild | 28 
 4 files changed, 67 insertions(+)

diff --git a/dev-ml/ocaml-sha/ChangeLog b/dev-ml/ocaml-sha/ChangeLog
new file mode 100644
index 000..ab284c6
--- /dev/null
+++ b/dev-ml/ocaml-sha/ChangeLog
@@ -0,0 +1,28 @@
+# ChangeLog for dev-ml/ocaml-sha
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sha/ChangeLog,v 1.6 2015/06/06 
19:46:56 jlec Exp $
+
+  06 Jun 2015; Justin Lecher  metadata.xml:
+  Add github to remote-id in metadata.xml
+
+*ocaml-sha-1.9 (13 Oct 2013)
+
+  13 Oct 2013; Alexis Ballier  +ocaml-sha-1.9.ebuild:
+  version bump
+
+  19 Aug 2013; Alexis Ballier  ocaml-sha-1.8.ebuild:
+  eapi5, define subslot and add := dep on ocaml packages
+
+  19 Aug 2013; Alexis Ballier  -ocaml-sha-1.7.ebuild:
+  remove old
+
+*ocaml-sha-1.8 (30 Oct 2012)
+
+  30 Oct 2012; Alexis Ballier  +ocaml-sha-1.8.ebuild:
+  version bump
+
+*ocaml-sha-1.7 (02 Aug 2012)
+
+  02 Aug 2012; Alexis Ballier  +ocaml-sha-1.7.ebuild,
+  +metadata.xml:
+  initial import, ebuild by Jacques-Pascal Deplaix, bug #427002

diff --git a/dev-ml/ocaml-sha/Manifest b/dev-ml/ocaml-sha/Manifest
new file mode 100644
index 000..69e70f3
--- /dev/null
+++ b/dev-ml/ocaml-sha/Manifest
@@ -0,0 +1,4 @@
+DIST ocaml-sha-v1.9.tar.gz 12872 BLAKE2B 
382431814ef1fd4b88e69ff727fade617a7a6e2757a70e7538e2fc5b2708572a731b6800e9c36b7ddcb1c6103b57a1ccd14c5bc6886e83f56ebc388de9f67c90
 SHA512 
e49f725f0544a423c57199b2534519a005916f24a17bf7761e744ec963c5712b8b0b82b052d87c55fdfd3143f194f44283c7332ab08f480328c0c21642ae5778
+EBUILD ocaml-sha-1.9.ebuild 591 BLAKE2B 
c5711fdef7b9da2adb421bcc3787b641a20080a1d4a6ebe9af7ff232641a167821bc726b5531ebe0a6a94b2e53d29d8c53bada1adf1dcb485af8f49907b7a597
 SHA512 
753cc4d482088d5c37816119604455aa4ab70e0a97f122af27d2396a0bedc49f3fad433a5f4fd43e37c9107a26fe29bfa37afd45c39ab1a95432ea344dd9d925
+MISC ChangeLog 956 BLAKE2B 
55ce1728625c4b73da406c1351040e8d53f00fe9f92da008d56f0f7e68565124e1dbab096503e26523c6c86ac50e08b687318ad01df048aee69da5859ddffce1
 SHA512 
5226b2c418e1b7bf5eb4043229fe7b1ca162c118ef2d8941a40ef5296ddcdf521cc2c33b912b2218cf8a3e5d0b662f559207851ea265ef7d15b0f7b5bd634b5f
+MISC metadata.xml 227 BLAKE2B 
ae23bf388c563adbae0dae215e84fd24991ae38955d06eda2f60f8074c6efab08e2019aca43b69a72821475c75fc1535bf8da409ec2b5260e47f6f59d0f19164
 SHA512 
ea3045c8a8d6e8fab04b15d8adb2b939eb094bb457be02314e96048ea87d968a9d2699e00bf7ca6fdbca4c8e07cbd75d3e476e7fc329b7ae4d4d9da9e6b8303f

diff --git a/dev-ml/ocaml-sha/metadata.xml b/dev-ml/ocaml-sha/metadata.xml
new file mode 100644
index 000..86fc352
--- /dev/null
+++ b/dev-ml/ocaml-sha/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vincenthz/ocaml-sha
+  
+

diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild 
b/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild
new file mode 100644
index 000..79c63c3
--- /dev/null
+++ b/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib vcs-snapshot
+
+DESCRIPTION="A binding for SHA interface code in OCaml"
+HOMEPAGE="https://github.com/vincenthz/ocaml-sha;
+SRC_URI="https://github.com/vincenthz/ocaml-sha/archive/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt]"
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   findlib_src_install
+   dodoc README
+}



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

2020-04-12 Thread Jonas Stein
commit: 2cecfa7e1793df584e86538295a7d6532ec60ea1
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Apr 13 01:34:45 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Apr 13 01:35:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cecfa7e

sys-apps/inxi: QA fix LongDescription

Extended LongDescription.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/inxi/metadata.xml b/sys-apps/inxi/metadata.xml
index 3d8c1c6ac58..21d07ca8042 100644
--- a/sys-apps/inxi/metadata.xml
+++ b/sys-apps/inxi/metadata.xml
@@ -8,5 +8,5 @@

smxi/inxi

-   inxi is a bash script to print information about the 
system. It was forked from infobash.
+   inxi is a script to print information about the 
system. It was forked from infobash. The script parses files in /proc but can 
also collects information from other tools such as glxinfo or dmidecode. See a 
full list of supported tools with inxi --recommends.
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-libs/gtk-layer-shell/

2020-04-12 Thread Aisha Tammy
commit: 52fa700586f3d7071a63ec2ab7d3ba0a7d571c3f
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Apr 13 01:16:23 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Mon Apr 13 01:16:23 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52fa7005

removed gtk-layer-shell as it is now in the main tree

Signed-off-by: Aisha Tammy  aisha.cc>

 gui-libs/gtk-layer-shell/Manifest  |  1 -
 .../gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild   | 48 --
 .../gtk-layer-shell/gtk-layer-shell-.ebuild| 48 --
 gui-libs/gtk-layer-shell/metadata.xml  | 12 --
 4 files changed, 109 deletions(-)

diff --git a/gui-libs/gtk-layer-shell/Manifest 
b/gui-libs/gtk-layer-shell/Manifest
deleted file mode 100644
index 368d4e8..000
--- a/gui-libs/gtk-layer-shell/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtk-layer-shell-0.1.0.tar.gz 41457 BLAKE2B 
a8bd5c85f901d79d66ac1094f8392485a2a6581682e08a252dd97ac7dcf376e72425126d2a234c21b5b2a509068f41116a0161a41f0733dbbf03e745f5469c51
 SHA512 
813ae86939d4bb300e78197a09fe7e4ccda9e2e6c008b72fa45d0a5be311ade1762af31835d3e7fea00f49a438f7ad37d3e57c84e0a2ebbbf58e807048c072da

diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild 
b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild
deleted file mode 100644
index 5d68d9f..000
--- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A library to create panels and other desktop components for 
Wayland"
-HOMEPAGE="https://github.com/wmww/gtk-layer-shell;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wmww/gtk-layer-shell.git;
-   KEYWORDS=""
-else
-   
SRC_URI="https://github.com/wmww/gtk-layer-shell/archive/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="docs examples"
-
-DEPEND="
-   >=x11-libs/gtk+-3.24.11:3[introspection,wayland]
-   >=dev-libs/wayland-1.10.0
-   dev-libs/gobject-introspection
-   docs? ( dev-util/gtk-doc
-   >=x11-libs/gtk+-3.24.11:3[gtk-doc] )
-"
-
-RDEPEND="
-   >=x11-libs/gtk+-3.24.11:3[introspection,wayland]
-   >=dev-libs/wayland-1.10.0
-   dev-libs/gobject-introspection
-"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Ddocs=$(usex docs true false)
-   -Dexamples=$(usex examples true false)
-   )
-   meson_src_configure
-}

diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-.ebuild 
b/gui-libs/gtk-layer-shell/gtk-layer-shell-.ebuild
deleted file mode 100644
index 5d68d9f..000
--- a/gui-libs/gtk-layer-shell/gtk-layer-shell-.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A library to create panels and other desktop components for 
Wayland"
-HOMEPAGE="https://github.com/wmww/gtk-layer-shell;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wmww/gtk-layer-shell.git;
-   KEYWORDS=""
-else
-   
SRC_URI="https://github.com/wmww/gtk-layer-shell/archive/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="docs examples"
-
-DEPEND="
-   >=x11-libs/gtk+-3.24.11:3[introspection,wayland]
-   >=dev-libs/wayland-1.10.0
-   dev-libs/gobject-introspection
-   docs? ( dev-util/gtk-doc
-   >=x11-libs/gtk+-3.24.11:3[gtk-doc] )
-"
-
-RDEPEND="
-   >=x11-libs/gtk+-3.24.11:3[introspection,wayland]
-   >=dev-libs/wayland-1.10.0
-   dev-libs/gobject-introspection
-"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Ddocs=$(usex docs true false)
-   -Dexamples=$(usex examples true false)
-   )
-   meson_src_configure
-}

diff --git a/gui-libs/gtk-layer-shell/metadata.xml 
b/gui-libs/gtk-layer-shell/metadata.xml
deleted file mode 100644
index c0fefcc..000
--- a/gui-libs/gtk-layer-shell/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-gen...@aisha.cc
-Aisha Tammy
-
-
-Add the internal documentation, not needed for 
non-developers.
-Adds examples for using, not needed for 
non-developers.
-
-



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

2020-04-12 Thread Michael Orlitzky
commit: c94a025fb870fa9fa328665f41c887cb88428599
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Apr 13 01:11:02 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Apr 13 01:11:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a025f

sci-libs/iml: use HTTPS and drop RESTRICT=mirror.

The HOMEPAGE and SRC_URI redirect to HTTPS anyway, so let's use it
right off the bat. And RESTRICT=mirror doesn't seem needed after
perusing the source. Since this ebuild was imported from an overlay, I
feel relatively confident that I'm not doing anything wrong by
removing it.

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

 sci-libs/iml/iml-1.0.5.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild
index 25907543c00..fef4d4a5783 100644
--- a/sci-libs/iml/iml-1.0.5.ebuild
+++ b/sci-libs/iml/iml-1.0.5.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
@@ -6,16 +6,14 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="Integer Matrix Library"
-HOMEPAGE="http://www.cs.uwaterloo.ca/~astorjoh/iml.html;
-SRC_URI="http://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2;
+HOMEPAGE="https://www.cs.uwaterloo.ca/~astorjoh/iml.html;
+SRC_URI="https://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RESTRICT="mirror"
-
 DEPEND="virtual/cblas"
 RDEPEND="${DEPEND}"
 



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

2020-04-12 Thread Jonas Stein
commit: 417b7880a407f6c922546062e89731a9e345e91b
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Apr 13 00:31:43 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Apr 13 01:00:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417b7880

sys-apps/inxi: version bump

Version bump to 3.0.38

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.0.38.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 299ea9b4ceb..4f7cf38fec1 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,3 +1,4 @@
 DIST inxi-3.0.33.1.tar.gz 306370 BLAKE2B 
9ebd8d6e00fe241d5fdf52ddbfc01bdb03682f10baf79cf600a4ad94d36870cd5676fb74cbaebd5edfe9288df3c8f649e4f99dd6bbcd12681663423554f74114
 SHA512 
7239920311e8066f08a6d81525f3608bb555d229bc4f9e33d45442cef4ee219266bdd7c4a7a25de386db8079d1ef496e3fc22620ada772ce6a51c04cb7023256
 DIST inxi-3.0.34.1.tar.gz 308373 BLAKE2B 
290a0887a7885b040f614140a99cbd7e0a8f8b89943e2f39cf00f033fb88fbe6a65dd4b5848f4ff7758f5fe81112404abef6102c44f4732308cda0e4ce887766
 SHA512 
cfc221ce5cd87dd2418ef0a6f916b17ed4a90aa9c6485ffc40a37d87d337f18d1ad98ae53fa366dc56b5250f2e95dc14c528b14d8f796b6d1b26b982cbf0b22b
 DIST inxi-3.0.36.1.tar.gz 311680 BLAKE2B 
95c9ab57a9af50ace8fdacebb42a94017b1506a9215f8f70ff35f281dd207685d570fe257abc5446b57dd9b9a7ce28e568a4ebf9d664731dde437a6cfd64647f
 SHA512 
1b242878b9a5180ed63dedcac7381ce41380a1bd95ba7f85bfb2c97b635fdc7700162373078963ef708fa5cd47084aa6f5c71b212042fe1acd87e01a85599296
+DIST inxi-3.0.38.1.tar.gz 320672 BLAKE2B 
9c486ee07db4abad47c767c2f0d27d5e7c30e6640c50062c986f36201dce5217babd487a2d8f516be2d9bc41b8a06137d94ccb560fa0996d9a660a26004ef18d
 SHA512 
44f97474a130f2b932c0ee54658673846712305bf2fb738c293514f62df1ca2c5d11688e2557a3f6eaeb933db0fed904e818e3dda28b839baa3ac89e6385d3a2

diff --git a/sys-apps/inxi/inxi-3.0.38.1.ebuild 
b/sys-apps/inxi/inxi-3.0.38.1.ebuild
new file mode 100644
index 000..e8100eb6024
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.0.38.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+DEPEND=""
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+}
+
+pkg_postinst() {
+   elog "Some features of inxi depend on additional packages. Get a full 
list with"
+   elog "inxi --recommends"
+}



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

2020-04-12 Thread William Hubbs
commit: 8746d29cc0fec5239a24b95fdfa122bb14d6d7b8
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Apr 13 00:51:41 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Apr 13 00:51:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8746d29c

dev-lang/go: remove extra files generated by tests

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/go-1.14.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lang/go/go-1.14.2.ebuild b/dev-lang/go/go-1.14.2.ebuild
index 1a462c15811..309dbb808f8 100644
--- a/dev-lang/go/go-1.14.2.ebuild
+++ b/dev-lang/go/go-1.14.2.ebuild
@@ -147,6 +147,9 @@ src_test()
cd src
PATH="${GOBIN}:${PATH}" \
./run.bash -no-rebuild || die "tests failed"
+   cd ..
+   rm -fr pkg/*_race || die
+   rm -fr pkg/obj/go-build || die
 }
 
 src_install()



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

2020-04-12 Thread Zac Medico
commit: d291d12dfcfca0a5b8ed6bf3535488f50a94efc8
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 12 23:54:31 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 12 23:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d291d12d

sys-apps/portage: stable 2.3.89-r2 revbump for bug 700830

 #700830 fix ENV_UNSET for DISPLAY variable

Bug: https://bugs.gentoo.org/706142
Bug: https://bugs.gentoo.org/700830
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 .../portage/{portage-2.3.89-r1.ebuild => portage-2.3.89-r2.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/portage/portage-2.3.89-r1.ebuild 
b/sys-apps/portage/portage-2.3.89-r2.ebuild
similarity index 97%
rename from sys-apps/portage/portage-2.3.89-r1.ebuild
rename to sys-apps/portage/portage-2.3.89-r2.ebuild
index f3080d28436..82f329575e0 100644
--- a/sys-apps/portage/portage-2.3.89-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.89-r2.ebuild
@@ -96,6 +96,9 @@ python_prepare_all() {
# Apply e762752a8bf5c19e0d6d7b22de86306bfa4270ba for bug 711400.
sed -e 's|\(if\) \(graph_interface.want_update_pkg(parent, 
avail_pkg):\)|\1 parent is not None and \2|' -i lib/portage/dep/dep_check.py || 
die
 
+   # Apply 5570a96ddc859851036035baa4da65df2daa51a0 for bug 700830.
+   sed -e '50s|"EMERGE_FROM", "EPREFIX",|"EMERGE_FROM", "ENV_UNSET", 
"EPREFIX",|' -i lib/portage/package/ebuild/_config/special_env_vars.py || die
+
sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
if use gentoo-dev; then



[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/_config/

2020-04-12 Thread Zac Medico
commit: 5570a96ddc859851036035baa4da65df2daa51a0
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 12 23:11:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 12 23:45:31 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5570a96d

special_env_vars: add ENV_UNSET to environ_whitelist (bug 700830)

Add ENV_UNSET to the environ_whitelist. Since DISPLAY is also in
the environ_whitelist, ENV_UNSET must also be in environ_whitelist
in order to unset DISPLAY.

Fixes: a5e02c92fd72 ("Support ENV_UNSET for EAPI 7")
Bug: https://bugs.gentoo.org/700830
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/package/ebuild/_config/special_env_vars.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/package/ebuild/_config/special_env_vars.py 
b/lib/portage/package/ebuild/_config/special_env_vars.py
index dc01339f7..440dd00b2 100644
--- a/lib/portage/package/ebuild/_config/special_env_vars.py
+++ b/lib/portage/package/ebuild/_config/special_env_vars.py
@@ -47,7 +47,7 @@ environ_whitelist += [
"DISTDIR", "DOC_SYMLINKS_DIR", "EAPI", "EBUILD",
"EBUILD_FORCE_TEST",
"EBUILD_PHASE", "EBUILD_PHASE_FUNC", "ECLASSDIR", "ECLASS_DEPTH", "ED",
-   "EMERGE_FROM", "EPREFIX", "EROOT", "ESYSROOT",
+   "EMERGE_FROM", "ENV_UNSET", "EPREFIX", "EROOT", "ESYSROOT",
"FEATURES", "FILESDIR", "HOME", "MERGE_TYPE", "NOCOLOR", "PATH",
"PKGDIR",
"PKGUSE", "PKG_LOGDIR", "PKG_TMPDIR",



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

2020-04-12 Thread Zac Medico
commit: 01b0693dd0c5a8d20591cea805cbe4c4988585b7
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 12 23:40:37 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 12 23:44:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b0693d

sys-apps/portage: 2.3.99-r1 revbump for bug 700830

 #700830 fix ENV_UNSET for DISPLAY variable

Bug: https://bugs.gentoo.org/711148
Bug: https://bugs.gentoo.org/700830
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/{portage-2.3.99.ebuild => portage-2.3.99-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/portage/portage-2.3.99.ebuild 
b/sys-apps/portage/portage-2.3.99-r1.ebuild
similarity index 97%
rename from sys-apps/portage/portage-2.3.99.ebuild
rename to sys-apps/portage/portage-2.3.99-r1.ebuild
index 5d75a62bf45..2b801329cf6 100644
--- a/sys-apps/portage/portage-2.3.99.ebuild
+++ b/sys-apps/portage/portage-2.3.99-r1.ebuild
@@ -89,6 +89,9 @@ pkg_pretend() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   # Apply 03efd1125214
+   sed -e '50s|"EMERGE_FROM", "EPREFIX",|"EMERGE_FROM", "ENV_UNSET", 
"EPREFIX",|' -i lib/portage/package/ebuild/_config/special_env_vars.py || die
+
sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
if use gentoo-dev; then



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

2020-04-12 Thread Thomas Deutschmann
commit: 4a431d26ae7f58035d9254c7349e9dc5cf856a26
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 12 23:41:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 12 23:41:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a431d26

sys-apps/file: update link to bug tracker

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/file/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/file/metadata.xml b/sys-apps/file/metadata.xml
index 2c14dbfaaad..2617cfadadf 100644
--- a/sys-apps/file/metadata.xml
+++ b/sys-apps/file/metadata.xml
@@ -6,6 +6,6 @@
Gentoo Base System
 
 
-   http://bugs.gw.com/
+   https://bugs.astron.com/
 
 



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

2020-04-12 Thread Mikle Kolyada
commit: 0c79e65739b7b69cf0ff753d4ba0a9a2cf58090a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 23:31:53 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 23:34:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c79e657

dev-libs/kpathsea: use relative links

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

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index 70543c7dfda..dcbc8175045 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf-dist/web2c" 
install
-   find "${D}" -name '*.la' -delete
+   find "${D}" -name '*.la' -delete || die
 
dodir /usr/share # just in case
cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to 
install texmf trees"
@@ -86,8 +86,8 @@ src_install() {
# by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
 
-   dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
-   dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
+   dosym ../texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
+   dosym ../texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
 
newsbin "${S}/texmf-update" texmf-update
 



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

2020-04-12 Thread Thomas Deutschmann
commit: 5460a7f2977b8ef57e56c447c5b8350bbe505f9d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 12 23:20:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 12 23:21:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5460a7f2

sys-apps/file: rev bump

- Revert 
https://github.com/file/file/commit/24c9c086cd7c55b7b0a003a145b32466468e2608
  which fixes misdetection of shared libraries as statically linked as.

- Cherry-pick 
https://github.com/file/file/commit/d955cefc956ba537cfc0556023a65fe80bd2d82b

- Cherry-pick 
https://github.com/file/file/commit/483e7d8f1a5c3544bd42ead471813f8389fa7fc2

Bug: https://bugs.gentoo.org/717264
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/file/file-5.38-r1.ebuild  | 142 +
 ...3-iaeiaeiaeiae-Do-as-the-comment-says-and.patch |  40 ++
 ...ble-bit-is-only-set-when-DF_1_PIE-bit-is-.patch |  29 +
 ...le-5.38-td-is-for-ptrdiff_t-not-for-off_t.patch |  27 
 4 files changed, 238 insertions(+)

diff --git a/sys-apps/file/file-5.38-r1.ebuild 
b/sys-apps/file/file-5.38-r1.ebuild
new file mode 100644
index 000..58bb745b6b5
--- /dev/null
+++ b/sys-apps/file/file-5.38-r1.ebuild
@@ -0,0 +1,142 @@
+# 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} )
+DISTUTILS_OPTIONAL=1
+
+inherit distutils-r1 libtool toolchain-funcs multilib-minimal
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/glensc/file.git;
+   inherit autotools git-r3
+else
+   SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="identify a file's format by scanning binary data for patterns"
+HOMEPAGE="https://www.darwinsys.com/file/;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="bzip2 lzma python static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="
+   bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
+   lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   python? ( !dev-python/python-magic )"
+
+PATCHES=(
+   
"${FILESDIR}"/${P}-Revert-PR-93-iaeiaeiaeiae-Do-as-the-comment-says-and.patch
+   "${FILESDIR}"/${P}-td-is-for-ptrdiff_t-not-for-off_t.patch
+   
"${FILESDIR}"/${P}-The-executable-bit-is-only-set-when-DF_1_PIE-bit-is-.patch
+)
+
+src_prepare() {
+   default
+
+   [[ ${PV} == "" ]] && eautoreconf
+   elibtoolize
+
+   # don't let python README kill main README #60043
+   mv python/README.md python/README.python.md || die
+   sed 's...@readme.md@README.python.md@' -i python/setup.py || die #662090
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-libseccomp
+   --enable-fsect-man5
+   $(use_enable bzip2 bzlib)
+   $(use_enable lzma xzlib)
+   $(use_enable static-libs static)
+   $(use_enable zlib)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+build_src_configure() {
+   local myeconfargs=(
+   --disable-shared
+   --disable-libseccomp
+   --disable-bzlib
+   --disable-xzlib
+   --disable-zlib
+   )
+   tc-env_build econf "${myeconfargs[@]}"
+}
+
+need_build_file() {
+   # when cross-compiling, we need to build up our own file
+   # because people often don't keep matching host/target
+   # file versions #362941
+   tc-is-cross-compiler && ! has_version -b "~${CATEGORY}/${P}"
+}
+
+src_configure() {
+   local ECONF_SOURCE=${S}
+
+   if need_build_file; then
+   mkdir -p "${WORKDIR}"/build || die
+   cd "${WORKDIR}"/build || die
+   build_src_configure
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi ; then
+   emake
+   else
+   cd src || die
+   emake magic.h #586444
+   emake libmagic.la
+   fi
+}
+
+src_compile() {
+   if need_build_file; then
+   emake -C "${WORKDIR}"/build/src magic.h #586444
+   emake -C "${WORKDIR}"/build/src file
+   local -x PATH="${WORKDIR}/build/src:${PATH}"
+   fi
+   multilib-minimal_src_compile
+
+   if use python ; then
+   cd python || die
+   distutils-r1_src_compile
+   fi
+}
+

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

2020-04-12 Thread Thomas Deutschmann
commit: f2ec24d19a4e8dbcbb660aa4a54929421934255f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 12 23:22:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 12 23:22:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ec24d1

sys-apps/file: drop old

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/file/file-5.38.ebuild | 136 -
 1 file changed, 136 deletions(-)

diff --git a/sys-apps/file/file-5.38.ebuild b/sys-apps/file/file-5.38.ebuild
deleted file mode 100644
index db7ed0b820b..000
--- a/sys-apps/file/file-5.38.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# 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} )
-DISTUTILS_OPTIONAL=1
-
-inherit distutils-r1 libtool toolchain-funcs multilib-minimal
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/glensc/file.git;
-   inherit autotools git-r3
-else
-   SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="identify a file's format by scanning binary data for patterns"
-HOMEPAGE="https://www.darwinsys.com/file/;
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="bzip2 lzma python static-libs zlib"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
-   bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
-   lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}
-   python? ( !dev-python/python-magic )"
-
-src_prepare() {
-   default
-
-   [[ ${PV} == "" ]] && eautoreconf
-   elibtoolize
-
-   # don't let python README kill main README #60043
-   mv python/README.md python/README.python.md || die
-   sed 's...@readme.md@README.python.md@' -i python/setup.py || die #662090
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --disable-libseccomp
-   --enable-fsect-man5
-   $(use_enable bzip2 bzlib)
-   $(use_enable lzma xzlib)
-   $(use_enable static-libs static)
-   $(use_enable zlib)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-build_src_configure() {
-   local myeconfargs=(
-   --disable-shared
-   --disable-libseccomp
-   --disable-bzlib
-   --disable-xzlib
-   --disable-zlib
-   )
-   tc-env_build econf "${myeconfargs[@]}"
-}
-
-need_build_file() {
-   # when cross-compiling, we need to build up our own file
-   # because people often don't keep matching host/target
-   # file versions #362941
-   tc-is-cross-compiler && ! has_version -b "~${CATEGORY}/${P}"
-}
-
-src_configure() {
-   local ECONF_SOURCE=${S}
-
-   if need_build_file; then
-   mkdir -p "${WORKDIR}"/build || die
-   cd "${WORKDIR}"/build || die
-   build_src_configure
-   fi
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_compile() {
-   if multilib_is_native_abi ; then
-   emake
-   else
-   cd src || die
-   emake magic.h #586444
-   emake libmagic.la
-   fi
-}
-
-src_compile() {
-   if need_build_file; then
-   emake -C "${WORKDIR}"/build/src magic.h #586444
-   emake -C "${WORKDIR}"/build/src file
-   local -x PATH="${WORKDIR}/build/src:${PATH}"
-   fi
-   multilib-minimal_src_compile
-
-   if use python ; then
-   cd python || die
-   distutils-r1_src_compile
-   fi
-}
-
-multilib_src_install() {
-   if multilib_is_native_abi ; then
-   default
-   else
-   emake -C src install-{nodist_includeHEADERS,libLTLIBRARIES} 
DESTDIR="${D}"
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc ChangeLog MAINT README
-
-   # Required for `file -C`
-   dodir /usr/share/misc/magic
-   insinto /usr/share/misc/magic
-   doins -r magic/Magdir/*
-
-   if use python ; then
-   cd python || die
-   distutils-r1_src_install
-   fi
-   find "${ED}" -type f -name "*.la" -delete || die
-}



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

2020-04-12 Thread Sergei Trofimovich
commit: ef36187b57615ac4bed0063bc7c627ce26bf9ca8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 12 23:19:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 23:19:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef36187b

net-fs/samba: keyworded 4.12.0 for ia64, bug #711488

Package-Manager: Portage-2.3.98, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-fs/samba/samba-4.12.0.ebuild | 2 +-
 net-fs/samba/samba-4.12.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/samba/samba-4.12.0.ebuild b/net-fs/samba/samba-4.12.0.ebuild
index c727b591ae9..55c783cd301 100644
--- a/net-fs/samba/samba-4.12.0.ebuild
+++ b/net-fs/samba/samba-4.12.0.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;

diff --git a/net-fs/samba/samba-4.12.1.ebuild b/net-fs/samba/samba-4.12.1.ebuild
index c727b591ae9..55c783cd301 100644
--- a/net-fs/samba/samba-4.12.1.ebuild
+++ b/net-fs/samba/samba-4.12.1.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



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

2020-04-12 Thread Sergei Trofimovich
commit: dd91324399fc46f92f8d92e33826c4314a6c4b71
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 12 23:18:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 23:18:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd913243

sys-libs/liburing: keyworded 0.5 for ia64, bug #711488

Package-Manager: Portage-2.3.98, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/liburing/liburing-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/liburing/liburing-0.5.ebuild 
b/sys-libs/liburing/liburing-0.5.ebuild
index df14f2d99ec..86fb10936d7 100644
--- a/sys-libs/liburing/liburing-0.5.ebuild
+++ b/sys-libs/liburing/liburing-0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2;
 LICENSE="MIT"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/17.0/developer/, ...

2020-04-12 Thread Sergei Trofimovich
commit: 9daa398509e9272186816e735249cfd5310213db
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 12 22:56:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 22:57:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daa3985

profiles/profiles.desc: deprecate most ia64 profiles

Deprecate the following ia64 profiles:
- default/linux/ia64/17.0/desktop
- default/linux/ia64/17.0/desktop/gnome
- default/linux/ia64/17.0/desktop/gnome/systemd
- default/linux/ia64/17.0/developer

Use default/linux/ia64/17.0 instead.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/default/linux/ia64/17.0/desktop/deprecated   | 1 +
 profiles/default/linux/ia64/17.0/desktop/gnome/deprecated | 1 +
 profiles/default/linux/ia64/17.0/desktop/gnome/systemd/deprecated | 1 +
 profiles/default/linux/ia64/17.0/developer/deprecated | 1 +
 4 files changed, 4 insertions(+)

diff --git a/profiles/default/linux/ia64/17.0/desktop/deprecated 
b/profiles/default/linux/ia64/17.0/desktop/deprecated
new file mode 100644
index 000..1600e06df7a
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/deprecated
@@ -0,0 +1 @@
+default/linux/ia64/17.0
\ No newline at end of file

diff --git a/profiles/default/linux/ia64/17.0/desktop/gnome/deprecated 
b/profiles/default/linux/ia64/17.0/desktop/gnome/deprecated
new file mode 100644
index 000..1600e06df7a
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/gnome/deprecated
@@ -0,0 +1 @@
+default/linux/ia64/17.0
\ No newline at end of file

diff --git a/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/deprecated 
b/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/deprecated
new file mode 100644
index 000..1600e06df7a
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/deprecated
@@ -0,0 +1 @@
+default/linux/ia64/17.0
\ No newline at end of file

diff --git a/profiles/default/linux/ia64/17.0/developer/deprecated 
b/profiles/default/linux/ia64/17.0/developer/deprecated
new file mode 100644
index 000..1600e06df7a
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/developer/deprecated
@@ -0,0 +1 @@
+default/linux/ia64/17.0
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/, net-print/cups-filters/files/

2020-04-12 Thread Thomas Deutschmann
commit: 7461a982b3b7cdd5720f72241143e682aa447acc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 12 22:50:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 12 22:51:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7461a982

net-print/cups-filters: make testfont optional

Closes: https://bugs.gentoo.org/717138
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-print/cups-filters/cups-filters-1.27.4.ebuild| 16 +---
 net-print/cups-filters/cups-filters-.ebuild  | 16 +---
 ...-filters-1.27.4-make-missing-testfont-non-fatal.patch | 11 +++
 3 files changed, 37 insertions(+), 6 deletions(-)

diff --git a/net-print/cups-filters/cups-filters-1.27.4.ebuild 
b/net-print/cups-filters/cups-filters-1.27.4.ebuild
index 6cb600e6a3a..7abb7a7fcbf 100644
--- a/net-print/cups-filters/cups-filters-1.27.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.27.4.ebuild
@@ -5,10 +5,10 @@ EAPI=7
 
 GENTOO_DEPEND_ON_PERL=no
 
-inherit perl-module systemd flag-o-matic
+inherit autotools perl-module systemd flag-o-matic
 
 if [[ "${PV}" == "" ]] ; then
-   inherit autotools git-r3
+   inherit git-r3
EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
@@ -54,8 +54,18 @@ BDEPEND="
 "
 
 src_prepare() {
+   local need_eautoreconf=
+
default
-   [[ "${PV}" == "" ]] && eautoreconf
+
+   if ! use test ; then
+   eapply 
"${FILESDIR}"/${PN}-1.27.4-make-missing-testfont-non-fatal.patch
+   need_eautoreconf=yes
+   elif [[ "${PV}" == "" ]] ; then
+   need_eautoreconf=yes
+   fi
+
+   [[ -n ${need_eautoreconf} ]] && eautoreconf
 
# Bug #626800
append-cxxflags -std=c++11

diff --git a/net-print/cups-filters/cups-filters-.ebuild 
b/net-print/cups-filters/cups-filters-.ebuild
index 6cb600e6a3a..7abb7a7fcbf 100644
--- a/net-print/cups-filters/cups-filters-.ebuild
+++ b/net-print/cups-filters/cups-filters-.ebuild
@@ -5,10 +5,10 @@ EAPI=7
 
 GENTOO_DEPEND_ON_PERL=no
 
-inherit perl-module systemd flag-o-matic
+inherit autotools perl-module systemd flag-o-matic
 
 if [[ "${PV}" == "" ]] ; then
-   inherit autotools git-r3
+   inherit git-r3
EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
@@ -54,8 +54,18 @@ BDEPEND="
 "
 
 src_prepare() {
+   local need_eautoreconf=
+
default
-   [[ "${PV}" == "" ]] && eautoreconf
+
+   if ! use test ; then
+   eapply 
"${FILESDIR}"/${PN}-1.27.4-make-missing-testfont-non-fatal.patch
+   need_eautoreconf=yes
+   elif [[ "${PV}" == "" ]] ; then
+   need_eautoreconf=yes
+   fi
+
+   [[ -n ${need_eautoreconf} ]] && eautoreconf
 
# Bug #626800
append-cxxflags -std=c++11

diff --git 
a/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch
 
b/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch
new file mode 100644
index 000..50866e4a729
--- /dev/null
+++ 
b/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -789,7 +789,7 @@ AC_ARG_WITH([test-font-path],
+   [with_test_font_path=`find /usr/share/fonts -name DejaVuSans.ttf || 
echo /usr/share/fonts/dejavu/DejaVuSans.ttf`]
+ )
+ AC_CHECK_FILE("$with_test_font_path", [], [
+-  AC_MSG_ERROR([Requested font file is missing. Please install a package 
providing it.])
++  AC_MSG_WARN([Specified font for tests not found. Expect test failures!])
+ ])
+ AC_DEFINE_UNQUOTED([TESTFONT], ["$with_test_font_path"], [Path to font used 
in tests])
+ 



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

2020-04-12 Thread William Hubbs
commit: 31be9422cdd8a564b3fe59179d31cbd2bcfcdb51
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Apr 12 22:17:53 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Apr 12 22:36:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be9422

dev-lang/go: 1.14.2 bump

I am also removing the "testdata" directories from the installation and
enabling tests since they work on amd64.

Closes: https://bugs.gentoo.org/650594
Closes: https://bugs.gentoo.org/687492
Closes: https://bugs.gentoo.org/711946
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/Manifest |   1 +
 dev-lang/go/go-1.14.2.ebuild | 185 +++
 2 files changed, 186 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 19b80ab2f57..4acc382deef 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -13,3 +13,4 @@ DIST go1.12.17.src.tar.gz 20725913 BLAKE2B 
2eef7374195302656268a42409619445dfeb3
 DIST go1.13.10.src.tar.gz 21702804 BLAKE2B 
586494604455594c552d25a207634d70ae7f5ad142e18e22f5ef462c6488327cc01630c0bc99a4ede9dee0d649982802cf79f34f35ad7f810ca0701c35a7d555
 SHA512 
9e020dd89ab6201c4cbb893caecc0b077d5fbb2e10381e1b76a29ddc18c141d8db67a1b0f607ed915b0e9c40c4fb2c65b0319472535892534a31ad962e72fe05
 DIST go1.13.9.src.tar.gz 21700289 BLAKE2B 
7c58dd89d164913dc85c8dc9e8b86798daad8bd58936b0ced21d3c084e0488306577273a6fa748bfee505fd38b90727a3cd9ab4ceebc1e62a0490b992cfa5bbe
 SHA512 
0034ec394141e2c19941bf839cad93992c175476e3f3fa7b483c919aeea01fa4e0136eb8dd87a3158b911c04ded98a3c4960975a13280f1be076eb8f51464a98
 DIST go1.14.1.src.tar.gz 22451159 BLAKE2B 
2b45716cdc82edb94609143bcbb79b313ff3b6b1cc9e0791236a8d968a2fc1d84015037a2cfb75e5b73dac4974b97a1e62f1fd1f5afe0dc633137b73ab15004a
 SHA512 
f0112fbf984e2764cd90d42b2f844b986b421adf8bf68551cccefeb320db7f3490ab1532f770f20c943c68c7185ce139c8248991adb0529527358ffdc8047ad9
+DIST go1.14.2.src.tar.gz 22454649 BLAKE2B 
edd8a1081e7da6988532b9fefe6d6f789a7d336562d61d5e585a8b881fb45d77721bee9837ae79318295471aea138e175650c2138175a587f0b7957988e8e209
 SHA512 
3f6804e1a60df6a7c55c294fe4147b2d6f028c619ad4ae5b1ae8793c6be637a1e6a62721cc7ce0b28918ab3441a89fa9acda72cb5450bf5af8d7872411d28015

diff --git a/dev-lang/go/go-1.14.2.ebuild b/dev-lang/go/go-1.14.2.ebuild
new file mode 100644
index 000..1a462c15811
--- /dev/null
+++ b/dev-lang/go/go-1.14.2.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   ;;
+   esac
+esac
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+
+BDEPEND="|| (
+   dev-lang/go
+   dev-lang/go-bootstrap )"
+RDEPEND="!https://golang.org/issue/2775
+   #
+   # deliberately use cp to retain permissions
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   # testdata directories are not needed on the installed system
+   rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+   einstalldocs
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   # fix install_name for test object (binutils_test) on Darwin, it
+   # is never used in real circumstances
+   local 
libmac64="${EPREFIX}"/usr/lib/go/src/cmd/vendor/github.com/
+ 
libmac64+=google/pprof/internal/binutils/testdata/lib_mac_64
+   install_name_tool -id "${libmac64}" "${D}${libmac64}"
+   fi
+}



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

2020-04-12 Thread Sergei Trofimovich
commit: 584c9af2c54b39311205e51874a9c53ea3d5be73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 12 22:31:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 22:32:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584c9af2

profiles/profiles.desc: deprecate most ia64 profiles

Deprecate the following ia64 profiles:
- default/linux/ia64/17.0/desktop
- default/linux/ia64/17.0/desktop/gnome
- default/linux/ia64/17.0/desktop/gnome/systemd
- default/linux/ia64/17.0/developer

Use default/linux/ia64/17.0 instead.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/profiles.desc | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 2bdcb641c8a..a5c4a7f3202 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -112,10 +112,10 @@ hppadefault/linux/hppa/17.0/developer 
  exp
 # IA64 Profiles
 # @MAINTAINER: i...@gentoo.org
 ia64default/linux/ia64/17.0 stable
-ia64default/linux/ia64/17.0/desktop stable
-ia64default/linux/ia64/17.0/desktop/gnome   stable
-ia64default/linux/ia64/17.0/desktop/gnome/systemd   stable
-ia64default/linux/ia64/17.0/developer   stable
+ia64default/linux/ia64/17.0/desktop exp
+ia64default/linux/ia64/17.0/desktop/gnome   exp
+ia64default/linux/ia64/17.0/desktop/gnome/systemd   exp
+ia64default/linux/ia64/17.0/developer   exp
 
 # M68K Profiles
 # @MAINTAINER: m...@gentoo.org



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/, kde-misc/kio-gdrive/

2020-04-12 Thread Andreas Sturmlechner
commit: 153a24801e2c67b1a88178605eb4a370ed8dba52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 12 20:14:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 12 20:14:32 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=153a2480

kde-misc/kio-gdrive: 1.3.0 version bump

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

 .../kio-gdrive/{kio-gdrive-1.2.90.ebuild => kio-gdrive-1.3.0.ebuild}  | 4 ++--
 profiles/package.mask/kde-release-service-20.03.90| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.90.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild
similarity index 88%
rename from kde-misc/kio-gdrive/kio-gdrive-1.2.90.ebuild
rename to kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild
index f105e34d79..1283f32468 100644
--- a/kde-misc/kio-gdrive/kio-gdrive-1.2.90.ebuild
+++ b/kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="KIO Slave for Google Drive service"
 HOMEPAGE="https://phabricator.kde.org/project/profile/72/;
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
@@ -29,7 +29,7 @@ RDEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
-   kaccounts? ( >=kde-apps/kaccounts-integration-20.03.80:5 )
+   kaccounts? ( >=kde-apps/kaccounts-integration-20.03.90:5 )
!kaccounts? ( dev-libs/qtkeychain:=[qt5(+)] )
 "
 DEPEND="${RDEPEND}

diff --git a/profiles/package.mask/kde-release-service-20.03.90 
b/profiles/package.mask/kde-release-service-20.03.90
index 06824ab045..8bd2969775 100644
--- a/profiles/package.mask/kde-release-service-20.03.90
+++ b/profiles/package.mask/kde-release-service-20.03.90
@@ -238,4 +238,4 @@
 ~kde-apps/print-manager-20.03.90
 ~kde-apps/sweeper-20.03.90
 ~kde-apps/yakuake-20.03.90
-~kde-misc/kio-gdrive-1.2.90
+~kde-misc/kio-gdrive-1.3.0



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/

2020-04-12 Thread Andreas Sturmlechner
commit: d134894c91acbc625e43158ed944057e93981d7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 12 12:52:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 12 21:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d134894c

kde-frameworks/kwayland: Update DEPENDs

Upstream commit a009c8c0d91aabea7ac591ebc7265c003904970b

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

 kde-frameworks/kwayland/kwayland-5.67.0.ebuild| 8 +++-
 .../{kwayland-5.69.0.ebuild => kwayland-5.69.0-r1.ebuild} | 0
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/kde-frameworks/kwayland/kwayland-5.67.0.ebuild 
b/kde-frameworks/kwayland/kwayland-5.67.0.ebuild
index 67d9b40b80d..6c3425656e5 100644
--- a/kde-frameworks/kwayland/kwayland-5.67.0.ebuild
+++ b/kde-frameworks/kwayland/kwayland-5.67.0.ebuild
@@ -15,18 +15,16 @@ LICENSE="LGPL-2.1"
 KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
-COMMON_DEPEND="
+RDEPEND="
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[egl]
+   >=dev-qt/qtwayland-${QTMIN}:5
>=dev-libs/wayland-1.15.0
media-libs/mesa[egl]
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
>=dev-libs/wayland-protocols-1.15
 "
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtwayland-${QTMIN}:5
-"
 
 # All failing, I guess we need a virtual wayland server
 RESTRICT+=" test"

diff --git a/kde-frameworks/kwayland/kwayland-5.69.0.ebuild 
b/kde-frameworks/kwayland/kwayland-5.69.0-r1.ebuild
similarity index 100%
rename from kde-frameworks/kwayland/kwayland-5.69.0.ebuild
rename to kde-frameworks/kwayland/kwayland-5.69.0-r1.ebuild



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

2020-04-12 Thread Mart Raudsepp
commit: 507b6ec13adfeafd5768dd812c4247583120c108
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 12:37:17 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507b6ec1

gnome-extra/gnome-characters: bump to 3.34.0

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

 gnome-extra/gnome-characters/Manifest  |  1 +
 .../gnome-characters-3.34.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index 647741b566f..a0f88687f75 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1 +1,2 @@
 DIST gnome-characters-3.32.1.tar.xz 186516 BLAKE2B 
f6c6b95fbaab9f2e2e6454256bff87b243629927b1806161de2294a8b497cc1f601da747252f14dc8c232bbbaa581140b513a4db0c9993ee05295a82e294787b
 SHA512 
d2c18b136da6ab35938de4adf74ee6c3841f5f8e46f3b1ed2bbb8f9d0e953bba1dc43e105ae2aafc880f3cba37b75a55d274e6776d2bc17a5e30364f5d625537
+DIST gnome-characters-3.34.0.tar.xz 188012 BLAKE2B 
9e4f6dd972bb1a19a4ef91312bc35b8a4936dcdf8e40c97cb2e1286241ab405136b717e0ae6ec283c2b11a43d29509dcec45f0c8e59a196e98eeb1a19ed825e3
 SHA512 
4dc2f0027c7079034d50c2743607391a0e529bcaf4f8fdd495b05aa776027609a43686f4621bcf30f09a29fa6f4d5fba6ed6166e51ab66f03dedf3032bc65632

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.34.0.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.34.0.ebuild
new file mode 100644
index 000..bf9a1454f77
--- /dev/null
+++ b/gnome-extra/gnome-characters/gnome-characters-3.34.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Unicode character map viewer and library"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
+
+LICENSE="GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/gjs-1.50
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/gobject-introspection-1.35.9:=
+   >=dev-libs/libunistring-0.9.5
+   >=x11-libs/gtk+-3.20:3[introspection]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/pango-1.36[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postinst() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2020-04-12 Thread Mart Raudsepp
commit: a99c40918c9c9872c6663965d7da44727e76c8e0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:48:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99c4091

app-text/gtkspell: arm64 stable (bug #717076)

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

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index a80524c9226..234fc91fc9b 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/

2020-04-12 Thread Mikle Kolyada
commit: 7219e7d2e7fe8248b07e7d7ca7e73f8b5ccae5da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 21:50:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 21:50:41 2020 +
URL:https://gitweb.gentoo.org/proj/tex.git/commit/?id=7219e7d2

texlive-basic-post: cleanup

1.) rungs.tlu is now moved into texlive-core with texlive-scripts macro
2.) do not apply obsolete patch

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

 scripts/texlive/tlpsrc/texlive-basic-post-ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/texlive/tlpsrc/texlive-basic-post-ebuild 
b/scripts/texlive/tlpsrc/texlive-basic-post-ebuild
index 0dd88de..2f19705 100644
--- a/scripts/texlive/tlpsrc/texlive-basic-post-ebuild
+++ b/scripts/texlive/tlpsrc/texlive-basic-post-ebuild
@@ -1,2 +1 @@
-PATCHES=( "${FILESDIR}/texmfcnflua2017.patch" )
-TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/simpdftex/simpdftex 
texmf-dist/scripts/texlive/rungs.tlu"
+TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/simpdftex/simpdftex"



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

2020-04-12 Thread Mart Raudsepp
commit: c01775e41dd1d1c46773d629daa95ddc7d99701e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:49:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01775e4

dev-lang/ocaml: arm64 stable (bug #708696)

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

 dev-lang/ocaml/ocaml-4.09.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ocaml/ocaml-4.09.0.ebuild 
b/dev-lang/ocaml/ocaml-4.09.0.ebuild
index 1a0af05410e..e0b47a99781 100644
--- a/dev-lang/ocaml/ocaml-4.09.0.ebuild
+++ b/dev-lang/ocaml/ocaml-4.09.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Programming language supporting functional, 
imperative & object-ori
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="emacs flambda latex +ocamlopt spacetime xemacs"
 
 RDEPEND="sys-libs/binutils-libs:=



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

2020-04-12 Thread Mart Raudsepp
commit: cef6c8917fd8c8178d8370fce4c7ce504f5e5380
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:47:58 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef6c891

app-text/enchant: arm64 stable (bug #717076)

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

 app-text/enchant/enchant-2.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-2.2.8.ebuild 
b/app-text/enchant/enchant-2.2.8.ebuild
index c8aea484a68..15efe48022a 100644
--- a/app-text/enchant/enchant-2.2.8.ebuild
+++ b/app-text/enchant/enchant-2.2.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 
 IUSE="aspell +hunspell"
 REQUIRED_USE="|| ( hunspell aspell )"



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

2020-04-12 Thread Mart Raudsepp
commit: c12f59d93c6fb85f5c86c88c73886cfd9fca4f4c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:37:13 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12f59d9

app-text/gspell: fix test dependencies

Closes: https://bugs.gentoo.org/658590
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gspell/gspell-1.8.3.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-text/gspell/gspell-1.8.3.ebuild 
b/app-text/gspell/gspell-1.8.3.ebuild
index fa0856fa8c8..70eb544cba3 100644
--- a/app-text/gspell/gspell-1.8.3.ebuild
+++ b/app-text/gspell/gspell-1.8.3.ebuild
@@ -30,7 +30,13 @@ DEPEND="${RDEPEND}
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
vala? ( $(vala_depend) )
+   test? ( app-text/enchant:2[hunspell]
+   || (  app-dicts/myspell-en[l10n_en(+)] 
app-dicts/myspell-en[l10n_en-US(+)] ) )
 "
+# Tests require a en_US dictionary and fail with deprecated enchant aspell 
backend:
+# So enchant[hunspell] + myspell-en ensure they pass (hunspell is ordered 
before aspell),
+# however a different backend like hspell or nuspell + their en_US dict might 
be fine too,
+# but we don't support them at this time (2020-04-12) in enchant:2
 
 src_prepare() {
use vala && vala_src_prepare



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

2020-04-12 Thread Mart Raudsepp
commit: 96183cdd75730b64a137a1afc9810e3593862f6a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:48:21 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96183cdd

app-text/gspell: arm64 stable (bug #717076)

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

 app-text/gspell/gspell-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gspell/gspell-1.8.3.ebuild 
b/app-text/gspell/gspell-1.8.3.ebuild
index 70eb544cba3..f9a1369a609 100644
--- a/app-text/gspell/gspell-1.8.3.ebuild
+++ b/app-text/gspell/gspell-1.8.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/2" # subslot = libgspell-1 soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2020-04-12 Thread Mart Raudsepp
commit: 3619cb2efe155b326197efd3a5a06b2018bf9af3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:49:13 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3619cb2e

net-libs/webkit-gtk: arm64 stable (bug #717076)

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

 net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
index 2841ecb62b6..efecc165c65 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~sparc ~x86"
 
 IUSE="aqua coverage +egl +geolocation gles2-only gnome-keyring +gstreamer 
gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell 
wayland +X"
 



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

2020-04-12 Thread Mart Raudsepp
commit: b545e3783493f72c0fda5f29734d9b481613bd6d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:49:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b545e378

dev-libs/libffi: arm64 stable (bug #709424)

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

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

diff --git a/dev-libs/libffi/libffi-3.3-r1.ebuild 
b/dev-libs/libffi/libffi-3.3-r1.ebuild
index 0321d411791..f5c93c38123 100644
--- a/dev-libs/libffi/libffi-3.3-r1.ebuild
+++ b/dev-libs/libffi/libffi-3.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta
 
 LICENSE="MIT"
 SLOT="0/7" # SONAME=libffi.so.7
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug pax_kernel static-libs test test-bhaible"
 
 RESTRICT="!test? ( test )"



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

2020-04-12 Thread Mike Pagano
commit: ddadfd68ad4876273a482d9e231b229caf30
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr 12 21:40:30 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr 12 21:40:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddadfd6f

sys-kernel/git-sources: Linux patch 5.7-rc1. Remove old.

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

 sys-kernel/git-sources/Manifest| 10 ++
 sys-kernel/git-sources/git-sources-5.6_rc1.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.6_rc2.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.6_rc3.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.6_rc5.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.6_rc6.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.6_rc7.ebuild  | 40 --
 ...s-5.6_rc4.ebuild => git-sources-5.7_rc1.ebuild} |  2 +-
 8 files changed, 3 insertions(+), 249 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f2f528b6a3b..a86ad8c2c4e 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,8 +1,2 @@
-DIST linux-5.5.tar.xz 110713660 BLAKE2B 
36b990d3650c409652206c319c93c0cf68885334050bc286b479c8b844bc47354547e19eebb58caafb026b96d134f39f0c7ce38b4eebe9da7ea6d1610a1e2af2
 SHA512 
fa74fdabb5e63384a39e54da05b86a9ae9ea16179524b041fbbdffc7177e80b53600ae98d76be127ba216148f9dc55fe07ab20637e22c6d6030cb4aa09eb2f86
-DIST patch-5.6-rc1.patch 39491488 BLAKE2B 
adc1688d19eb26d6b253255c427bea5b1961f1fd10244f06fd3ccc942f19b8f93ff65fa142ed7d7339c7a18409d00bbaa7be30ca1dbb7e02970cd2311c27e54f
 SHA512 
399b5a639171e48e9a45a3f7cd6612aaf953f54996ad3c52fc1e6c7c83b73649bb73c77d3a3675ca6a7740fd51c73a00d8059d743d753ef0eeb231ba55f4ed7d
-DIST patch-5.6-rc2.patch 40918846 BLAKE2B 
72e67ad7b6766989cb826d9c54fc3cc1937f33c4a8225956fc331275b4feb385b79c4ba5d77acd67773d064c5e3a20e3006937a2fcaf761dd3ef0ff358780431
 SHA512 
1448cae996064fe2769fbbc52f6dc4d5b4a24459b37aae6cbf2163902229cae9a6f54347b1f53ce030c7d88a8e8a59463a76f471ec6034259c091b276285380f
-DIST patch-5.6-rc3.patch 41366122 BLAKE2B 
73f606aa9e24d7e0b4030f883007c0ee40810ac5ecc52da90c2e58448f15a909529b50ce5e3e33274fb1514264e1522753b68ce92991449c16ff5fe61f8784a2
 SHA512 
a49a177ec7d527da1ee97c3e2f9b3fc97055452de1d82d743aa609ef0ef1abc345791e5ed3d28ecf833b5af833c6f9af9b5b9e8d0895ca103483e384f5d924d6
-DIST patch-5.6-rc4.patch 41609569 BLAKE2B 
1bcd1a93270b59224459c24a9808b84d872713c239f82a0c4b0aba71e9856b12598764a5c14ca410365e7d6461808f4d7a677e57e3423c910b5f1118edc6ea0c
 SHA512 
46f9f16855065e1bd090b3520f7b7e55bdeab2ddf12b931d3b78e3e00872a070cb313dd7c25eb7631e34bd6bfeedefacca84f34927a64ae34c5251a8194182aa
-DIST patch-5.6-rc5.patch 41919911 BLAKE2B 
75da7c84962beed37bde19f7f74628096e81440e804cda47eb9446e36ba2499820283c88e0b2bb6404873d0429ab54fa3f3669a2bcd48de89921d0126ba82881
 SHA512 
e920816f968fbc7a6b5d7bbfe809fec49517b8435af870a1d7aa0cf07d8715122865d6ad84c1c35e28ad275d2ed7790774e4e39a197b850f6b041fb8b36b2c66
-DIST patch-5.6-rc6.patch 42196466 BLAKE2B 
1173598022b423e6c40f2ba97f974d7615f6097e8910ffc7985ea9e5fcf7659ba3af5ec240c2160108439cc76acbdc015cbfef67e863e0135e910663a047c6c6
 SHA512 
61ed2bd081fa7bd6154d38ab82bddb477d9c8b5eed2b1ef94e50dedf0116f3dab38a272b8a838aca4ea9752bc910f59ab16e48d2e278d3bd3126ca541f662844
-DIST patch-5.6-rc7.patch 42296845 BLAKE2B 
ac79d3dd7760df6acad0cc1d73a45cf92e1a98f61e91dae3405f293e47e1f18a71ef7222f8d4900382c2dca03422a92551aa1780c6114c577b9865f0ac8ce287
 SHA512 
c91b43f0841bdbfac36d4cce4b110134e88fbd973ff397d90c0be3133b947fd61afb50d82a5b884fde2d6549664690b88d129ee39d28ab39f8c76e8a98e92f30
+DIST linux-5.6.tar.xz 111785252 BLAKE2B 
8dbe02a8ca7fd3dcf512a15c5d8098c1e7f94257e65173fed43fcc45480e4ab790df8cd394e2a21dc9a00385bc9bbe98215a31e7f7e1d9c8f21cd8ace69e
 SHA512 
80846fe2b4e4a7ff471d2dde28a8216ae807a3209f959e93d39ea4fc9a189ea28ec3db9d303b3fe15a28c2cb90e7446876678e93e23353c2d6f262e364a06bc9
+DIST patch-5.7-rc1.patch 39521598 BLAKE2B 
d9cc47f8f075262b5b67035cc4d552303a57fd396f3a813ac36dedb9efc09650d51b2880ded146ebd1e639288991fa9775b7820d2360d6303e8d4c82968e1ce2
 SHA512 
5a9bc1a7aa4cbc06c0a0644c4d03994016e67b51bfc9c130545dea94bb4cc2be7ee00846abdb4be438af1714eb1ea5269c957edd17440d8e48addb68d101b177

diff --git a/sys-kernel/git-sources/git-sources-5.6_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.6_rc1.ebuild
deleted file mode 100644
index f8d82bc72e4..000
--- a/sys-kernel/git-sources/git-sources-5.6_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.5"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"

[gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/

2020-04-12 Thread Mikle Kolyada
commit: 6770aa3860c178080aa8ee6418cf2997b6cc2a59
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 21:19:35 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 21:19:35 2020 +
URL:https://gitweb.gentoo.org/proj/tex.git/commit/?id=6770aa38

texlive-basic: do not install texlive-scripts

It brings lots of configs needed in tl-core

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

 scripts/texlive/tlpsrc/texlive-basic.extraexec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/texlive/tlpsrc/texlive-basic.extraexec 
b/scripts/texlive/tlpsrc/texlive-basic.extraexec
index 12dc802..75692e8 100644
--- a/scripts/texlive/tlpsrc/texlive-basic.extraexec
+++ b/scripts/texlive/tlpsrc/texlive-basic.extraexec
@@ -8,3 +8,4 @@ sed -i -e "s/dvips //" $@
 sed -i -e "s/gsftopk //" $@
 sed -i -e "s/glyphlist //" $@
 sed -i -e "s/dvipdfmx //" $@
+sed -i -e "s/texlive-scripts //" $@



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/lwt/, dev-ml/ocaml-migrate-parsetree/

2020-04-12 Thread Philip Miess
commit: eb1fdfd632854f53759e300bbf37be01cf74e339
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Apr 12 21:04:00 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Apr 12 21:04:00 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=eb1fdfd6

lwt and ocaml-mirgrate-parsetree need dune dependency also

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/lwt/Manifest|  3 ++
 dev-ml/lwt/lwt-3.1.0.ebuild| 55 ++
 dev-ml/lwt/metadata.xml| 12 +
 dev-ml/ocaml-migrate-parsetree/Manifest|  3 ++
 dev-ml/ocaml-migrate-parsetree/metadata.xml|  8 
 .../ocaml-migrate-parsetree-1.0.7.ebuild   | 20 
 6 files changed, 101 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
new file mode 100644
index 000..fc3a6da
--- /dev/null
+++ b/dev-ml/lwt/Manifest
@@ -0,0 +1,3 @@
+DIST lwt-3.1.0.tar.gz 285309 BLAKE2B 
ffc3a416491d4c7b7e7c0da67b48d9eeb5b7fa50e3637d4f0cfcd1689b75626b48c8dd6d91e87c93022047809a3774683c41ce620e07ee4d3e1409185e7f8d16
 SHA512 
0b2269e53f2e8a57e1ffd6f237c6b22de39a3b6b0d57276c7cb9371392aabc9fb6364b2617a6408ed0049ed64f71de0c540209cf83ce43899fd025295342eb0d
+EBUILD lwt-3.1.0.ebuild 1190 BLAKE2B 
8b23ccd1f49ec3a7ff09c62e0bf6d7cbb081df78e64ee017b65f03c3bc3d827673dc7f6160ca4c169e240010df728f8b1d541a91a0dc0475157bbf86662784d4
 SHA512 
6bdb9d5f2b60bf4499b959cc8f7ccf3575758b2096e5d0f3a8ffa9335a3110ee4a18137e8146f4dec51a5b1f01a14b8edcfbd092b9ba53e6f3ec63838066ef72
+MISC metadata.xml 398 BLAKE2B 
69b8efc87e7ad8b3b2fb118ffe9c0bdfcd039c19b78c23a614719d752d7f18f429674998c6e153e8cc4d65bf1dd2f7c42492e46404c7af83211e1aa0580440dd
 SHA512 
5190bb21b9094196e91a1817bcd29911f624772a9b380618e6e57aec07139f5bab9329ffe2a9f92aa33aef9f62335bc2f646e87d1a19e1de86b64ae8f4828ec9

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
new file mode 100644
index 000..e231146
--- /dev/null
+++ b/dev-ml/lwt/lwt-3.1.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt;
+
+IUSE="+camlp4 +libev"
+
+DEPEND="
+   >=dev-lang/ocaml-4.02:=
+   dev-ml/result:=
+   dev-ml/ocaml-migrate-parsetree:=
+   dev-ml/ppx_tools_versioned:=
+   libev? ( dev-libs/libev )
+   camlp4? ( dev-ml/camlp4:= )"
+
+RDEPEND="${DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   Enable camlp4 syntax extension
+   Enable the dev-libs/libev-based 
backend.
+   
+   
+   ocsigen/lwt
+   
+

diff --git a/dev-ml/ocaml-migrate-parsetree/Manifest 
b/dev-ml/ocaml-migrate-parsetree/Manifest
new file mode 100644
index 000..83a355a
--- /dev/null
+++ b/dev-ml/ocaml-migrate-parsetree/Manifest
@@ -0,0 +1,3 @@
+DIST ocaml-migrate-parsetree-1.0.7.tar.gz 209251 BLAKE2B 
ad221fd6a3a91d546d3bc75495f32914b99eb0dcdcf3fbe6f76cb80f85a46346815a21bffa872f2aefe09109ab162d19f7019a8d0441d4f9f7ce22c0ada13f2e
 SHA512 
3ba1bfe4840b2664b5053068b3659eb6a2ca216f29ece3f4522d1e7c5d87cb643bfb59ebe0563264cafdc31b9aa572007b4261fd3df8b27607fad47ff6168892
+EBUILD ocaml-migrate-parsetree-1.0.7.ebuild 530 BLAKE2B 
ffdc36dbdec4c442d93fd4757c97806ebe52f7e5f7a79eaa0187ff3f6336acc34d2d64fa1c77cc379ab9ebcb1492bca35e567709b250830e6241d27072c61b2d
 SHA512 
0e528342c59ebe6651f6eb3deae8e4e37dae3a7e24918996f1ffdb933b8ef20731b4e634745997b4ed39c5688f5d9bb2c3efd17ac8cd3286b6b69e65c2ecf76c
+MISC metadata.xml 263 BLAKE2B 
6ef7557f183910994ce8b65643e96bfacb7be040ca4924fcda975c33792696a1af9760ff4457ab9b6510f07b48c87f12324558828c83ae37502ce60e2653c0b0
 SHA512 
15095aa316b4a225ca2a733550c35440e968acbd629897415c1425144396ba1c0d5d0539c475e786c82bec50188aa2d4e0258191dc0a683585d9d71327911d6f

diff --git a/dev-ml/ocaml-migrate-parsetree/metadata.xml 
b/dev-ml/ocaml-migrate-parsetree/metadata.xml
new file mode 100644
index 000..fef8db5
--- /dev/null
+++ b/dev-ml/ocaml-migrate-parsetree/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   let-def/ocaml-migrate-parsetree
+   
+

diff --git 
a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.0.7.ebuild 
b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.0.7.ebuild
new file mode 100644
index 000..6e24792
--- /dev/null
+++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.0.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit findlib opam
+
+DESCRIPTION="Convert OCaml parsetrees between different major versions"
+HOMEPAGE="https://github.com/let-def/ocaml-migrate-parsetree;

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

2020-04-12 Thread Patrick McLean
commit: 16a91713e30b7e482ae6cefb45fdfaaff999cf20
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Apr 12 21:16:25 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 12 21:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a91713

sys-apps/man-pages-5.06: Version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 sys-apps/man-pages/Manifest  |  1 +
 sys-apps/man-pages/man-pages-5.06.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index f7ef711b8a3..5baeb5eda45 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,3 +1,4 @@
 DIST man-pages-5.04.tar.xz 1684044 BLAKE2B 
61b73edfe0d1f93f20b17e935f73c8c0ae778219f59f9b4739e1574b4b9aea5d83cd856f77b58cd2fdc4cd19ddc9a61cf2c7dd504461e9ac3b9a1d59574a2c1c
 SHA512 
723c67eaddc2652dc36fa698d08473dbc8e17f4351b2c391064b80d637ec7e5cdc1b20ee4e542d95f441331c7b773899cfdeeeb7a2f599c64d6eac5c586b7cbe
 DIST man-pages-5.05.tar.xz 1687960 BLAKE2B 
68d1391e9517837f55e1516f5c8f869d43ea4e7a01faef62ea27c740ecb73726d66a582b1f5b6bb8674173146035eed8d811d4923351d99bf9363a0ee6297e4a
 SHA512 
4f1b9f69c44fb054de9834ad4356fc633416ce98285d137fc616967129f326c8dd28eba05d4fe12a385aced9ff478ed42dde777631be124b2ddc7569ee27a395
+DIST man-pages-5.06.tar.xz 1703140 BLAKE2B 
ff123efe4534321d0646e1ce275ec9e9543f4c35d0e2ee89354181f7ac5def3ca8fc403847b19222179b37604064ad2f5453d611bc25df5460bdf0bfb86f0b5a
 SHA512 
2d321ae88be662712293e9b054e5cec3d817836fc154924cbd6a0b759992463a586ec01dc3292fcee6d8146c60e63ef505b223fd955ce71fcbd8760cc60512ed
 DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B 
c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e
 SHA512 
6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770

diff --git a/sys-apps/man-pages/man-pages-5.06.ebuild 
b/sys-apps/man-pages/man-pages-5.06.ebuild
new file mode 100644
index 000..1b3edb48e84
--- /dev/null
+++ b/sys-apps/man-pages/man-pages-5.06.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENTOO_PATCH=2
+
+DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
+HOMEPAGE="https://www.kernel.org/doc/man-pages/;
+SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
+   https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz
+   mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
+   
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;
+
+LICENSE="man-pages GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE_L10N=" de fr it ja nl pl ru zh-CN"
+IUSE="${IUSE_L10N// / l10n_}"
+RESTRICT="binchecks"
+
+# Block packages that used to install colliding man pages #341953 #548900 
#612640 #617462
+RDEPEND="
+   virtual/man
+   !

[gentoo-commits] repo/user/superposition:master commit in: dev-ml/dune/

2020-04-12 Thread Philip Miess
commit: 97e7086fad7acf1e16a6d89e16bf4d9b2d416506
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Apr 12 18:52:11 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Apr 12 18:52:11 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=97e7086f

copy of the 1.11.4 ebuild as well

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/dune/Manifest   |  3 +++
 dev-ml/dune/dune-1.11.4.ebuild | 37 +
 dev-ml/dune/metadata.xml   |  8 
 3 files changed, 48 insertions(+)

diff --git a/dev-ml/dune/Manifest b/dev-ml/dune/Manifest
new file mode 100644
index 000..497c50c
--- /dev/null
+++ b/dev-ml/dune/Manifest
@@ -0,0 +1,3 @@
+DIST dune-1.11.4.tar.gz 849090 BLAKE2B 
4dace2d998dd00dd8fd51fef6bf0048fd7d0c7941794b4c775f8a1a6c8f694af52ebae2bee17fb531b3f4332fe49167422508a91efcbda61f5420ffee7e89750
 SHA512 
0afd7ba4d66ba742b6485546d6b7e07096f38f516c12c4fc506a151b6fc97805859d736fee3a0a5dcf8008af0e2a678f1fe7286f6d0a941c999f7d3d5b9a9ccb
+EBUILD dune-1.11.4.ebuild 767 BLAKE2B 
0cf0578ebc84eabf14623dfc78c1df49d02be6f377b9763978b793ee70c00b0f79b8186c0df8e2caa7ea2424a8f537d1b2ca8850709b498e000dadacc3eaf66b
 SHA512 
7e1dc0b0524f9e0bd85e6bdd902f99dbb54567f07b8d9ccbed3768427b7f98179093c6ab531750ff0a2f831a3ec926c435fd91d1f220c8fda9beb60db341224b
+MISC metadata.xml 242 BLAKE2B 
cf769ef02b6c4a44259c41bd7d8a6ff26667ab728d194a15597388e9d7c651c0564b04e464dee09aea2a15e0086375444d2227171b6f7a0c5e62d85e7a27282c
 SHA512 
8293ffa247118ebab6925fec47f3d66bfebde1d25b101c57458d11ffaead3a70cf1fe9f1ed6e028b6ff2c769047966fdd673aee0296fa8ccf91c02e005dfb41e

diff --git a/dev-ml/dune/dune-1.11.4.ebuild b/dev-ml/dune/dune-1.11.4.ebuild
new file mode 100644
index 000..ccf8f9e
--- /dev/null
+++ b/dev-ml/dune/dune-1.11.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multiprocessing
+
+DESCRIPTION="A composable build system for OCaml"
+HOMEPAGE="https://github.com/ocaml/dune;
+SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+
+DEPEND="dev-lang/ocaml"
+RDEPEND="${DEPEND}
+   !dev-ml/jbuilder"
+BDEPEND=""
+
+RESTRICT="test"
+
+src_configure() {
+   ocaml configure.ml --libdir "${EPREFIX}/usr/$(get_libdir)/ocaml" || die
+}
+
+src_compile() {
+   ocaml bootstrap.ml || die
+   ./boot.exe -j $(makeopts_jobs) || die
+}
+
+src_install() {
+   default
+   mv "${D}"/usr/doc "${D}"/usr/share/doc/${PF}
+   mv "${D}"/usr/man "${D}"/usr/share/man
+}

diff --git a/dev-ml/dune/metadata.xml b/dev-ml/dune/metadata.xml
new file mode 100644
index 000..4e0f053
--- /dev/null
+++ b/dev-ml/dune/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   ocaml/dune
+   
+



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/ppx_traverse_builtins/, dev-ml/ppx_ast/, dev-ml/stdio/, dev-ml/obus/, ...

2020-04-12 Thread Philip Miess
commit: 0dc344ce6e873b8d675e04b45daa878b6908ca26
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Apr 12 20:53:05 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Apr 12 20:53:05 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=0dc344ce

fix dune dependency and make repoman happy

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/base/Manifest| 2 +-
 dev-ml/base/base-0.9.4.ebuild   | 6 +++---
 dev-ml/obus/Manifest| 2 +-
 dev-ml/obus/obus-1.2.0.ebuild   | 2 +-
 dev-ml/ocaml-compiler-libs/Manifest | 2 +-
 dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild | 6 +++---
 dev-ml/ppx_ast/Manifest | 2 +-
 dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild | 7 ---
 dev-ml/ppx_core/Manifest| 2 +-
 dev-ml/ppx_core/ppx_core-0.9.0-r1.ebuild| 6 +++---
 dev-ml/ppx_traverse_builtins/Manifest   | 2 +-
 dev-ml/ppx_traverse_builtins/ppx_traverse_builtins-0.9.0.ebuild | 6 +++---
 dev-ml/sexplib/Manifest | 2 +-
 dev-ml/sexplib/sexplib-0.9.3.ebuild | 6 +++---
 dev-ml/stdio/Manifest   | 2 +-
 dev-ml/stdio/stdio-0.9.1.ebuild | 6 +++---
 16 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/dev-ml/base/Manifest b/dev-ml/base/Manifest
index 2518a41..0b5104d 100644
--- a/dev-ml/base/Manifest
+++ b/dev-ml/base/Manifest
@@ -1,3 +1,3 @@
 DIST base-0.9.4.tar.gz 286689 BLAKE2B 
adf0da9f82aaa8884a99db2d307e72a40a232dbc2517b371af65671966d488f9f77e86c32425077cd513075b8a3546727f3f596eac7c46876b25198a46ac373b
 SHA512 
9e25caee46ec09c835aa74857f415ac61adeb1ae8d6773334fa1b28699b9ebbac9ef95a698b1f324d0ad59c27ea52fea0e0df86bf4908b6ba3e5121eb8e26076
-EBUILD base-0.9.4.ebuild 739 BLAKE2B 
fd9be9e716d9b00ccc794984bbd8681a572235e22305de8c8e80525e0c38652235897f3213c58b74976759b4cff8ce78c9588b276dfd28da7c6e8bd651fc95d6
 SHA512 
c6a31d5ba79d39657b7f42e02c22c6d5108726ac112228271f9c711f3a84ebac04e574826fbd8fca1d3659d373b974b49c4c8d66b421f4a0a0f82b13c400da75
+EBUILD base-0.9.4.ebuild 712 BLAKE2B 
4c47b5b3e1f34fb36756a7187681e18140e8e2dca6ac9e719860fa470a5bf322b3568550a9ba5e475d04d18dad7889c2fbb325782bef5ff4847a939bdb360267
 SHA512 
a3ae700ca595b04f7de241d45f49d0644f39f35c9b0a220d6e89e243c492a6cb88624252e6701f14b786d81264ff051ee21e1db0bcea1ae3d62c3f0110161fec
 MISC metadata.xml 247 BLAKE2B 
a1ec7bbf75487143e23a45480d73c2d7bb608ca65e22eb99edaeb0ab6ea1caa34fd81820b96ddedd3bf587e0ccfce13b87ad04a1b67ea9cf2a9f7b83a0d0
 SHA512 
d0b27b806ab63f8582f19843878bf89c15a18ebdeca920396cb47eb52ead848f2c8c8285a86518837e39b460beb3e1b3e9a40c598277facfd25ee34d0fb3945a

diff --git a/dev-ml/base/base-0.9.4.ebuild b/dev-ml/base/base-0.9.4.ebuild
index cc549cd..7210c99 100644
--- a/dev-ml/base/base-0.9.4.ebuild
+++ b/dev-ml/base/base-0.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
@@ -18,7 +18,7 @@ RDEPEND="
https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-   || ( dev-ml/jbuilder https://github.com/janestreet/ppx_ast/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
dev-ml/ocaml-compiler-libs:=
dev-ml/ocaml-migrate-parsetree:=
 "
+
 RDEPEND="${DEPEND}"
 DEPEND="${RDEPEND}
-   || ( dev-ml/jbuilder https://github.com/janestreet/ppx_core/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
@@ -24,4 +24,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND}
-   || ( dev-ml/jbuilder https://github.com/janestreet/ppx_traverse_builtins/archive/v${PV}.tar.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}"
 DEPEND="${RDEPEND}
-   || ( dev-ml/jbuilder https://github.com/janestreet/sexplib/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-   || ( dev-ml/jbuilder 

[gentoo-commits] repo/user/superposition:master commit in: dev-ml/xmlm/

2020-04-12 Thread Philip Miess
commit: e512a351c51705d457db2f768b647a89bae68f35
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Apr 12 18:59:11 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Apr 12 18:59:11 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e512a351

copy xmlm build here as well

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/xmlm/Manifest  |  3 +++
 dev-ml/xmlm/metadata.xml  | 20 
 dev-ml/xmlm/xmlm-1.3.0.ebuild | 31 +++
 3 files changed, 54 insertions(+)

diff --git a/dev-ml/xmlm/Manifest b/dev-ml/xmlm/Manifest
new file mode 100644
index 000..e02f105
--- /dev/null
+++ b/dev-ml/xmlm/Manifest
@@ -0,0 +1,3 @@
+DIST xmlm-1.3.0.tbz 25176 BLAKE2B 
546f433386101c2460b0a8cadf94e383269e81792d068fa4c85d78117a5e65a64bd5e2fac0a5857d6bdefc7c511ae98cc77410b276ecb0300baf73d70ccb2251
 SHA512 
fd3b9ba8cd12321fd8d56e9ce829a7c8b121bff11cbf7ede58fa0280302fe0ba64f510360ff5b5182591faef660792db66db36e45f6355e3d22bb521f8e308fe
+EBUILD xmlm-1.3.0.ebuild 641 BLAKE2B 
cf4b08baf662633b2b57bb33932a60722a418a6f69ff73353e4ac502eb34bc1d9fbf85c0267baf7f031d7bb7732ae8729d94f2456cb8a114443864bd13ddd92a
 SHA512 
f5cc6615662e9294d76df38f1cd5d75e1afa753c7379dbbdd909114682702af126023b44fb065d9957a00b1b79f01ea778947377f5d9685e5f39e31c72c33dc8
+MISC metadata.xml 652 BLAKE2B 
c920a074c851428eed327b28881cff80d3c45fd19a309732ebd25b59a74aa41a0ba0ee51e5e0b4954039536cf995b31cecc5e7f792a8b224bb59c81e9f64d5c9
 SHA512 
b45cfed8aab63a826638df4ee2ffd43772e6c14e3db6e01e28c3d0a02b44bda9ebe382b30ec9b5bef3fc6243c77d6a3062785ec22e711c31fa2eb8ff659d1062

diff --git a/dev-ml/xmlm/metadata.xml b/dev-ml/xmlm/metadata.xml
new file mode 100644
index 000..1dc2489
--- /dev/null
+++ b/dev-ml/xmlm/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   spid...@spiderx.dp.ua
+   Vladimir Pavljuchenkov
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   A streaming codec to decode and encode the XML data format.
+   It can process XML documents without a complete in-memory
+   representation of the data.
+   
+   
+   dbuenzli/xmlm
+   
+

diff --git a/dev-ml/xmlm/xmlm-1.3.0.ebuild b/dev-ml/xmlm/xmlm-1.3.0.ebuild
new file mode 100644
index 000..59bd41c
--- /dev/null
+++ b/dev-ml/xmlm/xmlm-1.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Ocaml XML manipulation module"
+HOMEPAGE="http://erratique.ch/software/xmlm https://github.com/dbuenzli/xmlm;
+SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-ml/findlib
+   dev-ml/topkg:="
+
+src_compile() {
+   ocaml pkg/pkg.ml build \
+   --tests "$(usex test 'true' 'false')" \
+   || die "compile failed"
+}
+
+src_test() {
+   ocaml pkg/pkg.ml test || die "test failed"
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/

2020-04-12 Thread Andreas Sturmlechner
commit: 485fb8c89d0d0af94ba88e8e78df212df85eb1d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 12 20:34:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 12 20:34:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485fb8c8

kde-misc/latte-dock: Drop 0.9.10

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

 kde-misc/latte-dock/Manifest |  1 -
 kde-misc/latte-dock/latte-dock-0.9.10.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index ce07c30cf71..e345dc67760 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1,3 +1,2 @@
-DIST latte-dock-0.9.10.tar.xz 719768 BLAKE2B 
02fc650d8c565a25ba4b5727d3eb83c8e44bcb91cc88200acee31616c20606e263ab594da9ee3a37e0b0f6c6e766d5c5d36534542e21e26cd8bb5ff719d7dd09
 SHA512 
dd8115fc21ab2e31cedca53a70d3bab555a8e3bf746810584f9d60020647e009f334dd0569043bc77ed7be75c17d1cfc2abb9c7fda6225438a7aeecb1684f421
 DIST latte-dock-0.9.11.tar.xz 719904 BLAKE2B 
6d88fa42eab9e44144b33ba2affd98a74632f5aedb733bc279b5edd5db75f561af5428bcd1d9d60a4af8c1134686ea47adc9be798ee1e06ef9db515296e48494
 SHA512 
d02747e4709de8f3091c4686f6d80129fa2fe9d6e994cec436083c59b0ceab0b01af3c1c92d946e497e725bd20efc8ec1e8d284666348a13cf6ba79e515c30d5
 DIST latte-dock-0.9.9.tar.xz 719408 BLAKE2B 
6e33b132f5ef4526a9f1ccfbfad6561d8292676b9d8dff228eeb8ceb75b0d7fc1fb2e2e0562c416dbd1d21b9fe0a550af8c91c15ff25d54c51c2b850d718395d
 SHA512 
87ab7234b497517a5cf31254a0c29ce015080c2b2e10ada84ef953a18009282965eab443692a6cdc6bd7a4e09199f6fc2962637f7d492df8cc8e196aa78dcff0

diff --git a/kde-misc/latte-dock/latte-dock-0.9.10.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.10.ebuild
deleted file mode 100644
index 5b5fb645ae2..000
--- a/kde-misc/latte-dock/latte-dock-0.9.10.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.64.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Elegant dock, based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/utilities/org.kde.latte-dock;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.14.0
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5=
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   || (
-   >=dev-qt/qtgui-${QTMIN}:5[X(-)]
-   >=dev-qt/qtgui-${QTMIN}:5[xcb(-)]
-   )
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5[X]
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-DOCS=( CHANGELOG.md README.md )



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

2020-04-12 Thread Michał Górny
commit: a638d311b2a8e67c98752396f68abc6f8ac6478f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 12 20:15:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 12 20:21:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a638d311

app-portage/nattka: Bump to 0.1.4

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

 app-portage/nattka/Manifest|  1 +
 app-portage/nattka/nattka-0.1.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest
index 1c5437d138d..237f7b16429 100644
--- a/app-portage/nattka/Manifest
+++ b/app-portage/nattka/Manifest
@@ -1,3 +1,4 @@
 DIST nattka-0.1.2.tar.gz 73791 BLAKE2B 
9e4d59f72b2e657958f7a8ac4b7d059079ab1c3ef6aea6544d4988aaa4acb3e09d6cb3a7cfcd7a01a4e7d891d7f2e544e3739470b0dbb961702e4c02575915b4
 SHA512 
1ef5af9b4c14dad5dce3eca427e77ec1f9f13137698a4cdb53dca58b1ff9f66d79508f69091ee96829a8d2703ebe7189a57e8257e20e586b90f2bf46a999cd0f
 DIST nattka-0.1.3.tar.gz 75332 BLAKE2B 
2bdb735d952916cdbf0fdad43c6ba877d5cd37cb1f048be6fe601a0f26fb07f7c11bf5e544dc215ecfe956e12833f04f1e5f988184535be34db217c79a656f77
 SHA512 
c3f6abb83bbbe20413208f801108d1fa4d44e912b4864c7a10f1db7da321ed05fc257ef2ec294e13a7d987ad2d75ac7cd106938a3b657163518ece4e5b746611
+DIST nattka-0.1.4.tar.gz 75455 BLAKE2B 
5cac3f758883bc571f0c029ddab4bf1c176b8075054a8598fb4d769c33f8f7547d85009548f31e2f3cd47f3e2ab903e5e2e75d2d7e5f421297157de60686648b
 SHA512 
412afd6b01075002571c3c16a8c7b71d559ee870f51e2fa1a33ad8b8ec35d62fe9bad0935ec8dad23c6a4f2443f085cf67986e57cd246dc256bf288ab70dcf76
 DIST nattka-0.1.tar.gz 72870 BLAKE2B 
0d4750a0367b3c00ee0de3eb37a7b15bbdc84ba693c2e3cb3a7baa1684c062f58458ded01b63afffe128b8d003cb14460bd60da91e61b100913801a3bf0d42ff
 SHA512 
536be042d384f99631587108e2dfb24a3effbec1cf547b7f546fd8cbe736fa2e76ff1e9ca751ac7633fa34bea887da3ebe5967e915434ec8d8f6bd9c49a5a21f

diff --git a/app-portage/nattka/nattka-0.1.4.ebuild 
b/app-portage/nattka/nattka-0.1.4.ebuild
new file mode 100644
index 000..e8440d1114c
--- /dev/null
+++ b/app-portage/nattka/nattka-0.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
+HOMEPAGE="https://github.com/mgorny/nattka/;
+SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-util/pkgcheck[${PYTHON_USEDEP}]
+   dev-vcs/git
+   sys-apps/pkgcore[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx doc --no-autodoc
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   elog "NATTkA can optionally use:"
+   elog "  dev-python/networkx"
+   elog "to sort 'apply' output in dependency order."
+}



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

2020-04-12 Thread Adam Feldman
commit: 255fa21793de4182d088d13a53fd746e38d76139
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Apr 12 20:15:14 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Sun Apr 12 20:18:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255fa217

profiles: base/package.use{,.stable}.mask: move mate-base/mate[bluetooth]

Signed-off-by: Adam Feldman  gentoo.org>

 profiles/base/package.use.mask| 5 -
 profiles/base/package.use.stable.mask | 4 
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 234c8b039ed..d881c5dab0b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -498,11 +498,6 @@ net-irc/hexchat theme-manager
 # Avoid the usage of dead net-dialup/capi4k-utils
 app-emulation/crossover-bin capi
 
-# Ettore Di Giacinto  (2016-11-10)
-# Dependency has no stable keyword
-# and as for now we have only stable mate versions
-mate-base/mate bluetooth
-
 # Ulrich Müller  (2016-10-15)
 # The --with-cairo option is considered as experimental by upstream
 # and causes problems with updating the X window, bug #592238

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 21debf861c6..4b3dfdb0699 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Adam Feldman  (2020-04-12)
+# Dependency (net-wireless/blueman) has no stable keywords
+mate-base/mate bluetooth
+
 # David Seifert  (2020-03-31)
 # Numpy support in Boost.Python is brittle and shouldn't be enabled
 # on stable systems or force a stable upgrade.



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

2020-04-12 Thread Andreas Sturmlechner
commit: 79e9da214af6586bd911353993a87ff670d2d2e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 12 19:43:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 12 19:49:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e9da21

dev-libs/kdiagram: 2.6.3 version bump

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

 dev-libs/kdiagram/Manifest  |  1 +
 dev-libs/kdiagram/kdiagram-2.6.3.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/kdiagram/Manifest b/dev-libs/kdiagram/Manifest
index e662279f78e..48e5f911ae7 100644
--- a/dev-libs/kdiagram/Manifest
+++ b/dev-libs/kdiagram/Manifest
@@ -1,2 +1,3 @@
 DIST kdiagram-2.6.1.tar.xz 674016 BLAKE2B 
323fcc1101f4bba527426923652ee53a1986edff1c7a0d17a478585019c97f731675fa30477064f1e5375ef0a3da27ba1918ee21cf6758ac445ea0d7f1b7611c
 SHA512 
caa1f6f8bffb4b311224edfed115f189fa9c88e4b9d8bc9d4b7bc963c6b8c896813b438ad89fa9e91e4cde2f55ae822cfc7ba559bbdad517c60a037591dc5128
 DIST kdiagram-2.6.2.tar.xz 673272 BLAKE2B 
584101d14ad5252020d236e16229fa7efc8f69662d3497b0018fcb9d48d3312a9b6275b4569f13a12746780e170fe3ce607f7d75a8fa2cc3cf7a7a6c3c4747ce
 SHA512 
008688e76e30b933576523e2204b029ce2a5f5d232002d481c7c49f4ad2955b3f46cbe4b51a046a771130f3584225127b21df30efc042cddc9440f81ea8f495a
+DIST kdiagram-2.6.3.tar.xz 673788 BLAKE2B 
467c376a2979e5a8b0c33b014f0490819f9fafca7a87fa95e44c073d166424f84d82771c787995eba05b97c6c8949270cc7101342eb3a2a91ed92d89d2ddc0a9
 SHA512 
307b0b17c314d5c4672100e2e949c3e8faf38eee7f9d504a15a01da77434e2b6274cb1857d36ea868025499e806643e32c27bb87aa7dfbce36e8dec6e53b11ef

diff --git a/dev-libs/kdiagram/kdiagram-2.6.3.ebuild 
b/dev-libs/kdiagram/kdiagram-2.6.3.ebuild
new file mode 100644
index 000..3a28eac60d9
--- /dev/null
+++ b/dev-libs/kdiagram/kdiagram-2.6.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_EXAMPLES="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business 
diagrams"
+HOMEPAGE="https://api.kde.org/extragear-api/graphics-apidocs/kdiagram/html/index.html
+https://www.kdab.com/development-resources/qt-tools/kd-chart/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2" # TODO CHECK
+SLOT="5"
+
+REQUIRED_USE="test? ( examples )"
+
+BDEPEND="
+   >=dev-qt/linguist-tools-${QTMIN}:5
+"
+DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"



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

2020-04-12 Thread Andreas Sturmlechner
commit: a822b5a0a37e4bb836f079f4823919938a4a2e31
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 12 19:44:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 12 19:49:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a822b5a0

dev-libs/kdiagram: Drop 2.6.2

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

 dev-libs/kdiagram/Manifest  |  1 -
 dev-libs/kdiagram/kdiagram-2.6.2.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/kdiagram/Manifest b/dev-libs/kdiagram/Manifest
index 48e5f911ae7..09da641a3d9 100644
--- a/dev-libs/kdiagram/Manifest
+++ b/dev-libs/kdiagram/Manifest
@@ -1,3 +1,2 @@
 DIST kdiagram-2.6.1.tar.xz 674016 BLAKE2B 
323fcc1101f4bba527426923652ee53a1986edff1c7a0d17a478585019c97f731675fa30477064f1e5375ef0a3da27ba1918ee21cf6758ac445ea0d7f1b7611c
 SHA512 
caa1f6f8bffb4b311224edfed115f189fa9c88e4b9d8bc9d4b7bc963c6b8c896813b438ad89fa9e91e4cde2f55ae822cfc7ba559bbdad517c60a037591dc5128
-DIST kdiagram-2.6.2.tar.xz 673272 BLAKE2B 
584101d14ad5252020d236e16229fa7efc8f69662d3497b0018fcb9d48d3312a9b6275b4569f13a12746780e170fe3ce607f7d75a8fa2cc3cf7a7a6c3c4747ce
 SHA512 
008688e76e30b933576523e2204b029ce2a5f5d232002d481c7c49f4ad2955b3f46cbe4b51a046a771130f3584225127b21df30efc042cddc9440f81ea8f495a
 DIST kdiagram-2.6.3.tar.xz 673788 BLAKE2B 
467c376a2979e5a8b0c33b014f0490819f9fafca7a87fa95e44c073d166424f84d82771c787995eba05b97c6c8949270cc7101342eb3a2a91ed92d89d2ddc0a9
 SHA512 
307b0b17c314d5c4672100e2e949c3e8faf38eee7f9d504a15a01da77434e2b6274cb1857d36ea868025499e806643e32c27bb87aa7dfbce36e8dec6e53b11ef

diff --git a/dev-libs/kdiagram/kdiagram-2.6.2.ebuild 
b/dev-libs/kdiagram/kdiagram-2.6.2.ebuild
deleted file mode 100644
index 3a28eac60d9..000
--- a/dev-libs/kdiagram/kdiagram-2.6.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_EXAMPLES="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business 
diagrams"
-HOMEPAGE="https://api.kde.org/extragear-api/graphics-apidocs/kdiagram/html/index.html
-https://www.kdab.com/development-resources/qt-tools/kd-chart/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2" # TODO CHECK
-SLOT="5"
-
-REQUIRED_USE="test? ( examples )"
-
-BDEPEND="
-   >=dev-qt/linguist-tools-${QTMIN}:5
-"
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"



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

2020-04-12 Thread Mikle Kolyada
commit: bc49b4d617170f7ba59e4c541fdb00028b9d0d4b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 19:23:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 19:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc49b4d6

dev-libs/kpathsea: Version bump (v6.3.2_p20200406)

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

 dev-libs/kpathsea/Manifest|   4 +
 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 106 ++
 2 files changed, 110 insertions(+)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index a53a19f68ef..fc9922a7d24 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,4 +1,8 @@
+DIST kpathsea-texmf.d-10.tar.xz 12784 BLAKE2B 
fcd9b46504c58da90babcbd1e5d4ea655d3cb85f4be0a7430da62758f9b11e68219adcafab9ae26756f3f9dfa97b460db3e8b8b1a27560d2f3a91e612336dc75
 SHA512 
f2cc6a1bbc7be463877fd57d5351fb9e7bda472f1094f93a6962e14f9d71067cdae87464b615818341728c9fbd32e67f060dc09a3590353715fbc31fe64f93ef
 DIST kpathsea-texmf.d-9.tar.xz 12120 BLAKE2B 
80069cdb1c8e1edf8ae0b5af2de825afdf234840f9365c0033d7fb080a1e5e5692ae9ba4c191b83422724f35523a21551102ef91e8642f5cbd4df9e251357b11
 SHA512 
5718ef60d33013159b5913f198330f9ecb098ac4333dd536068e8c48bf6eb208039a9b29afba331b3e4942c0c77c46e6add1c116d273f1f53550116ac06e69aa
 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 
8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d
 SHA512 
7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
+DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 
3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3
 SHA512 
65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
 DIST texlive-module-kpathsea-2019.tar.xz 31480 BLAKE2B 
897ceb8cb536f2d4a54ead2529da891eba83e4480b9ca527ab99337ed030f680bc25a12d4286e101965d146567720e3bb5fb8ff18a240365be9eeb7471c970bc
 SHA512 
12676ea4b26af792c1abc2a3189c103357b6af4994d3131d8d98e507af24f5d9666bfe4d8abba0ec984eec1ba8c99ab7a6d35813c8e053c79c82a7baa88c973d
+DIST texlive-module-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
 DIST texlive-module-kpathsea.doc-2019.tar.xz 1068236 BLAKE2B 
19ecf7d3e5dc1c7a537f59ad45188bb2cd23127682382e719d8bfced05a7f46704606be55c1ff3fe1374587b99866f441b67cb1b555dbf2e33f332d147e30dda
 SHA512 
bd13bb8a5740df0abda5d5f546138504bf3b6bd54caa95e5f1758cc540af4bbbd055e3868c494f65e9bebe108038205d8537fcffbc821a8f17bc51119e5d479c
+DIST texlive-module-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
new file mode 100644
index 000..70543c7dfda
--- /dev/null
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit texlive-common libtool prefix
+
+TEXMFD_VERSION="10"
+
+DESCRIPTION="Path searching library for TeX-related files"
+HOMEPAGE="http://tug.org/texlive/;
+SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
+   
https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/${PV%_p*}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc source static-libs"
+
+S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
+
+TL_VERSION=2020
+EXTRA_TL_MODULES="kpathsea"
+EXTRA_TL_DOC_MODULES="kpathsea.doc"
+
+for i in ${EXTRA_TL_MODULES} ; do
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-module-${i}-${TL_VERSION}.tar.xz;
+done
+
+SRC_URI="${SRC_URI} doc? ( "
+for i in ${EXTRA_TL_DOC_MODULES} ; do
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-module-${i}-${TL_VERSION}.tar.xz;
+done
+SRC_URI="${SRC_URI} ) "
+
+TEXMF_PATH=/usr/share/texmf-dist
+
+src_prepare() {
+   default
+   cd 

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

2020-04-12 Thread Mikle Kolyada
commit: 2208189bed7b945c9d5deb293647372ced028e09
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 19:26:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 19:26:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2208189b

profiles: start texlive-20 mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index edf5291194f..82827b18857 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mikle Kolyada  (2020-04-12)
+# Texlive-2020 mask. Work in progress.
+# Do NOT report any bugs untill fully unmasked.
+~dev-libs/kpathsea-6.3.2_p20200406
+
 # Matt Turner  (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
 # Bug #716574



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

2020-04-12 Thread Lars Wendler
commit: 1060ce9807a703f69d8c5bfce68f9484e9e48d6e
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 12 18:56:52 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 12 18:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1060ce98

mail-mta/msmtp: Bump to version 1.8.8

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 mail-mta/msmtp/Manifest   |   1 +
 mail-mta/msmtp/msmtp-1.8.8.ebuild | 145 ++
 2 files changed, 146 insertions(+)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index bb01d94a19f..03bba96682f 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1 +1,2 @@
 DIST msmtp-1.8.7.tar.xz 340908 BLAKE2B 
5241acf54d5a6af6ccf2c3bfd33954a5235af2d2cb467e4134401538e60e1847489a7a599359e2d13202ea9637c32a67ec5180372b139e06f6d47f060cba6c8f
 SHA512 
5a079cb90b48853ad812125e8b341f5bcd5f5ba4725d62c37210050896527b63f993aa6393f1d4107636153bf0ed84b0288e88a7e78a119c66b2d58f1e69a67d
+DIST msmtp-1.8.8.tar.xz 349740 BLAKE2B 
005056e2bfeb97ccf2c86670a172157b6ba43e44bf1738fa9d75e6ca8bb7d952f118155b17a80db61ee4f10bdd009a72c2a7adf26b01296409b8998ac698f1ef
 SHA512 
e519e04b0065e410007f6e47df435b7c5bde99ca7a1a2e9ff7528848c68f9809691cdf2c5b793d4e3e17a650a25ee31be66b0be47410f83972f281cf76926771

diff --git a/mail-mta/msmtp/msmtp-1.8.8.ebuild 
b/mail-mta/msmtp/msmtp-1.8.8.ebuild
new file mode 100644
index 000..9c112ec7abd
--- /dev/null
+++ b/mail-mta/msmtp/msmtp-1.8.8.ebuild
@@ -0,0 +1,145 @@
+# Copyright 2004-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps multilib
+
+DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
+HOMEPAGE="https://marlam.de/msmtp/;
+SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="daemon doc gnome-keyring idn +mta nls sasl ssl vim-syntax"
+
+# fcaps.eclass unconditionally defines "filecaps" USE flag which we need for
+# USE="daemon" in order to set the caps we need.
+REQUIRED_USE="daemon? ( filecaps )"
+
+# Upstream discourages usage of openssl. See also
+# https://marlam.de/msmtp/news/openssl-discouraged/
+DEPEND="
+   gnome-keyring? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? ( net-libs/gnutls[idn?] )
+   !ssl? ( idn? ( net-dns/libidn2:= ) )
+"
+
+RDEPEND="${DEPEND}
+   net-mail/mailbase
+   daemon? (
+   acct-group/msmtpd
+   acct-user/msmtpd
+   )
+   mta? (
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   )
+"
+
+BDEPEND="
+   doc? ( virtual/texi2dvi )
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
+
+src_prepare() {
+   # Use default Gentoo location for mail aliases
+   sed 's:/etc/aliases:/etc/mail/aliases:' \
+   -i scripts/find_alias/find_alias_for_msmtp.sh || die
+
+   default
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-gai-idn
+   $(use_enable nls)
+   $(use_with daemon msmtpd)
+   $(use_with gnome-keyring libsecret)
+   $(use_with idn libidn)
+   $(use_with sasl libgsasl)
+   $(use_with ssl tls gnutls)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+
+   if use doc ; then
+   cd doc || die
+   emake html pdf
+   fi
+}
+
+src_install() {
+   default
+
+   if use daemon ; then
+   fcaps CAP_NET_BIND_SERVICE usr/bin/msmtpd
+   newinitd "${FILESDIR}"/msmtpd.init msmtpd
+   newconfd "${FILESDIR}"/msmtpd.confd msmtpd
+   fi
+
+   if use doc ; then
+   dodoc doc/msmtp.{html,pdf}
+   fi
+
+   if use mta ; then
+   dosym ../bin/msmtp /usr/sbin/sendmail
+   dosym ../bin/msmtp /usr/$(get_libdir)/sendmail
+   fi
+
+   if use vim-syntax ; then
+   insinto /usr/share/vim/vimfiles/syntax
+   doins scripts/vim/msmtp.vim
+   fi
+
+   insinto /etc
+   newins doc/msmtprc-system.example msmtprc
+
+   src_install_contrib find_alias find_alias_for_msmtp.sh
+   src_install_contrib msmtpqueue "*.sh" "README ChangeLog"
+   src_install_contrib msmtpq "msmtpq msmtp-queue" README.msmtpq
+   src_install_contrib 

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

2020-04-12 Thread William Hubbs
commit: 08bc839ac8fe0d463f34318e13202eb7b71402fe
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Apr 12 18:50:38 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Apr 12 18:51:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bc839a

dev-lang/go: 1.13.10 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/Manifest  |   1 +
 dev-lang/go/go-1.13.10.ebuild | 197 ++
 2 files changed, 198 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 35ef4495821..19b80ab2f57 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -10,5 +10,6 @@ DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 BLAKE2B 
7a28ec5a381369c4e9415c8
 DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 
920a176b8f4fc3a816e724324bbb30a383d599e31a0d2093d24797dbcd0e799a662a3589dbb87d2f5dd16df07c4cf8f1e444e87b540ec732746bb025dc9271f8
 SHA512 
d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a
 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 
0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab
 SHA512 
52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d
 DIST go1.12.17.src.tar.gz 20725913 BLAKE2B 
2eef7374195302656268a42409619445dfeb3ede1f9218ae4eab195916876b97f7510cc62585a0bfdd9f86dddf8a7432a84b29bc9891d84fc69db94f0274
 SHA512 
069f8f445d9d2268ebb14b2446fab34843d56283c04561636d122fd8b4c1ea0b63640a84437db7a7be71039440ffe170cd3f8025b03b0acf95f2a56fa2febec6
+DIST go1.13.10.src.tar.gz 21702804 BLAKE2B 
586494604455594c552d25a207634d70ae7f5ad142e18e22f5ef462c6488327cc01630c0bc99a4ede9dee0d649982802cf79f34f35ad7f810ca0701c35a7d555
 SHA512 
9e020dd89ab6201c4cbb893caecc0b077d5fbb2e10381e1b76a29ddc18c141d8db67a1b0f607ed915b0e9c40c4fb2c65b0319472535892534a31ad962e72fe05
 DIST go1.13.9.src.tar.gz 21700289 BLAKE2B 
7c58dd89d164913dc85c8dc9e8b86798daad8bd58936b0ced21d3c084e0488306577273a6fa748bfee505fd38b90727a3cd9ab4ceebc1e62a0490b992cfa5bbe
 SHA512 
0034ec394141e2c19941bf839cad93992c175476e3f3fa7b483c919aeea01fa4e0136eb8dd87a3158b911c04ded98a3c4960975a13280f1be076eb8f51464a98
 DIST go1.14.1.src.tar.gz 22451159 BLAKE2B 
2b45716cdc82edb94609143bcbb79b313ff3b6b1cc9e0791236a8d968a2fc1d84015037a2cfb75e5b73dac4974b97a1e62f1fd1f5afe0dc633137b73ab15004a
 SHA512 
f0112fbf984e2764cd90d42b2f844b986b421adf8bf68551cccefeb320db7f3490ab1532f770f20c943c68c7185ce139c8248991adb0529527358ffdc8047ad9

diff --git a/dev-lang/go/go-1.13.10.ebuild b/dev-lang/go/go-1.13.10.ebuild
new file mode 100644
index 000..f7c4c78376b
--- /dev/null
+++ b/dev-lang/go/go-1.13.10.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   # The upstream tests fail under portage but pass if the build is
+   # run according to their documentation [1].
+   # I am restricting the tests on released versions until this is
+   # solved.
+   # [1] https://golang.org/issues/18442
+   RESTRICT="test"
+   ;;
+   esac
+esac
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+
+BDEPEND="|| (
+   dev-lang/go
+   dev-lang/go-bootstrap )"
+RDEPEND="!https://golang.org/issue/2775
+   #
+   # deliberately use cp to retain permissions
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+   einstalldocs
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   # fix install_name for test object (binutils_test) on Darwin, it
+   # is never used in real circumstances
+   local 
libmac64="${EPREFIX}"/usr/lib/go/src/cmd/vendor/github.com/
+ 
libmac64+=google/pprof/internal/binutils/testdata/lib_mac_64
+   install_name_tool -id "${libmac64}" "${D}${libmac64}"
+   fi
+}



[gentoo-commits] repo/user/superposition:master commit in: dev-ml/ppx_ast/, dev-ml/ppx_traverse_builtins/, dev-ml/ocaml-compiler-libs/, ...

2020-04-12 Thread Philip Miess
commit: 64663230e3d6fda1afbde689cd427dcb049e8d5c
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Apr 12 18:28:22 2020 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Apr 12 18:28:22 2020 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=64663230

add jbuilder alternative dep dune-1 to packages

Signed-off-by: Philip Miess  yahoo.com>

 dev-ml/base/Manifest   |  3 ++
 dev-ml/base/base-0.9.4.ebuild  | 34 ++
 dev-ml/base/metadata.xml   |  8 +
 dev-ml/ocaml-compiler-libs/Manifest|  3 ++
 dev-ml/ocaml-compiler-libs/metadata.xml|  8 +
 .../ocaml-compiler-libs-0.9.0.ebuild   | 19 
 dev-ml/ppx_ast/Manifest|  3 ++
 dev-ml/ppx_ast/metadata.xml|  8 +
 dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild| 24 +++
 dev-ml/ppx_core/Manifest   |  3 ++
 dev-ml/ppx_core/metadata.xml   |  8 +
 dev-ml/ppx_core/ppx_core-0.9.0-r1.ebuild   | 27 +
 dev-ml/ppx_traverse_builtins/Manifest  |  3 ++
 dev-ml/ppx_traverse_builtins/metadata.xml  |  8 +
 .../ppx_traverse_builtins-0.9.0.ebuild | 20 +
 dev-ml/sexplib/Manifest|  3 ++
 dev-ml/sexplib/metadata.xml|  9 ++
 dev-ml/sexplib/sexplib-0.9.3.ebuild| 23 +++
 dev-ml/stdio/Manifest  |  3 ++
 dev-ml/stdio/metadata.xml  |  8 +
 dev-ml/stdio/stdio-0.9.1.ebuild| 23 +++
 21 files changed, 248 insertions(+)

diff --git a/dev-ml/base/Manifest b/dev-ml/base/Manifest
new file mode 100644
index 000..2518a41
--- /dev/null
+++ b/dev-ml/base/Manifest
@@ -0,0 +1,3 @@
+DIST base-0.9.4.tar.gz 286689 BLAKE2B 
adf0da9f82aaa8884a99db2d307e72a40a232dbc2517b371af65671966d488f9f77e86c32425077cd513075b8a3546727f3f596eac7c46876b25198a46ac373b
 SHA512 
9e25caee46ec09c835aa74857f415ac61adeb1ae8d6773334fa1b28699b9ebbac9ef95a698b1f324d0ad59c27ea52fea0e0df86bf4908b6ba3e5121eb8e26076
+EBUILD base-0.9.4.ebuild 739 BLAKE2B 
fd9be9e716d9b00ccc794984bbd8681a572235e22305de8c8e80525e0c38652235897f3213c58b74976759b4cff8ce78c9588b276dfd28da7c6e8bd651fc95d6
 SHA512 
c6a31d5ba79d39657b7f42e02c22c6d5108726ac112228271f9c711f3a84ebac04e574826fbd8fca1d3659d373b974b49c4c8d66b421f4a0a0f82b13c400da75
+MISC metadata.xml 247 BLAKE2B 
a1ec7bbf75487143e23a45480d73c2d7bb608ca65e22eb99edaeb0ab6ea1caa34fd81820b96ddedd3bf587e0ccfce13b87ad04a1b67ea9cf2a9f7b83a0d0
 SHA512 
d0b27b806ab63f8582f19843878bf89c15a18ebdeca920396cb47eb52ead848f2c8c8285a86518837e39b460beb3e1b3e9a40c598277facfd25ee34d0fb3945a

diff --git a/dev-ml/base/base-0.9.4.ebuild b/dev-ml/base/base-0.9.4.ebuild
new file mode 100644
index 000..cc549cd
--- /dev/null
+++ b/dev-ml/base/base-0.9.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Standard library for OCaml"
+HOMEPAGE="https://github.com/janestreet/base;
+SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-lang/ocaml:=
+   dev-ml/sexplib:=
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   janestreet/base
+   
+

diff --git a/dev-ml/ocaml-compiler-libs/Manifest 
b/dev-ml/ocaml-compiler-libs/Manifest
new file mode 100644
index 000..5fc06cd
--- /dev/null
+++ b/dev-ml/ocaml-compiler-libs/Manifest
@@ -0,0 +1,3 @@
+DIST ocaml-compiler-libs-0.9.0.tar.gz 6937 BLAKE2B 
d53a8312ffabfed0b137d435497b4d7953239f57176481f522cbb70fd49a1a8045850d7572830455aefff1a91c6c461c03f40392b386bacb03afda3f72e39005
 SHA512 
ee0751bcfb9cb75d272f7af4f7da184c0a8e348384a2481da9dea0245a4133de908a23d0a324e0353397a4f0c5bfd71d40a6a46dbd8e4acea922bad7cdc5ef64
+EBUILD ocaml-compiler-libs-0.9.0.ebuild 529 BLAKE2B 
b39d560acea3aa713b07482eb573898abf82b77dfe84e8d27bf49af4e955bc1069d367272902ba6ed1af1d490bf94e3275498a807d2409306bc5fcdadc001cc4
 SHA512 
58d674a35aa6303b7ab256c481051258c3b14b7bc81082682298c2cb17daff09e215f23e6a4ab8991172a6e37ea4e206cf65d8cc5ed00f88e4625b13d8a6e52e
+MISC metadata.xml 262 BLAKE2B 
d7304653f48782c8efacafb545457ea98b6b4b2570591a8866e37d37e68c7d002868e0b5421143bad4a94a796131c268d1ed59c2ea72cc41a91ea26065aa359c
 SHA512 
bf2d79c33f71e2966ce79323c84e33ad8d8aed07c32dada1b7e1ef851ebef6f94f5bccd2c9bba1cb3b78ea31a2b4ddfe0eacea85e9a2d9fe4691b849600f7825

diff --git a/dev-ml/ocaml-compiler-libs/metadata.xml 
b/dev-ml/ocaml-compiler-libs/metadata.xml
new file mode 100644
index 000..b15fbc9
--- /dev/null
+++ b/dev-ml/ocaml-compiler-libs/metadata.xml
@@ -0,0 +1,8 @@
+

[gentoo-commits] repo/gentoo:master commit in: acct-group/dnsmasq/

2020-04-12 Thread Patrick McLean
commit: 4c3ed611352fbabbcc0eff4c6a1fb79b4dc61c66
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Apr 12 18:36:43 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 12 18:50:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3ed611

acct-group/dnsmasq: New package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Patrick McLean  gentoo.org>

 acct-group/dnsmasq/dnsmasq-0.ebuild | 8 
 acct-group/dnsmasq/metadata.xml | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/dnsmasq/dnsmasq-0.ebuild 
b/acct-group/dnsmasq/dnsmasq-0.ebuild
new file mode 100644
index 000..d765927def0
--- /dev/null
+++ b/acct-group/dnsmasq/dnsmasq-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=275

diff --git a/acct-group/dnsmasq/metadata.xml b/acct-group/dnsmasq/metadata.xml
new file mode 100644
index 000..cee379b1540
--- /dev/null
+++ b/acct-group/dnsmasq/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+



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

2020-04-12 Thread Patrick McLean
commit: 75ab0ab2bd74b6e5fd3dda51899c09e6c3e69f91
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Apr 12 18:50:48 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 12 18:50:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ab0ab2

net-dns/dnsmasq-2.81: Version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Patrick McLean  gentoo.org>

 net-dns/dnsmasq/Manifest|   1 +
 net-dns/dnsmasq/dnsmasq-2.81.ebuild | 207 
 2 files changed, 208 insertions(+)

diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index a01ccab43f4..39931332aaa 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1 +1,2 @@
 DIST dnsmasq-2.80.tar.xz 501072 BLAKE2B 
39c9808df43a22e32286105c9e001b2f817a4f68b92b84282eeb8cfeaa61404d64275bbb3f944bec6fac1b015987fba6aeab7a88201446c0cff67f02c8d88d8c
 SHA512 
58e56beb553fc41311e5dc16d8b0eb3b6801e2bdfbcd0e7a6659703f08960b6ad10d48b0b14a4d727636faf35483e01597cff2ae49e7fe9fa9e214f437b1c068
+DIST dnsmasq-2.81.tar.xz 510648 BLAKE2B 
07861888df11f6e2e02d1b80f4e82a407b558ddb34e016f7bda5cb449ee870db000683264b2e36987ece16d50ab773f239bf12dd3468b9529ae4dccd77ecb8ee
 SHA512 
85550c9782fef9b0710d0e233523ed1fe26e877a8bc53fcea3f7cf1fb17c3a79c46f284a99dab2bdaf6a107ea3f1a71cec476ab6d4e1b936da6591aaef42c88e

diff --git a/net-dns/dnsmasq/dnsmasq-2.81.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.81.ebuild
new file mode 100644
index 000..f484c164e73
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.81.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic systemd
+
+DESCRIPTION="Small forwarding DNS server"
+HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html;
+SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
+IUSE+=" +inotify ipv6 lua nls script selinux static tftp"
+
+DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
+
+BDEPEND="
+   app-arch/xz-utils
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+COMMON_DEPEND="
+   acct-group/dnsmasq
+   acct-user/dnsmasq
+   dbus? ( sys-apps/dbus:= )
+   idn? (
+   !libidn2? ( net-dns/libidn:0= )
+   libidn2? ( >=net-dns/libidn2-2.0:= )
+   )
+   lua? ( dev-lang/lua:* )
+   conntrack? ( net-libs/libnetfilter_conntrack:= )
+   nls? ( sys-devel/gettext )
+"
+
+DEPEND="${COMMON_DEPEND}
+   dnssec? (
+   dev-libs/nettle:=[gmp]
+   static? ( >=dev-libs/nettle-3.4[static-libs(+)] )
+   )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   dnssec? (
+   !static? ( >=dev-libs/nettle-3.4:=[gmp] )
+   )
+   selinux? ( sec-policy/selinux-dnsmasq )
+"
+
+REQUIRED_USE="
+   dhcp-tools? ( dhcp )
+   lua? ( script )
+   libidn2? ( idn )"
+
+use_have() {
+   local useflag no_only uword
+   if [[ ${1} == '-n' ]]; then
+   no_only=1
+   shift
+   fi
+   useflag="${1}"
+   shift
+
+   uword="${1:-${useflag}}"
+   shift
+
+   while [[ ${uword} ]]; do
+   uword="${uword^^}"
+
+   if ! use "${useflag}"; then
+   printf -- " -DNO_%s" "${uword}"
+   elif [[ -z "${no_only}" ]]; then
+   printf -- " -DHAVE_%s" "${uword}"
+   fi
+   uword="${1}"
+   shift
+   done
+}
+
+pkg_pretend() {
+   if use static; then
+   einfo "Only sys-libs/gmp and dev-libs/nettle are statically 
linked."
+   use dnssec || einfo "Thus, ${P}[!dnssec,static] makes no 
sense;" \
+   "in this case the static USE flag does nothing."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i -r 's:lua5.[0-9]+:lua:' Makefile || die
+   sed -i "s:%%PREFIX%%:${EPREFIX}/usr:" \
+   dnsmasq.conf.example || die
+}
+
+src_configure() {
+   COPTS=(
+   "$(use_have -n auth-dns auth)"
+   "$(use_have conntrack)"
+   "$(use_have dbus)"
+   "$(use libidn2 || use_have idn)"
+   "$(use_have libidn2)"
+   "$(use_have -n inotify)"
+   "$(use_have -n dhcp dhcp dhcp6)"
+   "$(use_have -n ipv6 ipv6 dhcp6)"
+   "$(use_have -n id id)"
+   "$(use_have lua luascript)"
+   "$(use_have -n script)"
+   "$(use_have -n tftp)"
+   "$(use_have dnssec)"
+   "$(use_have static dnssec_static)"
+   "$(use_have -n dumpfile)"
+   )
+}
+
+src_compile() {
+   emake \
+   

[gentoo-commits] proj/tex:master commit in: 2020/texmf.d/

2020-04-12 Thread Mikle Kolyada
commit: 4033a266a5d34b62f30d7737b25d61f17724eac0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 18:46:34 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 18:46:34 2020 +
URL:https://gitweb.gentoo.org/proj/tex.git/commit/?id=4033a266

05searchpaths.cnf update

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

 2020/texmf.d/05searchpaths.cnf  |  42 
 2020/texmf.d/kpathsea-texmf.d-10.tar.xz | Bin 0 -> 108 bytes
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/2020/texmf.d/05searchpaths.cnf b/2020/texmf.d/05searchpaths.cnf
index 2cb471c..f13be80 100644
--- a/2020/texmf.d/05searchpaths.cnf
+++ b/2020/texmf.d/05searchpaths.cnf
@@ -3,17 +3,13 @@
 % This is the parent directory of our several trees, i.e.,
 % /usr/local/texlive/ in the original TeX Live distribution.
 %
-% The path definitions here assume the directories are organized
-% according to the TeX Directory Structure (http://tug.org/tds).
+% All trees must be organized according to the TeX Directory Structure
+% (http://tug.org/tds), or files may not be found.
 %
 % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
-% Kpathsea sets (in kpathsea/progname.c):
-% SELFAUTOLOC (directory of the binary=/usr/local/texlive//bin/i386-linux),
-% SELFAUTODIR (its parent = /usr/local/texlive//bin), 
-% SELFAUTOPARENT (its grandparent = /usr/local/texlive/), and
-% SELFAUTOGRANDPARENT (its great-grandparent = /usr/local/texlive).
-% Sorry for the off-by-one-generation names.
-TEXMFROOT = $SELFAUTOPARENT/usr
+% Kpathsea sets SELFAUTOLOC (the directory with the binary),
+% SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent).
+TEXMFROOT = $SELFAUTODIR/share
 
 % The main tree of distributed packages and programs:
 TEXMFDIST = $TEXMFROOT/texmf-dist
@@ -29,10 +25,10 @@ TEXMFSITE = $TEXMFROOT/texmf-site
 TEXMFLOCAL = $TEXMFROOT/../local/share/texmf
 
 % TEXMFSYSVAR, where *-sys store cached runtime data.
-TEXMFSYSVAR = $TEXMFROOT/var/lib/texmf
+TEXMFSYSVAR = $SELFAUTOPARENT/var/lib/texmf
 
 % TEXMFSYSCONFIG, where *-sys store configuration data.
-TEXMFSYSCONFIG = $TEXMFROOT/etc/texmf
+TEXMFSYSCONFIG = $SELFAUTOPARENT/etc/texmf
 
 % Per-user texmf tree(s) -- organized per the TDS, as usual.  To define
 % more than one per-user tree, set this to a list of directories in
@@ -65,21 +61,21 @@ TEXMFAUXTREES = {}
 % The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree is
 % ever defined (the 99% common case), no extra elements will be added to
 % the search paths. tlmgr takes care to end any value with a trailing comma.
-TEXMF = 
{$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
+TEXMF = 
{$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFSITE,!!$TEXMFDIST}
 
-% Where to look for, and where mktexlsr creates, ls-R files. By default,
-% this is all and only the !! elements of TEXMF, so that mktexlsr does not
-% create ls-R files in the non-!! elements -- because if an ls-R is
-% present, it will be used, and the disk will not (usually) be searched,
-% regardless of !!.  Although in principle a directory listed here need
-% not contain an ls-R file, in practice they all should.
-TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
+% Where to look for ls-R files.  There need not be an ls-R in the
+% directories in this path, but if there is one, Kpathsea will use it.
+% By default, this is only the !! elements of TEXMF, so that mktexlsr
+% does not create ls-R files in the non-!! elements -- because if an
+% ls-R is present, it will be used, and the disk will not be searched.
+% This is arguably a bug in kpathsea.
+TEXMFDBS = 
{!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFSITE,!!$TEXMFDIST}
 
 % The system trees.  These are the trees that are shared by all users.
 % If a tree appears in this list, the mktex* scripts will use
 % VARTEXFONTS for generated files, if the original tree isn't writable;
 % otherwise the current working directory is used.
-SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
+SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFSITE;$TEXMFDIST
 
 % First writable tree here is used by Lua(La)TeX for the font cache.
 % LuaLaTeX uses the value here, while ConTeXt uses the same variable but
@@ -87,10 +83,14 @@ SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
 % (As should everything else in texmf.cnf <-> texmfcnf.lua.)
 TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR
 
+% We use GLOBALVARTEXFONTS in order to always be able to search in the global
+% font cache even if VARTEXFONTS is overridden.
+GLOBALVARTEXFONTS = $SELFAUTOPARENT/var/cache/fonts
+
 % Where generated fonts may be written.  This tree is used when the sources
 % were found in a system tree and either that tree wasn't writable, or the
 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
-VARTEXFONTS = 

[gentoo-commits] repo/gentoo:master commit in: acct-user/dnsmasq/

2020-04-12 Thread Patrick McLean
commit: 69a5bbf85bb333b0418b7c86f43c8924fc26f33c
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Apr 12 18:37:57 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 12 18:50:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a5bbf8

acct-user/dnsmasq: New package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Patrick McLean  gentoo.org>

 acct-user/dnsmasq/dnsmasq-0.ebuild | 13 +
 acct-user/dnsmasq/metadata.xml |  8 
 2 files changed, 21 insertions(+)

diff --git a/acct-user/dnsmasq/dnsmasq-0.ebuild 
b/acct-user/dnsmasq/dnsmasq-0.ebuild
new file mode 100644
index 000..bf98c0fc929
--- /dev/null
+++ b/acct-user/dnsmasq/dnsmasq-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for net-dns/dnsmasq"
+
+ACCT_USER_ID=275
+ACCT_USER_GROUPS=( dnsmasq )
+
+acct-user_add_deps

diff --git a/acct-user/dnsmasq/metadata.xml b/acct-user/dnsmasq/metadata.xml
new file mode 100644
index 000..cee379b1540
--- /dev/null
+++ b/acct-user/dnsmasq/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/

2020-04-12 Thread Jory Pratt
commit: 2d6cd44ae0ee1f6c9ff267865a5950788c497de2
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Apr 12 18:47:42 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Apr 12 18:47:42 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2d6cd44a

sys-devel/gcc: Update metadata to fix IUSE="ada"

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jory Pratt  gentoo.org>

 sys-devel/gcc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 64a3611..aa83faf 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Toolchain Project
   
   
+Build the ADA language (GNAT) frontend
 Enable support for the D programming language
 Enable fixed-point arithmetic support for MIPS 
targets 
   in gcc (Warning: significantly increases compile time!)



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

2020-04-12 Thread Sergei Trofimovich
commit: 8fda13ba20ae7503c3196d3c8241d28f35e1e4fb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:04:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:41:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fda13ba

dev-perl/GnuPG-Interface: stable 0.520.0-r3 for hppa, bug #717060

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

 dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild 
b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
index dfa05b21244..7bbc172f166 100644
--- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
+++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module interface to interacting with GnuPG"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
+KEYWORDS="amd64 hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 59bcc452c4bf34b93720d35898d58acf519c198e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 18:16:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:41:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bcc452

dev-python/psutil: stable 5.7.0 for hppa, bug #714412

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

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

diff --git a/dev-python/psutil/psutil-5.7.0.ebuild 
b/dev-python/psutil/psutil-5.7.0.ebuild
index be366c61f7f..a0359618868 100644
--- a/dev-python/psutil/psutil-5.7.0.ebuild
+++ b/dev-python/psutil/psutil-5.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/musl:master commit in: sys-block/partimage/, sys-block/partimage/files/

2020-04-12 Thread Jory Pratt
commit: 13baed0a13c710252e7e7698d92a9a4da60a62ec
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Apr 12 18:37:45 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Apr 12 18:37:45 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=13baed0a

sys-block/partimage: add missing includes

Fixes: https://bugs.gentoo.org/715756
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jory Pratt  gentoo.org>

 sys-block/partimage/Manifest   |   1 +
 .../files/partimage-0.6.9-minor-typo.patch |  13 ++
 .../files/partimage-0.6.9-missing-includes.patch   |  37 ++
 ...partimage-0.6.9-openssl-1.1-compatibility.patch |  41 ++
 .../files/partimage-0.6.9-zlib-1.2.5.2.patch   |  33 +
 sys-block/partimage/files/partimaged.conf  |   9 ++
 sys-block/partimage/files/partimaged.init.2|  28 
 sys-block/partimage/files/partimaged.pam.2 |   7 +
 sys-block/partimage/files/servercert.cnf   |  36 ++
 sys-block/partimage/metadata.xml   |  14 ++
 sys-block/partimage/partimage-0.6.9-r1.ebuild  | 143 +
 11 files changed, 362 insertions(+)

diff --git a/sys-block/partimage/Manifest b/sys-block/partimage/Manifest
new file mode 100644
index 000..d01ed55
--- /dev/null
+++ b/sys-block/partimage/Manifest
@@ -0,0 +1 @@
+DIST partimage-0.6.9.tar.bz2 666522 BLAKE2B 
d9a240f82a7b6ae73997df46c964fdddf8dddea9e3bd9548252d9409a526358714908316c52864b60bc9fcc1113a5e1c6cf294faff6845a183c7ffe1012475a6
 SHA512 
252885921b23933fdcdf0bb6efa4b82066b08ca95cc653296912d384ae875b421c1d39f347a90115315139176d4eab4a930c24919c2d38cf00ed29c764cd14d9

diff --git a/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch 
b/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch
new file mode 100644
index 000..8e0e00e
--- /dev/null
+++ b/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/580290
+
+--- a/src/client/misc.h
 b/src/client/misc.h
+@@ -36,7 +36,7 @@ struct COptions;
+ #endif
+ 
+ #ifndef makedev
+-  #define makedev(maj,min) (((maj) << 8) | min))
++  #define makedev(maj,min) (((maj) << 8) | (min))
+ #endif
+ 
+ // ===

diff --git a/sys-block/partimage/files/partimage-0.6.9-missing-includes.patch 
b/sys-block/partimage/files/partimage-0.6.9-missing-includes.patch
new file mode 100644
index 000..def27f6
--- /dev/null
+++ b/sys-block/partimage/files/partimage-0.6.9-missing-includes.patch
@@ -0,0 +1,37 @@
+From 0b7b162fbbab1b1d4adf61c5e33f508be0e68895 Mon Sep 17 00:00:00 2001
+From: Jory Pratt 
+Date: Sun, 12 Apr 2020 13:25:49 -0500
+Subject: [PATCH] add missing includes
+
+---
+ src/client/misc.cpp | 1 +
+ src/shared/common.h | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/client/misc.cpp b/src/client/misc.cpp
+index a094803..1c96ef6 100644
+--- a/src/client/misc.cpp
 b/src/client/misc.cpp
+@@ -40,6 +40,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/shared/common.h b/src/shared/common.h
+index 71de058..eead7e3 100644
+--- a/src/shared/common.h
 b/src/shared/common.h
+@@ -23,6 +23,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include "partimage.h"
+ 
+-- 
+2.26.0
+

diff --git 
a/sys-block/partimage/files/partimage-0.6.9-openssl-1.1-compatibility.patch 
b/sys-block/partimage/files/partimage-0.6.9-openssl-1.1-compatibility.patch
new file mode 100644
index 000..af4d9c1
--- /dev/null
+++ b/sys-block/partimage/files/partimage-0.6.9-openssl-1.1-compatibility.patch
@@ -0,0 +1,41 @@
+--- a/configure.ac
 b/configure.ac
+@@ -240,7 +240,7 @@ if test "$SSL" = "yes"; then
+   AC_CHECKING([ for SSL Library and Header files ... ])
+   AC_SEARCH_HEADERS(rsa.h crypto.h x509.h pem.h ssl.h err.h,
+ $SSL_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include,
+-[  AC_CHECK_LIB(crypto, CRYPTO_lock, [LIBS="$LIBS -lcrypto"],
++[  AC_CHECK_LIB(crypto, X509_new, [LIBS="$LIBS -lcrypto"],
+ AC_MSG_ERROR([ Required for SSL Crypto Library not found. ])
+   )
+AC_CHECK_LIB(ssl, SSL_CTX_new,
+--- a/src/client/netclient.cpp
 b/src/client/netclient.cpp
+@@ -43,7 +43,11 @@ CNetClient::CNetClient(bool bMustLogin, bool bUseSSL):CNet()
+ {
+   showDebug(3, "initializing client ssl\n");
+   SSLeay_add_ssl_algorithms();
+-  meth = SSLv2_client_method();
++#if OPENSSL_VERSION_NUMBER < 0x1010
++  meth = TLSv1_client_method();
++#else
++  meth = TLS_client_method();
++#endif
+   SSL_load_error_strings();
+   ctx = SSL_CTX_new(meth);
+   if (!ctx)
+--- a/src/server/netserver.cpp
 b/src/server/netserver.cpp
+@@ -39,7 +39,11 @@ CNetServer::CNetServer(unsigned short int port):CNet()
+ {
+   SSL_load_error_strings();
+   SSLeay_add_ssl_algorithms();
+-  meth = SSLv23_server_method();
++#if OPENSSL_VERSION_NUMBER < 0x1010
++  

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-material/

2020-04-12 Thread Andrew Ammerlaan
commit: 75f9cd8102024fb1b47c4784cede1a2c585c4a00
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Apr 12 18:33:20 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 12 18:33:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75f9cd81

dev-python/mkdocs-material: avoid circular dep

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild
index 8adf87d..179a2f2 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild
@@ -28,5 +28,4 @@ RDEPEND="
>=dev-python/mkdocs-1.1[${PYTHON_USEDEP}]
>=dev-python/pygments-2.4[${PYTHON_USEDEP}]
>=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]
-   >=dev-python/mkdocs-material-extensions-1.0_beta1[${PYTHON_USEDEP}]
 "



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

2020-04-12 Thread Sergei Trofimovich
commit: 4206cbb5789c57cc9c433950e7c3d2cdc1965b17
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:29:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4206cbb5

app-text/enchant: stable 2.2.8 for sparc, bug #717076

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

 app-text/enchant/enchant-2.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-2.2.8.ebuild 
b/app-text/enchant/enchant-2.2.8.ebuild
index d4c6ef72a6e..c8aea484a68 100644
--- a/app-text/enchant/enchant-2.2.8.ebuild
+++ b/app-text/enchant/enchant-2.2.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 
 IUSE="aspell +hunspell"
 REQUIRED_USE="|| ( hunspell aspell )"



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

2020-04-12 Thread Sergei Trofimovich
commit: 51e3c3fe17a3945f4e803d618a3a6ce4f9276edd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:32:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e3c3fe

dev-perl/YAML-Tiny: stable 1.730.0 for hppa, bug #717060

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

 dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild 
b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild
index f9283b17461..97dec8c06dd 100644
--- a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild
+++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Read/Write YAML files with as little code as possible"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 6ea57aa9969e8c9e0a98930f384d0fc888b7ba5d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:37:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea57aa9

dev-perl/List-AllUtils: stable 0.140.0 for hppa, bug #717060

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

 dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 1188380d7b4..6e0f4360ba7 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-More-UTF8/

2020-04-12 Thread Sergei Trofimovich
commit: 58e3b719909abb82a6e1923b551c23952b78eb46
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:26:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e3b719

dev-perl/Test-More-UTF8: stable 0.50.0 for hppa, bug #717060

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

 dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild 
b/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
index 7af6cf10f87..a43c50e1f59 100644
--- a/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
+++ b/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Enhancing Test::More for UTF8-based projects"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~x86"
 
 IUSE=""
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 446cfaca02e6c2e0e99f73a8243790f22de1517f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 16:33:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446cfaca

dev-perl/DateTime-TimeZone: stable 2.130.0 for hppa, bug #717060

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

 dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
index 91eb98dfa30..71d21070d45 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: d8fe273a7e93ece245fded2b0de590b37c2f48e7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:30:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fe273a

app-text/gtkspell: stable 3.0.10 for sparc, bug #717076

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

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 699833e8c8f..a80524c9226 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 7930a474dd17250dbbd3f64a18f848336dd9c268
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:27:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7930a474

dev-perl/Test-Most: stable 0.350.0 for hppa, bug #717060

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

 dev-perl/Test-Most/Test-Most-0.350.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Most/Test-Most-0.350.0.ebuild 
b/dev-perl/Test-Most/Test-Most-0.350.0.ebuild
index b29836850a9..e2c28f2560c 100644
--- a/dev-perl/Test-Most/Test-Most-0.350.0.ebuild
+++ b/dev-perl/Test-Most/Test-Most-0.350.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Most commonly needed test functions and features"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2020-04-12 Thread Sergei Trofimovich
commit: 4f1a9fb7c6bf4f047b759644e4e95cd3c4b46b9c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:31:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1a9fb7

dev-perl/YAML-Syck: stable 1.310.0 for hppa, bug #717060

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

 dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild 
b/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild
index 831d467fa68..85645fd1ce4 100644
--- a/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild
+++ b/dev-perl/YAML-Syck/YAML-Syck-1.310.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fast, lightweight YAML loader and dumper"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: f0f077e16c25783da673b1f1b3ae264bd3feb004
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:28:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f077e1

dev-python/fonttools: stable 4.1.0 for hppa under ALLARCHES

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

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

diff --git a/dev-python/fonttools/fonttools-4.1.0.ebuild 
b/dev-python/fonttools/fonttools-4.1.0.ebuild
index 7a5b82b58e3..33b48da230c 100644
--- a/dev-python/fonttools/fonttools-4.1.0.ebuild
+++ b/dev-python/fonttools/fonttools-4.1.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 RESTRICT="!test? ( test )"
 IUSE="test"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 8fe679bf3c3f2c41c9d11e482c28153dd67eccc2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:38:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe679bf

dev-perl/Net-DNS: stable 1.130.0 for hppa, bug #717060

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

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

diff --git a/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild 
b/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild
index 70defb89bf7..8e02eeefb0a 100644
--- a/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild
+++ b/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
 DESCRIPTION="Perl Interface to the Domain Name System"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+ipv6 test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File-ShareDir/

2020-04-12 Thread Sergei Trofimovich
commit: 8109db9603e308d00a585ab270386028c6f28f5e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:24:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8109db96

dev-perl/Test-File-ShareDir: stable 1.1.2 for hppa, bug #717060

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

 dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild 
b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
index c19c3fe065b..f7171add34a 100644
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Create a Fake ShareDir for your modules for testing."
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 14643f797cda9f07ae0cbb25d26d19514a5225f6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:28:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14643f79

dev-python/fs: stable 2.4.9 for hppa, bug #699756

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

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

diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild
index 654b838c0c5..a68ebf6c8e9 100644
--- a/dev-python/fs/fs-2.4.9.ebuild
+++ b/dev-python/fs/fs-2.4.9.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Without-Module/

2020-04-12 Thread Sergei Trofimovich
commit: f8d93993a6bc60707426da881556b31e42c8978e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:29:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d93993

dev-perl/Test-Without-Module: stable 0.200.0 for hppa, bug #717060

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

 dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild 
b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
index 4f518ed75c3..2efbacf1420 100644
--- a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
+++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test fallback behaviour in absence of modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 083634b2598114973ed24bef541ee9059f7e0da4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:28:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083634b2

dev-perl/Test-Script: stable 1.230.0 for hppa, bug #717060

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

 dev-perl/Test-Script/Test-Script-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Script/Test-Script-1.230.0.ebuild 
b/dev-perl/Test-Script/Test-Script-1.230.0.ebuild
index a7c7136e243..dc1f45e1e60 100644
--- a/dev-perl/Test-Script/Test-Script-1.230.0.ebuild
+++ b/dev-perl/Test-Script/Test-Script-1.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Cross-platform basic tests for scripts"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-material-extensions/

2020-04-12 Thread Andrew Ammerlaan
commit: 5b7057f1e163878c0bd84dad6c2fa6ae64e5033b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Apr 12 18:24:39 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 12 18:24:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b7057f1

dev-python/mkdocs-material-extensions: Extension pack for Python Markdown

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/mkdocs-material-extensions/Manifest |  1 +
 dev-python/mkdocs-material-extensions/metadata.xml | 13 +++
 .../mkdocs-material-extensions-1.0_beta1.ebuild| 27 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/mkdocs-material-extensions/Manifest 
b/dev-python/mkdocs-material-extensions/Manifest
new file mode 100644
index 000..23cc2f9
--- /dev/null
+++ b/dev-python/mkdocs-material-extensions/Manifest
@@ -0,0 +1 @@
+DIST mkdocs-material-extensions-1.0_beta1.tar.gz 11310 BLAKE2B 
2dd9ad6781cc4e6a4d87d1ea826a8e186f2b8eafd729a80fa2c3e8d823ef8d5c3096d83892cde001db4304a3b7eaf8ad30c361aad8784b0542e0a8ea07874fdb
 SHA512 
aa49b1c12c923e2a704857bdebe36fa87681c85e4333ea547e4dee53cefd0a0bbd6a8f7347ab8ccb7d4486ebdc00a815c8fd101cc2a538823349ca90fc9f54b9

diff --git a/dev-python/mkdocs-material-extensions/metadata.xml 
b/dev-python/mkdocs-material-extensions/metadata.xml
new file mode 100644
index 000..9fcff51
--- /dev/null
+++ b/dev-python/mkdocs-material-extensions/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   facelessuser/mkdocs-material-extensions
+   mkdocs-material-extensions
+   
+

diff --git 
a/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0_beta1.ebuild
 
b/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0_beta1.ebuild
new file mode 100644
index 000..d0286d8
--- /dev/null
+++ 
b/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0_beta1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+MYPV="${PV/_beta/b}"
+
+DESCRIPTION="Extension pack for Python Markdown"
+HOMEPAGE="
+   https://github.com/facelessuser/mkdocs-material-extensions
+   https://pypi.org/project/mkdocs-material-extensions
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/mkdocs-material-5.0.0[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}-${MYPV}"
+
+distutils_enable_tests pytest



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

2020-04-12 Thread Sergei Trofimovich
commit: 6ef540336b73720c9fb06af407a55d37954b8290
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 16:33:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef54033

dev-perl/DateTime-Locale: stable 1.160.0 for hppa, bug #717060

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

 dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
index e89e7db073e..4107821406b 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 5f0a1bc84edbfa0a87a97d63fda43cad6ec88825
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:27:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0a1bc8

dev-python/psutil: stable 5.6.7-r1 for hppa, bug #701846

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

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

diff --git a/dev-python/psutil/psutil-5.6.7-r1.ebuild 
b/dev-python/psutil/psutil-5.6.7-r1.ebuild
index ccd97cf659a..b4de013113e 100644
--- a/dev-python/psutil/psutil-5.6.7-r1.ebuild
+++ b/dev-python/psutil/psutil-5.6.7-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/

2020-04-12 Thread Sergei Trofimovich
commit: 90849b75e3833c15bbc59ebfa686eff018b506c0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:29:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90849b75

dev-perl/Test2-Plugin-NoWarnings: stable 0.60.0 for hppa, bug #717060

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

 dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild 
b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
index e9c12652290..6fcd8d40930 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fail if tests warn"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: b3ac326000835e1c46a7b3e109e02d093071821a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:27:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ac3260

dev-python/pyftpdlib: stable 1.5.5-r1 for hppa, bug #699756

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

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

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild
index 4334c5f51c9..845efe957de 100644
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="examples ssl test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 171d24ef439e50c52937b17def54f8d8434dfd7a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:30:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171d24ef

dev-perl/Text-Template: stable 1.530.0 for hppa, bug #717060

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

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index 63889554cc7..e14e91ff3b1 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: e8785749e1336d152335a6e6e9e3a05025f42237
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:25:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8785749

dev-perl/Test-Inter: stable 1.90.0 for hppa, bug #717060

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

 dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild 
b/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild
index 5071c1d8a21..71093845b3e 100644
--- a/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild
+++ b/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Framework for more readable interactive test scripts"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: b70573dc7a2c710986ee9eaec5d8dccc25f60a19
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:31:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70573dc

dev-perl/XML-LibXML: stable 2.20.100 for hppa, bug #717060

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

 dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
index 81aea050ee2..05066b6e60a 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl binding for libxml2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: 6202d788644315d48e4e2cb7f15150c5da4dede3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 16:37:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6202d788

dev-perl/DateTime: stable 1.440.0 for hppa, bug #717060

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

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

diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild 
b/dev-perl/DateTime/DateTime-1.440.0.ebuild
index 8474ca86f4e..cb2d0e94e5f 100644
--- a/dev-perl/DateTime/DateTime-1.440.0.ebuild
+++ b/dev-perl/DateTime/DateTime-1.440.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A date and time object"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: cf445442deffc17faa855d5db2355ff5518cd6a0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:39:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf445442

dev-perl/Params-ValidationCompiler: mark 0.260.0 hppa, bug #717060

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

 .../Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild
index 4fcef1f0918..30ea0a67cb4 100644
--- 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild
+++ 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build an optimized subroutine parameter validator once, use it 
forever"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-material/

2020-04-12 Thread Andrew Ammerlaan
commit: ef03e6fcfa53298be977a764d5299375ea765002
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Apr 12 18:27:42 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 12 18:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef03e6fc

dev-python/mkdocs-material: version bump 5.1.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/mkdocs-material/Manifest   | 2 +-
 .../{mkdocs-material-5.0.2.ebuild => mkdocs-material-5.1.0.ebuild}| 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index a2c6b45..4d4673d 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,3 +1,3 @@
 DIST mkdocs-material-4.6.3.tar.gz 1701136 BLAKE2B 
b3e68c0c751c37e7910fad99daa222706b48cd63bfb28a18b9ae96840691eb28b0948fb02810af4ed9e54407ec9e67478371bf31ce7c044d52596d65aea3
 SHA512 
11f02b8c89ec25bc38825a7614ca7a276a28c270f23dcbd991c69fced03810e65d45a74f0c3cc0d8e686985499f23c4d0f0e57e063f5b97b3870809b748dd544
 DIST mkdocs-material-5.0.0_rc2.tar.gz 1852974 BLAKE2B 
0cd56bd11df50a6628b6fddc3758037218ca1b5d9484b8ffe9d67d40c4ebda51bdb96edc10f08c87fb936b3a852616004994bad2e000b00936e62e25ce3e7e81
 SHA512 
29e1d8dcc972302302fdd5b91f0c7bc191420ff1c2ea117fd7b45a346623f587771469d04cbf25600e360d6d9c41ca060147269cdfe6c30c0ef9fd5915a70692
-DIST mkdocs-material-5.0.2.tar.gz 2157773 BLAKE2B 
a28718cf883d0f1ca5e010a439afee77fe9c349037a8a84545e00fc4cb2d728bde72aa50d8153c2ca72ff664379962e48bc21d0604ebc007eb27ef77d8339cf7
 SHA512 
7c0b2f50d57f52d69dc66d88454b0d461b3054a115cd17581ce02b86c8c7d328d10562dcd2a3795c39f5308d873a49a0758bb88f33631f2e521c4784ad27ea18
+DIST mkdocs-material-5.1.0.tar.gz 2157737 BLAKE2B 
39afdafaea0d22b22f3ae4be3a024e6312b8c923ab05bb4ed95a85034a55669816237d1bbfa679fe326181238250bbe8ae867c03a0c3a607383363343949144e
 SHA512 
9c4f8ebb14f8e2b333e603aeb8bdcc29a5a57b1ef1f28db98987bd7b62bbdda2e70fde9fed067ceb0bc9e8788aa62200dfcfd86ef74f698367ac54e0a72e8a67

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.0.2.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild
similarity index 84%
rename from dev-python/mkdocs-material/mkdocs-material-5.0.2.ebuild
rename to dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild
index 827091f..8adf87d 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.0.2.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.1.0.ebuild
@@ -27,4 +27,6 @@ RDEPEND="
>=dev-python/markdown-3.2[${PYTHON_USEDEP}]
>=dev-python/mkdocs-1.1[${PYTHON_USEDEP}]
>=dev-python/pygments-2.4[${PYTHON_USEDEP}]
-   >=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]"
+   >=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-material-extensions-1.0_beta1[${PYTHON_USEDEP}]
+"



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

2020-04-12 Thread Sergei Trofimovich
commit: 5228ab99d0eeb64a9aeb44580a58f29dbe840b20
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:38:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5228ab99

dev-perl/Specio: stable 0.420.0 for hppa, bug #717060

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

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

diff --git a/dev-perl/Specio/Specio-0.420.0.ebuild 
b/dev-perl/Specio/Specio-0.420.0.ebuild
index af51417c247..4a468d0e489 100644
--- a/dev-perl/Specio/Specio-0.420.0.ebuild
+++ b/dev-perl/Specio/Specio-0.420.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: f111ed56197cac67ee4e7d13b6fe3ab1dc5652d0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:24:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f111ed56

dev-perl/Test-CleanNamespaces: stable 0.240.0 for hppa, bug #717060

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

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild 
b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index b365f7107a8..9dc5428a9ed 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] data/api:master commit in: files/

2020-04-12 Thread Patrick McLean
commit: 6aa9fc548d3ff7ced7582a344a77689fcbda223a
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Apr 12 18:23:34 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 12 18:24:06 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=6aa9fc54

uid-gid.txt: Add UID/GID for dnsmasq 275

Signed-off-by: Patrick McLean  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index c8566eb..9c897e1 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -213,6 +213,7 @@ spire   271 271 acct
 plugdev-   272 acct
 bacula 273 273 acct
 dnsmasq_exporter   274 274 acct
+dnsmasq275 275 acct
 netdata290 290 acct
 x2gouser   291 291 acct
 x2goprint  292 292 acct



  1   2   3   >