[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2020-05-04 Thread Matt Turner
commit: 7e392bb6998dfb726f72b3c7bddcedbce685261c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  5 05:20:15 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  5 05:20:15 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7e392bb6

catalyst: Remove never-used "crosscompile"

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

 catalyst/base/stagebase.py | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 80cc16f2..951500d8 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -111,15 +111,9 @@ class StageBase(TargetBase, ClearBase, GenBase):
 chroot = 'chroot'
 self.settings["CHROOT"] = chroot
 
-self.settings["crosscompile"] = \
-build != host and not chroot.startswith('setarch')
-
 log.notice('Using target: %s', self.settings['target'])
 # Print a nice informational message
-if self.settings["crosscompile"]:
-log.info('Cross-compiling on %s for different machine type %s',
- build, host)
-elif chroot.startswith('setarch'):
+if chroot.startswith('setarch'):
 log.info('Building on %s for alternate personality type %s',
  build, host)
 else:



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

2020-05-04 Thread Zac Medico
commit: 9db1be6404ade038930e3c496d08c837950243d6
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May  5 04:39:23 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May  5 04:42:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db1be64

app-text/calibre: Bump to version 4.15.0

Reported-by: Per Pomsel  gmx.net>
Closes: https://bugs.gentoo.org/720900
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-4.15.0.ebuild | 274 +
 2 files changed, 275 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index b5bf4def9c2..a668a6e02a3 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,3 +1,4 @@
 DIST calibre-4.11.2.tar.xz 37045372 BLAKE2B 
7d76d45afd9228d6346daefaf4ee7cbf4d3281379c96d0ae63b3073b6b5ed055bd2eca0ae728f1471460e3aa8cf9b3afa3e489c4c2f02c6849b39b94e2c2023a
 SHA512 
64f1779ea16e2aedbc91e815b015ffbcfcc2d50035dddc9b33588007ceeeaa5cf4cca84b40fbc9c5808e9b6dab3b04047f37505815120a1e66650447363672f2
 DIST calibre-4.12.0.tar.xz 36823140 BLAKE2B 
b8dd24152b79790c8d22d3c0aa9482f69250fe177499e01c6c0564bf31946d0266a2e3053549f037c7ea7626b18a27798097bfbe0caf93f97585d4869c475ab9
 SHA512 
628308273b507ee2557cd089e5c7b77f8304c1728b9aadfe5493b22042bdcf2da4c07652a6432121b5dd432807bcda21fabb81c37e59f87d24ace52539f3244c
+DIST calibre-4.15.0.tar.xz 37033864 BLAKE2B 
fbb8965f438b438e0274fd8fbd23b633fb39bf3d746b0d8d1947e54cb6a21e39346031be6723adc1ecb83b4145562ec8a1e36805b96bad00451c0afbccb8d570
 SHA512 
d06bebe672864b2270a76f097f353aa727a3918d1c87766c9dbad615a6225621bb12d4040c1001415d188b15f1b7c068e77fec7964f4bf26e83ad7f3609bcc04
 DIST calibre-4.9.1.tar.xz 37529656 BLAKE2B 
5d703ca0c398b43cc26a54e0628d0fe938c6a5027a4fd0c9cac83944e5143eb08439bf79b2098182be7727eaa042748f17866788b02c7744178dce131f6b1d1e
 SHA512 
bf06aa3cbc8d255934f3f7f3ce20b4798edf107ed9f822943d2b4ae7d95473842928ed79f8ba7571f7e0ebdc267c441916d543d5b7630aae5cb151bcc3184b71

diff --git a/app-text/calibre/calibre-4.15.0.ebuild 
b/app-text/calibre/calibre-4.15.0.ebuild
new file mode 100644
index 000..0191479d6be
--- /dev/null
+++ b/app-text/calibre/calibre-4.15.0.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="https://calibre-ebook.com/;
+SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="ios +udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/hunspell-1.7:=
+   >=app-text/podofo-0.9.6_pre20171027:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2=
+   dev-libs/hyphen:=
+   >=dev-libs/icu-57.1:=
+   dev-libs/libinput:=
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
+   $(python_gen_cond_dep '
+   >=dev-python/apsw-3.25.2_p1[${PYTHON_MULTI_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/chardet-3.0.3[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/css-parser-1.0.4[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_MULTI_USEDEP}]
+   dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/feedparser-5.2.1[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/html2text-2019.8.11[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/html5-parser-0.4.9[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/lxml-3.8.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/markdown-3.0.1[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/mechanize-0.3.5[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/msgpack-0.5.6[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/netifaces-0.10.5[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pillow-3.2.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/psutil-4.3.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pygments-2.3.1[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_MULTI_USEDEP}]
+   
>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_MULTI_USEDEP}]
+   >=dev-python/PyQtWebEngine-5.12[${PYTHON_MULTI_USEDEP}]
+ 

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

2020-05-04 Thread Richard Yao
commit: d0bd604f6b4e61fbb8459ca5217be44ad427b8f7
Author: Richard Yao  gentoo  org>
AuthorDate: Tue May  5 03:39:07 2020 +
Commit: Richard Yao  gentoo  org>
CommitDate: Tue May  5 03:40:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bd604f

app-emulation/crossover-bin: Update dependencies

 * Fixed missing libtiff dependency.
 * Fixed incorrect dependency on OpenSSL. Crossover switched to gnutls.
 * Fixed incorrect handling of broken pcap dependency.
 * Added warning for systems without OpenCL properly configured.
 * USE=vulkan is now on by default.
 * A few fixes were backported to the earlier 18.5.0-r1 package

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

 .../crossover-bin/crossover-bin-18.5.0-r1.ebuild   |  9 --
 ...9.0.1.ebuild => crossover-bin-19.0.1-r1.ebuild} | 35 ++
 2 files changed, 35 insertions(+), 9 deletions(-)

diff --git a/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild 
b/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild
index e103a45516a..ccf4360c42c 100644
--- a/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild
+++ b/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crosso
 LICENSE="CROSSOVER-3"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal 
+opencl +opengl +png +scanner +ssl +v4l"
+IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms ldap +mp3 +nls +openal +opencl 
+opengl +pcap +png scanner +ssl +v4l +vulkan"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RESTRICT="bindist test"
 
@@ -52,7 +52,6 @@ RDEPEND="${DEPEND}
>=dev-python/pygtk-2.10:2[${PYTHON_MULTI_USEDEP}]
dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
')
-   dev-util/desktop-file-utils
!app-emulation/crossover-office-pro-bin
!app-emulation/crossover-office-bin
capi? ( net-libs/libcapi[abi_x86_32(-)] )
@@ -70,13 +69,17 @@ RDEPEND="${DEPEND}
virtual/glu[abi_x86_32(-)]
virtual/opengl[abi_x86_32(-)]
)
+   pcap? ( net-libs/libpcap[abi_x86_32(-)] )
png? ( media-libs/libpng:0[abi_x86_32(-)] )
scanner? ( media-gfx/sane-backends[abi_x86_32(-)] )
-   ssl? ( dev-libs/openssl:0[abi_x86_32(-)] )
+   ssl? ( net-libs/gnutls:0/30[abi_x86_32(-)] )
v4l? ( media-libs/libv4l[abi_x86_32(-)] )
+   vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)] )
+   dev-util/desktop-file-utils
media-libs/alsa-lib[abi_x86_32(-)]
media-libs/freetype:2[abi_x86_32(-)]
media-libs/mesa[abi_x86_32(-)]
+   media-libs/tiff:0[abi_x86_32(-)]
sys-auth/nss-mdns[abi_x86_32(-)]
sys-apps/util-linux[abi_x86_32(-)]
sys-libs/ncurses-compat:5[abi_x86_32(-)]

diff --git a/app-emulation/crossover-bin/crossover-bin-19.0.1.ebuild 
b/app-emulation/crossover-bin/crossover-bin-19.0.1-r1.ebuild
similarity index 85%
rename from app-emulation/crossover-bin/crossover-bin-19.0.1.ebuild
rename to app-emulation/crossover-bin/crossover-bin-19.0.1-r1.ebuild
index 9c18f4311c8..e3e7f205d8a 100644
--- a/app-emulation/crossover-bin/crossover-bin-19.0.1.ebuild
+++ b/app-emulation/crossover-bin/crossover-bin-19.0.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crosso
 LICENSE="CROSSOVER-3"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE="+capi +cups doc +gphoto2 +gsm gstreamer +jpeg +lcms +ldap +mp3 +nls 
osmesa +openal +opencl +opengl +pcap +png +scanner +ssl +v4l vulkan"
+IUSE="+capi +cups doc +gphoto2 +gsm +gstreamer +jpeg +lcms ldap +mp3 +nls 
osmesa +openal +opencl +opengl +pcap +png +scanner +ssl +v4l +vulkan"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RESTRICT="bindist test"
@@ -78,7 +78,7 @@ RDEPEND="${DEPEND}
pcap? ( net-libs/libpcap[abi_x86_32(-)] )
png? ( media-libs/libpng:0[abi_x86_32(-)] )
scanner? ( media-gfx/sane-backends[abi_x86_32(-)] )
-   ssl? ( dev-libs/openssl:0[abi_x86_32(-)] )
+   ssl? ( net-libs/gnutls:0/30[abi_x86_32(-)] )
v4l? ( media-libs/libv4l[abi_x86_32(-)] )
vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)] )
dev-libs/gobject-introspection
@@ -86,6 +86,7 @@ RDEPEND="${DEPEND}
media-libs/alsa-lib[abi_x86_32(-)]
media-libs/freetype:2[abi_x86_32(-)]
media-libs/mesa[abi_x86_32(-),osmesa?]
+   media-libs/tiff:0[abi_x86_32(-)]
sys-auth/nss-mdns[abi_x86_32(-)]
sys-apps/util-linux[abi_x86_32(-)]
sys-libs/ncurses-compat:5[abi_x86_32(-)]
@@ -191,10 +192,8 @@ src_install() {
fi
# It tries to load libpcap as packaged in Debian, 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657900
if use pcap; then
-   bbe -e 's/libpcap.so.0.8/libpcap.so.1.9.1/' 
"${ED}/opt/cxoffice/lib/wine/wpcap.dll.so" >tmp || 

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

2020-05-04 Thread Mike Gilbert
commit: 8751d193b291e925c462b1e1cf0d08d2753ed52d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May  5 03:07:23 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May  5 03:07:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8751d193

app-misc/gtypist: do a full eautoreconf

Signed-off-by: Mike Gilbert  gentoo.org>

 app-misc/gtypist/gtypist-2.9.5-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-misc/gtypist/gtypist-2.9.5-r1.ebuild 
b/app-misc/gtypist/gtypist-2.9.5-r1.ebuild
index dc5ae156662..eb03eaca169 100644
--- a/app-misc/gtypist/gtypist-2.9.5-r1.ebuild
+++ b/app-misc/gtypist/gtypist-2.9.5-r1.ebuild
@@ -36,8 +36,7 @@ PATCHES=(
 
 src_prepare() {
default
-
-   eaclocal && eautomake
+   eautoreconf
 }
 
 src_configure() {



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

2020-05-04 Thread Mike Gilbert
commit: b7994d5cdc2b80af2eb16799c020be54c26bef90
Author: Arjan Adriaanse  adriaan  se>
AuthorDate: Mon May  4 02:38:13 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May  5 03:06:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7994d5c

app-misc/gtypist: fix crash and upgrade EAPI

Closes: https://bugs.gentoo.org/698764
Signed-off-by: Arjan Adriaanse  adriaan.se>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15639

 app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch   | 15 +++
 .../{gtypist-2.9.5.ebuild => gtypist-2.9.5-r1.ebuild}   | 17 +
 2 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch 
b/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch
new file mode 100644
index 000..736a031aa41
--- /dev/null
+++ b/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch
@@ -0,0 +1,15 @@
+diff --git a/configure.ac b/configure.ac
+index 8742d93..e350926 100644
+--- a/configure.ac
 b/configure.ac
+@@ -56,8 +56,8 @@ else
+"further information. On Debian/Ubuntu you need to install 
libncursesw5-dev."
+exit 1;
+ fi
+-AC_SEARCH_LIBS(cbreak, tinfo, [],
+-  [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfo])])
++AC_SEARCH_LIBS(cbreak, tinfow, [],
++  [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfow])])
+ 
+ 
+ # iconv

diff --git a/app-misc/gtypist/gtypist-2.9.5.ebuild 
b/app-misc/gtypist/gtypist-2.9.5-r1.ebuild
similarity index 83%
rename from app-misc/gtypist/gtypist-2.9.5.ebuild
rename to app-misc/gtypist/gtypist-2.9.5-r1.ebuild
index 0ecb2e7fd22..dc5ae156662 100644
--- a/app-misc/gtypist/gtypist-2.9.5.ebuild
+++ b/app-misc/gtypist/gtypist-2.9.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils elisp-common
+EAPI=7
+inherit elisp-common autotools
 
 DESCRIPTION="Universal typing tutor"
 HOMEPAGE="https://www.gnu.org/software/gtypist/;
@@ -27,8 +27,17 @@ src_unpack() {
unpack ${P}.tar.xz
 }
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8.3-xemacs-compat.patch
+
+   # solution from https://bugs.gentoo.org/698764#c0
+   "${FILESDIR}"/${PN}-2.9.5-link-infow.patch
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.8.3-xemacs-compat.patch
+   default
+
+   eaclocal && eautomake
 }
 
 src_configure() {



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/

2020-05-04 Thread Azael Reyes
commit: 6fa5df857ff6e321101f388d8a5f96e677f3addd
Author: Azael Reyes  gmail  com>
AuthorDate: Tue May  5 02:34:01 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Tue May  5 02:34:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa5df85

app-misc/apidb: adding package

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

 app-misc/apidb/Manifest|  1 +
 app-misc/apidb/apidb-4.3.0_beta.ebuild | 37 ++
 app-misc/apidb/metadata.xml|  8 
 3 files changed, 46 insertions(+)

diff --git a/app-misc/apidb/Manifest b/app-misc/apidb/Manifest
new file mode 100644
index 000..e5501fc
--- /dev/null
+++ b/app-misc/apidb/Manifest
@@ -0,0 +1 @@
+DIST 4.3.0-beta.2.tar.gz 168416 BLAKE2B 
a3c6e948d0227c6bfc1e030111c0c31fe89ebc294f283246f3446d611ae4d4353534c9270dac40fb46b9189d8ea42ab0f10c2e2d783af8499442c207bd76e3dd
 SHA512 
efc0733ea683a47a2e10e97a53ea6ed378aa152b191d7689529a9acfe0866c7aefec2987b9094c4874c4966ae5869a133a5b194de8e99af338282ff30f2586ad

diff --git a/app-misc/apidb/apidb-4.3.0_beta.ebuild 
b/app-misc/apidb/apidb-4.3.0_beta.ebuild
new file mode 100644
index 000..fc6b572
--- /dev/null
+++ b/app-misc/apidb/apidb-4.3.0_beta.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils
+DESCRIPTION="API Generator for Database acces."
+HOMEPAGE="https://github.com/azaeldevel/apidb;
+SRC_URI="https://github.com/azaeldevel/apidb/archive/4.3.0-beta.2.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/libxml2 dev-libs/boost sys-devel/bison sys-devel/flex 
x11-libs/gtk+ dev-libs/libtar dev-db/mariadb dev-libs/octetos-db-maria 
media-gfx/imagemagick"
+
+src_unpack() {
+   unpack ${A}
+   ln -s apidb-4.3.0-beta.2 $P
+   ls
+}
+src_prepare(){
+   sed -i 's/lib/${LIBDIR}/' src/CMakeLists.txt || die
+   #sed -i 's/lib/${LIBDIR}/' src/mysql-reader-c++/CMakeLists.txt  || die
+   sed -i 's/lib/${LIBDIR}/' src/mariadb-reader-c++/CMakeLists.txt  || die
+cmake-utils_src_prepare
+}
+src_configure() {
+local mycmakeargs=(-DCMAKE_BUILD_TYPE=Debug -DAPIDB_VERSION_STAGE=betarelease 
-DAPIDB_MARIADB=Y -Wno-dev)
+cmake-utils_src_configure
+}
+src_compile(){
+cmake-utils_src_compile
+}
+src_install(){
+cmake-utils_src_install
+}

diff --git a/app-misc/apidb/metadata.xml b/app-misc/apidb/metadata.xml
new file mode 100644
index 000..3a36ca4
--- /dev/null
+++ b/app-misc/apidb/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   azael.de...@gmail.com
+   Azael Reyes
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-db-maria/

2020-05-04 Thread Azael Reyes
commit: 42d83b50519bec1556f3a807a3cad9a991dd51c3
Author: Azael Reyes  gmail  com>
AuthorDate: Tue May  5 02:27:44 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Tue May  5 02:27:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42d83b50

dev-libs/octetos-db-maria: adding package

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

 dev-libs/octetos-db-maria/Manifest |  1 +
 dev-libs/octetos-db-maria/metadata.xml |  8 ++
 .../octetos-db-maria-1.2.2_beta.ebuild | 29 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-libs/octetos-db-maria/Manifest 
b/dev-libs/octetos-db-maria/Manifest
new file mode 100644
index 000..6ff0c8c
--- /dev/null
+++ b/dev-libs/octetos-db-maria/Manifest
@@ -0,0 +1 @@
+DIST 1.2.2-alpha.6.tar.gz 91810 BLAKE2B 
9c274928564e61e20ba5d553c41b588333b0abc52d6d964eb8c39e225a72d19c6b6cf953d94240245bad72e318edfce30662d1ed59fd0edf42159794c6be6952
 SHA512 
cde9aa8dc8552f5c4d10bef9908dc514e5cecfba73f3b67bd817e9818f84e665cc506648e15fe47dcd5ab0a8ae4943340e258c5a4b2b7546e65fb38455956c45

diff --git a/dev-libs/octetos-db-maria/metadata.xml 
b/dev-libs/octetos-db-maria/metadata.xml
new file mode 100644
index 000..3a36ca4
--- /dev/null
+++ b/dev-libs/octetos-db-maria/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   azael.de...@gmail.com
+   Azael Reyes
+   
+

diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild 
b/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild
new file mode 100644
index 000..69205c9
--- /dev/null
+++ b/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DESCRIPTION="C++ library for Database Acces."
+HOMEPAGE="https://github.com/azaeldevel/octetos-db;
+SRC_URI="https://github.com/azaeldevel/octetos-db/archive/1.2.2-alpha.6.tar.gz;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="dev-libs/octetos-core dev-db/mariadb-connector-c"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+src_unpack() {
+   unpack ${A}
+   ln -s octetos-db-1.2.2-alpha.6 $P
+}
+src_configure() {
+   autoreconf -fi
+   if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then
+   econf --with-mariadb
+   fi
+}
+src_compile() {
+   if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
+   emake || die "emake failed"
+   fi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/

2020-05-04 Thread Azael Reyes
commit: 3ad2cf0a863d9eca1d7c1482004f04260b6d6563
Author: Azael Reyes  gmail  com>
AuthorDate: Tue May  5 02:14:51 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Tue May  5 02:14:51 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ad2cf0a

dev-libs/octetos-core: adding package

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

 dev-libs/octetos-core/Manifest |  1 +
 .../octetos-core/octetos-core-2.2.1_beta.ebuild| 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
index f83f0ce..23fa44e 100644
--- a/dev-libs/octetos-core/Manifest
+++ b/dev-libs/octetos-core/Manifest
@@ -1,3 +1,4 @@
 DIST 1.2.2-br.tar.gz 121036 BLAKE2B 
7dabc3013432ce5b7fd612a0b1634ebe5943a53de9031ccb7d7fd8fff95dd79f2d35553ec4b6b50e790bb115c762022c6f5d64d2525997e7af80bc7272d902ff
 SHA512 
c7aef25a9547a202908a69679df42b8f7a988c3cbf8f87d1941aa6fb623d3979412900e97a41e3024d708dbd9cd968cecf57aa6f2ff20669c1e3e29947bd5571
 DIST 2.0.0-alpha.2.tar.gz 122978 BLAKE2B 
9ed7fcb95b9c2f85072bf73ac92710eaa9eb4c82e053f5f9b95220df47721ed115a2eeb32de9a19217cc97ad7b09797c03319df06bde3697a10ab81766d0bfa1
 SHA512 
fd35a35ddf18b869e393add16b237e7a489674b51b49ce6816367d95a0a8573dda90ac4e8c64ec35267e1192d63890b1a479ee7e5bb7162aa3c1858708fd95dd
 DIST 2.2.0-beta.3.tar.gz 123176 BLAKE2B 
f87131deccefce76a7fefb0e829564c166f01f316c54bd56e1283999434db809cb54be2278e1653dcb3a01a371b09b08fd95decf1b361c1515e5decf3609453d
 SHA512 
10f70c02b7c0012f1dab31e96aa3337dccc662c51a31c2ad186b6e76815afa8645f3f2370d6eaa788cdbbded416bc36b53e1971005cca49ee10c0d8e6baac239
+DIST 2.2.1-beta.1.tar.gz 123179 BLAKE2B 
f31f1870c3467c02f2b7653dd81abdf44e1c8ab821d8ec404f0a9ddb296438caa631dd586c62727eb9ecaf83452a2b0923f2a72323e5a49e895b99b9296e409f
 SHA512 
408569368b3dc2257149ad4c25c07a8deb3176fc6b08a003c98e59386ece3adcf0a45198b3802e3c0c1f537d4feb30703d5997f5bcae4e9d9e708829da46a843

diff --git a/dev-libs/octetos-core/octetos-core-2.2.1_beta.ebuild 
b/dev-libs/octetos-core/octetos-core-2.2.1_beta.ebuild
new file mode 100644
index 000..77d1004
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.2.1_beta.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
+HOMEPAGE="https://github.com/azaeldevel/octetos-core;
+SRC_URI="https://github.com/azaeldevel/octetos-core/archive/2.2.1-beta.1.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/gcc-8.1
+   >=sys-devel/bison-3.1
+   dev-libs/libconfig
+"
+
+src_unpack() {
+   default
+   ln -s octetos-core-2.2.1-beta.1 "${P}"
+}
+
+src_prepare() {
+   eautoreconf -fi
+   eapply_user
+}
+
+src_configure() {
+   if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then
+   econf
+   fi
+}
+
+src_compile() {
+   if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
+   emake || die "emake failed"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/

2020-05-04 Thread Brian Evans
commit: 5126edf6fb6bc22cf94d5f576134a8f2ab9a2763
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May  5 01:43:25 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May  5 01:43:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5126edf6

dev-php/igbinary: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/igbinary/Manifest |  2 --
 dev-php/igbinary/igbinary-2.0.8.ebuild| 26 --
 dev-php/igbinary/igbinary-3.0.1-r1.ebuild | 26 --
 dev-php/igbinary/igbinary-3.1.0.ebuild| 26 --
 4 files changed, 80 deletions(-)

diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index c3df5de27a9..9484395f4d5 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1,4 +1,2 @@
-DIST igbinary-2.0.8.tar.gz 189726 BLAKE2B 
c4691cda07095c3907fc1caf86b1ba5a066a4d3cc4ca7274b9c825e1dd299ec6240bd703152510428cff8b7ca59571bc478a8679033c6fb852e54bae697d3180
 SHA512 
0161e05b246a3b749213fffafd74265e337fc657ea5e1390507a48865e9434aa3ac7e73bd9d04bfef0d8ceeae222a95cb9490d4705ad2b4607b3eaf2d05962c6
 DIST igbinary-3.0.1.tar.gz 170957 BLAKE2B 
2250ef228b059d5d87615412ffae3242cd757df25dc9a1bfe2a4d1dc33a417a4389abb2ab613359537a6ee3947526caded0ec584049e3d42669532b4a930afc9
 SHA512 
4930670ecdc1796fa73184e8f12bf570f7b1a43cb422cede056ccd1ca28fc950b00a9418519c59a9c07e346a89153b6b105e873fcfccb1365d43d4abf98804da
-DIST igbinary-3.1.0.tar.gz 210822 BLAKE2B 
ecc662ca5d1f762dfc5d8e660a7ce7caa1ea2c26e42326d55072d20c4310cc67e977ceab5dd7b8adb331b7ebd63b84aecaf0af2c722e72866b44d3d25ae48d24
 SHA512 
7b20048b2923ebf760b9743cd08aab04b90f02f3e6ddf840e829db9e6c5335cf936a5218b1590b31b1b553e7748e393d3aee83214b83532b722f4590a36f5b38
 DIST igbinary-3.1.2.tar.gz 212162 BLAKE2B 
c88de3abc274d0fce20a13604b51c30dcb4259a1bbfd6b6bc15abbec5b48d9c4735cd023575b9f9f2b1c81a6188676bb39032d72165eb872dc83b6daf27d16da
 SHA512 
617442e1fc437d12666b1172ca2ae34a4d7377bff8b1d00194a159260213179e65e7e2f755a1583d2b299e3b0e90374b9021cd61ec7ac67e64018153e77af8c5

diff --git a/dev-php/igbinary/igbinary-2.0.8.ebuild 
b/dev-php/igbinary/igbinary-2.0.8.ebuild
deleted file mode 100644
index 3fc5e30a289..000
--- a/dev-php/igbinary/igbinary-2.0.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( CREDITS NEWS README.md )
-PHP_EXT_ECONF_ARGS=( --enable-${PN} )
-
-USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
-
-inherit php-ext-source-r3
-
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
-HOMEPAGE="https://github.com/igbinary/igbinary;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""

diff --git a/dev-php/igbinary/igbinary-3.0.1-r1.ebuild 
b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild
deleted file mode 100644
index d0b2edbed8a..000
--- a/dev-php/igbinary/igbinary-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( CREDITS NEWS README.md )
-PHP_EXT_ECONF_ARGS=( --enable-${PN} )
-
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
-HOMEPAGE="https://github.com/igbinary/igbinary;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-#IUSE=""
-
-#DEPEND=""
-#RDEPEND=""

diff --git a/dev-php/igbinary/igbinary-3.1.0.ebuild 
b/dev-php/igbinary/igbinary-3.1.0.ebuild
deleted file mode 100644
index e50a7e5bec7..000
--- a/dev-php/igbinary/igbinary-3.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( CREDITS NEWS README.md )
-PHP_EXT_ECONF_ARGS=( --enable-${PN} )
-
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
-HOMEPAGE="https://github.com/igbinary/igbinary;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-#IUSE=""
-
-#DEPEND=""
-#RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/

2020-05-04 Thread Brian Evans
commit: c265bb538377c459a807ee68b7a38f12e825fa07
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May  5 01:46:45 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May  5 01:46:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c265bb53

dev-php/xdebug: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/xdebug/Manifest|  3 ---
 dev-php/xdebug/xdebug-2.6.1.ebuild | 40 
 dev-php/xdebug/xdebug-2.9.2.ebuild | 42 --
 dev-php/xdebug/xdebug-2.9.3.ebuild | 42 --
 4 files changed, 127 deletions(-)

diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index 576ef62cc5a..cb5578b4712 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/Manifest
@@ -1,5 +1,2 @@
-DIST xdebug-2.6.1.tgz 283961 BLAKE2B 
4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73
 SHA512 
31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
-DIST xdebug-2.9.2.tar.gz 432926 BLAKE2B 
3d524e5a1aec0621389970e80cdc23dfd40a17113ad09294de65290531cac1b33cbc248be341e0c29d9ebb825be25dd6d6b65b9ebcca0c2c3ca43784d2bf9d50
 SHA512 
ef1780f34572ea47de7e107b5120a0ec640e0ce4ec2a1c98c128c4f69ec9916879d82b11d2eb94d9630ed27b2d20afec7ccda9f79040d47dbaba9e191d03
-DIST xdebug-2.9.3.tar.gz 434509 BLAKE2B 
dd6a42518e9100db32a4858f131fc5cd8f6ed715bbf16a8d20fbba40b7503a897dd6d010af81d0001301b999a64b5d67b193c72a456e396b54ddd61823556d57
 SHA512 
ec77a036e622a867d4ef46aa844d4d3a2b9ce04c8ce64300451f50539c9889dd10cec96b18292268540e2aee0260caeffbd9fa03abd24891b4c9fe68d02598d5
 DIST xdebug-2.9.4.tar.gz 434622 BLAKE2B 
bd0d0c6a46867ffba88693f142346d11b5abfab3254c549b74ff9169536c42903b1fb1cb94c3344060590b63e287878ea05c6ef7ad8343234bada3857e0dbe75
 SHA512 
cf19fb9fd12c32e04c18f296694d0667dfe6e14617da932804d17526c88ab19dd2307ad43d036a8c0cb1f871a964523473879da8815f346faf83ec3b9e3952e3
 DIST xdebug-2.9.5.tar.gz 434947 BLAKE2B 
08fd7cc92880c9b00180d495341fc7e54998cf3c2294b824d94c3c4ed982ae5b087084b776bcc4f8f4e1aa420396c803d330bc76748cf972cccab4e3f1416d38
 SHA512 
2a937d08468d3a2963559a56bdf9c9aa6ede3f0ee63797aa14831bcab33a5ede65b87791171a0c794eefdfcffa65bb4d0c06b5377fe03ade65f4defa6e328c72

diff --git a/dev-php/xdebug/xdebug-2.6.1.ebuild 
b/dev-php/xdebug/xdebug-2.6.1.ebuild
deleted file mode 100644
index 2b843ff635a..000
--- a/dev-php/xdebug/xdebug-2.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PHP_EXT_NAME="xdebug"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
-PHP_EXT_INIFILE="2.6.0-xdebug.ini"
-
-USE_PHP="php7-0 php7-1 php7-2"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-inherit php-ext-source-r3
-
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-
-DESCRIPTION="A PHP debugging and profiling extension"
-HOMEPAGE="http://www.xdebug.org/;
-SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz;
-LICENSE="Xdebug"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   ~dev-php/xdebug-client-${PV}"
-DOCS=( README.rst CREDITS )
-PHP_EXT_ECONF_ARGS=()
-
-pkg_postinst() {
-   ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
-   ewarn "installed as a dependency, and not all users will want xdebug to 
be"
-   ewarn "enabled by default. If you want to enable it, you should edit 
the"
-   ewarn "ini file and set xdebug.default_enable to 1. Alternatively you 
can"
-   ewarn "call xdebug_enable() in your code."
-}

diff --git a/dev-php/xdebug/xdebug-2.9.2.ebuild 
b/dev-php/xdebug/xdebug-2.9.2.ebuild
deleted file mode 100644
index 95745e2c779..000
--- a/dev-php/xdebug/xdebug-2.9.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PHP_EXT_NAME="xdebug"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="yes"
-PHP_EXT_INIFILE="2.6.0-xdebug.ini"
-
-USE_PHP="php7-2 php7-3 php7-4"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="A PHP debugging and profiling extension"
-HOMEPAGE="https://xdebug.org/;
-# Using tarball from GitHub for tests
-#SRC_URI="https://pecl.php.net/get/${PN}-${MY_PV}.tgz;
-SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="Xdebug"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   ~dev-php/xdebug-client-${PV}"
-DOCS=( README.rst CREDITS )
-PHP_EXT_ECONF_ARGS=()
-
-pkg_postinst() {
-   ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
-   ewarn "installed as a dependency, and not all users will want xdebug to 
be"
-   ewarn "enabled by 

[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/

2020-05-04 Thread Brian Evans
commit: e0df88d73cd2c18fefd281349296b258a2b921a1
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May  5 01:47:53 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May  5 01:47:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0df88d7

dev-php/xdebug-client: drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/xdebug-client/Manifest   |  3 --
 dev-php/xdebug-client/xdebug-client-2.6.1.ebuild | 29 -
 dev-php/xdebug-client/xdebug-client-2.9.2.ebuild | 40 
 dev-php/xdebug-client/xdebug-client-2.9.3.ebuild | 40 
 4 files changed, 112 deletions(-)

diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index 576ef62cc5a..cb5578b4712 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -1,5 +1,2 @@
-DIST xdebug-2.6.1.tgz 283961 BLAKE2B 
4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73
 SHA512 
31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
-DIST xdebug-2.9.2.tar.gz 432926 BLAKE2B 
3d524e5a1aec0621389970e80cdc23dfd40a17113ad09294de65290531cac1b33cbc248be341e0c29d9ebb825be25dd6d6b65b9ebcca0c2c3ca43784d2bf9d50
 SHA512 
ef1780f34572ea47de7e107b5120a0ec640e0ce4ec2a1c98c128c4f69ec9916879d82b11d2eb94d9630ed27b2d20afec7ccda9f79040d47dbaba9e191d03
-DIST xdebug-2.9.3.tar.gz 434509 BLAKE2B 
dd6a42518e9100db32a4858f131fc5cd8f6ed715bbf16a8d20fbba40b7503a897dd6d010af81d0001301b999a64b5d67b193c72a456e396b54ddd61823556d57
 SHA512 
ec77a036e622a867d4ef46aa844d4d3a2b9ce04c8ce64300451f50539c9889dd10cec96b18292268540e2aee0260caeffbd9fa03abd24891b4c9fe68d02598d5
 DIST xdebug-2.9.4.tar.gz 434622 BLAKE2B 
bd0d0c6a46867ffba88693f142346d11b5abfab3254c549b74ff9169536c42903b1fb1cb94c3344060590b63e287878ea05c6ef7ad8343234bada3857e0dbe75
 SHA512 
cf19fb9fd12c32e04c18f296694d0667dfe6e14617da932804d17526c88ab19dd2307ad43d036a8c0cb1f871a964523473879da8815f346faf83ec3b9e3952e3
 DIST xdebug-2.9.5.tar.gz 434947 BLAKE2B 
08fd7cc92880c9b00180d495341fc7e54998cf3c2294b824d94c3c4ed982ae5b087084b776bcc4f8f4e1aa420396c803d330bc76748cf972cccab4e3f1416d38
 SHA512 
2a937d08468d3a2963559a56bdf9c9aa6ede3f0ee63797aa14831bcab33a5ede65b87791171a0c794eefdfcffa65bb4d0c06b5377fe03ade65f4defa6e328c72

diff --git a/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild
deleted file mode 100644
index cc129cdbb63..000
--- a/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
-HOMEPAGE="http://www.xdebug.org/;
-SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz;
-LICENSE="Xdebug"
-SLOT="0"
-IUSE="libedit"
-
-S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
-
-DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0="
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf $(use_with libedit)
-}
-
-src_install() {
-   newbin debugclient xdebug
-}

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.2.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.2.ebuild
deleted file mode 100644
index ad1c2866a29..000
--- a/dev-php/xdebug-client/xdebug-client-2.9.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-MY_PN="xdebug"
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-inherit autotools
-
-DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
-HOMEPAGE="https://xdebug.org/;
-# Using tarball from GitHub for tests
-#SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz;
-SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
-LICENSE="Xdebug"
-SLOT="0"
-IUSE="libedit"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}/debugclient"
-
-DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_with libedit)
-}
-
-src_install() {
-   newbin debugclient xdebug
-}

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.3.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.3.ebuild
deleted file mode 100644
index ad1c2866a29..000
--- a/dev-php/xdebug-client/xdebug-client-2.9.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-MY_PN="xdebug"
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-inherit autotools
-

[gentoo-commits] repo/user/ssnb:master commit in: app-misc/cartao-cidadao-git/, app-misc/cartao-cidadao-git/files/

2020-05-04 Thread Samuel Bernardo
commit: ced4677d4d9145b40e653a4574fc0fd827a90ab8
Author: Samuel Bernardo  gmail  com>
AuthorDate: Tue May  5 01:32:49 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Tue May  5 01:32:49 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=ced4677d

Update cartao-cidadao-git with latest version and cleanup old version files

Signed-off-by: Samuel Bernardo  gmail.com>

 app-misc/cartao-cidadao-git/Manifest   |  12 +--
 .../cartao-cidadao-git-3.0.20.ebuild   |  94 -
 .../cartao-cidadao-git-3.1.0.ebuild|  29 ---
 .../cartao-cidadao-git/files/Makefile.gnu.patch|  17 
 .../files/XSECDOMUtils.hpp.patch   |  12 ---
 .../files/XadesSignature.cpp.3.0.16.patch  |  30 ---
 .../files/XadesSignature.cpp.patch |  38 -
 .../files/dlgQndPinpadInfo.cpp.patch   |  20 -
 .../cartao-cidadao-git/files/extras-3.0.16.tar.gz  | Bin 93414 -> 0 bytes
 .../cartao-cidadao-git/files/extras-3.0.20.tar.gz  | Bin 133120 -> 0 bytes
 .../cartao-cidadao-git/files/pteid-mw.pro.patch|  20 +
 app-misc/cartao-cidadao-git/files/qmake.patch  |  17 
 12 files changed, 41 insertions(+), 248 deletions(-)

diff --git a/app-misc/cartao-cidadao-git/Manifest 
b/app-misc/cartao-cidadao-git/Manifest
index cd06f92..fd5cd0e 100644
--- a/app-misc/cartao-cidadao-git/Manifest
+++ b/app-misc/cartao-cidadao-git/Manifest
@@ -1,12 +1,4 @@
-AUX Makefile.gnu.patch 592 BLAKE2B 
417e9fd33f4ba6897f4ddbcd8ec6e53e2bc50e2f854188e1698ada8c9e2e0ea6bbdf5fbf40ddd11e653ec024abdd9fd37f091b38afcbabef7ed445c98ee3ce75
 SHA512 
8da9359d93fbd4a2ed6df8a58f15228ba13ee7117634e024c2ea759ee046b5ba255d374143b087b506a32d21f44c2cad63b2af95a6834ad051d52e0b5b8aa9cb
-AUX XSECDOMUtils.hpp.patch 536 BLAKE2B 
5ea81c2ef978ab408ece58fc068ab972251bd74b0d163c184169ec96064446d5a3781ca11b918ded7f1af9e04b9ab872a817dfdf45a54cd69326c346fa7fe153
 SHA512 
7ae206233ef95c5e0cd3c6e00dd8d47db81b85c1ee99bbf01c0dff143b8dcf2394a4c211eccb7a8f8fb1c3a2c78d624883865017d7f9a9118fcff9bd03564c66
-AUX XadesSignature.cpp.3.0.16.patch 1005 BLAKE2B 
756f629c778a3c5330631ea786395b4f5c41e5b41ff49d6f22f874a98d6c3bab9be8c46990896e67107f8d00bdbec79f4dd0dd543aa1043664c824f73d883163
 SHA512 
09070ccb55b7b4cc311cb84924dbf791e3b7584aeb7c66cdde8cf5e940169930e8b3f8a4be30fd224b2293ca91ba7e5a13351b3a5fb6ce81d1741ba2120d61e8
-AUX XadesSignature.cpp.patch 1260 BLAKE2B 
db162abcf4011fc99f6cbf09d70fb5109370b1a75057ad6a7f54dac357f748e144ea5a3585bfd4bbfc3f4d8cfa617137673a3e742208257661eeb12c18ca2d81
 SHA512 
0d216324c9bba7497aa1af1498bfc2f4bd048d5ba73b8c5479925a4df7f4950a07130b1285abf6928a36fac723b30943b777e1a9ce9213ab3651b94e0f56dca8
-AUX dlgQndPinpadInfo.cpp.patch 813 BLAKE2B 
47f0f20e56102ee6eeb65209ad9a11544101e7f03bec7d37cfbab35788066daf8afaa915193ce9b61fc566f30b5826fee3ebfb20d647d620b30ec4751221a4fa
 SHA512 
b8ddccf85b652fc28f9fea77016da45b1c2c6122a03e3ee3de6a558c552e60cca29a3009f8197f687a1aed65dedf77573c497267cffd297d3481afd05ededd72
-AUX extras-3.0.16.tar.gz 93414 BLAKE2B 
6f4f30fd6a0f7da8b0daef4bef0012085053d857a06fc811d2f4c534346cf66e91c9d02caa6807de4390a79bec8d4cded904a5b6a16eb34c2c064651d4dc8fa1
 SHA512 
c660421575bcf6e7af50e1e585a3f309e3e0ee855ec81ecc2bee87f42b395b7c817f264e3d4d74a81b98ad6bbf3c89b7c7abe1f7cf23df2ae998639bcb6bd1ae
-AUX extras-3.0.20.tar.gz 133120 BLAKE2B 
7743858d88359d05eae39e1f4e4589714d98fcace12b20d83c23619af37d76b72b63725196ccee5e815a2dfcafb0436bc2c3e40ac6ef2ebca59bc54d1a2c417d
 SHA512 
f7b1cd11e45e170d307de800fc92ea29c5fba7a2f8cae06079b813b9441f70a89bb0ccaae6769bf42007549eed45f6261028dcd6e147fcce9bfaec45bf62867a
-AUX qmake.patch 468 BLAKE2B 
2f91848f33b7d94de801e65d4a97dc3c030701888043df444e10a464f0d796dd7f5f9fc55feef2b8fa175fa984fe4b5f460b6268cce5e7d63d0de78b106deaaf
 SHA512 
ff8ed18d0748e04b1041c7b189a93dfe6674273e677ec86676187b2323ca794d61424204ec8c395c1f5b603c5dd6c346ae2db1cf9886fb42550a827f50c55d34
+AUX pteid-mw.pro.patch 440 BLAKE2B 
3e46d395af741f23adb860dffa5a4c36e6ea40e6ac2bb8d43025d427c401df3ae4a8493296050f24a776aad82e2670d2d277c0cc10946fe5d3b8e3ccb446849a
 SHA512 
cf89b8c9f5494dbe48a6738077df1a9f9fabb269af837772527c607a2050500679b2230cf7638073f463acc52455c0e7210a2fa58a0eb39f88ebaec08b872cc8
 DIST Autenticacao.gov_Ubuntu_20_x64.deb 2395212 BLAKE2B 
4895d47a446df2dacefd2376e2fea0fb1b1dbbd6e402f14ccffd35b98ce7c5554d59ff5bcaafb02b2939af0afe7ac95ae8e39f77e640ef9d2ce0745d21b359ed
 SHA512 
dd412985b97b2461d648a9b186fbee022ce34f5b4589d5756165309e56de6c09e564d151e412ab26785ffe17f4dd67ab5d60021e598c6e48ecfd34a05f4da6f1
-EBUILD cartao-cidadao-git-3.0.20.ebuild 2075 BLAKE2B 
31d6e41f432f00381f5a42e51012a7e6dfb7a5e713dbb80768d57b0cbd9625e1c228cff70ec0cf2e6851b1db53975436d7980ea68c6539b870dce2efff936186
 SHA512 
cd8a240dfdaa8fdd7e142e60512dd27c9f32ff60db61a3236081ea2ff160588f64dabe7cda6cfffefdcb2a976bd61e384104f09400345b31d3ba32b86fd5699b
-EBUILD cartao-cidadao-git-3.1.0.ebuild 3263 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-lzf/

2020-05-04 Thread Brian Evans
commit: e8228399a3fa62a78e9cc26a862dfec3ed76f552
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May  5 01:19:08 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May  5 01:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8228399

dev-php/pecl-lzf: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-lzf/Manifest  |  1 -
 dev-php/pecl-lzf/pecl-lzf-1.6.6.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-php/pecl-lzf/Manifest b/dev-php/pecl-lzf/Manifest
index 735e2502d8a..2383f03c4d7 100644
--- a/dev-php/pecl-lzf/Manifest
+++ b/dev-php/pecl-lzf/Manifest
@@ -1,3 +1,2 @@
-DIST LZF-1.6.6.tgz 17603 BLAKE2B 
8aab6327234b590e3b1bc22d3bf9545cd41d79ea260f73c8c6599fd88de8963e556cd71bdccdc6dfce825e24f4e1b2af477476acc1f6b184586ace7e15b28104
 SHA512 
a049ce5df065eb9c4d3046822f659f929ff4f270c4d80c5d0bcd44679d69524e7ee23e98931fca9f36a566ae023827eb47b66ce651ce6d0f6fbe0643692e7ef4
 DIST LZF-1.6.7.tgz 17999 BLAKE2B 
c7ee3049d7bcc862a400edf56e19745667052c32b2d3faaa26cb55f811e6721b7140446e676467fa5cee3ea87a751b6b0a2a9c6df203227d1bd29f31842e8514
 SHA512 
920a7d3bd0f0c9f1019a3180e38482ead24610a4a235d967d1f4010101e6f777a2450d517f2d3440edb45bb6a7f6d1012124b1b59aa7c34f9a17fdc93613acab
 DIST LZF-1.6.8.tgz 18071 BLAKE2B 
83a12c44c02145baac75bc7b5172b09a6a15d4d02852f25d56ea97cf58a83709d59d56cb12be7df510fd687fd5ade760939527ee8151d3ecdb4407b7be2022e3
 SHA512 
c35543a40b2b44da4bd60e3142ba6ecf33e3460a8ea9f4f7fe6cdc4d728048593b33c423195d58707355975d655f614249642aff2d9b810af0e6a34d42fa1c43

diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.6.ebuild 
b/dev-php/pecl-lzf/pecl-lzf-1.6.6.ebuild
deleted file mode 100644
index 1ee9a72e34d..000
--- a/dev-php/pecl-lzf/pecl-lzf-1.6.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="lzf"
-PHP_EXT_PECL_PKG="LZF"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="This package handles LZF de/compression"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/

2020-05-04 Thread Brian Evans
commit: 46a645015e0bd1389cbc144c7e1d99a79cf23122
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May  5 01:16:05 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May  5 01:16:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a64501

dev-php/pecl-eio: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-eio/Manifest |  1 -
 dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest
index 6d123d5ad82..a7cfe5a8314 100644
--- a/dev-php/pecl-eio/Manifest
+++ b/dev-php/pecl-eio/Manifest
@@ -1,2 +1 @@
-DIST eio-2.0.2.tgz 74005 BLAKE2B 
e09f540753f2c607b95de9c3f390fc0c31ad2a34fda99aac86f057b2e664e49aded0b5f3e491138af60d00828ee9ff13f09958177e9cfed2b254473b1f814da9
 SHA512 
9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384
 DIST eio-2.0.4.tgz 74118 BLAKE2B 
0228f0ca91ed6410614242e7ea1ddadaa1d1aa8211b3ea6f730c0711e4339bc158d661c5addee685d750a51e654874d35a04cf011d2a02ad06ab3f249b893753
 SHA512 
a74464752af5792c527b9149a7edff574952cac0b5b09e1e7ff3b7c0a2cc88ab171d916d94d508b9f92aa40bd5262a5b9f8d4ba239908f13ebcb89c6513da4d0

diff --git a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild 
b/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild
deleted file mode 100644
index ed19c8deb05..000
--- a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PHP_EXT_NAME="eio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README.md )
-
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="PHP-3.01"
-
-DESCRIPTION="PHP wrapper for libeio library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="debug"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)"
-   php-ext-source-r3_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/

2020-05-04 Thread Brian Evans
commit: cf1220188dba91988c920963c9aa234a51a0e1ee
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May  5 01:24:13 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May  5 01:24:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf122018

dev-php/pecl-yaz: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-yaz/Manifest |  1 -
 dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-php/pecl-yaz/Manifest b/dev-php/pecl-yaz/Manifest
index 965b1c9bf6e..e23f2509034 100644
--- a/dev-php/pecl-yaz/Manifest
+++ b/dev-php/pecl-yaz/Manifest
@@ -1,2 +1 @@
-DIST yaz-1.2.2.tgz 20131 BLAKE2B 
7aa0729ba6033870099ed7c0d4961eac02d74d5aed6c7a58c0ccf59f57401cd7b438594c388ffc7c7b9d73cfc9f1c466c718ad685cc638651a9ac4e605b38ed5
 SHA512 
cb90d4ac9fcdadcb9215f7b795657dd3fdff69f2b2d399beb2afa6327a0be733d2a563863e2ca861182eadcc2faccfbe64e72d108662afc68d393a6bc5cc4bb2
 DIST yaz-1.2.3.tgz 20059 BLAKE2B 
3fbf6d57e8519f6d363dbf308cb6ba259098521ae352f8886e8e12ca2a0d8119eaa31fc30301aea6979b32c6c321c4de0ad63ebe72e8f52cbb630d7f136f3e60
 SHA512 
5e6ebccac05fa44b0758b6817530e8cb436e45ead659f6a5029383515213bcce8c8cc7ceb8ef5ff4ec2335ad5c3009c6ccf8786116b115c24a013329d107bd7a

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild 
b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild
deleted file mode 100644
index 62628afaecf..000
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="yaz"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README )
-
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/yaz-3.0.2:0="
-RDEPEND="${DEPEND}"
-
-PHP_EXT_ECONF_ARGS="--with-yaz=/usr"



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

2020-05-04 Thread Matthew Thode
commit: 9d92e22b4be937f4bf3ac4382cd8dcdf9a56411d
Author: John Helmert III  gmail  com>
AuthorDate: Tue May  5 00:29:16 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May  5 01:03:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d92e22b

dev-python/lesscpy: Fix license

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: John Helmert III  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/lesscpy/lesscpy-0.13.0.ebuild 
b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
index 669434fc444..1aa5850ae1c 100644
--- a/dev-python/lesscpy/lesscpy-0.13.0.ebuild
+++ b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="A compiler written in Python for the LESS 
language"
 HOMEPAGE="https://pypi.org/project/lesscpy/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE="Apache-2.0"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"



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

2020-05-04 Thread Matthew Thode
commit: ed01f305cf305bf4f7fb4297d4f58920bf9f13eb
Author: John Helmert III  gmail  com>
AuthorDate: Tue May  5 00:11:23 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May  5 01:03:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed01f305

dev-python/lesscpy: Add 0.14.0 with python3_{7,8}

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: John Helmert III  gmail.com>
Bug: https://bugs.gentoo.org/719042
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/lesscpy/Manifest  |  1 +
 dev-python/lesscpy/lesscpy-0.14.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest
index 593519935d2..b4b7969084e 100644
--- a/dev-python/lesscpy/Manifest
+++ b/dev-python/lesscpy/Manifest
@@ -1 +1,2 @@
 DIST lesscpy-0.13.0.tar.gz 157854 BLAKE2B 
2a06827233e5142249298c75d323ffaed2cf497f5ddf86023e65235417f3fb970e66a6b112e9eeb38f24868ab98a6d4b9bcb0cf8a53a2121fff44098fdde459a
 SHA512 
227db8212a386b06f288140d09b7505ae43bc6221396fa2d154a6d7f0831cf1ff005d9818fd85fb3804103b725b60827cf56a29930c2de928546ab0dcf3d5877
+DIST lesscpy-0.14.0.tar.gz 186505 BLAKE2B 
6c7f4691c352573d081436d5f31ddacbd6b054810f07feafaf654a5c401d98c3274f86f03f68534f661b79bff3d708eb09bfdc0e3b9e800b7e2091060e64c370
 SHA512 
333015e3d4169fafedf0c295d12d5f0eadb8bea2576d147f1461e5854638b0501ea3038a945924efd81629b66dcc7ffcd3fabd12933529cb5fd4b962e87fe2c3

diff --git a/dev-python/lesscpy/lesscpy-0.14.0.ebuild 
b/dev-python/lesscpy/lesscpy-0.14.0.ebuild
new file mode 100644
index 000..a1000444dda
--- /dev/null
+++ b/dev-python/lesscpy/lesscpy-0.14.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+RESTRICT="!test? ( test )"
+
+DESCRIPTION="A compiler written in Python for the LESS language"
+HOMEPAGE="https://pypi.org/project/lesscpy/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -v || die "tests failed under ${EPYTHON}"
+}



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

2020-05-04 Thread Matt Turner
commit: c42997017faedd211b9522eb0633996245ecd2b9
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  5 00:44:28 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  5 00:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4299701

dev-util/catalyst: Update dependencies

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

 dev-util/catalyst/catalyst-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index a9b0c858e54..89afd4a5529 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.ebuild
@@ -37,9 +37,8 @@ RDEPEND="
>=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
app-arch/lbzip2
app-arch/tar[xattr]
-   app-misc/zisofs-tools
sys-fs/dosfstools
-   >=sys-fs/squashfs-tools-2.1
+   sys-fs/squashfs-tools-ng
ccache? ( dev-util/ccache )
 
iso? (



[gentoo-commits] proj/catalyst:master commit in: targets/livecd-stage2/, targets/support/, targets/netboot/, targets/embedded/

2020-05-04 Thread Matt Turner
commit: 0131e9a0ae180cbb755ed7354b0a833b2b45a8d3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:42:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:42:54 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0131e9a0

targets: Remove unused source filesystem-functions.sh

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

 targets/embedded/controller.sh  | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 targets/netboot/controller.sh   | 1 -
 targets/support/bootloader-setup.sh | 1 -
 targets/support/create-iso.sh   | 1 -
 targets/support/netboot-final.sh| 1 -
 6 files changed, 6 deletions(-)

diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
index 7e33ed49..e40a913f 100755
--- a/targets/embedded/controller.sh
+++ b/targets/embedded/controller.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
 case ${1} in
enter)

diff --git a/targets/livecd-stage2/controller.sh 
b/targets/livecd-stage2/controller.sh
index f9bc7b7e..8ee46d7c 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
 case $1 in
pre-kmerge)

diff --git a/targets/netboot/controller.sh b/targets/netboot/controller.sh
index d6b329e6..f84a32bd 100755
--- a/targets/netboot/controller.sh
+++ b/targets/netboot/controller.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
 case ${1} in
build_packages)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index 1564d74a..d507fe5e 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
 # $1 is the destination root
 

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 44866946..ccfbf4ef 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
 ## START RUNSCRIPT
 

diff --git a/targets/support/netboot-final.sh b/targets/support/netboot-final.sh
index 52b85f05..f71e4099 100755
--- a/targets/support/netboot-final.sh
+++ b/targets/support/netboot-final.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
 extract_kernels ${clst_target_path}/boot
 



[gentoo-commits] proj/catalyst:master commit in: targets/support/, examples/, doc/, targets/embedded/

2020-05-04 Thread Matt Turner
commit: 23e9ea1052e819d0737e020ba1bd48023c4697b0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:14:44 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:41:07 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=23e9ea10

targets: Use gensquashfs instead of mksquashfs

We're using tar2sqfs from squashfs-tools-ng, so let's replace the usage
of mksquashfs (from squashfs-tools) with gensquashfs.

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

 doc/catalyst-spec.5.txt | 4 ++--
 examples/livecd-stage2_template.spec| 2 --
 targets/embedded/fs-runscript.sh| 6 +++---
 targets/support/filesystem-functions.sh | 4 ++--
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index f87bd69e..e269e16d 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -180,8 +180,8 @@ CD.  Possible values are as follows:
 *livecd/fsops*::
 The fsops are a list of optional parameters that can be passed to the
 tool which will create the filesystem specified in *livecd/fstype*
-(example: `-root-owned`).  It is valid for the following fstypes:
-`squashfs`, `jffs`, `jffs2`, and `cramfs`.
+It is valid for the following fstypes: `squashfs`, `jffs`, `jffs2`,
+and `cramfs`.
 
 *livecd/iso*::
 This is the full path and filename to the ISO image that the

diff --git a/examples/livecd-stage2_template.spec 
b/examples/livecd-stage2_template.spec
index 4cb94d40..3b9ca1da 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -95,8 +95,6 @@ livecd/fstype:
 # The fsops are a list of optional parameters that can be passed to the tool
 # which will create the filesystem specified in livecd/fstype.  It is valid for
 # the following fstypes: squashfs, jffs, jffs2, cramfs
-# example:
-# livecd/fsops: -root-owned
 livecd/fsops:
 
 # The cdtar is essentially the bootloader for the CD.  It also holds the main

diff --git a/targets/embedded/fs-runscript.sh b/targets/embedded/fs-runscript.sh
index 8d5abab1..4746a909 100755
--- a/targets/embedded/fs-runscript.sh
+++ b/targets/embedded/fs-runscript.sh
@@ -32,9 +32,9 @@ case ${1} in
;;
 
squashfs)
-   fs_check /usr/bin/mksquashfs squashfs sys-fs/squashfs-tools
-   mksquashfs ${root_fs_path} ${clst_image_path}/root.img \
-   ${clst_embedded_fs_ops} || \
+   fs_check /usr/bin/gensquashfs squashfs sys-fs/squashfs-tools-ng
+   gensquashfs -D ${root_fs_path} -q ${clst_embedded_fs_ops} \
+   ${clst_image_path}/root.img ||
die "Could not create a squashfs filesystem"
;;
 

diff --git a/targets/support/filesystem-functions.sh 
b/targets/support/filesystem-functions.sh
index 0c144ba8..a4d31b4e 100755
--- a/targets/support/filesystem-functions.sh
+++ b/targets/support/filesystem-functions.sh
@@ -55,8 +55,8 @@ create_noloop() {
 create_squashfs() {
echo "Creating squashfs..."
export loopname="image.squashfs"
-   mksquashfs "${clst_destpath}" "$1/${loopname}" ${clst_fsops} -noappend \
-   || die "mksquashfs failed, did you emerge squashfs-tools?"
+   gensquashfs -D "${clst_destpath}" -q ${clst_fsops} "$1/${loopname}" \
+   || die "gensquashfs failed, did you emerge squashfs-tools-ng?"
 }
 
 create_jffs() {



[gentoo-commits] proj/catalyst:master commit in: targets/stage4/, targets/support/

2020-05-04 Thread Matt Turner
commit: 6f0a3315dd29b6260868b5469da815cff7d7bbd0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:50:24 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:43:00 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6f0a3315

targets: Remove unused extract_kernel()

Evidently the answer to "Do we need this one?" is... not at least since
2006.

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

 targets/stage4/controller.sh |  2 --
 targets/support/functions.sh | 32 
 2 files changed, 34 deletions(-)

diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
index 85db8c1b..7ca3e9bc 100755
--- a/targets/stage4/controller.sh
+++ b/targets/stage4/controller.sh
@@ -30,8 +30,6 @@ case $1 in
delete_from_chroot /tmp/linuxrc
 
extract_modules ${clst_chroot_path} ${clst_kname}
-   # Do we need this one?
-#  extract_kernel ${clst_chroot_path}/boot ${clst_kname}
;;
 
build_packages)

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index ac6710ad..dd9e6b12 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -184,35 +184,3 @@ extract_modules() {
echo "Can't find kernel modules tarball at ${kmodules}.  
Skipping"
fi
 }
-extract_kernel() {
-   # $1 = Destination
-   # $2 = kname
-
-   
kbinary="${clst_chroot_path}/tmp/kerncache/${2}-kernel-initrd-${clst_version_stamp}.tar.bz2"
-   [ ! -e "${kbinary}" ] && die "Can't find kernel tarball at ${kbinary}"
-   mkdir -p ${1}/
-   tar -I lbzip2 -xf ${kbinary} -C ${1}/
-   # change config name from "config-*" to "gentoo", for example
-   #mv ${1}/config-* ${1}/${2}-config
-   rm ${1}/config-*
-
-   # change kernel name from "kernel" to "gentoo", for example
-   if [ -e ${1}/kernel-* ]
-   then
-   mv ${1}/kernel-* ${1}/${2}
-   fi
-   if [ -e ${1}/vmlinuz-* ]
-   then
-   mv ${1}/vmlinuz-* ${1}/${2}
-   fi
-
-   # change initrd name from "initrd" to "gentoo.igz", for example
-   if [ -e ${1}/initrd-* ]
-   then
-   mv ${1}/initrd-* ${1}/${2}.igz
-   fi
-   if [ -e ${1}/initramfs-* ]
-   then
-   mv ${1}/initramfs-* ${1}/${2}.igz
-   fi
-}



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/, examples/, targets/support/, doc/, targets/embedded/

2020-05-04 Thread Matt Turner
commit: 9ad9eed7833829cc1150d715d48ea32539a5848a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:28:58 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:41:16 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9ad9eed7

targets: Drop most fstypes

This removes support for various file systems from the embedded target
(a target for producing images for embedded systems, as far as I
understand) and for ISOs. For ISOs, squashfs is great and everyone uses
it -- it provides better performance from a CD than the alternatives
like zisofs, normal, or noloop. See [1] for performance data of squashfs
vs other methods.

For embedded, it's unclear whether the target is used at all. There are
some very old specs in releng.git that use 'rel_type: embedded', but I'm
not sure if the target is used at all these days. To that end, I've
asked in #gentoo-embedded if anyone uses it. I've removed what I believe
to be the file system options that don't provide any value, leaving
jffs2 for now.

[1] https://elinux.org/Squash_Fs_Comparisons

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

 catalyst/base/stagebase.py  |   4 +-
 doc/catalyst-spec.5.txt |   9 +--
 examples/livecd-stage2_template.spec|   8 +--
 targets/embedded/fs-runscript.sh|  15 -
 targets/support/create-iso.sh   | 114 +++-
 targets/support/filesystem-functions.sh |  65 --
 targets/support/functions.sh|  14 
 targets/support/target_image_setup.sh   |  20 --
 8 files changed, 58 insertions(+), 191 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 7c82029a..bb008744 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -386,10 +386,10 @@ class StageBase(TargetBase, ClearBase, GenBase):
 del self.settings[self.settings["spec_prefix"] + "/fstype"]
 
 if "fstype" not in self.settings:
-self.settings["fstype"] = "normal"
+self.settings["fstype"] = "squashfs"
 for x in self.valid_values:
 if x == self.settings["spec_prefix"] + "/fstype":
-log.info('%s/fstype is being set to the default of 
"normal"',
+log.info('%s/fstype is being set to the default of 
"squashfs"',
  self.settings['spec_prefix'])
 
 def set_fsops(self):

diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index e269e16d..40453e0f 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -170,18 +170,11 @@ Filesystem
 *livecd/fstype*::
 The fstype is used to determine what sort of CD we should build.  This
 is used to set the type of loopback filesystem that we will use on our
-CD.  Possible values are as follows:
-  `squashfs`;; This gives the best compression, but requires a kernel patch.
-  `zisofs`;; This uses in-kernel compression and is supported on all platforms.
-  `normal`;; This creates a loop without compression.
-  `noloop`;; This copies the files to the CD directly, without using a
- loopback.
+CD.  The only possible value is `squashfs`.
 
 *livecd/fsops*::
 The fsops are a list of optional parameters that can be passed to the
 tool which will create the filesystem specified in *livecd/fstype*
-It is valid for the following fstypes: `squashfs`, `jffs`, `jffs2`,
-and `cramfs`.
 
 *livecd/iso*::
 This is the full path and filename to the ISO image that the

diff --git a/examples/livecd-stage2_template.spec 
b/examples/livecd-stage2_template.spec
index 3b9ca1da..e9758909 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -83,18 +83,14 @@ kerncache_path:
 
 # The fstype is used to determine what sort of CD we should build.  This is
 # used to set the type of loopback filesystem that we will use on our CD.
-# Possible options are as follows:
-# squashfs - This gives the best compression, but requires a kernel patch.
-# zisofs - This uses in-kernel compression and is supported on all platforms.
-# normal - This creates a loop without compression.
-# noloop - This copies the files to the CD directly, without using a loopback.
+# Possible options are as follows: squashfs
 # example:
 # livecd/fstype: squashfs
 livecd/fstype:
 
 # The fsops are a list of optional parameters that can be passed to the tool
 # which will create the filesystem specified in livecd/fstype.  It is valid for
-# the following fstypes: squashfs, jffs, jffs2, cramfs
+# the following fstypes: squashfs
 livecd/fsops:
 
 # The cdtar is essentially the bootloader for the CD.  It also holds the main

diff --git a/targets/embedded/fs-runscript.sh b/targets/embedded/fs-runscript.sh
index 4746a909..fb17d3ba 100755
--- a/targets/embedded/fs-runscript.sh
+++ b/targets/embedded/fs-runscript.sh
@@ -13,32 +13,17 @@ fs_check() {
 }
 
 case ${1} in
-   jffs)
-   fs_check 

[gentoo-commits] proj/catalyst:master commit in: targets/support/

2020-05-04 Thread Matt Turner
commit: 8d3c16b80b554541166ae52adfc38fb1823f2f25
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:47:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:42:54 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8d3c16b8

targets: Remove unused run_crossdev() function

Has never been used in its entire existence.

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

 targets/support/functions.sh | 4 
 1 file changed, 4 deletions(-)

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index daf6f190..601f5dc9 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -238,7 +238,3 @@ check_filesystem_type(){
;;
esac
 }
-
-run_crossdev() {
-   crossdev ${clst_CHOST}
-}



[gentoo-commits] proj/catalyst: Branch deleted: pending/mattst88

2020-05-04 Thread Matt Turner
commit: 
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  5 00:39:10 2020 +

Branch deleted: pending/mattst88




[gentoo-commits] proj/catalyst:master commit in: targets/support/

2020-05-04 Thread Matt Turner
commit: 029f7879f84e515887edcc8fc97e287ec413a7ba
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:46:52 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:43:00 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=029f7879

targets: Inline functions with one caller

Inline check_bootargs and check_filesystem_type since they have only one
caller (in a different file).

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

 targets/support/bootloader-setup.sh | 21 +++--
 targets/support/functions.sh| 22 --
 2 files changed, 19 insertions(+), 24 deletions(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index d507fe5e..d3a6b2dc 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -19,8 +19,25 @@ else
 fi
 
 extract_kernels $1/boot
-check_bootargs
-check_filesystem_type
+
+# Add any additional options
+if [ -n "${clst_livecd_bootargs}" ]
+then
+   for x in ${clst_livecd_bootargs}
+   do
+   cmdline_opts="${cmdline_opts} ${x}"
+   done
+fi
+
+case ${clst_fstype} in
+   squashfs)
+   cmdline_opts="${cmdline_opts} looptype=squashfs 
loop=/image.squashfs"
+   ;;
+   jffs2)
+   cmdline_opts="${cmdline_opts} looptype=jffs2 loop=/image.jffs2"
+   ;;
+esac
+
 
 default_append_line="root=/dev/ram0 init=/linuxrc ${cmdline_opts} 
${custom_kopts} cdroot"
 [ -n "${clst_splash_theme}" ] && default_append_line="${default_append_line} 
splash=silent,theme:${clst_livecd_splash_theme} CONSOLE=/dev/tty1 quiet"

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index 601f5dc9..ac6710ad 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -216,25 +216,3 @@ extract_kernel() {
mv ${1}/initramfs-* ${1}/${2}.igz
fi
 }
-
-check_bootargs(){
-   # Add any additional options
-   if [ -n "${clst_livecd_bootargs}" ]
-   then
-   for x in ${clst_livecd_bootargs}
-   do
-   cmdline_opts="${cmdline_opts} ${x}"
-   done
-   fi
-}
-
-check_filesystem_type(){
-   case ${clst_fstype} in
-   squashfs)
-   cmdline_opts="${cmdline_opts} looptype=squashfs 
loop=/image.squashfs"
-   ;;
-   jffs2)
-   cmdline_opts="${cmdline_opts} looptype=jffs2 
loop=/image.jffs2"
-   ;;
-   esac
-}



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2020-05-04 Thread Matt Turner
commit: df366b28049fd58f4371942cb53279f03b771855
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  1 06:40:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:42:54 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=df366b28

targets: Inline filesystem-functions.sh

Inline create_squashfs and create_jffs2 since they're called only from
one place (in a different file).

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

 targets/support/filesystem-functions.sh | 19 ---
 targets/support/target_image_setup.sh   | 20 ++--
 2 files changed, 6 insertions(+), 33 deletions(-)

diff --git a/targets/support/filesystem-functions.sh 
b/targets/support/filesystem-functions.sh
deleted file mode 100755
index d82be45a..
--- a/targets/support/filesystem-functions.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# Dont forget to update functions.sh  check_looptype
-# $1 is the target directory for the filesystem
-
-create_squashfs() {
-   echo "Creating squashfs..."
-   export loopname="image.squashfs"
-   gensquashfs -D "${clst_destpath}" -q ${clst_fsops} "$1/${loopname}" \
-   || die "gensquashfs failed, did you emerge squashfs-tools-ng?"
-}
-
-create_jffs2(){
-   echo "Creating jffs2..."
-   export loopname="image.jffs"
-   # fs_check /usr/sbin/mkfs.jffs2 jffs2 sys-fs/mtd
-   mkfs.jffs2 --root=${clst_destpath} --output=$1/${loopname} 
${clst_fsops} \
-   || die "Could not create a jffs2 filesystem"
-}

diff --git a/targets/support/target_image_setup.sh 
b/targets/support/target_image_setup.sh
index 423dc4c4..fdc4a234 100755
--- a/targets/support/target_image_setup.sh
+++ b/targets/support/target_image_setup.sh
@@ -1,25 +1,17 @@
 #!/bin/bash
 
 source ${clst_shdir}/support/functions.sh
-source ${clst_shdir}/support/filesystem-functions.sh
 
-# Make the directory if it doesnt exist
-mkdir -p $1
+mkdir -p "${1}"
 
-loopret=1
+echo "Creating ${clst_fstype} filesystem"
 case ${clst_fstype} in
squashfs)
-   create_squashfs $1
-   loopret=$?
+   gensquashfs -D "${clst_destpath}" -q ${clst_fsops} 
"${1}/image.squashfs" \
+   || die "Failed to create squashfs filesystem"
;;
jffs2)
-   create_jffs2 $1
-   loopret=$?
+   mkfs.jffs2 --root="${clst_destpath}" --output="${1}/image.jffs" 
"${clst_fsops}" \
+   || die "Failed to create jffs2 filesystem"
;;
 esac
-
-if [ ${loopret} = "1" ]
-then
-   die "Filesystem not setup"
-fi
-exit $loopret



[gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/base/, targets/support/, targets/stage2/, doc/

2020-05-04 Thread Matt Turner
commit: 0d40bd703e447d660f9e16d27d633700648fff25
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  2 01:25:55 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 02:43:00 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0d40bd70

catalyst: Replace target_portdir with repo_basedir+repo_name

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

 catalyst/base/stagebase.py | 12 +---
 catalyst/defaults.py   |  2 +-
 doc/catalyst-config.5.txt  | 10 +-
 targets/stage2/chroot.sh   |  2 +-
 targets/support/livecdfs-update.sh |  2 +-
 5 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index bb008744..80cc16f2 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -192,7 +192,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 self.mount = MOUNT_DEFAULTS.copy()
 
 self.mount['portdir']['source'] = self.snapshot
-self.mount['portdir']['target'] = self.settings['target_portdir']
+self.mount['portdir']['target'] = self.settings['repo_basedir'] + '/' 
+ self.settings['repo_name']
 self.mount['distdir']['source'] = self.settings['distdir']
 self.mount["distdir"]['target'] = self.settings['target_distdir']
 
@@ -803,7 +803,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
 make_profile = Path(self.settings['chroot_path'] + 
self.settings['port_conf'],
 'make.profile')
 make_profile.unlink()
-make_profile.symlink_to(Path('../..' + self.settings['target_portdir'],
+make_profile.symlink_to(Path('../..' + self.settings['repo_basedir'],
+ self.settings['repo_name'],
  'profiles',
  self.settings['target_profile']),
 target_is_directory=True)
@@ -1056,7 +1057,12 @@ class StageBase(TargetBase, ClearBase, GenBase):
   ' '.join(myuseexpandvars[hostuseexpand]) + '"\n')
 
 # Write non-default PORTDIR/DISTDIR/PKGDIR settings to make.conf
-for x in ['target_portdir', 'target_distdir', 'target_pkgdir']:
+if (self.settings['repo_basedir'], self.settings['repo_name']) != \
+   (confdefaults['repo_basedir'], confdefaults['repo_name']):
+myf.write('PORTDIR="%s/%s"\n' % (self.settings['repo_basedir'],
+ self.settings['repo_name']))
+
+for x in ['target_distdir', 'target_pkgdir']:
 if self.settings[x] != confdefaults[x]:
 varname = x.split('_')[1].upper()
 myf.write(f'{varname}="{self.settings[x]}"\n')

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index bbefa3a8..9d5771d5 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -65,6 +65,7 @@ confdefaults = {
 "pkgdir": "/var/cache/binpkgs",
 "port_tmpdir": "/var/tmp/portage",
 "PythonDir": "./catalyst",
+"repo_basedir": "/var/db/repos",
 "repo_name": "gentoo",
 "repos": "%(storedir)s/repos",
 "sharedir": "/usr/share/catalyst",
@@ -73,7 +74,6 @@ confdefaults = {
 "storedir": "/var/tmp/catalyst",
 "target_distdir": "/var/cache/distfiles",
 "target_pkgdir": "/var/cache/binpkgs",
-"target_portdir": "/var/db/repos/gentoo",
 }
 
 DEFAULT_CONFIG_FILE = '/etc/catalyst/catalyst.conf'

diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
index 11b27d90..d5444b38 100644
--- a/doc/catalyst-config.5.txt
+++ b/doc/catalyst-config.5.txt
@@ -108,6 +108,11 @@ Defaults to the host's DISTDIR.
 The directory in which git repositories exist for use by the snapshot target.
 Defaults to `${storedir}/repos`.
 
+*repo_basedir*::
+The target repository directory to contain the primary repo (e.g.,
+gentoo repo) and any overlays.  The default location is
+`/var/db/repos`.
+
 *repo_name*::
 The name of the main repository (e.g. gentoo). The git repository at
 `${repos}/${repo_name}.git` will be used to produce the portdir sqfs
@@ -123,11 +128,6 @@ Defines the location of binary packages in the target.  
This will be
 written to the target's make.conf if it is not the default value of
 `/var/cache/binpkgs`.
 
-*target_portdir*::
-Defines the location of the main ebuild repository in the target.
-This will be written to the target's make.conf if it is not the
-default value of `/var/db/repos/gentoo`.
-
 Other settings
 ~~
 

diff --git a/targets/stage2/chroot.sh b/targets/stage2/chroot.sh
index aac9a92d..bf98d328 100755
--- a/targets/stage2/chroot.sh
+++ b/targets/stage2/chroot.sh
@@ -9,7 +9,7 @@ export CONFIG_PROTECT="-* /etc/locale.gen"
 echo "$locales" > /etc/locale.gen
 
 ## START BUILD
-${clst_target_portdir}/scripts/bootstrap.sh ${bootstrap_opts} || exit 1

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

2020-05-04 Thread Jonas Stein
commit: a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue May  5 00:16:38 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue May  5 00:16:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c7dcec

dev-ml/ocamlmod: QA Fix SRC_URI

Use variable instead of static URI

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

 dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild | 4 ++--
 dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild 
b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
index 6a49bd4c7cd..d8a4b5c50ad 100644
--- a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
+++ b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit oasis
 
 DESCRIPTION="Generate OCaml modules from source files"
 HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/;
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/ocamlmod-0.0.8.tar.gz;
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/${P}.tar.gz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"

diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild 
b/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild
index 8133a7a466f..29b1d9d7188 100644
--- a/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild
+++ b/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit oasis
 
 DESCRIPTION="Generate OCaml modules from source files"
 HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1702/ocamlmod-0.0.9.tar.gz;
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1702/${P}.tar.gz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"



[gentoo-commits] repo/user/ssnb:master commit in: app-emulation/opennebula/

2020-05-04 Thread Samuel Bernardo
commit: dee81d12abe01af256454e441547f5c31001f186
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon May  4 23:27:45 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon May  4 23:27:45 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=dee81d12

Change feature test in pretend stage

Signed-off-by: Samuel Bernardo  gmail.com>

 app-emulation/opennebula/Manifest | 6 +++---
 app-emulation/opennebula/opennebula-5.10.1.ebuild | 4 +---
 app-emulation/opennebula/opennebula-5.10.3.ebuild | 8 ++--
 app-emulation/opennebula/opennebula-5.10.4.ebuild | 8 ++--
 4 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/app-emulation/opennebula/Manifest 
b/app-emulation/opennebula/Manifest
index 6f011c6..8013697 100644
--- a/app-emulation/opennebula/Manifest
+++ b/app-emulation/opennebula/Manifest
@@ -62,7 +62,7 @@ AUX tmpfiles.d/opennebula.conf 77 BLAKE2B 
9988562b0e36bf74fc67af5a1777eca18b24e0
 DIST opennebula-5.10.1.tar.gz 43207580 BLAKE2B 
de87e839cd772bec769af4a689fed02e81fbdc6fbb35def9ad6344383dc935ebd431137cb194dd3b840965004f4e145ac63443d7034d56a9a6bb19af9030642d
 SHA512 
861293298997c825e94228ea28f0f352db3f56dd28b654be24ca2226edd422fc54cf94665f5ae5cc17dc51d3d52081c936f249b77fc4f8198de6a1ec0006edaf
 DIST opennebula-5.10.3.tar.gz 5694695 BLAKE2B 
09e20f0bcea43a454692c7bc5ac7e167024bc838755a2fed31ef5e4a0dea85f97a4334ec950a0a6c3f16a6d49837262dd7791b02298f58da600f65521de59764
 SHA512 
a0b581a6522054241d61255aba3a1754dd16052b058f0de244a3ec35fd99972aed36fef25d087a2a76566fa0d8c875c9e95766294d80adb4c5491231447ec839
 DIST opennebula-5.10.4.tar.gz 5697792 BLAKE2B 
fde611cbe5b44ee403b57e915253c9ffba267230bf3a54cd466260615918e871aebeae6f17c246a84ef1686df176134acff272c49e6a9b69c8841bc8fab1f1b5
 SHA512 
c509ec4a56b7865d118ab79e08227f0a78d1d899361ea2ae2ea3c6ac6ad3ab4a2a38211a4f5b7abf35ef512674d13ffb19f97286fed63515289e4f9a602f3145
-EBUILD opennebula-5.10.1.ebuild 9430 BLAKE2B 
319ce587d0028529e283120d41ea6d0a10e3ccc883d1387ee0d476428f0033f0b3dfc0afb6a293ac7efcba4d2afd82b291b906a30c52ded98d4b96352ab4d77b
 SHA512 
3b6a9cfc76ec18dedea59009d72ba0a9da675e52c80aa5e70e3a06212f08d778804c425005cfe5f5fbbc387a86d6e52559d480b242ebf6c23697f231c5bce47a
-EBUILD opennebula-5.10.3.ebuild 9516 BLAKE2B 
2af0a6502a9fef0abf6dd2f33228c59d416fd7e1bcc4d3b12ad7330a44e84128dcdf33ddff485a83c1862a8cf0bc63d920722a7e2f6dc48c850052c20e68baac
 SHA512 
c19de4d526661ad372dab6008ad41c54143d4044ca805bddb29b773951cf9c2e49aeb50533ac4f83ccfed392d1eadf72cd63663ed1cbacf6232637f25cac2eff
-EBUILD opennebula-5.10.4.ebuild 9516 BLAKE2B 
2af0a6502a9fef0abf6dd2f33228c59d416fd7e1bcc4d3b12ad7330a44e84128dcdf33ddff485a83c1862a8cf0bc63d920722a7e2f6dc48c850052c20e68baac
 SHA512 
c19de4d526661ad372dab6008ad41c54143d4044ca805bddb29b773951cf9c2e49aeb50533ac4f83ccfed392d1eadf72cd63663ed1cbacf6232637f25cac2eff
+EBUILD opennebula-5.10.1.ebuild 9405 BLAKE2B 
fd6dfefc76da0aaadc993b7ed1593b8826fb642a92797220c9ce6226b846539900f6e7914730decfe57f79514654506e9a1aed76ebd28c1fc797d71ee5a6b2ba
 SHA512 
360d3323e46a1253f6489c696e020ea38e260923d6b0fcb50154b0cb412b4bd3db994365a072915f5a8411032cea12dd8b87fe2f730e418d6742dd7218722a66
+EBUILD opennebula-5.10.3.ebuild 9466 BLAKE2B 
9a95ed8ad71e2c38ce1487ca675510b141cd2c068a19dc7417526d879b8f40413b93c13a6c7fce710b2b8be206d756ff1980a78ebb1518b45b63eec88376b69e
 SHA512 
22019fee74dea1612a3dbc0bfa7c70e97e8dc5e9db32d798f338dd5adb928b559a63a4306e8661f1950c833df75cedae51aa57a557d1f7203913563a9048135d
+EBUILD opennebula-5.10.4.ebuild 9466 BLAKE2B 
9a95ed8ad71e2c38ce1487ca675510b141cd2c068a19dc7417526d879b8f40413b93c13a6c7fce710b2b8be206d756ff1980a78ebb1518b45b63eec88376b69e
 SHA512 
22019fee74dea1612a3dbc0bfa7c70e97e8dc5e9db32d798f338dd5adb928b559a63a4306e8661f1950c833df75cedae51aa57a557d1f7203913563a9048135d
 MISC metadata.xml 931 BLAKE2B 
abb0ecf04eb6fc45f64c5d2d6636591c9d706fbf1902943a80f7e058443787824581219fb8457a83192e4e2b672521609449d4eef78ab677f8c093fe939034b6
 SHA512 
c3770f399572b16601e7eeaf4a1eb4b5eea950ad18239be8719124f60f3edd02da4c7b28b177329d70b0810ee7d8597e522dd62a1bd4c8ea1194acf0d92dfeb2

diff --git a/app-emulation/opennebula/opennebula-5.10.1.ebuild 
b/app-emulation/opennebula/opennebula-5.10.1.ebuild
index 0f31969..3e44fa8 100644
--- a/app-emulation/opennebula/opennebula-5.10.1.ebuild
+++ b/app-emulation/opennebula/opennebula-5.10.1.ebuild
@@ -89,9 +89,7 @@ PATCHES=(
 pkg_pretend() {
if use docker; then
elog "Opennebula releases needs to build docker without network 
sandbox restriction."
-   if [[ "${FEATURES}" == *"network-sandbox"* ]]; then
-   die "Please disable feature network-sandbox: 
-network-sandbox"
-   fi
+   has network-sandbox ${FEATURES} && die "Please disable feature 
network-sandbox: -network-sandbox"
fi
 }
 

diff --git a/app-emulation/opennebula/opennebula-5.10.3.ebuild 
b/app-emulation/opennebula/opennebula-5.10.3.ebuild
index a23a832..aadbf39 100644
--- 

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

2020-05-04 Thread Mike Pagano
commit: b4de4722721008daa3189078448c92872e159118
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon May  4 23:01:51 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon May  4 23:01:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4de4722

sys-kernel/gentoo-sources: Clean-up of the 5.5.X series

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

 sys-kernel/gentoo-sources/Manifest | 12 --
 .../gentoo-sources/gentoo-sources-5.5.15.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.5.16.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.5.17.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.5.18.ebuild| 28 --
 5 files changed, 124 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ca320849295..a82925248fa 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -100,18 +100,6 @@ DIST genpatches-5.4-37.extras.tar.xz 1756 BLAKE2B 
8b5bf7880cd8c8e45aee0be7d29fb5
 DIST genpatches-5.4-38.base.tar.xz 1364272 BLAKE2B 
708fff34d0e5db8971687815f936bb6fcac0049fdb8351a500c67ebb5c472c8a0ce7a8e580b20c841aa305441c849cc595735292fdcefe8b9877530f110bebcf
 SHA512 
6accf4fc70cbf2463df6b50001bba07b3d32985451de341398a8e9f8b1281ac3ab22661b5216afdddb5072262ac238073b83231c9fd2b90b27b8cc3b9f1d8850
 DIST genpatches-5.4-38.experimental.tar.xz 6140 BLAKE2B 
b61bf414cf1dc573ab72ba84530c4fc6a565e0e2fe39c84b822a76dae4b708a55521d5ea0f680c92bc62a205c2939e0fa367a7c80ac2218da44dd361dfb0af20
 SHA512 
d3b35b54359ecb5177cb475913e847374aeaa155f28f120f2994ea09c7124c162a29dfc092489e2e044e52402df0abaf1e9179fe4fe2a363ca319289bc499c2a
 DIST genpatches-5.4-38.extras.tar.xz 1756 BLAKE2B 
2e4d217bf53de074717b18748263318cc637ee85c1217caea175e7f47ffa74217b1e06a5bd19a0ba88307423d16c0a2c6c7975c8d3fee83a8d1fd65a0cbe4544
 SHA512 
db347a70bb1fd88ff37573ffe7bb1b03f61f7cca9b25ef302ce26e7e849bc87aa1f5b5c732fb3fae3a5efb339794be6a11eae386cf444fe50143bf46be3544d3
-DIST genpatches-5.5-17.base.tar.xz 650504 BLAKE2B 
68efe27d2557cbfcac8344dea8880a891f81798f7b440162085be93ea2e0800ca0a6918469470789d7955c812fc33e311962959891d592f930c53087c7c23ba5
 SHA512 
0fe47f097ee29031fe53c6631fceabb788b8e1296b89958f8d3323343880f631d7e267a25f4d3eab78a9de36eae7ee361b7323d3caf02854c433a53486dbbf15
-DIST genpatches-5.5-17.experimental.tar.xz 5600 BLAKE2B 
853d641d0f961f6cf1e99d0bad3e6e3b06649947cb530b782c7987ccb4e347df77f8d6d861689ca9ed95f56e842b904a48785234170a12166eae7dcb3507b35f
 SHA512 
a130f6727b7aff27225907904397ad1dd9a6803cb3b7c197c9bf82f82e45a9cf1d9670db9de2e5dbee1d05561f902bb612c00657fe62aa2f717040b9d930f58c
-DIST genpatches-5.5-17.extras.tar.xz 1744 BLAKE2B 
12851cc487edc8b0f80e3a0caf014b50fe2fc2da0ad7c6a546736cf9458bebe132367995aadf7fb6bdc00efbffb19c3816c4ddd167667949211cc161be055fb7
 SHA512 
e020076f4e8482ef8db40ae2e119f27a8af5082ec5c699fee59df0b3b06ab2cc1a76da2224b1c67d36e9baa8a8656184b81aa695325d7b4393474ce396902db9
-DIST genpatches-5.5-18.base.tar.xz 663560 BLAKE2B 
3b44112e2788825d1205f89ab2930d543c896661638972a2431cad55dae7fed16aa2f881ee5b640a8876de8c472790a2bce87c20fcfe8679dcdb3cb9cab9adcd
 SHA512 
4ef5a6e7d15e63722f19ee06a6722318a57a293298dc1b5b6faab36130d12ad1612be9060b9a00775f4216c5a822b41222c8e6b3feb26976c38fa613e58fe52f
-DIST genpatches-5.5-18.experimental.tar.xz 5596 BLAKE2B 
7242f28a75b4f165a4c1e49fd66e81bfb93da6fc957885a12307521600a7b278bc4223f2732a288c05e63f81b4e2fab0eaf05318e8d832748244517b0a29622c
 SHA512 
f2c91f610cd1c5953991d360e4063ec44a5b19735c5fc63f4db7a3c54860d1fdbb845fca94f3b4b26a4b72a9983d6c8ccfa0d7537d0764085eccc094535af6af
-DIST genpatches-5.5-18.extras.tar.xz 1744 BLAKE2B 
b236b4a9dd3180e1b984febea0f2f16742dad42eeae3c97f927ca946d08013e06b465d71cd0bcfc91b02929d9c2dcfcd2801706b7495dd5acad4178515286ce8
 SHA512 
507cdbffd6d419b2ca1c6a65683e2e95723fcd2d71066c4579d44877808bd8eb829586229bd31faa27e1a721691e1b30f0c3dc084a5947ef0acdd136bf071a87
-DIST genpatches-5.5-19.base.tar.xz 677808 BLAKE2B 
4de5b85677fa35c6340610ebd91f659253a297ad7ec065758d6f32d33eda294c8b683a0d2660c2bdc145ff751a48d59e4c36d7df330aedc000f41e57381b479b
 SHA512 
d31f1123b493259f134cea8abdc8c25c2e83a696b0043109910ff296d581e5ff723114f6677a688f50ace99764556b559db5ad7df223ca90bfd693664c575850
-DIST genpatches-5.5-19.experimental.tar.xz 5600 BLAKE2B 
9a2e2fda2858e80bcd253d9b4ad07e4751429a32624f29ee6956a9b5fee6ef972b2a1c2a0b80b61ee5130dd2845c987742fa56b5a49f28992bec9b1c8b1a7006
 SHA512 
844adb7b685033e2d43db49be3f52e9800938ab906f6f6ce62d48b660f87c18c63a4dfd9caf1ecaabef3549ecbef83b5b023425d3ddfd0179b646024b0bd90d4
-DIST genpatches-5.5-19.extras.tar.xz 1740 BLAKE2B 
0e3c41a6f03140a067657d85435ec2a6b77cd5486bcab51d781d8310683b31e3ce8dcf389431d166db297e2e0dea719d78bb2ab57ec10b42f1e719386ecd5c40
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-java/lucene/

2020-05-04 Thread Jonas Stein
commit: 3c06631cae93d4c673abc71edae0d737508231bc
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon May  4 22:42:32 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon May  4 22:42:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c06631c

dev-java/lucene: Drop maintainer

Drop robbat2 as requested on IRC.

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

 dev-java/lucene/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-java/lucene/metadata.xml b/dev-java/lucene/metadata.xml
index 27faa4347b9..524a5553a33 100644
--- a/dev-java/lucene/metadata.xml
+++ b/dev-java/lucene/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  robb...@gentoo.org
-  Maintainer for actual Lucene issues.
-
 
   j...@gentoo.org
   Java



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

2020-05-04 Thread Mike Auty
commit: b3a8a8689be238dedfe32d176b8c7e2cdac13d31
Author: Mike Auty  gentoo  org>
AuthorDate: Mon May  4 22:39:30 2020 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon May  4 22:39:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a8a868

app-crypt/xca: Bump to 2.3.0 (thanks to polynomial-c!)

This has been bumped (as mentioned by polynomial-c) and additionally
removes hard-coded CFLAGS of O2 and ggdb (also courtesy of
polynomial-c).  Thanks!  5:)

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

 app-crypt/xca/Manifest |  1 +
 app-crypt/xca/xca-2.3.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index 84a6b9d851e..7771e5c89ed 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -1,2 +1,3 @@
 DIST xca-2.1.2.tar.gz 1086563 BLAKE2B 
d48727fffad16d840633af6e0ee38a279978a5b865eb6f391a3d852a0105817254ea0a4780875f2956e1f7e9931e6930c6ffbe82b117dbf8ad0058ec9d6f5c88
 SHA512 
1f104a22b83b802576b4820b7139971da50f9b3dd70aca8e1199e996bad4379b8681bb31b197b84a3dfa49cef4ae093f6622d15fac9667547ff47af43c1e5f07
 DIST xca-2.2.1.tar.gz 1339412 BLAKE2B 
5d3e33a711919d85bc3457ddd596f2272f0136d96290aeb31e6d03ea86faff00be3590862e4c96d9214542db1bd536d0d22c6c04cd5071b253bbefe3ab3f4f56
 SHA512 
90eaf4a859779d57a4c0201dc403d67e005bd540145b9f543e13b8d5c42199f2ea05543de24b071d19a0db8e5b1e9f3bef2aea4bfe9f71f81007a5f5bb3ba406
+DIST xca-2.3.0.tar.gz 1354154 BLAKE2B 
31a4ac96819e8d2f7e5f623cc343f0cbff18c931ed0699dbe093dcb963c3431a3943c4dcd8f3d727896104c05a565d062b9678169bf2a8d3f7cf7748c311b53b
 SHA512 
35522aa308e1022a739f3255f13fcf63f481000f9b7411027a009a185e33ddceeb5cf9b55406a4899d2393c7e5ace10354ff24b3b2b0c3045d110f679756b0b8

diff --git a/app-crypt/xca/xca-2.3.0.ebuild b/app-crypt/xca/xca-2.3.0.ebuild
new file mode 100644
index 000..0473f9f3358
--- /dev/null
+++ b/app-crypt/xca/xca-2.3.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg-utils
+
+DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests 
etc"
+HOMEPAGE="https://hohnstaedt.de/xca/;
+SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="bindist doc libressl"
+
+RDEPEND="
+   dev-libs/libltdl:0=
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   doc? ( app-text/linuxdoc-tools )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.0-desktop.patch"
+)
+
+src_configure() {
+   econf \
+   --with-qt-version=5 \
+   $(use_enable doc) \
+   STRIP=true
+}
+
+src_prepare() {
+   sed '/^CFLAGS/s@-O2 -ggdb@@' -i Local.mak.in || die
+   default
+}
+
+src_compile() {
+   # enforce all to avoid the automatic silent rules
+   emake all
+}
+
+src_install() {
+   default
+
+   insinto /etc/xca
+   doins misc/*.txt
+
+   ewarn "Make a backup copy of your database!"
+   ewarn "Version 2 completely changes the database format to SQL(ite)"
+   ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They 
will corrupt the database."
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2020-05-04 Thread Jonas Stein
commit: 428fc87febd543a4ac456998eb3ebcf3c85cd9d7
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon May  4 22:26:25 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon May  4 22:26:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428fc87f

x11-misc/wmname: QA fix SRC_URI

Use ${P} in SRC_URI

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

 x11-misc/wmname/wmname-0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild 
b/x11-misc/wmname/wmname-0.1-r1.ebuild
index 814e3e889e4..eb9240796dc 100644
--- a/x11-misc/wmname/wmname-0.1-r1.ebuild
+++ b/x11-misc/wmname/wmname-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="utility to set the name of your window manager"
 HOMEPAGE="https://tools.suckless.org/x/wmname;
-SRC_URI="https://dl.suckless.org/tools/wmname-0.1.tar.gz;
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"



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

2020-05-04 Thread Thomas Deutschmann
commit: 90c1e55871235b7f08b6b0af3b190717db2d260b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May  4 21:47:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 21:48:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c1e558

Revert "profiles: Mask =dev-db/mysql-5.7*[static]"

This reverts commit da78c8dff7c0ee6dff92df6f60409279b8fbb32b.

This will need stable dev-db/mariadb on arm64 first.

Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b56bd45a8ba..2e7923c97fb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,10 +6,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Thomas Deutschmann  (2020-05-04)
-# Known to be broken and removed in newer versions.
-=dev-db/mysql-5.7* static
-
 # Ben Kohler  (2020-04-29)
 # Dependency pam_wrapper missing for tests, and RESTRICT=test is already set
 net-fs/samba test



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

2020-05-04 Thread Bernard Cafarelli
commit: 9dbc6d548f4887b50748825335c026949502e375
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon May  4 21:16:17 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon May  4 21:23:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbc6d54

net-misc/nx: 3.5.99.23 bump

Switch to ArcticaProject releases
Move host.def config to src_configure
Temporarily run with forced -fcommon until bug is fixed upstream

Closes: https://bugs.gentoo.org/706926
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/nx/Manifest|   1 +
 net-misc/nx/metadata.xml|   3 +
 net-misc/nx/nx-3.5.99.23.ebuild | 140 
 3 files changed, 144 insertions(+)

diff --git a/net-misc/nx/Manifest b/net-misc/nx/Manifest
index 282d7c4dbe2..ff7233844af 100644
--- a/net-misc/nx/Manifest
+++ b/net-misc/nx/Manifest
@@ -1,2 +1,3 @@
 DIST nx-libs-3.5.99.16-full.tar.gz 5269745 BLAKE2B 
c968b8dde07e397e84786131cede0dd82979c52069a653de540ec833e5189751db15347aa34cf68db523207aa13ae7507cce0b28b09e897606becdc6effd7fcc
 SHA512 
6b80530345da879e62f9ea506a04c77bd918d3c48d46a22548d1534dab14cae5a715290942fdd5c77708f119522312cd667b6b9f286f106463c5a0debbb0451c
 DIST nx-libs-3.5.99.22-full.tar.gz 5280116 BLAKE2B 
1a15ba04ace5fd46b007652897aa911a883fa2840c07f4e89db970d3235556ee83600f5cd4d9c4b64f7ce4767dd448a3654412051496754d73a2815a7573692f
 SHA512 
53e7f1ffd8bf9dfd08426e30b0a18433b64f926959ab95132c28960f9a2390e67a34b1e07c923bf11f889088711d7d97c1fd123507f39c2077211d2c3cd6857f
+DIST nx-libs-3.5.99.23.tar.gz 11073366 BLAKE2B 
0e06e9c90f73a0264d8363ee3f75914ada884f469d9ba15b062675625a9922be5ec963eb7611484ef2abea83a100e58b05e6421da67d8b5c5f840737e6b37321
 SHA512 
b627d521f7a3c43c9c000f770bd1e228842099e794cda32b37df621ac86c650990bdc69810b7ff6117cbd60f0339dda93d1e2acdcfac03ddaa50407d71668b60

diff --git a/net-misc/nx/metadata.xml b/net-misc/nx/metadata.xml
index 1b5df39c020..d639b503759 100644
--- a/net-misc/nx/metadata.xml
+++ b/net-misc/nx/metadata.xml
@@ -5,5 +5,8 @@
voyag...@gentoo.org
Bernard Cafarelli
 
+
+   ArcticaProject/nx-libs
+
 Special versions of the X11 libraries to support NX 
compression
 

diff --git a/net-misc/nx/nx-3.5.99.23.ebuild b/net-misc/nx/nx-3.5.99.23.ebuild
new file mode 100644
index 000..55b6eb9d831
--- /dev/null
+++ b/net-misc/nx/nx-3.5.99.23.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic toolchain-funcs
+
+DESCRIPTION="NX compression technology core libraries"
+HOMEPAGE="https://github.com/ArcticaProject/nx-libs;
+
+SRC_URI="https://github.com/ArcticaProject/nx-libs/archive/${PV}.tar.gz -> 
nx-libs-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="elibc_glibc"
+
+RDEPEND="dev-libs/libxml2
+   >=media-libs/libpng-1.2.8:0=
+   >=sys-libs/zlib-1.2.3
+   virtual/jpeg:*
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXfont2
+   x11-libs/libXinerama
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pixman"
+
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/libfontenc
+   x11-misc/gccmakedep
+   x11-misc/imake"
+
+BDEPEND="
+   virtual/pkgconfig"
+
+S="${WORKDIR}/nx-libs-${PV}"
+
+src_prepare() {
+   default
+
+   # We want predictable behavior. So let's assume we never
+   # have quilt installed.
+   sed 's@which quilt@false@' -i mesa-quilt || die
+
+   # Do not compress man pages by default
+   sed '/^[[:space:]]*gzip.*man/d' -i Makefile || die
+
+   # run autoreconf in all needed folders
+   local subdir
+   for subdir in nxcomp nxdialog nx-X11/lib nxcompshad nxproxy ; do
+   pushd ${subdir} || die
+   eautoreconf
+   popd || die
+   done
+}
+
+src_configure() {
+   # Workaround until fixed upstream
+   # https://github.com/ArcticaProject/nx-libs/issues/907
+   append-cflags -fcommon
+
+   # From xorg-x11-6.9.0-r3.ebuild
+   pushd nx-X11 || die
+   HOSTCONF="config/cf/host.def"
+   echo "#define CcCmd $(tc-getCC)" >> ${HOSTCONF}
+   echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> 
${HOSTCONF}
+   echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" 
>> ${HOSTCONF}
+   # Respect LDFLAGS
+   echo "#define ExtraLoadFlags ${LDFLAGS}" >> ${HOSTCONF}
+   echo "#define SharedLibraryLoadFlags -shared ${LDFLAGS}" >> ${HOSTCONF}
+   # Disable SunRPC, #370767
+   echo "#define HasSecureRPC NO" >> ${HOSTCONF}
+   popd || die
+
+   local subdir
+   for subdir in nxcomp nxdialog nxcompshad 

[gentoo-commits] repo/user/ssnb:master commit in: app-misc/cartao-cidadao-git/

2020-05-04 Thread Samuel Bernardo
commit: 9bae305b3a7381f1ea600ccf4db1cef6e0a896ee
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon May  4 21:12:52 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon May  4 21:12:52 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=9bae305b

Update app cartao cidadao to latest version 3.1.0

Signed-off-by: Samuel Bernardo  gmail.com>

 app-misc/cartao-cidadao-git/Manifest   |   2 +
 .../cartao-cidadao-git-3.1.0.ebuild| 119 +
 2 files changed, 121 insertions(+)

diff --git a/app-misc/cartao-cidadao-git/Manifest 
b/app-misc/cartao-cidadao-git/Manifest
index fe732a3..cd06f92 100644
--- a/app-misc/cartao-cidadao-git/Manifest
+++ b/app-misc/cartao-cidadao-git/Manifest
@@ -6,5 +6,7 @@ AUX dlgQndPinpadInfo.cpp.patch 813 BLAKE2B 
47f0f20e56102ee6eeb65209ad9a11544101e
 AUX extras-3.0.16.tar.gz 93414 BLAKE2B 
6f4f30fd6a0f7da8b0daef4bef0012085053d857a06fc811d2f4c534346cf66e91c9d02caa6807de4390a79bec8d4cded904a5b6a16eb34c2c064651d4dc8fa1
 SHA512 
c660421575bcf6e7af50e1e585a3f309e3e0ee855ec81ecc2bee87f42b395b7c817f264e3d4d74a81b98ad6bbf3c89b7c7abe1f7cf23df2ae998639bcb6bd1ae
 AUX extras-3.0.20.tar.gz 133120 BLAKE2B 
7743858d88359d05eae39e1f4e4589714d98fcace12b20d83c23619af37d76b72b63725196ccee5e815a2dfcafb0436bc2c3e40ac6ef2ebca59bc54d1a2c417d
 SHA512 
f7b1cd11e45e170d307de800fc92ea29c5fba7a2f8cae06079b813b9441f70a89bb0ccaae6769bf42007549eed45f6261028dcd6e147fcce9bfaec45bf62867a
 AUX qmake.patch 468 BLAKE2B 
2f91848f33b7d94de801e65d4a97dc3c030701888043df444e10a464f0d796dd7f5f9fc55feef2b8fa175fa984fe4b5f460b6268cce5e7d63d0de78b106deaaf
 SHA512 
ff8ed18d0748e04b1041c7b189a93dfe6674273e677ec86676187b2323ca794d61424204ec8c395c1f5b603c5dd6c346ae2db1cf9886fb42550a827f50c55d34
+DIST Autenticacao.gov_Ubuntu_20_x64.deb 2395212 BLAKE2B 
4895d47a446df2dacefd2376e2fea0fb1b1dbbd6e402f14ccffd35b98ce7c5554d59ff5bcaafb02b2939af0afe7ac95ae8e39f77e640ef9d2ce0745d21b359ed
 SHA512 
dd412985b97b2461d648a9b186fbee022ce34f5b4589d5756165309e56de6c09e564d151e412ab26785ffe17f4dd67ab5d60021e598c6e48ecfd34a05f4da6f1
 EBUILD cartao-cidadao-git-3.0.20.ebuild 2075 BLAKE2B 
31d6e41f432f00381f5a42e51012a7e6dfb7a5e713dbb80768d57b0cbd9625e1c228cff70ec0cf2e6851b1db53975436d7980ea68c6539b870dce2efff936186
 SHA512 
cd8a240dfdaa8fdd7e142e60512dd27c9f32ff60db61a3236081ea2ff160588f64dabe7cda6cfffefdcb2a976bd61e384104f09400345b31d3ba32b86fd5699b
+EBUILD cartao-cidadao-git-3.1.0.ebuild 3263 BLAKE2B 
0f7cdfd99e74d7b3dfec3b114977958e0c9b15ba401eba84ae0873c355b31bf4545d02b2926bb0329b07b50987a557ee2a7dd4781819171147e736a5cfe94a6f
 SHA512 
78c1be09ce67478e310c7c5013539d92eb21cbed5d074132dc729b7163199c864e80ad9f7474df791e491876cefa2ffbeb0a19aeaebaad3f8bdb2d54ee364a5e
 MISC metadata.xml 352 BLAKE2B 
cd72105d43a6ffe93ea0b14ca747161283860b37f2c70aac1d29227bc1b774fbfc1d8020effb2fd24c3165d1ffab853ce8791dd263cbaf6ceaf44b36036af25b
 SHA512 
19f6c0e85c78157c5c542b951b3907f59b2891567d452163b46fd3369545095e772167eddc87c31a00e7b5283070f233d92edd86cac5159c123615ffd2c298b9

diff --git a/app-misc/cartao-cidadao-git/cartao-cidadao-git-3.1.0.ebuild 
b/app-misc/cartao-cidadao-git/cartao-cidadao-git-3.1.0.ebuild
new file mode 100644
index 000..391014f
--- /dev/null
+++ b/app-misc/cartao-cidadao-git/cartao-cidadao-git-3.1.0.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tools for authenticating with https://www.autenticacao.gov.pt/;
+HOMEPAGE="https://svn.gov.pt/projects/ccidadao;
+
+inherit git-r3 unpacker eutils
+
+EGIT_CLONE_TYPE="single"
+EGIT_REPO_URI="https://github.com/amagovpt/autenticacao.gov.git;
+EGIT_COMMIT="v$PV"
+
+SRC_URI="https://www.autenticacao.gov.pt/documents/10179/11962/Autenticacao.gov_Ubuntu_20_x64.deb;
+
+LICENSE="EUPL"
+SLOT="3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig
+dev-libs/xml-security-c"
+RDEPEND="${DEPEND}
+>=sys-apps/pcsc-lite-1.5.0
+   sys-apps/pcsc-tools
+   app-crypt/ccid
+   >=dev-qt/qtcore-5
+   dev-qt/qtchooser
+   dev-libs/xml-security-c
+   dev-libs/xerces-c
+   dev-vcs/subversion
+   >=dev-libs/openssl-1.0.0 

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

2020-05-04 Thread Piotr Karbowski
commit: 47c387459fb159c9791b5f8e218e400a2fd2eb9a
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon May  4 21:07:53 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon May  4 21:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c38745

profiles/arch/s390/use.mask: drop input_devices_{keyboard,mouse}

Signed-off-by: Piotr Karbowski  gentoo.org>

 profiles/arch/s390/use.mask | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index 3d37047700b..b2220eb8509 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -98,8 +98,6 @@ wxwidgets
 input_devices_elographics
 input_devices_evdev
 input_devices_joystick
-input_devices_keyboard
-input_devices_mouse
 input_devices_vmmouse
 input_devices_synaptics
 input_devices_wacom



[gentoo-commits] proj/linux-patches:5.7 commit in: /

2020-05-04 Thread Mike Pagano
commit: 6664485fa485389a7dc56f27dc52dff43bfb6bbd
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon May  4 20:58:59 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon May  4 20:58:59 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6664485f

Adding genpatches. Detail in full log

Support for namespace user.pax.* on tmpfs.
Enable link security restrictions by default.
Bluetooth: Check key sizes only when Secure Simple Pairing is
enabled. See bug #686758.This hid-apple patch enables swapping
of the FN and left Control keys and some additional on some
apple keyboards. See bug #622902.Add Gentoo Linux support
config settings and defaults. Kernel patch enables gcc >= v9.1
optimizations for additional CPUs. Patch to tmp513 to require
REGMAP_I2C for building. Add support for ZSTD-compressed kernel
and initramfs (use=experimental)

Signed-off-by: Mike Pagano  gentoo.org>

 _README|  56 ++
 1500_XATTR_USER_PREFIX.patch   |  67 +++
 ...ble-link-security-restrictions-by-default.patch |  20 +
 ...zes-only-if-Secure-Simple-Pairing-enabled.patch |  37 ++
 2600_enable-key-swapping-for-apple-mac.patch   | 114 
 ...3-Fix-build-issue-by-selecting-CONFIG_REG.patch |  30 +
 ..._ZSTD-v5-1-8-prepare-zstd-for-preboot-env.patch |  82 +++
 ...STD-v5-2-8-prepare-xxhash-for-preboot-env.patch |  94 +++
 ...STD-v5-3-8-add-zstd-support-to-decompress.patch | 422 ++
 ...-v5-4-8-add-support-for-zstd-compres-kern.patch |  65 +++
 ...add-support-for-zstd-compressed-initramfs.patch |  50 ++
 ..._ZSTD-v5-6-8-bump-ZO-z-extra-bytes-margin.patch |  20 +
 ...v5-7-8-support-for-ZSTD-compressed-kernel.patch |  92 +++
 ...5-8-8-gitignore-add-ZSTD-compressed-files.patch |  12 +
 5012_enable-cpu-optimizations-for-gcc91.patch  | 632 +
 15 files changed, 1793 insertions(+)

diff --git a/_README b/_README
index 9018993..639ad9e 100644
--- a/_README
+++ b/_README
@@ -43,6 +43,62 @@ EXPERIMENTAL
 Individual Patch Descriptions:
 --
 
+Patch:  1500_XATTR_USER_PREFIX.patch
+From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
+Desc:   Support for namespace user.pax.* on tmpfs.
+
+Patch:  1510_fs-enable-link-security-restrictions-by-default.patch
+From:   
http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/
+Desc:   Enable link security restrictions by default.
+
+Patch:  2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
+From:   
https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw
+Desc:   Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. 
See bug #686758
+
+Patch:  2600_enable-key-swapping-for-apple-mac.patch
+From:   https://github.com/free5lot/hid-apple-patched
+Desc:   This hid-apple patch enables swapping of the FN and left Control keys 
and some additional on some apple keyboards. See bug #622902
+
+Patch:  2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
+From:   https://bugs.gentoo.org/710790
+Desc:   tmp513 requies REGMAP_I2C to build.  Select it by default in Kconfig. 
See bug #710790. Thanks to Phil Stracchino
+
 Patch:  4567_distro-Gentoo-Kconfig.patch
 From:   Tom Wijsman 
 Desc:   Add Gentoo Linux support config settings and defaults.
+
+Patch: 5000_ZSTD-v5-1-8-prepare-zstd-for-preboot-env.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   lib: prepare zstd for preboot environment
+
+Patch:  5001_ZSTD-v5-2-8-prepare-xxhash-for-preboot-env.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   lib: prepare xxhash for preboot environment
+
+Patch:  5002_ZSTD-v5-3-8-add-zstd-support-to-decompress.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   lib: add zstd support to decompress
+
+Patch:  5003_ZSTD-v5-4-8-add-support-for-zstd-compres-kern.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   init: add support for zstd compressed kernel
+
+Patch:  5004_ZSTD-v5-5-8-add-support-for-zstd-compressed-initramfs.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   usr: add support for zstd compressed initramfs
+
+Patch:  5005_ZSTD-v5-6-8-bump-ZO-z-extra-bytes-margin.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   x86: bump ZO_z_extra_bytes margin for zstd
+
+Patch:  5006_ZSTD-v5-7-8-support-for-ZSTD-compressed-kernel.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   x86: Add support for ZSTD compressed kernel
+
+Patch:  5007_ZSTD-v5-8-8-gitignore-add-ZSTD-compressed-files.patch
+From:   https://lkml.org/lkml/2020/4/1/29
+Desc:   .gitignore: add ZSTD-compressed files
+
+Patch:  5012_enable-cpu-optimizations-for-gcc91.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc >= v9.1 optimizations for additional CPUs.

diff --git a/1500_XATTR_USER_PREFIX.patch 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/herbstluftwm/

2020-05-04 Thread Jeroen Roovers
commit: 72e06f10648e851c700b148a37c531e3c81ba72c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon May  4 20:58:17 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon May  4 20:58:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e06f10

x11-wm/herbstluftwm: Version 0.8.2

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

 x11-wm/herbstluftwm/Manifest  |  1 +
 x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/x11-wm/herbstluftwm/Manifest b/x11-wm/herbstluftwm/Manifest
index f942fbb164d..af18d0708d9 100644
--- a/x11-wm/herbstluftwm/Manifest
+++ b/x11-wm/herbstluftwm/Manifest
@@ -1,3 +1,4 @@
 DIST herbstluftwm-0.7.2.tar.gz 245506 BLAKE2B 
72d0bb2a77e519161d193ac7b2b9f1f878ccb6cfe4914b6c75d060e2daa0bec4203ee4ebf203b9fa1dfb844d71d50aa7c03257c78aa22e906bf42519d1e592af
 SHA512 
abb49bbc3de9a0ef619ce7063c1cea0d0d25ab2195c53dc0d33e061ad24060da4bbe9b99b9b9126028cdf68b462d4fcc8d1534431e4892d571ff897a68d2113c
 DIST herbstluftwm-0.8.0.tar.gz 358434 BLAKE2B 
770aa66c2e8926d5f73b36ae2376e33ac92f9f72e2d45f55caa3247710f88b0eef72bed8a7242ba4ef298d9e8a7af3768114bd5149aa5596aa4682caef7e9e91
 SHA512 
108ef76e6f81d98742c37a1a5ecf1ce998d6fc8ee43642acb08716a5bee2e7a691f1f8defe9c81ecc8930f8b29ba7a49efe2eb00a3699c22de1a5f841266873c
 DIST herbstluftwm-0.8.1.tar.gz 369291 BLAKE2B 
7f500c0d3b5b8e4c30778e8cf4af97ef3605c8cad7d3825d2edc04fc3be56f4eaa3889e505b48c9a83277b0e495a894d96b68b5b683590c0f286a8438ad4a429
 SHA512 
ba845e91242d08fdd264c6354651e84dba3b8941bab3756102570c82c78d5ca734694fd3fcbc9c035776133be8a98a62cc8218378ecddb22aca4cda1ae1fb5be
+DIST herbstluftwm-0.8.2.tar.gz 377790 BLAKE2B 
88cee9937f134f6784fb5917435f629db67971339b09da8c6b91b55286fc50a7ba9d8dbea98dc583a92f5ae6e0e427dd487265cfb7d1ca4bbc10f865a2532e3e
 SHA512 
1a2bf3861ce23e33bb09afed285f7d85450307b46d00a666d02eaf9c454d53904e4d54ca8b0245da5ef095667a0adf9cdfc3aff170089c99df6b7f01e9038d5f

diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild 
b/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
new file mode 100644
index 000..30dd0c6dd26
--- /dev/null
+++ b/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs cmake-utils
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm;
+   BDEPEND="app-text/asciidoc"
+else
+   SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   BDEPEND=""
+fi
+
+DESCRIPTION="A manual tiling window manager for X"
+HOMEPAGE="https://herbstluftwm.org/;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="examples xinerama zsh-completion"
+
+DEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   xinerama? ( x11-libs/libXinerama )
+"
+RDEPEND="
+   ${DEPEND}
+   app-shells/bash
+   zsh-completion? ( app-shells/zsh )
+"
+BDEPEND+="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   sed -i \
+   -e '/^install.*LICENSEDIR/d' \
+   -e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \
+   CMakeLists.txt || die
+
+   mycmakeargs=(
+   -DWITH_XINERAMA=$(usex xinerama)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if ! use examples; then
+   rm -r "${ED}"/usr/share/doc/${PF}/examples || die
+   fi
+
+   if ! use zsh-completion; then
+   rm -r "${ED}"/usr/share/zsh || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/igt-gpu-tools/

2020-05-04 Thread Matt Turner
commit: 4e726aa879fbaf237cc3a4dcad72afd89b7f387d
Author: Mohanram Meenakshisundaram  gmail 
 com>
AuthorDate: Fri Apr 17 14:00:31 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  4 20:46:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e726aa8

x11-apps/igt-gpu-tools: Version bump to 1.25

New igt-gpu-tools 1.25 release contains new hardware supports, improvements and 
bug fixes
check the release notes here
https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/commit/?h=igt-gpu-tools-1.25=f49ebeee9f54d6f23c60a842f75f65561d452ab0

Closes:https://bugs.gentoo.org/718582
Closes:https://github.com/gentoo/gentoo/pull/15385
Signed-off-by: Mohanram Meenakshisundaram  
gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/igt-gpu-tools/Manifest|  1 +
 ...tools-.ebuild => igt-gpu-tools-1.25.ebuild} | 22 +++---
 x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild   | 22 +++---
 3 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/x11-apps/igt-gpu-tools/Manifest b/x11-apps/igt-gpu-tools/Manifest
index da385bc220c..63f3124187c 100644
--- a/x11-apps/igt-gpu-tools/Manifest
+++ b/x11-apps/igt-gpu-tools/Manifest
@@ -1 +1,2 @@
 DIST igt-gpu-tools-1.24.tar.xz 1207436 BLAKE2B 
0b04033be0195a4fee5611aeae2f47334ce1de5df65c652ebc0b36d1185286268bb426f472e3c1311ff576e8184e7a4efb95ef3181006ed8c448ea76452940d7
 SHA512 
22c25e27ead64f561fe8f46b132d6c7562a90d7bff09dc2618a532b16d7b8fdf54ed94d986a45655657b54219d350ce1b1e6c89da2b6073024e9bbe0973fa190
+DIST igt-gpu-tools-1.25.tar.xz 1425652 BLAKE2B 
1dd17e8542c126d356478acd07344d8732013a24fd180064d6f2277be76170924e7031fd2529b2aa054b40d5093d9cd95271e156bc6b97a75158c84de142f1ba
 SHA512 
a24ee46092241da26fc2dac2b9b54c9f16f7a408c8740c9c7209e876929e2908a36261ba258ca4a4a4e4a21c1e9c919457bf98d514f81d8b7dbfcf5f89a74daf

diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild 
b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.25.ebuild
similarity index 83%
copy from x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
copy to x11-apps/igt-gpu-tools/igt-gpu-tools-1.25.ebuild
index 8662c0102ba..e87a5ccf4a7 100644
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
+++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.25.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 EGIT_REPO_URI="https://gitlab.freedesktop.org/drm/${PN}.git;
 if [[ ${PV} = ** ]]; then
GIT_ECLASS="git-r3"
@@ -88,16 +88,16 @@ src_configure() {
use overlay && use X && overlay_backends+="x,"
 
local emesonargs=(
-   $(meson_feature chamelium build_chamelium)
-   $(meson_feature doc build_docs)
-   $(meson_feature man build_man)
-   $(meson_feature overlay build_overlay)
-   $(meson_feature runner build_runner)
-   $(meson_feature doc build_tests) # Test build is required for 
docs
-   $(meson_feature valgrind with_valgrind)
-   $(meson_feature unwind with_libunwind)
+   $(meson_feature chamelium)
+   $(meson_feature doc docs)
+   $(meson_feature man)
+   $(meson_feature overlay)
+   $(meson_feature runner)
+   $(meson_feature doc tests) # Test build is required for docs
+   $(meson_feature valgrind)
+   $(meson_feature unwind libunwind)
-Doverlay_backends=${overlay_backends%?}
-   -Dwith_libdrm=${gpus%?}
+   -Dlibdrm_drivers=${gpus%?}
)
meson_src_configure
 }

diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild 
b/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
index 8662c0102ba..e87a5ccf4a7 100644
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
+++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 EGIT_REPO_URI="https://gitlab.freedesktop.org/drm/${PN}.git;
 if [[ ${PV} = ** ]]; then
GIT_ECLASS="git-r3"
@@ -88,16 +88,16 @@ src_configure() {
use overlay && use X && overlay_backends+="x,"
 
local emesonargs=(
-   $(meson_feature chamelium build_chamelium)
-   $(meson_feature doc build_docs)
-   $(meson_feature man build_man)
-   $(meson_feature overlay build_overlay)
-   $(meson_feature runner build_runner)
-   $(meson_feature doc build_tests) # Test build is required for 
docs
-   $(meson_feature valgrind with_valgrind)
-   $(meson_feature unwind with_libunwind)
+   $(meson_feature chamelium)
+   $(meson_feature doc docs)
+   $(meson_feature man)
+

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

2020-05-04 Thread Piotr Karbowski
commit: 03a84260be2215a1f9142518306f4700a43bf927
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon May  4 20:38:59 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon May  4 20:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a84260

profiles: removal of keyboard and mouse INPUT_DEVICES defaults.

profiles/base/make.defaults: replaced with libinput
profiles/embedded/make.defaults: removed, evdev left.
profiles/desc/input_devices.desc: removed descriptions.

Signed-off-by: Piotr Karbowski  gentoo.org>

 profiles/base/make.defaults  | 2 +-
 profiles/desc/input_devices.desc | 2 --
 profiles/embedded/make.defaults  | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index cf27a009b57..61745b0802d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -50,7 +50,7 @@ PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ELIBC 
IUSE_IMPLICIT KERNEL USE
 ELIBC="glibc"
 KERNEL="linux"
 USERLAND="GNU"
-INPUT_DEVICES="keyboard mouse"
+INPUT_DEVICES="libinput"
 
 # Accept only licenses in the FREE license group, i.e., with
 # the freedom to use, share, modify and share modifications

diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
index 1077d4bbdb1..b41f5c66a7a 100644
--- a/profiles/desc/input_devices.desc
+++ b/profiles/desc/input_devices.desc
@@ -8,9 +8,7 @@
 elographics - INPUT_DEVICES setting to build driver for elographics input 
devices
 evdev - INPUT_DEVICES setting to build driver for evdev input devices
 joystick - INPUT_DEVICES setting to build driver for joystick input devices
-keyboard - INPUT_DEVICES setting to build driver for keyboard input devices
 libinput - INPUT_DEVICES setting to build driver for libinput input devices
-mouse - INPUT_DEVICES setting to build driver for mouse input devices
 roccat_arvo - INPUT_DEVICES setting to build driver for Roccat Arvo input 
devices
 roccat_isku - INPUT_DEVICES setting to build driver for Roccat Isku input 
devices
 roccat_iskufx - INPUT_DEVICES setting to build driver for Roccat Isku Fx input 
devices

diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index d7d601e655c..2e7b33ab0d1 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -13,7 +13,7 @@ EBEEP_IGNORE="1"
 PORTAGE_WORKDIR_MODE="2775"
 PORTAGE_ECLASS_WARNING_ENABLE="0"
 
-INPUT_DEVICES="evdev mouse keyboard"
+INPUT_DEVICES="evdev"
 VIDEO_CARDS="fbdev"
 KERNEL="linux"
 USERLAND="GNU"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opencv/

2020-05-04 Thread Mart Raudsepp
commit: 442e2f1b9fce1f16821668beddc5e1b04a767bc9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  4 20:25:20 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 20:25:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442e2f1b

media-plugins/gst-plugins-opencv: remove old

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

 media-plugins/gst-plugins-opencv/Manifest  |  1 -
 .../gst-plugins-opencv-1.14.5.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/media-plugins/gst-plugins-opencv/Manifest 
b/media-plugins/gst-plugins-opencv/Manifest
index cf517f25a29..fe307b250fa 100644
--- a/media-plugins/gst-plugins-opencv/Manifest
+++ b/media-plugins/gst-plugins-opencv/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B 
b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d
 SHA512 
64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b
 DIST gst-plugins-bad-1.16.2.tar.xz 4887812 BLAKE2B 
edf10aeb365d9a7cf4b5172af29b46cff4c7a49a3e4dde881469f5738b5a525eb51a6f70bb1dd6f680e4e48977d65769ac8e8f41d914b7ce7719b9fa260a7bd4
 SHA512 
aeaf3388156fe7317e193a3f940d391a6d8a1187f93e6925cee4cb02c4e78d9b456c22c27c318f0f9b2212ca68887c5cdcc256adaf068bfab8ec5c091a1e8805

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.14.5.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.14.5.ebuild
deleted file mode 100644
index ca235c56e79..000
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.14.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="OpenCV elements for Gstreamer"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/opencv-2.3.0[contrib(+),${MULTILIB_USEDEP}]
-   

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

2020-05-04 Thread Alfredo Tupone
commit: ec431695792ed2f8026b5ba2595dbe2811ce9701
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon May  4 20:12:06 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May  4 20:13:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec431695

dev-tcltk/tclreadline: version bump to 2.3.8

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

 dev-tcltk/tclreadline/Manifest |  1 +
 dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-tcltk/tclreadline/Manifest b/dev-tcltk/tclreadline/Manifest
index 87f5646b595..e1047715d42 100644
--- a/dev-tcltk/tclreadline/Manifest
+++ b/dev-tcltk/tclreadline/Manifest
@@ -1,2 +1,3 @@
 DIST tclreadline-2.1.0.tar.gz 160541 BLAKE2B 
44dfd7626b969d03343cfa768d0ad72b9322a13175ca7c713c3981c0abc27967e31a62f3451b5d007569a30a7279be7c2a8f1c7c78e8d0c310964ddba18fa5cb
 SHA512 
bd67a65fe2ec708834fb67fabf2e36e778a6aeeb7a7b69cda298f9e18acc9e03f3a379f81ff7d2d289bfbf1093bc86fecbf96fe5d04a2ca954899cc7df6fe4bf
+DIST tclreadline-2.3.8.tar.gz 393167 BLAKE2B 
e6a8d35904a0ed22fac01d7f6b6ecc9eef99acea149253ec9a0f7a3463a163ef17daa052bd4801fb9e365b056ab58d69fe2ec9884a9279881638c7b99c12f6a7
 SHA512 
0c5ce53a8f4cc222de013932698e442c63b36e3f07d10b962d127444f75c28b2caf7f06b5958150748f7a1d535c577c825b9a0dd525e077a348c3ff899a74e61
 DIST tclreadline_2.1.0-12.debian.tar.gz 9636 BLAKE2B 
b84487e2e05649c899f705ee4c4ea80a7b05c99440e9b905587300342ce54d48a7d32b750ec2c2a3a12f1aa991f2a47167243ec962f539e02383aac62530a3d9
 SHA512 
293e9ad14a469891f68b25caa78a99874de87df4c44af4ada7528cf74e898be42b7846fbb6eeabb2dec34995a9ccd9707c61f406b90b90dbca2c24df05f451eb

diff --git a/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild 
b/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild
new file mode 100644
index 000..2e29445e85e
--- /dev/null
+++ b/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Readline extension to TCL"
+HOMEPAGE="https://github.com/flightaware/tclreadline;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-lang/tcl:0=
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+   econf \
+   --with-tcl="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+   default
+   find "${D}" -name \*.la -delete
+}



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

2020-05-04 Thread James Le Cuirot
commit: 6d2a847d4074d05166fcb6b2e93caee6469f935e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon May  4 20:10:49 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon May  4 20:10:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2a847d

games-board/pychess: Add Python 3.8

Closes: https://bugs.gentoo.org/718310
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 games-board/pychess/pychess-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/pychess/pychess-1.0.0.ebuild 
b/games-board/pychess/pychess-1.0.0.ebuild
index 39436e26bda..ca376621f37 100644
--- a/games-board/pychess/pychess-1.0.0.ebuild
+++ b/games-board/pychess/pychess-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_REQ_USE="sqlite"



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

2020-05-04 Thread Mart Raudsepp
commit: 2891cc70de9222eaca2032b892ce2c8065a44c86
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May  3 12:14:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 19:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2891cc70

dev-util/abootimg: arm64 keyworded (bug #662256)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/abootimg/abootimg-20150323.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/abootimg/abootimg-20150323.ebuild 
b/dev-util/abootimg/abootimg-20150323.ebuild
index 8939a70bcb3..99295b45829 100644
--- a/dev-util/abootimg/abootimg-20150323.ebuild
+++ b/dev-util/abootimg/abootimg-20150323.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://gitlab.com/ajs124/abootimg/repository/archive.tar.gz?ref=$COMMI
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="sys-apps/util-linux"



[gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/

2020-05-04 Thread Mart Raudsepp
commit: e72b118b8dc6194f738749e5668160277a9cb406
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May  4 18:19:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 19:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72b118b

app-arch/zstd: arm64 stable (bug #720868)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-arch/zstd/zstd-1.4.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/zstd/zstd-1.4.4-r4.ebuild 
b/app-arch/zstd/zstd-1.4.4-r4.ebuild
index 5e30240f177..e5400095f46 100644
--- a/app-arch/zstd/zstd-1.4.4-r4.ebuild
+++ b/app-arch/zstd/zstd-1.4.4-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0/1"
-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"
+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="lz4 static-libs +threads"
 
 RDEPEND="app-arch/xz-utils



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

2020-05-04 Thread Mart Raudsepp
commit: 2be5f001d26177b007c45c644dae51a77c9edf70
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May  4 18:47:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 19:56:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be5f001

dev-python/tblib: arm64 stable (bug #720640)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/tblib/tblib-1.6.0.ebuild 
b/dev-python/tblib/tblib-1.6.0.ebuild
index ede82e6603a..fd023572654 100644
--- a/dev-python/tblib/tblib-1.6.0.ebuild
+++ b/dev-python/tblib/tblib-1.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/twisted[${PYTHON_USEDEP}] )"



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

2020-05-04 Thread Mart Raudsepp
commit: cf6066944d74fb0be55ad64879403ab70f04b3c4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May  4 18:18:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 19:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf606694

dev-db/mysql: arm64 stable (bug #717628)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-db/mysql/mysql-5.7.30.ebuild | 2 +-
 dev-db/mysql/mysql-8.0.20.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/mysql-5.7.30.ebuild b/dev-db/mysql/mysql-5.7.30.ebuild
index 2c7797e6428..5c1651a1f62 100644
--- a/dev-db/mysql/mysql-5.7.30.ebuild
+++ b/dev-db/mysql/mysql-5.7.30.ebuild
@@ -30,7 +30,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mysql/mysql-8.0.20.ebuild b/dev-db/mysql/mysql-8.0.20.ebuild
index d532682d0e8..afc6a016f68 100644
--- a/dev-db/mysql/mysql-8.0.20.ebuild
+++ b/dev-db/mysql/mysql-8.0.20.ebuild
@@ -37,7 +37,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc )
router? ( server )
tcmalloc? ( server )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2020-05-04 Thread Mart Raudsepp
commit: 0b208c25e17194f5494e819a7b8de7af1bfebf92
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May  3 12:15:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 19:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b208c25

app-crypt/tpm2-tss: arm64 keyworded (bug #695758)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild
index c73c89ca37d..3a3f9df9e48 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="doc +gcrypt openssl static-libs test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/user/ssnb:master commit in: dev-ruby/memcache-client/, dev-ruby/azure/, dev-ruby/aws/, ...

2020-05-04 Thread Samuel Bernardo
commit: 419d6c516de3c6db66dce0be4323faaf6aeb82bd
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon May  4 19:49:39 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon May  4 19:49:39 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=419d6c51

Update ruby gems for opennebula dependencies

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-ruby/amazon-ec2/Manifest   |  2 +-
 dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild   |  2 +-
 dev-ruby/aws/Manifest  |  2 +-
 dev-ruby/aws/aws-2.10.2.ebuild |  2 +-
 dev-ruby/azure/Manifest|  2 +-
 dev-ruby/azure/azure-0.7.10.ebuild |  2 +-
 dev-ruby/chunky_png/Manifest   |  3 ++
 dev-ruby/chunky_png/chunky_png-1.3.11.ebuild   | 20 
 dev-ruby/chunky_png/metadata.xml   |  5 ++
 dev-ruby/configparser/Manifest |  2 +-
 dev-ruby/configparser/configparser-0.1.7.ebuild|  2 +-
 dev-ruby/faraday/Manifest  |  3 ++
 dev-ruby/faraday/faraday-1.0.1.ebuild  | 58 ++
 dev-ruby/faraday/metadata.xml  | 11 
 dev-ruby/ffi-rzmq-core/Manifest|  3 ++
 .../ffi-rzmq-core-1.0.7.ebuild}|  8 +--
 dev-ruby/ffi-rzmq-core/metadata.xml|  5 ++
 dev-ruby/ffi-rzmq/Manifest |  3 ++
 .../ffi-rzmq-2.0.7.ebuild} |  8 +--
 dev-ruby/ffi-rzmq/metadata.xml |  5 ++
 dev-ruby/hashie/Manifest   |  3 ++
 dev-ruby/hashie/hashie-4.1.0.ebuild| 44 
 dev-ruby/hashie/metadata.xml   |  8 +++
 dev-ruby/inflection/Manifest   |  3 ++
 .../inflection-1.0.0.ebuild}   | 10 ++--
 dev-ruby/inflection/metadata.xml   |  5 ++
 dev-ruby/ipaddress/Manifest|  4 +-
 dev-ruby/ipaddress/ipaddress-0.13.0.ebuild |  2 +-
 dev-ruby/ipaddress/ipaddress-0.8.3.ebuild  |  2 +-
 dev-ruby/kgio/Manifest |  4 +-
 dev-ruby/kgio/kgio-2.10.0.ebuild   |  2 +-
 dev-ruby/kgio/kgio-2.11.3.ebuild   |  2 +-
 dev-ruby/memcache-client/Manifest  |  2 +-
 .../memcache-client/memcache-client-1.8.5.ebuild   |  2 +-
 dev-ruby/mysql/Manifest|  2 +-
 dev-ruby/mysql/mysql-2.9.1.ebuild  |  2 +-
 dev-ruby/parse-cron/Manifest   |  2 +-
 dev-ruby/parse-cron/parse-cron-0.1.4.ebuild|  2 +-
 dev-ruby/raindrops/Manifest|  4 +-
 dev-ruby/raindrops/raindrops-0.17.0.ebuild |  2 +-
 dev-ruby/raindrops/raindrops-0.19.1.ebuild |  2 +-
 dev-ruby/rotp/Manifest |  3 ++
 dev-ruby/rotp/metadata.xml |  5 ++
 .../rotp-6.0.0.ebuild} |  9 ++--
 dev-ruby/rqrcode/Manifest  |  3 ++
 dev-ruby/rqrcode/metadata.xml  |  5 ++
 .../rqrcode-1.1.2.ebuild}  |  8 +--
 dev-ruby/rqrcode_core/Manifest |  3 ++
 dev-ruby/rqrcode_core/metadata.xml |  5 ++
 .../rqrcode_core-0.1.2.ebuild} |  8 +--
 dev-ruby/rubygems-update/Manifest  |  4 +-
 .../rubygems-update/rubygems-update-2.6.8.ebuild   |  2 +-
 .../rubygems-update/rubygems-update-3.1.2.ebuild   |  2 +-
 dev-ruby/sequel/Manifest   |  4 +-
 dev-ruby/sequel/sequel-4.39.0.ebuild   |  2 +-
 dev-ruby/sequel/sequel-5.32.0.ebuild   |  2 +-
 dev-ruby/thin/Manifest |  2 +-
 dev-ruby/thin/thin-1.7.2.ebuild|  2 +-
 dev-ruby/tilt/Manifest |  4 +-
 dev-ruby/tilt/tilt-2.0.10.ebuild   |  2 +-
 dev-ruby/tilt/tilt-2.0.6.ebuild|  2 +-
 dev-ruby/treetop/Manifest  |  2 +-
 dev-ruby/treetop/treetop-1.6.10-r1.ebuild  |  2 +-
 dev-ruby/xmlparser/Manifest|  2 +-
 dev-ruby/xmlparser/xmlparser-0.7.2.1.ebuild|  2 +-
 dev-ruby/zendesk_api/Manifest  |  4 +-
 dev-ruby/zendesk_api/zendesk_api-1.14.0.ebuild | 17 ---
 dev-ruby/zendesk_api/zendesk_api-1.26.0.ebuild |  7 ++-
 68 files changed, 280 insertions(+), 90 deletions(-)

diff --git a/dev-ruby/amazon-ec2/Manifest b/dev-ruby/amazon-ec2/Manifest
index cbb2153..92a8871 100644
--- a/dev-ruby/amazon-ec2/Manifest
+++ b/dev-ruby/amazon-ec2/Manifest
@@ -1,3 +1,3 @@
 DIST amazon-ec2-0.9.17.gem 124416 BLAKE2B 
def92f71ad64cd5ec36206b154254992316f5da98fe890df0f0db0a5a4afffe33ccd0a93bbee0edb6178fbdefcf23c3ea35c5beed34c0821e75612cff978cb3c
 SHA512 

[gentoo-commits] repo/user/ssnb:master commit in: app-emulation/opennebula/

2020-05-04 Thread Samuel Bernardo
commit: 0ae7cff09ef4a22f4f256144e1beb4ce8c2c15a5
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon May  4 19:47:52 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon May  4 19:47:52 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=0ae7cff0

Update missing ruby dependencies for opennebula

Signed-off-by: Samuel Bernardo  gmail.com>

 app-emulation/opennebula/Manifest | 6 +++---
 app-emulation/opennebula/opennebula-5.10.1.ebuild | 6 ++
 app-emulation/opennebula/opennebula-5.10.3.ebuild | 6 ++
 app-emulation/opennebula/opennebula-5.10.4.ebuild | 6 ++
 4 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/app-emulation/opennebula/Manifest 
b/app-emulation/opennebula/Manifest
index 7809ba1..6f011c6 100644
--- a/app-emulation/opennebula/Manifest
+++ b/app-emulation/opennebula/Manifest
@@ -62,7 +62,7 @@ AUX tmpfiles.d/opennebula.conf 77 BLAKE2B 
9988562b0e36bf74fc67af5a1777eca18b24e0
 DIST opennebula-5.10.1.tar.gz 43207580 BLAKE2B 
de87e839cd772bec769af4a689fed02e81fbdc6fbb35def9ad6344383dc935ebd431137cb194dd3b840965004f4e145ac63443d7034d56a9a6bb19af9030642d
 SHA512 
861293298997c825e94228ea28f0f352db3f56dd28b654be24ca2226edd422fc54cf94665f5ae5cc17dc51d3d52081c936f249b77fc4f8198de6a1ec0006edaf
 DIST opennebula-5.10.3.tar.gz 5694695 BLAKE2B 
09e20f0bcea43a454692c7bc5ac7e167024bc838755a2fed31ef5e4a0dea85f97a4334ec950a0a6c3f16a6d49837262dd7791b02298f58da600f65521de59764
 SHA512 
a0b581a6522054241d61255aba3a1754dd16052b058f0de244a3ec35fd99972aed36fef25d087a2a76566fa0d8c875c9e95766294d80adb4c5491231447ec839
 DIST opennebula-5.10.4.tar.gz 5697792 BLAKE2B 
fde611cbe5b44ee403b57e915253c9ffba267230bf3a54cd466260615918e871aebeae6f17c246a84ef1686df176134acff272c49e6a9b69c8841bc8fab1f1b5
 SHA512 
c509ec4a56b7865d118ab79e08227f0a78d1d899361ea2ae2ea3c6ac6ad3ab4a2a38211a4f5b7abf35ef512674d13ffb19f97286fed63515289e4f9a602f3145
-EBUILD opennebula-5.10.1.ebuild 9304 BLAKE2B 
c1c2bc2c4a7b2ac070f028810e42d4ee606685d03b421fb5e7641ae98c69038f98e13787d551e95a119ecc6337f2c335b8a315b9a49c323d394191914d7acc9e
 SHA512 
5eba336c5cf09d506d33f31bd34b2f75adb88a47bcd5b7639d890764a9466930ba1104f9f7d0acddb503c34f68db5e0ab51b87e442768cbf60484ae42f149682
-EBUILD opennebula-5.10.3.ebuild 9390 BLAKE2B 
da39a06e124f4e6f47d784b12cb049416739e822c3941394e470086134504b2d598246a871ef9fcb5e6a0be28f141df2edfa5e240f318028f53f5395bc649a6a
 SHA512 
6dafe62af5d946ac1fc06730bd8e42859401ccd4920ffe66fab98f620e13e8217fb9f6d7c3a65e0961fc6cb41377b4f52355183a96f7e9b0b97f61c2395f2447
-EBUILD opennebula-5.10.4.ebuild 9390 BLAKE2B 
da39a06e124f4e6f47d784b12cb049416739e822c3941394e470086134504b2d598246a871ef9fcb5e6a0be28f141df2edfa5e240f318028f53f5395bc649a6a
 SHA512 
6dafe62af5d946ac1fc06730bd8e42859401ccd4920ffe66fab98f620e13e8217fb9f6d7c3a65e0961fc6cb41377b4f52355183a96f7e9b0b97f61c2395f2447
+EBUILD opennebula-5.10.1.ebuild 9430 BLAKE2B 
319ce587d0028529e283120d41ea6d0a10e3ccc883d1387ee0d476428f0033f0b3dfc0afb6a293ac7efcba4d2afd82b291b906a30c52ded98d4b96352ab4d77b
 SHA512 
3b6a9cfc76ec18dedea59009d72ba0a9da675e52c80aa5e70e3a06212f08d778804c425005cfe5f5fbbc387a86d6e52559d480b242ebf6c23697f231c5bce47a
+EBUILD opennebula-5.10.3.ebuild 9516 BLAKE2B 
2af0a6502a9fef0abf6dd2f33228c59d416fd7e1bcc4d3b12ad7330a44e84128dcdf33ddff485a83c1862a8cf0bc63d920722a7e2f6dc48c850052c20e68baac
 SHA512 
c19de4d526661ad372dab6008ad41c54143d4044ca805bddb29b773951cf9c2e49aeb50533ac4f83ccfed392d1eadf72cd63663ed1cbacf6232637f25cac2eff
+EBUILD opennebula-5.10.4.ebuild 9516 BLAKE2B 
2af0a6502a9fef0abf6dd2f33228c59d416fd7e1bcc4d3b12ad7330a44e84128dcdf33ddff485a83c1862a8cf0bc63d920722a7e2f6dc48c850052c20e68baac
 SHA512 
c19de4d526661ad372dab6008ad41c54143d4044ca805bddb29b773951cf9c2e49aeb50533ac4f83ccfed392d1eadf72cd63663ed1cbacf6232637f25cac2eff
 MISC metadata.xml 931 BLAKE2B 
abb0ecf04eb6fc45f64c5d2d6636591c9d706fbf1902943a80f7e058443787824581219fb8457a83192e4e2b672521609449d4eef78ab677f8c093fe939034b6
 SHA512 
c3770f399572b16601e7eeaf4a1eb4b5eea950ad18239be8719124f60f3edd02da4c7b28b177329d70b0810ee7d8597e522dd62a1bd4c8ea1194acf0d92dfeb2

diff --git a/app-emulation/opennebula/opennebula-5.10.1.ebuild 
b/app-emulation/opennebula/opennebula-5.10.1.ebuild
index 7d7f4f3..0f31969 100644
--- a/app-emulation/opennebula/opennebula-5.10.1.ebuild
+++ b/app-emulation/opennebula/opennebula-5.10.1.ebuild
@@ -42,6 +42,12 @@ RDEPEND=">=dev-libs/xmlrpc-c-1.18.02[abyss,cxx,threads]
dev-ruby/treetop
dev-ruby/xml-simple
dev-ruby/zendesk_api
+   dev-ruby/ffi-rzmq
+   dev-ruby/ffi-rzmq-core
+   dev-ruby/rqrcode
+   dev-ruby/rqrcode_core
+   dev-ruby/chunky_png
+   dev-ruby/rotp
dev-libs/log4cpp )
mysql? ( virtual/mysql )
dev-db/sqlite

diff --git a/app-emulation/opennebula/opennebula-5.10.3.ebuild 
b/app-emulation/opennebula/opennebula-5.10.3.ebuild
index 661cb94..a23a832 

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

2020-05-04 Thread Alexey Shvetsov
commit: e85d264cc12bd74f073a8d9eb3942042005daa2d
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon May  4 19:38:07 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon May  4 19:38:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85d264c

sys-apps/fakeroot: works on ~arm64

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

 sys-apps/fakeroot/fakeroot-1.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/fakeroot/fakeroot-1.24.ebuild 
b/sys-apps/fakeroot/fakeroot-1.24.ebuild
index 791263fdb16..1145abde685 100644
--- a/sys-apps/fakeroot/fakeroot-1.24.ebuild
+++ b/sys-apps/fakeroot/fakeroot-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~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="acl debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-05-04 Thread Mikle Kolyada
commit: 552e6b68dd920b750bff956e4773d6b9a83a639e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May  4 19:34:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May  4 19:34:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552e6b68

app-admin/gopass: Version bump (v1.9.0)

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

 app-admin/gopass/Manifest| 152 +++
 app-admin/gopass/gopass-1.9.0.ebuild | 197 +++
 2 files changed, 349 insertions(+)

diff --git a/app-admin/gopass/Manifest b/app-admin/gopass/Manifest
index 6754b82bde6..6e0097b95f1 100644
--- a/app-admin/gopass/Manifest
+++ b/app-admin/gopass/Manifest
@@ -1 +1,153 @@
+DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
+DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip 56132 BLAKE2B 
5edcfe991d7fc40094d637bae8d8d6f1f897ab3d3786ade2bb80287738103264520681ced8d30d2037253206c32d3f867f4d024a571cb9aad030ebc451e198eb
 SHA512 
43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f
+DIST github.com%2F!d!a!t!a-!d!o!g%2Fgo-sqlmock%2F@v%2Fv1.3.3.mod 38 BLAKE2B 
eb94b6f6f4bf332f916cb642fae50486c6ad9f6a7aa1bb57aade3ed640bc98236ae167d30c140c106cee0ada737eca6bdf54d36bcab0751a940f283f55f08c5c
 SHA512 
43bc64732c4ca2ff23bb09cd67f002b05a1b68963116fb42cf9bd60ac8dade8b2efa1cab798217a73b221ea86fb4e219e36912ffe338c7bd505f2a877be05c09
+DIST github.com%2F!d!a!t!a-!d!o!g%2Fgo-sqlmock%2F@v%2Fv1.3.3.zip 42823 BLAKE2B 
cb9b71b7dc0372ee4fed1c9c4c51abbd6cffa907f0eb5dd156475187256e5f8d007e667324edcecb3bbe51badf51c7d46643b89f30613670506c0aa5e76833a6
 SHA512 
b419a038368e290028a8e10066a95044d1b4aadfc3d33d396c05482f155dec4bd04f5a2277092761fa4433f4e25263a64b31524198dbe669526871ee540070d1
+DIST 
github.com%2Falecthomas%2Fbinary%2F@v%2Fv0.0.0-2019092220-fb1b1d9c299c.mod 
36 BLAKE2B 
a276a7a6f741d44088769d7f398dc149179e64f54b3c37a2698f9d6d399af81d3b193e5fc6ffd34f222c9664d3f00ef26f8cab6b319c87b9c0cb327fc499a8a6
 SHA512 
9f41a508d98b7131e46a5cca2211372985f8bd1ea9bd2327ca46262855593b990f0d76aceae6cc92f30cfd8590d74c77bf99cff870bff88aef422aa20c700d5b
+DIST 
github.com%2Falecthomas%2Fbinary%2F@v%2Fv0.0.0-2019092220-fb1b1d9c299c.zip 
5309 BLAKE2B 
9edc07c07aaee14eaaf052da0084d0414011f087aec821dc8d3c51144fcdb04f39eda9912b243e20f26d00ef09a43df6aadc6bcfb30f75e85d692c3eed484eca
 SHA512 
7e655c05f5f86243fd2ddbbb23b1001b8f3134733a9fc45a3f26ecda5dacf8de05053b92fe9071b67e7b7c0bede38736540fbbc13282b9c08b5bcec00166
+DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.mod 35 BLAKE2B 
15461787708b56993bf7904db63ae2a711c78fe67157ff2adec29bcdce2f6c29b7ef5d997ed7a0123ab24b0f3069d3833405849924037ca4da8c05032725706a
 SHA512 
49d95d7db5b42c6948c50dcbee20a5ec6b554e78f8ee4beec2303b318d6289a32be807084806bd17ee8e680e58c2693f753614fdb6788f424c9d7496790b20ba
+DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.zip 7610 BLAKE2B 
98f86c3092146db7614ab394d67f720bc3a8852576c0ede1f7ff053dfd8811274d0ba981efa7dc2c8fc3350c360f21ed45f429ecbcfd2a2da8663a209079
 SHA512 
5df11a2def2b93ec0465fffaeee22cf12802fd63574dccf977a6153aaddbe95c2a3ce20388fa3c3dba0b41d0cafbfa827ab9e6c311cfeb491e5b09aa907cb6cb
+DIST github.com%2Fblang%2Fsemver%2F@v%2Fv0.0.0-20190414182527-1a9109f8c4a1.mod 
31 BLAKE2B 
15785a01a9f07d2cfe324a1ece5c8188395300b11821621fe13427b702cb9f452ebe125566c3c2648d2d83139add9ad6224d00536aaea7b16306eb62f67f8184
 SHA512 
5f7f52012aa82bdc43bd89d1491fbe00091299554bd85dbfc07f0cc757fcf44f4499df97a4f19c234ce70fbb7af0f4c54c13ffd547ef0a733365ea9c68dd0297
+DIST github.com%2Fblang%2Fsemver%2F@v%2Fv0.0.0-20190414182527-1a9109f8c4a1.zip 
21256 BLAKE2B 
7b97d839138a150071d5c23287761f25dc778ce0be309e740dcc2e80902b15575647295c0b82de0737c5de96a04847c078caac89519ceaeb763ebfb8861946f3
 SHA512 
cb924d643de6a8f38fdb1b8b512ca17e7df4bd93f397280e89a659f90d4ca937cc33a98bea851371275b6ffaa83220e275fa36a9095631d2784b16f4515d0366
+DIST github.com%2Fcenkalti%2Fbackoff%2F@v%2Fv2.2.1+incompatible.mod 35 BLAKE2B 
6b99dc9054d6616c7f66e1f0a76a11cadf095b8661aa92aaa97aaac4c2fd943a972f9947fa64167241747f633ca9f2a74e9ddd122dc39a083223912886e04b24
 SHA512 
b21cab6683819e3029097ac203e35963aa69e47c32cd88017f640f976da0fb64dae5a62d9c76f64868618be6df14603c9a72f24333d1639e654eedb5125421ab
+DIST github.com%2Fcenkalti%2Fbackoff%2F@v%2Fv2.2.1+incompatible.zip 14190 
BLAKE2B 
068cbd85a43c03d801420e794a87bca8d06aac5650cbd8597eff929bb3634edf85f33342b9b111626f995a340f77c76f60aa436c25654f47b3ed5c87af847c17
 SHA512 
cba946a17b3237fc696dcf45a7d2ab8e08795aa9a6b6a2dc9bf032cc26b15933d5b2d799a30e6631dbf6b2913c8cbf4f1833c6eedfe45b954a6cc1b6703a1b4a

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

2020-05-04 Thread William Hubbs
commit: 6a96a282e3e28b17611bbda2c05eb495e095
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 19:24:36 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 19:26:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a96a282

net-dns/coredns: remove 1.6.5

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

 net-dns/coredns/Manifest |  86 
 net-dns/coredns/coredns-1.6.5.ebuild | 127 ---
 2 files changed, 213 deletions(-)

diff --git a/net-dns/coredns/Manifest b/net-dns/coredns/Manifest
index 0954210fa07..a0af53bd8a5 100644
--- a/net-dns/coredns/Manifest
+++ b/net-dns/coredns/Manifest
@@ -4,7 +4,6 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f02
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.41.0.mod 1150 BLAKE2B 
e6d32da8176f74e26f11aab56598e5c98e38c72bc256aa4b95e700be87a1ebc3fe8310959f999c7fa374f9c0f26f0ff9369849d3dcba105b40e0272b373c59e1
 SHA512 
37d13b05637812e099d935a35211d7d2bed0de8b7674db2ebe4b48ff5ff4b03b58e3a6c6f6106d9af3f3f57bf71b86ee87179d9ac5c48184a1ff19b584ae26c5
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.41.0.zip 2930009 BLAKE2B 
58dd8671dace37dec14c66ae62b6267551d9ff8a21a8e05816a201805dd482c445586ef5f31fa64d8895c905de1818cc17c9ce897cd3bb07a8208f7c7a566f2b
 SHA512 
1395bc014e4b4a77b93d6d0a3e30a2ced789ab9f4ff2595f714558e204677dc3b9aa54ef2028cf0f82782246dde921665e7f575463346ef44023c011a6d8bb39
 DIST contrib.go.opencensus.io%2Fexporter%2Focagent%2F@v%2Fv0.4.12.mod 385 
BLAKE2B 
0f2f1cf4e6f3c7c077581eda5d58abe44a40922f77d77f7b679c7f75a060c6341b59f32d96205dbf162ac7c915a6cd0ee8fa1c38e96c5d5fa8f877a46e50d87a
 SHA512 
39d2d0883241829c4923434d321c6d675b3d4324a8062bd70006fb88ba700fe46b0164a55f0c6bba7cf9dd667a460dc1be0b58636481f521b3ec220365028667
-DIST coredns-1.6.5.tar.gz 508913 BLAKE2B 
50f4b56d31d328a29af69f269ab25711be17ca560adc8f4230f9aeb31815370bc2adbfb7c19099c49aba4d360901775419ef96c8430bfd552fe08838ba179e0f
 SHA512 
e759a74eaacf61b933b1faf055c47d0ed2cdcc07ce1f57ad5514667e23b7cd1cccb55e4cd0b478e9ad8a363de67bb8571bca62bfb29e94e0ba98b63265d6b9ac
 DIST coredns-1.6.9.tar.gz 523226 BLAKE2B 
78a20e06b89823bd04a6b8d1b221cd322bc6c0a9c930a84e5b03298377523c8e1a90563955ea540e1e96802de487ddbea0c6ebf717e4cb4dd0f48e994289b2cc
 SHA512 
8b3fbdb03682091d38ebf70435c2e41637ea8f3147911ca1c0d675139c47d9fd727ec0ddf62d213f5e99738030be08ba8844a784d027aa90afb28027a38336e2
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv32.4.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv32.6.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
@@ -421,91 +420,6 @@ DIST 
github.com%2Fxeipuuv%2Fgojsonreference%2F@v%2Fv0.0.0-20180127040603-bd5ef7b
 DIST github.com%2Fxeipuuv%2Fgojsonschema%2F@v%2Fv1.1.0.mod 39 BLAKE2B 
4a9a7321d9c10929abaf038e336248709fcfcde17c0ec9ec8e96407a9e12910b84e7008a7a847f533bd8695b56a8e35313d5771931d2fb1dfddd74ff59b58d5b
 SHA512 
8ee8fb19b40e1366446a91a48a495fa96e4626f594903b7d4a53355069043c5a2958612dd0bf0f8b0a01a4fadf9dd92d0b9dfafbd10ab9c8ee6e3bcaa01853d2
 DIST 
github.com%2Fxiang90%2Fprobing%2F@v%2Fv0.0.0-20190116061207-43a291ad63a2.mod 34 
BLAKE2B 
da6bd307f61b08eb749a0b2d9a9f445dfc057c8cafaa13f4a7c6d2d2324f7812c9c8269d9747cc21db9c3478f73558da05035b3f1ce9940f5c5befb16dcdd159
 SHA512 
b9773f617e5b48c6767051fc7dd2faa63a8a9d537ee42fb51efe6db5b3d24060dea0a264568bb5324915de8917a334f3563dc49d35651a4ee7c15042faad2964
 DIST 
github.com%2Fxiang90%2Fprobing%2F@v%2Fv0.0.0-20190116061207-43a291ad63a2.zip 
5264 BLAKE2B 
f6d986c7f5fbb1960fa1b62a5722d426c3ab79d865cb179bb9bca5a213bb2008a3cf4edb59dba1a336928cb0bd05d31f7083f394cec09270e66b55cd4a045b37
 SHA512 
2a8e1f10d10e4479568374b9e51b1b8dbbf1077d8af413d7dcd254ba1dc1cd38ee19e75a4661a4e237d3662e51cbcf96a08bc69a2e5beaf34a2559fcfb9d653c
-DIST github.com-Azure-azure-sdk-for-go-v31.1.0.tar.gz 16817209 BLAKE2B 
14c1d566cead849d212c54cc8e00c6d2646d3b7e7b23c9ccce0206c44d14af347eb5d398ced35a030a69179a8042c3253fc9d389270c7b9bdf801b42c286bf66
 SHA512 
6054e3eb42b1be85ccc5771d9299b8d01e6018fc967313c2d3372a1bffd3c0f5d9b6e200a56d03dafb1a7feb5c622b43e37c0cf3b15286eb200f541e53eecd50
-DIST github.com-Azure-go-autorest-v13.0.0.tar.gz 181063 BLAKE2B 
cf4663c84429234425f516adb3071b150282485311e9cc36ec676eacb8f248f57567cc86a2aef9a96bd53775862c7a5b849a04b7bfe8d61ecddd0571669cadf3
 SHA512 

[gentoo-commits] proj/linux-patches: New branch: 5.7

2020-05-04 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon May  4 19:21:42 2020 +

New branch: 5.7




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

2020-05-04 Thread Jonathan Vasquez
commit: 5a62f4fc9c268746d110f1c9d8632d4fdf3355d7
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Mon May  4 19:15:24 2020 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Mon May  4 19:15:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a62f4fc

sys-kernel/bliss-kernel-bin: Removed Kernel 5.4.15

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

 sys-kernel/bliss-kernel-bin/Manifest   |  1 -
 .../bliss-kernel-bin-5.4.15.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/sys-kernel/bliss-kernel-bin/Manifest 
b/sys-kernel/bliss-kernel-bin/Manifest
index 9c2a489251f..e0fff71bc04 100644
--- a/sys-kernel/bliss-kernel-bin/Manifest
+++ b/sys-kernel/bliss-kernel-bin/Manifest
@@ -1,4 +1,3 @@
 DIST kernel-4.14.170-FC.01.tar.xz 94162352 BLAKE2B 
360a6095c9ddaca171a1754c1989c4d382340d54fae4406aa1dde75c87ec2c8dd1e8772dd516db69d2fe8173ec4a7d0d2d6cb23517852be5f7f08dfad2213b28
 SHA512 
ba3888ab9f946dfc6b9a2536aab24d4ce304ff141f96754832b2d97f88aa7a7913530619e096fa55fd257a5f9ef0787b700d325a2bd28f6c65c1f33d9ce23b64
 DIST kernel-4.14.178-FC.01.tar.xz 96524864 BLAKE2B 
21b526fc49ced62e1268e497ea0eba581ab1e8662900b404237c30fb3887e13ca19b4af402f6b8f13690838a451bb06c295ca014d7bba3e6c73ecbd11b773f39
 SHA512 
10b2da503652b4fb0cb465a121c471a9a22d14b51e1abce132f29291ee6c933807af77d8112054bc5bfa92c04b4288749e35af3f029724b7e2e2b679b77a7989
-DIST kernel-5.4.15-FC.01.tar.xz 117954936 BLAKE2B 
96868fb485869dbb02120b84037847bf374eca12e281c7349ef9b3598e226dc2e7fe85f5e5f811f2c682ca4466e97f0dbae81c99912a7dc32c9302f76c46cc0e
 SHA512 
8dcdd8c483a5f5d68cec94d3336b8b5cb8abda53c51f4539f7e89e4a9e47081cdc427ac81ff2ec9a5e1aedd9757951e876211cb6d6cd1b793026ac110d384de4
 DIST kernel-5.4.38-FC.01.tar.xz 117089784 BLAKE2B 
724d7661f98daf272d0c938b3db038f142a585c91439aaf8691ba4194b410e90a4ec5c0396498e0d56d67818ed2f565f66d504b921cf509dc8b45d624c622a67
 SHA512 
fced22ba786a68b791c26e4260feecc9dc1ddc2a1a4bec0c5902a80801fe8b95e5177b3bef21311e866fa6c3a292286c317b12061d5ded60559cbf9e908ab8ae

diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild 
b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild
deleted file mode 100644
index 7df4e7a0e92..000
--- a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kernel-install
-
-# Variables
-_LV="FC.01" # Local Version
-_PLV="${PV}-${_LV}" # Package Version + Local Version (Module Dir)
-
-# Main
-DESCRIPTION="Precompiled Vanilla Kernel (Kernel Ready-to-Eat [KRE])"
-HOMEPAGE="https://wiki.gentoo.org/wiki/User:Fearedbliss;
-SRC_URI="https://xyinn.org/gentoo/kernels/${_PLV}/kernel-${_PLV}.tar.xz;
-
-RESTRICT="strip test"
-LICENSE="GPL-2"
-SLOT="${_PLV}"
-KEYWORDS="-* ~amd64"
-
-# Unset 'initramfs' since 'bliss-kernel' doesn't need them
-# as an explicitly enabled IUSE from the kernel-install eclass.
-IUSE="-initramfs"
-
-S="${WORKDIR}"
-QA_PREBUILT="*"
-
-src_install() {
-   mv * "${ED}" || die
-}
-
-pkg_postinst() {
-   # Stub out this function. The downloaded tarball is ready to be 
installed
-   # into the OS directly.
-   debug-print-function ${FUNCNAME} "${@}"
-}



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

2020-05-04 Thread Jonathan Vasquez
commit: 3d3a32eb89a11b62c8d64576e06bff94e030ad5d
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Mon May  4 19:14:25 2020 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Mon May  4 19:14:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3a32eb

sys-kernel/bliss-kernel-bin: Added Kernels 4.14.178 and 5.4.38

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

 sys-kernel/bliss-kernel-bin/Manifest   |  2 ++
 .../bliss-kernel-bin-4.14.178.ebuild   | 37 ++
 .../bliss-kernel-bin-5.4.38.ebuild | 37 ++
 3 files changed, 76 insertions(+)

diff --git a/sys-kernel/bliss-kernel-bin/Manifest 
b/sys-kernel/bliss-kernel-bin/Manifest
index 60f026e5436..9c2a489251f 100644
--- a/sys-kernel/bliss-kernel-bin/Manifest
+++ b/sys-kernel/bliss-kernel-bin/Manifest
@@ -1,2 +1,4 @@
 DIST kernel-4.14.170-FC.01.tar.xz 94162352 BLAKE2B 
360a6095c9ddaca171a1754c1989c4d382340d54fae4406aa1dde75c87ec2c8dd1e8772dd516db69d2fe8173ec4a7d0d2d6cb23517852be5f7f08dfad2213b28
 SHA512 
ba3888ab9f946dfc6b9a2536aab24d4ce304ff141f96754832b2d97f88aa7a7913530619e096fa55fd257a5f9ef0787b700d325a2bd28f6c65c1f33d9ce23b64
+DIST kernel-4.14.178-FC.01.tar.xz 96524864 BLAKE2B 
21b526fc49ced62e1268e497ea0eba581ab1e8662900b404237c30fb3887e13ca19b4af402f6b8f13690838a451bb06c295ca014d7bba3e6c73ecbd11b773f39
 SHA512 
10b2da503652b4fb0cb465a121c471a9a22d14b51e1abce132f29291ee6c933807af77d8112054bc5bfa92c04b4288749e35af3f029724b7e2e2b679b77a7989
 DIST kernel-5.4.15-FC.01.tar.xz 117954936 BLAKE2B 
96868fb485869dbb02120b84037847bf374eca12e281c7349ef9b3598e226dc2e7fe85f5e5f811f2c682ca4466e97f0dbae81c99912a7dc32c9302f76c46cc0e
 SHA512 
8dcdd8c483a5f5d68cec94d3336b8b5cb8abda53c51f4539f7e89e4a9e47081cdc427ac81ff2ec9a5e1aedd9757951e876211cb6d6cd1b793026ac110d384de4
+DIST kernel-5.4.38-FC.01.tar.xz 117089784 BLAKE2B 
724d7661f98daf272d0c938b3db038f142a585c91439aaf8691ba4194b410e90a4ec5c0396498e0d56d67818ed2f565f66d504b921cf509dc8b45d624c622a67
 SHA512 
fced22ba786a68b791c26e4260feecc9dc1ddc2a1a4bec0c5902a80801fe8b95e5177b3bef21311e866fa6c3a292286c317b12061d5ded60559cbf9e908ab8ae

diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.ebuild 
b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.ebuild
new file mode 100644
index 000..7df4e7a0e92
--- /dev/null
+++ b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+# Variables
+_LV="FC.01" # Local Version
+_PLV="${PV}-${_LV}" # Package Version + Local Version (Module Dir)
+
+# Main
+DESCRIPTION="Precompiled Vanilla Kernel (Kernel Ready-to-Eat [KRE])"
+HOMEPAGE="https://wiki.gentoo.org/wiki/User:Fearedbliss;
+SRC_URI="https://xyinn.org/gentoo/kernels/${_PLV}/kernel-${_PLV}.tar.xz;
+
+RESTRICT="strip test"
+LICENSE="GPL-2"
+SLOT="${_PLV}"
+KEYWORDS="-* ~amd64"
+
+# Unset 'initramfs' since 'bliss-kernel' doesn't need them
+# as an explicitly enabled IUSE from the kernel-install eclass.
+IUSE="-initramfs"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+
+src_install() {
+   mv * "${ED}" || die
+}
+
+pkg_postinst() {
+   # Stub out this function. The downloaded tarball is ready to be 
installed
+   # into the OS directly.
+   debug-print-function ${FUNCNAME} "${@}"
+}

diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.38.ebuild 
b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.38.ebuild
new file mode 100644
index 000..7df4e7a0e92
--- /dev/null
+++ b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.38.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+# Variables
+_LV="FC.01" # Local Version
+_PLV="${PV}-${_LV}" # Package Version + Local Version (Module Dir)
+
+# Main
+DESCRIPTION="Precompiled Vanilla Kernel (Kernel Ready-to-Eat [KRE])"
+HOMEPAGE="https://wiki.gentoo.org/wiki/User:Fearedbliss;
+SRC_URI="https://xyinn.org/gentoo/kernels/${_PLV}/kernel-${_PLV}.tar.xz;
+
+RESTRICT="strip test"
+LICENSE="GPL-2"
+SLOT="${_PLV}"
+KEYWORDS="-* ~amd64"
+
+# Unset 'initramfs' since 'bliss-kernel' doesn't need them
+# as an explicitly enabled IUSE from the kernel-install eclass.
+IUSE="-initramfs"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+
+src_install() {
+   mv * "${ED}" || die
+}
+
+pkg_postinst() {
+   # Stub out this function. The downloaded tarball is ready to be 
installed
+   # into the OS directly.
+   debug-print-function ${FUNCNAME} "${@}"
+}



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

2020-05-04 Thread William Hubbs
commit: 9eba90c4eb7ef8a2ba7898631dda683f529f353a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 19:03:54 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 19:04:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eba90c4

sys-cluster/minikube: remove 1.0.1

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

 sys-cluster/minikube/Manifest  |  1 -
 sys-cluster/minikube/minikube-1.0.1.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index eccf71c785c..0ace48aadd5 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -90,6 +90,5 @@ DIST github.com-spf13-jwalterweatherman-v1.0.0.tar.gz 6392 
BLAKE2B 15ed225aa9eb6
 DIST github.com-spf13-pflag-v1.0.3.tar.gz 46002 BLAKE2B 
b7caa90be69c7bb6a36b0da68af309debee6edd6e2596d39e286ebdb10f9f90246736f3af3a35c89ac704e2764d2ac40e76dad09c3147a942200592e3d234916
 SHA512 
d7121dade4fc06568cfb650a529dda350c60171e97ca405d29b9654a9fd06e453d20f8efc2fd8c51f530cfb0708648b2b2ba06ab40897b262ef2f3baf04d65a7
 DIST github.com-spf13-viper-v1.3.2.tar.gz 36932 BLAKE2B 
62a214160e4307949f2c2bf31f335f116b92852bb5afc01ae2e7d866a6d07d4dde4ec3c55472d4795d1813a57f8f3d750c92cfc909efb636efe405acd4912110
 SHA512 
7e70ac39d36ca9917984388977fcb95488b2b977a633c1adaa29ff342b1b5a1a7bb21b23e75e4ccbb624143712e6fa4028a47800ed5879d27355fbd61f9b8b1b
 DIST github.com-ulikunitz-xz-v0.5.5.tar.gz 477164 BLAKE2B 
505d5dfa38cc36ce9a9ec742ae1b7fbfeb5b658cbc8d376e103459b924e5ce4c1c23aa1314b308c28bf021ceded10e2bd590a809c35667b927c5aa42b210eb68
 SHA512 
8142b2031fe13b709f77721de9571966029ada028c59fb756191d3607263de9023a25bd322f26a9700c69d9b9a78ab3020a5e2cdec64c5dff6b31ec94f3e032b
-DIST minikube-1.0.1.tar.gz 11206771 BLAKE2B 
3aae096cd0998405ae30e1db699fd51330e82c13ebbf05283e5ead25918bfdd52c352fb8385caf7ef74b45fb94f63ddf2fa64c96cba79be59703cf0579e79e39
 SHA512 
41855aec3b159ddc8f6e89b9a8a63179edf21d3078040ccda56994aab8ce7b57f6a989d63b8b75c92698f2bbec8c128980b7f2268c793157f67f245625e07780
 DIST minikube-1.6.1.tar.gz 78447692 BLAKE2B 
16ee3d0f9dfc90f20723ae9ef33a36cbfa02de0f00d973f34c2e39872d6b954d5909c1aa534bb690b00ace0bdd4207986f022c796dfff20f776d12a13796bc96
 SHA512 
00da5047404abd631e08046a9e285d8009465b3cfa18c4e238bd5a6549714fb21f19864fcb68973e9a317f03a270158b90c36c0601316605edf2ecf93175b12e
 DIST minikube-1.6.2.tar.gz 78450821 BLAKE2B 
05efb671bebf197fa4942c578585583476c2550dd3f3dc7804bdd836f5b2cb38864ab39d267d968ace2b816220e7d45b40b7367782e8c1eb4755679c91a8f3d6
 SHA512 
40af184878e812defecf48308c1ce3a702415985e5e7dfde37d61fe3413bee5e986ecf4a873aa66f11faae733f8afa8c64e3b0122f4e75b7153764fdcc771c48

diff --git a/sys-cluster/minikube/minikube-1.0.1.ebuild 
b/sys-cluster/minikube/minikube-1.0.1.ebuild
deleted file mode 100644
index 65951f69c4e..000
--- a/sys-cluster/minikube/minikube-1.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube"
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 GPL-2 ISC LGPL-3 
MIT MPL-2.0 WTFPL-2 ZLIB || ( LGPL-3+ GPL-2 ) || ( Apache-2.0 LGPL-3+ ) || ( 
Apache-2.0 CC-BY-4.0 )"
-SLOT="0"
-IUSE="hardened libvirt"
-
-DEPEND="dev-go/go-bindata
-   ${PYTHON_DEPS}
-   libvirt? ( app-emulation/libvirt[qemu] )"
-RDEPEND=">=sys-cluster/kubectl-1.14.0"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e 's/ -s -w/ -w/' -e 's#.*GOBIN=$(GOPATH)/bin go get 
github.com/jteeuwen/go-bindata/...##' -e 
's#$(GOPATH)/bin/go-bindata#/usr/bin/go-bindata#g' src/${EGO_PN}/Makefile || die
-   sed -i -e "s/get_commit(), get_tree_state(), 
get_version()/get_commit(), 'gitTreeState=clean', get_version()/"  
src/${EGO_PN}/hack/get_k8s_version.py || die
-}
-
-src_compile() {
-   export -n GOCACHE XDG_CACHE_HOME
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-   LDFLAGS="" GOFLAGS="-v" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN} 
 $(usex libvirt "out/docker-machine-driver-kvm2" "") out/minikube-linux-amd64
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   newbin out/minikube-linux-amd64 minikube
-   use libvirt && dobin out/docker-machine-driver-kvm2
-   dodoc -r docs CHANGELOG.md README.md
-   popd || die
-}
-
-pkg_postinst() {
-   elog "You may want to install the following optional dependency:"
-   elog "  app-emulation/virtualbox or app-emulation/virtualbox-bin"
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/

2020-05-04 Thread Hanno Böck
commit: 4286e6b6fa1b9acdc3012b25b9013094fce9e635
Author: Hanno Böck  gentoo  org>
AuthorDate: Mon May  4 18:54:36 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Mon May  4 18:54:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4286e6b6

net-im/ejabberd: Enable STUN by default

Closes: https://bugs.gentoo.org/720960
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 net-im/ejabberd/ejabberd-20.04.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ejabberd/ejabberd-20.04.ebuild 
b/net-im/ejabberd/ejabberd-20.04.ebuild
index 706d73c5e2e..d68d2c5ba9f 100644
--- a/net-im/ejabberd/ejabberd-20.04.ebuild
+++ b/net-im/ejabberd/ejabberd-20.04.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
 REQUIRED_USE="mssql? ( odbc )"
 # TODO: Add 'tools' flag.
 IUSE="captcha debug full-xml hipe ldap mssql mysql odbc pam postgres redis
-   roster-gw sip sqlite stun zlib"
+   roster-gw sip sqlite +stun zlib"
 
 RESTRICT="test"
 



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

2020-05-04 Thread Andreas K. Hüttel
commit: cce133930b2d85cd8bed66715857ccf550048bbd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon May  4 18:35:42 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon May  4 18:37:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce13393

package.mask: Update old glibc mask, now masking <2.30-r8

Bug: https://bugs.gentoo.org/712726
Bug: https://bugs.gentoo.org/677272
Bug: https://bugs.gentoo.org/679044
Bug: https://bugs.gentoo.org/711558
Bug: https://bugs.gentoo.org/717938
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2a8609c0e3e..8573974ee13 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1125,7 +1125,7 @@ sys-devel/automake:1.10
 # switch the compiler / the binutils) ASAP. If you need them for a specific
 # (isolated) use case, feel free to unmask them on your system.
 

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

2020-05-04 Thread William Hubbs
commit: bc5b78e33a6d6de2d65a18bf9a154803b1d0cdd3
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 18:33:36 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 18:34:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b78e3

net-misc/cni-plugins: 0.8.5 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index c06bb485bcd..64bdf553abc 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9
 DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d
 DIST cni-plugins-0.8.4.tar.gz 2002863 BLAKE2B 
afc0229256f04b5079ff4f30fca422e7e72dc46b01a988b38647bbed767ad4c8362c99eca84ade86a52ffbd3aadda60ae1b14974436eab862d4c9ed356320b2b
 SHA512 
1a66a9d2cc3bad17201426905ed8349fa0c260ffef423338bc93c4ff191c4d38e6b9228ca3b5c44b148c854379f741f2dbd88ac9937dc1599f95f4df8b6f4346
+DIST cni-plugins-0.8.5.tar.gz 2003900 BLAKE2B 
e14ee6ca6979b638ed041a28d382867006b05843bf5b2c9c79386f4db590684b047af226a11b49e75b750e63927f3ee672cec54f12a1c7447550b8755a96b0bb
 SHA512 
e404ef69da189e2cc3e77ae1054fbea5232086066f2963d1ec824f63c02aede020ad8600d821ec47ae695043bd2c4a176d9e02b9a059024ff3a2fbeee9cb797a

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.5.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.5.ebuild
new file mode 100644
index 000..99902688060
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module linux-info
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+}



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

2020-05-04 Thread Andreas K. Hüttel
commit: e0bec9afbe073dd9ad9b97172385b1a268352e05
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon May  4 18:32:03 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon May  4 18:32:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bec9af

sys-libs/glibc: Remove old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/Manifest |1 -
 sys-libs/glibc/glibc-2.29-r7.ebuild | 1427 ---
 2 files changed, 1428 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index d7c9f2505cf..9bbebceba8d 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -10,7 +10,6 @@ DIST glibc-2.27-patches-3.tar.bz2 166511 BLAKE2B 
1dc54bef6e82112935c7411f7a5cd07
 DIST glibc-2.27.tar.xz 15395316 BLAKE2B 
ea206d304c8c9aa86d69db981a14bea008602cea06a6c151c4971a8df059949ffe5632b42a67ab0ffcd7c4d7ce1ec02ac48815dac4dade1c4dd41eaee8a6ed33
 SHA512 
7c5581154487d38d173ce1feb944e60207139cca148bccf066eaae322c0c2d219423bdcfa15c7f9be1b5e45dfc43c641cc5d80d3c3c65837d08a83cdb4e2a147
 DIST glibc-2.28-patches-9.tar.xz 98588 BLAKE2B 
4ab583be712994f949dee2512da6e12fd7f7ad73e96393f21678552b43da98f49321b53b5b009551300cdb09ca135e7f6adc636ff750c251a1d6d7f262dbc410
 SHA512 
e3f40ae6e9d06471c1a11bd2bce7b5161d07c3d0a81791505a72aec4817e7faf9ef09841e98c6dcf62a0a00754dff87dd194d97ac6b6354aeb2497cf60900b96
 DIST glibc-2.28.tar.xz 16484344 BLAKE2B 
9aa8cbd5a145c2a6fde3a60b3d0a14b12b46ed79333ad1ca3e73464adcfe700277a17a9e7fd0ca36e355a0c5b0b27decfa091da320ba802741ad75cc955bbcc8
 SHA512 
521f820953ff07c69ece4c2186f59fc061a7f9747932cd70ef2995c2b2deee76eeb6de700d85071cdca5949179aa8ccee75eda7feca1394121ec7b821ad0a3f3
-DIST glibc-2.29-patches-8.tar.xz 102712 BLAKE2B 
49aacff358c0f8499c444e73eec92f402b81236d6a91d1fc9864f974c5cb72fc5c87bf5ee77700a8333db4c68892b3940948158530cea0d0fbbda51df0ae7953
 SHA512 
7a929e023294e6b76569120cc234bc862f3e260994e56c3a2fc2b969b7313c94a47de7ef85f4e93c9083c16fde987ca470ab9d69d881ab49a22f5fd3a721703a
 DIST glibc-2.29-patches-9.tar.xz 10 BLAKE2B 
3c20891ee5c435925e67bbb641da54b6b7fe0114f5f1d3ea9e616414f9bafb4d32b4303f4f798507ee4e42227d68a543da203450b9bd10b61628cd0b3547725c
 SHA512 
c38f23e78e313fe2a9e223b720e8fd93c7c57e8408c6bc3ceacbfde354fa5d963e3cb525fe75aad7aaf7347066c0e4a671c0553fe490888478ff909492fdd164
 DIST glibc-2.29.tar.xz 16515488 BLAKE2B 
b754e6825176538a2b8ca03fce014f0d87d333dc4d038bf0cda5ee8a2f484cd3ce93ad78ec126737e093ab64b55ceedf04cd08aecb4f8041daaa329e99717afa
 SHA512 
146bc0769fe853d9edbf93cea7f74c5b3d84d69cb7614c62588e7acdecd1ec789a9d8949f3e8b99f8f36f2ccac740a003bed94f32b07817baf780b06cfeb6ed0
 DIST glibc-2.30-patches-10.tar.xz 72808 BLAKE2B 
a7a95c99482524b2896d15539766f1e6b1fe34a22f32119248c6dd44f42632076e86fdcbbdc2d604ec73ceccdd8a7f5936a62a6f4c3d039fae8f6901dfc6be77
 SHA512 
af5e213ff08bf38f6f529816c36b4e38df27207c2df254609ebe45b2f039ab553bbe563aa6f64b6667d328fd2c120dc21b6e2676540bdd94e58079237089eac3

diff --git a/sys-libs/glibc/glibc-2.29-r7.ebuild 
b/sys-libs/glibc/glibc-2.29-r7.ebuild
deleted file mode 100644
index 8b75be92edb..000
--- a/sys-libs/glibc/glibc-2.29-r7.ebuild
+++ /dev/null
@@ -1,1427 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig \
-   multilib systemd multiprocessing
-
-DESCRIPTION="GNU libc C library"
-HOMEPAGE="https://www.gnu.org/software/libc/;
-LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-SLOT="2.2"
-
-EMULTILIB_PKG="true"
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
-   inherit git-r3
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
-   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
-fi
-
-RELEASE_VER=${PV}
-
-GCC_BOOTSTRAP_VER=20180511
-
-# Gentoo patchset
-PATCH_VER=8
-PATCH_DEV=dilfridge
-
-SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
-SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
-
-IUSE="audit caps cet compile-locales doc gd headers-only +multiarch multilib 
nscd profile selinux +ssp suid systemtap test vanilla"
-
-# Minimum kernel version that glibc requires
-MIN_KERN_VER="3.2.0"
-
-# Here's how the cross-compile logic breaks down ...
-#  CTARGET - machine that will target the binaries
-#  CHOST   - machine that will host the binaries
-#  CBUILD  - machine that will build the binaries
-# If CTARGET != CHOST, it means you want a libc for cross-compiling.
-# If CHOST != CBUILD, it means you want to cross-compile the libc.
-#  CBUILD = CHOST = CTARGET- native build/install
-#  CBUILD != (CHOST = CTARGET) - cross-compile a native build
-#  (CBUILD = CHOST) 

[gentoo-commits] proj/portage-utils: New tag: v0.87

2020-05-04 Thread Fabian Groffen
commit: 
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May  4 18:24:20 2020 +

New tag: v0.87




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

2020-05-04 Thread Sergei Trofimovich
commit: c2c8143dc3a10e7fa379dad6aba646478d286875
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May  4 18:12:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May  4 18:22:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c8143d

sys-apps/util-linux: stable 2.35.1-r2 for hppa, bug #720024

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>

 sys-apps/util-linux/util-linux-2.35.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.35.1-r2.ebuild 
b/sys-apps/util-linux/util-linux-2.35.1-r2.ebuild
index 53cce482bdd..d71e24ce109 100644
--- a/sys-apps/util-linux/util-linux-2.35.1-r2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.35.1-r2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"

SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz;
 fi
 



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

2020-05-04 Thread Sergei Trofimovich
commit: 6ad75bd75d0e2bc8963b0caeb7de6d5d4a467058
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May  4 18:14:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May  4 18:22:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad75bd7

sys-libs/glibc: stable 2.29-r8 for hppa, bug #712726

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>

 sys-libs/glibc/glibc-2.29-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.29-r8.ebuild 
b/sys-libs/glibc/glibc-2.29-r8.ebuild
index de5cc132585..a6120fcc153 100644
--- a/sys-libs/glibc/glibc-2.29-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.29-r8.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



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

2020-05-04 Thread Sergei Trofimovich
commit: 71dbe6d2141f45bedc5f6b3313b5ee4e22e7a556
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May  4 18:15:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May  4 18:22:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dbe6d2

sys-libs/glibc: stable 2.30-r8 for hppa, bug #712726

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>

 sys-libs/glibc/glibc-2.30-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild 
b/sys-libs/glibc/glibc-2.30-r8.ebuild
index fb2c9a329b4..14ca4e95a44 100644
--- a/sys-libs/glibc/glibc-2.30-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.30-r8.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



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

2020-05-04 Thread Fabian Groffen
commit: 56f363e5658091f95b2f75ffd906a7861d0a2b8d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May  4 18:21:02 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May  4 18:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f363e5

app-portage/portage-utils-0.87: version bump for qlop -E improvements

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

 app-portage/portage-utils/Manifest |  3 +-
 .../portage-utils/portage-utils-0.74.ebuild| 36 --
 ...utils-0.86.ebuild => portage-utils-0.87.ebuild} |  0
 3 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/app-portage/portage-utils/Manifest 
b/app-portage/portage-utils/Manifest
index e47c8282394..b983dd18876 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1,3 +1,2 @@
-DIST portage-utils-0.74.tar.xz 1587792 BLAKE2B 
7c4588e3d44266a5260df42cc685aa03c584248e9970956033e4191a7a842a4b2162110ac99c2bb18645aaafc6ae6ee960e9b26ba0a8863497911eef1e943f64
 SHA512 
cd3f44c135b3d44e15a95eed41281fce62f225a9d05d5d5bb1be230b2d59cdb87755f011b313a9ec32e4cafdf3b3979c4ef423365edd7dcc472ca2e38c09c83e
 DIST portage-utils-0.80.tar.xz 1762692 BLAKE2B 
32e4502d517ec088eadf17a4a348b9b9bc33348380b65f93ac7c043150732ba3ff0d18ee96f8877c697a91000fdc036de392d6e6711d62248bb7c57e25d4433f
 SHA512 
cca86877e87e5bd2e9423822db4b7afa15e8f291717c808ef0455b121db0778b2364552e9f1d5e1a8bad3f1f8880ae2b5dbd586bf1dd74d7c4f4e72fa990c78c
-DIST portage-utils-0.86.tar.xz 1774232 BLAKE2B 
57971b2157050d7b086aee5a7b26bbe6396609476fc66d443c9b7f0b4ea27123bc569acb822f666f4901d4c8c26dcbf49dc2760f8938162fb9ad8c548e661f5a
 SHA512 
46edfbf8062654682f2fff38db2e2ae54965f7b0e4e7077154771e1a1105cc333a01002b9b8db483b7ed9a6e692128a6a0f9d4f222cb09f3a6e3589b31c7
+DIST portage-utils-0.87.tar.xz 1772956 BLAKE2B 
b1487d89303b524ffa9e6030feba181fcad73a6f38febf29f63b1f7bcd7a5080ddb1f907ca217040d064427f2060bb3885a61c30663594428be475a5bf7253f0
 SHA512 
a29f2d1fc85aea1c2b4c8b16fca0e9b559a980951f79cb10d7fd836d99ec65a904f2cbc54a949150ce490ba5d705b0aa5aa39f56365968b3dd591cb3d7c5eb21

diff --git a/app-portage/portage-utils/portage-utils-0.74.ebuild 
b/app-portage/portage-utils/portage-utils-0.74.ebuild
deleted file mode 100644
index a15dc1f84af..000
--- a/app-portage/portage-utils/portage-utils-0.74.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Small and fast Portage helper tools written in C"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils;
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-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="nls static"
-
-RDEPEND="dev-libs/iniparser:0"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   static? ( dev-libs/iniparser:0[static-libs] )"
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux || \
-  has_version '

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

2020-05-04 Thread Fabian Groffen
commit: ae815bf9ebd09e8330f048b1eb9bdceac247ab14
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May  4 09:21:59 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May  4 18:17:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae815bf9

app-text/html2text-: adapt ebuild for latest git state

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

 app-text/html2text/html2text-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-text/html2text/html2text-.ebuild 
b/app-text/html2text/html2text-.ebuild
index ac89e86640b..1e7099098c7 100644
--- a/app-text/html2text/html2text-.ebuild
+++ b/app-text/html2text/html2text-.ebuild
@@ -29,5 +29,9 @@ src_compile() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   emake DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   MANDIR="${EPREFIX}/usr/share/man" \
+   DOCDIR="${EPREFIX}/usr/share/doc/${P}" \
+   install
 }



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

2020-05-04 Thread Thomas Deutschmann
commit: da78c8dff7c0ee6dff92df6f60409279b8fbb32b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May  4 18:07:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 18:11:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da78c8df

profiles: Mask =dev-db/mysql-5.7*[static]

Link: https://jira.percona.com/browse/PS-5461#comment-236559
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2e7923c97fb..b56bd45a8ba 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Thomas Deutschmann  (2020-05-04)
+# Known to be broken and removed in newer versions.
+=dev-db/mysql-5.7* static
+
 # Ben Kohler  (2020-04-29)
 # Dependency pam_wrapper missing for tests, and RESTRICT=test is already set
 net-fs/samba test



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

2020-05-04 Thread William Hubbs
commit: 42c33844744ec468b54c36bededb7ee6d6e97f33
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 18:05:01 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 18:05:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c33844

dev-util/jfrog-cli: remove old versions

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

 dev-util/jfrog-cli/Manifest|  57 --
 dev-util/jfrog-cli/jfrog-cli-1.30.4.ebuild |  91 ---
 dev-util/jfrog-cli/jfrog-cli-1.34.0.ebuild | 176 -
 3 files changed, 324 deletions(-)

diff --git a/dev-util/jfrog-cli/Manifest b/dev-util/jfrog-cli/Manifest
index fa830c429e8..54c320eb270 100644
--- a/dev-util/jfrog-cli/Manifest
+++ b/dev-util/jfrog-cli/Manifest
@@ -36,24 +36,16 @@ DIST github.com%2Fgliderlabs%2Fssh%2F@v%2Fv0.1.1.mod 33 
BLAKE2B 18725478b6c6a565
 DIST github.com%2Fgliderlabs%2Fssh%2F@v%2Fv0.1.1.zip 30134 BLAKE2B 
07218f941f9f4f99f08079a18c9429a1648a6940aed9235f902fc42d2ad6a69f1ea829bcc45a134de3883e0a9a5ed2bd8527b778c6f120acbe32b2baafee353f
 SHA512 
e2d91cf1c5efdff4703f4b2c10e5662f112aa3d085641d178fb18de2ec13ddb526d4850979e658d0759faa445de6f91bb0c38371b264afb2fc8dfbb83b765abd
 DIST github.com%2Fgolang%2Fsnappy%2F@v%2Fv0.0.1.mod 32 BLAKE2B 
8b498b103962181cf69cf5de686eee1a7f0e481ccd35430e33999c951b91ebb98e9dcb1dc9c4e40cb379fe4abae40a47eb36d9456fea076e44245022552d055a
 SHA512 
c9faa5760addf2869df9a3ec5ed9da02944823afc5be93b8b6193c43261d167cff2aeb65bb844d959d368ada83932c86056aefbff799be326e889d3de4c2b8f5
 DIST github.com%2Fgolang%2Fsnappy%2F@v%2Fv0.0.1.zip 69641 BLAKE2B 
7d5306ebb893e705188699f7b5e690c375bda9e0ab4c904aec10560dd75f278016c9f69ce4973260a4e5a8d8d7dd7c2f12a59f98e96a4456af6f23fd0db224c2
 SHA512 
fa400e3e1b6f57e29c93ecfb1dd94ccb1e4e4924f3b62ae125ad0bd88d56b5c48080ad78dbf545c1056bcacf860b93363a27780dbce2b812c5b58ca3c74fd11e
-DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.2.0.mod 32 BLAKE2B 
7c7baa1e29b9806fb97e0d557200e8722f2d373e149127307efa285cdfedb36dd57355168554d1a1bada62144e6a6a00c4d3246aa9afc7d0ffae0f087459c552
 SHA512 
7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45
 DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.1.mod 40 BLAKE2B 
c717b6aaf18662c20120746a021b0ca878e7b190b3456cab24ec98032390a85b0af8540295e470647d403bf1beb582c8f8a74fa7129c4cbf747257206235c5a5
 SHA512 
351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa
 DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.1.zip 99651 BLAKE2B 
14632f8da685fecc046b2cc9e61eecca02e7bd4720ebb1d3cd01a299e59d47cc604abc57d5518e18dea69785e3d5d539d87da211279e238a78dd23e3d7f8c7bd
 SHA512 
4b47aa3677a464af17f3e320f41f59e775b45f04cabf2cf749e00ba1aa97e27ee78a07daad347bac4b5c41e2c430634fba57c6edbcd7ad405b5a084142871362
 DIST github.com%2Fhashicorp%2Fhcl%2F@v%2Fv1.0.0.mod 75 BLAKE2B 
a44a3c2185418f331e2648bdef36882414dbf8416884b8fd385b7e926c9b837d317322a433e7312e14c27eb095cbed26a74eec9822f0f063a2d14e753031f632
 SHA512 
045ed40015294ebd8f7a6df06b418415da8f091d09fb4d34fd70718bbf5ce9f49dca7399dc5649336de3fc83bbbd93e740ad6f62d41ea540fae3b17f349cd66b
 DIST github.com%2Fhashicorp%2Fhcl%2F@v%2Fv1.0.0.zip 121655 BLAKE2B 
071d008723f19fcac3ee740e1b4898414cf09a2813bdb6922705cdcad5913d7fe4682d11219ef10d8bd3921fcf93c7d568daadd33b8e7c307a55eea6ac0d54ca
 SHA512 
19403c36137b6ec9247fab3a9255dc98ad9dc46ba03ad3788e11298f8a310756b24dbfd3a0d9893ad93dc111dd228c421f96daae09e2058438c3c7c58386a71b
 DIST 
github.com%2Fjbenet%2Fgo-context%2F@v%2Fv0.0.0-20150711004518-d14ea06fba99.mod 
36 BLAKE2B 
3face566779516d32818939bfc87f0c24ef4b03ec89330763cb2de2ab371a6a391eb5fbf24d9619a07719f160c4f6c403dd4fbe1c650764c5e0ff43a43051aa0
 SHA512 
fc1cd659d6210d91ef66189a759c3850b242b76267035f38959be2b2f35283b54a61334f4416b619ff017d39646433c5a13c6b181e53bdfb28fbc3f9c35f3dbd
 DIST 
github.com%2Fjbenet%2Fgo-context%2F@v%2Fv0.0.0-20150711004518-d14ea06fba99.zip 
8654 BLAKE2B 
2a43429e35596402b196284d0b67ab0d12a380f87dedc2866ad300280095ef93e3c67c924949870a6e5109f4cca46c18e79adcc44a3689a1ac089177c56ce686
 SHA512 
bd003ca9570bd363ac70b7e2e6084c033b1255939759c2e07ff8e247a46b54e299980a310c430a0b3d81280fa61d49959e7c4fed94e6b70d36f16a034568a5a3
-DIST github.com%2Fjfrog%2Fgocmd%2F@v%2Fv0.1.12.mod 285 BLAKE2B 
6e10480f0b53e03a87139ebabccdac8237765f7831cc73ca90fd8007c294ddc5b1be382144aac65abc2f00f7d7ca71ed3c49f11b0ad90c52a73621341f21b9bd
 SHA512 
9000cb0ea2d2f145ca5ca681d35866dfe91d2c7c41ec13bb8cdae80f290c8b608822b58fda17cc3b0337464fc19ac9177387689bd8cb509bd18be20ae9e6b984
-DIST github.com%2Fjfrog%2Fgocmd%2F@v%2Fv0.1.12.zip 36420 BLAKE2B 
f73677b3de8833875ebca293bd1c21435cd0fdf7019e1c55d365bf45bc47febd0d866ee6f289e20b1491f06ee24c802b6c362a79e96075e32143abe23f544897
 SHA512 
5facc403caaac0443ddb824c41c80b04f601a2ffae781f1e796b0aff909e91cb4b3004baa968c4de2d78d0d60d906352e41e7fdeb8accf41324f5a5220ebc3dc
 DIST 

[gentoo-commits] proj/gcc-patches:master commit in: 8.4.0/gentoo/

2020-05-04 Thread Sergei Trofimovich
commit: 872994d6e70ffca2d1b57f9013dccb5dcf48cbb0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May  4 18:00:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May  4 18:00:12 2020 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=872994d6

8.4.0: backport https://gcc.gnu.org/PR94929

Bug: https://gcc.gnu.org/PR94929
Signed-off-by: Sergei Trofimovich  gentoo.org>

 8.4.0/gentoo/30_all_alignof-failure-PR90736.patch | 35 +++
 8.4.0/gentoo/README.history   |  1 +
 2 files changed, 36 insertions(+)

diff --git a/8.4.0/gentoo/30_all_alignof-failure-PR90736.patch 
b/8.4.0/gentoo/30_all_alignof-failure-PR90736.patch
new file mode 100644
index 000..862ed6d
--- /dev/null
+++ b/8.4.0/gentoo/30_all_alignof-failure-PR90736.patch
@@ -0,0 +1,35 @@
+https://gcc.gnu.org/PR94929
+
+From f6965321b1c00bfb2b9c8407df56bcf38f096088 Mon Sep 17 00:00:00 2001
+From: Marek Polacek 
+Date: Mon, 4 May 2020 13:25:42 -0400
+Subject: [PATCH] c++: Bogus error with alignof [PR90736]
+
+   PR c++/90736 - bogus error with alignof.
+   * constexpr.c (adjust_temp_type): Use cv_unqualified type.
+---
+--- a/gcc/cp/constexpr.c
 b/gcc/cp/constexpr.c
+@@ -1255,7 +1255,9 @@ adjust_temp_type (tree type, tree temp)
+   if (TREE_CODE (temp) == EMPTY_CLASS_EXPR)
+ return build0 (EMPTY_CLASS_EXPR, type);
+   gcc_assert (scalarish_type_p (type));
+-  return cp_fold_convert (type, temp);
++  /* Now we know we're dealing with a scalar, and a prvalue of non-class
++ type is cv-unqualified.  */
++  return cp_fold_convert (cv_unqualified (type), temp);
+ }
+ 
+ /* Callback for walk_tree used by unshare_constructor.  */
+--- /dev/null
 b/gcc/testsuite/g++.dg/cpp0x/alignof5.C
+@@ -0,0 +1,6 @@
++// PR c++/90736 - bogus error with alignof.
++// { dg-do compile { target c++11 } }
++
++constexpr int fn(const int b) { return b; }
++constexpr int c = fn(alignof(int));
++alignas(c) char d;
+-- 
+2.26.2
+

diff --git a/8.4.0/gentoo/README.history b/8.4.0/gentoo/README.history
index dd7b53a..4a4db81 100644
--- a/8.4.0/gentoo/README.history
+++ b/8.4.0/gentoo/README.history
@@ -1,5 +1,6 @@
 2  TODO
+ 29_all_libcpp-ar.patch
+   + 30_all_alignof-failure-PR90736.patch
 
 1  03 Mar 2020
+ 01_all_default-fortify-source.patch



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

2020-05-04 Thread William Hubbs
commit: c7528d0ff24c49d2d0c1119a28443bfe2e490298
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 17:38:57 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 17:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7528d0f

app-admin/consul-template: remove old versions

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

 app-admin/consul-template/Manifest |  53 
 .../consul-template/consul-template-0.23.0.ebuild  | 102 
 .../consul-template/consul-template-0.24.0.ebuild  | 102 
 .../consul-template/consul-template-0.24.1.ebuild  | 287 -
 4 files changed, 544 deletions(-)

diff --git a/app-admin/consul-template/Manifest 
b/app-admin/consul-template/Manifest
index 8d2ad11c916..02ffb09921f 100644
--- a/app-admin/consul-template/Manifest
+++ b/app-admin/consul-template/Manifest
@@ -1,7 +1,4 @@
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
-DIST consul-template-0.23.0.tar.gz 192356 BLAKE2B 
204f0fc7ca6780a60d88ccbd75181897e9c4db5194cd702e2ac3759d456dcb9fcae4a9f8481ccbd2d61609fb9d1330f143a0c039b6278e15d85cc2535cf5b13e
 SHA512 
769992578fb6b9f69e9c41280a46c27e74cabbd7cffddc158dc301ffaa9ad1e5b11e626e5bc2e18532952fecb61f83c107003929e9671d5de4c6f3a82b7120f6
-DIST consul-template-0.24.0.tar.gz 192679 BLAKE2B 
85717ad08038c9ec27174220cb5bc7174c8ac8eae9815fd0f403ebf0f5daea39429cfed30939764c53cd1448be94e8a2045e6fdd79af41a4fd913592b4f74600
 SHA512 
ea5c92b2b30534a2e9e407ebef5057e05f201488f3b46fc9f2b339e1cf56086fac15fff3bc17c5622f852139d1d9b3f872a13b9e6978282f4939c76beeeae28a
-DIST consul-template-0.24.1.tar.gz 192750 BLAKE2B 
ed9b8cd0059597fe540f8522d05237f8f98bd26083b5ee73a26b78e9882f76f58b595ed5f423da93d4aeff8717c88ffb1665d70769b744f282507b99dad2f991
 SHA512 
5cb36888f088f1be2a313de51776d258acd5a7b064fac7a80c31d9a6e8852132c82226703da0dfc26fd093eff7cff8de1c34605c18abbf3353d87e91f9a6ddbe
 DIST consul-template-0.25.0.tar.gz 197301 BLAKE2B 
f6e7d87b6fbb1d56728af0116ce0cd3ace800fa2e1d1edea57acbcd9cd1f1cf9a625426ab139744083071a1641a99aa526d44f28a147bbb1f2afe714b83969fd
 SHA512 
225e0e1f400b6ca6913758f0c4c77788977d4e6f861d50efa89662a652b1c8c648d269c9cb42ae5a590739ab1159a8b1a386cd9942a1c7dafc5200a8923b4c9b
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip 56132 BLAKE2B 
5edcfe991d7fc40094d637bae8d8d6f1f897ab3d3786ade2bb80287738103264520681ced8d30d2037253206c32d3f867f4d024a571cb9aad030ebc451e198eb
 SHA512 
43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f
@@ -42,12 +39,8 @@ DIST github.com%2Fgoogle%2Fbtree%2F@v%2Fv1.0.0.zip 17644 
BLAKE2B 2ab156c678ef512
 DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.2.0.mod 32 BLAKE2B 
7c7baa1e29b9806fb97e0d557200e8722f2d373e149127307efa285cdfedb36dd57355168554d1a1bada62144e6a6a00c4d3246aa9afc7d0ffae0f087459c552
 SHA512 
7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45
 DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.0.mod 40 BLAKE2B 
c717b6aaf18662c20120746a021b0ca878e7b190b3456cab24ec98032390a85b0af8540295e470647d403bf1beb582c8f8a74fa7129c4cbf747257206235c5a5
 SHA512 
351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa
 DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.0.zip 99332 BLAKE2B 
d95e04036796b0687ccfe18e2cae196efa87fbfe7a763a219860a82117f5a7ac594af005d67698289a9fa0f19b9c397f850ebcc8f6b2e2390fcc6463e95dd47a
 SHA512 
6922e27a1a67c4e858880ca338f68ed80bc01175801b2194a900ba265c00eb482c29e785c564e9afb8f60288593b315ae8af6c8f366d35475678003440115d26
-DIST github.com%2Fhashicorp%2Fconsul%2Fapi%2F@v%2Fv1.2.0.mod 449 BLAKE2B 
5c517acad8ba870fd05145616c26b0dd4fd8761116cf531c49e9d5509da11f993d66a066c272d1e3d157e721ca34a3260257b351d5118225f48ea1433d0c4629
 SHA512 
cfd0f9903956f912289fb78038b00623e489137c9d7a4c25fb37c3dfad21d7f8cd884976665c6d4738c557207030120cb3763dd6a1696695acaf8ab18668b449
-DIST github.com%2Fhashicorp%2Fconsul%2Fapi%2F@v%2Fv1.2.0.zip 135728 BLAKE2B 
04450f9349fa79e6e6245006eb3991355b7138ad7a9ab71114b7560276b34d6d9685d8ac327f71782e8d2468fb20e0e2791c9b91e1b59d15d69b5667b51b3c67
 SHA512 
d85f09bd8676878bd0c84574c2564c4c8b859a3c77b5e0daa6000c0bec10ae0383447f5025d602f230c26308ba54d3f8931365445cb81e7083cba397a98c6589
 DIST 

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

2020-05-04 Thread William Hubbs
commit: e1f8087f5a8bcdd47d6988a64bba951699e265b5
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 17:56:43 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 17:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f8087f

app-admin/mtail: repoman fixes

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

 app-admin/mtail/mtail-3.0.0_rc35.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/mtail/mtail-3.0.0_rc35.ebuild 
b/app-admin/mtail/mtail-3.0.0_rc35.ebuild
index 17c8e690353..8b1f83b9fd1 100644
--- a/app-admin/mtail/mtail-3.0.0_rc35.ebuild
+++ b/app-admin/mtail/mtail-3.0.0_rc35.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=7
 
 inherit go-module



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

2020-05-04 Thread William Hubbs
commit: e070c945747a0a2e168c660c70bc277a94ad3578
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 17:56:13 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 17:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e070c945

app-admin/mtail: remove old version

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

 app-admin/mtail/Manifest| 23 ---
 app-admin/mtail/mtail-3.0.0_rc33.ebuild | 68 -
 2 files changed, 91 deletions(-)

diff --git a/app-admin/mtail/Manifest b/app-admin/mtail/Manifest
index 71e0c770abd..6fab4a8fbd8 100644
--- a/app-admin/mtail/Manifest
+++ b/app-admin/mtail/Manifest
@@ -124,28 +124,6 @@ DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.4.0.mod 179 
BLAKE2B 3bb7cee3118f0
 DIST github.com%2Fuber%2Fjaeger-client-go%2F@v%2Fv2.15.0+incompatible.mod 40 
BLAKE2B 
5b237034cbfb2f1a2fcf7a15937c89241c76b74f8085486a24ac2b8082772af9e05274c3e6d46378492e8a478532c889bef2da72daea94ae413ee2fd54326806
 SHA512 
7a620df2c7dd83a7d5df69714186d055519d5422683147f6e02a19db4f12293ba0674091c3f361e0c11d9661ab9938b4f69c10892e9cd490403ef2bb748e5e8d
 DIST github.com%2Fuber%2Fjaeger-client-go%2F@v%2Fv2.22.1+incompatible.mod 40 
BLAKE2B 
5b237034cbfb2f1a2fcf7a15937c89241c76b74f8085486a24ac2b8082772af9e05274c3e6d46378492e8a478532c889bef2da72daea94ae413ee2fd54326806
 SHA512 
7a620df2c7dd83a7d5df69714186d055519d5422683147f6e02a19db4f12293ba0674091c3f361e0c11d9661ab9938b4f69c10892e9cd490403ef2bb748e5e8d
 DIST github.com%2Fuber%2Fjaeger-client-go%2F@v%2Fv2.22.1+incompatible.zip 
336931 BLAKE2B 
9f3710bb7904f0e510a5e5a7af9e763c93304cdef927d2cf3d2ee46fbfc4d0ed3a6d2904cc1bbab503daa1f5dd073203a18d60d0f78f6ed75f03065acb5c6229
 SHA512 
69f4f644b32d2c12beb7e409a23465026779153e3160bf6dea4dc92ca1015c9767d8fe8f2ab5c65fe01a5b66ec85cecb7d34a0340afa33c5ce92e3438868cc13
-DIST github.com-apache-thrift-v0.12.0.tar.gz 2960476 BLAKE2B 
243b1691c0c3e52c13839d8170f959058c2c7851f53ce619c623e20b4c0c5e842ec877ebca8a18a285918643883f49759685936bcb89154946e214353db72f0d
 SHA512 
b4154bca6ba9562d2d0aa7835aabfccbe1f065cea8b254539659bf357cd0d2f1044037e78c4030fa625853b544c1e36ac6b3a02983bb2b355ce9f6eebcecf8f2
-DIST github.com-beorn7-perks-v1.0.0.tar.gz 10866 BLAKE2B 
bebb0b77adef45fd5c89302ba637e3b5e8e918276ff798dbeb11fbf9d490f3efa760cf4685b21c8a736469fbe7ebce3f20bbcc66092766e418a654d149caa401
 SHA512 
23a6660dd9e806efc841fe3acf702dc3471808770c86cbfa3353adfa9d9534eb6d20591bb60be2c798ebf8823907b2d5188339869f4b0f61bb2e9ecf74b4ea77
-DIST github.com-census-ecosystem-opencensus-go-exporter-jaeger-v0.1.0.tar.gz 
26965 BLAKE2B 
5f962ca14b0c046f01d13ca129b6018e2554f2dafe49c508c0a830cad20d0c8e641563d3b96c46542f4997c892bc398cf7e6cdc10562e07681f398914e165bfc
 SHA512 
752e05698d1d2429008c4a0f17f4ee982f26cd2ac84180a9b3bed82813b5f268e22f8d31f92ab1c812fdb0733e0d43bfcd378a3532957b007e300f3d15d59e4b
-DIST github.com-census-instrumentation-opencensus-go-v0.22.0.tar.gz 162290 
BLAKE2B 
24c2d2700b21fff2189cff831c7d7aebedce740b087219650cc38257a6a9589d37b209812bc2da476b04a5eeafa79dd2dd185460c908f6479b9154ac5eaff970
 SHA512 
e8b69381ac64750d259fb21c35aa80364d692ed02a15d7ba6ad29f43101290f0e36fca2feef52c29b1d2d83201495f6b374cf4f9f8208222d1f9609ba861dec3
-DIST github.com-fsnotify-fsnotify-v1.4.7.tar.gz 31139 BLAKE2B 
f2d0aaabfad525fb640beba78991a858ad23203a557a69fc15d2f017b2a693c64c244de435682b1cd9d59e89a97e4ba60c7f95fa99a6145a9dea73b0f334936e
 SHA512 
840943043c49c837641f04b976f2ba610fc03bd31030ca6442744d51fa9241da1905730ea11466e249a5bd37437f1e2a433a012a64ce872a1562c941bd5bfcbf
-DIST github.com-golang-glog-23def4e6c14b4da8ac2ed8007337bc5eb5007998.tar.gz 
19688 BLAKE2B 
f9ff73060c3b10603472c3ea4f50b4afa6abb5a4e9e7ac43d2a6c2e62541d43ef9f0ef7a8759d9b3281d72e5f90c516ee174c91de9a640a5bdf6877700450d44
 SHA512 
e9e70cf2a2d74ca813d0cadc23d213a1112ca4d1167abb63d8e0929585fca90c3a5bab1f49db20095c48bf1fe03b4424353c33728d09a201334eb65770888dc5
-DIST 
github.com-golang-groupcache-869f871628b6baa9cfbc11732cdf6546b17c1298.tar.gz 
26038 BLAKE2B 
154828b6d5f8be97ee9b462a766834e36f8012e7e15a8d7d30f0a5a8a3d1773aeb9b103b3dd1470f7553fb5a5ddff52860565dc6d47f0c49af608309d1be67b2
 SHA512 
0245e645d9cdca84f8413d58f507a9bdcd8b047784aed2a9175cf31ecdd9de19a088afdd28a1079200fd13ad1ba6f647d29ba54bbeff10811af8cccdd0bc2837
-DIST github.com-golang-protobuf-v1.3.2.tar.gz 312285 BLAKE2B 
381ae3c4bad3d3b3d489a3b66752e9e2405d17d9ed2c55aa1ec06ce6c18171b1c7625f6cc6e28490551a6410835f6e774a408de39f6e9ea9b3cddaf46e3b859a
 SHA512 
ef9190f7773b18005760eb755a1dee25eff38c188687033362635e2431cf2c7372a59a3fec91acd6e4f63aa31d08391f7521a8dafef7895268b6a1a78735dd8a
-DIST github.com-golang-sync-112230192c580c3556b8cee6403af37a4fc5f28c.tar.gz 
16835 BLAKE2B 
51efe53ea7ab1f11f8ff078fbfa91526b97a1d918101bdbc755aa500424dda860d3a11195c1e44d033eaf7e0d09e7f327e404ad9af84f4b9747d8805b53dcf10
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opencv/

2020-05-04 Thread Mart Raudsepp
commit: b3e407128c281905db419a55efbfb19c5fdccb73
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  4 17:51:42 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 17:52:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e40712

media-plugins/gst-plugins-opencv: raise opencv minimum to ensure testing

opencv3 is going away soon; raise minimum to ensure it gets tested more
against opencv4.
Also change contrib(+) USE dep to contrib, as the IUSE not existing was
a opencv2 thing.

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

 ...lugins-opencv-1.16.2.ebuild => gst-plugins-opencv-1.16.2-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild
similarity index 82%
rename from media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2.ebuild
rename to media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild
index 577fec7ff76..6e31c6ff5ec 100644
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild
@@ -10,8 +10,9 @@ DESCRIPTION="OpenCV elements for GStreamer"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+# >=opencv-4.1.2-r3 to help testing removal of older being fine
 RDEPEND="
-   >=media-libs/opencv-3.0.0[contrib(+),${MULTILIB_USEDEP}]
+   >=media-libs/opencv-4.1.2-r3:=[contrib,${MULTILIB_USEDEP}]


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

2020-05-04 Thread Thomas Deutschmann
commit: b8f590a95aa84e1503d7e0777ef47e551eac6a08
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f590a9

Fixed CPE tag for dev-python/pyyaml

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/pyyaml/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pyyaml/metadata.xml b/dev-python/pyyaml/metadata.xml
index 98375f20aa1..79464ece48b 100644
--- a/dev-python/pyyaml/metadata.xml
+++ b/dev-python/pyyaml/metadata.xml
@@ -8,4 +8,7 @@
   
 enable support for C implementation using 
libyaml
   
+  
+cpe:/a:pyyaml_project:pyyaml
+  
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 167f932b8665d67f7081f7ac02918002eae577df
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167f932b

Fixed CPE tag for sys-devel/make

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-devel/make/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/make/metadata.xml b/sys-devel/make/metadata.xml
index 56c12441305..578976c4fb5 100644
--- a/sys-devel/make/metadata.xml
+++ b/sys-devel/make/metadata.xml
@@ -5,4 +5,7 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   cpe:/a:gnu:make
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 12d51435a226b774c2b791a66aed2cb696b55082
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:51 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d51435

Fixed CPE tag for sys-libs/libseccomp

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-libs/libseccomp/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/libseccomp/metadata.xml b/sys-libs/libseccomp/metadata.xml
index b31e5b3e45a..03ce6dc6c4b 100644
--- a/sys-libs/libseccomp/metadata.xml
+++ b/sys-libs/libseccomp/metadata.xml
@@ -8,5 +8,6 @@

seccomp/libseccomp
libseccomp
+   cpe:/a:libseccomp_project:libseccomp

 



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

2020-05-04 Thread Thomas Deutschmann
commit: bb7bfe1f540cc32c7424c8ff7096ed4dfff5b318
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7bfe1f

Fixed CPE tag for net-misc/chrony

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/net-misc/chrony/metadata.xml b/net-misc/chrony/metadata.xml
index 70ff1db2363..d13933dc6d5 100644
--- a/net-misc/chrony/metadata.xml
+++ b/net-misc/chrony/metadata.xml
@@ -29,4 +29,7 @@ Chrony はコンピュータのシステム・クロックの精度を保つた
 Support for the Linux Real Time Clock interface
 Enable support for hashes other than MD5
 
+
+cpe:/a:chrony_project:chrony
+
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ebtables/

2020-05-04 Thread Thomas Deutschmann
commit: c256688eacc30adc834c4f04995d0057e25c28a4
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c256688e

Fixed CPE tag for net-firewall/ebtables

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-firewall/ebtables/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-firewall/ebtables/metadata.xml 
b/net-firewall/ebtables/metadata.xml
index 16ad142c152..3386c21e014 100644
--- a/net-firewall/ebtables/metadata.xml
+++ b/net-firewall/ebtables/metadata.xml
@@ -10,5 +10,6 @@


ebtables
+   cpe:/a:netfilter:ebtables

 



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

2020-05-04 Thread Thomas Deutschmann
commit: 3242a130453c46046b244ddd8df59aef5cbb2a39
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3242a130

Fixed CPE tag for dev-python/urllib3

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/urllib3/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/urllib3/metadata.xml b/dev-python/urllib3/metadata.xml
index d6e5a01e0df..b3b12e9ba78 100644
--- a/dev-python/urllib3/metadata.xml
+++ b/dev-python/urllib3/metadata.xml
@@ -11,5 +11,6 @@
   
 urllib3
 shazow/urllib3
+cpe:/a:urllib3:urllib3
   
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 272c471ee21c003701b6c2e1bf73332b0a0b3a69
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272c471e

Fixed CPE tag for sys-process/tini

Signed-off-by: Roy Yang  google.com>
Closes: https://github.com/gentoo/gentoo/pull/15548
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-process/tini/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-process/tini/metadata.xml b/sys-process/tini/metadata.xml
index 131a3310154..7d1b420712d 100644
--- a/sys-process/tini/metadata.xml
+++ b/sys-process/tini/metadata.xml
@@ -3,6 +3,7 @@
 

krallin/tini
+   cpe:/a:tini_project:tini


zmed...@gentoo.org



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

2020-05-04 Thread Thomas Deutschmann
commit: d6f905b4816d828e6f0970ccd0eb348c290280f6
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f905b4

Fixed CPE tag for dev-vcs/git

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-vcs/git/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml
index 53353adb386..190cb48b46a 100644
--- a/dev-vcs/git/metadata.xml
+++ b/dev-vcs/git/metadata.xml
@@ -38,4 +38,7 @@
 Include the 'gitk' and 'git gui' tools
 Adds support for push'ing to HTTP/HTTPS repositories 
via DAV
   
+  
+cpe:/a:git:git
+  
 



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

2020-05-04 Thread Thomas Deutschmann
commit: cd65c6cf62be9937a7644b56b787bf03562ff9d2
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:48 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd65c6cf

Fixed CPE tag for sys-apps/texinfo

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/texinfo/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/texinfo/metadata.xml b/sys-apps/texinfo/metadata.xml
index b4920fb24a2..c1b5fefb5a3 100644
--- a/sys-apps/texinfo/metadata.xml
+++ b/sys-apps/texinfo/metadata.xml
@@ -12,4 +12,7 @@
 
Build standalone version that survives all 
Portage bugs
 
+
+   cpe:/a:gnu:texinfo
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 54ffe2ebdf1a18fb5c1bdb90532eeb5623bc738f
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ffe2eb

Fixed CPE tag for sys-devel/gettext

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-devel/gettext/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/gettext/metadata.xml b/sys-devel/gettext/metadata.xml
index 7844da809a7..8b69e80f973 100644
--- a/sys-devel/gettext/metadata.xml
+++ b/sys-devel/gettext/metadata.xml
@@ -15,4 +15,7 @@
this requires git at runtime, but will be faster/smaller than 
raw archives

 
+
+   cpe:/a:gnu:gettext
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: e16d3d4079b2810f784f140d532da1278ee5a3d3
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16d3d40

Fixed CPE tag for sys-apps/file

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-apps/file/metadata.xml b/sys-apps/file/metadata.xml
index 2617cfadadf..6e4080f7c32 100644
--- a/sys-apps/file/metadata.xml
+++ b/sys-apps/file/metadata.xml
@@ -7,5 +7,6 @@
 
 
https://bugs.astron.com/
+   cpe:/a:file_project:file
 
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 13f1f007a7a657910542a9686dd0059a1f38f693
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f1f007

Fixed CPE tag for net-analyzer/netcat

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/netcat/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/netcat/metadata.xml b/net-analyzer/netcat/metadata.xml
index 28817802168..803e0cb6ba1 100644
--- a/net-analyzer/netcat/metadata.xml
+++ b/net-analyzer/netcat/metadata.xml
@@ -8,5 +8,6 @@
the network swiss army knife

nc110
+   cpe:/a:netcat_project:netcat

 



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

2020-05-04 Thread Thomas Deutschmann
commit: 5e3add40478d1f743984b51e80e24ec76d7718a4
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:51 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3add40

Fixed CPE tag for sys-fs/mdadm

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-fs/mdadm/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-fs/mdadm/metadata.xml b/sys-fs/mdadm/metadata.xml
index 56c12441305..6923416f0f6 100644
--- a/sys-fs/mdadm/metadata.xml
+++ b/sys-fs/mdadm/metadata.xml
@@ -5,4 +5,7 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   cpe:/a:mdadm_project:mdadm
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: bde760c4d2950b85e72cdd099a90f2a08f402a15
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde760c4

Fixed CPE tag for sys-devel/flex

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-devel/flex/metadata.xml b/sys-devel/flex/metadata.xml
index 6f7c81d076d..be9974e7395 100644
--- a/sys-devel/flex/metadata.xml
+++ b/sys-devel/flex/metadata.xml
@@ -8,5 +8,6 @@

flex
westes/flex
+   cpe:/a:flex_project:flex

 



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

2020-05-04 Thread Thomas Deutschmann
commit: fbef87e7324392909ce11cf7a215c4efd107eb63
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbef87e7

Fixed CPE tag for sys-devel/automake

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-devel/automake/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/automake/metadata.xml b/sys-devel/automake/metadata.xml
index 56c12441305..f919a871fcb 100644
--- a/sys-devel/automake/metadata.xml
+++ b/sys-devel/automake/metadata.xml
@@ -5,4 +5,7 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   cpe:/a:gnu:automake
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: ab10a9cadbd659c4924051ec5cdd80673e46f533
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab10a9ca

Fixed CPE tag for net-fs/autofs

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-fs/autofs/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-fs/autofs/metadata.xml b/net-fs/autofs/metadata.xml
index 98c1695a788..a22b6ea3dc9 100644
--- a/net-fs/autofs/metadata.xml
+++ b/net-fs/autofs/metadata.xml
@@ -21,4 +21,7 @@

Enable SASL support in the LDAP module

+   
+   cpe:/a:ibm:autofs
+   
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 5589f80c58f4c692afe70d3b0568d73a9729f27a
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5589f80c

Fixed CPE tag for sys-process/procps

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-process/procps/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-process/procps/metadata.xml b/sys-process/procps/metadata.xml
index 263e639ef30..c0aa0de0b05 100644
--- a/sys-process/procps/metadata.xml
+++ b/sys-process/procps/metadata.xml
@@ -13,5 +13,6 @@
 
 
procps
+   cpe:/a:procps_project:procps
 
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 0d04df6540e850e77db25e6f1179293403ad70a5
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d04df65

Fixed CPE tag for dev-python/requests

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/requests/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/requests/metadata.xml b/dev-python/requests/metadata.xml
index 7f45ae4e314..6d040d3d3b6 100644
--- a/dev-python/requests/metadata.xml
+++ b/dev-python/requests/metadata.xml
@@ -13,5 +13,6 @@
   
   
 requests
+cpe:/a:python-requests:requests
   
 



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

2020-05-04 Thread Thomas Deutschmann
commit: c4e1a774649a203a633374a766f5d78a333ad3af
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e1a774

Fixed CPE tag for dev-util/re2c

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-util/re2c/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/re2c/metadata.xml b/dev-util/re2c/metadata.xml
index 1fc58ccd41a..0093ef8412f 100644
--- a/dev-util/re2c/metadata.xml
+++ b/dev-util/re2c/metadata.xml
@@ -10,5 +10,6 @@

re2c
skvadrik/re2c
+   cpe:/a:re2c:re2c

 



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

2020-05-04 Thread Thomas Deutschmann
commit: 0460b649c6d741f0fb600983dc1b13cce2c84876
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:48 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0460b649

Fixed CPE tag for sys-apps/sed

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-apps/sed/metadata.xml b/sys-apps/sed/metadata.xml
index b738f8c54a0..054748d2957 100644
--- a/sys-apps/sed/metadata.xml
+++ b/sys-apps/sed/metadata.xml
@@ -7,5 +7,6 @@
 
 
sed
+   cpe:/a:gnu:sed
 
 



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

2020-05-04 Thread Thomas Deutschmann
commit: d47ffdc5c7d67d64bef0755e90ced9745936fade
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47ffdc5

Fixed CPE tag for sys-apps/portage

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml
index 9f4e43e394b..062dafe6248 100644
--- a/sys-apps/portage/metadata.xml
+++ b/sys-apps/portage/metadata.xml
@@ -5,6 +5,7 @@
 mailto:dev-port...@gentoo.org
 
https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES
 https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage
+cpe:/a:gentoo:portage
   
   
 dev-port...@gentoo.org



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

2020-05-04 Thread Thomas Deutschmann
commit: a3235ecd7bd2a2d1af8a839a6df5b51cdf1c2ed7
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3235ecd

Fixed CPE tag for sys-apps/kmod

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/kmod/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/kmod/metadata.xml b/sys-apps/kmod/metadata.xml
index be2aa770174..ccb7f0ba687 100644
--- a/sys-apps/kmod/metadata.xml
+++ b/sys-apps/kmod/metadata.xml
@@ -14,4 +14,7 @@
Install module loading/unloading tools.
Enable support for gzipped modules
 
+
+   cpe:/a:kernel:kmod
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 76b3bc7a384a7aa57cdd1e090c9b55ab1805d9ee
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b3bc7a

Fixed CPE tag for sys-apps/less

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/less/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/less/metadata.xml b/sys-apps/less/metadata.xml
index 56c12441305..a759e4cfa83 100644
--- a/sys-apps/less/metadata.xml
+++ b/sys-apps/less/metadata.xml
@@ -5,4 +5,7 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   cpe:/a:gnu:less
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 34ffe29ab0338df627232856d5b2acfbd701a2d1
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ffe29a

Fixed CPE tag for sys-devel/patch

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-devel/patch/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/patch/metadata.xml b/sys-devel/patch/metadata.xml
index 56c12441305..a3b432e703b 100644
--- a/sys-devel/patch/metadata.xml
+++ b/sys-devel/patch/metadata.xml
@@ -5,4 +5,7 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   cpe:/a:gnu:patch
+
 



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

2020-05-04 Thread Thomas Deutschmann
commit: 0bff8f9358a246de18b89d71244d02ef1ca3a6bb
Author: Roy Yang  google  com>
AuthorDate: Sat May  2 22:16:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  4 17:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff8f93

Fixed CPE tag for dev-python/setuptools

Signed-off-by: Roy Yang  google.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/setuptools/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools/metadata.xml 
b/dev-python/setuptools/metadata.xml
index 3620f425ec5..e33e5a84ab5 100644
--- a/dev-python/setuptools/metadata.xml
+++ b/dev-python/setuptools/metadata.xml
@@ -8,5 +8,6 @@
   
 setuptools
 pypa/setuptools
+cpe:/a:python:setuptools
   
 



  1   2   3   4   5   >